:root{--bg:#f5f6f2;--surface:#fff;--surface-2:#eceef2;--text:#16212b;--text-muted:#5b6875;--line:#dce1e6;--accent:#154c79;--accent-2:#0d3355;--accent-soft:#e7eef5;--gold:#ffde59;--gold-soft:#fff6d6;--on-gold:#16212b;--green:#2f9e58;--green-soft:#e4f5ea;--amber:#c98a1f;--amber-soft:#fbf0dc;--red:#c24a3b;--red-soft:#fbe7e3;--shadow:0 1px 2px rgba(20,30,25,.05);--radius:10px}@media (prefers-color-scheme:dark){:root{--bg:#0b1520;--surface:#122132;--surface-2:#182b40;--text:#eaf1f8;--text-muted:#93a7bb;--line:#24405c;--accent:#6fb1e8;--accent-2:#9ccbf0;--accent-soft:#16324a;--gold:#ffe066;--gold-soft:#3a3220;--green:#48c77e;--green-soft:#173226;--amber:#e3b34c;--amber-soft:#332a16;--red:#e9796a;--red-soft:#332019;--shadow:0 1px 2px rgba(0,0,0,.35)}}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.006em;padding:0 16px;padding-block:24px;-webkit-font-smoothing:antialiased}a{color:inherit}h1,h2,h3{font-family:inherit;font-weight:700;letter-spacing:-.02em;text-wrap:balance;margin:0 0 6px}h1{letter-spacing:-.025em}.wrap{max-width:720px;margin:0 auto}.eyebrow{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:600}.eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-right:7px;vertical-align:middle}.eyebrow-brand{display:inline-flex;align-items:center;gap:7px}.eyebrow-logo{display:block;border-radius:50%;flex-shrink:0}.eyebrow--brand:before{content:none}.muted{color:var(--text-muted)}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;border-radius:999px;padding:13px 22px;font-size:15px;font-weight:600;font-family:inherit;display:inline-flex;align-items:center;gap:8px;justify-content:center;transition:transform .12s ease,opacity .12s ease}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-2)}.btn-ghost{background:transparent;color:var(--accent);border:1.5px solid var(--accent)}.btn-ghost:hover{background:var(--accent-soft)}.btn-quiet{background:var(--surface-2);color:var(--text)}.btn-block{width:100%}.social-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;flex:none;background:var(--surface-2);border:1.5px solid var(--line);color:var(--text-muted);transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .12s ease}.social-btn svg{width:19px;height:19px}.social-btn:hover{color:#fff}.social-btn:active{transform:scale(.95)}.social-btn.fb:hover{background:#1877f2;border-color:#1877f2}.social-btn.tiktok:hover{background:#010101;border-color:#010101}.social-btn.yt:hover{background:red;border-color:red}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.stack{display:flex;flex-direction:column;gap:16px}.hero{padding:34px 4px 8px}.hero:before{content:"";display:block;width:44px;height:4px;border-radius:2px;background:var(--gold);margin-bottom:16px}.hero h1{font-size:clamp(28px,6vw,38px);line-height:1.08}.hero p.lead{font-size:16.5px;line-height:1.55;max-width:56ch}.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.pill{font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent-2);border:1px solid var(--line)}.pill:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);margin-right:6px;vertical-align:middle}.steps-preview{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px;margin-top:22px}.steps-preview .mini{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:10px 8px}.steps-preview .mini .n{font-family:inherit;font-weight:700;letter-spacing:-.01em;font-size:15px;color:var(--accent);white-space:nowrap}.steps-preview .mini .t{font-size:10.5px;line-height:1.3;color:var(--text-muted);margin-top:2px}.progress-track{height:6px;border-radius:99px;background:var(--surface-2);overflow:hidden;margin-bottom:22px}.progress-fill{height:100%;background:var(--gold);border-radius:99px;transition:width .25s ease}.qcount{font-size:13px;color:var(--text-muted);margin-bottom:6px}.qtitle{font-size:21px;margin-bottom:4px}.qhint{font-size:14px;color:var(--text-muted);margin-bottom:16px}.options{display:flex;flex-direction:column;gap:10px}.opt{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);cursor:pointer;font-size:15px;text-align:left;width:100%;font-family:inherit;color:var(--text)}.opt.sel,.opt:hover{border-color:var(--accent)}.opt.sel{background:var(--accent-soft)}.opt .box{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--line);flex:none;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.opt.radio .box{border-radius:50%}.opt.sel .box{background:var(--accent);border-color:var(--accent)}.wizard-nav{display:flex;justify-content:space-between;margin-top:24px;gap:10px}input[type=email],input[type=text],textarea{width:100%;font-family:inherit;font-size:15px;padding:12px 14px;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);color:var(--text);resize:vertical}input[type=range]{width:100%;accent-color:var(--accent)}.suds-face{display:flex;justify-content:space-between;font-size:12.5px;color:var(--text-muted);margin-top:4px}.suds-value{font-family:inherit;font-weight:700;letter-spacing:-.02em;font-size:40px;text-align:center;color:var(--accent);margin:6px 0 2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ladder{display:flex;flex-direction:column;gap:0;margin-top:10px}.rung{display:flex;gap:14px;position:relative;padding-bottom:22px}.rung:last-child{padding-bottom:0}.rung .line{position:absolute;left:17px;top:36px;bottom:0;width:2px;background:var(--line)}.rung:last-child .line{display:none}.rung .num{width:36px;height:36px;border-radius:50%;background:var(--accent-soft);color:var(--accent-2);display:flex;align-items:center;justify-content:center;font-family:inherit;font-weight:700;font-size:16px;flex:none;z-index:1;border:2px solid var(--bg)}.rung .body{padding-top:4px;flex:1 1}.rung .rtitle{font-weight:700;font-size:15.5px}.rung .rdesc{font-size:14px;color:var(--text-muted);margin-top:3px;line-height:1.45}.target-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;background:var(--gold);color:var(--on-gold);padding:3px 9px;border-radius:99px;margin-top:6px}.safety-note{display:block;margin-top:6px;padding:8px 12px;border-radius:8px;background:var(--gold-soft);color:var(--text);font-size:13px;line-height:1.45;border-left:3px solid var(--gold)}.ex-card{background:var(--surface-2);border-radius:10px;padding:14px 16px}.ex-card h3{font-size:15px;font-family:inherit;font-weight:700;margin-bottom:5px}.ex-card p{font-size:14px;color:var(--text-muted);line-height:1.5;margin:0}.ex-details{margin-top:9px}.ex-details summary{cursor:pointer;font-size:12.5px;font-weight:700;color:var(--accent);list-style:none}.ex-details summary::-webkit-details-marker{display:none}.ex-details summary:before{content:"▸ "}.ex-details[open] summary:before{content:"▾ "}.ex-details .ex-more{margin-top:8px;font-size:13.5px;color:var(--text-muted);line-height:1.6;border-left:2px solid var(--line);padding-left:10px}.rhythm-wrap{margin-top:12px;display:flex;flex-direction:column;align-items:center;gap:10px}.rhythm-stage{width:100%;padding:14px 0 4px}.rhythm-circle,.rhythm-stage{display:flex;justify-content:center}.rhythm-circle{width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--accent-soft),var(--accent) 78%);align-items:center;text-align:center;color:#fff;font-size:12.5px;font-weight:700;line-height:1.3;padding:6px;box-shadow:0 0 0 6px var(--accent-soft);transition-property:transform;transition-timing-function:ease-in-out}.rhythm-circle:not(.running){color:var(--accent-2);background:var(--accent-soft);box-shadow:none}.rhythm-controls{display:flex;align-items:center;gap:10px;min-height:34px}.rhythm-cycle{font-size:12.5px;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.btn.rhythm-btn{padding:8px 16px;font-size:13px}.grounding-wrap{margin-top:12px;gap:12px}.grounding-step,.grounding-wrap{display:flex;flex-direction:column;align-items:center}.grounding-step{gap:2px;text-align:center}.grounding-num{font-family:inherit;font-weight:700;letter-spacing:-.02em;font-size:40px;color:var(--accent);line-height:1}.grounding-label{font-size:13px;font-weight:700;color:var(--text);letter-spacing:.01em}.grounding-dots{display:flex;gap:6px}.grounding-dot{width:8px;height:8px;border-radius:50%;background:var(--line)}.grounding-dot.on{background:var(--accent)}.suds-chart-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.suds-delta{flex:none;font-family:inherit;font-size:15px;font-weight:700;padding:4px 11px;border-radius:999px;white-space:nowrap;margin-top:2px}.suds-delta.good{background:var(--green-soft);color:var(--green)}.suds-delta.bad{background:var(--red-soft);color:var(--red)}.suds-delta.flat{background:var(--surface-2);color:var(--text-muted)}.suds-chart-svg{width:100%;height:132px;display:block;margin-top:6px;overflow:visible}.suds-chart-grid{stroke:var(--line);stroke-width:1;stroke-dasharray:2 4}.suds-chart-line{stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.suds-chart-line.before{stroke:var(--text-muted);stroke-width:1.5;stroke-dasharray:4 4;opacity:.7}.suds-chart-line.after{stroke:var(--accent);stroke-width:2.6}.suds-chart-legend{display:flex;gap:16px;margin-top:12px;font-size:12px;color:var(--text-muted)}.suds-chart-legend .suds-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:5px;vertical-align:middle}.suds-chart-legend .suds-dot.before{background:var(--text-muted)}.suds-chart-legend .suds-dot.after{background:var(--accent)}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:14px;gap:14px}.admin-stat{display:flex;flex-direction:column;gap:2px}.admin-stat-n{font-family:inherit;font-weight:700;letter-spacing:-.01em;font-size:26px;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.admin-stat-l{font-size:12px;color:var(--text-muted);line-height:1.3}.admin-bars{gap:3px;height:90px}.admin-bar-col,.admin-bars{display:flex;align-items:flex-end}.admin-bar-col{flex:1 1;height:100%}.admin-bar{width:100%;min-height:2px;background:var(--accent);border-radius:2px 2px 0 0;opacity:.85}.settings-form input[type=number]{width:100%;font-family:inherit;font-size:15px;padding:11px 12px;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);color:var(--text)}a.inline-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}a.inline-link:hover{opacity:.8}.admin-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.admin-filters input[type=date],.admin-filters select{font-size:13px;padding:8px 10px}.admin-filters .btn{padding:8px 16px;font-size:13px}.admin-export-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.admin-export-row .btn{padding:8px 16px;font-size:13px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:6px 10px}.admin-table td,.admin-table th{border-bottom:1px solid var(--line);white-space:nowrap}.admin-table td{padding:8px 10px}.admin-table tr:last-child td{border-bottom:none}.tl-legend{display:flex;flex-direction:column;gap:10px}.tl-row{display:flex;gap:12px;align-items:flex-start;font-size:14px}.tl-dot{width:14px;height:14px;border-radius:50%;margin-top:3px;flex:none}.tl-row b{display:block;font-size:14.5px}.dash-header{justify-content:space-between;align-items:flex-start;gap:12px}.dash-header,.rail{display:flex;margin-bottom:18px}.rail{gap:8px;overflow-x:auto;padding-bottom:8px}.rail-node{flex:none;width:64px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;opacity:.55;background:none;border:none;font-family:inherit}.rail-node.active{opacity:1}.rail-node .dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:inherit;font-weight:700;font-size:14px;border:2px solid var(--line);background:var(--surface);color:var(--text)}.rail-node.done .dot{background:var(--green);border-color:var(--green);color:#fff}.rail-node.active .dot{border-color:var(--accent);color:var(--accent);font-weight:700}.rail-node .lbl,.rail-node.locked .dot{color:var(--text-muted)}.rail-node .lbl{font-size:10.5px;text-align:center;line-height:1.2}.rail-node.viewed{opacity:1}.rail-node.viewed .dot{box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--gold)}.rail-node.viewed .lbl{color:var(--text);font-weight:600}.tlbadge{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:99px;font-size:13px;font-weight:700}.tlbadge.green{background:var(--green-soft);color:var(--green)}.tlbadge.amber{background:var(--amber-soft);color:var(--amber)}.tlbadge.red{background:var(--red-soft);color:var(--red)}.tlbadge .dot{width:9px;height:9px;border-radius:50%;background:currentColor}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13.5px;font-weight:600}select{font-family:inherit;font-size:15px;padding:11px 12px;border-radius:10px;border:1.5px solid var(--line);background:var(--surface);color:var(--text)}.row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:480px){.row2{grid-template-columns:1fr}}.check-row{display:flex;align-items:center;gap:10px;font-size:14px}.check-row input{width:18px;height:18px;accent-color:var(--red)}.check-row.brand input{accent-color:var(--accent)}.history-item{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13.5px}.history-item:last-child{border-bottom:none}.history-item .hrow{display:flex;justify-content:space-between;align-items:center}.banner{padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.5}.banner.red{background:var(--red-soft);color:var(--red)}.banner.amber{background:var(--amber-soft);color:var(--amber)}.banner.green{background:var(--green-soft);color:var(--green)}.banner.advice{background:var(--accent-soft);color:var(--accent-2)}.banner.advice b{display:block;margin-bottom:3px}.banner.advice p{margin:6px 0 0}.banner.advice a.inline-link{color:inherit;text-decoration:underline;text-underline-offset:2px;font-weight:600}.banner.advice a.inline-link:hover{opacity:.8}footer.note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:30px;line-height:1.6}.top-actions{display:flex;justify-content:flex-end;margin-bottom:8px}.link-btn{background:none;border:none;font-size:12.5px;color:var(--text-muted);text-decoration:underline;cursor:pointer;font-family:inherit;padding:0}.terms-details{margin-top:2px}.terms-details summary{cursor:pointer;font-size:12.5px;font-weight:600;color:var(--accent);list-style:none}.terms-details summary::-webkit-details-marker{display:none}.terms-body{margin-top:10px;font-size:12.5px;color:var(--text-muted);line-height:1.6;max-height:260px;overflow-y:auto;border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--surface-2)}.terms-body p{margin:0 0 10px}.terms-body p:last-child{margin-bottom:0}.terms-body p:first-child{font-weight:700;color:var(--text)}.price-tag{display:flex;align-items:baseline;gap:8px;margin:2px 0 4px}.price-tag .amount{font-family:inherit;font-weight:700;letter-spacing:-.02em;font-size:34px;color:var(--accent)}.price-tag .period{font-size:13px;color:var(--text-muted)}