:root{--bg:#07111f;--card:#0f2132;--card2:#102a3d;--line:#1f4057;--text:#f5fbff;--muted:#9ab2c3;--cyan:#29d4f2;--teal:#29e0b7;--accent:#7c66ff;--danger:#ef5b6a;--navh:78px}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#07111f 0%,#0b1b2b 100%);color:var(--text)}body{padding-bottom:calc(var(--navh) + 20px)}a{text-decoration:none;color:inherit}.app{max-width:540px;margin:0 auto;min-height:100vh;position:relative}.app-header{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 10px}.brand{display:flex;gap:11px;align-items:center}.logo{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--cyan),var(--accent));box-shadow:0 8px 30px #29d4f244}.logo svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:2}.brand strong{display:block;font-size:16px}.brand small{color:var(--muted)}.avatar{width:40px;height:40px;border-radius:50%;background:#132c40;border:1px solid #25465d;display:grid;place-items:center;font-weight:800;color:#b9eff8}
.hero{margin:10px 16px 18px;border-radius:28px;padding:24px;position:relative;overflow:hidden;background:radial-gradient(circle at 90% 10%,#6f57ff55,transparent 35%),radial-gradient(circle at 10% 100%,#17d9d455,transparent 35%),linear-gradient(135deg,#102b41,#0b1e31);border:1px solid #24455d;box-shadow:0 18px 50px #0006}.hero:after{content:"";position:absolute;width:180px;height:180px;border:1px solid #4fd8ec44;border-radius:50%;right:-75px;top:15px;box-shadow:0 0 0 20px #4fd8ec11,0 0 0 40px #4fd8ec0b}.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#71e7f8;font-weight:800}.hero h1{font-size:30px;line-height:1.06;margin:8px 0 10px;max-width:340px}.hero p{color:#bed0dc;line-height:1.55;margin:0 0 18px;max-width:360px}.cta{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,var(--cyan),#25e3c3);color:#05202a;font-weight:900;padding:12px 16px;border-radius:14px;box-shadow:0 8px 24px #29d4f233}.cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.section{padding:0 16px 18px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:11px}.section-title h2{font-size:18px;margin:0}.section-title a{font-size:12px;color:#70dff0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat{background:#0d2233;border:1px solid #1f4057;border-radius:18px;padding:14px}.stat .n{font-size:22px;font-weight:900}.stat .l{font-size:11px;color:var(--muted);margin-top:3px}.cards{display:grid;gap:12px}.lab-card{background:linear-gradient(145deg,#10263a,#0c1d2c);border:1px solid #21465e;border-radius:22px;padding:16px;display:grid;grid-template-columns:62px 1fr auto;gap:13px;align-items:center;box-shadow:0 10px 30px #0003}.lab-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#123f57,#102a40);border:1px solid #2b607d}.lab-icon svg{width:36px;height:36px;fill:none;stroke:#5ce4f5;stroke-width:1.8}.lab-card h3{margin:0 0 5px;font-size:15px}.lab-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.chev{width:34px;height:34px;border-radius:12px;background:#153047;display:grid;place-items:center;color:#7ce8f6;font-size:22px}.tag{display:inline-flex;padding:5px 8px;border-radius:999px;background:#123326;color:#6df2c9;font-size:10px;font-weight:800;margin-top:8px}.list-card{background:#0d2131;border:1px solid #1e4057;border-radius:20px;padding:16px;margin-bottom:12px}.list-card h3{margin:0 0 7px;font-size:15px}.list-card p,.list-card li{color:var(--muted);font-size:13px;line-height:1.6}.list-card ul{padding-left:18px;margin:8px 0 0}
.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,540px);height:var(--navh);padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#091826f5;border-top:1px solid #214057;display:grid;grid-template-columns:repeat(5,1fr);z-index:100;backdrop-filter:blur(16px)}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#6f8798;font-size:10px;font-weight:700;border-radius:15px}.nav-icon{width:27px;height:27px;display:grid;place-items:center}.nav-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.nav-item.active{color:#67e6f4;background:#102b3d}.nav-item.active .nav-icon{transform:translateY(-1px)}
.page-title{padding:8px 18px 14px}.page-title h1{font-size:26px;margin:4px 0}.page-title p{color:var(--muted);margin:0;line-height:1.5;font-size:13px}.welcome{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 50% 18%,#153b55 0,#07111f 42%,#050b13 100%)}.welcome-card{width:min(100%,430px);text-align:center}.welcome-logo{width:110px;height:110px;margin:0 auto 22px;border-radius:32px;background:linear-gradient(145deg,#29d4f2,#7c66ff);display:grid;place-items:center;box-shadow:0 22px 60px #29d4f244}.welcome-logo svg{width:64px;height:64px;fill:none;stroke:#fff;stroke-width:1.7}.welcome h1{font-size:34px;margin:0 0 10px}.welcome p{color:#a9bdcb;line-height:1.6;margin:0 auto 26px;max-width:350px}.welcome .cta{padding:15px 22px;border-radius:16px}.dots{display:flex;justify-content:center;gap:6px;margin-top:28px}.dots span{width:7px;height:7px;border-radius:50%;background:#2a4053}.dots span:first-child{width:24px;border-radius:6px;background:#41dff0}
@media(max-width:370px){.hero h1{font-size:25px}.stats{gap:7px}.stat{padding:11px}.lab-card{grid-template-columns:54px 1fr auto}.lab-icon{width:54px;height:54px}}
