:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f7f8fc}*{box-sizing:border-box}body{margin:0;min-height:100vh}.shell{max-width:1160px;margin:auto;padding:0 24px}.site-header{background:#fff;border-bottom:1px solid #e9eaf1}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-weight:850;letter-spacing:-.04em;color:#171a40;font-size:1.35rem;text-decoration:none}.brand span{color:#6559f5}.nav-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.nav-links a{color:#4d5264;text-decoration:none;padding:9px 11px;border-radius:8px}.nav-links a:hover{background:#f0efff;color:#5146e5}.button,.nav-links .button,button{display:inline-block;border:0;background:#5b4df5;color:#fff;padding:11px 17px;border-radius:9px;text-decoration:none;font:inherit;font-weight:650;cursor:pointer}.button:hover,.nav-links .button:hover{background:#4639df;color:#fff}.hero{padding:92px 0 72px;background:radial-gradient(circle at 75% 15%,#ddd9ff 0,transparent 31%),#f7f8fc}.eyebrow{color:#5b4df5;font-size:.78rem;font-weight:800;letter-spacing:.13em}.hero h1{max-width:760px;font-size:clamp(3rem,7vw,5.8rem);letter-spacing:-.07em;line-height:.98;margin:16px 0}.hero p{font-size:1.16rem;line-height:1.7;max-width:620px;color:#596074}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button.secondary{background:#fff;color:#29244e;border:1px solid #dcd9f7}.section{padding:64px 0}.section h2{font-size:2rem;letter-spacing:-.04em}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;padding:25px;border-radius:16px;border:1px solid #ebebf1;box-shadow:0 10px 25px #1510300a}.card h3{margin:0 0 9px}.card p{color:#62697b;line-height:1.6;margin:0}.form-wrap{max-width:640px;padding:60px 0}.form-card{background:#fff;border:1px solid #e6e6ed;border-radius:16px;padding:28px;box-shadow:0 15px 45px #13112d0b}.form-card h1{margin-top:0}.form-card label{font-weight:650;display:block;margin-bottom:16px}.form-card input,.form-card select{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #d8d9e3;border-radius:8px;font:inherit}.alert{padding:12px 14px;border-radius:9px;background:#fff2f2;color:#ad2435}.dashboard{padding:52px 0}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.panel{background:#fff;padding:25px;border:1px solid #e7e7ed;border-radius:16px}.meta{color:#656b7c}.status{display:inline-block;padding:5px 10px;background:#fff6d8;color:#836000;border-radius:99px;font-weight:750;font-size:.8rem}.site-footer{padding:28px 0;background:#171a32;color:#bec2d7}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.site-footer a{color:#e6e7f5;text-decoration:none}@media(max-width:720px){.nav{height:auto;padding:16px 0;align-items:flex-start;flex-direction:column}.cards,.dashboard-grid{grid-template-columns:1fr}.hero{padding-top:65px}.footer-inner{align-items:flex-start;flex-direction:column}}
