:root {
  --fortune-gold: #c8985f;
  --fortune-gold-soft: #a67d50;
  --fortune-gold-dim: rgba(190, 143, 86, 0.52);
  --fortune-line: rgba(180, 129, 70, 0.38);
  --fortune-ink: rgba(2, 10, 17, 0.72);
  --fortune-font: "Noto Serif SC", "Source Han Serif SC", "思源宋体", "Songti SC", STSong, serif;
}

.fortune-page {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  grid-template-rows: clamp(58px, 7cqh, 76px) 1fr;
  overflow: clip;
  color: var(--fortune-gold);
  font-family: var(--fortune-font);
  font-size: clamp(10px, 0.72cqw, 15px);
  letter-spacing: 0.1em;
  background: #020911;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
}

.fortune-page.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
body:has(.fortune-page.is-visible) { overflow: hidden; }
body:has(.fortune-page.is-visible) .experience,
body:has(.fortune-page.is-visible) .scene { min-height: 0; }

.fortune-page__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: #020911;
  background-image:
    linear-gradient(180deg, rgba(1, 6, 11, 0.2), rgba(1, 7, 12, 0.08) 55%, rgba(1, 7, 12, 0.3)),
    url("../assets/fortune/observatory-bg.png");
  background-position: center;
  background-size: cover;
}

.fortune-page__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, transparent 0 24%, rgba(0, 5, 10, 0.1) 58%, rgba(0, 3, 7, 0.42) 100%),
    linear-gradient(90deg, rgba(0, 4, 8, 0.25), transparent 24% 75%, rgba(0, 4, 8, 0.22));
  pointer-events: none;
}

.fortune-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(300px, 24cqw) minmax(420px, 1fr) minmax(590px, 39cqw);
  align-items: center;
  min-width: 0;
  border-bottom: 1px solid var(--fortune-line);
  background: linear-gradient(180deg, rgba(0, 5, 10, 0.76), rgba(0, 7, 12, 0.22));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.fortune-header::after {
  content: "";
  position: absolute;
  right: 1.55%;
  bottom: -3px;
  width: 7px;
  aspect-ratio: 1;
  border: 1px solid var(--fortune-gold-dim);
  transform: rotate(45deg);
  background: #06101a;
}

.fortune-brand {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.85cqw, 18px);
  padding-left: clamp(24px, 2.6cqw, 54px);
}

.fortune-brand > span {
  display: flex;
  align-items: flex-end;
  gap: clamp(11px, 0.8cqw, 18px);
  min-width: 0;
}

.fortune-brand i {
  position: relative;
  width: clamp(26px, 2cqw, 40px);
  aspect-ratio: 1;
  border: 1px solid rgba(198, 148, 85, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(183, 124, 55, 0.12), inset 0 0 12px rgba(183, 124, 55, 0.08);
}

.fortune-brand i::before,
.fortune-brand i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 145%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(206, 154, 91, 0.8), transparent);
  transform: translate(-50%, -50%);
}

.fortune-brand i::after { transform: translate(-50%, -50%) rotate(90deg); }
.fortune-brand strong { display: block; font-size: clamp(20px, 1.65cqw, 32px); font-weight: 350; line-height: 1; letter-spacing: 0.16em; text-indent: 0.16em; }
.fortune-brand small { display: block; margin-bottom: 0.12em; color: rgba(191, 150, 98, 0.6); font-size: clamp(10px, 0.62cqw, 13px); font-weight: 350; line-height: 1; letter-spacing: 0.24em; text-indent: 0.24em; white-space: nowrap; }

.fortune-header__axis {
  align-self: stretch;
  min-width: 0;
}

.fortune-header__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
  min-width: 0;
  border-inline: 1px solid rgba(167, 117, 66, 0.1);
}

.fortune-nav-item {
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0 clamp(10px, 1.2cqw, 24px);
  overflow: visible;
  border: 0;
  border-right: 1px solid rgba(167, 117, 66, 0.09);
  color: rgba(195, 151, 96, 0.45);
  background: transparent;
  font: 350 clamp(15px, 1.35cqw, 26px)/1 var(--fortune-font);
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  cursor: pointer;
  isolation: isolate;
  transition:
    color 240ms ease,
    text-shadow 240ms ease,
    background-color 240ms ease;
}

.fortune-nav-item:last-child { border-right: 0; }

.fortune-nav-item::before,
.fortune-nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 280ms ease;
}

.fortune-nav-item::before {
  width: clamp(8px, 0.62cqw, 12px);
  aspect-ratio: 1;
  border: 1px solid rgba(224, 171, 98, 0.82);
  background: #d9a760;
  box-shadow:
    0 0 7px rgba(221, 166, 93, 0.72),
    0 0 20px rgba(221, 166, 93, 0.32);
  transform: translate(-50%, 52%) rotate(45deg) scale(0.5);
}

.fortune-nav-item::after {
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(219, 166, 95, 0.92), transparent);
  box-shadow: 0 0 8px rgba(219, 166, 95, 0.32);
  transform: translateX(-50%) scaleX(0.25);
}

.fortune-nav-item:hover,
.fortune-nav-item:focus-visible {
  color: rgba(232, 190, 127, 0.96);
  background: linear-gradient(180deg, rgba(172, 118, 61, 0.015), rgba(172, 118, 61, 0.055));
  text-shadow: 0 0 14px rgba(210, 156, 87, 0.28);
}

.fortune-nav-item:hover::before,
.fortune-nav-item:hover::after,
.fortune-nav-item:focus-visible::before,
.fortune-nav-item:focus-visible::after {
  opacity: 1;
}

.fortune-nav-item:hover::before,
.fortune-nav-item:focus-visible::before {
  transform: translate(-50%, 52%) rotate(45deg) scale(1);
}

.fortune-nav-item:hover::after,
.fortune-nav-item:focus-visible::after {
  transform: translateX(-50%) scaleX(1);
}

.fortune-nav-item:focus-visible {
  outline: 1px solid rgba(214, 161, 96, 0.52);
  outline-offset: -4px;
}

.fortune-nav-item[aria-disabled="true"] {
  cursor: default;
}

.fortune-nav-item > span {
  position: relative;
  z-index: 2;
}

.fortune-nav-item--destiny {
  color: rgba(211, 168, 108, 0.7);
}

.fortune-next__guide {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: clamp(34px, 2.7cqw, 52px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.62;
  pointer-events: none;
}

.fortune-next__guide::before,
.fortune-next__guide::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(102, 178, 182, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 11px rgba(81, 173, 179, 0.12);
  animation: fortune-next-orbit 3.6s ease-in-out infinite alternate;
}

.fortune-next__guide::before {
  inset: 0;
  border-left-color: transparent;
}

.fortune-next__guide::after {
  inset: 7px;
  border-right-color: transparent;
  animation-duration: 2.8s;
  animation-direction: alternate-reverse;
}

.fortune-next__guide b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(157, 215, 211, 0.78);
  box-shadow: 0 0 9px rgba(112, 205, 203, 0.54);
  transform: translate(-50%, -50%);
  animation: fortune-next-beacon 1.8s ease-in-out infinite;
}

.fortune-next {
  position: relative;
  display: flex;
  align-items: center;
}

.fortune-header__right { display: flex; justify-content: flex-end; align-items: center; gap: 10px; padding-right: clamp(16px, 1.5cqw, 28px); min-width: 0; }
.fortune-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.fortune-actions button,
.fortune-birth-chip {
  border: 1px solid rgba(183, 131, 73, 0.34);
  color: rgba(200, 154, 99, 0.75);
  background: rgba(1, 9, 15, 0.46);
  font: inherit;
}
.fortune-actions button { min-width: 6.8em; padding: 7px 10px; font-size: 0.78em; line-height: 1; white-space: nowrap; }
.fortune-birth-chip { flex: 1 1 auto; display: flex; align-items: center; justify-content: space-between; min-width: 0; max-width: 520px; padding: 9px 14px; white-space: nowrap; }
.fortune-birth-chip span { min-width: 0; overflow: visible; text-overflow: clip; }
.fortune-birth-chip i { width: 7px; height: 7px; margin-left: 10px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }

.fortune-layout {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(250px, 19cqw) minmax(540px, 1fr) minmax(330px, 26cqw);
  grid-template-rows: minmax(0, 1fr) clamp(190px, 24cqh, 280px);
  gap: clamp(10px, 1.05cqw, 22px);
  padding: clamp(13px, 1.4cqh, 20px) clamp(18px, 1.65cqw, 34px) clamp(25px, 3cqh, 36px);
}

.fortune-left,
.fortune-chart { grid-row: 1; }

.fortune-right {
  grid-column: 3;
  grid-row: 1;
}

.fortune-timeline {
  grid-column: 1 / span 2;
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(42px, 1fr) 1px auto minmax(42px, 1fr) auto;
  padding: clamp(9px, 0.9cqh, 14px) clamp(14px, 1.1cqw, 23px);
  border-radius: 6px;
  overflow: visible;
}
.fortune-timeline:has(.fortune-detail.is-visible) { z-index: 32; }

.fortune-timeline h2,
.fortune-compass h2 { margin: 0 0 6px; font-size: 1.12em; font-weight: 400; letter-spacing: 0.12em; }
.fortune-compass__detail-trigger { display: inline-flex; align-items: baseline; gap: 0.28em; margin: 0; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; letter-spacing: inherit; }
.fortune-timeline h2 small,
.fortune-compass h2 small { font-size: 0.58em; opacity: 0.55; }
.fortune-luck-cycles,
.fortune-annual-years { min-width: 0; display: grid; gap: clamp(4px, 0.5cqw, 10px); }
.fortune-luck-cycles { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.fortune-annual-years { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.fortune-anchor-item { position: relative; min-width: 0; min-height: 0; }
.fortune-anchor-item:has(.fortune-detail.is-visible) { z-index: 34; }
.fortune-luck-cycle,
.fortune-annual-year { min-width: 0; border: 1px solid rgba(176, 126, 70, 0.32); border-radius: 4px; color: rgba(199, 150, 93, 0.72); background: rgba(2, 11, 18, 0.38); font: inherit; transition: border-color 180ms ease, background 180ms ease, color 180ms ease; }
.fortune-luck-cycle { width: 100%; height: 100%; padding: 4px 2px; }
.fortune-luck-cycle span { display: block; margin-bottom: 2px; font-size: 0.78em; white-space: nowrap; }
.fortune-luck-cycle strong,
.fortune-annual-year strong { display: block; color: rgba(211, 161, 101, 0.88); font-weight: 400; white-space: nowrap; }
.fortune-luck-cycle.is-active,
.fortune-luck-cycle:hover,
.fortune-annual-year.is-active,
.fortune-annual-year:hover { border-color: rgba(220, 165, 96, 0.76); color: #d9ad75; background: rgba(31, 29, 24, 0.44); }
.fortune-timeline__line { margin: 0.5cqh 0; background: linear-gradient(90deg, rgba(217, 163, 97, 0.78), rgba(170, 119, 65, 0.45), transparent); }
.fortune-annual-heading { display: flex; align-items: center; gap: 1em; color: rgba(203, 153, 95, 0.86); }
.fortune-annual-heading strong { font-size: 1em; font-weight: 400; }
.fortune-annual-heading span { opacity: 0.65; }
.fortune-annual-year { width: 100%; height: 100%; display: grid; place-items: center; padding: 2px 1px; border-color: transparent; background: transparent; }
.fortune-annual-year span { display: block; font-size: 0.86em; }
.fortune-annual-footnote { margin: 3px 0 0; color: rgba(198, 148, 89, 0.62); font-size: 0.82em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.fortune-compass {
  grid-column: 3;
  grid-row: 2;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr minmax(105px, 42%);
  align-items: center;
  align-content: center;
  padding: clamp(14px, 1.7cqh, 24px) clamp(13px, 1.1cqw, 22px);
  margin-top: 0;
  border-radius: 6px;
  overflow: hidden;
}
.fortune-compass dl { margin: 0; }
.fortune-compass dl div { display: grid; grid-template-columns: minmax(62px, 39%) 1fr; margin-bottom: 4px; }
.fortune-compass dt { opacity: 0.72; }
.fortune-compass dd { margin: 0; }
.fortune-compass__map { width: 100%; max-height: min(20cqh, 190px); align-self: start; overflow: visible; }
.fortune-compass__map circle,
.fortune-compass__map path,
.fortune-compass__map polygon { fill: none; stroke: rgba(195, 139, 75, 0.5); stroke-width: 1; }
.fortune-compass__map > circle,
.fortune-compass__map > path { stroke: rgba(195, 139, 75, 0.46); stroke-width: 0.9; }
.fortune-compass__map text { fill: rgba(203, 151, 90, 0.84); font: 12px var(--fortune-font); text-anchor: middle; }
.fortune-compass__center-sigil circle { fill: rgba(3, 14, 21, 0.84); stroke: rgba(219, 163, 92, 0.72); stroke-width: 1; }
.fortune-compass__center-sigil path { fill: none; stroke: rgba(222, 169, 98, 0.76); stroke-width: 0.82; }
.fortune-compass__wealth-layer > g { opacity: 0; transition: opacity 260ms ease; }
.fortune-compass__wealth-layer .fortune-compass__wealth-sector { fill: url("#fortune-wealth-sector"); stroke: none; }
.fortune-compass__wealth-layer .fortune-compass__wealth-beam { fill: none; stroke: rgba(247, 191, 91, 0.94); stroke-width: 1.45; }
.fortune-compass__wealth-layer rect { fill: rgba(255, 212, 126, 0.98); stroke: rgba(255, 230, 176, 0.94); stroke-width: 0.75; }
.fortune-compass__wealth-layer .fortune-compass__wealth-center circle { fill: none; stroke: rgba(245, 190, 94, 0.86); stroke-width: 1.25; stroke-dasharray: 2 2.6; }
.fortune-compass__wealth-layer > g.is-wealth {
  opacity: 1;
  filter: drop-shadow(0 0 2px rgba(255, 204, 108, 0.86)) drop-shadow(0 0 7px rgba(225, 149, 43, 0.42));
}
.fortune-compass__map text.is-wealth {
  fill: rgba(255, 207, 119, 1);
  font-size: 14px;
  font-weight: 600;
  filter: drop-shadow(0 0 4px rgba(241, 171, 56, 0.68));
}
.fortune-compass__copy .is-wealth-row dt,
.fortune-compass__copy .is-wealth-row dd {
  color: rgba(238, 186, 106, 0.98);
  text-shadow: 0 0 8px rgba(223, 149, 55, 0.3);
}
.fortune-compass__copy .is-wealth-row dt { position: relative; font-weight: 600; }
.fortune-compass__copy .is-wealth-row dt::before {
  content: "◆";
  position: absolute;
  right: calc(100% + 0.5em);
  top: 50%;
  color: rgba(224, 165, 82, 0.76);
  font-size: 0.45em;
  transform: translateY(-50%) rotate(45deg);
}

.fortune-panel,
.fortune-analysis-panels,
.fortune-analysis-item {
  border: 1px solid rgba(173, 124, 69, 0.34);
  background: linear-gradient(135deg, rgba(2, 11, 18, 0.78), rgba(3, 14, 22, 0.56));
  box-shadow: inset 0 0 30px rgba(6, 28, 42, 0.08), 0 12px 30px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(2px);
}

.fortune-left {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(15px, 1.2cqw, 25px);
  border-radius: 7px;
  overflow: hidden;
  scrollbar-width: none;
}

.fortune-left::-webkit-scrollbar { width: 0; height: 0; }

.fortune-block { padding: clamp(7px, 0.82cqh, 12px) 0; border-bottom: 1px solid rgba(184, 132, 76, 0.3); }
.fortune-block:last-child { border-bottom: 0; }
.fortune-block h2 { margin: 0 0 clamp(5px, 0.58cqh, 8px); color: rgba(207, 155, 96, 0.9); font-size: clamp(12px, 0.92cqw, 18px); font-weight: 400; letter-spacing: 0.16em; }
.fortune-block h2 small { font-size: 0.58em; opacity: 0.52; }
.fortune-block dl { margin: 0; }
.fortune-block [hidden] { display: none !important; }
.fortune-block dl div { display: grid; grid-template-columns: minmax(48px, 28%) 1fr; gap: 8px; margin: 0 0 clamp(3px, 0.38cqh, 6px); line-height: 1.28; }
.fortune-block dt { color: rgba(198, 148, 90, 0.72); }
.fortune-block dd { margin: 0; color: rgba(202, 158, 107, 0.86); letter-spacing: 0.06em; overflow-wrap: anywhere; }

.fortune-day-master p { display: flex; align-items: center; gap: 12px; margin: 0 0 4px; }
.fortune-day-master p strong { color: #d2a36a; font-size: clamp(28px, 2.05cqw, 42px); font-weight: 300; }
.fortune-day-master p i { color: #7e9d66; font-style: normal; font-size: 1.35em; }
.fortune-day-master p span { color: rgba(199, 152, 96, 0.88); }
.fortune-day-master > small { color: rgba(189, 142, 87, 0.68); line-height: 1.42; }

.fortune-bazi-summary .fortune-core-pillars {
  display: grid;
  gap: clamp(4px, 0.48cqh, 7px);
}

.fortune-bazi-summary .fortune-core-pillar {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(42px, 24%) 1fr minmax(48px, 25%);
  align-items: center;
  gap: 7px;
  padding: 2px 0 3px;
  border-left: 1px solid transparent;
}

.fortune-bazi-summary .fortune-core-pillar.is-day {
  padding-left: 0;
  border-left-color: transparent;
  background: linear-gradient(90deg, rgba(176, 117, 57, 0.045), transparent 74%);
}

.fortune-bazi-summary .fortune-core-pillar > span { color: rgba(194, 145, 87, 0.68); }
.fortune-bazi-summary .fortune-core-pillar strong { display: flex; gap: 0.48em; color: rgba(217, 169, 108, 0.92); font-size: clamp(14px, 1.02cqw, 20px); font-weight: 350; }
.fortune-bazi-summary .fortune-core-pillar strong b { font-weight: inherit; }
.fortune-bazi-summary .fortune-core-pillar small { color: rgba(188, 142, 88, 0.66); text-align: right; }

.fortune-five-elements { flex: 0 0 auto; min-height: 0; }
.fortune-five-elements__lines { display: grid; gap: clamp(7px, 0.8cqh, 12px); }
.fortune-element-line { display: grid; grid-template-columns: 1.3em 1fr 3em; align-items: center; gap: 9px; color: rgba(205, 161, 106, 0.76); }
.fortune-element-line__name { font-size: 1.02em; }
.fortune-element-line__track { position: relative; height: 1px; background: rgba(178, 131, 78, 0.18); overflow: visible; }
.fortune-element-line__track::before { content: ""; position: absolute; inset: -1px auto auto 0; width: var(--element-strength); height: 2px; background: currentColor; box-shadow: 0 0 8px currentColor; opacity: 0.68; }
.fortune-element-line__track::after { content: ""; position: absolute; left: var(--element-strength); top: 50%; width: 4px; aspect-ratio: 1; border-radius: 50%; background: currentColor; transform: translate(-50%, -50%); opacity: 0.9; }
.fortune-element-line__value { font-size: 0.78em; font-variant-numeric: tabular-nums; text-align: right; opacity: 0.58; }
.fortune-element-line[data-element="金"] { color: rgba(214, 194, 153, 0.82); }
.fortune-element-line[data-element="木"] { color: rgba(106, 157, 127, 0.76); }
.fortune-element-line[data-element="水"] { color: rgba(83, 151, 164, 0.8); }
.fortune-element-line[data-element="火"] { color: rgba(174, 105, 73, 0.8); }
.fortune-element-line[data-element="土"] { color: rgba(164, 132, 83, 0.82); }
.fortune-five-elements__conclusions { display: flex; flex-wrap: wrap; gap: 6px 9px; margin-top: clamp(10px, 1.1cqh, 16px); }
.fortune-element-conclusion { padding: 3px 6px; border-left: 1px solid currentColor; color: rgba(201, 156, 102, 0.68); font-size: 0.82em; white-space: nowrap; }
.fortune-five-elements__explanation,
.fortune-left-summary p { margin: clamp(6px, 0.6cqh, 9px) 0 0; color: rgba(193, 148, 95, 0.68); font-size: 0.94em; line-height: 1.52; letter-spacing: 0.065em; }
.fortune-left-summary { flex: 0 0 auto; }
.fortune-left-summary p { margin-top: 0; }

/* Match the left and lower copy to the restrained transparency of the analysis cards. */
.fortune-left .fortune-block > h2,
.fortune-left .fortune-block dt,
.fortune-left .fortune-block dd,
.fortune-left .fortune-core-pillar > span,
.fortune-left .fortune-core-pillar > strong,
.fortune-left .fortune-core-pillar > small,
.fortune-left .fortune-day-master > p,
.fortune-left .fortune-day-master > small,
.fortune-left .fortune-left-summary > p,
.fortune-timeline > h2,
.fortune-timeline .fortune-luck-cycle > span,
.fortune-timeline .fortune-luck-cycle > strong,
.fortune-timeline .fortune-annual-heading > strong,
.fortune-timeline .fortune-annual-heading > span,
.fortune-timeline .fortune-annual-year > span,
.fortune-timeline .fortune-annual-year > strong,
.fortune-timeline > .fortune-annual-footnote {
  opacity: 0.72;
}

.fortune-chart { position: relative; min-width: 0; min-height: 0; display: grid; place-items: center; padding-top: clamp(22px, 2.2cqh, 34px); isolation: isolate; }
.fortune-chart__title { position: absolute; z-index: 2; left: 50%; top: 0; margin: 0; color: rgba(214, 163, 100, 0.92); font-size: clamp(14px, 1.15cqw, 22px); font-weight: 400; letter-spacing: 0.18em; transform: translateX(-50%); text-shadow: 0 0 18px rgba(188, 122, 56, 0.22); }
.fortune-chart__title::after { content: ""; display: block; width: 160%; height: 1px; margin: 7px 0 0 -30%; background: linear-gradient(90deg, transparent, rgba(202, 145, 80, 0.62), transparent); }
.fortune-chart__halo { position: absolute; width: min(50cqw, 76cqh); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(33, 70, 89, 0.2) 0 32%, rgba(3, 24, 38, 0.07) 55%, transparent 74%); filter: blur(4px); z-index: -1; }
.fortune-wheel { width: min(42cqw, 59cqh); max-width: 100%; height: min(42cqw, 59cqh); max-height: calc(100% - 34px); overflow: visible; filter: drop-shadow(0 0 12px rgba(181, 124, 61, 0.18)); }
.fortune-wheel .element-orbit { fill: none; stroke: rgba(190, 136, 75, 0.32); stroke-width: 1.15; }
.fortune-wheel .element-orbit--fine { stroke: rgba(190, 136, 75, 0.2); stroke-dasharray: 2 7; }
.fortune-wheel .element-relation { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.fortune-wheel .element-relation--outer-generate { stroke: rgba(229, 179, 106, 0.86); stroke-width: 2; opacity: 0.9; filter: drop-shadow(0 0 3px rgba(218, 158, 83, 0.3)); }
.fortune-wheel .element-relation--generate { stroke: rgba(220, 169, 101, 0.62); stroke-width: 1.35; opacity: 0.67; }
.fortune-wheel .element-relation--control { stroke: rgba(202, 151, 91, 0.67); stroke-width: 1.3; stroke-dasharray: 7 7; opacity: 0.77; }
.fortune-wheel .element-arrow--generate { fill: rgba(236, 191, 121, 0.96); }
.fortune-wheel .element-arrow--control { fill: rgba(207, 160, 100, 0.8); }
.fortune-wheel .element-relation-label { fill: rgba(214, 166, 104, 0.82); font: 17px var(--fortune-font); letter-spacing: 0.12em; text-anchor: middle; text-shadow: 0 0 8px rgba(203, 143, 75, 0.2); }
.fortune-wheel .element-relation-label--control { fill: rgba(205, 158, 98, 0.72); font-size: 15px; }
.fortune-wheel .element-constellation { isolation: isolate; }
.fortune-wheel .element-constellation__point { opacity: 0.92; }
.fortune-wheel .element-constellation__star {
  fill: rgba(247, 222, 171, 0.98);
  stroke: none;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 2px rgba(255, 241, 214, 0.96)) drop-shadow(0 0 9px rgba(213, 165, 92, 0.48));
  animation: constellation-star-breathe 4.8s var(--star-delay) ease-in-out infinite;
}
.fortune-wheel .element-constellation__point:nth-child(2n) { opacity: 0.82; }
.fortune-wheel .element-node { --element-tone: rgba(210, 160, 99, 0.9); }
.fortune-wheel .element-node--metal { --element-tone: rgba(230, 210, 168, 0.96); --element-accent: rgba(222, 216, 194, 0.98); }
.fortune-wheel .element-node--wood { --element-tone: rgba(204, 174, 116, 0.94); --element-accent: rgba(103, 157, 112, 0.96); }
.fortune-wheel .element-node--water { --element-tone: rgba(205, 174, 116, 0.94); --element-accent: rgba(76, 151, 169, 0.98); }
.fortune-wheel .element-node--fire { --element-tone: rgba(216, 164, 100, 0.96); --element-accent: rgba(190, 77, 56, 0.98); }
.fortune-wheel .element-node--earth { --element-tone: rgba(208, 170, 106, 0.94); --element-accent: rgba(139, 91, 56, 0.98); }
.fortune-wheel .element-node__aura { fill: none; stroke: var(--element-tone); stroke-width: 1; stroke-dasharray: 2 5; opacity: 0.34; }
.fortune-wheel .element-node__accent { fill: none; stroke: var(--element-accent, var(--element-tone)); stroke-width: 4.8; stroke-linecap: round; opacity: 0.94; filter: drop-shadow(0 0 5px var(--element-accent, var(--element-tone))); }
.fortune-wheel .element-node__outer { fill: transparent; stroke: var(--element-tone); stroke-width: 2.1; filter: drop-shadow(0 0 9px rgba(207, 149, 82, 0.24)); }
.fortune-wheel .element-node__inner { fill: transparent; stroke: rgba(222, 177, 113, 0.5); stroke-width: 1.2; }
.fortune-wheel .element-node text { fill: var(--element-tone); text-anchor: middle; font-family: var(--fortune-font); }
.fortune-wheel .element-node__name { font-size: 43px; font-weight: 350; text-shadow: 0 0 9px rgba(221, 166, 101, 0.18); }
.fortune-wheel .element-node__value { font-size: 17px; letter-spacing: 0.03em; }
.fortune-wheel .element-node__note-plate { fill: rgba(4, 13, 20, 0.92); stroke: rgba(204, 157, 98, 0.42); stroke-width: 0.9; }
.fortune-wheel .element-node__note { font-size: 12px; opacity: 0.78; }
.fortune-wheel .element-legend text { fill: rgba(214, 164, 101, 0.82); font: 15px var(--fortune-font); text-anchor: middle; letter-spacing: 0.08em; }
.fortune-wheel .element-legend line { fill: none; stroke-linecap: round; }
.fortune-wheel .element-legend__generate-line { stroke: rgba(231, 182, 111, 0.92); stroke-width: 2; }
.fortune-wheel .element-legend__control-line { stroke: rgba(202, 151, 91, 0.7); stroke-width: 1.5; stroke-dasharray: 7 6; }
.fortune-wheel .element-legend__control { opacity: 0.76; }
.fortune-chart__explanation { position: absolute; left: 50%; bottom: -2px; max-width: 72%; margin: 0; overflow: hidden; color: rgba(188, 143, 89, 0.46); font-size: 0.72em; line-height: 1.4; text-align: center; text-overflow: ellipsis; white-space: nowrap; transform: translateX(-50%); }

.fortune-right { position: relative; min-width: 0; min-height: 0; align-self: stretch; display: flex; flex-direction: column; z-index: 4; }
.fortune-right.is-detail-active { z-index: 100; }
.fortune-analysis-panels {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(173, 124, 69, 0.34);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(2, 11, 18, 0.78), rgba(3, 14, 22, 0.56));
  box-shadow: inset 0 0 30px rgba(6, 28, 42, 0.08), 0 12px 30px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(2px);
  overflow: visible;
}
.fortune-analysis-item { position: relative; min-width: 0; min-height: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.fortune-analysis-item + .fortune-analysis-item { margin-top: 0; border-top: 1px solid rgba(173, 124, 69, 0.34); }
.fortune-analysis-item:has(.fortune-detail.is-visible),
.fortune-analysis-item.is-detail-active { z-index: 90; }
.fortune-analysis-card { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 0; display: grid; align-content: center; gap: 8px; padding: clamp(14px, 1.7cqh, 24px) clamp(18px, 1.4cqw, 30px); border: 0; color: var(--fortune-gold); background: transparent; font: inherit; text-align: left; transform-origin: right center; transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), background 220ms ease, box-shadow 220ms ease; }
.fortune-analysis-card:hover,
.fortune-analysis-card.is-selected { background: linear-gradient(90deg, rgba(5, 22, 32, 0.9), rgba(4, 19, 29, 0.55)); }
.fortune-analysis-card.is-selected { transform: scale(1.028); box-shadow: -14px 0 30px rgba(0, 0, 0, 0.2), inset 2px 0 rgba(215, 158, 92, 0.22); }
.fortune-analysis-card:focus-visible { outline: 1px solid rgba(211, 158, 95, 0.74); outline-offset: -3px; }
.fortune-analysis-card > span { display: flex; align-items: center; gap: 8px; }
.fortune-analysis-card strong { font-size: clamp(13px, 0.96cqw, 19px); font-weight: 400; letter-spacing: 0.13em; }
.fortune-analysis-card i { font-size: 0.7em; font-style: normal; opacity: 0.46; }
.fortune-analysis-card small { max-width: calc(100% - 24px); color: rgba(196, 148, 92, 0.7); line-height: 1.55; letter-spacing: 0.08em; }
.fortune-analysis-card > b { position: absolute; right: clamp(12px, 1cqw, 20px); top: clamp(12px, 1.3cqh, 20px); display: grid; place-items: center; width: 18px; aspect-ratio: 1; border: 1px solid rgba(194, 139, 76, 0.5); border-radius: 50%; font-size: 11px; font-weight: 300; opacity: 0.8; transition: transform 220ms ease; }
.fortune-analysis-card[aria-expanded="true"] > b { transform: rotate(180deg); }

.fortune-detail {
  --fortune-detail-max-height: 420px;
  position: absolute;
  z-index: 24;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  max-height: var(--fortune-detail-max-height);
  box-sizing: border-box;
  padding: clamp(17px, 1.35cqw, 26px);
  border: 1px solid rgba(201, 147, 83, 0.62);
  border-radius: 4px;
  color: rgba(210, 163, 105, 0.86);
  background: linear-gradient(145deg, rgba(3, 16, 25, 0.985), rgba(4, 19, 29, 0.97));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.48), inset 0 0 40px rgba(26, 62, 77, 0.08);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  overflow: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.fortune-detail::before { content: ""; position: absolute; left: 24px; top: -4px; width: 7px; aspect-ratio: 1; border-left: 1px solid rgba(201, 147, 83, 0.62); border-top: 1px solid rgba(201, 147, 83, 0.62); background: #07131d; transform: rotate(45deg); }
.fortune-detail.is-above { top: auto; bottom: calc(100% + 10px); transform: translateY(-6px); }
.fortune-detail.is-above::before { top: auto; bottom: -4px; transform: rotate(225deg); }
.fortune-detail.is-visible { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity 220ms ease, transform 220ms ease, visibility 220ms; }
.fortune-detail.is-timeline-detail { left: var(--fortune-detail-left, 0); width: min(420px, calc(100cqw - 28px)); max-height: min(var(--fortune-detail-max-height), 360px); }
.fortune-detail.is-timeline-detail::before { left: var(--fortune-detail-arrow-left, 24px); }
.fortune-detail.is-analysis-detail { z-index: 110; left: calc(-1 * clamp(62px, 7cqw, 132px)); top: calc(100% + 14px); width: min(460px, calc(100% + 38px)); }
.fortune-detail.is-analysis-detail::before { left: calc(clamp(62px, 7cqw, 132px) + 28px); }
.fortune-detail.is-analysis-detail.is-above { top: auto; bottom: calc(100% + 14px); }
.fortune-detail.is-modal-detail { position: fixed; left: 50%; top: 50%; bottom: auto; width: min(430px, 82cqw); max-height: min(420px, 72cqh); transform: translate(-50%, -48%); }
.fortune-detail.is-modal-detail.is-visible { transform: translate(-50%, -50%); }
.fortune-detail.is-modal-detail::before { display: none; }
.fortune-detail__close { position: absolute; z-index: 2; top: 9px; right: 10px; width: 30px; height: 30px; border: 0; color: var(--fortune-gold); background: transparent; font-size: 18px; opacity: 0.65; pointer-events: auto; }
.fortune-detail header { display: flex; align-items: center; justify-content: space-between; padding: 0 28px 10px 0; border-bottom: 1px solid rgba(190, 138, 78, 0.36); }
.fortune-detail header h2 { margin: 0; font-size: 1.18em; font-weight: 400; }
.fortune-detail header span { font-size: 0.8em; opacity: 0.6; }
.fortune-detail__content { padding-top: 10px; color: rgba(203, 158, 105, 0.76); line-height: 1.78; letter-spacing: 0.07em; }
.fortune-detail__content h3 { margin: 11px 0 4px; color: rgba(216, 166, 105, 0.9); font-size: 1em; font-weight: 400; }
.fortune-detail__content p { margin: 0 0 7px; }
.fortune-detail__content ul { margin: 3px 0 8px; padding-left: 1.4em; }

.fortune-disclaimer { position: absolute; z-index: 3; left: 50%; bottom: 8px; margin: 0; color: rgba(183, 139, 85, 0.42); font-size: clamp(8px, 0.54cqw, 11px); letter-spacing: 0.18em; transform: translateX(-50%); white-space: nowrap; pointer-events: none; }

.fortune-status { position: absolute; z-index: 30; left: 50%; top: 50%; display: grid; place-items: center; gap: 18px; min-width: min(340px, 74cqw); padding: 30px 38px; border: 1px solid rgba(187, 134, 75, 0.38); border-radius: 6px; background: rgba(2, 10, 17, 0.94); box-shadow: 0 26px 80px rgba(0, 0, 0, 0.54); transform: translate(-50%, -50%); opacity: 0; visibility: hidden; pointer-events: none; }
.fortune-status.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity 220ms ease; }
.fortune-status__orbit { position: relative; width: 54px; aspect-ratio: 1; }
.fortune-status__orbit i { position: absolute; inset: 0; border: 1px solid rgba(68, 184, 190, 0.46); border-radius: 50%; border-top-color: rgba(155, 225, 222, 0.9); animation: fortune-spin 3.3s linear infinite; }
.fortune-status__orbit i:nth-child(2) { inset: 7px; animation-direction: reverse; animation-duration: 2.4s; opacity: 0.64; }
.fortune-status__orbit i:nth-child(3) { inset: 18px; border: 0; background: #8ac9c8; box-shadow: 0 0 13px rgba(104, 207, 209, 0.65); }
.fortune-status p { margin: 0; color: rgba(211, 168, 111, 0.85); }
.fortune-status__actions { display: flex; gap: 12px; }
.fortune-status__actions button { padding: 8px 14px; border: 1px solid rgba(197, 144, 82, 0.48); color: var(--fortune-gold); background: rgba(10, 20, 26, 0.75); font: inherit; }

@keyframes fortune-spin { to { transform: rotate(360deg); } }
@keyframes fortune-next-orbit {
  from { transform: rotate(-18deg); opacity: 0.58; }
  to { transform: rotate(28deg); opacity: 0.94; }
}
@keyframes fortune-next-beacon {
  0%, 100% { opacity: 0.58; transform: translate(-50%, -50%) scale(0.78); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.18); }
}
@keyframes constellation-star-breathe {
  0%, 100% { opacity: 0.66; transform: scale(0.84); }
  42% { opacity: 1; transform: scale(1.08); }
  58% { opacity: 0.9; transform: scale(0.96); }
}

@media (prefers-reduced-motion: reduce) {
  .fortune-wheel .element-constellation__star,
  .fortune-next__guide::before,
  .fortune-next__guide::after,
  .fortune-next__guide b { animation: none; }
}

@media (pointer: fine) and (max-width: 1365px), (pointer: fine) and (max-height: 820px) {
  :root:not(.is-fixed-desktop-stage) .fortune-header { grid-template-columns: minmax(190px, 20cqw) minmax(330px, 1fr) minmax(470px, 39cqw); }
  :root:not(.is-fixed-desktop-stage) .fortune-layout { grid-template-columns: minmax(205px, 19cqw) minmax(430px, 1fr) minmax(270px, 27cqw); grid-template-rows: minmax(0, 1fr) clamp(130px, 22cqh, 180px); padding: 10px 14px 25px; }
  :root:not(.is-fixed-desktop-stage) .fortune-header__right { gap: 6px; padding-right: 12px; }
  :root:not(.is-fixed-desktop-stage) .fortune-nav-item { font-size: clamp(13px, 1.25cqw, 18px); }
  :root:not(.is-fixed-desktop-stage) .fortune-actions { gap: 4px; }
  :root:not(.is-fixed-desktop-stage) .fortune-actions button { min-width: 5.7em; padding-inline: 6px; }
  :root:not(.is-fixed-desktop-stage) .fortune-birth-chip { max-width: none; padding-inline: 9px; font-size: 0.86em; }
  :root:not(.is-fixed-desktop-stage) .fortune-block { padding-block: 5px; }
  :root:not(.is-fixed-desktop-stage) .fortune-left { padding-inline: 13px; font-size: 11px; }
  :root:not(.is-fixed-desktop-stage) .fortune-block dl div { margin-bottom: 4px; }
  :root:not(.is-fixed-desktop-stage) .fortune-bazi-summary .fortune-core-pillars { gap: 1px; }
  :root:not(.is-fixed-desktop-stage) .fortune-bazi-summary .fortune-core-pillar { padding-block: 0; line-height: 1.12; }
  :root:not(.is-fixed-desktop-stage) .fortune-bazi-summary .fortune-core-pillar strong { font-size: 13px; }
  :root:not(.is-fixed-desktop-stage) .fortune-chart__core h2 { margin-bottom: 7px; }
}

@media (pointer: fine) and (max-width: 1023px) and (orientation: landscape) {
  :root:not(.is-fixed-desktop-stage) .fortune-page { grid-template-rows: 44px 1fr; font-size: 8px; }
  :root:not(.is-fixed-desktop-stage) .fortune-header { grid-template-columns: 165px minmax(230px, 1fr) 245px; }
  :root:not(.is-fixed-desktop-stage) .fortune-layout { grid-template-columns: 170px minmax(300px, 1fr) 225px; grid-template-rows: minmax(0, 1fr) 112px; gap: 7px; padding: 7px 9px 21px; }
  :root:not(.is-fixed-desktop-stage) .fortune-brand { gap: 8px; padding-left: 15px; }
  :root:not(.is-fixed-desktop-stage) .fortune-brand i { width: 23px; }
  :root:not(.is-fixed-desktop-stage) .fortune-brand strong { font-size: 17px; }
  :root:not(.is-fixed-desktop-stage) .fortune-brand small { font-size: 7px; }
  :root:not(.is-fixed-desktop-stage) .fortune-actions { display: none; }
  :root:not(.is-fixed-desktop-stage) .fortune-nav-item { padding-inline: 5px; font-size: 11px; }
  :root:not(.is-fixed-desktop-stage) .fortune-next__guide { width: 28px; }
  :root:not(.is-fixed-desktop-stage) .fortune-birth-chip { min-width: 215px; padding: 6px 8px; }
  :root:not(.is-fixed-desktop-stage) .fortune-birth-chip span { overflow: hidden; text-overflow: ellipsis; }
  :root:not(.is-fixed-desktop-stage) .fortune-block h2 { font-size: 10px; margin-bottom: 5px; }
  :root:not(.is-fixed-desktop-stage) .fortune-block dl div { margin-bottom: 3px; }
  :root:not(.is-fixed-desktop-stage) .fortune-day-master p { margin-bottom: 3px; }
  :root:not(.is-fixed-desktop-stage) .fortune-day-master p strong { font-size: 24px; }
  :root:not(.is-fixed-desktop-stage) .fortune-five-elements__lines { gap: 5px; }
  :root:not(.is-fixed-desktop-stage) .fortune-five-elements__conclusions { gap: 3px 5px; margin-top: 6px; }
  :root:not(.is-fixed-desktop-stage) .fortune-element-conclusion { padding: 2px 4px; }
  :root:not(.is-fixed-desktop-stage) .fortune-five-elements__explanation { margin-top: 6px; line-height: 1.55; }
  :root:not(.is-fixed-desktop-stage) .fortune-analysis-card { min-height: 62px; padding: 7px 10px; }
  :root:not(.is-fixed-desktop-stage) .fortune-analysis-card strong { font-size: 10px; }
  :root:not(.is-fixed-desktop-stage) .fortune-analysis-card > b { right: 8px; top: 8px; width: 16px; }
  :root:not(.is-fixed-desktop-stage) .fortune-timeline { padding: 5px 7px; }
  :root:not(.is-fixed-desktop-stage) .fortune-timeline h2, :root:not(.is-fixed-desktop-stage) .fortune-compass h2 { margin-bottom: 2px; font-size: 9px; }
  :root:not(.is-fixed-desktop-stage) .fortune-luck-cycle { padding: 2px 1px; }
  :root:not(.is-fixed-desktop-stage) .fortune-compass { grid-template-columns: 1fr 82px; padding: 5px 7px; }
  :root:not(.is-fixed-desktop-stage) .fortune-compass dl div { grid-template-columns: 48px 1fr; margin-bottom: 1px; }
  :root:not(.is-fixed-desktop-stage) .fortune-detail { padding: 12px; max-height: min(var(--fortune-detail-max-height), 280px); }
  :root:not(.is-fixed-desktop-stage) .fortune-detail__close { width: 28px; height: 28px; }
}

@media (pointer: fine) and (max-width: 1023px) and (max-height: 440px) and (orientation: landscape) {
  :root:not(.is-fixed-desktop-stage) .fortune-page { grid-template-rows: 40px 1fr; font-size: 7px; }
  :root:not(.is-fixed-desktop-stage) .fortune-layout { grid-template-rows: minmax(0, 1fr) 92px; padding-top: 5px; }
  :root:not(.is-fixed-desktop-stage) .fortune-left { font-size: 6px; }
  :root:not(.is-fixed-desktop-stage) .fortune-block { padding-block: 4px; }
  :root:not(.is-fixed-desktop-stage) .fortune-block h2 { margin-bottom: 2px; font-size: 8px; }
  :root:not(.is-fixed-desktop-stage) .fortune-block dl div { margin-bottom: 1px; line-height: 1.08; }
  :root:not(.is-fixed-desktop-stage) .fortune-day-master p { gap: 6px; margin-bottom: 1px; }
  :root:not(.is-fixed-desktop-stage) .fortune-day-master p strong { font-size: 18px; }
  :root:not(.is-fixed-desktop-stage) .fortune-day-master > small { line-height: 1.18; }
  :root:not(.is-fixed-desktop-stage) .fortune-five-elements__lines { gap: 2px; }
  :root:not(.is-fixed-desktop-stage) .fortune-element-line { gap: 4px; }
  :root:not(.is-fixed-desktop-stage) .fortune-five-elements__conclusions { gap: 2px 4px; margin-top: 4px; }
  :root:not(.is-fixed-desktop-stage) .fortune-element-conclusion { padding: 1px 3px; font-size: 0.74em; }
  :root:not(.is-fixed-desktop-stage) .fortune-five-elements__explanation { margin-top: 3px; font-size: 0.82em; line-height: 1.28; }
  :root:not(.is-fixed-desktop-stage) .fortune-left-summary p { font-size: 0.82em; line-height: 1.25; }
  :root:not(.is-fixed-desktop-stage) .fortune-analysis-card { min-height: 52px; }
}

@media (pointer: fine) and (max-width: 780px) and (orientation: landscape) {
  :root:not(.is-fixed-desktop-stage) .fortune-header { grid-template-columns: 145px minmax(210px, 1fr) 205px; }
  :root:not(.is-fixed-desktop-stage) .fortune-nav-item { font-size: 10px; letter-spacing: 0.16em; text-indent: 0.16em; }
  :root:not(.is-fixed-desktop-stage) .fortune-layout { grid-template-columns: 155px minmax(280px, 1fr) 205px; }
  :root:not(.is-fixed-desktop-stage) .fortune-birth-chip { min-width: 195px; font-size: 7px; }
  :root:not(.is-fixed-desktop-stage) .fortune-left { padding-inline: 9px; }
  :root:not(.is-fixed-desktop-stage) .fortune-element-line { gap: 5px; }
  :root:not(.is-fixed-desktop-stage) .fortune-analysis-card { min-height: 56px; }
}

@media (hover: none), (pointer: coarse) {
  .fortune-analysis-card:hover { background: transparent; }
  .fortune-analysis-card.is-selected { background: linear-gradient(90deg, rgba(5, 22, 32, 0.9), rgba(4, 19, 29, 0.55)); }
  .fortune-detail { -webkit-overflow-scrolling: touch; }
}

@media (prefers-reduced-motion: reduce) {
  .fortune-status__orbit i { animation: none; }
  .fortune-page *, .fortune-page *::before, .fortune-page *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
