:root {
  --ink: #111111;
  --ink-2: #333333;
  --paper: #f5efe2;
  --paper-2: #fffaf0;
  --gold: #b08a45;
  --gold-2: #d8c18a;
  --cinnabar: #a93226;
  --jade: #2f6f68;
  --date: #5b1e1e;
  --line: rgba(176, 138, 69, 0.28);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--paper);
  background:
    linear-gradient(rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.78)),
    url("/assets/yi-cultural-bg-v45.webp") top center / min(1687px, 100vw) auto no-repeat fixed,
    radial-gradient(circle at 12% 10%, rgba(176, 138, 69, 0.18), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(47, 111, 104, 0.2), transparent 28rem),
    linear-gradient(135deg, #111 0%, #17110f 48%, #0d0d0d 100%);
  font-family:
    "Noto Serif TC",
    "Songti TC",
    "Microsoft JhengHei",
    "PingFang TC",
    system-ui,
    sans-serif;
  line-height: 1.75;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(245, 239, 226, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 239, 226, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    repeating-linear-gradient(
      105deg,
      rgba(245, 239, 226, 0.018) 0,
      rgba(245, 239, 226, 0.018) 1px,
      transparent 1px,
      transparent 13px
    );
  mix-blend-mode: screen;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-orbit {
  position: fixed;
  top: 96px;
  right: min(-270px, -18vw);
  z-index: 0;
  width: min(720px, 78vw);
  height: min(720px, 78vw);
  opacity: 0.34;
  border: 1px solid rgba(216, 193, 138, 0.16);
  border-radius: 50%;
  pointer-events: none;
  background:
    url("/assets/bagua-orbit-v45.svg") center / contain no-repeat,
    radial-gradient(circle at center, rgba(176, 138, 69, 0.16), transparent 62%);
  filter: drop-shadow(0 0 34px rgba(176, 138, 69, 0.16));
  transform: rotate(var(--orbit-rotate, 0deg)) scale(var(--orbit-scale, 1));
  transform-origin: center;
  transition: opacity 0.25s ease;
  animation: orbit-breathe 9s ease-in-out infinite;
  will-change: transform, opacity;
}

.page-orbit::before,
.page-orbit::after {
  position: absolute;
  inset: 74px;
  content: "";
  border: 1px solid rgba(216, 193, 138, 0.14);
  border-radius: 50%;
}

.page-orbit::after {
  inset: 170px;
}

@keyframes orbit-breathe {
  0%,
  100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.4;
  }
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.78);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: max-content;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: -4px;
  color: rgba(245, 239, 226, 0.62);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

.seal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--paper);
  border: 1px solid rgba(245, 239, 226, 0.62);
  border-radius: 12px;
  background: var(--cinnabar);
  box-shadow: inset 0 0 0 3px rgba(245, 239, 226, 0.12);
  font-weight: 700;
}

.seal-logo {
  position: relative;
  background:
    radial-gradient(circle at 50% 48%, rgba(216, 193, 138, 0.22), transparent 50%),
    linear-gradient(145deg, #c94635, #7d1f19);
}

.seal-logo::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(216, 193, 138, 0.34);
  border-radius: 999px;
}

.tai-hexagram {
  position: relative;
  z-index: 1;
  display: grid;
  width: 24px;
  gap: 2px;
}

.tai-hexagram i,
.tai-hexagram b {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--paper-2), var(--gold-2), var(--gold));
  box-shadow: 0 0 6px rgba(216, 193, 138, 0.24);
}

.tai-hexagram i {
  background:
    linear-gradient(90deg, var(--paper-2) 0 38%, transparent 38% 62%, var(--gold-2) 62% 100%);
}

.seal.soft {
  color: var(--cinnabar);
  background: rgba(169, 50, 38, 0.08);
  border-color: rgba(169, 50, 38, 0.28);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.main-nav a {
  padding: 8px 14px;
  color: rgba(245, 239, 226, 0.78);
  border-radius: 999px;
  font-size: 0.94rem;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--paper);
  background: rgba(245, 239, 226, 0.08);
}

.main-nav .member-nav-link {
  color: var(--gold-2);
  border: 1px solid rgba(216, 193, 138, 0.32);
  background: rgba(176, 138, 69, 0.08);
}

.main-nav .member-nav-link:hover,
.main-nav .member-nav-link.active {
  color: var(--ink);
  border-color: var(--gold-2);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.language-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.06);
}

.language-switch button,
.language-switch a {
  min-width: 44px;
  min-height: 44px;
  color: rgba(245, 239, 226, 0.72);
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  background: transparent;
  text-align: center;
  line-height: 44px;
}

.language-switch button.active,
.language-switch a.active {
  color: var(--ink);
  background: var(--gold-2);
}

.language-switch a:hover {
  color: var(--paper);
}

.nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  color: var(--paper);
  border: 0;
  background: transparent;
  font-size: 1.25rem;
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: 88px 0 70px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.6vw, 5.4rem);
  line-height: 1.05;
  letter-spacing: -0.07em;
  overflow-wrap: anywhere;
}

.mobile-title-break {
  display: none;
}

h2 {
  max-width: 860px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

h3 {
  color: var(--paper-2);
  font-size: 1.35rem;
  line-height: 1.35;
}

.hero-lede {
  max-width: 720px;
  color: rgba(245, 239, 226, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.quick-mode-label {
  margin: 20px 0 8px;
  color: rgba(216, 193, 138, 0.82);
  font-size: 0.94rem;
  font-weight: 900;
}

.quick-mode-switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.42);
}

.quick-mode-tab {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 239, 226, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
}

.quick-mode-tab.active {
  color: #111;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 10px 28px rgba(176, 138, 69, 0.2);
}

.quick-mode-tab:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
}

.quick-mode-status {
  min-height: 22px;
  margin: 10px 2px -8px;
  color: rgba(245, 239, 226, 0.7);
  font-size: 0.9rem;
  font-weight: 700;
}

.quick-mode-status.is-warning {
  color: #f0c36a;
}

.quick-mode-status.is-success {
  color: #8fd6c8;
}

.hero-quick-card {
  max-width: 880px;
  margin: 22px 0 16px;
  padding: 16px;
  border: 1px solid rgba(216, 193, 138, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(176, 138, 69, 0.14), rgba(47, 111, 104, 0.08)),
    rgba(17, 17, 17, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.hero-quick-card[hidden] {
  display: none;
}

.hero-quick-card.active {
  animation: quick-panel-in 0.18s ease-out;
}

@keyframes quick-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quick-step-label {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.quick-phone-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.quick-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.quick-field label {
  padding-left: 10px;
  color: rgba(245, 239, 226, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
}

.quick-plate-card {
  margin-top: 12px;
}

.quick-plate-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.quick-plate-region-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(220px, 1fr);
  gap: 10px;
  align-items: end;
  margin-bottom: 10px;
}

.plate-region-hint {
  display: block;
  color: rgba(245, 239, 226, 0.68);
}

.quick-compare-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.hero-quick-card select,
.hero-quick-card input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  color: var(--paper);
  border: 1px solid rgba(216, 193, 138, 0.28);
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.06);
  outline: none;
}

.hero-quick-card input::placeholder {
  color: rgba(245, 239, 226, 0.46);
}

.hero-quick-card select:focus,
.hero-quick-card input:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(216, 193, 138, 0.14);
}

.quick-form-note {
  margin: 12px 2px 0;
  color: rgba(245, 239, 226, 0.68);
}

.hero-actions,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  cursor: pointer;
  border: 1px solid rgba(216, 193, 138, 0.35);
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--ink);
  border-color: var(--gold-2);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.button.ghost {
  color: var(--paper);
  background: rgba(245, 239, 226, 0.04);
}

.button.muted {
  width: 100%;
  margin-top: auto;
  color: rgba(245, 239, 226, 0.72);
  cursor: not-allowed;
  background: rgba(245, 239, 226, 0.06);
}

.button.full {
  width: 100%;
}

.button.small {
  min-height: 44px;
  padding: 0 16px;
}

.trust-strip {
  margin-top: 28px;
}

.trust-strip span {
  padding: 7px 12px;
  color: rgba(245, 239, 226, 0.76);
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.04);
  font-size: 0.9rem;
}

.culture-symbol-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
}

.culture-symbol-ribbon span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 11px;
  color: rgba(245, 239, 226, 0.78);
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(216, 193, 138, 0.1), rgba(47, 111, 104, 0.08)),
    rgba(17, 17, 17, 0.28);
  box-shadow: inset 0 0 0 1px rgba(245, 239, 226, 0.025);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.culture-symbol-ribbon span::first-letter {
  color: var(--gold-2);
}

.brand-story {
  margin-top: -18px;
  padding-bottom: 42px;
}

.brand-story-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(240px, 0.48fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 10%, rgba(216, 193, 138, 0.16), transparent 24%),
    url("/assets/bagua-orbit-v45.svg") right -110px center / 330px auto no-repeat,
    linear-gradient(145deg, rgba(245, 239, 226, 0.07), rgba(47, 111, 104, 0.1)),
    rgba(17, 17, 17, 0.68);
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.24);
}

.brand-story-card::after {
  position: absolute;
  right: 34px;
  bottom: -8px;
  content: "泰";
  color: rgba(216, 193, 138, 0.05);
  font-size: clamp(7rem, 14vw, 13rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.brand-story-card > * {
  position: relative;
  z-index: 1;
}

.brand-story-mark {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 116px;
}

.brand-story-mark .seal-logo {
  width: 76px;
  height: 76px;
  border-radius: 22px;
}

.brand-story-mark .tai-hexagram {
  width: 40px;
  gap: 4px;
}

.brand-story-mark .tai-hexagram i,
.brand-story-mark .tai-hexagram b {
  height: 5px;
}

.brand-story-gua {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.22em;
}

.brand-story h2 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
}

.brand-story p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.74);
}

.brand-story-points {
  display: grid;
  gap: 10px;
}

.brand-story-points span {
  display: block;
  padding: 11px 14px;
  color: rgba(245, 239, 226, 0.82);
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.045);
  font-size: 0.94rem;
  font-weight: 800;
}

.entry-grid .entry-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.entry-grid .entry-card:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 193, 138, 0.48);
}

.entry-link-label {
  display: inline-flex;
  margin-top: 14px;
  color: var(--gold-2);
  font-size: 0.92rem;
  font-weight: 900;
}

.entry-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  color: var(--ink);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.founder-card,
.product-focus-card {
  display: grid;
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top left, rgba(176, 138, 69, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(245, 239, 226, 0.08), rgba(47, 111, 104, 0.1)),
    rgba(17, 17, 17, 0.68);
}

.founder-card {
  grid-template-columns: auto minmax(0, 1fr);
}

.founder-card .seal.soft {
  width: 86px;
  height: 86px;
  font-size: 1.1rem;
}

.founder-card h2,
.product-focus-card h3 {
  margin-bottom: 14px;
}

.product-focus-card {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr) auto;
  align-items: center;
}

.product-focus-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.72);
}

.compare-form {
  display: grid;
  gap: 12px;
}

.compare-form label {
  display: grid;
  gap: 6px;
  color: rgba(245, 239, 226, 0.82);
  font-weight: 700;
}

.compare-form select,
.compare-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--paper);
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.42);
  outline: none;
}

.compare-options {
  display: grid;
  gap: 8px;
}

.compare-options label > span {
  padding-left: 8px;
  font-size: 0.84rem;
}

.mobile-page-shortcuts {
  display: none;
}

.mobile-section-toggle {
  display: none;
}

.comparison-summary-box {
  border-color: rgba(216, 193, 138, 0.5);
}

.comparison-option-card.winner {
  border-color: rgba(216, 193, 138, 0.58);
  background:
    radial-gradient(circle at top right, rgba(216, 193, 138, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(47, 111, 104, 0.2), rgba(245, 239, 226, 0.05)),
    rgba(17, 17, 17, 0.68);
}

.hero-panel {
  position: relative;
  min-height: 580px;
  padding: 30px;
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(245, 239, 226, 0.1), rgba(245, 239, 226, 0.03)),
    rgba(17, 17, 17, 0.5);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::after {
  position: absolute;
  inset: 20px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(216, 193, 138, 0.12);
  border-radius: calc(var(--radius) - 8px);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(216, 193, 138, 0.08) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(216, 193, 138, 0.08) 50%, transparent 50.2%);
  mask-image: radial-gradient(circle at center, transparent 22%, black 42%, transparent 78%);
}

.hero-panel::before {
  position: absolute;
  right: -160px;
  bottom: -110px;
  width: 420px;
  height: 240px;
  content: "";
  background:
    radial-gradient(ellipse at 50% 100%, rgba(245, 239, 226, 0.14), transparent 60%),
    linear-gradient(140deg, transparent 28%, rgba(47, 111, 104, 0.24) 29%, transparent 54%);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.compass {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  aspect-ratio: 1;
  margin: 20px auto 0;
  border: 1px solid rgba(216, 193, 138, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(176, 138, 69, 0.12), transparent 34%),
    repeating-conic-gradient(from 0deg, rgba(216, 193, 138, 0.16) 0deg 1deg, transparent 1deg 15deg);
  animation: compass-drift 26s linear infinite;
}

@keyframes compass-drift {
  to {
    transform: rotate(360deg);
  }
}

.compass::before,
.compass::after {
  position: absolute;
  inset: 15%;
  content: "";
  border: 1px solid rgba(216, 193, 138, 0.3);
  border-radius: 50%;
}

.compass::after {
  inset: 32%;
}

.taiji {
  position: absolute;
  inset: 34%;
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.36);
  border-radius: 50%;
  background: linear-gradient(90deg, var(--paper) 50%, var(--ink) 50%);
  box-shadow: 0 0 34px rgba(176, 138, 69, 0.26);
}

.taiji::before,
.taiji::after {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 50%;
  content: "";
  border-radius: 50%;
}

.taiji::before {
  top: 0;
  background: radial-gradient(circle, var(--ink) 0 18%, var(--paper) 20%);
}

.taiji::after {
  bottom: 0;
  background: radial-gradient(circle, var(--paper) 0 18%, var(--ink) 20%);
}

.trigram {
  position: absolute;
  color: var(--gold-2);
  font-size: 2rem;
}

.qian {
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.dui {
  top: 20%;
  right: 17%;
}

.li {
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}

.zhen {
  right: 17%;
  bottom: 20%;
}

.xun {
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.kan {
  bottom: 20%;
  left: 17%;
}

.gen {
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}

.kun {
  top: 20%;
  left: 17%;
}

.hexagram-card {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 24px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 22px;
  background: rgba(17, 17, 17, 0.64);
  backdrop-filter: blur(10px);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .page-orbit,
  .compass,
  .hero-quick-card.active {
    animation: none !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.hexagram-card span {
  color: var(--gold-2);
  font-size: 0.84rem;
  letter-spacing: 0.2em;
}

.hexagram-card strong {
  display: block;
  margin: 8px 0 4px;
  font-size: 2rem;
}

.hexagram-card p {
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.74);
}

.method,
.analyzer,
.reports,
.use-cases,
.culture,
.faq,
.history {
  padding: 84px 0;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.compact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(220px, 0.45fr);
  gap: 28px;
  align-items: end;
}

.section-heading.compact .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -16px;
}

.method-grid,
.pricing-grid,
.culture-grid,
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.method-card,
.price-card,
.culture-grid article,
.seo-grid article,
.entry-grid .entry-card,
.analysis-form,
.result-panel,
.history-panel,
.payment-status,
.faq-list details {
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(245, 239, 226, 0.095), rgba(245, 239, 226, 0.035)),
    rgba(17, 17, 17, 0.54);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.18);
}

.method-card,
.price-card,
.culture-grid article,
.seo-grid article,
.entry-grid .entry-card {
  padding: 26px;
}

.card-mark {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--gold-2);
  border: 1px solid rgba(216, 193, 138, 0.36);
  border-radius: 50%;
}

.method-card p,
.culture-grid p,
.price-card li,
.microcopy,
.empty-state p,
.history-list,
.site-footer p {
  color: rgba(245, 239, 226, 0.72);
}

.analyzer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 22px;
}

.analyzer-layout.report-mode {
  grid-template-columns: minmax(0, 1fr);
}

.analyzer-layout.report-mode .analysis-form {
  display: none;
}

.analyzer-layout.report-mode .result-panel {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 34px;
}

.analysis-form,
.result-panel,
.history-panel {
  padding: 26px;
}

.member-history-panel {
  margin-top: 16px;
}

.profile-tools {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 20px;
  background: rgba(245, 239, 226, 0.045);
}

.profile-tools strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-2);
}

.profile-tools p {
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.68);
}

.login-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.auth-button {
  min-width: 238px;
  min-height: 48px;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border: 1px solid rgba(66, 133, 244, 0.48);
  background: #ffffff;
  color: #202124;
  font-weight: 800;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.auth-button::before {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  content: "";
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23FFC107' d='M43.611 20H42V20H24v8h11.303C33.654 32.657 29.23 36 24 36c-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4 12.955 4 4 12.955 4 24s8.955 20 20 20 20-8.955 20-20c0-1.341-.138-2.65-.389-4z'/%3E%3Cpath fill='%23FF3D00' d='M6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4c-7.682 0-14.344 4.337-17.694 10.691z'/%3E%3Cpath fill='%234CAF50' d='M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238C29.211 35.091 26.715 36 24 36c-5.209 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44z'/%3E%3Cpath fill='%231976D2' d='M43.611 20H42V20H24v8h11.303a12.04 12.04 0 0 1-4.087 5.571l.003-.002 6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-4z'/%3E%3C/svg%3E");
}

.auth-button:hover:not(:disabled) {
  border-color: rgba(66, 133, 244, 0.82);
  background: #ffffff;
  color: #111111;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.auth-button:focus-visible {
  outline: 3px solid rgba(66, 133, 244, 0.35);
  outline-offset: 3px;
}

.auth-button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.auth-button[hidden],
#logoutButton[hidden],
.google-login-benefit[hidden],
.result-google-save[hidden] {
  display: none !important;
}

.google-login-benefit {
  color: rgba(216, 193, 138, 0.9) !important;
  font-size: 0.82rem;
  line-height: 1.55;
}

.profile-message {
  min-height: 1.5em;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.birth-time-assistant {
  margin: 2px 0 20px;
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(176, 138, 69, 0.12), rgba(47, 111, 104, 0.08)),
    rgba(245, 239, 226, 0.025);
}

.birth-time-assistant[hidden] {
  display: none !important;
}

.birth-time-assistant summary {
  padding: 18px 20px;
  color: var(--gold-2);
  font-weight: 800;
  cursor: pointer;
  list-style-position: inside;
}

.birth-time-assistant summary::marker {
  color: var(--cinnabar);
}

.birth-time-assistant[open] summary {
  border-bottom: 1px solid rgba(216, 193, 138, 0.16);
}

.birth-time-assistant-body {
  padding: 20px;
}

.birth-time-assistant-body > p:first-child {
  margin-top: 0;
  color: rgba(245, 239, 226, 0.78);
}

.birth-clue-grid label {
  margin-bottom: 8px;
}

.birth-event-fieldset {
  margin: 14px 0 10px;
  padding: 16px;
  border: 1px solid rgba(47, 111, 104, 0.42);
  border-radius: 17px;
}

.birth-event-fieldset legend {
  padding: 0 8px;
  color: rgba(245, 239, 226, 0.9);
  font-weight: 800;
}

.birth-event-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(200px, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.birth-clue-status {
  min-height: 1.4em;
  margin: 12px 0 4px;
  color: var(--gold-2);
  font-weight: 800;
}

label {
  display: block;
  margin-bottom: 16px;
  color: rgba(245, 239, 226, 0.82);
  font-weight: 700;
}

label span {
  display: block;
  margin-bottom: 8px;
}

.inline-check {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(216, 193, 138, 0.16);
  border-radius: 16px;
  background: rgba(245, 239, 226, 0.04);
}

.inline-check input {
  width: auto;
  min-height: auto;
}

.inline-check span {
  margin-bottom: 0;
}

input,
select {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: var(--paper);
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: 16px;
  outline: none;
  background: rgba(0, 0, 0, 0.22);
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-2) 50%),
    linear-gradient(135deg, var(--gold-2) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px;
}

select option,
select optgroup {
  color: #111111;
  background: #f5efe2;
}

select option:checked {
  color: #111111;
  background: #d8c18a;
}

input:focus,
select:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(216, 193, 138, 0.12);
}

.microcopy {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.result-panel {
  min-height: 100%;
}

.empty-state {
  display: grid;
  min-height: 390px;
  place-items: center;
  text-align: center;
}

.empty-state .seal {
  margin-bottom: 12px;
}

.result-summary {
  display: grid;
  gap: 18px;
}

.score-ring {
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  margin: 0 auto 10px;
  border: 9px solid rgba(216, 193, 138, 0.18);
  border-top-color: var(--gold-2);
  border-right-color: var(--jade);
  border-radius: 50%;
}

.score-ring strong {
  display: block;
  font-size: 2.15rem;
  line-height: 1;
}

.score-ring small {
  display: block;
  color: rgba(245, 239, 226, 0.58);
}

.verdict {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--gold-2);
  font-weight: 800;
}

.element-bars {
  display: grid;
  gap: 10px;
}

.element-row {
  display: grid;
  grid-template-columns: 52px 1fr 46px;
  gap: 10px;
  align-items: center;
  color: rgba(245, 239, 226, 0.76);
}

.bar {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.08);
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-2), var(--jade));
}

.result-box {
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.17);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.045);
}

.result-box h4 {
  margin: 0 0 6px;
  color: var(--gold-2);
}

.result-google-save {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(138, 180, 248, 0.45);
  background:
    radial-gradient(circle at 94% 8%, rgba(66, 133, 244, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(245, 239, 226, 0.075), rgba(47, 111, 104, 0.13)),
    rgba(17, 17, 17, 0.68);
}

.result-google-save::after {
  position: absolute;
  z-index: -1;
  top: -76px;
  right: -58px;
  width: 176px;
  height: 176px;
  content: "";
  border: 1px solid rgba(138, 180, 248, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(138, 180, 248, 0.035),
    0 0 0 44px rgba(216, 193, 138, 0.025);
}

.result-google-save .cta-eyebrow {
  color: #a8c7fa;
}

.result-google-save h4 {
  margin-top: 6px;
  color: var(--paper);
  font-size: clamp(1.08rem, 2.4vw, 1.3rem);
}

.result-google-save > p:not(.microcopy) {
  max-width: 720px;
}

.result-google-save .auth-button {
  min-width: min(100%, 310px);
  margin-top: 10px;
}

.result-google-save-trust {
  max-width: 720px;
  margin: 10px 0 0 !important;
  color: rgba(245, 239, 226, 0.62) !important;
  font-size: 0.78rem;
}

.paid-report {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.report-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.report-action-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.annual-month-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 16px;
}

.paid-report .annual-month-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.month-card {
  display: grid;
  gap: 14px;
  min-height: auto;
  padding: 22px;
  background:
    linear-gradient(160deg, rgba(47, 111, 104, 0.14), rgba(245, 239, 226, 0.035)),
    rgba(17, 17, 17, 0.5);
}

.month-card-head {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.month-index {
  display: block;
  color: var(--gold-2);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.month-calendar-block {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.month-calendar-note {
  display: block;
  color: rgba(245, 239, 226, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.month-theme,
.month-caution,
.month-score {
  padding: 4px 9px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 999px;
  color: rgba(245, 239, 226, 0.84);
  background: rgba(245, 239, 226, 0.055);
  font-size: 0.9rem;
  font-weight: 800;
}

.month-score {
  color: #111;
  border-color: rgba(216, 193, 138, 0.7);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.month-score-bar {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.1);
  box-shadow: inset 0 0 0 1px rgba(216, 193, 138, 0.13);
}

.month-score-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jade), var(--gold-2), var(--cinnabar));
}

.month-accordion,
.number-candidate-accordion {
  overflow: hidden;
  padding: 0;
}

.month-accordion > summary,
.number-candidate-accordion > summary,
.month-topic-accordion > summary,
.report-accordion > summary {
  list-style: none;
  cursor: pointer;
}

.month-accordion > summary::-webkit-details-marker,
.number-candidate-accordion > summary::-webkit-details-marker,
.month-topic-accordion > summary::-webkit-details-marker,
.report-accordion > summary::-webkit-details-marker {
  display: none;
}

.month-accordion-summary {
  display: grid;
  grid-template-columns: minmax(210px, 1.3fr) minmax(70px, auto) minmax(150px, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 16px 20px;
}

.month-accordion[open] .month-accordion-summary,
.number-candidate-accordion[open] .number-candidate-summary {
  border-bottom: 1px solid rgba(216, 193, 138, 0.22);
  background: rgba(216, 193, 138, 0.055);
}

.month-accordion-content,
.number-candidate-content {
  display: grid;
  gap: 14px;
  padding: 18px 20px 22px;
}

.star-rating {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.star-rating small {
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
}

.accordion-hint {
  color: rgba(245, 239, 226, 0.65);
  font-size: 0.78rem;
  font-weight: 800;
}

.accordion-hint::after {
  content: "＋";
  margin-left: 5px;
  color: var(--gold-2);
}

details[open] > summary .accordion-hint::after {
  content: "－";
}

.when-open {
  display: none;
}

details[open] > summary .when-closed {
  display: none;
}

details[open] > summary .when-open {
  display: inline;
}

.month-summary-line,
.report-reading-tip {
  margin: 0;
  color: rgba(245, 239, 226, 0.78);
}

.annual-life-summary {
  border-color: rgba(216, 193, 138, 0.34);
  background:
    radial-gradient(circle at 92% 8%, rgba(176, 138, 69, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(47, 111, 104, 0.12), rgba(245, 239, 226, 0.035));
}

.annual-life-summary h4 {
  margin: 7px 0 8px;
  color: var(--paper);
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
}

.annual-life-event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.annual-life-event-card {
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.28);
}

.annual-life-event-card > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 15px;
  list-style: none;
  cursor: pointer;
}

.annual-life-event-card > summary::-webkit-details-marker {
  display: none;
}

.annual-life-event-card > summary strong,
.annual-life-event-card > summary small {
  display: block;
}

.annual-life-event-card > summary strong {
  color: var(--paper);
}

.annual-life-event-card > summary small {
  margin-top: 3px;
  color: rgba(245, 239, 226, 0.58);
}

.annual-life-event-card > summary em {
  max-width: 170px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-style: normal;
  text-align: right;
}

.annual-life-event-card > p {
  margin: 0;
  padding: 13px 15px 16px;
  border-top: 1px solid rgba(216, 193, 138, 0.14);
  color: rgba(245, 239, 226, 0.75);
  line-height: 1.72;
}

.month-period-range {
  margin: 0;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 750;
}

.month-notes .month-period-row {
  align-items: start;
}

.month-period-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.month-period-guidance > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(216, 193, 138, 0.13);
  border-radius: 12px;
  background: rgba(245, 239, 226, 0.03);
}

.month-period-guidance span {
  display: block;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.month-period-guidance strong {
  display: block;
  color: var(--paper);
  font-size: 0.8rem;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
}

.month-period-guidance p {
  margin: 0;
  color: rgba(245, 239, 226, 0.72);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.paid-report-open .mobile-sticky-cta {
  display: none !important;
}

.report-reading-tip {
  padding: 12px 16px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 14px;
  background: rgba(47, 111, 104, 0.11);
}

.month-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.month-topic-accordion {
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.28);
}

.month-topic-accordion > summary {
  display: grid;
  grid-template-columns: minmax(64px, 1fr) auto auto;
  gap: 9px;
  align-items: center;
  padding: 12px 14px;
}

.month-topic-accordion > summary > span:first-child {
  color: var(--paper);
  font-weight: 900;
}

.month-topic-accordion > summary > strong {
  color: var(--gold-2);
  font-size: 0.82rem;
  white-space: nowrap;
}

.month-topic-content {
  padding: 0 14px 14px;
  border-top: 1px solid rgba(216, 193, 138, 0.14);
}

.month-topic-content p {
  margin: 12px 0 0;
}

.annual-feedback-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 22px;
  align-items: center;
  border-color: rgba(216, 193, 138, 0.38);
  background: linear-gradient(135deg, rgba(176, 138, 69, 0.12), rgba(47, 111, 104, 0.13));
}

.annual-feedback-overview h4,
.annual-feedback-overview p {
  margin: 5px 0 0;
}

.annual-feedback-overview > strong {
  color: var(--gold-2);
  font-size: 1rem;
  white-space: nowrap;
}

.annual-feedback-progress {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.1);
}

.annual-feedback-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-2), var(--jade));
  transition: width 220ms ease;
}

.annual-feedback-complete-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(216, 193, 138, 0.3);
  border-radius: 14px;
  background: rgba(176, 138, 69, 0.09);
}

.annual-feedback-complete-actions[hidden] {
  display: none !important;
}

.annual-feedback-complete-actions p {
  flex: 1 1 260px;
  margin: 0;
}

.month-feedback-accordion {
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.28);
  border-radius: 14px;
  background: rgba(176, 138, 69, 0.07);
}

.month-feedback-accordion > summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  list-style: none;
  cursor: pointer;
}

.month-feedback-accordion > summary::-webkit-details-marker {
  display: none;
}

.month-feedback-accordion > summary span {
  color: var(--paper);
  font-weight: 900;
}

.month-feedback-accordion > summary strong {
  color: var(--gold-2);
  font-size: 0.86rem;
  white-space: nowrap;
}

.month-feedback-accordion[open] > summary {
  border-bottom: 1px solid rgba(216, 193, 138, 0.18);
}

.month-feedback-content {
  display: grid;
  gap: 14px;
  padding: 15px;
}

.month-feedback-content > p {
  margin: 0;
}

.annual-feedback-rating {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.annual-feedback-rating button {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(216, 193, 138, 0.28);
  border-radius: 12px;
  color: var(--paper);
  background: rgba(17, 17, 17, 0.38);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.annual-feedback-rating button:hover,
.annual-feedback-rating button.selected {
  border-color: var(--gold-2);
  color: #17130d;
  background: var(--gold-2);
}

.annual-feedback-rating button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.annual-feedback-events {
  margin: 0;
  padding: 0;
  border: 0;
}

.annual-feedback-events legend,
.annual-feedback-note > span {
  margin-bottom: 8px;
  color: var(--gold-2);
  font-size: 0.9rem;
  font-weight: 850;
}

.annual-feedback-events > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.annual-feedback-event {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.28);
  cursor: pointer;
}

.annual-feedback-event:has(input:checked) {
  border-color: rgba(47, 111, 104, 0.9);
  background: rgba(47, 111, 104, 0.27);
}

.annual-feedback-event input {
  width: 16px;
  height: 16px;
  accent-color: var(--jade);
}

.annual-feedback-note {
  display: grid;
}

.annual-feedback-note textarea {
  width: 100%;
  resize: vertical;
}

.annual-feedback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.annual-feedback-message {
  min-height: 1.3em;
}

.annual-feedback-message.success {
  color: #9ad5c9;
}

.annual-feedback-message.warning {
  color: #f2b7a8;
}

.month-action-accordion {
  grid-column: 1 / -1;
}

.number-candidate-summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 14px 18px;
}

.number-candidate-value {
  overflow-wrap: anywhere;
  color: var(--paper);
  font-family: inherit;
  font-size: clamp(1.02rem, 2.4vw, 1.32rem);
  font-weight: 900;
  letter-spacing: 0.045em;
}

.report-accordion {
  padding: 0;
}

.report-accordion > summary {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
}

.report-accordion > summary h4 {
  margin: 0;
}

.report-accordion > summary span {
  color: var(--gold-2);
  font-weight: 800;
}

.report-accordion > ul,
.report-accordion > p {
  margin-right: 22px;
  margin-left: 22px;
}

.report-accordion > :last-child {
  margin-bottom: 22px;
}

.month-notes {
  display: grid;
  gap: 10px;
  margin: 0;
}

.month-notes > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(216, 193, 138, 0.12);
}

.paid-report .month-notes > div {
  grid-template-columns: 96px minmax(0, 1fr);
}

.month-notes dt {
  color: var(--gold-2);
  font-weight: 900;
}

.month-notes dd {
  margin: 0;
  color: rgba(245, 239, 226, 0.78);
  line-height: 1.72;
}

.report-meta code {
  display: inline;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.number-option-card .month-theme {
  max-width: 100%;
  border-radius: 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.number-option-card code {
  white-space: normal;
  color: var(--gold-2);
  overflow-wrap: anywhere;
  word-break: break-all;
}

.number-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.number-card-actions .button {
  min-height: 44px;
}

.number-comparison-box {
  border-color: rgba(176, 138, 69, 0.58);
}

.number-compare-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
}

.number-compare-row {
  border: 1px solid rgba(216, 193, 138, 0.34);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.04);
  padding: 1rem;
}

.number-compare-row span {
  color: var(--gold);
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.number-compare-row strong {
  color: var(--paper);
  display: block;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.number-compare-row em {
  color: var(--jade);
  display: block;
  font-style: normal;
  margin: 0.45rem 0;
}

.number-compare-row p {
  margin-bottom: 0;
}

.report-meta p {
  overflow-wrap: anywhere;
}

.report-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 10px 0 0;
  padding-left: 22px;
  color: rgba(245, 239, 226, 0.78);
}

.premium-report-box {
  border-color: rgba(176, 138, 69, 0.36);
  background:
    linear-gradient(145deg, rgba(176, 138, 69, 0.15), rgba(245, 239, 226, 0.04)),
    rgba(17, 17, 17, 0.58);
}

.free-teaser-box {
  border-color: rgba(216, 193, 138, 0.36);
  background:
    radial-gradient(circle at top right, rgba(176, 138, 69, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(47, 111, 104, 0.16), rgba(245, 239, 226, 0.045)),
    rgba(17, 17, 17, 0.62);
}

.teaser-interest-box {
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.045);
}

.teaser-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.teaser-choice-button {
  min-height: 44px;
  padding: 0 13px;
  color: rgba(245, 239, 226, 0.75);
  cursor: pointer;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.28);
  font-weight: 700;
}

.teaser-choice-button.active {
  color: var(--ink);
  border-color: var(--gold-2);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.locked-teaser-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.locked-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(245, 239, 226, 0.62);
  background: rgba(245, 239, 226, 0.055);
  font-size: 0.88rem;
}

.free-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.free-teaser-actions .button {
  min-width: 180px;
}

.locked-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.locked-preview-card {
  min-height: 128px;
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.62), rgba(245, 239, 226, 0.04)),
    rgba(17, 17, 17, 0.52);
}

.locked-preview-card strong {
  display: block;
  margin: 6px 0;
  color: var(--gold-2);
}

.locked-preview-card p {
  margin: 0;
  color: rgba(245, 239, 226, 0.58);
  font-size: 0.9rem;
}

.vehicle-use-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vehicle-use-card {
  min-height: 168px;
}

.micro-list {
  margin: 12px 0 0;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.68);
  font-size: 0.92rem;
}

.micro-list li + li {
  margin-top: 6px;
}

.lock-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 50%;
  background: rgba(245, 239, 226, 0.06);
}

.number-upgrade-cta {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(216, 193, 138, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(169, 50, 38, 0.18), rgba(47, 111, 104, 0.16)),
    rgba(17, 17, 17, 0.72);
  box-shadow: inset 0 1px 0 rgba(245, 239, 226, 0.08);
}

.number-upgrade-cta .cta-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.number-upgrade-cta h4 {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 1.24rem;
}

.number-upgrade-cta p {
  color: rgba(245, 239, 226, 0.76);
}

.number-upgrade-cta ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
  padding-left: 18px;
  color: rgba(245, 239, 226, 0.74);
}

.plate-region-guide-box {
  border-color: rgba(47, 111, 104, 0.44);
  background:
    radial-gradient(circle at top right, rgba(47, 111, 104, 0.16), transparent 32%),
    rgba(17, 17, 17, 0.58);
}

.plate-sales-section .product-focus-card {
  border-color: rgba(216, 193, 138, 0.38);
  background:
    radial-gradient(circle at 14% 18%, rgba(169, 50, 38, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 16%, rgba(47, 111, 104, 0.18), transparent 26rem),
    rgba(17, 17, 17, 0.68);
}

.plate-region-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.78);
}

.number-summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.number-summary-strip div {
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.34);
}

.number-summary-strip strong,
.number-summary-strip span {
  display: block;
}

.number-summary-strip strong {
  color: var(--gold-2);
  font-size: 1.12rem;
}

.number-summary-strip span {
  margin-top: 4px;
  color: rgba(245, 239, 226, 0.62);
  font-size: 0.84rem;
}

.mobile-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  display: none;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  color: var(--ink);
  border: 1px solid rgba(216, 193, 138, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.36);
  font-weight: 800;
}

.payment-technical-details {
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 14px;
  background: rgba(245, 239, 226, 0.035);
}

.payment-technical-details summary {
  min-height: 44px;
  color: rgba(245, 239, 226, 0.72);
  cursor: pointer;
  font-weight: 800;
  line-height: 44px;
}

.report-support-link a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gold-2);
  font-weight: 800;
}

.standalone-report-main {
  padding-top: clamp(54px, 7vw, 84px);
}

.standalone-report-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.standalone-report-intro h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.report-link-help {
  text-align: center;
}

.report-link-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.report-link-help-actions a {
  min-height: 44px;
}

.standalone-result-panel {
  min-height: 360px;
}

.report-loading-card {
  display: grid;
  min-height: 300px;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
}

.report-loading-card > span {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--ink);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  font-family: var(--display-font);
  font-size: 1.8rem;
}

.report-page-nav {
  display: flex;
  gap: 10px;
}

.report-page-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 13px;
  color: rgba(245, 239, 226, 0.78);
}

.contact-main {
  padding-top: clamp(58px, 8vw, 96px);
}

.contact-intro {
  max-width: 920px;
}

.contact-intro h1 {
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 6vw, 4.5rem);
}

.contact-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.contact-trust-grid article,
.contact-card {
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(245, 239, 226, 0.065), rgba(47, 111, 104, 0.075));
}

.contact-trust-grid article {
  padding: 20px;
}

.contact-trust-grid p {
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.66);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.58fr);
  gap: 32px;
  padding: clamp(22px, 4vw, 38px);
}

.contact-card form,
.contact-card label {
  display: grid;
  gap: 8px;
}

.contact-card form {
  gap: 18px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-card label > span {
  color: rgba(245, 239, 226, 0.82);
  font-weight: 800;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  color: var(--paper);
  border: 1px solid rgba(216, 193, 138, 0.3);
  border-radius: 15px;
  background: rgba(17, 17, 17, 0.44);
  font: inherit;
}

.contact-card textarea {
  resize: vertical;
}

.contact-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.contact-consent input {
  width: 22px;
  min-height: 22px;
  margin-top: 2px;
}

.contact-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-card aside {
  padding: 22px;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.34);
}

.contact-card aside a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--gold-2);
}

.contact-status {
  min-height: 28px;
  margin: 0;
}

.contact-status.success { color: #9ed7af; }
.contact-status.warning { color: #f3b5a9; }

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.not-found-card {
  width: min(620px, 100%);
  padding: clamp(30px, 7vw, 64px);
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: 32px;
  background: rgba(17, 17, 17, 0.76);
  text-align: center;
}

.not-found-card > div {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.version-main {
  padding-top: clamp(58px, 8vw, 96px);
}

.version-hero {
  max-width: 900px;
  margin-bottom: 34px;
}

.version-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 6vw, 4.6rem);
}

.version-latest {
  display: grid;
  gap: 16px;
}

.version-card,
.version-note {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(245, 239, 226, 0.06), rgba(47, 111, 104, 0.07));
}

.version-card.featured {
  border-color: rgba(216, 193, 138, 0.52);
  background: radial-gradient(circle at 96% 8%, rgba(176, 138, 69, 0.17), transparent 34%), linear-gradient(145deg, rgba(245, 239, 226, 0.08), rgba(47, 111, 104, 0.1));
}

.version-card h2,
.version-note h2 {
  margin: 10px 0 12px;
}

.version-card time {
  color: var(--gold-2);
  font-weight: 800;
}

.version-card ul {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.76);
}

.version-note {
  margin-top: 18px;
}

.version-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--gold-2);
  font-weight: 800;
}

body.modal-open {
  overflow: hidden;
}

.checkout-confirmation-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.checkout-confirmation-dialog {
  position: relative;
  width: min(100%, 640px);
  max-height: min(90vh, 820px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(216, 193, 138, 0.36);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(176, 138, 69, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.96), rgba(47, 111, 104, 0.32)),
    var(--ink);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.56);
}

.checkout-confirmation-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  color: var(--paper);
  cursor: pointer;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 50%;
  background: rgba(245, 239, 226, 0.06);
  font-size: 1.35rem;
}

.checkout-confirmation-dialog h3 {
  max-width: 520px;
  margin: 8px 0 10px;
  color: var(--paper);
  font-size: clamp(1.55rem, 4vw, 2.25rem);
}

.checkout-confirmation-subtitle,
.checkout-confirmation-section p {
  color: rgba(245, 239, 226, 0.74);
}

.checkout-confirmation-price {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 20px;
  background: rgba(245, 239, 226, 0.055);
}

.checkout-confirmation-price span {
  color: rgba(245, 239, 226, 0.66);
}

.checkout-confirmation-price strong {
  color: var(--gold-2);
  font-size: 1.25rem;
}

.checkout-confirmation-section {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.34);
}

.checkout-confirmation-section > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--paper);
}

.checkout-confirmation-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.78);
}

.checkout-confirmation-section.compact p {
  margin-bottom: 8px;
}

.checkout-confirmation-highlight {
  color: var(--gold-2) !important;
  font-weight: 800;
}

.checkout-confirmation-note {
  margin: 16px 2px 0;
  color: rgba(245, 239, 226, 0.6);
}

.checkout-confirmation-sample-link {
  display: block;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 16px;
  color: var(--gold-2);
  text-align: center;
  background: rgba(245, 239, 226, 0.045);
}

.checkout-confirmation-sample-link:hover {
  border-color: rgba(216, 193, 138, 0.42);
  background: rgba(176, 138, 69, 0.12);
}

.checkout-confirmation-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.disclaimer-box {
  border-color: rgba(169, 50, 38, 0.28);
}

.price-card {
  display: flex;
  min-height: 450px;
  flex-direction: column;
}

.price-card.featured {
  border-color: rgba(216, 193, 138, 0.58);
  background:
    linear-gradient(145deg, rgba(176, 138, 69, 0.16), rgba(245, 239, 226, 0.06)),
    rgba(17, 17, 17, 0.68);
}

.plan {
  margin-bottom: 8px;
  color: var(--gold-2);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price {
  display: block;
  margin: 12px 0 20px;
  color: var(--paper-2);
  font-size: 2.4rem;
  line-height: 1;
}

.price-note {
  margin: -10px 0 16px;
  color: rgba(216, 193, 138, 0.82);
  font-size: 0.94rem;
  font-weight: 700;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.checkout-confidence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr) minmax(240px, 0.9fr);
  gap: 16px;
  margin-top: 20px;
}

.checkout-confidence-grid article,
.report-delivery-flow {
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(47, 111, 104, 0.14), rgba(176, 138, 69, 0.08)),
    rgba(17, 17, 17, 0.58);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.16);
}

.checkout-confidence-grid article {
  padding: 22px;
}

.checkout-confidence-grid h3 {
  margin: 8px 0 10px;
  color: var(--paper-2);
  font-size: 1.08rem;
}

.checkout-confidence-grid p {
  margin: 0;
  color: rgba(245, 239, 226, 0.72);
}

.compact-check-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.compact-check-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(245, 239, 226, 0.76);
}

.compact-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-2);
  font-weight: 900;
}

.report-delivery-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 14px;
  padding: 16px 18px;
}

.report-delivery-flow > span {
  color: var(--gold-2);
  font-weight: 900;
}

.report-delivery-flow ol {
  display: flex;
  flex: 1 1 620px;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: delivery-step;
}

.report-delivery-flow li {
  counter-increment: delivery-step;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 239, 226, 0.74);
  font-size: 0.92rem;
}

.report-delivery-flow li::before {
  content: counter(delivery-step);
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 0.78rem;
  font-weight: 900;
}

.payment-status {
  margin-top: 20px;
  padding: 22px 24px;
}

.payment-status strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-2);
}

.payment-status p {
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.72);
}

.payment-status.success {
  border-color: rgba(47, 111, 104, 0.72);
  background:
    linear-gradient(145deg, rgba(47, 111, 104, 0.22), rgba(245, 239, 226, 0.05)),
    rgba(17, 17, 17, 0.62);
}

.payment-status.warning {
  border-color: rgba(169, 50, 38, 0.62);
}

.report-runtime-status {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 193, 138, 0.18);
}

.payment-progress-tracker {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(47, 111, 104, 0.14), rgba(176, 138, 69, 0.08)),
    rgba(17, 17, 17, 0.3);
}

.payment-progress-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.payment-progress-heading strong {
  margin: 3px 0 0;
  color: var(--paper-2);
  font-size: 1.02rem;
  line-height: 1.45;
}

.payment-progress-heading em {
  flex: 0 0 auto;
  padding: 5px 10px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 999px;
  color: var(--gold-2);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 900;
}

.payment-progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.09);
}

.payment-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jade), var(--gold));
  box-shadow: 0 0 18px rgba(216, 193, 138, 0.18);
  transition: width 0.45s ease;
}

.payment-progress-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.payment-progress-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 8px;
  align-items: start;
  padding: 11px 12px;
  border: 1px solid rgba(216, 193, 138, 0.16);
  border-radius: 14px;
  background: rgba(245, 239, 226, 0.035);
}

.payment-progress-step i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  grid-row: span 2;
  border-radius: 999px;
  background: rgba(216, 193, 138, 0.12);
  color: var(--gold-2);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
}

.payment-progress-step span {
  color: var(--paper-2);
  font-weight: 900;
  line-height: 1.25;
}

.payment-progress-step small {
  color: rgba(245, 239, 226, 0.66);
  font-size: 0.82rem;
  line-height: 1.35;
}

.payment-progress-step.ready {
  border-color: rgba(47, 111, 104, 0.5);
  background: rgba(47, 111, 104, 0.14);
}

.payment-progress-step.ready i {
  background: var(--jade);
  color: #fff;
}

.payment-progress-step.pending {
  border-color: rgba(216, 193, 138, 0.28);
}

.payment-progress-step.pending i {
  background: rgba(176, 138, 69, 0.22);
}

.payment-progress-step.warning {
  border-color: rgba(169, 50, 38, 0.5);
  background: rgba(169, 50, 38, 0.12);
}

.payment-progress-step.warning i {
  background: var(--cinnabar);
  color: #fff;
}

.runtime-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.runtime-status-item {
  min-height: 82px;
  padding: 13px 14px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 16px;
  background: rgba(245, 239, 226, 0.045);
}

.runtime-status-item span {
  display: block;
  margin-bottom: 5px;
  color: rgba(245, 239, 226, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.runtime-status-item strong {
  display: block;
  margin: 0;
  color: var(--paper-2);
  font-size: 0.98rem;
  line-height: 1.45;
}

.runtime-status-item.ready {
  border-color: rgba(47, 111, 104, 0.58);
  background: rgba(47, 111, 104, 0.16);
}

.runtime-status-item.pending {
  border-color: rgba(216, 193, 138, 0.28);
  background: rgba(176, 138, 69, 0.1);
}

.runtime-status-item.warning {
  border-color: rgba(169, 50, 38, 0.55);
  background: rgba(169, 50, 38, 0.13);
}

.runtime-status-footnote {
  margin-top: 12px;
  font-size: 0.92rem;
}

.inline-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin-left: 8px;
  padding: 4px 10px;
  border: 1px solid rgba(216, 193, 138, 0.32);
  border-radius: 999px;
  background: rgba(216, 193, 138, 0.12);
  color: var(--gold-2);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.inline-copy-button:hover,
.inline-copy-button.copied {
  background: rgba(216, 193, 138, 0.24);
  color: var(--paper-2);
}

.inline-copy-button.copy-failed {
  border-color: rgba(169, 50, 38, 0.58);
  color: #ffb0a8;
}

.payment-next-steps {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(176, 138, 69, 0.1), rgba(47, 111, 104, 0.08)),
    rgba(245, 239, 226, 0.035);
}

.payment-next-steps h4 {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 1.04rem;
}

.payment-next-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.payment-next-step {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.16);
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.34);
}

.payment-next-step span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  font-weight: 900;
  line-height: 1;
}

.payment-next-step strong {
  margin: 0;
  color: var(--paper-2);
}

.payment-next-step p {
  min-height: 54px;
  margin: 0;
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.92rem;
}

.payment-next-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.payment-next-step .button {
  justify-self: start;
  margin-top: 2px;
}

.payment-lookup {
  margin-top: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(176, 138, 69, 0.12), rgba(245, 239, 226, 0.04)),
    rgba(17, 17, 17, 0.55);
}

.payment-lookup strong {
  display: block;
  margin-bottom: 6px;
  color: var(--paper-2);
}

.payment-lookup p {
  color: rgba(245, 239, 226, 0.72);
}

.lookup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
}

.lookup-form label {
  margin: 0;
}

.lookup-form input {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  letter-spacing: -0.01em;
}

.success-text {
  color: var(--jade) !important;
}

.warning-text {
  color: var(--cinnabar) !important;
}

.culture-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-grid h3 {
  color: var(--gold-2);
}

.seo-grid p {
  margin-bottom: 0;
  color: rgba(245, 239, 226, 0.72);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 18px 22px;
}

.faq-list summary {
  color: var(--paper-2);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
  color: rgba(245, 239, 226, 0.72);
}

.landing-header {
  padding-top: 34px;
}

.landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: 36px;
  align-items: center;
  padding: 76px 0 54px;
}

.landing-hero::before {
  position: absolute;
  top: 44px;
  right: min(2vw, 28px);
  z-index: 0;
  content: "泰";
  color: rgba(216, 193, 138, 0.055);
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.landing-hero > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.landing-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.landing-hero h1 .title-chunk {
  display: inline;
}

.landing-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 86% 12%, rgba(216, 193, 138, 0.14), transparent 30%),
    url("/assets/bagua-orbit-v45.svg") right -92px top -110px / 260px auto no-repeat,
    linear-gradient(145deg, rgba(245, 239, 226, 0.1), rgba(245, 239, 226, 0.04)),
    rgba(17, 17, 17, 0.58);
  box-shadow: var(--shadow);
}

.landing-card::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  content: "地天泰";
  color: rgba(216, 193, 138, 0.11);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  pointer-events: none;
}

.landing-card > * {
  position: relative;
  z-index: 1;
}

.landing-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.76);
}

.localized-trust-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.localized-trust-list span {
  position: relative;
  padding: 12px 14px 12px 38px;
  color: rgba(245, 239, 226, 0.82);
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.28);
}

.localized-trust-list span::before {
  position: absolute;
  top: 12px;
  left: 14px;
  content: "✓";
  color: var(--gold-2);
  font-weight: 900;
}

.localized-trust-strip {
  margin: 24px 0;
}

.price-line {
  color: var(--gold-2);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
}

.landing-section {
  padding: 58px 0;
}

.landing-section p {
  color: rgba(245, 239, 226, 0.74);
}

.share-preview-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(169, 50, 38, 0.18), transparent 28%),
    url("/assets/bagua-orbit-v45.svg") right -90px top -110px / 280px auto no-repeat,
    linear-gradient(135deg, rgba(245, 239, 226, 0.1), rgba(245, 239, 226, 0.035)),
    rgba(17, 17, 17, 0.62);
  box-shadow: var(--shadow);
}

.share-preview-card > * {
  min-width: 0;
}

.share-preview-image {
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.18);
}

.share-preview-image img {
  display: block;
  width: 100%;
  height: auto;
}

.share-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.share-check-grid article {
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.055);
}

.share-check-grid h3 {
  margin-top: 0;
}

.share-check-code {
  display: block;
  overflow-wrap: anywhere;
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.16);
  border-radius: 16px;
  color: rgba(245, 239, 226, 0.82);
  background: rgba(0, 0, 0, 0.2);
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-grid article {
  padding: 24px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 24px;
  background: rgba(245, 239, 226, 0.055);
}

.landing-grid h3 {
  color: var(--gold-2);
}

.version-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.version-grid ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.76);
}

.notice-panel {
  padding: 28px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(176, 138, 69, 0.16), transparent 32%),
    rgba(245, 239, 226, 0.055);
}

.notice-panel p {
  color: rgba(245, 239, 226, 0.75);
}

.landing-cta {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: var(--radius);
  background: rgba(47, 111, 104, 0.14);
}

.sample-report-cta,
.sample-report-switch {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 26px;
  padding: 22px;
  border: 1px solid rgba(216, 193, 138, 0.28);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 14%, rgba(176, 138, 69, 0.24), transparent 18rem),
    rgba(245, 239, 226, 0.05);
}

.sample-report-cta h3 {
  margin: 4px 0 8px;
  color: var(--paper);
}

.sample-report-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(245, 239, 226, 0.72);
}

.report-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: -6px 0 30px;
}

.report-preview-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(245, 239, 226, 0.07), rgba(245, 239, 226, 0.025)),
    rgba(17, 17, 17, 0.35);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.report-preview-card:hover {
  border-color: rgba(216, 193, 138, 0.48);
  transform: translateY(-2px);
}

.report-preview-card h3,
.report-preview-card p {
  margin: 0;
}

.report-preview-card p {
  color: rgba(245, 239, 226, 0.68);
}

.mock-report-thumb {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 193, 138, 0.28), transparent 9rem),
    linear-gradient(145deg, rgba(17, 17, 17, 0.95), rgba(47, 111, 104, 0.28));
}

.mock-report-thumb::after {
  position: absolute;
  right: -18px;
  bottom: -44px;
  content: "易";
  color: rgba(216, 193, 138, 0.08);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.mock-report-thumb strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 150px;
  color: var(--paper);
  font-size: 1.18rem;
  line-height: 1.25;
}

.mock-report-thumb i {
  position: relative;
  z-index: 1;
  display: block;
  height: 9px;
  margin-top: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), rgba(245, 239, 226, 0.18));
}

.mock-seal {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(245, 239, 226, 0.32);
  border-radius: 14px;
  color: var(--paper);
  background: var(--cinnabar);
  font-weight: 900;
}

.mock-score {
  position: relative;
  z-index: 1;
  margin: 26px 0 6px;
  color: var(--gold-2);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}

.mock-score::after {
  content: " / 100";
  color: rgba(245, 239, 226, 0.58);
  font-size: 0.95rem;
  font-weight: 700;
}

.mock-months,
.mock-ranking {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 28px 0 4px;
}

.mock-months span,
.mock-ranking span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 16px;
  color: var(--gold-2);
  background: rgba(245, 239, 226, 0.06);
  font-weight: 900;
}

.sample-hero {
  position: relative;
  overflow: hidden;
  margin-top: 54px;
  padding: 54px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: calc(var(--radius) + 10px);
  background:
    radial-gradient(circle at 76% 20%, rgba(176, 138, 69, 0.24), transparent 24rem),
    linear-gradient(135deg, rgba(245, 239, 226, 0.08), rgba(47, 111, 104, 0.12));
}

.sample-hero h1 {
  max-width: 880px;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.sample-hero::after {
  position: absolute;
  right: -60px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  content: "易";
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 50%;
  color: rgba(216, 193, 138, 0.08);
  font-size: 12rem;
  font-weight: 900;
  pointer-events: none;
}

.sample-disclaimer {
  position: relative;
  z-index: 1;
}

.sample-report-switch {
  position: sticky;
  top: 110px;
  z-index: 12;
  justify-content: center;
  margin-top: 22px;
  background: rgba(17, 17, 17, 0.82);
  backdrop-filter: blur(14px);
}

.sample-report-switch a {
  flex: 1;
  min-width: 180px;
  padding: 12px 16px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 999px;
  color: var(--gold-2);
  text-align: center;
  background: rgba(245, 239, 226, 0.04);
}

.sample-report-section {
  scroll-margin-top: 150px;
}

.sample-report-panel {
  position: relative;
  overflow: hidden;
}

.sample-report-panel::before {
  position: absolute;
  top: 22px;
  right: 26px;
  content: "樣本";
  color: rgba(216, 193, 138, 0.08);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  pointer-events: none;
}

.sample-report-panel > * {
  position: relative;
  z-index: 1;
}

.sample-report-panel .month-score-bar {
  margin: 12px 0 16px;
}

.history-list {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.history-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(216, 193, 138, 0.16);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.04);
}

.history-item strong,
.history-item span {
  display: block;
}

.history-item span {
  color: rgba(245, 239, 226, 0.6);
  font-size: 0.9rem;
}

[hidden] {
  display: none !important;
}

.member-page .site-header {
  max-width: 1180px;
}

.member-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 44px;
  align-items: center;
  min-height: 620px;
  padding: 84px 0 64px;
}

.member-hero h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5.2vw, 4.8rem);
}

.member-benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.member-benefit-row span,
.member-record-tabs a {
  min-height: 44px;
  padding: 8px 13px;
  color: rgba(245, 239, 226, 0.78);
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.045);
  font-size: 0.9rem;
  font-weight: 800;
}

.member-auth-card {
  min-height: 350px;
  display: grid;
  align-content: center;
}

.member-auth-card::after {
  content: "泰・會員";
}

.member-auth-card h2 {
  max-width: 520px;
  margin: 8px 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  letter-spacing: -0.035em;
}

.member-auth-card p {
  color: rgba(245, 239, 226, 0.72);
}

.member-auth-loading {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.member-loading-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--gold-2);
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 18px;
  background: rgba(176, 138, 69, 0.08);
  font-family: "STKaiti", "KaiTi", "Noto Serif TC", serif;
  font-size: 1.35rem;
  animation: orbit-breathe 1.7s ease-in-out infinite;
}

.member-google-button {
  width: min(100%, 330px);
  margin-top: 10px;
}

.member-trust-copy {
  margin: 10px 0 0;
  font-size: 0.8rem;
}

.member-account-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 14px 0 20px;
}

.member-account-heading h2,
.member-account-heading p {
  margin: 0;
}

.member-account-heading p {
  overflow-wrap: anywhere;
}

.member-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  place-items: center;
  color: var(--ink);
  border-radius: 20px;
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 1.35rem;
  font-weight: 900;
}

.member-account-actions,
.member-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.member-auth-message {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: rgba(245, 239, 226, 0.62) !important;
  font-size: 0.84rem;
}

.member-auth-message.success {
  color: #9ad9c2 !important;
}

.member-auth-message.warning {
  color: #f2c2a4 !important;
}

.member-dashboard {
  padding: 34px 0 70px;
}

.member-dashboard-heading {
  align-items: end;
  margin-bottom: 24px;
}

.member-dashboard-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.member-dashboard-heading > div {
  min-width: 0;
}

.section-heading.compact.member-dashboard-heading .eyebrow {
  grid-column: auto;
  margin: 0 0 12px;
  line-height: 1.35;
}

.member-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.member-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(47, 111, 104, 0.2), transparent 46%),
    rgba(17, 17, 17, 0.62);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
}

.member-overview-card > span,
.member-overview-card > strong,
.member-overview-card > a {
  display: block;
}

.member-overview-card > span {
  color: rgba(245, 239, 226, 0.64);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.member-overview-card > strong {
  margin: 6px 0 14px;
  color: var(--gold-2);
  font-size: 2.3rem;
  line-height: 1.1;
}

.member-overview-card > a {
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 800;
}

.member-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: end;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(176, 138, 69, 0.11), transparent 44%),
    rgba(17, 17, 17, 0.64);
}

.member-search-panel label,
.member-label-field {
  display: grid;
  gap: 7px;
}

.member-search-panel label > span,
.member-label-field > span {
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 900;
}

.member-search-panel input,
.member-label-field input,
.member-label-field textarea {
  width: 100%;
  color: var(--paper);
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: 15px;
  outline: none;
  background: rgba(245, 239, 226, 0.055);
}

.member-search-panel input,
.member-label-field input {
  min-height: 48px;
  padding: 0 14px;
}

.member-label-field textarea {
  min-height: 112px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.55;
}

.member-search-panel input:focus,
.member-label-field input:focus,
.member-label-field textarea:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(216, 193, 138, 0.11);
}

.member-search-panel > p {
  grid-column: 1 / -1;
  min-height: 1.3em;
  margin: 0;
}

.member-record-tabs {
  position: sticky;
  top: 96px;
  z-index: 8;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 28px auto;
  padding: 6px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.84);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.member-record-tabs a:hover {
  color: var(--ink);
  border-color: var(--gold-2);
  background: var(--gold-2);
}

.member-record-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.member-record-panel {
  scroll-margin-top: 154px;
  border-color: rgba(216, 193, 138, 0.24);
  background:
    linear-gradient(145deg, rgba(245, 239, 226, 0.065), rgba(47, 111, 104, 0.08)),
    rgba(17, 17, 17, 0.62);
}

.member-download-panel {
  margin-top: 18px;
}

.member-record-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.member-record-heading .eyebrow,
.member-record-heading h3 {
  margin-bottom: 2px;
}

.member-record-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--gold-2);
  border: 1px solid rgba(216, 193, 138, 0.25);
  border-radius: 16px;
  background: rgba(176, 138, 69, 0.08);
  font-family: "STKaiti", "KaiTi", serif;
  font-size: 1.05rem;
}

.member-list {
  margin-bottom: 0;
}

.member-record-item {
  align-items: center;
  min-width: 0;
  background: rgba(245, 239, 226, 0.035);
}

.member-record-item > div:first-child {
  min-width: 0;
}

.member-record-item strong {
  overflow-wrap: anywhere;
}

.member-record-tag {
  display: inline-flex !important;
  width: fit-content;
  margin-bottom: 5px;
  padding: 2px 8px;
  color: var(--gold-2) !important;
  border: 1px solid rgba(216, 193, 138, 0.22);
  border-radius: 999px;
  background: rgba(176, 138, 69, 0.07);
  font-size: 0.72rem !important;
  font-weight: 900;
}

.member-record-tag.paid {
  color: #a8d9ca !important;
  border-color: rgba(47, 111, 104, 0.48);
  background: rgba(47, 111, 104, 0.14);
}

.member-item-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: end;
}

.member-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: end;
}

.member-score-badge {
  display: inline-grid !important;
  min-width: 42px;
  height: 32px;
  place-items: center;
  color: var(--ink) !important;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.member-original-record {
  margin-top: 2px;
  color: rgba(216, 193, 138, 0.72) !important;
  font-size: 0.76rem !important;
}

.member-record-note {
  margin: 8px 0 0;
  padding: 8px 10px;
  color: rgba(245, 239, 226, 0.76);
  border-left: 2px solid rgba(47, 111, 104, 0.72);
  border-radius: 0 10px 10px 0;
  background: rgba(47, 111, 104, 0.1);
  font-size: 0.82rem;
  line-height: 1.55;
}

.member-annual-progress {
  display: grid;
  gap: 7px;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(47, 111, 104, 0.48);
  border-radius: 14px;
  background: rgba(47, 111, 104, 0.12);
}

.member-annual-progress > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.member-annual-progress > div:first-child span,
.member-annual-progress > div:first-child strong,
.member-annual-progress small {
  display: block;
}

.member-annual-progress > div:first-child span {
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

.member-annual-progress > div:first-child strong {
  color: var(--gold-2);
  font-size: 0.82rem;
  white-space: nowrap;
}

.member-annual-progress-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.1);
}

.member-annual-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jade), var(--gold-2));
}

.member-annual-progress small {
  color: rgba(245, 239, 226, 0.68);
  font-size: 0.76rem;
  line-height: 1.5;
}

.member-annual-reminder-status {
  padding-top: 7px;
  border-top: 1px solid rgba(216, 193, 138, 0.14);
}

.member-annual-trend-unlock {
  color: rgba(216, 193, 138, 0.84) !important;
}

.member-annual-trend {
  overflow: hidden;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 12px;
  background: rgba(17, 17, 17, 0.26);
}

.member-annual-trend > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 10px;
  align-items: center;
  padding: 10px 11px;
  cursor: pointer;
  list-style: none;
}

.member-annual-trend > summary::-webkit-details-marker {
  display: none;
}

.member-annual-trend > summary > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.member-annual-trend > summary strong {
  color: var(--paper);
  font-size: 0.82rem;
}

.member-annual-trend > summary small {
  color: rgba(245, 239, 226, 0.58);
  font-size: 0.7rem;
}

.member-annual-trend > summary em {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.member-annual-trend > summary b {
  grid-column: 2;
  color: rgba(245, 239, 226, 0.56);
  font-size: 0.68rem;
  text-align: right;
}

.member-annual-trend[open] > summary b {
  visibility: hidden;
}

.member-annual-trend-body {
  display: grid;
  gap: 10px;
  padding: 0 11px 12px;
  border-top: 1px solid rgba(216, 193, 138, 0.12);
}

.member-annual-trend-body > p {
  margin: 10px 0 0;
  color: rgba(245, 239, 226, 0.78);
  font-size: 0.78rem;
  line-height: 1.55;
}

.member-annual-trend-body > small {
  color: rgba(245, 239, 226, 0.5);
  font-size: 0.68rem;
  line-height: 1.5;
}

.member-annual-trend-chart {
  display: flex;
  height: 82px;
  gap: 4px;
  align-items: end;
  padding: 8px 6px 4px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(216, 193, 138, 0.04), rgba(47, 111, 104, 0.08));
}

.member-annual-trend-point {
  display: grid;
  flex: 1 1 0;
  height: 100%;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: end;
  justify-items: stretch;
}

.member-annual-trend-point i {
  display: block;
  min-height: 8px;
  border-radius: 4px 4px 2px 2px;
  background: var(--gold);
}

.member-annual-trend-point.matched i {
  background: var(--jade);
}

.member-annual-trend-point.not_matched i {
  background: var(--red);
}

.member-annual-trend-point small {
  margin-top: 3px;
  color: rgba(245, 239, 226, 0.5);
  font-size: 0.58rem;
  text-align: center;
}

.member-annual-trend-section-title {
  color: rgba(245, 239, 226, 0.76);
  font-size: 0.72rem;
}

.member-annual-rating-list {
  display: grid;
  gap: 7px;
}

.member-annual-rating-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 20px;
  gap: 7px;
  align-items: center;
  color: rgba(245, 239, 226, 0.68);
  font-size: 0.68rem;
}

.member-annual-rating-row > div {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.09);
}

.member-annual-rating-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
}

.member-annual-rating-row.matched i {
  background: var(--jade);
}

.member-annual-rating-row.not_matched i {
  background: var(--red);
}

.member-annual-rating-row strong {
  color: var(--paper);
  font-size: 0.68rem;
  text-align: right;
}

.member-annual-event-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.member-annual-event-chips > span {
  padding: 5px 8px;
  color: rgba(245, 239, 226, 0.72);
  border: 1px solid rgba(47, 111, 104, 0.34);
  border-radius: 999px;
  background: rgba(47, 111, 104, 0.1);
  font-size: 0.66rem;
}

.member-annual-event-chips strong {
  color: var(--gold-2);
}

.member-annual-renewal {
  display: grid;
  gap: 7px;
  padding: 11px;
  border: 1px solid rgba(176, 138, 69, 0.42);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(176, 138, 69, 0.14), rgba(169, 50, 38, 0.08));
}

.member-annual-renewal > span {
  color: var(--gold-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.member-annual-renewal > strong {
  color: var(--paper);
  font-size: 0.82rem;
  line-height: 1.55;
}

.member-annual-renewal > p {
  margin: 0;
  color: rgba(245, 239, 226, 0.64);
  font-size: 0.72rem;
  line-height: 1.55;
}

.member-annual-renewal .button {
  width: 100%;
}

.member-annual-progress-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.member-annual-progress-actions .button {
  min-height: 44px;
  padding: 8px 12px;
  font-size: 0.76rem;
}

.member-download-history {
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 13px;
  background: rgba(245, 239, 226, 0.035);
}

.member-download-history summary {
  min-height: 44px;
  color: var(--gold-2);
  cursor: pointer;
  font-weight: 800;
  line-height: 44px;
}

.member-download-history ul {
  margin: 4px 0 8px;
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.68);
}

.member-download-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-empty-state {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 18px;
  border: 1px dashed rgba(216, 193, 138, 0.22);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.025);
}

.member-empty-state > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--gold-2);
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: 12px;
}

.member-empty-state p {
  margin: 0;
}

.member-search-empty {
  grid-column: 1 / -1;
}

.member-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 3, 3, 0.78);
  backdrop-filter: blur(14px);
}

.member-detail-dialog {
  position: relative;
  overflow-y: auto;
  width: min(820px, 100%);
  max-height: min(88vh, 900px);
  padding: 34px;
  border: 1px solid rgba(216, 193, 138, 0.34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(47, 111, 104, 0.19), transparent 36%),
    linear-gradient(145deg, #181715, #0f0f0f);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.56);
}

.member-label-dialog {
  width: min(620px, 100%);
}

.member-label-dialog h2 {
  margin-bottom: 6px;
  padding-right: 42px;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
}

.member-label-original {
  margin-bottom: 18px;
  color: rgba(216, 193, 138, 0.75);
  overflow-wrap: anywhere;
}

.member-label-field + .member-label-field {
  margin-top: 14px;
}

.member-label-dialog .microcopy {
  margin: 10px 0 0;
}

.member-label-message {
  min-height: 1.5em;
  margin: 8px 0;
  color: rgba(245, 239, 226, 0.68);
  font-size: 0.84rem;
}

.member-label-message.warning {
  color: #f2c2a4;
}

.member-detail-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--paper);
  cursor: pointer;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 50%;
  background: rgba(245, 239, 226, 0.055);
  font-size: 1.35rem;
}

.member-detail-title-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-right: 44px;
}

.member-detail-title-row h2 {
  margin-bottom: 4px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  overflow-wrap: anywhere;
}

.member-detail-title-row p {
  color: rgba(245, 239, 226, 0.58);
}

.member-detail-score {
  display: grid;
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  place-items: center;
  align-content: center;
  color: var(--ink);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
}

.member-detail-score strong,
.member-detail-score small {
  display: block;
  line-height: 1.05;
}

.member-detail-score strong {
  font-size: 2rem;
}

.member-detail-score small {
  font-size: 0.7rem;
}

.member-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.member-detail-grid > div {
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.17);
  border-radius: 16px;
  background: rgba(245, 239, 226, 0.035);
}

.member-detail-grid span,
.member-detail-grid strong {
  display: block;
}

.member-detail-grid span {
  color: rgba(245, 239, 226, 0.56);
  font-size: 0.76rem;
}

.member-detail-grid strong {
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.member-detail-elements {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 20px;
  background: rgba(47, 111, 104, 0.08);
}

.member-detail-elements h3 {
  margin-bottom: 14px;
}

.member-element-row {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.member-element-row > div {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(245, 239, 226, 0.08);
}

.member-element-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jade), var(--gold-2));
}

.member-element-row strong {
  text-align: right;
  font-size: 0.82rem;
}

.member-dialog-open {
  overflow: hidden;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto 0;
  padding: 34px 0 46px;
  border-top: 1px solid rgba(216, 193, 138, 0.2);
}

.site-footer div {
  max-width: 620px;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 3px;
  color: var(--gold-2);
}

.annual-entry-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.54fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(48px, 7vw, 82px);
}

.annual-entry-hero::before {
  position: absolute;
  inset: 22px -36px;
  z-index: -1;
  border: 1px solid rgba(216, 193, 138, 0.12);
  border-radius: 46px;
  background:
    radial-gradient(circle at 84% 18%, rgba(176, 138, 69, 0.14), transparent 31%),
    radial-gradient(circle at 8% 88%, rgba(47, 111, 104, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(245, 239, 226, 0.03), rgba(17, 17, 17, 0.35));
  content: "";
}

.annual-entry-copy h1 {
  max-width: 880px;
  margin: 12px 0 22px;
  font-size: clamp(2.55rem, 5.4vw, 5.15rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.annual-entry-copy .hero-lede {
  max-width: 760px;
  color: rgba(245, 239, 226, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.9;
}

.annual-entry-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.annual-entry-badges span {
  padding: 9px 14px;
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(245, 239, 226, 0.045);
  font-size: 0.86rem;
}

.annual-product-card {
  padding: clamp(26px, 4vw, 40px);
  border-color: rgba(216, 193, 138, 0.38);
  background:
    linear-gradient(145deg, rgba(176, 138, 69, 0.18), rgba(47, 111, 104, 0.09)),
    rgba(17, 17, 17, 0.84);
}

.annual-price-row {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 18px 0 22px;
}

.annual-price-row strong {
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.annual-price-row span {
  color: rgba(245, 239, 226, 0.58);
  font-size: 0.85rem;
}

.annual-entry-flow {
  padding-top: clamp(40px, 6vw, 70px);
  padding-bottom: clamp(50px, 7vw, 88px);
}

.section-heading.compact.annual-entry-heading {
  align-items: end;
  margin-bottom: 30px;
}

.section-heading.compact.annual-entry-heading .eyebrow {
  grid-column: auto;
  margin: 0 0 12px;
}

.annual-entry-heading h2 {
  max-width: 820px;
}

.annual-privacy-note {
  max-width: 300px;
  padding: 16px 18px;
  border-left: 2px solid var(--jade);
  color: rgba(245, 239, 226, 0.66);
}

.annual-privacy-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--paper);
}

.annual-privacy-note p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
}

.annual-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 26px;
  align-items: start;
}

.annual-luck-form {
  padding: clamp(24px, 4.2vw, 46px);
  border: 1px solid rgba(216, 193, 138, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(150deg, rgba(245, 239, 226, 0.055), rgba(47, 111, 104, 0.055)),
    rgba(17, 17, 17, 0.82);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.annual-renewal-prefill-notice {
  margin-bottom: 24px;
  padding: 15px 17px;
  border: 1px solid rgba(216, 193, 138, 0.38);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(176, 138, 69, 0.16), rgba(47, 111, 104, 0.1));
}

.annual-renewal-prefill-notice strong {
  display: block;
  color: var(--gold-2);
}

.annual-renewal-prefill-notice p {
  margin: 5px 0 0;
  color: rgba(245, 239, 226, 0.72);
  font-size: 0.84rem;
  line-height: 1.65;
}

.annual-form-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.annual-form-step h3,
.annual-form-step p {
  margin: 0;
}

.annual-scope-fields {
  margin-bottom: 10px;
}

.annual-scope-help {
  margin: 0 0 30px;
  padding: 13px 15px;
  border-left: 2px solid var(--gold-2);
  color: rgba(245, 239, 226, 0.68);
  background: rgba(176, 138, 69, 0.055);
  font-size: 0.86rem;
  line-height: 1.7;
}

.annual-scope-help + .annual-form-step {
  padding-top: 4px;
}

.annual-form-step p {
  margin-top: 5px;
  color: rgba(245, 239, 226, 0.62);
  font-size: 0.88rem;
}

.annual-step-number {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(216, 193, 138, 0.4);
  border-radius: 50%;
  color: #15120d;
  background: var(--gold-2);
  font-family: var(--font-display);
  font-weight: 800;
}

.annual-time-field {
  display: block;
  margin-top: 16px;
}

.annual-time-field input:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.annual-optional-details {
  margin-top: 22px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 20px;
  background: rgba(245, 239, 226, 0.025);
}

.annual-optional-details summary {
  padding: 17px 20px;
  color: var(--gold-2);
  cursor: pointer;
  font-weight: 700;
}

.annual-optional-body {
  padding: 0 20px 20px;
}

.annual-remember-check {
  margin: 22px 0 8px;
}

.annual-checkout-button {
  width: 100%;
  margin-top: 14px;
}

.annual-stripe-note {
  margin: 14px auto 0;
  text-align: center;
}

.annual-account-card {
  position: sticky;
  top: 112px;
  padding: 30px;
}

.annual-account-card h3 {
  margin: 16px 0 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.annual-account-card .button {
  width: 100%;
}

.annual-account-card hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid rgba(216, 193, 138, 0.18);
}

.annual-account-card ul {
  padding-left: 20px;
  color: rgba(245, 239, 226, 0.68);
  line-height: 1.8;
}

.annual-payment-status:empty,
#resultPanel:empty,
.annual-report-result:has(#resultPanel:empty) {
  display: none;
}

.annual-how-it-works,
.annual-faq {
  padding-top: 46px;
  padding-bottom: 54px;
}

.annual-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.annual-preview-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(216, 193, 138, 0.19);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(176, 138, 69, 0.08), rgba(47, 111, 104, 0.07));
}

.annual-preview-grid strong,
.annual-preview-grid span {
  display: block;
}

.annual-preview-grid strong {
  color: var(--gold-2);
  font-size: 1.12rem;
}

.annual-preview-grid span {
  margin: 16px 0 10px;
  color: var(--paper);
  font-size: 1.08rem;
}

.annual-preview-grid p {
  color: rgba(245, 239, 226, 0.64);
  line-height: 1.72;
}

.annual-faq > details {
  margin-top: 14px;
  border: 1px solid rgba(216, 193, 138, 0.18);
  border-radius: 20px;
  background: rgba(245, 239, 226, 0.025);
}

.annual-faq > details summary {
  padding: 20px 24px;
  color: var(--gold-2);
  cursor: pointer;
  font-weight: 750;
}

.annual-faq > details p {
  max-width: 880px;
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(245, 239, 226, 0.68);
  line-height: 1.8;
}

.annual-sample-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  padding-top: clamp(58px, 8vw, 94px);
  padding-bottom: 58px;
}

.annual-sample-hero h1 {
  max-width: 850px;
  margin: 12px 0 22px;
  font-size: clamp(2.5rem, 5.2vw, 5rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.annual-sample-cover {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 42px 34px;
  border: 1px solid rgba(216, 193, 138, 0.42);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.55)),
    url("/assets/yi-cultural-bg-v45.webp") center / cover,
    linear-gradient(145deg, rgba(176, 138, 69, 0.24), rgba(47, 111, 104, 0.18));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.annual-sample-cover::after {
  position: absolute;
  right: -66px;
  bottom: -66px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(216, 193, 138, 0.05), 0 0 0 52px rgba(216, 193, 138, 0.03);
  content: "";
}

.annual-sample-cover > span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #17130d;
  background: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.annual-sample-cover > strong {
  display: block;
  margin-top: 82px;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 9vw, 7.8rem);
  line-height: 0.8;
}

.annual-sample-cover h2 {
  margin: 26px 0 10px;
  color: var(--paper);
  font-size: 1.7rem;
}

.annual-sample-cover p {
  color: rgba(245, 239, 226, 0.68);
}

.annual-sample-report {
  max-width: 1060px;
  padding-top: 30px;
  padding-bottom: 80px;
}

.annual-sample-toolbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.annual-sample-toolbar > div {
  padding: 18px;
  border: 1px solid rgba(216, 193, 138, 0.2);
  border-radius: 18px;
  background: rgba(245, 239, 226, 0.04);
}

.annual-sample-toolbar span,
.annual-sample-toolbar strong {
  display: block;
}

.annual-sample-toolbar span {
  margin-bottom: 6px;
  color: rgba(245, 239, 226, 0.56);
  font-size: 0.77rem;
}

.annual-sample-toolbar strong {
  color: var(--gold-2);
  font-size: 1.05rem;
}

.annual-sample-months {
  margin-top: 18px;
}

.annual-sample-locked {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid rgba(216, 193, 138, 0.32);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 16%, rgba(176, 138, 69, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(47, 111, 104, 0.12), rgba(17, 17, 17, 0.78));
  text-align: center;
}

.annual-sample-locked h2 {
  max-width: 760px;
  margin: 10px auto 24px;
  color: var(--paper);
  text-wrap: balance;
}

.annual-sample-blur {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 720px;
  margin: 0 auto 26px;
  filter: blur(2.8px);
  opacity: 0.34;
}

.annual-sample-blur span {
  padding: 14px;
  border: 1px solid rgba(216, 193, 138, 0.26);
  border-radius: 14px;
  background: rgba(245, 239, 226, 0.06);
}

.annual-sample-locked .microcopy {
  margin: 14px 0 0;
}

@media (max-width: 920px) {
  .month-period-guidance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header {
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
  }

  .main-nav.open {
    display: flex;
  }

  .report-page-nav {
    display: none;
  }

  .contact-trust-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero,
  .landing-hero,
  .member-hero,
  .analyzer-layout,
  .section-heading.compact {
    grid-template-columns: 1fr;
  }

  .annual-entry-hero,
  .annual-sample-hero,
  .annual-checkout-layout {
    grid-template-columns: 1fr;
  }

  .annual-product-card {
    max-width: 620px;
  }

  .annual-account-card {
    position: static;
  }

  .annual-preview-grid {
    grid-template-columns: 1fr;
  }

  .annual-sample-cover {
    min-height: 360px;
  }

  .member-hero {
    min-height: auto;
    padding-top: 52px;
  }

  .member-overview-grid,
  .member-record-layout {
    grid-template-columns: 1fr;
  }

  .member-search-panel {
    grid-template-columns: 1fr;
  }

  .member-search-panel > p {
    grid-column: 1;
  }

  .member-download-list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 50px;
  }

  .quick-phone-row,
  .quick-plate-region-row,
  .quick-plate-row,
  .quick-compare-row {
    grid-template-columns: 1fr;
  }

  .quick-mode-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    border-radius: 999px;
  }

  .quick-mode-tab {
    width: 100%;
    padding-inline: 6px;
    font-size: 0.82rem;
  }

  .mobile-page-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .mobile-page-shortcuts a {
    display: grid;
    min-height: 44px;
    place-items: center;
    padding: 8px 10px;
    color: var(--gold-2);
    border: 1px solid rgba(216, 193, 138, 0.28);
    border-radius: 999px;
    background: rgba(245, 239, 226, 0.045);
    font-size: 0.86rem;
    font-weight: 800;
    text-align: center;
  }

  .mobile-section-toggle:not([hidden]) {
    display: inline-flex;
    min-width: 112px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    padding: 8px 16px;
    color: var(--gold-2);
    border: 1px solid rgba(216, 193, 138, 0.3);
    border-radius: 999px;
    background: rgba(245, 239, 226, 0.045);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
  }

  section[data-mobile-collapse].is-mobile-collapsed > :not(.section-heading) {
    display: none !important;
  }

  .hero-quick-card .button {
    width: 100%;
  }

  .hero-panel {
    min-height: 500px;
  }

  .method-grid,
  .pricing-grid,
  .checkout-confidence-grid,
  .culture-grid,
  .seo-grid,
  .report-preview-grid,
  .landing-grid,
  .brand-story-card,
  .founder-card,
  .product-focus-card {
    grid-template-columns: 1fr;
  }

  .sample-report-cta,
  .sample-report-switch {
    flex-direction: column;
    align-items: stretch;
  }

  .sample-hero {
    padding: 34px;
  }

  .brand-story-card {
    align-items: start;
  }

  .brand-story-mark {
    justify-items: start;
    grid-template-columns: auto auto;
    align-items: center;
  }

  .annual-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicle-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .runtime-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-progress-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-next-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .annual-entry-page {
    padding-bottom: 0;
  }

  .annual-entry-hero {
    gap: 28px;
    padding: 42px 0 34px;
  }

  .annual-sample-hero {
    gap: 28px;
    padding: 42px 0 34px;
  }

  .annual-sample-hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.1;
  }

  .annual-sample-cover {
    min-height: 320px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .annual-sample-cover > strong {
    margin-top: 56px;
  }

  .annual-sample-toolbar {
    grid-template-columns: 1fr;
  }

  .annual-sample-blur {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .annual-entry-hero::before {
    inset: 12px -8px;
    border-radius: 28px;
  }

  .annual-entry-copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .annual-product-card,
  .annual-luck-form,
  .annual-account-card,
  .annual-preview-grid article {
    padding: 21px;
    border-radius: 22px;
  }

  .annual-price-row {
    align-items: flex-end;
  }

  .annual-entry-flow {
    padding-top: 36px;
  }

  .annual-privacy-note {
    max-width: none;
  }

  .annual-optional-details summary,
  .annual-faq > details summary {
    padding: 17px 18px;
  }

  .annual-optional-body,
  .annual-faq > details p {
    padding-right: 18px;
    padding-left: 18px;
  }

  .annual-life-event-grid {
    grid-template-columns: 1fr;
  }

  .annual-life-event-card > summary {
    grid-template-columns: 1fr;
  }

  .annual-life-event-card > summary em {
    max-width: none;
    text-align: left;
  }

  .month-period-guidance {
    grid-template-columns: 1fr;
  }

  .site-header {
    width: min(100% - 20px, 1180px);
    gap: 8px;
    padding: 10px;
    border-radius: 24px;
  }

  .member-page .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .member-page .language-switch a {
    min-width: 30px;
    font-size: 0.82rem;
  }

  .member-hero {
    gap: 26px;
    padding: 42px 0 34px;
  }

  .member-hero h1 {
    font-size: clamp(2.05rem, 10vw, 2.65rem);
    line-height: 1.08;
  }

  .member-dashboard {
    padding-top: 26px;
  }

  .member-dashboard-heading {
    gap: 18px;
    align-items: stretch;
  }

  .section-heading.compact.member-dashboard-heading .eyebrow {
    margin-bottom: 10px;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .member-dashboard-heading h2 {
    margin: 0;
    font-size: clamp(1.8rem, 9.2vw, 2.35rem);
    line-height: 1.16;
  }

  .month-accordion-summary {
    grid-template-columns: 1fr auto;
    min-height: 0;
    padding: 14px 16px;
  }

  .month-accordion-summary .month-calendar-block {
    grid-column: 1 / -1;
  }

  .month-accordion-summary .month-index {
    font-size: 1.08rem;
    line-height: 1.42;
  }

  .month-accordion-summary .month-theme,
  .month-accordion-summary .star-rating {
    justify-self: start;
  }

  .month-accordion-summary .month-score,
  .month-accordion-summary .accordion-hint {
    justify-self: end;
  }

  .month-accordion-content,
  .number-candidate-content {
    padding: 15px 16px 18px;
  }

  .month-topic-list {
    grid-template-columns: 1fr;
  }

  .month-topic-accordion > summary {
    grid-template-columns: minmax(58px, 1fr) auto;
  }

  .month-topic-accordion > summary > strong {
    grid-column: 2;
  }

  .annual-feedback-overview {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .annual-feedback-overview > strong {
    white-space: normal;
  }

  .annual-feedback-progress {
    grid-column: 1;
  }

  .annual-feedback-rating {
    grid-template-columns: 1fr;
  }

  .annual-feedback-complete-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .annual-feedback-complete-actions .button {
    width: 100%;
  }

  .month-feedback-accordion > summary {
    align-items: flex-start;
  }

  .star-rating {
    gap: 5px;
    font-size: 0.92rem;
  }

  .star-rating small {
    font-size: 0.68rem;
  }

  .number-candidate-summary {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 13px 14px;
  }

  .number-candidate-summary .accordion-hint {
    grid-column: 2 / -1;
    justify-self: end;
  }

  .number-candidate-value {
    font-size: 1.05rem;
    letter-spacing: 0.025em;
  }

  .number-candidate-content .month-notes div,
  .month-action-accordion .month-notes div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .member-auth-card,
  .member-record-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .member-account-actions .button,
  .member-google-button,
  .member-dashboard-heading .button,
  .member-detail-actions .button {
    width: 100%;
  }

  .member-overview-grid {
    gap: 12px;
  }

  .member-overview-card {
    min-height: 142px;
    padding: 18px;
    border-radius: 20px;
  }

  .member-record-tabs {
    top: 82px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    border-radius: 22px;
  }

  .member-record-tabs a {
    display: grid;
    min-width: 0;
    place-items: center;
    padding: 8px 5px;
    text-align: center;
    font-size: 0.78rem;
  }

  .member-record-item {
    grid-template-columns: 1fr;
  }

  .member-annual-progress > div:first-child {
    display: grid;
    gap: 3px;
  }

  .member-annual-progress > div:first-child strong {
    white-space: normal;
  }

  .member-annual-progress-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .member-annual-trend > summary {
    grid-template-columns: 1fr;
  }

  .member-annual-trend > summary em,
  .member-annual-trend > summary b {
    grid-column: 1;
    text-align: left;
  }

  .member-annual-progress-actions .button {
    width: 100%;
  }

  .member-item-actions {
    align-items: stretch;
  }

  .member-score-badge {
    align-self: start;
  }

  .member-action-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .member-action-buttons .button,
  .member-download-pdf {
    width: 100%;
  }

  .member-detail-overlay {
    align-items: end;
    padding: 8px;
  }

  .member-detail-dialog {
    width: 100%;
    max-height: 92vh;
    padding: 28px 18px 20px;
    border-radius: 26px;
  }

  .member-detail-title-row {
    align-items: start;
    padding-right: 0;
  }

  .member-detail-score {
    width: 72px;
    height: 72px;
  }

  .member-detail-score strong {
    font-size: 1.6rem;
  }

  .member-detail-grid {
    grid-template-columns: 1fr;
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: 0.98rem;
  }

  .seal {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .brand small {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.42rem);
    letter-spacing: -0.045em;
    line-height: 1.08;
    word-break: break-all;
  }

  html[lang^="en"] h1,
  html[lang^="en"] .landing-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .mobile-title-break {
    display: block;
  }

  .language-switch button,
  .language-switch a {
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    font-size: 0.9rem;
  }

  .page-orbit {
    right: -44vw;
    width: 112vw;
    height: 112vw;
    opacity: 0.22;
  }

  .form-row,
  .form-row.three,
  .birth-event-row,
  .lookup-form,
  .payment-progress-steps,
  .runtime-status-grid,
  .payment-next-step-grid,
  .report-grid,
  .annual-month-grid,
  .number-compare-grid {
    grid-template-columns: 1fr;
  }

  .report-delivery-flow,
  .report-delivery-flow ol {
    flex-direction: column;
    align-items: stretch;
  }

  .payment-progress-heading {
    flex-direction: column;
  }

  .hero-panel {
    min-height: 430px;
    padding: 18px;
  }

  .hexagram-card {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .locked-preview-grid {
    grid-template-columns: 1fr;
  }

  .number-summary-strip {
    grid-template-columns: 1fr;
  }

  .result-panel,
  .analysis-form,
  .history-panel {
    padding: 20px;
    border-radius: 24px;
  }

  .profile-tools {
    padding: 16px;
  }

  .login-buttons {
    align-items: stretch;
  }

  .login-buttons .auth-button {
    width: 100%;
    min-width: 0;
  }

  .google-login-benefit {
    font-size: 0.78rem;
  }

  .result-google-save .auth-button {
    width: 100%;
    min-width: 0;
  }

  .result-box,
  .teaser-interest-box,
  .locked-preview-card,
  .number-upgrade-cta {
    border-radius: 18px;
  }

  .teaser-choice-button {
    flex: 1 1 calc(50% - 8px);
  }

  .free-teaser-actions .button,
  .number-upgrade-cta .button,
  .number-card-actions .button {
    width: 100%;
  }

  .sample-hero {
    margin-top: 28px;
    padding: 24px;
  }

  .landing-hero {
    padding: 44px 0 40px;
  }

  .landing-hero h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 7.2vw, 2.05rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .landing-hero h1 .title-chunk {
    display: block;
  }

  .landing-hero p,
  .landing-section p,
  .share-preview-card p,
  .share-check-code {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .landing-hero .hero-lede {
    max-width: min(100%, 330px);
  }

  .brand-story {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .brand-story-card {
    padding: 22px;
  }

  .brand-story-mark .seal-logo {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .brand-story-mark .tai-hexagram {
    width: 30px;
    gap: 3px;
  }

  .brand-story-mark .tai-hexagram i,
  .brand-story-mark .tai-hexagram b {
    height: 4px;
  }

  .share-preview-card,
  .share-check-grid {
    grid-template-columns: 1fr;
  }

  .share-preview-card {
    padding: 20px;
  }

  .sample-report-switch {
    position: static;
  }

  .sample-report-switch a {
    min-width: 0;
  }

  .mock-report-thumb {
    min-height: 180px;
  }

  .checkout-confirmation-overlay {
    align-items: end;
    padding: 10px;
  }

  .checkout-confirmation-dialog {
    width: 100%;
    max-height: 92vh;
    padding: 24px 18px 18px;
    border-radius: 26px;
  }

  .checkout-confirmation-price,
  .checkout-confirmation-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-confirmation-actions .button {
    width: 100%;
  }

  .score-ring {
    margin-inline: auto;
  }

  .mobile-sticky-cta {
    display: inline-flex;
    right: 16px;
    left: 16px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    justify-content: center;
  }

  body:not(.paid-report-open) {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .site-footer,
  .history-item {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

@media print {
  details > :not(summary) {
    display: block !important;
  }

  .star-rating {
    color: #8d6b2d;
  }

  body {
    color: #111;
    background: #fff;
  }

  .site-header,
  .site-footer,
  .hero,
  .reports,
  .use-cases,
  .culture,
  .faq,
  .history,
  .analysis-form,
  .payment-status,
  .payment-lookup,
  .mobile-sticky-cta,
  .no-print {
    display: none !important;
  }

  .section-shell,
  .analyzer,
  .analyzer-layout {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    display: block;
  }

  .result-panel {
    color: #111;
    background: #fff;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .result-box,
  .premium-report-box,
  .disclaimer-box {
    break-inside: avoid;
    color: #111;
    background: #fff;
    border: 1px solid #c9b77c;
  }

  .annual-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .month-card {
    min-height: auto;
  }

  .result-box h4,
  .verdict,
  .score-ring strong {
    color: #5b1e1e;
  }

  .bar {
    border: 1px solid #d8c18a;
    background: #f5efe2;
  }

  .bar span {
    background: #b08a45;
  }
}

.risk-reduction-framework {
  border-color: rgba(47, 111, 104, 0.55);
  background: linear-gradient(145deg, rgba(47, 111, 104, 0.16), rgba(176, 138, 69, 0.08));
}

.month-risk-reduction {
  margin-top: 0.9rem;
  border: 1px solid rgba(47, 111, 104, 0.45);
  border-radius: 16px;
  background: rgba(47, 111, 104, 0.08);
}

.month-risk-reduction > summary {
  min-height: 48px;
  padding: 0.85rem 1rem;
}

.month-risk-reduction-content {
  padding: 0 1rem 1rem;
}

.month-risk-reduction-content ul {
  padding-left: 1.25rem;
}

.medical-safety-note {
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--vermilion, #a93226);
  background: rgba(169, 50, 38, 0.09);
  border-radius: 4px 12px 12px 4px;
}

.shop-coming-soon-main {
  padding-top: clamp(7rem, 12vw, 10rem);
  padding-bottom: 5rem;
}

.shop-coming-soon-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid rgba(176, 138, 69, 0.4);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(17, 17, 17, 0.94), rgba(47, 111, 104, 0.18));
}

.shop-coming-soon-hero h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.1rem, 6vw, 4.8rem);
  line-height: 1.08;
}

.shop-status-badge {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg, #ead08f, #b08a45);
  font-weight: 700;
}

.five-element-palette {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.five-element-palette span {
  display: grid;
  place-items: center;
  min-height: 108px;
  padding: 0.8rem;
  border: 1px solid rgba(245, 239, 226, 0.24);
  border-radius: 24px;
  color: #f5efe2;
  text-align: center;
}

.five-element-palette strong { font-size: 1.6rem; }
.five-element-palette small { opacity: 0.82; }
.five-element-palette .wood { background: #2f6f68; }
.five-element-palette .fire { background: #8f2e26; }
.five-element-palette .earth { color: #30271c; background: #d8c18a; }
.five-element-palette .metal { color: #30271c; background: linear-gradient(135deg, #f5efe2, #b08a45); }
.five-element-palette .water { grid-column: 1 / -1; background: #172b3d; }

.shop-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}

@media (max-width: 820px) {
  .shop-coming-soon-hero,
  .shop-principles-grid { grid-template-columns: 1fr; }
  .shop-coming-soon-main { padding-top: 6.5rem; }
}
