:root{--ink:#102018;--muted:#68756c;--green:#9af04b;--deep:#08170f;--line:#dfe8e1;--bg:#f5f8f4}*{box-sizing:border-box}body{margin:0;font:15px 'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}.public-nav{height:76px;padding:0 max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;gap:30px;background:rgba(255,255,255,.92);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.public-brand{font-size:23px;font-weight:800;display:flex;align-items:center;gap:10px}.public-brand img{width:38px}.public-links{display:flex;gap:25px;margin-left:auto;color:var(--muted)}.nav-actions{display:flex;gap:8px}.btn{border:0;border-radius:11px;padding:12px 18px;font-weight:700;cursor:pointer;display:inline-block}.btn-green{background:var(--green);color:#102018}.btn-dark{background:var(--deep);color:#fff}.btn-outline{border:1px solid var(--line);background:#fff}.hero{min-height:650px;padding:100px 24px 80px;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(152,240,73,.24),transparent 35%),linear-gradient(#fff,var(--bg))}.hero-badge{display:inline-block;background:#e9fbdc;color:#478d22;border-radius:20px;padding:7px 13px;font-size:11px;font-weight:700}.hero h1{max-width:850px;margin:25px auto 18px;font-size:62px;line-height:1.03;letter-spacing:-3px}.hero h1 span{color:#5fbd2d}.hero p{max-width:650px;margin:0 auto 28px;color:var(--muted);font-size:18px;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:10px}.trust{margin-top:28px;color:#7d8981;font-size:12px}.features,.pricing{max-width:1180px;margin:auto;padding:90px 24px}.section-intro{text-align:center;max-width:650px;margin:0 auto 45px}.section-intro h2{font-size:38px;letter-spacing:-1.5px;margin:10px}.section-intro p{color:var(--muted)}.feature-grid,.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card,.price-card-public{background:#fff;border:1px solid var(--line);border-radius:21px;padding:27px}.feature-card span{width:45px;height:45px;border-radius:13px;background:#eafadd;color:#4fa825;display:grid;place-items:center;font-size:20px}.feature-card h3{font-size:18px}.feature-card p,.price-card-public p{color:var(--muted);line-height:1.6}.price-card-public.featured{background:var(--deep);color:#fff;transform:translateY(-8px)}.price-card-public.featured p{color:#9baaa1}.price-value{font-size:32px;font-weight:800;margin:20px 0}.price-card-public ul{padding:0;list-style:none;line-height:2}.price-card-public li:before{content:'✓';color:#76d63b;margin-right:8px}.footer{background:var(--deep);color:#a4b1a9;text-align:center;padding:35px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-art{padding:55px;background:radial-gradient(circle at 20% 20%,rgba(159,245,79,.25),transparent 32%),var(--deep);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.auth-art h1{font-size:48px;max-width:550px;letter-spacing:-2px}.auth-art p{color:#9fb0a5;max-width:500px;line-height:1.7}.auth-main{display:grid;place-items:center;padding:35px}.auth-card{width:min(430px,100%)}.auth-card h2{font-size:30px;margin-bottom:8px}.auth-card>p{color:var(--muted);margin-bottom:25px}.auth-card label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;margin:14px 0}.auth-card input,.auth-card select{height:47px;border:1px solid var(--line);border-radius:11px;padding:0 13px;background:#fff}.auth-card .btn{width:100%;margin-top:10px}.alert{border-radius:10px;padding:12px 14px;margin:12px 0}.alert-error{background:#fff0ee;color:#a93f37}.alert-success{background:#eaf9e4;color:#397d20}.auth-foot{text-align:center;color:var(--muted);margin-top:18px}.auth-foot a{color:#4d9f28;font-weight:700}@media(max-width:800px){.public-links{display:none}.hero h1{font-size:42px}.feature-grid,.price-grid{grid-template-columns:1fr}.price-card-public.featured{transform:none}.auth-shell{grid-template-columns:1fr}.auth-art{display:none}.public-nav{padding:0 16px}.nav-actions .btn:first-child{display:none}}
