:root {
  color-scheme: dark;
  --bg: #07151f;
  --bg-deep: #041018;
  --panel: #0b202c;
  --panel-2: #102a38;
  --panel-soft: rgba(15, 41, 54, .72);
  --cream: #f4efe5;
  --ink: #07151f;
  --text: #eef5f3;
  --muted: #92a9b3;
  --muted-2: #6f8792;
  --line: rgba(160, 193, 206, .15);
  --teal: #3cc8a4;
  --teal-dark: #0b5f53;
  --amber: #f2b84b;
  --coral: #ef775f;
  --violet: #9a7df0;
  --blue: #5598ec;
  --pink: #e06f9b;
  --cyan: #63b9c8;
  --green: #84bd5a;
  --danger: #ef7d72;
  --success: #55d2a9;
  --shadow: 0 30px 90px rgba(0, 0, 0, .34);
  --shadow-soft: 0 18px 55px rgba(0, 0, 0, .24);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -15%, rgba(55, 137, 148, .16), transparent 43%),
    linear-gradient(180deg, #07151f 0%, #06131c 60%, #040f16 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img, svg { display: block; }
button:disabled { cursor: not-allowed; opacity: .55; }
.hidden { display: none !important; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.honeypot { position: absolute; left: -9999px; }
.shell { width: min(var(--shell), calc(100% - 44px)); margin-inline: auto; }
.view { min-height: 60vh; }

.ambient { position: fixed; z-index: -1; border-radius: 50%; filter: blur(95px); pointer-events: none; opacity: .52; }
.ambient-one { width: 420px; height: 420px; top: 100px; left: -240px; background: rgba(60, 200, 164, .14); }
.ambient-two { width: 520px; height: 520px; top: 360px; right: -330px; background: rgba(154, 125, 240, .13); }
.ambient-three { width: 360px; height: 360px; bottom: 10%; left: 35%; background: rgba(242, 184, 75, .08); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(157, 188, 201, .1);
  background: rgba(5, 17, 25, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-inner { width: min(var(--shell), calc(100% - 44px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-words { display: grid; gap: 1px; }
.brand-words strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; letter-spacing: -.03em; }
.brand-words small { color: #7f97a1; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark { width: 44px; height: 44px; display: grid; grid-template-columns: repeat(3, 9px); grid-auto-rows: 9px; place-content: center; gap: 3px; border: 1px solid rgba(129, 179, 187, .24); border-radius: 14px; background: rgba(13, 39, 51, .86); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.brand-mark.small { width: 38px; height: 38px; grid-template-columns: repeat(3, 7px); grid-auto-rows: 7px; border-radius: 12px; }
.mini-marble { width: 100%; height: 100%; border-radius: 50%; box-shadow: inset 2px 2px 4px rgba(255,255,255,.45), inset -2px -2px 4px rgba(0,0,0,.26), 0 2px 6px rgba(0,0,0,.22); }
.mini-marble.m1 { background: var(--amber); }
.mini-marble.m2 { background: var(--coral); }
.mini-marble.m3 { background: var(--violet); }
.mini-marble.m4 { background: var(--teal); }
.mini-marble.m5 { background: var(--blue); }
.mini-marble.m6 { background: var(--pink); }
.mini-marble.m7 { background: var(--cyan); }
.mini-marble.m8 { background: var(--green); }

.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav a, .nav-link { color: #a4b5bd; border: 0; background: transparent; text-decoration: none; font-size: 13px; font-weight: 700; cursor: pointer; transition: color .18s ease; }
.desktop-nav a:hover, .nav-link:hover { color: var(--text); }
.header-cta { padding: 11px 17px; color: #062019; border: 0; border-radius: 11px; background: var(--teal); font-size: 13px; font-weight: 900; cursor: pointer; box-shadow: 0 10px 28px rgba(60, 200, 164, .18); transition: transform .18s ease, filter .18s ease; }
.header-cta:hover { transform: translateY(-1px); filter: brightness(1.04); }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px 9px; border: 1px solid var(--line); border-radius: 11px; background: rgba(14, 39, 51, .7); cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 3px; background: #d8e6e6; }
.mobile-nav { width: min(var(--shell), calc(100% - 36px)); margin: 0 auto; padding: 0 0 16px; display: none; gap: 3px; }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav a, .mobile-nav button { width: 100%; padding: 12px 10px; color: #b2c2c8; border: 0; border-radius: 9px; background: transparent; text-align: left; text-decoration: none; font-size: 14px; font-weight: 700; cursor: pointer; }
.mobile-nav .mobile-cta { color: #062019; background: var(--teal); text-align: center; }

.hero { min-height: 710px; padding: 96px 0 76px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #98adb6; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 7px rgba(60,200,164,.1); animation: pulse 2.8s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 7px rgba(60,200,164,.08); } 50% { box-shadow: 0 0 0 13px rgba(60,200,164,0); } }
.hero h1 { max-width: 670px; margin: 18px 0 22px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(55px, 6.5vw, 88px); line-height: .97; letter-spacing: -.065em; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 670px; margin: 0; color: #a0b3bb; font-size: 18px; line-height: 1.68; }
.hero-actions { margin: 31px 0 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.primary-button, .secondary-button { min-height: 47px; padding: 12px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 12px; font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .18s ease, border-color .18s ease, filter .18s ease, background .18s ease; }
.primary-button { color: #062019; border: 1px solid transparent; background: var(--teal); box-shadow: 0 12px 32px rgba(60,200,164,.16); }
.primary-button svg { width: 18px; height: 18px; }
.primary-button:hover { transform: translateY(-1px); filter: brightness(1.04); }
.secondary-button { color: #d6e2e3; border: 1px solid rgba(160, 193, 206, .2); background: rgba(13, 38, 50, .72); }
.secondary-button:hover { transform: translateY(-1px); border-color: rgba(160,193,206,.36); background: rgba(18, 47, 60, .88); }
.wide { width: 100%; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px 23px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; color: #8fa5ae; font-size: 12px; font-weight: 700; }
.hero-facts svg { width: 16px; height: 16px; color: var(--teal); }
.micro-offer { margin: 19px 0 0; color: #6f8792; font-size: 12px; }
.micro-offer strong { color: #bfcfd1; }

.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(149, 184, 194, .13); border-radius: 50%; transform: rotate(-12deg); }
.orbit-one { width: 510px; height: 330px; }
.orbit-two { width: 410px; height: 500px; transform: rotate(23deg); }
.floating-marble { position: absolute; z-index: 2; border-radius: 50%; box-shadow: inset 9px 8px 16px rgba(255,255,255,.38), inset -11px -12px 18px rgba(0,0,0,.28), 0 22px 50px rgba(0,0,0,.28); }
.floating-marble::after { content: ""; position: absolute; width: 23%; height: 16%; top: 18%; left: 25%; border-radius: 50%; background: rgba(255,255,255,.72); filter: blur(2px); transform: rotate(-22deg); }
.fm-one { width: 63px; height: 63px; top: 35px; right: 24px; background: radial-gradient(circle at 38% 35%, #ffd89a, #ef775f 58%, #863c4e); animation: floatA 6s ease-in-out infinite; }
.fm-two { width: 40px; height: 40px; bottom: 58px; left: 10px; background: radial-gradient(circle at 38% 35%, #b7f6e7, #3cc8a4 58%, #0a6358); animation: floatB 7s ease-in-out infinite; }
.fm-three { width: 28px; height: 28px; top: 100px; left: 34px; background: radial-gradient(circle at 38% 35%, #d8cbff, #9a7df0 58%, #493385); animation: floatA 8s ease-in-out infinite reverse; }
@keyframes floatA { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(7deg); } }
@keyframes floatB { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(10px) translateX(7px); } }
.preview-card { position: relative; width: min(445px, 100%); padding: 25px; border: 1px solid rgba(160, 193, 206, .18); border-radius: 30px; background: linear-gradient(155deg, rgba(16, 43, 56, .96), rgba(7, 24, 34, .96)); box-shadow: var(--shadow); transform: rotate(1.6deg); overflow: hidden; }
.preview-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 0%, rgba(60,200,164,.14), transparent 38%), linear-gradient(120deg, rgba(255,255,255,.035), transparent 30%); pointer-events: none; }
.preview-top, .preview-progress, .preview-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.preview-top > div:first-child { display: grid; gap: 4px; }
.preview-top span { color: #6f8994; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.preview-top strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; }
.preview-streak { display: grid; grid-template-columns: auto auto; align-items: center; gap: 1px 6px; padding: 9px 13px; border: 1px solid rgba(242,184,75,.18); border-radius: 13px; background: rgba(242,184,75,.06); font-size: 13px; }
.preview-streak strong { font-size: 16px; }
.preview-streak span { grid-column: 2; color: #8fa2aa; font-size: 8px; }
.preview-progress { margin: 24px 0 18px; padding: 18px 19px; border: 1px solid rgba(160,193,206,.11); border-radius: 18px; background: rgba(2, 13, 20, .35); }
.preview-progress > div:first-child { display: grid; }
.preview-progress strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 34px; letter-spacing: -.05em; }
.preview-progress span { color: #8298a2; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mini-ring { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--teal) 0 37.5%, rgba(138,171,184,.14) 37.5% 100%); }
.mini-ring::before { content: ""; width: 46px; height: 46px; border-radius: 50%; background: #0b202c; }
.mini-ring span { position: absolute; color: #dce9e7; font-size: 14px; }
.preview-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.preview-item { min-height: 58px; padding: 10px 11px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(150, 185, 197, .11); border-radius: 13px; background: rgba(7, 23, 32, .66); }
.preview-item.done { border-color: color-mix(in srgb, var(--item-color) 35%, transparent); background: color-mix(in srgb, var(--item-color) 8%, rgba(7,23,32,.76)); }
.preview-dot { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #07151f; background: var(--item-color); font-size: 9px; font-weight: 900; box-shadow: inset 3px 3px 6px rgba(255,255,255,.38), inset -3px -3px 6px rgba(0,0,0,.24); }
.preview-item div { min-width: 0; display: grid; gap: 2px; }
.preview-item strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.preview-item small { color: #6f8792; font-size: 8px; text-transform: uppercase; }
.preview-footer { margin-top: 17px; color: #728993; font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.preview-footer strong { color: #c6d5d5; }

.proof-strip { border-block: 1px solid rgba(151,183,195,.1); background: rgba(5, 19, 28, .68); }
.proof-inner { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #8da2ab; font-size: 13px; }
.proof-inner strong { color: #c8d7d8; }
.proof-inner span { color: var(--teal); font-weight: 800; }
.proof-inner button { margin-left: 6px; padding: 0; color: #dfeceb; border: 0; background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; }

.mix-section { padding: 118px 0 110px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading > span, .anti-copy > span, .founding-copy > span, .progress-top > div > span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .anti-copy h2, .founding-copy h2, .progress-top h1 { margin: 12px 0 15px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(38px, 5vw, 60px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading p, .anti-copy > p, .founding-copy > p, .progress-top p { margin: 0; color: var(--muted); line-height: 1.7; }
.landing-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.landing-category-card { position: relative; min-height: 235px; padding: 23px; border: 1px solid rgba(157, 188, 201, .13); border-radius: 20px; background: linear-gradient(145deg, rgba(14, 40, 52, .85), rgba(7, 24, 33, .84)); overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.landing-category-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--category-color) 34%, transparent); }
.landing-category-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -56px; bottom: -58px; border-radius: 50%; background: var(--category-color); opacity: .07; filter: blur(2px); }
.landing-category-card .large-marble, .dashboard-card .card-marble { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #06151e; background: var(--category-color); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; font-weight: 900; box-shadow: inset 7px 6px 10px rgba(255,255,255,.4), inset -7px -8px 12px rgba(0,0,0,.27), 0 13px 24px rgba(0,0,0,.2); }
.landing-category-card h3 { margin: 23px 0 8px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 19px; letter-spacing: -.03em; }
.landing-category-card p { margin: 0; color: #849aa4; font-size: 13px; line-height: 1.6; }
.landing-category-card small { position: absolute; left: 23px; bottom: 20px; color: color-mix(in srgb, var(--category-color) 78%, white); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.anti-feed { padding: 86px 72px; display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 72px; border: 1px solid rgba(157,188,201,.14); border-radius: var(--radius-xl); background: radial-gradient(circle at 100% 0, rgba(60,200,164,.1), transparent 44%), linear-gradient(145deg, rgba(13, 38, 50, .96), rgba(6, 22, 31, .96)); box-shadow: var(--shadow-soft); }
.anti-copy h2 { font-size: clamp(38px, 5vw, 58px); }
.anti-copy h2 em { color: var(--teal); font-style: normal; }
.steps-list { margin-top: 34px; display: grid; gap: 21px; }
.steps-list article { display: grid; grid-template-columns: 39px 1fr; gap: 16px; }
.steps-list article > strong { width: 39px; height: 39px; display: grid; place-items: center; color: var(--teal); border: 1px solid rgba(60,200,164,.25); border-radius: 12px; background: rgba(60,200,164,.06); font-size: 10px; }
.steps-list h3 { margin: 0 0 4px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; }
.steps-list p { margin: 0; color: #7f959f; font-size: 13px; line-height: 1.55; }
.finish-card { padding: 37px 32px; border: 1px solid rgba(242,184,75,.22); border-radius: 24px; background: linear-gradient(160deg, rgba(242,184,75,.08), rgba(13,31,42,.72)); text-align: center; box-shadow: 0 24px 50px rgba(0,0,0,.2); }
.finish-check { width: 68px; height: 68px; margin: 0 auto 21px; display: grid; place-items: center; color: #06151e; border-radius: 50%; background: var(--amber); font-size: 30px; font-weight: 900; box-shadow: inset 8px 8px 15px rgba(255,255,255,.42), inset -8px -8px 15px rgba(0,0,0,.2), 0 16px 35px rgba(242,184,75,.13); }
.finish-card small { color: var(--amber); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.finish-card h3 { margin: 12px 0 9px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 26px; letter-spacing: -.04em; }
.finish-card p { margin: 0 0 22px; color: #859aa4; font-size: 14px; line-height: 1.55; }
.finish-card > strong { color: #dce7e6; font-size: 13px; }

.founding-section { padding: 106px 0; }
.founding-card { padding: 62px; display: grid; grid-template-columns: 1.15fr .65fr; align-items: center; gap: 72px; border: 1px solid rgba(242,184,75,.25); border-radius: var(--radius-xl); background: radial-gradient(circle at 0 100%, rgba(60,200,164,.1), transparent 42%), radial-gradient(circle at 100% 0, rgba(242,184,75,.15), transparent 38%), #0b1f2a; box-shadow: var(--shadow); }
.founding-copy > span { color: var(--amber); }
.founding-copy h2 { max-width: 690px; }
.founding-copy ul, .checkout-list { margin: 26px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.founding-copy li, .checkout-list li { position: relative; padding-left: 25px; color: #a2b4ba; font-size: 13px; }
.founding-copy li::before, .checkout-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.price-panel { padding: 29px; border: 1px solid rgba(158,191,203,.17); border-radius: 23px; background: rgba(5, 18, 26, .74); text-align: center; }
.price-panel > span { color: #9cb0b7; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price { margin: 20px 0 3px; display: flex; align-items: flex-end; justify-content: center; gap: 10px; }
.price strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 73px; line-height: .8; letter-spacing: -.08em; }
.price small { padding-bottom: 5px; color: #7b929b; font-size: 11px; }
.price-panel > p { margin: 13px 0 23px; color: var(--teal); font-size: 12px; font-weight: 800; }
.price-panel > small { display: block; margin-top: 12px; color: #697f88; font-size: 10px; }

.faq-section { padding: 20px 0 115px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
details { border: 1px solid rgba(157,188,201,.13); border-radius: 15px; background: rgba(8, 26, 36, .76); }
summary { position: relative; padding: 18px 47px 18px 19px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 18px; top: 15px; color: var(--teal); font-size: 21px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -3px 19px 19px; color: #8197a1; font-size: 13px; line-height: 1.65; }

.dashboard-view { padding: 64px 0 104px; }
.dashboard-header { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.back-home-link { margin: 0 0 18px; padding: 0; color: #78909a; border: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.back-home-link:hover { color: var(--teal); }
.dashboard-date { display: block; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.dashboard-header h1 { margin: 9px 0 8px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(48px, 7vw, 76px); line-height: .98; letter-spacing: -.065em; }
.dashboard-header p { max-width: 610px; margin: 0; color: #8197a1; line-height: 1.55; }
.dashboard-stats { display: flex; align-items: center; gap: 18px; }
.progress-ring { --progress: 0deg; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--teal) 0 var(--progress), rgba(139,174,187,.12) var(--progress) 360deg); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.progress-ring::before { content: ""; width: 74px; height: 74px; border-radius: 50%; background: #0a1d28; box-shadow: inset 0 0 0 1px rgba(147,182,194,.13); }
.progress-ring > span { position: absolute; display: grid; text-align: center; }
.progress-ring strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 24px; line-height: 1; }
.progress-ring small { color: #708791; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.stat-stack { display: grid; }
.stat-stack strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 27px; line-height: 1; }
.stat-stack > span { color: #9bb0b8; font-size: 11px; }
.stat-stack small { margin-top: 9px; color: var(--amber); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sponsor-banner { margin-top: 34px; padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid rgba(160,193,206,.12); border-radius: 13px; background: rgba(10,30,41,.58); }
.sponsor-banner > span { color: #69808a; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.sponsor-banner a { display: inline-flex; align-items: baseline; gap: 8px; text-decoration: none; }
.sponsor-banner strong { color: #d8e5e4; font-size: 12px; }
.sponsor-banner small { color: #7c929b; font-size: 10px; }
.mode-bar { margin: 41px 0 24px; padding: 16px 17px 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(155,188,200,.12); border-radius: 17px; background: rgba(8, 27, 37, .74); }
.mode-copy { display: grid; }
.mode-copy strong { font-size: 13px; }
.mode-copy span { color: #6f8791; font-size: 10px; }
.mode-buttons { display: flex; gap: 7px; }
.mode-button { min-height: 40px; padding: 8px 13px; display: inline-flex; align-items: center; gap: 7px; color: #8fa4ad; border: 1px solid transparent; border-radius: 10px; background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }
.mode-button > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(136,168,180,.1); font-size: 9px; }
.mode-button small { padding: 2px 4px; color: var(--amber); border: 1px solid rgba(242,184,75,.2); border-radius: 4px; font-size: 6px; letter-spacing: .07em; }
.mode-button.active { color: #dce7e6; border-color: rgba(60,200,164,.25); background: rgba(60,200,164,.08); }
.mode-button.active > span { color: #06151e; background: var(--teal); }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dashboard-card { position: relative; min-height: 225px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(157,188,201,.13); border-radius: 19px; background: linear-gradient(145deg, rgba(14,40,52,.9), rgba(7,24,33,.92)); text-align: left; cursor: pointer; overflow: hidden; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.dashboard-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--category-color) 36%, transparent); }
.dashboard-card.locked { cursor: pointer; }
.dashboard-card.locked::after { content: "PASS"; position: absolute; top: 18px; right: 17px; padding: 4px 6px; color: var(--amber); border: 1px solid rgba(242,184,75,.2); border-radius: 5px; background: rgba(242,184,75,.06); font-size: 7px; font-weight: 900; letter-spacing: .09em; }
.dashboard-card.done { border-color: color-mix(in srgb, var(--category-color) 35%, transparent); background: linear-gradient(145deg, color-mix(in srgb, var(--category-color) 8%, #0e2834), rgba(7,24,33,.92)); }
.dashboard-card.done::after { content: "✓"; position: absolute; top: 18px; right: 18px; width: 26px; height: 26px; display: grid; place-items: center; color: #06151e; border-radius: 50%; background: var(--category-color); font-size: 12px; font-weight: 900; }
.dashboard-card .card-marble { width: 46px; height: 46px; }
.dashboard-card .card-type { margin-top: 25px; color: color-mix(in srgb, var(--category-color) 82%, white); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dashboard-card h3 { margin: 7px 0 7px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.dashboard-card p { margin: 0; color: #7d939d; font-size: 12px; line-height: 1.5; }
.dashboard-card .card-state { margin-top: auto; padding-top: 18px; color: #6e8690; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dashboard-card.done .card-state { color: var(--success); }
.dashboard-bottom { margin-top: 25px; display: flex; align-items: center; justify-content: center; gap: 19px; }
.text-action { padding: 10px; color: #8298a2; border: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.text-action:hover { color: var(--teal); }

.card-view { padding: 42px 0 95px; }
.card-shell { max-width: 900px; }
.card-toolbar { min-height: 42px; margin-bottom: 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.back-button, .quiet-button { padding: 7px 0; color: #78909a; border: 0; background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }
.quiet-button { justify-self: end; }
.back-button:hover, .quiet-button:hover { color: var(--teal); }
.queue-progress { display: grid; gap: 6px; text-align: center; }
.queue-progress span { color: #7f959e; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.queue-progress > div { width: 190px; height: 4px; overflow: hidden; border-radius: 999px; background: rgba(141,174,186,.12); }
.queue-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--teal); transition: width .35s ease; }
.activity-card { border: 1px solid rgba(157,188,201,.15); border-radius: 27px; background: linear-gradient(155deg, rgba(14, 40, 52, .97), rgba(6, 22, 31, .98)); box-shadow: var(--shadow); overflow: hidden; }
.activity-header { min-height: 88px; padding: 19px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(150,184,196,.1); background: rgba(5, 18, 26, .23); }
.activity-marble { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; background: var(--activity-color, var(--teal)); box-shadow: inset 7px 6px 10px rgba(255,255,255,.4), inset -7px -8px 12px rgba(0,0,0,.27), 0 11px 24px rgba(0,0,0,.2); }
.activity-marble i { width: 12px; height: 7px; align-self: start; margin-top: 9px; border-radius: 50%; background: rgba(255,255,255,.65); filter: blur(1px); }
.activity-header > div { display: grid; gap: 3px; }
.activity-header > div > span { color: color-mix(in srgb, var(--activity-color, var(--teal)) 78%, white); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.activity-header small { color: #667e88; font-size: 9px; }
.activity-status { padding: 5px 8px; color: #8097a0; border: 1px solid rgba(148,181,193,.13); border-radius: 7px; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.activity-body { min-height: 450px; padding: 52px 68px 45px; }
.card-kicker { margin: 0 0 13px; color: var(--activity-color, var(--teal)); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.activity-body h2 { max-width: 720px; margin: 0 0 11px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(31px, 5vw, 47px); line-height: 1.12; letter-spacing: -.05em; }
.card-pronunciation { margin: 0 0 11px; color: #a2b4ba; font-size: 13px; font-style: italic; }
.card-context { max-width: 680px; margin: 0 0 24px; color: #8ba0a9; line-height: 1.65; }
.choice-list { margin-top: 29px; display: grid; gap: 10px; }
.choice-button { width: 100%; min-height: 57px; padding: 13px 16px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; color: #c4d1d2; border: 1px solid rgba(153,185,197,.14); border-radius: 13px; background: rgba(5, 19, 27, .58); text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.choice-button:hover:not(:disabled) { transform: translateX(2px); border-color: color-mix(in srgb, var(--activity-color, var(--teal)) 38%, transparent); background: rgba(11, 34, 45, .84); }
.choice-letter { width: 30px; height: 30px; display: grid; place-items: center; color: #8399a2; border: 1px solid rgba(151,183,195,.16); border-radius: 9px; font-size: 10px; font-weight: 900; }
.choice-button span:nth-child(2) { font-size: 14px; font-weight: 700; }
.choice-mark { color: transparent; font-weight: 900; }
.choice-button.correct { border-color: rgba(85,210,169,.55); background: rgba(85,210,169,.09); }
.choice-button.correct .choice-letter { color: #062019; border-color: var(--success); background: var(--success); }
.choice-button.correct .choice-mark { color: var(--success); }
.choice-button.incorrect { border-color: rgba(239,125,114,.44); background: rgba(239,125,114,.07); }
.choice-button.incorrect .choice-letter { color: #260b0b; border-color: var(--danger); background: var(--danger); }
.choice-button.incorrect .choice-mark { color: var(--danger); }
.answer-panel { margin-top: 30px; padding: 23px; border: 1px solid rgba(155,188,200,.14); border-radius: 16px; background: rgba(4, 17, 25, .52); }
.answer-result { color: var(--success); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.answer-result.wrong { color: var(--danger); }
.answer-panel h3 { margin: 8px 0 8px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 21px; }
.answer-panel > p { margin: 0; color: #99adb4; font-size: 14px; line-height: 1.65; }
.memory-hook { margin-top: 17px; padding: 12px 14px; display: flex; gap: 7px; border-left: 3px solid var(--activity-color, var(--teal)); background: rgba(255,255,255,.025); color: #9eafb5; font-size: 12px; line-height: 1.55; }
.memory-hook strong { color: #d1dfde; white-space: nowrap; }
.example-text { margin-top: 14px !important; color: #7f969f !important; font-style: italic; }
.source-link { margin-top: 14px; display: inline-flex; color: var(--activity-color, var(--teal)); font-size: 11px; font-weight: 800; text-decoration: none; }
.move-area { margin-top: 25px; }
.move-level { padding: 16px 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid color-mix(in srgb, var(--activity-color, var(--coral)) 28%, transparent); border-radius: 14px; background: color-mix(in srgb, var(--activity-color, var(--coral)) 7%, transparent); }
.move-level span { color: #869ca5; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.move-level strong { color: #d8e4e3; text-align: right; font-size: 14px; }
.move-area > p { color: #a5b6bb; line-height: 1.7; }
.move-tip { margin: 18px 0; padding: 13px 15px; display: grid; gap: 3px; border-left: 3px solid var(--coral); background: rgba(239,119,95,.055); }
.move-tip strong { color: var(--coral); font-size: 9px; text-transform: uppercase; }
.move-tip span { color: #91a6ae; font-size: 12px; }
.result-field { margin: 19px 0; display: grid; gap: 7px; }
.result-field span { color: #8298a1; font-size: 10px; font-weight: 800; }
.result-field input { width: 100%; min-height: 46px; padding: 11px 13px; color: #e6eeee; border: 1px solid rgba(154,186,198,.17); border-radius: 11px; background: rgba(4,17,25,.68); outline: none; }
.result-field input:focus { border-color: rgba(60,200,164,.5); }
.move-actions { display: flex; gap: 10px; }
.safety-note { margin-top: 17px !important; color: #6f858e !important; font-size: 10px !important; line-height: 1.55 !important; }
.horoscope-area { margin-top: 26px; }
.sign-badge { padding: 15px 17px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(154,125,240,.22); border-radius: 14px; background: rgba(154,125,240,.06); }
.sign-badge > span { width: 42px; height: 42px; display: grid; place-items: center; color: #e2d8ff; border-radius: 50%; background: rgba(154,125,240,.17); font-size: 22px; }
.sign-badge > div { display: grid; }
.sign-badge strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; }
.sign-badge small { color: #8c9fa7; font-size: 10px; }
.reveal-button { width: 100%; min-height: 51px; margin-top: 18px; color: #e4ddff; border: 1px solid rgba(154,125,240,.26); border-radius: 12px; background: rgba(154,125,240,.1); font-weight: 900; cursor: pointer; }
.horoscope-copy { margin-top: 20px; padding: 21px; border: 1px solid rgba(154,125,240,.18); border-radius: 16px; background: rgba(4,17,25,.46); }
.horoscope-copy > span { color: #b8a5ff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.horoscope-copy > p { color: #b0bec2; line-height: 1.7; }
.horoscope-copy blockquote { margin: 18px 0; padding: 14px 17px; color: #e3dcfa; border-left: 3px solid var(--violet); background: rgba(154,125,240,.07); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
.horoscope-copy > small { display: block; margin-bottom: 17px; color: #6f838d; font-size: 9px; }
.activity-footer { min-height: 78px; padding: 15px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(150,184,196,.1); background: rgba(4, 16, 24, .28); }
.activity-footer > span { color: #617984; font-size: 10px; }

.summary-view { padding: 67px 0 110px; }
.summary-shell { display: grid; grid-template-columns: 1.2fr .65fr; gap: 18px; align-items: start; }
.summary-card, .upgrade-card, .reminder-card { border: 1px solid rgba(155,188,200,.14); border-radius: 25px; background: linear-gradient(150deg, rgba(15,42,55,.94), rgba(6,22,31,.96)); box-shadow: var(--shadow-soft); }
.summary-card { min-height: 610px; padding: 54px; text-align: center; }
.summary-marble-burst { min-height: 76px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; }
.summary-marble { width: 54px; height: 54px; margin-left: -9px; border: 4px solid #0c2633; border-radius: 50%; background: var(--marble-color); box-shadow: inset 7px 6px 10px rgba(255,255,255,.38), inset -7px -8px 12px rgba(0,0,0,.26), 0 12px 25px rgba(0,0,0,.22); transform: translateY(var(--offset, 0)) rotate(var(--turn, 0)); }
.summary-marble:first-child { margin-left: 0; }
.summary-label { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.summary-card h1 { margin: 13px auto 12px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(39px, 5.5vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.summary-card > p { max-width: 600px; margin: 0 auto; color: #91a5ad; line-height: 1.7; }
.summary-stats { margin: 35px auto 27px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(154,186,198,.12); }
.summary-stats > div { min-height: 92px; display: grid; place-content: center; gap: 4px; border-right: 1px solid rgba(154,186,198,.12); }
.summary-stats > div:last-child { border-right: 0; }
.summary-stats strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 25px; }
.summary-stats span { color: #6f8791; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.summary-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.status-message { min-height: 17px; margin: 10px 0 0; color: var(--teal); font-size: 11px; }
.done-message { margin-top: 28px; display: grid; gap: 3px; }
.done-message strong { color: #dce7e6; font-size: 13px; }
.done-message span { color: #6e858e; font-size: 11px; }
.summary-side { display: grid; gap: 18px; }
.upgrade-card, .reminder-card { padding: 27px; }
.upgrade-card > span, .reminder-card > span { color: var(--amber); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.upgrade-card h2 { margin: 11px 0 9px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.upgrade-card p, .reminder-card p { color: #80969f; font-size: 12px; line-height: 1.6; }
.mini-price { margin: 20px 0; display: flex; align-items: end; gap: 8px; }
.mini-price strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 48px; line-height: .85; letter-spacing: -.07em; }
.mini-price span { color: #8399a2; font-size: 10px; }
.reminder-card > span { color: var(--teal); }
.reminder-card h3 { margin: 9px 0 7px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 21px; }
.reminder-card form > div { display: grid; grid-template-columns: 1fr auto; margin-top: 15px; }
.reminder-card input { min-width: 0; padding: 11px 12px; color: #e3eceb; border: 1px solid rgba(151,183,195,.17); border-right: 0; border-radius: 10px 0 0 10px; background: rgba(4,17,25,.7); outline: none; }
.reminder-card button { padding: 0 13px; color: #062019; border: 0; border-radius: 0 10px 10px 0; background: var(--teal); font-size: 10px; font-weight: 900; cursor: pointer; }

.progress-view { padding: 65px 0 110px; }
.progress-top { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.progress-top h1 { margin-bottom: 9px; }
.large-streak { padding: 18px 23px; display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 10px; border: 1px solid rgba(242,184,75,.18); border-radius: 16px; background: rgba(242,184,75,.055); }
.large-streak > span { grid-row: span 2; font-size: 28px; }
.large-streak strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 27px; line-height: 1; }
.large-streak small { color: #8d9fa6; font-size: 9px; text-transform: uppercase; }
.progress-panels { margin-top: 36px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.progress-panel { padding: 27px; border: 1px solid rgba(155,188,200,.14); border-radius: 21px; background: linear-gradient(145deg, rgba(13,38,50,.86), rgba(6,22,31,.9)); }
.panel-title { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.panel-title > div { display: grid; gap: 4px; }
.panel-title span { color: var(--teal); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.panel-title h2 { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 20px; }
.panel-title > strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 24px; }
.challenge-calendar { margin-top: 24px; display: grid; grid-template-columns: repeat(10, 1fr); gap: 7px; }
.challenge-day { aspect-ratio: 1; display: grid; place-items: center; color: #5e7680; border: 1px solid rgba(149,181,193,.1); border-radius: 8px; background: rgba(4,17,25,.42); font-size: 8px; font-weight: 900; }
.challenge-day.done { color: #062019; border-color: var(--teal); background: var(--teal); }
.challenge-day.today { box-shadow: 0 0 0 2px rgba(242,184,75,.4); }
.challenge-panel > p { margin: 17px 0 0; color: #657c86; font-size: 10px; }
.total-grid { margin-top: 25px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.total-grid > div { min-height: 87px; padding: 14px; display: grid; place-content: center; border: 1px solid rgba(149,181,193,.1); border-radius: 13px; background: rgba(4,17,25,.42); text-align: center; }
.total-grid strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 23px; }
.total-grid span { color: #6f8791; font-size: 8px; text-transform: uppercase; }
.category-panel { margin-top: 16px; }
.category-progress-list { margin-top: 23px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 26px; }
.category-progress-item { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 10px; }
.category-progress-item .tiny-marble { width: 31px; height: 31px; display: grid; place-items: center; color: #06151e; border-radius: 50%; background: var(--category-color); font-size: 8px; font-weight: 900; box-shadow: inset 4px 4px 6px rgba(255,255,255,.38), inset -4px -4px 6px rgba(0,0,0,.24); }
.category-progress-item > div { display: grid; gap: 6px; }
.category-progress-item strong { font-size: 11px; }
.category-progress-item .bar { height: 4px; overflow: hidden; border-radius: 999px; background: rgba(144,176,188,.1); }
.category-progress-item .bar i { display: block; height: 100%; border-radius: inherit; background: var(--category-color); }
.category-progress-item > span { color: #81969f; font-size: 10px; font-weight: 800; }
.progress-actions { margin-top: 23px; display: flex; gap: 10px; }

.site-footer { border-top: 1px solid rgba(154,186,198,.1); }
.footer-inner { min-height: 102px; padding: 22px 0; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; color: #647b85; font-size: 10px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand > div { display: grid; gap: 2px; }
.footer-brand strong { color: #c1d0d1; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; }
.footer-brand span { font-size: 9px; }
.footer-inner nav { display: flex; gap: 19px; }
.footer-inner nav a { text-decoration: none; }
.footer-inner nav a:hover { color: var(--teal); }

.modal { position: fixed; z-index: 100; inset: 0; padding: 22px; display: grid; place-items: center; background: rgba(1, 8, 13, .76); backdrop-filter: blur(12px); overflow-y: auto; }
.modal-card { position: relative; width: min(610px, 100%); max-height: calc(100vh - 44px); padding: 36px; border: 1px solid rgba(157,188,201,.18); border-radius: 25px; background: linear-gradient(155deg, #102b38, #071b25); box-shadow: 0 35px 100px rgba(0,0,0,.55); overflow-y: auto; }
.modal-close { position: absolute; top: 15px; right: 16px; width: 37px; height: 37px; color: #8aa0a9; border: 1px solid rgba(157,188,201,.14); border-radius: 10px; background: rgba(4,17,25,.45); font-size: 22px; cursor: pointer; }
.modal-label { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.modal-card h2 { max-width: 480px; margin: 11px 0 9px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 35px; line-height: 1.12; letter-spacing: -.05em; }
.modal-card > p { margin: 0 0 25px; color: #879da6; line-height: 1.6; }
.settings-block { margin-top: 20px; }
.settings-block > label, .setting-heading { margin-bottom: 8px; display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.settings-block strong { font-size: 12px; }
.settings-block label span, .setting-heading span { color: #6e858f; font-size: 9px; }
.settings-block select { width: 100%; min-height: 47px; padding: 11px 13px; color: #dce7e6; border: 1px solid rgba(154,186,198,.17); border-radius: 11px; background: #0a212c; outline: none; }
.segmented { padding: 4px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border: 1px solid rgba(154,186,198,.13); border-radius: 12px; background: rgba(4,17,25,.42); }
.segmented button { min-height: 40px; padding: 8px; color: #8197a0; border: 0; border-radius: 8px; background: transparent; font-size: 10px; font-weight: 900; cursor: pointer; }
.segmented button.active { color: #062019; background: var(--teal); }
.reset-link { width: 100%; margin-top: 15px; padding: 7px; color: #667e88; border: 0; background: transparent; font-size: 9px; cursor: pointer; }
.checkout-card { width: min(560px, 100%); }
.checkout-card .modal-label { color: var(--amber); }
.checkout-price { margin: 22px 0; padding: 18px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(242,184,75,.2); border-radius: 15px; background: rgba(242,184,75,.06); }
.checkout-price > strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 52px; line-height: .9; letter-spacing: -.07em; }
.checkout-price > div { display: grid; gap: 2px; }
.checkout-price span { font-size: 12px; font-weight: 800; }
.checkout-price small { color: #8a9ea6; font-size: 9px; }
.checkout-list { margin-bottom: 24px; }
.owner-preview { width: 100%; min-height: 44px; margin-top: 10px; color: var(--amber); border: 1px dashed rgba(242,184,75,.32); border-radius: 11px; background: rgba(242,184,75,.055); font-size: 10px; font-weight: 900; cursor: pointer; }
.checkout-setup { margin-top: 14px; padding: 14px; border: 1px solid rgba(239,119,95,.22); border-radius: 11px; background: rgba(239,119,95,.06); }
.checkout-setup strong { color: #ffc0b4; font-size: 11px; }
.checkout-setup p { margin: 5px 0 0; color: #8e9fa5; font-size: 10px; line-height: 1.5; }
.checkout-setup code { color: #d8e5e4; }
.checkout-note { display: block; margin-top: 16px; color: #647a84; font-size: 9px; line-height: 1.5; text-align: center; }

.legal-page { width: min(820px, calc(100% - 40px)); min-height: calc(100vh - 178px); margin: 0 auto; padding: 78px 0 96px; }
.legal-page .legal-label { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.legal-page h1 { margin: 13px 0 19px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(43px, 7vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.legal-page h2 { margin: 35px 0 10px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 23px; }
.legal-page p, .legal-page li { color: #8fa4ad; line-height: 1.75; }
.legal-page a { color: var(--teal); }
.legal-page .notice { margin: 26px 0; padding: 18px; border: 1px solid rgba(242,184,75,.2); border-radius: 13px; background: rgba(242,184,75,.055); }
.legal-page .back-site { display: inline-flex; margin-bottom: 25px; color: #8197a1; font-size: 12px; font-weight: 800; text-decoration: none; }

:focus-visible { outline: 3px solid rgba(60,200,164,.6); outline-offset: 3px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .86fr; gap: 30px; }
  .landing-category-grid, .dashboard-grid { grid-template-columns: repeat(2, 1fr); }
  .anti-feed { grid-template-columns: 1fr; gap: 45px; }
  .finish-card { max-width: 470px; }
  .founding-card { grid-template-columns: 1fr .7fr; gap: 40px; padding: 45px; }
}

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .mobile-nav:not([hidden]) { display: grid; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding: 70px 0 65px; grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .founding-card, .summary-shell, .progress-panels { grid-template-columns: 1fr; }
  .price-panel { max-width: 420px; }
  .dashboard-header, .progress-top { align-items: start; flex-direction: column; }
  .dashboard-stats { align-self: stretch; justify-content: flex-end; }
  .mode-bar { align-items: stretch; flex-direction: column; }
  .mode-buttons { width: 100%; }
  .mode-button { flex: 1; justify-content: center; }
  .summary-side { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 17px; }
  .activity-body { padding: 44px 38px 38px; }
}

@media (max-width: 620px) {
  .shell, .header-inner { width: min(100% - 28px, var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-words small { display: none; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions button { width: 100%; }
  .hero-facts { display: grid; justify-content: start; max-width: 350px; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 440px; }
  .preview-card { padding: 18px; border-radius: 24px; transform: none; }
  .preview-grid { gap: 7px; }
  .preview-item { min-height: 54px; padding: 8px; }
  .orbit-one { width: 370px; height: 270px; }
  .orbit-two { width: 310px; height: 410px; }
  .fm-one { right: 0; }
  .proof-inner { min-height: 70px; flex-wrap: wrap; padding: 12px 0; }
  .mix-section { padding: 83px 0; }
  .landing-category-grid, .dashboard-grid { grid-template-columns: 1fr; }
  .landing-category-card { min-height: 205px; }
  .anti-feed { width: calc(100% - 20px); padding: 46px 22px; border-radius: 24px; }
  .founding-section { padding: 77px 0; }
  .founding-card { padding: 34px 22px; border-radius: 24px; }
  .faq-grid, .summary-side, .category-progress-list { grid-template-columns: 1fr; }
  .dashboard-view { padding-top: 44px; }
  .dashboard-header h1 { font-size: 52px; }
  .dashboard-stats { justify-content: flex-start; }
  .mode-buttons { display: grid; grid-template-columns: 1fr; }
  .dashboard-bottom { align-items: stretch; flex-direction: column; }
  .dashboard-bottom .primary-button { width: 100%; }
  .card-toolbar { grid-template-columns: auto 1fr auto; }
  .queue-progress > div { width: 100%; }
  .activity-header { padding: 16px 17px; }
  .activity-body { min-height: 420px; padding: 35px 20px 30px; }
  .activity-body h2 { font-size: 32px; }
  .choice-button { min-height: 55px; padding: 11px; }
  .move-level { align-items: flex-start; flex-direction: column; }
  .move-level strong { text-align: left; }
  .move-actions { display: grid; }
  .activity-footer { align-items: stretch; flex-direction: column; }
  .activity-footer .primary-button { width: 100%; }
  .summary-view { padding-top: 35px; }
  .summary-card { min-height: 0; padding: 38px 20px; }
  .summary-stats { grid-template-columns: 1fr; }
  .summary-stats > div { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(154,186,198,.12); }
  .summary-stats > div:last-child { border-bottom: 0; }
  .summary-actions { display: grid; }
  .summary-actions button { width: 100%; }
  .challenge-calendar { grid-template-columns: repeat(6, 1fr); }
  .progress-actions { display: grid; }
  .modal { padding: 10px; align-items: end; }
  .modal-card { max-height: calc(100vh - 20px); padding: 32px 18px 23px; border-radius: 22px 22px 12px 12px; }
  .modal-card h2 { font-size: 30px; }
  .setting-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .segmented { grid-template-columns: 1fr; }
  .footer-inner nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.success-page { min-height: 100vh; padding: 40px 20px; display: grid; place-items: center; }
.success-card { width: min(610px, 100%); padding: 55px 45px; border: 1px solid rgba(157,188,201,.17); border-radius: 28px; background: linear-gradient(155deg, rgba(15,42,55,.98), rgba(6,22,31,.98)); box-shadow: var(--shadow); text-align: center; }
.success-marble { width: 78px; height: 78px; margin: 0 auto 24px; display: grid; place-items: center; color: #06151e; border-radius: 50%; background: var(--teal); box-shadow: inset 9px 8px 15px rgba(255,255,255,.4), inset -9px -10px 16px rgba(0,0,0,.24), 0 18px 36px rgba(0,0,0,.24); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 30px; font-weight: 900; }
.success-card > small { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.success-card h1 { margin: 13px 0 12px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(36px, 7vw, 54px); line-height: 1.06; letter-spacing: -.055em; }
.success-card p { margin: 0 auto 25px; color: #8fa4ad; line-height: 1.7; }
.success-card .primary-button { text-decoration: none; }
.success-card .support-link { display: inline-flex; margin-top: 18px; color: #8399a2; font-size: 11px; }
@media (max-width: 620px) { .success-card { padding: 42px 21px; border-radius: 23px; } }
