:root {
  --night: #10142d;
  --night-soft: #1a1c40;
  --purple: #40346b;
  --purple-light: #76669d;
  --gold: #e8ce8d;
  --gold-bright: #f5dda1;
  --cream: #fbf8ef;
  --paper: #f7f5f1;
  --ink: #222036;
  --muted: #716e7c;
  --line: #dfdbe5;
  --white: #fff;
  --rose: #bf7994;
  --shadow: 0 24px 70px rgba(20, 18, 48, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --sans: "Yu Gothic UI", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: var(--paper); line-height: 1.8; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: .08em; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; color: var(--gold); border: 1px solid rgba(232,206,141,.48); border-radius: 50%; font-size: 19px; }
.eyebrow { margin: 0 0 10px; color: var(--purple-light); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.button { min-height: 44px; padding: 10px 20px; border: 0; border-radius: 999px; font-weight: 600; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #302646; background: linear-gradient(135deg, var(--gold-bright), #d7b76f); box-shadow: 0 10px 30px rgba(216,183,111,.22); }
.button-ghost { color: inherit; border: 1px solid rgba(255,255,255,.27); background: transparent; }
.button-outline { color: var(--purple); border: 1px solid #b9afc9; background: transparent; }
.button-large { min-height: 54px; padding: 14px 28px; }
.button-full { width: 100%; }
.text-link { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 600; cursor: pointer; }
.text-link.light { color: var(--gold-bright); }

/* Landing */
.landing-page { color: var(--white); background: var(--night); }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: grid; width: 100%; padding: 24px clamp(24px, 5vw, 80px); grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.desktop-nav { display: flex; gap: 34px; color: rgba(255,255,255,.7); font-size: 13px; }
.desktop-nav a:hover { color: var(--white); }
.header-actions { display: flex; justify-self: end; gap: 10px; }
.hero { position: relative; display: grid; min-height: 900px; padding: 150px clamp(24px, 7vw, 120px) 100px; overflow: hidden; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; background-image: linear-gradient(90deg, rgba(8,12,34,.96) 0%, rgba(12,16,43,.87) 44%, rgba(18,22,53,.28) 75%, rgba(15,19,47,.38) 100%), url("assets/hero-stars.png"); background-position: center, center 47%; background-size: cover; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(8,10,28,.12), transparent 65%, rgba(8,10,28,.62)); }
.hero-copy { position: relative; z-index: 2; max-width: 630px; }
.landing-page .eyebrow { color: var(--gold); }
.hero h1 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(40px, 4.4vw, 70px); font-weight: 500; line-height: 1.45; letter-spacing: .04em; }
.hero h1 em { color: var(--gold-bright); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 2.05; }
.hero-actions { display: flex; margin-top: 38px; align-items: center; gap: 24px; }
.birthday-note { max-width: 620px; margin: 18px 0 0; padding-left: 15px; color: rgba(255,255,255,.56); border-left: 1px solid rgba(232,206,141,.55); font-family: var(--serif); font-size: 11px; line-height: 1.9; }
.privacy-note { margin: 28px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }
.cosmic-visual { position: relative; z-index: 1; min-height: 540px; }
.orbit { position: absolute; top: 50%; left: 52%; border: 1px solid rgba(232,206,141,.25); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.orbit::before, .orbit::after { position: absolute; width: 6px; height: 6px; content: ""; background: var(--gold-bright); border-radius: 50%; box-shadow: 0 0 18px var(--gold); }
.orbit::before { top: 20%; left: 6%; }
.orbit::after { right: 12%; bottom: 18%; }
.orbit-one { width: 490px; height: 310px; }
.orbit-two { width: 340px; height: 500px; transform: translate(-50%, -50%) rotate(35deg); }
.moon-core { position: absolute; top: 50%; left: 52%; display: grid; width: 205px; height: 205px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle at 35% 32%, #fff7ce, #dbc17f 45%, #725a83 75%, transparent 76%); box-shadow: 0 0 100px rgba(232,206,141,.18); }
.moon-core span { color: rgba(34,26,63,.8); font-size: 72px; }
.match-preview { position: absolute; width: 225px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(25,22,55,.66); box-shadow: 0 20px 60px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.preview-soulmate { top: 72px; right: 4%; }
.preview-crossroad { bottom: 45px; left: 2%; }
.preview-label { display: block; margin-bottom: 7px; color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.match-preview strong { font-family: var(--serif); font-size: 17px; }
.match-preview p { margin: 10px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }
.signal-line { height: 2px; margin: 16px 0 0; overflow: hidden; background: rgba(255,255,255,.12); }
.signal-line span { display: block; height: 100%; background: var(--gold); }
.trust-strip { display: grid; padding: 30px clamp(24px, 7vw, 120px); color: var(--ink); grid-template-columns: 1.35fr 1fr .8fr; background: var(--cream); }
.trust-strip div { display: grid; padding: 6px 7%; grid-template-columns: 35px 1fr; align-content: center; border-right: 1px solid #ddd7ca; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--purple); font-size: 18px; grid-row: 1 / 3; }
.trust-strip strong { font-family: var(--serif); font-size: 15px; }
.trust-strip small { color: var(--muted); font-size: 10px; line-height: 1.7; }
.section { padding: 115px clamp(24px, 8vw, 140px); }
.flow-section { color: var(--ink); background: var(--paper); }
.section-heading { max-width: 620px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .safety-copy h2, .fortune-teaser h2, .final-cta h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); font-weight: 500; line-height: 1.55; }
.section-heading > p:last-child, .safety-copy > p:last-child { color: var(--muted); }
.steps { display: grid; max-width: 1180px; margin: auto; grid-template-columns: repeat(3, 1fr); }
.step-card { position: relative; min-height: 310px; padding: 38px; border: 1px solid var(--line); background: #fff; }
.step-card:first-child { border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.step-card:last-child { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.step-card.featured { z-index: 1; margin: -18px 0; border-color: #d4c593; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.step-number { color: #b0aaba; font-family: var(--serif); font-size: 13px; }
.line-icon { margin: 28px 0 20px; color: var(--purple); font-size: 36px; }
.step-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.journey-steps { position: relative; display: grid; max-width: 1040px; margin: 0 auto; gap: 16px; }
.journey-steps::before { position: absolute; top: 48px; bottom: 48px; left: 44px; width: 1px; content: ""; background: linear-gradient(var(--gold), #cfc6d7); }
.journey-card { position: relative; display: grid; min-height: 150px; padding: 28px 32px 28px 20px; grid-template-columns: 48px 70px 1fr; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 30px rgba(31,25,55,.04); }
.journey-card .step-number { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; color: var(--purple); border: 1px solid #d8cedd; border-radius: 50%; background: #fff; font-weight: 600; }
.journey-icon { color: var(--purple); font-size: 32px; text-align: center; }
.journey-label { margin: 0; color: var(--purple-light); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.journey-card h3 { margin: 2px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.journey-card div:last-child > p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.journey-card div:last-child > p strong { color: var(--purple); }
.campaign-card { border-color: #d8c88f; background: linear-gradient(135deg, #fffdf7, #fff); }
.fortune-teaser { position: relative; display: flex; min-height: 530px; padding: 80px clamp(24px, 12vw, 190px); align-items: center; justify-content: center; gap: 110px; overflow: hidden; background: radial-gradient(circle at 28% 50%, rgba(225,201,139,.18), transparent 20%), linear-gradient(120deg, #171a37, #33264a); }
.fortune-teaser::before { position: absolute; inset: 0; content: ""; opacity: .16; background-image: radial-gradient(#fff 0 1px, transparent 1.4px); background-size: 100px 100px; }
.teaser-orb { position: relative; z-index: 1; display: flex; width: 230px; height: 230px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(232,206,141,.4); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.teaser-orb span { font-family: var(--serif); font-size: 72px; line-height: 1; }
.teaser-orb small { color: var(--gold); letter-spacing: .3em; }
.teaser-copy { position: relative; z-index: 1; max-width: 560px; }
.teaser-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 2; }
.safety-section { display: grid; color: var(--ink); grid-template-columns: .8fr 1.2fr; gap: 8vw; background: #f0ede8; }
.safety-copy { align-self: center; }
.safety-grid { display: grid; gap: 16px; }
.safety-grid article { display: grid; padding: 28px 30px; grid-template-columns: 55px 1fr; column-gap: 18px; border: 1px solid #ded8cf; border-radius: var(--radius-md); background: rgba(255,255,255,.65); }
.safety-grid span { color: var(--purple-light); font-family: var(--serif); grid-row: 1 / 3; }
.safety-grid h3 { margin: 0 0 7px; font-family: var(--serif); font-weight: 500; }
.safety-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.final-cta { padding: 110px 24px; text-align: center; background: linear-gradient(145deg, #17182f, #2c2145); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.final-cta small { display: block; margin-top: 16px; color: rgba(255,255,255,.43); }
.site-footer { display: grid; padding: 38px clamp(24px, 6vw, 90px) 95px; align-items: center; grid-template-columns: 1fr auto 1fr; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer div { display: flex; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.55); font-size: 10px; }
.fixed-birthday-note { margin-bottom: 18px; padding: 13px 14px; color: #655572; border: 1px solid #ddd1e1; border-radius: 10px; background: #f4eff6; }
.fixed-birthday-note strong { font-size: 10px; }
.fixed-birthday-note p { margin: 3px 0 0; color: var(--muted); font-size: 8px; line-height: 1.7; }
.site-footer > small { justify-self: end; color: rgba(255,255,255,.35); }

/* Dialogs */
dialog { color: var(--ink); }
dialog::backdrop { background: rgba(11,10,28,.74); backdrop-filter: blur(5px); }
.auth-dialog, .consent-dialog { width: min(92vw, 470px); padding: 42px; border: 0; border-radius: 26px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.auth-dialog h2, .consent-dialog h2 { margin: 0; font-family: var(--serif); font-size: 28px; }
.auth-dialog > p:not(.eyebrow), .consent-dialog > p:not(.eyebrow):not(.gentle-note) { margin: 8px 0 24px; color: var(--muted); font-size: 13px; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: #f0edf2; cursor: pointer; }
.auth-dialog form { display: grid; gap: 16px; }
.auth-dialog label { color: #544e61; font-size: 12px; font-weight: 600; }
.auth-dialog input, .auth-dialog select { width: 100%; height: 48px; margin-top: 6px; padding: 0 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; background: #faf9fb; }
.auth-dialog > .text-link { display: block; margin: 20px auto 0; color: var(--purple); font-size: 12px; }
.progress-dots { display: flex; margin: 4px 0 22px; gap: 7px; }
.progress-dots span { width: 24px; height: 3px; background: #ddd8e1; }
.progress-dots span.active { background: var(--purple); }

/* Dashboard */
.dashboard-page { --theme: #504276; --theme-soft: #eeeaf4; color: var(--ink); background: #f5f3f0; }
.female-theme { --theme: #9b617e; --theme-soft: #f5e9ed; }
.dashboard-header { position: sticky; z-index: 8; top: 0; display: grid; height: 76px; padding: 0 30px; grid-template-columns: 260px 1fr auto; align-items: center; border-bottom: 1px solid #e0dce3; background: rgba(250,249,247,.92); backdrop-filter: blur(14px); }
.dashboard-header .brand-mark { color: var(--theme); border-color: #cfc7d6; }
.header-date { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 13px; letter-spacing: .08em; }
.header-date span { margin-left: 9px; }
.dashboard-tools { display: flex; align-items: center; gap: 15px; }
.icon-button { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.notification-dot { position: absolute; top: 7px; right: 7px; width: 6px; height: 6px; background: #be6675; border-radius: 50%; }
.profile-button { display: flex; padding: 3px 8px 3px 3px; align-items: center; gap: 9px; border: 0; background: transparent; cursor: pointer; }
.avatar { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border-radius: 50%; background: var(--theme); font-family: var(--serif); }
.dashboard-shell { display: grid; grid-template-columns: 260px minmax(0, 1fr); }
.sidebar { position: sticky; top: 76px; display: flex; height: calc(100vh - 76px); padding: 28px 20px 90px; flex-direction: column; border-right: 1px solid #e0dce3; background: #efede9; }
.sidebar nav { display: grid; gap: 5px; }
.sidebar nav a { display: flex; padding: 12px 14px; align-items: center; gap: 12px; color: #65616d; border-radius: 10px; font-size: 13px; }
.sidebar nav a.active { color: var(--theme); background: #fff; box-shadow: 0 6px 20px rgba(40,30,70,.06); font-weight: 600; }
.sidebar nav a span:first-child { width: 20px; color: var(--theme); font-size: 16px; text-align: center; }
.nav-badge { display: grid; width: 20px; height: 20px; margin-left: auto; place-items: center; color: white; background: var(--theme); border-radius: 50%; font-size: 10px; }
.subscription-card { margin-top: auto; padding: 20px; border: 1px solid #d9d3dd; border-radius: 14px; background: rgba(255,255,255,.55); }
.subscription-card > span { color: var(--theme); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.subscription-card strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 20px; }
.subscription-card p { margin: 5px 0 12px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.subscription-card a { color: var(--theme); font-size: 11px; font-weight: 600; }
.dashboard-main { width: 100%; max-width: 1390px; margin: 0 auto; padding: 45px clamp(28px, 4vw, 68px) 120px; overflow: hidden; }
.dashboard-welcome { display: flex; margin-bottom: 25px; align-items: center; justify-content: space-between; }
.dashboard-welcome h1 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 2.4vw, 38px); font-weight: 500; }
.dashboard-welcome > div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.weather-moon { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.weather-moon span { color: var(--theme); font-size: 36px; }
.fortune-card { position: relative; display: grid; min-height: 300px; padding: 42px; overflow: hidden; color: #fff; grid-template-columns: 180px 1fr; gap: 34px; border-radius: var(--radius-lg); background: radial-gradient(circle at 90% 20%, rgba(220,208,255,.22), transparent 26%), linear-gradient(135deg, #242544, #4d426d); box-shadow: 0 22px 70px rgba(41,34,74,.18); }
.female-fortune { background: radial-gradient(circle at 90% 20%, rgba(255,221,230,.2), transparent 26%), linear-gradient(135deg, #30233f, #79506c); }
.fortune-score { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.score-ring { display: flex; width: 126px; height: 126px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(232,206,141,.55); border-radius: 50%; box-shadow: inset 0 0 0 7px rgba(255,255,255,.03), 0 0 35px rgba(232,206,141,.08); }
.score-ring span { font-family: var(--serif); font-size: 45px; line-height: 1; }
.score-ring small { color: rgba(255,255,255,.5); }
.fortune-score > p { margin: 10px 0 0; color: var(--gold); font-size: 11px; letter-spacing: .1em; }
.fortune-score-note { display: block; max-width: 146px; margin-top: 9px; color: rgba(255,255,255,.6); font-size: 8px; line-height: 1.65; text-align: center; }
.fortune-update { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 8px; text-align: center; }
.fortune-message { position: relative; z-index: 1; align-self: center; max-width: 820px; }
.fortune-message .eyebrow { color: var(--gold); }
.fortune-message h2 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(23px, 2.2vw, 31px); font-weight: 500; }
.fortune-message > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 14px; line-height: 2.05; }
.fortune-tags { display: flex; margin-top: 22px; gap: 10px; flex-wrap: wrap; }
.fortune-tags span { padding: 7px 12px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 10px; }
.fortune-tags strong { margin-left: 5px; color: #fff; }
.constellation { position: absolute; right: 30px; bottom: 5px; color: rgba(255,255,255,.16); font-size: 50px; transform: rotate(-13deg); }
.constellation i { font-size: 25px; }
.constellation b { font-size: 75px; }
.match-section { margin-top: 46px; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; }
.section-title-row h2 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.section-note { margin: 0 0 5px; color: var(--muted); font-size: 11px; }
.match-tabs { display: flex; margin-top: 24px; border-bottom: 1px solid var(--line); }
.match-tab { position: relative; min-width: 190px; padding: 12px 20px 14px; color: #8a8590; border: 0; background: transparent; cursor: pointer; font-size: 13px; }
.match-tab span { display: block; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.match-tab b { display: inline-block; margin-left: 5px; padding: 1px 5px; color: #fff; border-radius: 4px; background: var(--theme); font-size: 7px; }
.match-tab.active { color: var(--theme); font-weight: 600; }
.match-tab.active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--theme); }
.match-panels { margin-top: 18px; }
.match-detail { display: grid; padding: 32px 34px; grid-template-columns: 120px minmax(0, 1fr) 170px; align-items: center; gap: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 40px rgba(30,25,50,.04); }
.match-symbol { display: flex; height: 140px; flex-direction: column; align-items: center; justify-content: center; color: var(--theme); border-radius: 50%; background: var(--theme-soft); }
.match-symbol span { font-family: var(--serif); font-size: 40px; }
.match-symbol small { font-size: 7px; letter-spacing: .15em; }
.match-kicker { margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.match-kicker strong { color: var(--theme); font-family: var(--serif); font-size: 18px; }
.match-copy h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.match-copy > p:not(.match-kicker) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.match-copy dl { display: grid; margin: 18px 0 0; grid-template-columns: 1fr 1fr; gap: 12px; }
.match-copy dl div { padding-left: 12px; border-left: 2px solid var(--theme-soft); }
.match-copy dt { color: #9993a1; font-size: 9px; }
.match-copy dd { margin: 2px 0 0; font-size: 11px; }
.match-action { display: flex; flex-direction: column; align-items: center; }
.mini-orbit { display: flex; width: 82px; height: 82px; margin-bottom: 16px; align-items: baseline; justify-content: center; border: 1px solid #d6d0db; border-radius: 50%; line-height: 80px; }
.mini-orbit span { color: var(--theme); font-family: var(--serif); font-size: 28px; }
.mini-orbit small { color: var(--muted); }
.match-action .button { width: 100%; padding-inline: 12px; font-size: 11px; }
.match-action > small { margin-top: 8px; color: #aaa5ad; font-size: 9px; }
.dashboard-lower-grid { display: grid; margin-top: 24px; grid-template-columns: 1fr 1fr; gap: 20px; }
.reflection-card, .tip-card { padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.reflection-card h2, .tip-card h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.reflection-card > p:not(.eyebrow), .tip-card p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 11px; }
.mood-options { display: flex; margin-top: 18px; gap: 8px; }
.mood-options button { padding: 7px 13px; color: var(--theme); border: 1px solid #ddd7e1; border-radius: 999px; background: #fff; cursor: pointer; font-size: 10px; }
.mood-options button.selected { color: #fff; border-color: var(--theme); background: var(--theme); }
.tip-card { display: flex; align-items: center; gap: 22px; background: var(--theme-soft); }
.tip-icon { display: grid; width: 65px; height: 65px; flex: 0 0 auto; place-items: center; color: var(--theme); border: 1px solid rgba(80,66,118,.25); border-radius: 50%; font-size: 25px; }
.consent-dialog { text-align: center; }
.consent-icon { display: grid; width: 74px; height: 74px; margin: 0 auto 20px; place-items: center; color: var(--theme); border-radius: 50%; background: var(--theme-soft); font-size: 34px; }
.price-row { display: flex; margin: 22px 0 12px; padding: 16px 0; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-row span { color: var(--muted); font-size: 12px; }
.price-row strong { font-family: var(--serif); font-size: 21px; }
.gentle-note { margin: 0 0 20px; padding: 10px; color: var(--muted); border-radius: 8px; background: #f5f2f7; font-size: 10px; }
.choice-grid.stacked { grid-template-columns: 1fr; }
.choice-grid small, fieldset > small { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.dashboard-info-grid { display: grid; margin-top: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.matching-status-card, .method-summary-card { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(30,25,50,.04); }
.matching-status-card h2, .method-summary-card h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.matching-status-card p, .method-summary-card p { margin: 0 0 14px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.status-pill { display: inline-flex; margin-bottom: 10px; padding: 5px 10px; color: #fff; border-radius: 999px; background: var(--theme); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.status-pill.off { color: #6a5a2b; background: #f1e5bb; }
.method-mini-list { display: flex; margin: 12px 0 14px; gap: 6px; flex-wrap: wrap; }
.method-mini-list span { padding: 5px 8px; color: var(--theme); border: 1px solid var(--theme-soft); border-radius: 999px; background: var(--theme-soft); font-size: 9px; }
.fortune-method-tabs { display: flex; margin: 22px 0 16px; gap: 7px; overflow-x: auto; }
.method-tab { flex: 0 0 auto; padding: 8px 12px; color: var(--purple); border: 1px solid #d8d1de; border-radius: 999px; background: #fff; cursor: pointer; font-size: 11px; }
.method-tab.active { color: #fff; border-color: var(--purple); background: var(--purple); }
.method-result { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.method-result h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.method-result p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }
.fortune-method-page .cache-status { margin: 16px 0 0; }
.chat-control-panel { margin: 0 16px 12px; padding: 14px; border: 1px solid #ded8e4; border-radius: 14px; background: #fff; }
.chat-control-panel h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.chat-control-panel p { margin: 0 0 10px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.chat-control-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.chat-control-actions button { min-height: 36px; border-radius: 999px; border: 1px solid #cfc7d6; background: #fff; font-size: 10px; font-weight: 600; }
.chat-control-actions .danger { color: #9b1c1c; border-color: #e4baba; background: #fff7f7; }

/* Preview-only navigation */
.prototype-switcher { position: fixed; z-index: 20; right: 18px; bottom: 18px; display: flex; padding: 7px; align-items: center; gap: 4px; color: #4a4356; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 38px rgba(15,12,35,.18); backdrop-filter: blur(14px); font-size: 10px; }
.prototype-switcher > span { padding: 0 8px; color: #928b9c; }
.prototype-switcher a { padding: 7px 10px; border-radius: 999px; }
.prototype-switcher a.active { color: #fff; background: #3d345d; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; padding-top: 170px; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-actions { justify-content: center; }
  .birthday-note { margin-right: auto; margin-left: auto; text-align: left; }
  .cosmic-visual { width: min(100%, 650px); margin: 10px auto 0; }
  .safety-section { grid-template-columns: 1fr; }
  .dashboard-header { grid-template-columns: 230px 1fr auto; }
  .dashboard-shell { grid-template-columns: 210px minmax(0, 1fr); }
  .match-detail { grid-template-columns: 100px 1fr; }
  .match-action { grid-column: 1 / 3; flex-direction: row; justify-content: flex-end; gap: 12px; }
  .mini-orbit { width: 58px; height: 58px; margin: 0; line-height: 56px; }
  .match-action .button { width: auto; }
  .match-action > small { margin: 0; }
}

@media (max-width: 760px) {
  .site-header { padding: 18px; }
  .site-header .header-actions .button-ghost { display: none; }
  .site-header .button { min-height: 38px; padding: 8px 14px; font-size: 11px; }
  .brand { font-size: 16px; }
  .hero { min-height: auto; padding: 130px 22px 60px; grid-template-columns: 1fr; }
  .hero { background-image: linear-gradient(180deg, rgba(7,10,29,.75) 0%, rgba(10,13,35,.85) 53%, rgba(12,14,37,.97) 100%), url("assets/hero-stars.png"); background-position: center, center top; }
  .hero h1 { font-size: 36px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .cosmic-visual { min-height: 410px; transform: scale(.76); transform-origin: top center; }
  .trust-strip { padding: 22px; grid-template-columns: 1fr; gap: 15px; }
  .trust-strip div { padding: 5px; border-right: 0; }
  .section { padding: 80px 22px; }
  .steps { grid-template-columns: 1fr; gap: 10px; }
  .step-card, .step-card:first-child, .step-card:last-child, .step-card.featured { min-height: 0; margin: 0; border-radius: 18px; }
  .journey-steps { gap: 12px; }
  .journey-steps::before { left: 33px; }
  .journey-card { padding: 22px 18px 22px 10px; grid-template-columns: 46px 1fr; gap: 13px; align-items: start; }
  .journey-card .step-number { width: 46px; height: 46px; }
  .journey-icon { display: none; }
  .journey-card h3 { font-size: 18px; }
  .fortune-teaser { padding: 80px 26px; flex-direction: column; gap: 60px; text-align: center; }
  .teaser-orb { width: 175px; height: 175px; }
  .safety-grid article { grid-template-columns: 35px 1fr; padding: 22px; }
  .site-footer { padding: 35px 22px 100px; grid-template-columns: 1fr; gap: 22px; }
  .site-footer div { flex-wrap: wrap; }
  .site-footer > small { justify-self: start; }
  .auth-dialog, .consent-dialog { padding: 36px 24px 28px; }

  .dashboard-header { height: 66px; padding: 0 15px; grid-template-columns: 1fr auto; }
  .dashboard-header .header-date { display: none; }
  .profile-button > span:not(.avatar) { display: none; }
  .dashboard-shell { display: block; }
  .sidebar { position: fixed; z-index: 7; top: auto; right: 0; bottom: 0; left: 0; display: block; height: 64px; padding: 6px 10px; border-top: 1px solid var(--line); border-right: 0; background: rgba(250,249,247,.96); backdrop-filter: blur(12px); }
  .sidebar nav { display: grid; grid-template-columns: repeat(5, 1fr); }
  .sidebar nav a { display: flex; padding: 4px 2px; flex-direction: column; justify-content: center; gap: 1px; font-size: 8px; text-align: center; }
  .sidebar nav a span:first-child { height: 20px; font-size: 14px; }
  .nav-badge { position: absolute; display: none; }
  .subscription-card { display: none; }
  .dashboard-main { padding: 30px 16px 130px; }
  .dashboard-welcome { align-items: start; }
  .dashboard-welcome h1 { font-size: 25px; }
  .dashboard-welcome .weather-moon small { display: none; }
  .fortune-card { padding: 30px 22px; grid-template-columns: 1fr; gap: 24px; }
  .fortune-score { padding-bottom: 22px; flex-direction: row; gap: 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .score-ring { width: 90px; height: 90px; }
  .score-ring span { font-size: 34px; }
  .fortune-message > p:not(.eyebrow) { font-size: 13px; }
  .section-title-row { display: block; }
  .section-note { margin-top: 8px; }
  .match-tab { min-width: 0; flex: 1; padding-inline: 8px; }
  .match-detail { padding: 24px; grid-template-columns: 1fr; gap: 22px; }
  .match-symbol { width: 100px; height: 100px; }
  .match-copy dl { grid-template-columns: 1fr; }
  .match-action { grid-column: auto; flex-direction: column; }
  .mini-orbit { width: 70px; height: 70px; line-height: 68px; }
  .match-action .button { width: 100%; }
  .dashboard-lower-grid { grid-template-columns: 1fr; }
  .dashboard-info-grid { grid-template-columns: 1fr; }
  .mood-options { flex-wrap: wrap; }
  .prototype-switcher { right: 8px; bottom: 73px; left: 8px; justify-content: center; }
  .prototype-switcher > span { display: none; }
}

@media (max-width: 480px) {
  .fortune-method-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
  .method-tab {
    width: 100%;
    white-space: normal;
  }
  .method-tab:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Screen index */
.screen-index-page { min-height: 100vh; color: #fff; background: linear-gradient(145deg, #11152f, #2a2045); }
.screen-index-header { display: flex; padding: 28px clamp(22px, 6vw, 80px); align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.screen-index-header > div { display: flex; flex-direction: column; text-align: right; }
.screen-index-header > div span { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.screen-index-header > div strong { font-family: var(--serif); font-size: 18px; }
.screen-index-main { display: grid; max-width: 1320px; margin: auto; padding: 65px clamp(22px, 6vw, 80px) 110px; gap: 70px; }
.screen-index-summary { display: grid; grid-template-columns: minmax(240px, 380px) 1fr; gap: 24px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); }
.screen-index-summary p { margin: 0 0 8px; color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.screen-index-summary h1 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 34px); }
.screen-index-summary ul { margin: 0; padding-left: 1.2em; color: rgba(255,255,255,.72); line-height: 1.9; font-size: 13px; }
.screen-group-heading { display: flex; margin-bottom: 24px; align-items: center; gap: 16px; }
.screen-group-heading > span { display: grid; width: 45px; height: 45px; place-items: center; color: var(--gold); border: 1px solid rgba(232,206,141,.4); border-radius: 50%; font-family: var(--serif); }
.screen-group-heading p { margin: 0; color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.screen-group-heading h1, .screen-group-heading h2 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.screen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.screen-link-card { display: grid; min-height: 105px; padding: 20px; grid-template-columns: 35px 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.055); transition: background .2s, transform .2s; }
.screen-link-card:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.screen-link-card > span { color: var(--gold); font-size: 11px; }
.screen-link-card div { display: flex; flex-direction: column; }
.screen-link-card strong { font-family: var(--serif); font-size: 14px; }
.screen-link-card small { color: rgba(255,255,255,.48); font-size: 9px; }
.screen-link-card b { color: var(--gold); }
.screen-index-fab { position: fixed; z-index: 50; right: 12px; bottom: 12px; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; border-radius: 50%; background: #3d345d; box-shadow: 0 8px 25px rgba(20,15,45,.25); font-size: 10px; }

/* Mobile-only member flows */
.flow-page, .chat-page { min-height: 100vh; background: #e8e5e1; }
.mobile-shell { width: min(100%, 480px); min-height: 100vh; margin: 0 auto; color: var(--ink); background: #f8f6f3; box-shadow: 0 0 60px rgba(30,24,52,.1); }
.auth-screen { padding: 55px 22px 40px; background: radial-gradient(circle at 50% 10%, rgba(128,101,165,.18), transparent 28%), #f8f6f3; }
.auth-screen > .brand { display: flex; margin-bottom: 35px; justify-content: center; color: var(--ink); }
.flow-panel { padding: 28px 22px; }
.auth-screen .flow-panel { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.flow-panel h1, .soul-profile h1 { margin: 0 0 10px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.55; }
.flow-panel h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.flow-lead { margin: 0 0 25px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.flow-orb { display: grid; width: 68px; height: 68px; margin: 0 auto 22px; place-items: center; color: var(--gold); border-radius: 50%; background: var(--night); font-size: 30px; }
.flow-form { display: grid; gap: 16px; }
.flow-form label, .flow-form legend { color: #544e61; font-size: 11px; font-weight: 600; }
.flow-form input, .flow-form select, .flow-form textarea, .admin-note textarea { width: 100%; margin-top: 6px; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; outline: none; background: #fff; }
.flow-form input:focus, .flow-form select:focus, .flow-form textarea:focus { border-color: var(--purple-light); box-shadow: 0 0 0 3px rgba(118,102,157,.1); }
.flow-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-helper { margin-top: -8px; color: var(--purple); font-size: 10px; text-align: right; }
.flow-divider { display: flex; margin: 22px 0; align-items: center; color: #aaa5ad; font-size: 9px; gap: 10px; }
.flow-divider::before, .flow-divider::after { height: 1px; content: ""; flex: 1; background: var(--line); }
.flow-privacy { margin: 20px auto 0; color: #99939f; font-size: 9px; text-align: center; }
.flow-header { position: sticky; z-index: 5; top: 0; display: grid; height: 62px; padding: 0 18px; grid-template-columns: 40px 1fr 40px; align-items: center; border-bottom: 1px solid var(--line); background: rgba(248,246,243,.95); backdrop-filter: blur(12px); }
.flow-header > span { font-family: var(--serif); font-size: 15px; text-align: center; }
.flow-header > small { text-align: right; }
.flow-header > button { border: 0; background: transparent; font-size: 20px; }
.registration-progress { display: flex; padding: 18px 22px 0; gap: 6px; }
.registration-progress span { height: 3px; flex: 1; background: #ddd8df; }
.registration-progress span.active { background: var(--purple); }
.registration-step > .text-link, .registration-step .flow-form > .text-link { margin: 0 auto; }
.choice-grid { display: grid; margin-top: 9px; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { display: flex; padding: 11px; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.choice-grid input { width: auto; margin: 0; }
.choice-grid.compact label { padding: 9px; font-size: 10px; }
.range-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 8px; }
.upload-box { display: flex; min-height: 180px; margin: 22px 0; flex-direction: column; align-items: center; justify-content: center; color: var(--purple); border: 1px dashed #aaa0b8; border-radius: 16px; background: #f5f2f7; }
.upload-box span { font-size: 35px; }
.upload-box small { color: var(--muted); }
.consent-check { display: flex; margin: 18px 0; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.consent-check input { margin-top: 4px; accent-color: var(--purple); }
.status-panel { text-align: center; }
.status-visual { display: grid; width: 100px; height: 100px; margin: 20px auto 24px; place-items: center; border-radius: 50%; background: var(--theme-soft, #eeeaf4); font-size: 36px; }
.status-timeline, .consent-rules { display: grid; margin: 28px 0; gap: 0; text-align: left; }
.status-timeline > div, .consent-rules > div { position: relative; display: grid; min-height: 72px; grid-template-columns: 40px 1fr; gap: 12px; }
.status-timeline > div::after, .consent-rules > div::after { position: absolute; top: 32px; bottom: 0; left: 14px; width: 1px; content: ""; background: var(--line); }
.status-timeline > div:last-child::after, .consent-rules > div:last-child::after { display: none; }
.status-timeline > div > span, .consent-rules > div > span { display: grid; width: 29px; height: 29px; place-items: center; color: #999; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 10px; }
.status-timeline .done > span, .status-timeline .current > span { color: #fff; border-color: var(--purple); background: var(--purple); }
.status-timeline p, .consent-rules p { margin: 0; }
.status-timeline strong, .consent-rules strong { display: block; font-size: 12px; }
.status-timeline small, .consent-rules small { color: var(--muted); font-size: 9px; }
.plan-price { display: flex; margin: 25px 0; align-items: baseline; justify-content: center; gap: 6px; }
.plan-price strong { color: var(--purple); font-family: var(--serif); font-size: 58px; line-height: 1; }
.campaign-banner { padding: 17px; color: #fff; border: 1px solid #8e2331; border-radius: 12px; background: #a52a38; text-align: center; }
.campaign-banner strong { font-family: var(--serif); font-size: 13px; }
.campaign-banner p { margin: 5px 0 0; color: rgba(255,255,255,.82); font-size: 9px; }
.billing-next-update { display: flex; margin: 14px 0; padding: 12px 14px; align-items: center; justify-content: space-between; gap: 12px; color: #5b3440; border: 1px solid #e4c7cc; border-radius: 10px; background: #fff5f5; font-size: 10px; }
.billing-next-update strong { color: #8d2735; font-size: 10px; }
.billing-next-update span { text-align: right; }
.benefit-list { display: grid; margin: 24px 0; padding: 0; list-style: none; gap: 10px; }
.benefit-list li { padding-left: 26px; font-size: 11px; }
.benefit-list li::before { margin-left: -26px; margin-right: 10px; color: var(--purple); content: "✓"; }
.payment-card, .price-summary { display: flex; margin: 18px 0; padding: 16px; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: 11px; }
.payment-card button { color: var(--purple); border: 0; background: transparent; font-weight: 600; }
.price-summary strong { color: var(--purple); font-family: var(--serif); font-size: 19px; }
.soul-profile { padding: 35px 24px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 25%, rgba(225,203,255,.2), transparent 25%), linear-gradient(160deg, #1b1b3e, #684862); }
.soul-constellation { display: grid; width: 115px; height: 115px; margin: 0 auto 20px; place-items: center; border: 1px solid rgba(232,206,141,.45); border-radius: 50%; font-size: 46px; }
.soul-profile .eyebrow { color: var(--gold); }
.soul-profile > p:last-child { color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 12px; line-height: 2; }
.destiny-score { display: inline-flex; margin: 8px 0 16px; align-items: baseline; gap: 8px; color: rgba(255,255,255,.62); font-size: 10px; }
.destiny-score strong { color: var(--gold); font-family: var(--serif); font-size: 25px; }
.insight-list { display: grid; margin: 22px 0; gap: 12px; }
.insight-list div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.insight-list dt { color: var(--purple-light); font-size: 9px; }
.insight-list dd { margin: 4px 0 0; font-family: var(--serif); font-size: 13px; }
.privacy-ribbon { margin: 18px 0; padding: 10px; color: var(--muted); border-radius: 8px; background: #f0edf2; font-size: 9px; text-align: center; }
.centered { display: block; width: fit-content; margin: 18px auto 0; font-size: 10px; }
.kept-header-link { font-size: 21px; text-align: right; }
.action-note, .keep-note { margin: 8px 8px 18px; color: var(--muted); font-size: 9px; line-height: 1.7; text-align: center; }
.interest-sent-message { display: flex; margin: 12px 0 18px; padding: 15px; flex-direction: column; border: 1px solid #d7c58d; border-radius: 11px; background: #fff9e8; text-align: center; }
.interest-sent-message strong { color: var(--purple); font-family: var(--serif); font-size: 14px; }
.interest-sent-message span { color: var(--muted); font-size: 9px; }
.interest-sent-message a { margin-top: 7px; color: var(--purple); font-size: 9px; font-weight: 600; }
.keep-match-button { width: 100%; padding: 12px; color: var(--purple); border: 1px solid #bdb4ca; border-radius: 999px; background: #fff; font-size: 11px; font-weight: 600; }
.keep-match-button.saved { color: #fff; border-color: var(--purple); background: var(--purple); }
.match-toast { position: fixed; z-index: 60; bottom: 72px; left: 50%; width: min(calc(100% - 32px), 420px); padding: 12px 18px; color: #fff; border-radius: 999px; background: rgba(32,26,57,.94); box-shadow: 0 12px 35px rgba(15,12,35,.3); transform: translateX(-50%); font-size: 10px; text-align: center; }
.kept-intro { padding: 32px 24px 25px; color: #fff; background: linear-gradient(150deg, #1c1d3e, #5f4869); }
.kept-intro .eyebrow { color: var(--gold); }
.kept-intro h1 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.55; }
.kept-intro > p:last-child { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.8; }
.kept-list { display: grid; padding: 18px 16px 45px; gap: 14px; }
.kept-card { display: grid; padding: 19px; grid-template-columns: 62px 1fr; gap: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(30,24,52,.05); }
.kept-symbol { display: grid; width: 62px; height: 62px; place-items: center; color: var(--purple); border-radius: 50%; background: #eeeaf4; font-size: 27px; }
.kept-card-copy span { color: var(--purple-light); font-size: 8px; }
.kept-card-copy h2 { margin: 3px 0 5px; font-family: var(--serif); font-size: 15px; font-weight: 500; }
.kept-card-copy p { margin: 0; color: var(--muted); font-size: 9px; }
.kept-card-copy small { color: #aaa5ad; font-size: 7px; }
.kept-card > .button { min-height: 38px; grid-column: 1 / 3; font-size: 10px; text-align: center; }
.remove-kept { grid-column: 1 / 3; color: #9a5a60; border: 0; background: transparent; font-size: 9px; }
.kept-empty { padding: 60px 30px; text-align: center; }
.kept-empty span { color: var(--purple); font-size: 42px; }
.kept-empty h2 { font-family: var(--serif); font-size: 20px; }
.kept-empty p { color: var(--muted); font-size: 10px; }
.age-privacy-note { padding: 13px; color: #5d5963; border-radius: 10px; background: #f0edf2; }
.age-privacy-note strong { font-size: 10px; }
.age-privacy-note p { margin: 3px 0 0; font-size: 8px; line-height: 1.7; }
.age-result-link { display: block; margin: 15px 0; color: var(--purple); font-size: 9px; text-align: center; text-decoration: underline; }
.age-restricted-panel { padding-top: 55px; text-align: center; }
.closed-door { display: grid; width: 105px; height: 105px; margin: 0 auto 25px; place-items: center; color: var(--gold); border-radius: 50%; background: var(--night); font-size: 40px; }
.age-result-card { margin: 25px 0; padding: 17px; border: 1px solid #e1d8d9; border-radius: 12px; background: #f7eeee; text-align: left; }
.age-result-card span { color: #9c6a6f; font-size: 8px; }
.age-result-card strong { display: block; color: #74494d; font-family: var(--serif); font-size: 15px; }
.age-result-card p { margin: 6px 0 0; color: var(--muted); font-size: 9px; }
.paired-orbits { position: relative; height: 130px; margin-bottom: 20px; }
.paired-orbits span { position: absolute; top: 15px; display: grid; width: 90px; height: 90px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-size: 34px; }
.paired-orbits span:first-child { left: calc(50% - 75px); color: var(--gold); background: var(--night); }
.paired-orbits span:last-child { right: calc(50% - 75px); color: var(--purple); background: #f0eaf4; }
.consent-page-panel { text-align: center; }
.letter-visual { display: grid; width: 90px; height: 90px; margin: 15px auto 24px; place-items: center; color: var(--gold); border-radius: 50%; background: var(--night); font-size: 34px; }
.important-warning { padding: 15px; color: #704c4f; border: 1px solid #e7c8ca; border-radius: 10px; background: #fff1f1; }
.important-warning strong { font-size: 11px; }
.important-warning p { margin: 4px 0 0; font-size: 9px; }
.required { font-weight: 600; }
.chat-shell { display: flex; height: 100vh; flex-direction: column; background: #f5f2f0; }
.chat-header { display: grid; min-height: 68px; padding: 8px 15px; grid-template-columns: 28px 40px 1fr 25px; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); background: #fff; }
.chat-header a, .chat-header button { border: 0; background: transparent; font-size: 18px; }
.chat-header div:nth-child(3) { display: flex; flex-direction: column; }
.chat-header strong { font-family: var(--serif); font-size: 12px; }
.chat-header small { color: var(--muted); font-size: 8px; }
.chat-avatar { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border-radius: 50%; background: var(--purple); }
.chat-safety { padding: 7px 12px; color: #766b55; background: #fff6dc; font-size: 8px; text-align: center; }
.message-list { display: flex; padding: 20px 15px; flex: 1; flex-direction: column; gap: 10px; overflow: auto; }
.chat-date { margin: 5px auto 15px; color: var(--muted); font-size: 8px; }
.message { max-width: 78%; }
.message p { margin: 0; padding: 11px 13px; border-radius: 15px; font-size: 11px; line-height: 1.7; }
.message time { display: block; color: #aaa; font-size: 7px; }
.message.received p { border-bottom-left-radius: 4px; background: #fff; }
.message.sent { align-self: flex-end; }
.message.sent p { color: #fff; border-bottom-right-radius: 4px; background: var(--purple); }
.message.sent time { text-align: right; }
.system-message { margin: 14px auto; padding: 6px 12px; color: var(--muted); border-radius: 999px; background: #e9e5e9; font-size: 7px; }
.chat-composer { display: grid; padding: 10px 12px; grid-template-columns: 1fr 42px; gap: 8px; background: #fff; }
.chat-composer textarea { padding: 10px 12px; border: 1px solid var(--line); border-radius: 20px; resize: none; font-size: 10px; }
.chat-composer button { color: #fff; border: 0; border-radius: 50%; background: var(--purple); font-size: 18px; }
.contact-step-link { display: block; padding: 8px; color: var(--purple); background: #fff; font-size: 9px; text-align: center; }
.settings-profile { display: flex; padding: 24px 22px; align-items: center; gap: 12px; background: #fff; }
.settings-profile div { display: flex; flex: 1; flex-direction: column; }
.settings-profile small { color: var(--purple); font-size: 9px; }
.settings-profile button { color: var(--purple); border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 9px; }
.settings-list { padding: 8px 16px 40px; }
.settings-list > p { margin: 20px 8px 7px; color: #999; font-size: 9px; }
.settings-list a { display: grid; padding: 14px 10px; grid-template-columns: 30px 1fr 15px; align-items: center; border-bottom: 1px solid var(--line); background: #fff; }
.settings-list a:first-of-type { border-radius: 12px 12px 0 0; }
.settings-list a div { display: flex; flex-direction: column; }
.settings-list a strong { font-size: 11px; }
.settings-list a small { color: var(--muted); font-size: 8px; }
.settings-list a > b { color: #aaa; }
.settings-list .danger-link { color: #a6545b; }

/* Admin console */
.admin-page { min-height: 100vh; color: #252333; background: #f2f3f6; }
.admin-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: grid; height: 68px; padding: 0 24px; grid-template-columns: 240px 1fr auto; align-items: center; color: #fff; background: #181a32; }
.admin-header .brand { font-size: 16px; }
.admin-header .brand small { color: var(--gold); font-family: var(--sans); font-size: 7px; }
.admin-header-tools { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.65); font-size: 10px; }
.admin-header-tools button { color: #fff; border: 0; background: transparent; }
.admin-header-tools b { display: inline-grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: #a94e5d; font-size: 8px; }
.admin-menu-button { display: none; color: #fff; border: 0; background: transparent; font-size: 20px; }
.admin-sidebar { position: fixed; z-index: 15; top: 68px; bottom: 0; left: 0; display: flex; width: 230px; padding: 25px 14px; flex-direction: column; border-right: 1px solid #dfe0e5; background: #fff; }
.admin-sidebar nav { display: grid; gap: 5px; }
.admin-sidebar nav a { padding: 11px 13px; color: #6f6d79; border-radius: 8px; font-size: 11px; }
.admin-sidebar nav a.active { color: #fff; background: #3d345d; }
.admin-back { margin-top: auto; padding: 10px; color: #85828c; font-size: 10px; }
.admin-main { max-width: 1600px; margin-left: 230px; padding: 100px 34px 55px; }
.admin-page-title { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; }
.admin-page-title p, .admin-card-head p { margin: 0; color: #8a8793; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.admin-page-title h1 { margin: 2px 0 0; font-size: 25px; }
.admin-primary, .approve-button { padding: 10px 16px; color: #fff; border: 0; border-radius: 7px; background: #4a3e70; font-weight: 600; }
.admin-kpi-grid { display: grid; margin-bottom: 20px; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.admin-kpi-grid article { display: flex; padding: 20px; flex-direction: column; border: 1px solid #e0e1e6; border-radius: 12px; background: #fff; }
.admin-kpi-grid span { color: #77747f; font-size: 10px; }
.admin-kpi-grid strong { margin: 4px 0; font-size: 25px; }
.admin-kpi-grid small { color: #8b8892; font-size: 8px; }
.admin-kpi-grid .up { color: #3c8767; }
.admin-grid-two, .prompt-layout, .admin-detail-layout { display: grid; margin-bottom: 20px; grid-template-columns: 1.35fr .9fr; gap: 20px; }
.admin-card { padding: 22px; border: 1px solid #e0e1e6; border-radius: 12px; background: #fff; }
.admin-card-head { display: flex; margin-bottom: 18px; align-items: center; justify-content: space-between; }
.admin-card-head h2 { margin: 2px 0 0; font-size: 16px; }
.admin-card-head select, .admin-card-head button, .admin-card-head a { padding: 6px 9px; color: #6b6873; border: 1px solid #dddde2; border-radius: 6px; background: #fff; font-size: 8px; }
.fake-chart { display: flex; height: 190px; padding-top: 20px; align-items: end; justify-content: space-around; border-bottom: 1px solid #ddd; background-image: linear-gradient(#eee 1px, transparent 1px); background-size: 100% 25%; }
.fake-chart span { width: 8%; border-radius: 5px 5px 0 0; background: linear-gradient(#8b7bb0, #45396b); }
.chart-legend { display: flex; padding-top: 8px; justify-content: space-around; color: #999; font-size: 8px; }
.task-list { display: grid; gap: 4px; }
.task-list a { display: grid; padding: 10px 0; grid-template-columns: 38px 1fr 15px; align-items: center; border-bottom: 1px solid #eee; }
.task-list a div { display: flex; flex-direction: column; }
.task-list strong { font-size: 10px; }
.task-list small { color: #999; font-size: 8px; }
.task-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; font-size: 10px; }
.task-icon.amber { color: #906b25; background: #fff0c8; }.task-icon.red { color: #a34e57; background: #ffe3e5; }.task-icon.purple { color: #57457d; background: #eee8f6; }
.admin-table { overflow: hidden; }
.table-row { display: grid; min-height: 50px; padding: 10px 14px; align-items: center; gap: 12px; border-bottom: 1px solid #eee; font-size: 9px; }
.activity-table .table-row { grid-template-columns: 90px 1.3fr 1fr 90px; }
.user-table .table-row { grid-template-columns: 1.3fr .8fr .8fr 1fr .7fr 20px; }
.payment-table .table-row { grid-template-columns: 1.2fr .7fr 1fr .7fr .7fr 20px; }
.table-head { min-height: 36px; color: #8c8993; background: #f7f7f9; font-size: 8px; font-weight: 700; }
.table-row span { display: flex; flex-direction: column; }
.table-row small { color: #999; font-size: 7px; }
.status { width: fit-content; padding: 3px 7px; border-radius: 999px; font-size: 7px; white-space: nowrap; }
.status.green { color: #30755a; background: #def3e8; }.status.amber { color: #8b681f; background: #fff0c7; }.status.red { color: #9e4851; background: #ffe1e4; }.status.purple { color: #59447d; background: #eee5f7; }
.admin-filter-bar { display: grid; margin-bottom: 14px; padding: 14px; grid-template-columns: 1fr 160px 160px 90px; gap: 9px; border: 1px solid #e0e1e6; border-radius: 10px; background: #fff; }
.admin-filter-bar input, .admin-filter-bar select, .admin-filter-bar > button { width: 100%; padding: 9px; border: 1px solid #dddde2; border-radius: 6px; background: #fff; font-size: 9px; }
.admin-search { display: flex; align-items: center; gap: 7px; border: 1px solid #dddde2; border-radius: 6px; padding-left: 9px; }
.admin-search input { border: 0; }
.admin-tabs { display: flex; margin-bottom: 14px; gap: 4px; border-bottom: 1px solid #ddd; }
.admin-tabs button { padding: 10px 14px; color: #777; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 9px; }
.admin-tabs button.active { color: #4a3e70; border-bottom-color: #4a3e70; font-weight: 700; }
.admin-tabs b { margin-left: 4px; }
.flush-card { padding: 0; overflow: hidden; }
.pagination { display: flex; padding: 16px; justify-content: center; gap: 5px; }
.pagination button, .pagination b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #ddd; border-radius: 5px; background: #fff; font-size: 8px; }
.pagination b { color: #fff; background: #4a3e70; }
.admin-breadcrumb { display: flex; margin-bottom: 18px; gap: 8px; color: #85818e; font-size: 9px; }
.admin-user-hero { display: flex; margin-bottom: 20px; padding: 22px; align-items: center; gap: 15px; border-radius: 12px; background: #fff; }
.admin-user-avatar { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; border-radius: 50%; background: #8e5d79; font-family: var(--serif); font-size: 20px; }
.admin-user-hero p, .admin-user-hero h1 { margin: 0; }
.admin-user-hero h1 { font-size: 20px; }
.admin-user-actions { display: flex; margin-left: auto; gap: 6px; }
.admin-user-actions button { padding: 8px 10px; border: 1px solid #ddd; border-radius: 6px; background: #fff; font-size: 8px; }
.document-review { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.document-placeholder { display: flex; min-height: 185px; flex-direction: column; align-items: center; justify-content: center; color: #777; border: 1px dashed #aaa; border-radius: 8px; background: #f4f4f6; }
.document-placeholder span { font-size: 8px; }.document-placeholder strong { margin: 15px 0 4px; }.document-placeholder small { font-size: 8px; }
.document-review dl, .profile-facts dl { margin: 0; }
.document-review dl div, .profile-facts dl div { padding: 9px 0; border-bottom: 1px solid #eee; }
.document-review dt, .profile-facts dt { color: #92909a; font-size: 8px; }
.document-review dd, .profile-facts dd { margin: 2px 0 0; font-size: 10px; }
.admin-note { display: block; margin-top: 15px; color: #777; font-size: 9px; }
.review-actions { display: flex; margin-top: 12px; justify-content: flex-end; gap: 8px; }
.age-check-summary { display: grid; margin-bottom: 18px; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.age-check-summary div { display: flex; padding: 13px; flex-direction: column; border-radius: 8px; background: #f5f4f7; }
.age-check-summary span { color: #8b8792; font-size: 7px; }
.age-check-summary strong { font-size: 16px; }
.success-text { color: #30755a; }
.automation-rule { margin-top: 15px; padding: 13px; border-left: 3px solid #76669d; background: #f3f0f6; }
.automation-rule strong { font-size: 9px; }
.automation-rule p { margin: 3px 0 0; color: #696570; font-size: 8px; line-height: 1.7; }
.reject-button { padding: 9px 13px; color: #994e55; border: 1px solid #ddb7ba; border-radius: 7px; background: #fff; }
.mini-history div { display: grid; padding: 10px 0; grid-template-columns: 90px 1fr 60px; border-bottom: 1px solid #eee; font-size: 9px; }
.title-actions { display: flex; gap: 8px; }.title-actions > button:not(.admin-primary) { border: 1px solid #ddd; border-radius: 7px; background: #fff; }
.prompt-layout { grid-template-columns: 1.1fr .9fr; }
.prompt-editor label { display: block; margin: 14px 0; color: #777; font-size: 9px; }
.prompt-editor select, .prompt-editor textarea { width: 100%; margin-top: 5px; padding: 10px; border: 1px solid #ddd; border-radius: 7px; }
.editor-meta { display: flex; justify-content: space-between; color: #999; font-size: 7px; }
.variable-list { margin-top: 16px; padding: 12px; border-radius: 8px; background: #f4f3f7; }
.variable-list p { margin: 0 0 8px; font-size: 8px; }
.variable-list button { margin: 2px; color: #5b4a7d; border: 0; background: #e8e1f0; font-size: 7px; }
.preview-device { max-width: 330px; min-height: 400px; margin: auto; padding: 45px 24px; color: #fff; border: 8px solid #242238; border-radius: 26px; background: linear-gradient(145deg, #222345, #72526e); }
.preview-device .eyebrow { color: var(--gold); }.preview-device h3 { font-family: var(--serif); font-size: 20px; }.preview-device p:last-child { color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 10px; line-height: 2; }
.preview-date { font-size: 8px; }
.preview-checks { display: flex; margin-top: 16px; gap: 6px; flex-wrap: wrap; }
.preview-checks span { padding: 5px 8px; border-radius: 999px; font-size: 7px; }.preview-checks .pass { color: #337558; background: #e1f3e9; }
.campaign-admin-banner { display: flex; margin-bottom: 14px; padding: 16px 20px; align-items: center; justify-content: space-between; color: #5d4a24; border: 1px solid #e2cf96; border-radius: 10px; background: #fff8e2; }
.campaign-admin-banner div { display: flex; flex-direction: column; }.campaign-admin-banner p { margin: 0; font-size: 7px; letter-spacing: .15em; }.campaign-admin-banner small { font-size: 8px; }
.campaign-admin-banner button { border: 0; background: transparent; font-size: 8px; }
.report-list { display: grid; gap: 10px; }
.report-card { display: grid; grid-template-columns: 65px 1fr 180px; align-items: center; gap: 15px; }
.report-card.high { border-left: 3px solid #b44f58; }
.report-priority { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.report-priority b { display: grid; width: 32px; height: 32px; place-items: center; color: #8b6221; border-radius: 50%; background: #fff0c8; }
.report-card.high .report-priority b { color: #9e4650; background: #ffe0e3; }
.report-priority span, .report-card small { color: #999; font-size: 7px; }
.report-card p { margin: 3px 0; color: #777; font-size: 9px; }
.report-title { display: flex; align-items: center; gap: 8px; }.report-title strong { color: #333; font-size: 11px; }.report-title span { padding: 3px 6px; border-radius: 999px; background: #eeeaf4; font-size: 7px; }
.report-actions { display: flex; justify-content: flex-end; gap: 6px; }.report-actions button { padding: 8px 9px; border: 1px solid #ddd; border-radius: 6px; background: #fff; font-size: 8px; }.report-actions .admin-primary { color: #fff; background: #4a3e70; }
.danger-text { color: #a64d56 !important; }

@media (max-width: 1000px) {
  .screen-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-grid-two, .prompt-layout, .admin-detail-layout { grid-template-columns: 1fr; }
  .admin-filter-bar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body.admin-page {
    overflow-x: hidden;
  }
  .screen-index-header { padding: 20px; }
  .screen-index-main { padding: 40px 16px 80px; gap: 50px; }
  .screen-index-summary { grid-template-columns: 1fr; }
  .screen-grid { grid-template-columns: 1fr; }
  .screen-link-card { min-height: 88px; }
  .admin-header { height: 58px; padding: 0 14px; grid-template-columns: 1fr auto; }
  .admin-header .brand { font-size: 14px; }
  .admin-menu-button { display: block; grid-column: 2; grid-row: 1; }
  .admin-header-tools { display: none; }
  .admin-sidebar { top: 58px; right: 0; bottom: auto; width: auto; padding: 6px; overflow-x: auto; border-bottom: 1px solid #ddd; }
  .admin-sidebar nav { display: flex; width: max-content; }
  .admin-sidebar nav a { padding: 8px; font-size: 8px; }
  .admin-back { display: none; }
  .admin-main { margin-left: 0; padding: 125px 12px 40px; }
  .admin-page-title { align-items: center; }
  .admin-page-title h1 { font-size: 20px; }
  .admin-primary { padding: 8px 10px; font-size: 8px; }
  .admin-kpi-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .admin-kpi-grid article { padding: 14px; }
  .admin-kpi-grid strong { font-size: 18px; }
  .admin-card {
    min-width: 0;
    padding: 15px;
  }
  .admin-filter-bar { grid-template-columns: 1fr; }
  .admin-tabs {
    flex-wrap: wrap;
    overflow: visible;
    gap: 6px;
    border-bottom: 0;
  }
  .admin-tabs button {
    flex: 1 1 calc(50% - 6px);
    padding: 9px 10px;
    white-space: normal;
    border: 1px solid #dddde2;
    border-radius: 999px;
    background: #fff;
  }
  .admin-tabs button.active {
    border-color: #4a3e70;
    background: #f3f0f7;
  }
  .table-head { display: none; }
  .user-table .table-row, .payment-table .table-row, .activity-table .table-row { grid-template-columns: 1fr 1fr; padding: 14px; gap: 6px; }
  .user-table .table-row span:first-child, .payment-table .table-row span:first-child, .activity-table .table-row span:nth-child(2) { grid-column: 1 / 3; }
  .document-review { grid-template-columns: 1fr; }
  .age-check-summary { grid-template-columns: 1fr; }
  .admin-user-hero { align-items: flex-start; flex-wrap: wrap; }
  .admin-user-actions { width: 100%; margin-left: 0; }
  .campaign-admin-banner { align-items: flex-start; gap: 10px; }
  .report-card { grid-template-columns: 48px 1fr; }
  .report-actions { grid-column: 1 / 3; }
  .title-actions button:first-child { display: none; }
  .prompt-editor select,
  .prompt-editor textarea {
    min-width: 0;
  }
  .editor-meta {
    flex-wrap: wrap;
    gap: 4px 8px;
  }
  .variable-list {
    overflow-wrap: anywhere;
  }
  .variable-list button {
    margin-bottom: 4px;
  }
}

/* Advertising LPs and one-time fortune entry */
.lp-directory-page,
.ad-lp-page,
.fortune-entry-page {
  min-height: 100vh;
  background: #edebf0;
}
.lp-directory-main,
.ad-lp-page main,
.fortune-entry-main {
  width: min(100%, 480px);
  margin: 0 auto;
}
.lp-directory-main {
  padding: 34px 20px 68px;
}
.lp-directory-intro {
  padding: 28px 0 30px;
  color: #282435;
}
.lp-directory-intro h1 {
  margin: 8px 0 14px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.34;
}
.lp-directory-intro > p:last-child {
  margin: 0;
  color: #635d6b;
  font-size: 13px;
  line-height: 1.9;
}
.lp-directory-grid {
  display: grid;
  gap: 12px;
}
.lp-directory-card {
  display: grid;
  min-height: 170px;
  padding: 22px;
  align-content: start;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  background-color: #25213b;
  background-image: url("assets/hero-stars.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 14px 32px rgba(33, 29, 49, .16);
  text-decoration: none;
}
.lp-directory-card span,
.lp-directory-card small {
  color: rgba(255,255,255,.8);
  font-size: 11px;
  font-weight: 700;
}
.lp-directory-card span {
  letter-spacing: .12em;
}
.lp-directory-card strong {
  margin: 18px 0 9px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
.lp-directory-card b {
  margin-top: 14px;
  color: #f5dda1;
  font-size: 12px;
}
.lp-directory-card.z-male { border-color: #54bfb0; }
.lp-directory-card.z-female { border-color: #d38da9; }
.lp-directory-card.yx-male { background-color: #254b4e; }
.lp-directory-card.yx-female { background-color: #744d57; }
.lp-directory-card.senior-male { background-color: #2d5366; }
.lp-directory-card.senior-female { background-color: #765d58; }

.ad-lp-page {
  --lp-accent: #f5dda1;
  --lp-accent-ink: #332d20;
  --lp-deep: #252139;
  --lp-paper: #fffaf2;
  --lp-copy: #5d5764;
  color: #292536;
}
.ad-lp-page[data-audience="z-male"] { --lp-accent: #79f0d7; --lp-accent-ink: #173932; --lp-deep: #15383a; --lp-paper: #effdf9; }
.ad-lp-page[data-audience="z-female"] { --lp-accent: #f7b4cc; --lp-accent-ink: #4c2032; --lp-deep: #542338; --lp-paper: #fff2f7; }
.ad-lp-page[data-audience="yx-male"] { --lp-accent: #f1d08a; --lp-accent-ink: #423218; --lp-deep: #294d50; --lp-paper: #f5f6ed; }
.ad-lp-page[data-audience="yx-female"] { --lp-accent: #e7b3a8; --lp-accent-ink: #4f2925; --lp-deep: #684952; --lp-paper: #fff6f1; }
.ad-lp-page[data-audience="senior-male"] { --lp-accent: #f1d08a; --lp-accent-ink: #423218; --lp-deep: #31566b; --lp-paper: #f7f4eb; }
.ad-lp-page[data-audience="senior-female"] { --lp-accent: #f0c5b5; --lp-accent-ink: #512e27; --lp-deep: #715a54; --lp-paper: #fff7ed; }
.ad-lp-header,
.fortune-entry-header {
  display: flex;
  width: min(100%, 480px);
  min-height: 62px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  color: #302b3b;
  background: rgba(237,235,240,.96);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.ad-lp-header {
  position: sticky;
  z-index: 10;
  top: 0;
}
.ad-lp-header .brand,
.fortune-entry-header .brand {
  color: #302b3b;
  font-size: 17px;
  letter-spacing: 0;
  text-decoration: none;
}
.ad-lp-hero {
  position: relative;
  min-height: 660px;
  padding: 28px 24px 38px;
  overflow: hidden;
  color: #fff;
  background-color: var(--lp-deep);
  background-image: url("assets/hero-stars.png");
  background-position: center;
  background-size: cover;
}
.ad-lp-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(16, 14, 27, .56);
  pointer-events: none;
}
.ad-lp-hero > * {
  position: relative;
  z-index: 1;
}
.ad-lp-hero .eyebrow,
.ad-lp-section .eyebrow,
.ad-lp-final .eyebrow,
.fortune-entry-page .eyebrow {
  margin: 0;
  color: var(--lp-accent, #f5dda1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}
.ad-orbit {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 25px auto 25px;
  background: rgba(28, 23, 46, .44);
}
.ad-orbit > span {
  color: var(--lp-accent-ink);
  background: var(--lp-accent);
}
.ad-orbit::before,
.ad-orbit::after {
  border-color: rgba(255,255,255,.22);
}
.ad-lp-hero h1 {
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.35;
}
.ad-lp-lead {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  line-height: 1.88;
}
.ad-score-note {
  margin: -8px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 11px;
  line-height: 1.72;
}
.ad-score-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--lp-accent);
  font-size: 12px;
}
.ad-next-update,
.entry-next-update {
  margin: 11px 0 0;
  color: var(--lp-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.ad-primary-cta,
.entry-register-cta {
  display: flex;
  min-height: 56px;
  margin-top: 23px;
  padding: 12px 18px;
  align-items: center;
  justify-content: space-between;
  color: var(--lp-accent-ink);
  border-radius: 6px;
  background: var(--lp-accent);
  box-shadow: 0 8px 18px rgba(0,0,0,.2);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.ad-lp-hero > small,
.ad-lp-final > small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.8);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.ad-lp-section {
  padding: 38px 24px;
  color: #302b3b;
  background: #fff;
}
.ad-lp-section h2,
.ad-lp-final h2 {
  margin: 8px 0 15px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.43;
}
.ad-lp-section > p:not(.eyebrow) {
  margin: 0;
  color: var(--lp-copy);
  font-size: 13px;
  line-height: 1.92;
}
.ad-lp-intro { background: var(--lp-paper); }
.ad-lp-reading { background: #fff; }
.reading-feature {
  display: grid;
  margin-top: 14px;
  padding: 17px 0;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  border-top: 1px solid #e2dfe5;
}
.reading-feature span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--lp-accent-ink);
  border-radius: 50%;
  background: var(--lp-accent);
  font-size: 11px;
  font-weight: 800;
}
.reading-feature strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.55;
}
.reading-feature p {
  margin: 0;
  color: var(--lp-copy);
  font-size: 12px;
  line-height: 1.78;
}
.ad-lp-quote {
  padding: 42px 24px;
  color: #fff;
  background: var(--lp-deep);
}
.ad-lp-quote p {
  margin: 0 0 10px;
  color: var(--lp-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.ad-lp-quote strong {
  display: block;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.52;
}
.ad-lp-quote .match-stars {
  margin: 19px 0 8px;
  color: var(--lp-accent);
  font-size: 18px;
}
.ad-lp-quote small { color: rgba(255,255,255,.72); font-size: 11px; }
.ad-lp-methods { background: var(--lp-paper); }
.ad-lp-methods dl {
  margin: 18px 0 0;
}
.ad-lp-methods dl div {
  padding: 13px 0;
  border-top: 1px solid #ddd7d2;
}
.ad-lp-methods dt {
  margin-bottom: 5px;
  color: #413a4b;
  font-size: 13px;
  font-weight: 800;
}
.ad-lp-methods dd {
  margin: 0;
  color: var(--lp-copy);
  font-size: 12px;
  line-height: 1.7;
}
.ad-lp-disclaimer {
  margin-top: 16px !important;
  font-size: 11px !important;
}
.ad-lp-value { background: #fff; }
.ad-value-list { display: grid; gap: 10px; }
.ad-value-list div {
  display: grid;
  padding: 14px 0;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  border-top: 1px solid #e2dfe5;
}
.ad-value-list span {
  color: var(--lp-accent-ink);
  font-size: 11px;
  font-weight: 800;
}
.ad-value-list strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.58;
}
.ad-lp-price { background: #f5f1e8; }
.ad-campaign-banner {
  display: grid;
  margin: 0 0 17px;
  padding: 17px;
  gap: 3px;
  color: #fff;
  border-radius: 5px;
  background: #ae3345;
}
.ad-campaign-banner strong { font-size: 14px; }
.ad-campaign-banner span { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.ad-price-row {
  display: grid;
  padding: 15px 0;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  border-top: 1px solid #d8d0c5;
}
.ad-price-row span { font-size: 12px; font-weight: 700; }
.ad-price-row strong { color: #342d3f; font-size: 15px; }
.ad-price-row small { grid-column: 1 / -1; color: var(--lp-copy); font-size: 11px; }
.ad-text-link {
  display: inline-block;
  margin-top: 20px;
  color: #4e3f69;
  font-size: 12px;
  font-weight: 800;
}
.ad-lp-safety { background: #fff; }
.ad-lp-safety ul {
  display: grid;
  padding: 0;
  gap: 11px;
  list-style: none;
}
.ad-lp-safety li {
  padding-left: 20px;
  color: var(--lp-copy);
  font-size: 12px;
  line-height: 1.7;
  text-indent: -20px;
}
.ad-lp-safety li::before { content: "✓"; margin-right: 8px; color: var(--lp-accent-ink); font-weight: 900; }
.ad-lp-faq { padding-bottom: 48px; background: var(--lp-paper); }
.ad-lp-faq details { border-top: 1px solid #d8d1dc; }
.ad-lp-faq summary {
  padding: 16px 0;
  color: #332d3e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}
.ad-lp-faq details p {
  margin: 0 0 16px;
  color: var(--lp-copy);
  font-size: 12px;
  line-height: 1.8;
}
.ad-lp-final {
  padding: 47px 24px 92px;
  color: #fff;
  background: var(--lp-deep);
  text-align: center;
}
.ad-lp-final > p { margin: 0; color: var(--lp-accent); font-size: 12px; font-weight: 800; }
.ad-lp-final .ad-primary-cta { text-align: left; }
.ad-lp-sticky {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  width: min(100%, 480px);
  margin: 0 auto;
  padding: 10px 14px;
  background: rgba(26, 23, 38, .96);
}
.ad-lp-sticky a {
  display: flex;
  min-height: 46px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  color: var(--lp-accent-ink);
  border-radius: 5px;
  background: var(--lp-accent);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.fortune-entry-page {
  --lp-accent: #f5dda1;
  --lp-accent-ink: #332d20;
  --lp-deep: #252139;
}
.fortune-entry-page[data-gender="female"] { --lp-accent: #f7b4cc; --lp-accent-ink: #4c2032; --lp-deep: #542338; }
.fortune-entry-hero {
  position: relative;
  padding: 38px 24px 34px;
  overflow: hidden;
  color: #fff;
  background-color: var(--lp-deep);
  background-image: url("assets/hero-stars.png");
  background-position: center;
  background-size: cover;
}
.fortune-entry-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(16,14,27,.6);
}
.fortune-entry-hero > * { position: relative; z-index: 1; }
.entry-source {
  display: inline-block;
  margin: 15px 0 8px;
  padding: 6px 9px;
  color: var(--lp-accent-ink);
  border-radius: 999px;
  background: var(--lp-accent);
  font-size: 10px;
  font-weight: 800;
}
.fortune-entry-hero h1 {
  margin: 5px 0 13px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.4;
}
.fortune-entry-hero > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  line-height: 1.85;
}
.entry-methods {
  display: flex;
  margin-top: 22px;
  gap: 6px;
  flex-wrap: wrap;
}
.entry-methods span {
  padding: 5px 7px;
  color: var(--lp-accent-ink);
  border-radius: 999px;
  background: var(--lp-accent);
  font-size: 9px;
  font-weight: 800;
}
.fortune-entry-hero .entry-next-update {
  color: var(--lp-accent);
}
.fortune-entry-form,
.fortune-entry-result {
  padding: 34px 24px 44px;
  color: #302b3b;
  background: #fff;
}
.fortune-entry-form h2,
.fortune-entry-result h2 {
  margin: 8px 0 10px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
}
.fortune-entry-form > p:not(.eyebrow),
.fortune-entry-result > p {
  margin: 0;
  color: #625b69;
  font-size: 13px;
  line-height: 1.88;
}
.gate-phone-form,
.gate-code-form { margin-top: 23px; }
.gate-phone-form label:not(.gate-consent),
.gate-code-form label {
  display: grid;
  gap: 7px;
  color: #3c3544;
  font-size: 12px;
  font-weight: 800;
}
.gate-phone-form input:not([type="checkbox"]),
.gate-code-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: #292536;
  border: 1px solid #bdb6c3;
  border-radius: 5px;
  background: #fff;
  font: inherit;
  font-size: 16px;
}
.gate-code-form input { letter-spacing: .18em; text-align: center; }
.gate-consent {
  display: grid;
  margin-top: 16px;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #625b69;
  font-size: 11px;
  line-height: 1.65;
}
.gate-consent input { margin: 3px 0 0; }
.gate-consent a { color: #4e3f69; }
.gate-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  color: var(--lp-accent-ink);
  border: 0;
  border-radius: 5px;
  background: var(--lp-accent);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.gate-message { min-height: 22px; margin-top: 13px !important; color: #9a354a !important; font-size: 12px !important; font-weight: 700; }
.gate-note {
  margin: 16px 0 0;
  padding: 12px;
  color: #665c4a;
  border-left: 3px solid #c7ac6e;
  background: #fbf5e8;
  font-size: 11px;
  line-height: 1.75;
}
.fortune-entry-result { background: #fffaf2; }
.entry-result-score {
  display: grid;
  width: 146px;
  height: 146px;
  margin: 0 auto 25px;
  place-content: center;
  color: #fff;
  border: 1px solid var(--lp-accent);
  border-radius: 50%;
  background: var(--lp-deep);
  text-align: center;
}
.entry-result-score strong { font-family: var(--serif); font-size: 50px; font-weight: 500; line-height: 1; }
.entry-result-score span { margin-top: 6px; color: var(--lp-accent); font-size: 10px; font-weight: 800; }
.entry-score-note {
  margin: -4px 0 0 !important;
  padding: 15px;
  color: #625b69 !important;
  border-left: 3px solid var(--lp-accent);
  background: #fff;
  font-size: 12px !important;
  line-height: 1.8 !important;
}
.entry-score-note strong {
  display: block;
  margin-bottom: 4px;
  color: #3e3648;
  font-size: 12px;
}
.fortune-entry-result .entry-next-update {
  margin: 13px 0 0;
  color: #705c2f;
}
.entry-result-method {
  margin-top: 23px;
  padding: 17px;
  border-left: 3px solid var(--lp-accent);
  background: #fff;
}
.entry-result-method span { color: #705c2f; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.entry-result-method p { margin: 7px 0 0; color: #625b69; font-size: 12px; line-height: 1.82; }
.entry-lock {
  margin-top: 29px;
  padding: 22px 18px;
  color: #fff;
  background: var(--lp-deep);
}
.entry-lock span { color: var(--lp-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.entry-lock strong { display: block; margin: 9px 0; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.5; }
.entry-lock p { margin: 0; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.8; }
.entry-register-cta { margin-top: 17px; }
.entry-top-link { display: block; margin-top: 18px; color: #4e3f69; font-size: 12px; font-weight: 800; text-align: center; }
.fortune-entry-welcome {
  display: grid;
  margin: 20px 0;
  padding: 15px;
  gap: 4px;
  color: #332e3d;
  border-left: 3px solid var(--gold);
  background: #fff7e8;
}
.fortune-entry-welcome span { color: #866b2d; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.fortune-entry-welcome strong { font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.5; }
.fortune-entry-welcome small { color: #6b6570; font-size: 11px; line-height: 1.65; }

@media (min-width: 481px) {
  .ad-lp-page,
  .fortune-entry-page { background: #d8d5dd; }
  .ad-lp-header,
  .fortune-entry-header,
  .ad-lp-page main,
  .fortune-entry-main { box-shadow: 0 0 40px rgba(31,28,40,.1); }
}
@media (max-width: 420px) {
  .ad-lp-hero { min-height: 630px; padding-right: 20px; padding-left: 20px; }
  .ad-lp-section,
  .ad-lp-quote,
  .ad-lp-final,
  .fortune-entry-hero,
  .fortune-entry-form,
  .fortune-entry-result { padding-right: 20px; padding-left: 20px; }
  .ad-lp-hero h1 { font-size: 31px; }
  .ad-lp-section h2,
  .ad-lp-final h2 { font-size: 25px; }
}

/* Legal and policy pages */
.legal-page { min-height: 100vh; color: #2c2938; background: #f4f2ee; }
.legal-header { position: sticky; z-index: 20; top: 0; display: flex; min-height: 68px; padding: 12px clamp(18px, 5vw, 65px); align-items: center; justify-content: space-between; border-bottom: 1px solid #ded9df; background: rgba(250,249,247,.95); backdrop-filter: blur(14px); }
.legal-header .brand-mark { color: var(--purple); border-color: #cfc7d6; }
.legal-header > a:last-child { color: var(--purple); font-size: 10px; font-weight: 600; }
.legal-main { width: min(100% - 32px, 880px); margin: 0 auto; padding: 65px 0 90px; }
.legal-title { margin-bottom: 38px; text-align: center; }
.legal-title p { margin: 0; color: var(--purple-light); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.legal-title h1 { margin: 7px 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); font-weight: 500; }
.legal-title span { color: #8a8690; font-size: 9px; }
.legal-notice { margin: 0 0 28px; padding: 16px 18px; color: #5d5666; border: 1px solid #d9d1df; border-radius: 11px; background: #f0edf4; font-size: 10px; line-height: 1.8; }
.legal-notice.warning { color: #735825; border-color: #e3cf8f; background: #fff8df; }
.legal-toc { display: flex; margin-bottom: 30px; padding: 13px; justify-content: center; gap: 6px; flex-wrap: wrap; border-radius: 12px; background: #fff; }
.legal-toc a { padding: 6px 10px; color: var(--purple); border-radius: 999px; background: #f0edf4; font-size: 8px; }
.legal-main section { margin: 0 0 16px; padding: 25px 27px; border: 1px solid #e0dce2; border-radius: 14px; background: #fff; }
.legal-main section h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.legal-main section p, .legal-main section li { color: #66616c; font-size: 10px; line-height: 2; }
.legal-main section p { margin: 8px 0; }
.legal-main section ul, .legal-main section ol { margin: 8px 0; padding-left: 22px; }
.legal-main section a:not(.button) { color: var(--purple); text-decoration: underline; }
.legal-main section dl { margin: 0; }
.legal-main section dl div { padding: 10px 0; border-bottom: 1px solid #eee; }
.legal-main section dt { color: var(--purple); font-size: 9px; font-weight: 700; }
.legal-main section dd { margin: 3px 0 0; color: #66616c; font-size: 10px; }
.legal-contact { margin-top: 28px; padding: 17px; color: #77727c; border-top: 1px solid #d9d4da; border-bottom: 1px solid #d9d4da; font-size: 9px; text-align: center; }
.legal-footer { display: flex; padding: 30px 18px 70px; justify-content: center; gap: 20px; color: #77727d; border-top: 1px solid #ddd8de; background: #ece9e5; font-size: 9px; }
.commerce-table { overflow: hidden; border: 1px solid #dfdbe1; border-radius: 14px; background: #fff; }
.commerce-table dl { margin: 0; }
.commerce-table dl div { display: grid; padding: 15px 18px; grid-template-columns: 190px 1fr; gap: 18px; border-bottom: 1px solid #eee; }
.commerce-table dl div:last-child { border-bottom: 0; }
.commerce-table dt { color: #625776; font-size: 9px; font-weight: 700; }
.commerce-table dd { margin: 0; color: #66616c; font-size: 10px; line-height: 1.8; }
.campaign-legal-banner { margin-bottom: 28px; padding: 25px; color: #fff; border-radius: 16px; background: #a52a38; text-align: center; }
.campaign-legal-banner span { display: block; color: #ffe0a6; font-size: 8px; letter-spacing: .18em; }
.campaign-legal-banner strong { display: block; margin: 5px 0; font-family: var(--serif); font-size: 20px; }
.campaign-legal-banner p { margin: 0; color: rgba(255,255,255,.68); font-size: 9px; }
.legal-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.legal-price-grid article { padding: 18px; border: 1px solid #e2dce4; border-radius: 12px; background: #faf9fb; }
.legal-price-grid article > span { color: var(--purple-light); font-size: 9px; }
.legal-price-grid article > strong { display: block; color: var(--purple); font-family: var(--serif); font-size: 30px; }
.legal-price-grid article > strong small { font-size: 10px; }
.legal-price-grid article > p { margin: 5px 0 0; font-size: 8px; line-height: 1.7; }
.legal-actions { display: flex; margin-top: 28px; justify-content: center; gap: 10px; }
.legal-actions .button { min-width: 200px; text-align: center; }
.identity-lead { display: flex; margin-bottom: 28px; padding: 24px; align-items: center; gap: 20px; color: #fff; border-radius: 16px; background: linear-gradient(135deg, #1e2142, #694c6e); }
.identity-lead > span { display: grid; width: 75px; height: 75px; flex: 0 0 auto; place-items: center; color: var(--gold); border: 1px solid rgba(232,206,141,.5); border-radius: 50%; font-family: var(--serif); font-size: 27px; }
.identity-lead strong { font-family: var(--serif); font-size: 17px; }
.identity-lead p { margin: 4px 0 0; color: rgba(255,255,255,.65); font-size: 9px; }
.legal-steps { padding: 0 !important; list-style: none; }
.legal-steps li { display: grid; padding: 12px 0; grid-template-columns: 36px 1fr; align-items: start; gap: 10px; border-bottom: 1px solid #eee; }
.legal-steps li > span { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; border-radius: 50%; background: var(--purple); font-size: 9px; }
.legal-steps li strong { color: #373241; font-size: 11px; }
.legal-steps li p { margin: 0; font-size: 9px; }
.document-types { display: flex; gap: 7px; flex-wrap: wrap; }
.document-types span { padding: 7px 10px; color: var(--purple); border: 1px solid #ddd4e1; border-radius: 999px; background: #f7f3f8; font-size: 8px; }
.legal-small { color: #928d96 !important; font-size: 8px !important; }
.prohibited-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.prohibited-grid section { position: relative; margin: 0; min-height: 180px; }
.prohibited-grid section > span { position: absolute; top: 15px; right: 18px; color: #ddd5e1; font-family: var(--serif); font-size: 23px; }
.prohibited-grid section h2 { padding-right: 35px; }
.withdraw-warning { margin: 17px 0; padding: 15px; color: #704c4f; border: 1px solid #e5c6c9; border-radius: 10px; background: #fff1f1; }
.withdraw-warning strong { font-size: 10px; }
.withdraw-warning ul { margin-bottom: 0 !important; }
.legal-demo-button { display: inline-block; margin-top: 8px; font-size: 9px; }
.legal-demo-button.danger { color: #8e4c53; border-color: #d9b4b8; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { overflow: hidden; border: 1px solid #dfdbe2; border-radius: 12px; background: #fff; }
.faq-list summary { padding: 18px 20px; cursor: pointer; font-family: var(--serif); font-size: 12px; }
.faq-list details p { margin: 0; padding: 0 20px 18px; color: #68636e; font-size: 10px; line-height: 1.9; }
.fortune-footnote { margin: 14px 0 0; padding: 12px 14px; color: #77717d; border: 1px solid #ded8e3; border-radius: 10px; background: #f7f4f8; font-size: 9px; line-height: 1.8; }
.fortune-footnote a { color: var(--purple); text-decoration: underline; }
.match-invitation-card { display: grid; margin-bottom: 26px; padding: 24px 28px; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px; color: #fff; border: 1px solid rgba(232,206,141,.45); border-radius: 18px; background: linear-gradient(135deg, #252541, #6d4e70); box-shadow: 0 18px 38px rgba(39,31,55,.14); }
.invitation-status { display: grid; gap: 8px; }
.invitation-status span { width: fit-content; padding: 4px 8px; color: #2d2640; border-radius: 999px; background: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.invitation-status strong { font-family: var(--serif); font-size: 15px; line-height: 1.5; }
.invitation-copy .eyebrow { color: var(--gold); }
.invitation-copy h2 { margin: 2px 0 7px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.invitation-copy > p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.72); font-size: 9px; line-height: 1.8; }
.invitation-copy blockquote { margin: 10px 0 0; padding-left: 12px; color: #fff; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 11px; line-height: 1.7; }
.match-invitation-card .button { white-space: nowrap; }
.invitation-detail-panel { text-align: center; }
.invitation-orbit { display: grid; width: 76px; height: 76px; margin: 0 auto 12px; place-items: center; color: var(--gold); border: 1px solid rgba(232,206,141,.6); border-radius: 50%; background: #2b2948; font-family: var(--serif); font-size: 30px; }
.payment-intent-badge { display: grid; margin: 20px 0 14px; padding: 17px; gap: 3px; border: 1px solid #decf98; border-radius: 12px; background: #fff8dd; }
.payment-intent-badge span, .payment-intent-badge small { color: #83714c; font-size: 8px; }
.payment-intent-badge strong { color: #5f4921; font-family: var(--serif); font-size: 17px; }
.received-intro-message { margin: 14px 0 20px; padding: 18px; border: 1px solid #ddd5e2; border-radius: 12px; background: #f8f5fa; text-align: left; }
.received-intro-message span { color: var(--purple-light); font-size: 8px; font-weight: 700; }
.received-intro-message p { margin: 7px 0 0; color: #47414f; font-family: var(--serif); font-size: 13px; line-height: 1.9; }
.consent-message-form { margin: 18px 0; text-align: left; }
.email-preview-body { padding: 22px; border: 1px solid #e3dfe5; border-radius: 12px; background: #faf9fb; }
.email-preview-body .button { display: inline-block; margin: 8px 0 14px; }
.email-preview-body small { display: block; color: #8b8590; font-size: 8px; line-height: 1.7; }
.match-stars { color: var(--gold); font-family: Arial, sans-serif; font-size: 16px; letter-spacing: .08em; white-space: nowrap; }
.match-kicker .match-stars { margin-left: 5px; font-size: 15px; }
.mini-star-rating { min-width: 92px; color: var(--gold-deep); font-family: Arial, sans-serif; font-size: 16px; letter-spacing: .05em; text-align: center; }
.matched-summary-card { display: grid; margin-bottom: 26px; padding: 24px 28px; grid-template-columns: 1.2fr 1.5fr auto; align-items: center; gap: 22px; border: 1px solid #dfd6e4; border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(44,33,62,.08); }
.matched-summary-card h2 { margin: 2px 0 6px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.matched-summary-card p:not(.eyebrow) { margin: 0; color: #706a76; font-size: 9px; line-height: 1.8; }
.matched-info-list { display: grid; margin: 0; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.matched-info-list div { padding: 9px 0; border-bottom: 1px solid #eee8f0; }
.matched-info-list dt { color: var(--purple-light); font-size: 8px; font-weight: 700; }
.matched-info-list dd { margin: 3px 0 0; color: #3f394a; font-size: 11px; }
.safety-action-panel { gap: 10px; }
.safety-action-card { margin-top: 10px; padding: 12px 14px; border: 1px solid #e4d8df; border-radius: 12px; background: #fffafa; }
.safety-action-card summary { cursor: pointer; color: #6f3540; font-weight: 700; font-size: 10px; }
.safety-action-card label { display: block; margin-top: 10px; color: #5b5360; font-size: 9px; }
.safety-action-card select, .safety-action-card textarea { width: 100%; margin-top: 5px; padding: 10px; border: 1px solid #ddd4df; border-radius: 9px; background: #fff; color: #3e3748; font: inherit; }
.safety-action-card .danger { margin-top: 10px; padding: 9px 12px; color: #fff; border: 0; border-radius: 999px; background: #9a4a56; font-size: 9px; font-weight: 700; }
.cache-chip { display: inline-block; margin: 0 0 8px; padding: 4px 8px; color: #5a5067; border: 1px solid #d8d0df; border-radius: 999px; background: #f5f1f7; font-size: 8px; font-weight: 700; }
.yearly-card { padding: 24px; border: 1px solid #ded5e2; border-radius: 16px; background: linear-gradient(145deg, #fbf8fc, #eee7f2); }
.yearly-card h2 { margin: 4px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.yearly-card p:not(.eyebrow) { color: #6f6875; font-size: 9px; line-height: 1.8; }
.yearly-card a { color: var(--purple); font-size: 9px; font-weight: 700; }
.year-orbit { display: grid; width: 120px; height: 120px; margin: 0 auto 18px; place-items: center; color: var(--gold); border: 1px solid rgba(232,206,141,.6); border-radius: 50%; background: radial-gradient(circle, #393657, #22213d); box-shadow: 0 0 0 14px rgba(100,76,112,.08); }
.year-orbit span { font-family: var(--serif); font-size: 24px; }
.yearly-fortune-panel { text-align: center; }
.yearly-fortune-panel > p:not(.eyebrow):not(.flow-privacy) { color: #625c69; font-size: 11px; line-height: 2; text-align: left; }
.cache-status { display: grid; margin: 18px 0; padding: 15px; gap: 3px; border: 1px solid #cfded6; border-radius: 11px; background: #eef8f2; }
.cache-status span { color: #3f7c5c; font-size: 8px; font-weight: 700; }
.cache-status strong { color: #315b47; font-size: 11px; }
.cache-status small { color: #728a7d; font-size: 8px; }
.fortune-disclaimer-section .legal-notice { margin: 0; padding: 22px 24px; }
.fortune-disclaimer-section .legal-notice strong { display: block; margin-bottom: 6px; color: var(--purple); font-family: var(--serif); font-size: 17px; }
.fortune-disclaimer-section .legal-notice p { margin: 0 0 8px; }
.flow-form label > small { display: block; margin-top: 5px; color: #8d8793; font-size: 8px; line-height: 1.6; }

@media (max-width: 900px) {
  .match-invitation-card {
    padding: 21px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .match-invitation-card .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .legal-header { min-height: 58px; padding: 9px 15px; }
  .legal-header .brand { font-size: 14px; }
  .legal-main { width: min(100% - 24px, 880px); padding: 40px 0 70px; }
  .legal-title { margin-bottom: 25px; }
  .legal-main section { padding: 20px 18px; }
  .legal-main section h2 { font-size: 16px; }
  .legal-main section p, .legal-main section li { font-size: 10px; }
  .commerce-table dl div { grid-template-columns: 1fr; gap: 4px; padding: 14px; }
  .legal-price-grid { grid-template-columns: 1fr; }
  .legal-actions { flex-direction: column; }
  .legal-actions .button { width: 100%; }
  .identity-lead { align-items: flex-start; padding: 20px; }
  .identity-lead > span { width: 58px; height: 58px; }
  .prohibited-grid { grid-template-columns: 1fr; }
  .prohibited-grid section { min-height: 0; }
  .legal-footer { gap: 12px; flex-wrap: wrap; }
  .matched-summary-card { grid-template-columns: 1fr; padding: 21px; }
  .matched-info-list { grid-template-columns: 1fr; }
}

/* Generation ad LP mockups */
.generation-lp-page {
  min-height: 100vh;
  color: #252231;
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 117, 110, .14), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(68, 178, 143, .14), transparent 28%),
    #ecebf0;
}
.generation-lp-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  min-height: 72px;
  padding: 14px clamp(16px, 4vw, 48px);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(31, 28, 45, .1);
  background: rgba(249, 248, 251, .9);
  backdrop-filter: blur(16px);
}
.generation-lp-header .brand-mark {
  color: #5e4a86;
  border-color: #d3cadf;
}
.generation-lp-header > div {
  text-align: center;
}
.generation-lp-header span:not(.brand-mark) {
  display: block;
  color: #80798b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}
.generation-lp-header strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
}
.generation-back {
  justify-self: end;
  color: #5e4a86;
  font-size: 11px;
  font-weight: 700;
}
.generation-lp-main {
  width: min(100% - 28px, 1320px);
  margin: 0 auto;
  padding: 52px 0 90px;
}
.generation-overview {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.generation-overview h1 {
  margin: 4px 0 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.45;
}
.generation-overview > p:not(.eyebrow) {
  margin: 0 auto;
  color: #6e6877;
  font-size: 13px;
  line-height: 2;
}
.generation-switch {
  display: flex;
  margin-top: 22px;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.generation-switch a {
  padding: 8px 12px;
  color: #4d426d;
  border: 1px solid #d8d2df;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}
.generation-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 390px));
  align-items: start;
  justify-content: center;
  gap: 24px;
}
.phone-mock {
  width: min(100%, 390px);
  min-height: 880px;
  overflow: hidden;
  border: 10px solid #14131c;
  border-radius: 34px;
  box-shadow: 0 26px 68px rgba(26, 22, 42, .22);
}
.phone-status {
  display: flex;
  height: 34px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
}
.mock-hero,
.mock-band,
.mock-flow,
.yx-note,
.yx-trust,
.senior-message,
.senior-steps,
.senior-safe,
.mock-footer {
  padding: 24px;
}
.mock-brand-row {
  display: flex;
  margin-bottom: 28px;
  align-items: center;
  gap: 8px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
}
.mock-brand-row b {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1;
}
.mock-logo {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
}
.mock-kicker {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}
.mock-hero h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.34;
}
.mock-hero > p:not(.mock-kicker) {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}
.mock-cta {
  display: flex;
  min-height: 52px;
  margin-top: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}
.mock-flow {
  background: #fff;
}
.mock-flow h3,
.yx-trust h3,
.senior-steps h3,
.senior-safe h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}
.mock-flow ol {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}
.mock-flow li {
  display: grid;
  padding: 13px;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  border-radius: 8px;
}
.mock-flow li span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  grid-row: 1 / 3;
}
.mock-flow li strong,
.mock-flow li small {
  grid-column: 2;
}
.mock-flow strong,
.senior-steps strong {
  display: block;
  font-size: 13px;
}
.mock-flow small,
.senior-steps small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.6;
}
.mock-footer {
  display: grid;
  gap: 7px;
}
.mock-footer strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
}
.mock-footer small {
  font-size: 10px;
  line-height: 1.7;
}
.mock-footer a {
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
}

.gen-z {
  color: #f9fbff;
  background: #121018;
}
.gen-z .phone-status {
  color: rgba(255, 255, 255, .74);
  background: #121018;
}
.gen-z .mock-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(93, 235, 203, .18), transparent 28%),
    linear-gradient(165deg, #191425, #101018 68%);
}
.gen-z .mock-hero::after {
  position: absolute;
  right: -70px;
  bottom: 110px;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px solid rgba(255, 232, 145, .26);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 232, 145, .24), transparent 58%);
}
.gen-z .mock-brand-row,
.gen-z .mock-hero h2,
.gen-z .mock-hero > p,
.gen-z .mock-cta,
.gen-z .z-signal {
  position: relative;
  z-index: 1;
}
.gen-z .mock-logo {
  color: #121018;
  background: #79f0d7;
}
.gen-z .mock-brand-row b,
.gen-z .mock-cta {
  color: #121018;
  background: #79f0d7;
}
.gen-z .mock-kicker {
  color: #ff8079;
}
.gen-z .mock-hero > p:not(.mock-kicker),
.gen-z .mock-band p {
  color: rgba(249, 251, 255, .7);
}
.z-signal {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(121, 240, 215, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(14px);
}
.z-signal span,
.z-signal small {
  display: block;
  color: #79f0d7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.z-signal strong {
  display: block;
  margin: 8px 0;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
.z-band {
  background: #191625;
}
.z-chip-row {
  display: flex;
  margin-bottom: 14px;
  gap: 7px;
  flex-wrap: wrap;
}
.z-chip-row span {
  padding: 6px 9px;
  color: #121018;
  border-radius: 999px;
  background: #f0dc8c;
  font-size: 10px;
  font-weight: 800;
}
.gen-z .mock-flow {
  color: #201d2b;
}
.gen-z .mock-flow li {
  background: #f5f4f8;
}
.gen-z .mock-flow li span {
  color: #121018;
  background: #79f0d7;
}
.gen-z .mock-flow small,
.gen-z .mock-footer small {
  color: #7a7484;
}
.gen-z .mock-footer {
  color: #201d2b;
  background: #f0dc8c;
}

.gen-yx {
  color: #25333a;
  background: #fbf7ef;
}
.gen-yx .phone-status {
  color: #34444b;
  background: #fbf7ef;
}
.gen-yx .mock-hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0)),
    #e8eee4;
}
.gen-yx .mock-logo {
  color: #fff;
  background: #32595c;
}
.gen-yx .mock-brand-row b {
  color: #fff;
  background: #b46f62;
}
.gen-yx .mock-kicker {
  color: #b46f62;
}
.gen-yx .mock-hero > p:not(.mock-kicker),
.yx-note p,
.yx-trust p,
.gen-yx .mock-flow small,
.gen-yx .mock-footer small {
  color: #657176;
}
.gen-yx .mock-cta {
  color: #fff;
  background: #32595c;
}
.yx-note {
  background: #fffaf3;
}
.yx-note span {
  display: block;
  color: #b46f62;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.yx-note strong {
  display: block;
  margin-top: 5px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}
.yx-note p {
  margin: 8px 0 14px;
  font-size: 12px;
  line-height: 1.9;
}
.yx-note div {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e3d6c4;
  border-radius: 8px;
  background: #fff;
}
.yx-note b {
  color: #c4974d;
  letter-spacing: .07em;
}
.yx-note small {
  color: #80786b;
  font-size: 10px;
}
.yx-flow li {
  background: #f4f1eb;
}
.yx-flow li span {
  color: #fff;
  background: #32595c;
}
.yx-trust {
  background: #e8eee4;
}
.yx-trust a {
  display: inline-block;
  margin-top: 7px;
  color: #32595c;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
}
.gen-yx .mock-footer {
  background: #32595c;
  color: #fff;
}
.gen-yx .mock-footer small {
  color: rgba(255, 255, 255, .72);
}

.gen-senior {
  color: #202123;
  background: #fffdf8;
}
.gen-senior .phone-status {
  color: #3a3b40;
  background: #fffdf8;
}
.gen-senior .mock-hero {
  background:
    linear-gradient(160deg, rgba(126, 165, 188, .22), transparent 45%),
    #f6efe3;
}
.gen-senior .mock-logo {
  color: #fff;
  background: #40657b;
}
.gen-senior .mock-kicker {
  color: #7f5a2c;
  font-size: 12px;
}
.gen-senior .mock-hero h2 {
  font-size: 37px;
}
.gen-senior .mock-hero > p:not(.mock-kicker),
.senior-message p,
.senior-safe li,
.gen-senior .mock-footer small {
  color: #55585d;
  font-size: 14px;
}
.gen-senior .mock-cta {
  color: #fff;
  background: #40657b;
  font-size: 16px;
}
.senior-message {
  background: #fff8e8;
}
.senior-message span {
  color: #7f5a2c;
  font-size: 12px;
  font-weight: 800;
}
.senior-message strong {
  display: block;
  margin: 6px 0;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
}
.senior-message p {
  margin: 0;
  line-height: 1.85;
}
.senior-steps {
  background: #fff;
}
.senior-steps div {
  display: grid;
  margin-top: 10px;
  padding: 14px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #dfd7c7;
  border-radius: 8px;
}
.senior-steps div span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #40657b;
  font-weight: 800;
}
.senior-steps p {
  margin: 0;
}
.senior-steps small {
  color: #62676d;
  font-size: 12px;
}
.senior-safe {
  background: #edf3f5;
}
.senior-safe ul {
  display: grid;
  margin: 0 0 12px;
  padding-left: 20px;
  gap: 8px;
}
.senior-safe a {
  color: #31566b;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}
.gen-senior .mock-footer {
  background: #31566b;
  color: #fff;
}
.gen-senior .mock-footer small {
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 1100px) {
  .generation-board {
    grid-template-columns: minmax(300px, 390px);
  }
}

@media (max-width: 700px) {
  .generation-lp-header {
    min-height: 62px;
    padding: 10px 14px;
    grid-template-columns: 1fr auto;
  }
  .generation-lp-header .brand {
    font-size: 14px;
  }
  .generation-lp-header > div {
    display: none;
  }
  .generation-back {
    font-size: 10px;
  }
  .generation-lp-main {
    width: min(100% - 18px, 430px);
    padding: 32px 0 70px;
  }
  .generation-overview {
    text-align: left;
  }
  .generation-switch {
    justify-content: flex-start;
  }
  .phone-mock {
    border-width: 7px;
    border-radius: 28px;
  }
  .mock-hero,
  .mock-band,
  .mock-flow,
  .yx-note,
  .yx-trust,
  .senior-message,
  .senior-steps,
  .senior-safe,
  .mock-footer {
    padding: 22px;
  }
}

/* Fortune-first generation LP redesign */
.fortune-generation-page {
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,0) 260px),
    radial-gradient(circle at 12% 4%, rgba(232, 206, 141, .28), transparent 22%),
    radial-gradient(circle at 88% 2%, rgba(155, 97, 126, .16), transparent 24%),
    #eceaf0;
}
.fortune-overview {
  max-width: 820px;
}
.fortune-overview h1 {
  line-height: 1.35;
}
.fortune-generation-section {
  margin-top: 42px;
}
.direction-heading {
  max-width: 820px;
  margin: 0 auto 20px;
  text-align: center;
}
.direction-heading > span {
  display: block;
  color: #7a6c91;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}
.direction-heading h2 {
  margin: 4px 0 8px;
  font-family: var(--serif);
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 500;
}
.direction-heading p {
  margin: 0;
  color: #6c6574;
  font-size: 13px;
  line-height: 1.9;
}
.fortune-phone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 390px));
  justify-content: center;
  gap: 24px;
}
.fortune-phone {
  width: min(100%, 390px);
  overflow: hidden;
  color: #fff;
  border: 9px solid #12121a;
  border-radius: 34px;
  background: #151426;
  box-shadow: 0 28px 70px rgba(25, 22, 39, .24);
}
.fortune-generation-page .phone-status {
  height: 34px;
  color: rgba(255,255,255,.78);
  background: #12121a;
}
.fortune-phone-hero {
  position: relative;
  min-height: 520px;
  padding: 22px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(10, 11, 26, .16), rgba(10, 11, 26, .82)),
    url("assets/hero-stars.png");
  background-position: center;
  background-size: cover;
}
.fortune-phone-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 34%, rgba(232, 206, 141, .18), transparent 36%);
  pointer-events: none;
}
.fortune-generation-page .mock-brand-row,
.fortune-generation-page .method-orbit,
.fortune-generation-page .mock-kicker,
.fortune-generation-page .fortune-phone-hero h3,
.fortune-generation-page .fortune-phone-hero p,
.fortune-generation-page .mock-cta {
  position: relative;
  z-index: 1;
}
.fortune-generation-page .mock-brand-row {
  margin-bottom: 18px;
  color: #fff;
}
.fortune-generation-page .mock-logo {
  color: #221c32;
  background: var(--gold);
}
.fortune-generation-page .mock-brand-row b {
  color: #2b2340;
  background: rgba(245, 221, 161, .95);
}
.method-orbit {
  display: grid;
  width: 220px;
  height: 220px;
  margin: 0 auto 22px;
  place-items: center;
  border: 1px solid rgba(245, 221, 161, .72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 247, 213, .22), transparent 36%),
    rgba(20, 17, 38, .38);
  box-shadow:
    inset 0 0 0 18px rgba(255,255,255,.03),
    0 0 0 18px rgba(245, 221, 161, .05),
    0 22px 80px rgba(0,0,0,.2);
}
.method-orbit::before,
.method-orbit::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(245, 221, 161, .24);
  border-radius: 50%;
}
.method-orbit::before {
  width: 260px;
  height: 150px;
  transform: rotate(-18deg);
}
.method-orbit::after {
  width: 150px;
  height: 260px;
  transform: rotate(28deg);
}
.method-orbit strong {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 58px;
  line-height: 1;
}
.method-orbit small {
  position: relative;
  z-index: 1;
  margin-top: -66px;
  color: rgba(255,255,255,.74);
  font-size: 11px;
}
.method-orbit > span {
  position: absolute;
  z-index: 2;
  padding: 5px 8px;
  color: #2b2340;
  border-radius: 999px;
  background: rgba(245, 221, 161, .94);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.method-orbit > span:nth-child(1) { top: 17px; left: 78px; }
.method-orbit > span:nth-child(2) { top: 72px; right: -10px; }
.method-orbit > span:nth-child(3) { right: 24px; bottom: 20px; }
.method-orbit > span:nth-child(4) { bottom: 20px; left: 13px; }
.method-orbit > span:nth-child(5) { top: 76px; left: -12px; }
.method-orbit.large-reading {
  width: 230px;
  height: 230px;
}
.fortune-generation-page .mock-kicker {
  color: var(--gold);
  letter-spacing: .18em;
}
.fortune-phone-hero h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 500;
  line-height: 1.32;
}
.fortune-phone-hero > p:not(.mock-kicker) {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.86;
}
.fortune-generation-page .mock-cta {
  color: #2b2340;
  background: linear-gradient(135deg, var(--gold-bright), #d7b76f);
}
.fortune-snapshot,
.method-reading-card,
.senior-reading {
  padding: 23px;
  color: #282535;
  background: #fffaf1;
}
.fortune-snapshot span,
.senior-reading span {
  color: #7a5c24;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
.fortune-snapshot h4,
.method-reading-card h4,
.senior-reading h4 {
  margin: 6px 0 8px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}
.fortune-snapshot p,
.method-reading-card p,
.senior-reading p {
  margin: 0;
  color: #6b6470;
  font-size: 12px;
  line-height: 1.85;
}
.soulmate-preview {
  display: grid;
  padding: 20px 23px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: #211e33;
}
.soulmate-preview span {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.soulmate-preview strong {
  display: block;
  margin-top: 5px;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}
.soulmate-preview .match-stars {
  font-size: 14px;
}
.fortune-proof {
  display: flex;
  padding: 16px 20px;
  gap: 7px;
  flex-wrap: wrap;
  background: #151426;
}
.fortune-proof span {
  padding: 6px 9px;
  color: #2d2740;
  border-radius: 999px;
  background: var(--gold);
  font-size: 10px;
  font-weight: 800;
}
.fortune-generation-page .mock-footer {
  color: #2a2635;
  background: #f5dda1;
}
.fortune-generation-page .mock-footer small {
  color: #6f603c;
}
.method-reading-card {
  background: #fbf8ef;
}
.method-reading-card dl {
  display: grid;
  margin: 14px 0 0;
  gap: 8px;
}
.method-reading-card dl div {
  display: grid;
  padding: 10px 12px;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  border: 1px solid #e7ddca;
  border-radius: 8px;
  background: #fff;
}
.method-reading-card dt {
  color: #81613c;
  font-size: 10px;
  font-weight: 800;
}
.method-reading-card dd {
  margin: 0;
  color: #3f3948;
  font-size: 12px;
}
.fortune-proof.calm {
  background: #e8eee4;
}
.fortune-proof.calm span {
  color: #fff;
  background: #32595c;
}
.senior-reading {
  background: #fff8e8;
}
.senior-order {
  display: grid;
  padding: 20px 22px;
  gap: 10px;
  color: #24252a;
  background: #fff;
}
.senior-order div {
  display: grid;
  padding: 13px;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #e3dbc9;
  border-radius: 8px;
}
.senior-order span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #40657b;
  font-weight: 800;
}
.senior-order strong {
  font-size: 14px;
}

.z-male .fortune-phone-hero,
.z-female .fortune-phone-hero {
  background-image:
    linear-gradient(180deg, rgba(14, 13, 27, .12), rgba(14, 13, 27, .86)),
    url("assets/hero-stars.png");
}
.z-male .mock-logo,
.z-male .mock-cta,
.z-male .method-orbit > span { background: #79f0d7; }
.z-male .mock-brand-row b { background: #79f0d7; }
.z-male .fortune-snapshot { background: #eefefb; }
.z-male .fortune-proof span { background: #79f0d7; }
.z-female .mock-logo,
.z-female .mock-cta,
.z-female .method-orbit > span { background: #f7b4cc; }
.z-female .mock-brand-row b { background: #f7b4cc; }
.z-female .fortune-snapshot { background: #fff0f6; }
.z-female .fortune-proof span { background: #f7b4cc; }

.yx-male .fortune-phone-hero,
.yx-female .fortune-phone-hero {
  background-image:
    linear-gradient(180deg, rgba(31, 54, 55, .05), rgba(31, 54, 55, .8)),
    url("assets/hero-stars.png");
}
.yx-male,
.yx-female {
  background: #32595c;
}
.yx-male .mock-logo,
.yx-male .mock-cta,
.yx-male .method-orbit > span,
.yx-male .mock-brand-row b {
  background: #f1d08a;
}
.yx-female .mock-logo,
.yx-female .mock-cta,
.yx-female .method-orbit > span,
.yx-female .mock-brand-row b {
  background: #e7b3a8;
}
.yx-male .soulmate-preview,
.yx-female .soulmate-preview {
  background: #2d4f52;
}
.yx-male .mock-footer,
.yx-female .mock-footer {
  color: #fff;
  background: #32595c;
}
.yx-male .mock-footer small,
.yx-female .mock-footer small {
  color: rgba(255,255,255,.72);
}

.senior-male,
.senior-female {
  background: #31566b;
}
.senior-male .fortune-phone-hero,
.senior-female .fortune-phone-hero {
  background-image:
    linear-gradient(180deg, rgba(25, 44, 55, .04), rgba(25, 44, 55, .77)),
    url("assets/hero-stars.png");
}
.senior-male .mock-logo,
.senior-male .mock-cta,
.senior-male .method-orbit > span,
.senior-male .mock-brand-row b {
  background: #f1d08a;
}
.senior-female .mock-logo,
.senior-female .mock-cta,
.senior-female .method-orbit > span,
.senior-female .mock-brand-row b {
  background: #f0c5b5;
}
.senior-male .fortune-phone-hero h3,
.senior-female .fortune-phone-hero h3 {
  font-size: 34px;
}
.senior-male .fortune-phone-hero > p:not(.mock-kicker),
.senior-female .fortune-phone-hero > p:not(.mock-kicker) {
  font-size: 14px;
}
.senior-male .mock-cta,
.senior-female .mock-cta {
  font-size: 16px;
}
.senior-male .soulmate-preview,
.senior-female .soulmate-preview {
  background: #264a5d;
}
.senior-male .mock-footer,
.senior-female .mock-footer {
  color: #fff;
  background: #31566b;
}
.senior-male .mock-footer small,
.senior-female .mock-footer small {
  color: rgba(255,255,255,.78);
}

@media (max-width: 900px) {
  .fortune-phone-grid {
    grid-template-columns: minmax(300px, 390px);
  }
}

@media (max-width: 700px) {
  .direction-heading {
    text-align: left;
  }
  .fortune-generation-section {
    margin-top: 36px;
  }
  .fortune-phone {
    border-width: 7px;
    border-radius: 28px;
  }
  .fortune-phone-hero {
    min-height: 500px;
    padding: 21px;
  }
  .method-orbit {
    width: 214px;
    height: 214px;
  }
  .method-orbit::before {
    width: 250px;
    height: 144px;
  }
  .method-orbit::after {
    width: 144px;
    height: 250px;
  }
  .method-orbit > span {
    font-size: 8px;
  }
  .fortune-phone-hero h3 {
    font-size: 31px;
  }
  .method-reading-card dl div {
    grid-template-columns: 68px 1fr;
  }
}
