/* 今日の運勢 — 東洋/西洋テーマ・サイト枠整合 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

/* body には today-page クラスのみ（タブ切替用）。見た目はメインカラムだけ変更し、サイドバーは structure.css 共通のまま */
.today-page {
  --t-card: rgba(255, 255, 255, 0.97);
  --t-text: #1a1d26;
  --t-muted: #5e6678;
  --t-line: rgba(255, 255, 255, 0.22);
  --t-accent-e: #e8c547;
  --t-accent-w: #a89cff;
  --t-accent: var(--t-accent-e);
  --t-bg-e: linear-gradient(155deg, #12080a 0%, #4a1528 38%, #1c1218 70%, #0f0f18 100%);
  --t-bg-w: linear-gradient(155deg, #0a0c22 0%, #2a2268 42%, #12102a 100%);
}

/* 画面全体の背景（東洋／西洋）。サイドバーは白箱の共通パーツのまま */
.today-page::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  background: var(--t-bg-e);
  background-attachment: fixed;
  pointer-events: none;
}

.today-page.today-tab-western::before {
  background: var(--t-bg-w);
}

.today-page #wrapper {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.today-page .l_container_main {
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #f5f5f7;
  background: transparent;
}

.today-page.today-tab-western {
  --t-accent: var(--t-accent-w);
}

.today-page .l_content.today-content {
  overflow: visible;
}

/* パンくず：ページ下部・共通の白帯・青リンク */
.today-page .l_container_main > .m_breadcrumbWrap {
  color: #333;
}

.today-page .l_container_main > .m_breadcrumbWrap .m_breadcrumb li {
  color: #333;
}

.today-page .l_container_main > .m_breadcrumbWrap .m_breadcrumb a {
  color: #0084c8;
}

/* パンくずは module.css 共通（白帯・青リンク）— today 用の上書きなし */

.today-masthead {
  text-align: center;
  padding: 1rem 0 0.75rem;
}

.today-masthead-title {
  font-size: clamp(2.2rem, 5vw, 2.8rem);
  font-weight: 900;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.today-page-lead {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.45rem;
  line-height: 1.65;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.today-page-lead strong {
  color: #fff;
  font-weight: 800;
}

.today-layout {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

.today-guide {
  max-width: 600px;
  margin: 0 auto 1.1rem;
  padding: 1.15rem 1.2rem 1.05rem;
}

.today-guide-title {
  margin: 0 0 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--t-text);
  border-bottom: 2px solid #e8ecf2;
  letter-spacing: 0.02em;
}

.today-guide-lead {
  margin: 0.65rem 0 0.9rem;
  font-size: 1.3rem;
  color: var(--t-muted);
  line-height: 1.6;
}

.today-guide-lead strong {
  color: #9b1b30;
  font-weight: 700;
}

.today-page.today-tab-western .today-guide-lead strong {
  color: #5b4bb7;
}

.today-guide-steps {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  counter-reset: today-guide-step;
}

.today-guide-steps > li {
  counter-increment: today-guide-step;
  padding: 0.7rem 0.8rem 0.7rem 2.35rem;
  margin-bottom: 0.5rem;
  background: #f7f8fb;
  border-radius: 10px;
  border: 1px solid #e8ecf2;
  position: relative;
}

.today-guide-steps > li::before {
  content: counter(today-guide-step);
  position: absolute;
  left: 0.7rem;
  top: 0.72rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  background: #9b1b30;
  border-radius: 50%;
  line-height: 1;
}

.today-page.today-tab-western .today-guide-steps > li::before {
  background: #5b4bb7;
}

.today-guide-steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: #9b1b30;
  line-height: 1.35;
}

.today-page.today-tab-western .today-guide-steps h3 {
  color: #5b4bb7;
}

.today-guide-steps > li > p {
  margin: 0;
  font-size: 1.25rem;
  color: var(--t-text);
  line-height: 1.55;
}

.today-guide-points {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: disc;
  font-size: 1.25rem;
  color: var(--t-text);
  line-height: 1.55;
}

.today-guide-points li + li {
  margin-top: 0.2rem;
}

.today-guide-points strong {
  font-weight: 700;
  color: #1a1d26;
}

.today-guide-points .today-req,
.today-guide-points .today-opt {
  font-size: 1.15rem;
}

.today-guide-points-note {
  list-style: none;
  margin-left: -1rem;
  color: var(--t-muted);
  font-size: 1.2rem;
}

.today-guide-note {
  margin: 0;
  padding: 0.6rem 0.7rem;
  font-size: 1.2rem;
  color: var(--t-muted);
  line-height: 1.5;
  background: #f0f3f8;
  border-radius: 8px;
  border-left: 3px solid #c5cdd8;
}

.today-page.today-tab-western .today-guide-note {
  border-left-color: #b8b0e8;
}

.today-tradition-tabs {
  display: flex;
  gap: 0.65rem;
  margin: 1.1rem 0;
}

.today-tab {
  flex: 1;
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.45rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.today-tab.is-active {
  border-color: var(--t-accent);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.today-card {
  background: var(--t-card);
  color: var(--t-text);
  border-radius: 18px;
  padding: 1.5rem 1.35rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.35);
  transform: perspective(800px) rotateX(0.5deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.today-card:hover {
  transform: perspective(800px) rotateX(0deg) translateY(-3px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.today-form-title,
.today-result-title {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--t-text);
}

.today-field label {
  display: block;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.45rem;
  color: var(--t-text);
}

.today-req { color: #b4233a; font-size: 1.35rem; font-weight: 800; }
.today-opt { color: var(--t-muted); font-size: 1.35rem; font-weight: 600; }

.today-field input[type='date'],
.today-field input[type='time'],
.today-field input[type='text'] {
  width: 100%;
  padding: 0.95rem 1rem;
  font-size: 1.5rem;
  border: 2px solid #dde3ec;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  color: var(--t-text);
}

.today-field input:focus {
  outline: none;
  border-color: var(--t-accent);
  box-shadow: 0 0 0 3px rgba(232, 197, 71, 0.25);
}

.today-tab-western .today-field input:focus {
  box-shadow: 0 0 0 3px rgba(168, 156, 255, 0.3);
}

.today-fieldset {
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  padding: 0.85rem 1rem 0.55rem;
  margin: 0 0 1rem;
  background: #fafbfc;
}

.today-fieldset legend {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--t-muted);
  padding: 0 0.3rem;
}

.today-field-hint {
  margin: 0.4rem 0 0;
  font-size: 1.3rem;
  color: var(--t-muted);
  line-height: 1.5;
}

.today-field-error {
  margin: 0.4rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #c41e3a;
}

.today-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.65rem;
  font-size: 1.35rem;
  color: var(--t-muted);
  cursor: pointer;
}

.today-btn-save {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.15rem 1rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.today-btn-save:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* 東洋：深紅×金（サイトの赤ボタンに近いトーン） */
.today-page.today-tab-eastern .today-btn-save {
  color: #fff;
  background: linear-gradient(135deg, #7a1530 0%, #b4233a 45%, #c9a227 100%);
  box-shadow: 0 8px 22px rgba(122, 21, 48, 0.4);
}

/* 西洋：紫系グラデーション */
.today-page.today-tab-western .today-btn-save {
  color: #fff;
  background: linear-gradient(135deg, #4a3db8 0%, #6b5ce7 50%, #9d8fff 100%);
  box-shadow: 0 8px 22px rgba(74, 61, 184, 0.35);
}

.today-profile-saved {
  text-align: center;
  color: #8fe8a8;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* ── ⓘ 説明（ホバー＋クリック・最前面） ── */
.today-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: help;
  flex-shrink: 0;
  z-index: 50;
}

.today-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--t-muted);
  border: 2px solid #c5cdd8;
  border-radius: 50%;
  background: #fff;
  line-height: 1;
}

.today-info-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: max-content;
  max-width: min(300px, 85vw);
  padding: 0.75rem 0.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
  color: #fff;
  background: #1e2430;
  border-radius: 10px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s, visibility 0.15s;
  z-index: 10050;
}

.today-info-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #1e2430;
}

.today-info:hover .today-info-tip,
.today-info:focus .today-info-tip,
.today-info.is-open .today-info-tip {
  opacity: 1;
  visibility: visible;
}

.today-info--result .today-info-tip {
  left: auto;
  right: 0;
  transform: none;
}

.today-info--result .today-info-tip::after {
  left: auto;
  right: 12px;
  margin-left: 0;
}

.today-disclaimer {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
  margin-top: 0.75rem;
}

.today-loading,
.today-empty {
  text-align: center;
  padding: 1.5rem;
  color: var(--t-muted);
}

/* ── 判定結果 ── */
.today-result {
  color: var(--t-text);
}

.today-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e8ecf2;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 1.2rem;
  color: var(--t-muted);
}

.today-engine {
  font-weight: 800;
  color: #9b1b30;
}

.today-tab-western .today-engine {
  color: #5b4bb7;
}

.today-result-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.today-result-tier-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--t-muted);
}

.today-page.today-tab-western .today-result-tier-title {
  color: #5b4db8;
}

.today-result-rank {
  margin: 0.35rem 0;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.25;
}

.today-result-score {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: #5e6678;
}

.today-result-summary {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #9b1b30;
}

.today-tab-western .today-result-summary {
  color: #5b4bb7;
}

.today-result-date {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #3d4658;
}

.today-gauge {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
}

.today-gauge-bg {
  fill: none;
  stroke: #eef1f6;
  stroke-width: 9;
}

.today-gauge-fill {
  fill: none;
  stroke-width: 9;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.today-gauge-num {
  font-size: 3.6rem;
  font-weight: 900;
  fill: var(--t-text);
}

.today-result-note {
  font-size: 1.3rem;
  color: var(--t-muted);
  background: #f4f6f9;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}

.today-result-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  font-size: 1.35rem;
}

.today-breakdown summary {
  font-weight: 800;
  color: var(--t-muted);
  cursor: pointer;
  padding: 0.4rem 0;
}

.today-factor-head {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.today-factor-bar {
  height: 8px;
  background: #eef1f6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.55rem;
}

.today-factor-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #9b1b30, #e8c547);
  border-radius: 4px;
  transition: width 0.9s ease-out;
}

.today-tab-western .today-factor-bar span {
  background: linear-gradient(90deg, #5b4bb7, #a89cff);
}

.today-result-daily {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.75rem;
  font-size: 1.35rem;
  color: #4a5568;
  line-height: 1.5;
  background: #f7f8fb;
  border-radius: 10px;
}

.today-result-methods {
  margin: 0.85rem 0 0;
  font-size: 1.35rem;
  color: #3d4658;
  line-height: 1.5;
}

.today-result-hint {
  margin: 0.85rem 0 0;
  padding: 0.9rem 1rem;
  background: #eef4ff;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a3d6b;
  line-height: 1.55;
  border-left: 4px solid #1a5fb4;
}

/* ── 判定ライトボックス ── */
.today-modal {
  position: fixed;
  inset: 0;
  z-index: 10200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.today-modal[hidden] {
  display: none !important;
}

.today-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 18, 0.72);
  backdrop-filter: blur(6px);
}

.today-modal-dialog {
  position: relative;
  width: min(500px, 100%);
  max-height: min(92vh, 720px);
  overflow-y: auto;
  background: #fff;
  color: var(--t-text, #1a1d26);
  font-size: 1.4rem;
  border-radius: 22px;
  padding: 1.75rem 1.5rem 1.35rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  animation: today-modal-in 0.28s ease;
}

.today-modal.is-judging .today-modal-dialog {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes today-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.today-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: #eef1f6;
  color: #3d4658;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.today-modal-title {
  margin: 0 2.5rem 1rem 0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.35;
}

.today-modal.is-judging .today-modal-title {
  text-align: center;
  margin-right: 0;
}

.today-modal-loading {
  text-align: center;
  padding: 2rem 1rem 2.5rem;
  color: var(--t-text, #1a1d26);
}

.today-modal-spinner {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  border: 5px solid #e8ecf2;
  border-top-color: #9b1b30;
  border-radius: 50%;
  animation: today-spin 0.85s linear infinite;
}

.today-page.today-tab-western .today-modal-spinner {
  border-top-color: #6b4ce6;
}

@keyframes today-spin {
  to {
    transform: rotate(360deg);
  }
}

.today-modal-loading-title {
  margin: 0 0 0.5rem;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.today-modal-loading-sub {
  margin: 0;
  font-size: 1.35rem;
  color: #5e6678;
  line-height: 1.55;
}

/* 鑑定結果（モーダル内は読みやすく大きめ） */
.today-modal-body .today-result-date {
  font-size: 1.4rem;
}

.today-modal-body .today-result-daily {
  font-size: 1.35rem;
}

.today-modal-body .today-result-rank {
  font-size: 2.8rem;
}

.today-modal-body .today-result-tier-title {
  font-size: 1.4rem;
}

.today-modal-body .today-result-score {
  font-size: 1.5rem;
  margin-top: 0.35rem;
}

.today-modal-body .today-result-summary {
  font-size: 1.4rem;
  color: #9b1b30;
}

.today-page.today-tab-western .today-modal-body .today-result-summary {
  color: #5b4bb7;
}

.today-modal-body .today-result-methods {
  font-size: 1.35rem;
}

.today-modal-body .today-result-hint {
  font-size: 1.4rem;
}

.today-modal-body .today-gauge {
  width: 136px;
  height: 136px;
}

.today-modal-body .today-gauge-num {
  font-size: 4rem;
}

.today-modal-body .today-empty {
  font-size: 1.4rem;
  padding: 1.5rem 0;
}

.today-modal-cta {
  margin-top: 1.15rem;
  padding-top: 1.1rem;
  border-top: 1px solid #e8ecf2;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.today-modal-share {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid #e8ecf2;
}

.today-modal-share-title {
  margin: 0 0 0.85rem;
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1d26;
  text-align: center;
}

.today-share-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.today-share-chip:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.today-share-chip--copy {
  margin-bottom: 0.65rem;
  background: #fff;
  color: #1a5fb4;
  border: 2px solid #b8d4f0;
  box-shadow: none;
}

.today-share-chip--copy.is-copied {
  background: #f0fdf4;
  color: #15803d;
  border-color: #86efac;
  box-shadow: none;
  transform: none;
  cursor: default;
}

.today-share-chip--copy.is-copied:hover {
  filter: none;
  transform: none;
}

.today-share-sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.today-share-chip--x {
  background: #0f1419;
  color: #fff;
}

.today-share-chip--line {
  background: #06c755;
  color: #fff;
}

.today-modal-note {
  margin: 1rem 0 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  color: #6b7280;
  text-align: center;
  line-height: 1.45;
}

body.today-modal-open {
  overflow: hidden;
}

.today-btn {
  display: block;
  text-align: center;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.today-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* 本編へ — サイトのアクセント赤（コピーの青枠と役割分担） */
.today-btn--lottery {
  background: #c62828;
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(198, 40, 40, 0.22);
}

.today-btn--lottery:hover {
  background: #b71c1c;
  filter: none;
}

.today-btn--ghost {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  background: #fff;
  color: #3d4658;
  border: 2px solid #d5dce8;
  box-shadow: 0 2px 8px rgba(26, 40, 80, 0.06);
}

.today-toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #1e2430;
  color: #fff;
  padding: 0.85rem 1.35rem;
  border-radius: 10px;
  z-index: 10100;
  font-weight: 700;
}

.today-home-widget { margin: 1.15rem 0 1.35rem; }

.today-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.15rem 1.35rem;
  background: #fff;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid var(--today-accent, #227be7);
}

.today-widget strong {
  font-size: 1.75rem;
  font-weight: 900;
}

.page-home .today-widget {
  box-shadow: 0 6px 20px rgba(26, 91, 180, 0.12);
}

@media (max-width: 768px) {
  .today-info-tip {
    left: auto;
    right: 0;
    transform: none;
    max-width: 260px;
  }
}

@media (max-width: 420px) {
  .today-result-main {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .today-gauge-fill,
  .today-factor-bar span,
  .today-card {
    transition: none;
  }
}
