:root{--ink:#181914;--muted:#73756b;--paper:#f4f4ee;--card:#fff;--lime:#caff42;--line:#e4e5dc;--dark:#161712}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.5 Inter,"Segoe UI",Arial,sans-serif}aside{position:fixed;inset:0 auto 0 0;width:250px;background:var(--dark);color:#fff;padding:28px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 32px}.brand>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--lime);color:#111;font-size:22px;font-weight:900}.brand strong,.brand small,.secure strong,.secure small{display:block}.brand strong{font-size:18px}.brand small,.secure small{color:#9fa194}.brand small{font-size:11px}nav{display:grid;gap:7px}nav a{color:#aeb0a3;text-decoration:none;padding:12px 14px;border-radius:10px;font-weight:650}nav a:hover,nav a.active{background:#292a24;color:#fff}nav a.active{box-shadow:inset 3px 0 var(--lime)}.secure{margin-top:auto;border:1px solid #35362e;border-radius:13px;padding:13px;display:flex;align-items:center;gap:10px}.secure i{width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #caff421a}main{margin-left:250px;padding:36px 42px 70px;max-width:1500px}header{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}header p,.section-title small{margin:0;color:#85877d;font-size:10px;font-weight:850;letter-spacing:.16em}h1{margin:3px 0 0;font-size:32px;letter-spacing:-.045em}.phase{background:#e8eadf;border-radius:99px;padding:7px 12px;font-size:12px;font-weight:700}.hero{min-height:245px;border-radius:22px;padding:38px 42px;background:var(--dark);color:#fff;display:flex;align-items:end;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:330px;height:330px;border:78px solid var(--lime);border-radius:50%;right:-130px;top:-180px}.hero>div,.hero>a{position:relative;z-index:1}.hero small{color:var(--lime);font-weight:900;letter-spacing:.14em}.hero h2{font-size:38px;line-height:1.05;letter-spacing:-.05em;max-width:720px;margin:9px 0 13px}.hero p{max-width:760px;color:#bec0b5;margin:0}.hero a{background:var(--lime);color:#152000;text-decoration:none;font-weight:800;padding:12px 16px;border-radius:11px;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:16px 0}.cards article,.chat,.roadmap{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:22px}.cards small{display:block;color:#888a80;font-size:9px;font-weight:850;letter-spacing:.13em;margin-top:17px}.cards strong{display:block;font-size:21px;margin:4px 0}.cards p{color:var(--muted);margin:0}.icon{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;font-weight:900}.icon.green{background:#e2f6e8;color:#187048}.icon.dark{background:#20211b;color:#fff}.icon.lime{background:var(--lime)}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:15px}.section-title h3{font-size:21px;margin:4px 0 18px}.bubble{background:#1e201a;color:#fff;border-radius:15px 15px 15px 4px;padding:17px 19px;max-width:80%;font-size:15px}.prompt{display:flex;gap:8px;margin-top:20px}.prompt input{flex:1;border:1px solid var(--line);border-radius:11px;padding:13px;background:#f7f7f2}.prompt button{border:0;border-radius:11px;background:#e7e8df;padding:0 18px;font-weight:750}.note{font-size:11px;color:var(--muted);margin:12px 0 0}.roadmap ol{list-style:none;padding:0;margin:0;display:grid;gap:17px}.roadmap li{display:flex;gap:12px;align-items:center}.roadmap li>b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#eeefe8}.roadmap li.done>b{background:#dff4e6;color:#176944}.roadmap li.current>b{background:var(--lime)}.roadmap strong,.roadmap span{display:block}.roadmap span{font-size:12px;color:var(--muted)}@media(max-width:950px){aside{width:82px}.brand div,nav a:not(.active),.secure div{display:none}.brand{padding-left:1px}nav a.active{font-size:0;height:44px}main{margin-left:82px;padding:26px}.split{grid-template-columns:1fr}.hero{align-items:start;flex-direction:column}.cards{grid-template-columns:1fr 1fr}}@media(max-width:620px){aside{display:none}main{margin:0;padding:18px 13px}.cards{grid-template-columns:1fr}.hero{padding:28px 24px}.hero h2{font-size:30px}header{align-items:center}.phase{display:none}}
