:root{
  --bg:#0b0b10;--surface:#15151d;--surface2:#1b1b25;--text:#f7f7fb;--muted:#a0a0b0;
  --line:#2a2a39;--purple:#9568ff;--pink:#ff5f9e;--gold:#ffd36a;--green:#48d7a0;--danger:#ff6577;
  --shadow:0 20px 70px rgba(0,0,0,.42);--radius:24px
}
*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;background:
radial-gradient(900px 620px at 50% -180px,#35205a 0%,#14121c 44%,var(--bg) 78%);color:var(--text);
font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,[role="button"]:focus-visible,a:focus-visible{outline:3px solid var(--gold);outline-offset:3px}button[aria-disabled="true"]{opacity:.45;cursor:not-allowed}.shell{width:min(100%,460px);margin:0 auto;min-height:100vh;padding:16px 17px 110px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0 16px}.brand{font-weight:950;letter-spacing:.085em;font-size:22px}.brand span{display:inline-block;background:linear-gradient(90deg,#c6b3ff,#ff83b3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#c6b3ff}.wallet-chip,.ghost-chip{border:1px solid var(--line);background:#13131a;border-radius:999px;padding:9px 12px;color:#fff;font-weight:850;font-size:12px;display:flex;gap:6px;align-items:center}.wallet-chip b{color:var(--gold)}
.hero{position:relative;overflow:hidden;border:1px solid #42325d;background:linear-gradient(145deg,#2a1b44,#271a34 55%,#331824);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}.hero:before{width:190px;height:190px;background:#9f6cff28;left:-70px;bottom:-100px}.hero:after{width:200px;height:200px;background:#ff5f9e25;right:-55px;top:-80px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#c5b3ff}.hero h1{font-size:35px;line-height:1.02;margin:10px 0 12px;max-width:340px;position:relative}.hero p{color:#dfdbe8;line-height:1.5;margin:0 0 18px;max-width:360px;position:relative}.hero-row{display:flex;gap:9px;position:relative}.btn{border:0;border-radius:16px;padding:14px 16px;font-weight:950;min-height:48px}.btn.primary{background:#fff;color:#111118;flex:1}.btn.gradient{background:linear-gradient(90deg,var(--purple),var(--pink));color:white;width:100%}.btn.secondary{background:#171721;border:1px solid var(--line);color:#fff}.btn.danger{background:#29151b;color:#ff9cac;border:1px solid #4a2730}.btn:disabled{opacity:.45;cursor:not-allowed}.section-head{display:flex;align-items:end;justify-content:space-between;margin:26px 2px 12px}.section-head h1,.section-head h2{font-size:21px;margin:0}.section-head small{color:var(--muted)}.chips{display:flex;gap:8px;overflow:auto;padding:0 1px 9px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap;border:1px solid var(--line);background:#14141c;color:#c7c7d3;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800}.chip.active{background:#fff;color:#111;border-color:#fff}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.card{background:linear-gradient(180deg,#181820,#14141b);border:1px solid var(--line);border-radius:22px;padding:15px;min-height:174px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s}.card:active{transform:scale(.985)}.card .icon{font-size:29px}.card h3{font-size:16px;line-height:1.18;margin:10px 0 6px}.card p{font-size:12.5px;line-height:1.42;color:var(--muted);margin:0}.tag{display:inline-flex;width:max-content;margin-top:11px;padding:6px 8px;border-radius:999px;background:#242431;color:#dedee8;font-size:10px;font-weight:900;letter-spacing:.04em}.tag.hot{background:#351a28;color:#ff9bbe}.tag.free{background:#173126;color:#8be8bd}.tag.photo{background:#251f38;color:#c7b5ff}.panel{background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:20px;box-shadow:0 16px 60px #0003}.back{appearance:none;border:0;background:transparent;color:#fff;padding:8px 0 14px;font-weight:900}.progress{height:7px;border-radius:99px;background:#252531;overflow:hidden;margin:10px 0 22px}.progress>i{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--pink));width:0;transition:.25s}.question{font-size:20px;font-weight:950;line-height:1.22;margin:8px 0 15px}.options{display:grid;gap:9px}.option{width:100%;text-align:left;border:1px solid var(--line);background:#101016;color:#f0f0f5;padding:13px 14px;border-radius:15px;font-weight:760;line-height:1.35}.option:active{border-color:#8061b2;background:#21182e}.upload{position:relative;border:1px dashed #65517d;background:#121118;border-radius:18px;padding:18px;text-align:center}.upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload label{display:block;font-weight:950;font-size:16px;cursor:pointer}.upload input:focus-visible+label{outline:3px solid var(--gold);outline-offset:5px;border-radius:4px}.upload small{display:block;color:var(--muted);margin-top:7px;line-height:1.45}.preview{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:15px;margin-top:12px;border:1px solid var(--line)}.microcopy{font-size:11px;color:#858596;line-height:1.5;margin-top:10px}.loading{text-align:center;padding:35px 10px}.orb{width:84px;height:84px;border-radius:50%;margin:0 auto 20px;background:conic-gradient(from 20deg,var(--purple),var(--pink),#ffc06b,var(--purple));animation:spin 1.4s linear infinite;box-shadow:0 0 48px #9b67ff42}.orb:after{content:"";display:block;width:64px;height:64px;margin:10px;border-radius:50%;background:#14141b}.loading h1{margin:0 0 8px;font-size:24px}.loading p{color:var(--muted);line-height:1.45}@keyframes spin{to{transform:rotate(1turn)}}
.result-top{text-align:center;padding:4px 0 8px}.score{font-weight:1000;font-size:74px;line-height:1;background:linear-gradient(135deg,#cfbdff,#ff80ae);-webkit-background-clip:text;color:transparent}.result-top h1{font-size:29px;line-height:1.08;margin:8px 0}.result-top p{color:#c8c4d1;margin:0;line-height:1.45}.insight{border:1px solid var(--line);background:#101016;border-radius:17px;padding:15px;margin-top:10px}.insight b{display:block;margin-bottom:7px}.insight p{margin:0;color:#c7c7d2;line-height:1.48}.locked-wrap{position:relative}.locked{filter:blur(7px);opacity:.7;user-select:none}.lock-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:950}.paywall{margin-top:14px;background:linear-gradient(145deg,#251a39,#231824);border:1px solid #48335b;border-radius:22px;padding:18px}.paywall .price{font-size:34px;font-weight:1000;margin:4px 0}.benefits{display:grid;gap:7px;margin:13px 0 16px;color:#ddd9e7;font-size:13px}.benefits span:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}.share-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.share-row .btn{width:100%}.result-card-preview{background:linear-gradient(145deg,#2d1c47,#26151f);border:1px solid #47355a;border-radius:21px;padding:18px;margin-top:15px;min-height:190px;display:flex;flex-direction:column;justify-content:space-between}.result-card-preview .mini-brand{font-weight:950;letter-spacing:.1em;font-size:11px}.result-card-preview strong{font-size:25px;line-height:1.08}.result-card-preview em{font-style:normal;color:#ff91b8;font-weight:900;font-size:12px}.wallet-list{display:grid;gap:10px}.product{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#101016;border:1px solid var(--line);border-radius:17px;padding:14px}.product>div{flex:1 1 auto;min-width:0}.product strong{display:block}.product small{display:block;color:var(--muted);margin-top:4px}.product button{flex:0 0 auto;white-space:nowrap;min-width:82px;border:0;border-radius:12px;background:#fff;color:#111;padding:10px 12px;font-weight:950}.best{border-color:#70559b;background:#1b1525}.profile-block{display:grid;gap:10px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#101016;border:1px solid var(--line);border-radius:16px;padding:13px}.row small{color:var(--muted)}.empty{text-align:center;color:var(--muted);padding:26px 10px}.history-item{background:#101016;border:1px solid var(--line);border-radius:17px;padding:14px;margin-top:9px}.history-item strong{display:block}.history-item small{color:var(--muted)}
.bottom{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,460px);display:flex;justify-content:space-around;background:#0d0d12e8;backdrop-filter:blur(18px);border-top:1px solid #23232c;padding:9px 12px calc(9px + env(safe-area-inset-bottom))}.nav{appearance:none;border:0;background:transparent;color:#858595;display:grid;gap:3px;justify-items:center;min-width:70px;font-size:10px;font-weight:850}.nav b{font-size:20px}.nav.active{color:#fff}.toast{position:fixed;z-index:100;bottom:90px;left:50%;transform:translate(-50%,18px);background:#fff;color:#111;border-radius:999px;padding:10px 14px;font-weight:900;font-size:12px;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 8px 35px #0007}.toast.show{opacity:1;transform:translate(-50%,0)}.modal-backdrop{position:fixed;z-index:80;inset:0;background:#000b;display:grid;align-items:end}.modal{width:min(100%,460px);margin:0 auto;background:#16161e;border:1px solid #333342;border-radius:28px 28px 0 0;padding:22px 18px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -20px 70px #0008}.modal h2{margin:3px 0 8px}.modal p{color:var(--muted);line-height:1.45}.modal-actions{display:grid;gap:9px}.legal{font-size:12.5px;color:#b0b0bd;line-height:1.58}.legal h3{color:#fff;margin-top:20px}.hidden{display:none!important}.spacer{height:10px}@media(min-width:700px){.shell{padding-top:28px}.bottom{border-radius:20px 20px 0 0}}


.brand-button{border:0;background:transparent;padding:0}
.onboarding-shell{min-height:100vh;display:grid;place-items:center;padding:22px;background:radial-gradient(700px 460px at 50% 20%,#3e2364 0%,#15111e 48%,#0b0b10 100%)}
.onboarding-card{width:min(100%,440px);background:linear-gradient(180deg,#181621,#121219);border:1px solid #342a43;border-radius:32px;padding:28px 22px;box-shadow:var(--shadow)}
.onboarding-brand{font-size:25px;margin-bottom:16px}.onboarding-orb{width:78px;height:78px;border-radius:24px;display:grid;place-items:center;font-size:34px;background:linear-gradient(145deg,#8f66ff,#ff5f9e);box-shadow:0 14px 50px #a565ff47;margin:14px 0 24px}
.onboarding-card h1{font-size:36px;line-height:1.02;margin:10px 0 12px}.onboarding-card>p{color:#d1ccd9;line-height:1.5;margin-bottom:20px}
.field{display:grid;gap:8px;margin:15px 0}.field>span{font-size:12px;font-weight:900;color:#d8d4df}.field small{color:var(--muted);font-weight:700}.field input{width:100%;background:#0e0e14;color:#fff;border:1px solid var(--line);border-radius:15px;padding:14px 15px;outline:none}.field input:focus{border-color:#7658aa}
.checkline{display:flex;gap:10px;align-items:flex-start;background:#101017;border:1px solid var(--line);border-radius:15px;padding:13px;margin:14px 0}.checkline input{margin-top:2px}.checkline span{font-size:12px;line-height:1.45;color:#c8c4d0}
.optional{font-size:11px;color:var(--muted);font-weight:700}.wide{width:100%;margin-top:10px}.muted{color:var(--muted)}.wallet-balance{font-size:30px;margin:8px 0 4px}.profile-title{margin:8px 0 16px}
.free-banner{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.free-banner h2{font-size:18px;margin:5px 0}.free-banner p{font-size:12px;color:var(--muted);margin:0}.free-banner .btn{flex:0 0 auto;padding:12px}
.trust-panel{margin-top:14px}.trust-panel h2{margin:8px 0;font-size:20px}.trust-panel p{margin:0;color:var(--muted);line-height:1.5}
.pay-sub{color:#d2cbd8;font-size:13px;line-height:1.45}.premium-insight{border-color:#47375e}.best-pill{display:inline-flex;white-space:nowrap;font-size:8px;background:#7856b8;color:#fff;padding:4px 6px;border-radius:999px;margin-left:4px}
.demo-box{margin-top:14px;border:1px dashed #514263;background:#121019;border-radius:17px;padding:13px;display:grid;gap:7px}.demo-box b{font-size:12px}.demo-box span{font-size:11px;color:var(--muted);line-height:1.4}
.referral-card{background:linear-gradient(145deg,#20172e,#1b1423);border:1px solid #4c3964;border-radius:18px;padding:15px}.referral-card h3{margin:7px 0}.referral-card p{font-size:12px;line-height:1.5;color:#c9c2d0;margin:0}
.row{width:100%;color:#fff;text-align:left}.danger-row strong{color:#ff9cac}
@media(max-width:360px){.grid{grid-template-columns:1fr}.hero h1,.onboarding-card h1{font-size:31px}.free-banner{align-items:flex-start;flex-direction:column}.free-banner .btn{width:100%}.product{gap:8px;padding:12px}.product strong{font-size:14px}.product button{min-width:78px;padding:10px}}
.debt-note{margin:12px 0 2px;padding:12px 14px;border:1px solid #5b3d33;background:#241b18;border-radius:14px;color:#e8c8b9;font-size:12px;line-height:1.45}
.promo-box,.wallet-history{margin-top:14px;border:1px solid var(--line);background:#101016;border-radius:17px;padding:14px}.promo-box small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.promo-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.promo-row input{min-width:0;background:#0b0b10;color:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;text-transform:uppercase;outline:none}.promo-row input:focus{border-color:#7658aa}.promo-row .btn{min-height:44px;padding:10px 13px}.wallet-history-head,.ledger-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-history-head button{border:0;background:transparent;color:#fff;font-size:20px}.ledger-row{padding:11px 0;border-top:1px solid var(--line)}.ledger-row:first-of-type{margin-top:8px}.ledger-row b,.ledger-row small{display:block}.ledger-row small{color:var(--muted);font-size:10px;margin-top:3px}.ledger-row .positive{color:var(--green)}.ledger-row .negative{color:#ff9cac}.empty.compact{padding:14px 4px 2px;font-size:11px}
.question-preview{display:block;width:84px;height:84px;object-fit:cover;border-radius:18px;margin:0 auto 14px;opacity:.9}
.report-link{display:block;margin:16px auto 0;border:0;background:transparent;color:#858390;font-size:12px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.static-row{cursor:default}.static-row span{opacity:.8}.field input[type="email"]{width:100%}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
