@charset "UTF-8";
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; }

h1 {
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  margin: 0; }

/* 取得元タグのスタイリング */
.source-tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5rem; }

/* 各取得元の色分け */
.source-tag[data-source="NHK"] {
  background-color: #dc3545 !important;
  color: white !important; }

.source-tag[data-source="Crunch"] {
  background-color: #fd7e14 !important;
  color: white !important; }

.source-tag[data-source="BBC"] {
  background-color: #6f42c1 !important;
  color: white !important; }

.source-tag[data-source="CNN"] {
  background-color: #dc3545 !important;
  color: white !important; }

.source-tag[data-source="Reuters"] {
  background-color: #198754 !important;
  color: white !important; }

.source-tag[data-source="Bloomberg"] {
  background-color: #0d6efd !important;
  color: white !important; }

.source-tag[data-source="WSJ"] {
  background-color: #6c757d !important;
  color: white !important; }

.source-tag[data-source="NYT"] {
  background-color: #000000 !important;
  color: white !important; }

.source-tag[data-source="WaPo"] {
  background-color: #dc3545 !important;
  color: white !important; }

.source-tag[data-source="Guardian"] {
  background-color: #0d6efd !important;
  color: white !important; }

/* デフォルトのタグスタイル */
.source-tag:not([data-source]) {
  background-color: #6c757d !important;
  color: white !important; }

/* 記事コンテンツの読みやすさ向上 */
.reading-content {
  line-height: 1.6;
  font-size: 1rem; }

.speaking-content {
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0; }

.article-content {
  max-width: 70ch;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem; }

.article-preview {
  max-width: 60ch;
  margin: 0 auto;
  line-height: 1.5; }

/* スクリーンショットボタンのスタイル */
#screenshot-button button {
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }

#screenshot-button button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }

#screenshot-button button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#screenshot-button button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none; }

/* スクリーンショットモーダルのスタイル */
#screenshotModal .modal-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 15px; }

#screenshotModal h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 20px; }

#screenshotModal textarea {
  border: 2px solid #e9ecef;
  transition: border-color 0.3s ease; }

#screenshotModal textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  outline: none; }

#screenshotModal button {
  transition: all 0.3s ease; }

#screenshotModal button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

#screenshotModal button:active {
  transform: translateY(0); }

.dropdown-menu {
  background-color: rgba(33, 37, 41, 0.7);
  backdrop-filter: blur(5px); }

/* フローティング共有ボタンのスタイル */
#floatingShareBtn {
  transition: all 0.3s ease; }

#floatingShareBtn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4); }

#floatingShareBtn:active {
  transform: translateY(0) scale(0.95); }

/* 共有通知のスタイル */
#shareNotification {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1); }

/*# sourceMappingURL=home.css.map */