:root { --ink:#effcf5; --muted:#9bb8aa; --bg:#061914; --panel:#0d2a20; --panel-2:#12372a; --line:rgba(167,225,186,.16); --lime:#b9f37c; --mint:#42d791; --gold:#e7c878; --danger:#ffb5a7; font-family:Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color-scheme:dark; }
* { box-sizing:border-box; }
body { margin:0; min-width:320px; background:radial-gradient(circle at 20% -10%, #234b35 0, transparent 32rem), var(--bg); color:var(--ink); font-size:16px; }
button, input, textarea { font:inherit; }
button { border:0; color:inherit; cursor:pointer; }
.app-shell { min-height:100svh; max-width:680px; margin:0 auto; padding-bottom:92px; position:relative; overflow:hidden; }
.topbar { height:68px; display:flex; align-items:center; justify-content:space-between; padding:14px 18px; position:sticky; top:0; z-index:5; background:rgba(6,25,20,.85); backdrop-filter:blur(18px); border-bottom:1px solid var(--line); }
.brand-mini { display:flex; align-items:center; gap:10px; font-weight:800; font-size:14px; letter-spacing:-.02em; }
.brand-mini img { width:30px; height:30px; object-fit:cover; border-radius:10px; box-shadow:0 0 18px rgba(185,243,124,.28); }
.icon-button { width:38px; height:38px; border-radius:13px; background:rgba(255,255,255,.06); color:var(--muted); font-size:24px; line-height:1; }
.icon-button:hover { background:rgba(255,255,255,.12); color:var(--ink); }
main { padding:22px 18px 30px; }
.eyebrow { color:var(--lime); text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:800; }
h1 { margin:8px 0 12px; font-size:clamp(30px,8vw,52px); line-height:1.02; letter-spacing:-.065em; }
h2 { margin:0; font-size:25px; letter-spacing:-.045em; }
h3 { margin:0; font-size:18px; letter-spacing:-.03em; }
p { color:var(--muted); line-height:1.55; margin:0; }
.hero { padding:10px 0 8px; }
.hero-art { width:min(230px,66vw); aspect-ratio:1; display:block; margin:18px auto 24px; border-radius:38px; box-shadow:0 20px 60px rgba(18,211,119,.16); }
.hero-copy { max-width:460px; }
.hero-copy p { font-size:16px; }
.partner-chip { display:inline-flex; align-items:center; gap:8px; margin:22px 0 0; padding:8px 11px; background:rgba(66,215,145,.11); border:1px solid rgba(66,215,145,.28); border-radius:999px; color:#d2f9dc; font-size:13px; }
.avatar { width:24px; height:24px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,var(--lime),var(--mint)); color:#08301f; font-weight:800; font-size:11px; }
.actions { display:grid; gap:10px; margin-top:27px; }
.button { min-height:52px; border-radius:17px; padding:0 19px; display:inline-flex; align-items:center; justify-content:center; gap:8px; font-weight:800; transition:transform .16s, background .16s; }
.button:active { transform:scale(.98); }
.button-primary { background:linear-gradient(135deg,var(--lime),#72e49b); color:#09281b; box-shadow:0 13px 28px rgba(112,228,155,.17); }
.button-secondary { background:rgba(255,255,255,.07); color:var(--ink); border:1px solid var(--line); }
.button-ghost { background:transparent; color:var(--lime); padding:0; min-height:40px; justify-content:flex-start; }
.section-head { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:12px 0 16px; }
.section-head button { color:var(--lime); background:none; font-size:13px; }
.card { border:1px solid var(--line); border-radius:24px; background:linear-gradient(145deg,rgba(24,67,47,.9),rgba(10,34,26,.9)); padding:17px; }
.notice { display:flex; gap:10px; margin-top:18px; padding:13px; border-radius:16px; background:rgba(231,200,120,.09); color:#eadba9; font-size:12px; line-height:1.45; }
.notice span { font-size:17px; }
.progress { height:5px; border-radius:99px; background:#193d2c; overflow:hidden; margin:10px 0 26px; }
.progress i { display:block; height:100%; background:linear-gradient(90deg,var(--mint),var(--lime)); border-radius:inherit; transition:width .25s; }
.question { max-width:560px; }
.question h2 { margin-bottom:9px; }
.question > p { margin-bottom:22px; }
.choices { display:grid; gap:10px; }
.choice { text-align:left; padding:15px 16px; border-radius:17px; background:rgba(255,255,255,.055); border:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; color:#d7efe0; }
.choice.selected { border-color:var(--lime); background:rgba(185,243,124,.13); color:var(--lime); }
.choice b { color:var(--muted); font-size:12px; }
textarea, input { width:100%; background:#092219; color:var(--ink); border:1px solid var(--line); border-radius:17px; padding:15px; outline:none; resize:vertical; }
textarea:focus, input:focus { border-color:var(--lime); box-shadow:0 0 0 3px rgba(185,243,124,.1); }
.form-actions { display:flex; gap:10px; margin-top:22px; }
.form-actions .button { flex:1; }
.step-note { display:flex; justify-content:space-between; color:var(--muted); font-size:12px; margin-bottom:7px; }
.summary-row { display:flex; gap:14px; padding:13px 0; border-bottom:1px solid var(--line); }
.summary-row:last-child { border-bottom:0; }
.summary-row span:first-child { color:var(--muted); min-width:98px; font-size:13px; }
.summary-row span:last-child { color:#e2f9e8; }
.result-intro { padding:18px; border-radius:23px; background:linear-gradient(135deg,#1d5034,#0e2d22); border:1px solid rgba(185,243,124,.27); margin-bottom:20px; }
.result-intro strong { display:block; font-size:20px; margin:8px 0; }
.product-list { display:grid; gap:12px; }
.product-card { display:grid; grid-template-columns:54px 1fr auto; gap:13px; align-items:start; padding:14px; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.045); }
.product-icon { width:54px; height:54px; border-radius:17px; display:grid; place-items:center; background:linear-gradient(135deg,#173f2c,#87db80); color:#09281b; font-size:23px; }
.product-card p { margin-top:5px; font-size:13px; line-height:1.4; }
.product-card button { background:rgba(255,255,255,.08); width:32px; height:32px; border-radius:10px; color:var(--lime); }
.tag-row { display:flex; flex-wrap:wrap; gap:7px; margin-top:12px; }
.tag { font-size:11px; padding:6px 9px; border-radius:999px; color:#caecd5; background:rgba(66,215,145,.1); }
.profile { display:flex; align-items:center; gap:13px; }
.profile .avatar { width:46px; height:46px; font-size:16px; }
.profile p { font-size:13px; }
.split-actions { display:grid; gap:10px; margin-top:18px; }
.catalog-grid { display:grid; gap:11px; }
.search { margin:16px 0; }
.search input { min-height:48px; }
.team-hero { background:linear-gradient(135deg,#193e2b,#102a22); border:1px solid var(--line); border-radius:24px; padding:20px; }
.team-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:17px; }
.stat { padding:11px 8px; border-radius:15px; background:rgba(0,0,0,.16); text-align:center; }
.stat strong { display:block; color:var(--lime); font-size:20px; }
.stat span { color:var(--muted); font-size:11px; }
.feature-list { display:grid; gap:10px; margin-top:16px; }
.feature { display:flex; gap:12px; align-items:flex-start; padding:13px 0; border-bottom:1px solid var(--line); }
.feature > span { color:var(--lime); font-size:20px; }
.feature p { font-size:13px; margin-top:3px; }
.bottom-nav { position:fixed; left:50%; bottom:0; transform:translateX(-50%); width:min(680px,100%); display:grid; grid-template-columns:repeat(4,1fr); padding:10px 10px calc(10px + env(safe-area-inset-bottom)); background:rgba(6,25,20,.92); border-top:1px solid var(--line); backdrop-filter:blur(20px); z-index:10; }
.nav-item { display:grid; justify-items:center; gap:4px; background:transparent; color:#6f9582; padding:3px; }
.nav-item span { font-size:21px; line-height:1; }
.nav-item small { font-size:11px; }
.nav-item.is-active { color:var(--lime); }
.toast { position:fixed; left:50%; bottom:100px; transform:translate(-50%,20px); opacity:0; pointer-events:none; transition:.25s; background:#eafce9; color:#0b2d1e; border-radius:12px; padding:10px 14px; font-size:13px; z-index:20; box-shadow:0 10px 30px #0005; }
.toast.show { opacity:1; transform:translate(-50%,0); }
@media (min-width:700px) { .app-shell { border-left:1px solid var(--line); border-right:1px solid var(--line); } main { padding:30px 28px 42px; } }
