:root{--ink:#10271e;--green:#124c3b;--lime:#d9f05a;--paper:#f5f7f3;--muted:#627169;--line:#d8e0da;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.public-nav{display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:26px 28px}.brand{text-decoration:none;font-size:21px;font-weight:900}.brand span{display:block;color:#79920b;font-size:11px;letter-spacing:.18em}.nav-actions{display:flex;align-items:center;gap:22px}.nav-actions a{text-decoration:none;font-weight:750}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:9px;background:var(--green);color:#fff;text-decoration:none;font-weight:850;border:0;cursor:pointer}.button.light{background:var(--lime);color:var(--ink)}.hero{max-width:1180px;margin:28px auto 0;padding:72px 64px;border-radius:24px;background:var(--green);color:#fff;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-140px;top:-150px;border:70px solid rgba(217,240,90,.16)}.eyebrow{display:block;margin-bottom:15px;color:var(--lime);font-size:12px;font-weight:900;letter-spacing:.2em}.hero h1{max-width:790px;margin:0;font-size:clamp(44px,7vw,82px);line-height:.98;letter-spacing:-.055em}.hero p{max-width:650px;margin:28px 0;color:#d6e2dc;font-size:20px;line-height:1.55}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.features{max-width:1180px;margin:22px auto;padding:0 0 58px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature strong{display:block;margin-bottom:9px;font-size:21px}.feature p{margin:0;color:var(--muted);line-height:1.55}.public-footer{display:flex;justify-content:space-between;gap:20px;max-width:1180px;margin:auto;padding:28px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.public-footer div{display:flex;gap:20px}.auth-shell{min-height:calc(100vh - 89px);display:grid;place-items:center;padding:32px}.auth-card{width:min(460px,100%);padding:38px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(16,39,30,.08)}.auth-card h1{margin:5px 0 12px;font-size:38px;letter-spacing:-.04em}.auth-card>p{color:var(--muted);line-height:1.5}.auth-card label{display:grid;gap:7px;margin-top:17px;font-weight:800}.auth-card input{width:100%;padding:13px;border:1px solid #bdc9c1;border-radius:9px;font:inherit}.auth-card button{width:100%;margin-top:22px}.error{min-height:22px;color:#b42318;font-weight:700}.legal{max-width:850px;margin:28px auto 70px;padding:48px;border:1px solid var(--line);border-radius:18px;background:#fff}.legal h1{font-size:44px;letter-spacing:-.04em}.legal h2{margin-top:34px}.legal p,.legal li{color:#3f5148;line-height:1.7}.concept{padding:14px 16px;border-radius:9px;background:#fff4df;color:#7a4c00;font-weight:750}.legal-meta{color:var(--muted)}@media(max-width:800px){.nav-actions>a:not(.button){display:none}.hero{margin:12px;padding:48px 28px}.features{grid-template-columns:1fr;margin:12px}.public-footer{margin:12px;flex-direction:column}.legal{margin:12px;padding:28px}.legal h1{font-size:36px}}
