:root{--navy:#071522;--ink:#172231;--muted:#68788a;--line:#dce4ec;--white:#fff;--bg:#f2f5f8;--gold:#e9b949}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.page{max-width:1480px;margin:auto;padding:28px 3vw 60px}.topbar{height:78px;background:var(--navy);color:white;display:flex;align-items:center;padding:0 4vw;gap:28px;position:sticky;top:0;z-index:10;box-shadow:0 8px 30px #0002}.brand{display:flex;align-items:center;gap:11px;color:white;text-decoration:none;font-weight:900;letter-spacing:.12em}.brand img{width:52px;height:52px;object-fit:contain;background:white;border-radius:12px}.brand small{display:block;font-size:10px;color:#9fb2c4;letter-spacing:.2em}.account{display:grid;margin-left:auto;text-align:right}.account span{font-size:13px;font-weight:700}.account small{font-size:9px;color:#92a9bd}.topbar nav{display:flex;gap:6px}.topbar nav a{color:#d7e3ee;text-decoration:none;padding:10px 12px;border-radius:9px;font-size:13px}.topbar nav a:hover{background:#ffffff12}.eyebrow{font-size:10px;letter-spacing:.18em;font-weight:900;color:#3384c3}.hero{min-height:220px;background:radial-gradient(circle at 80% 10%,#174e73,#071522 60%);border-radius:24px;color:white;padding:38px 42px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;box-shadow:0 18px 50px #0e2c4422}.hero h1{font-size:clamp(30px,4vw,52px);margin:8px 0}.hero p{margin:0;color:#bbcede}.hero-mark{font-weight:950;font-size:96px;letter-spacing:-.08em;color:#ffffff08;border:2px solid #ffffff0c;border-radius:50%;width:170px;height:170px;display:grid;place-items:center}.layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;margin-top:28px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:15px}.section-title h2{margin:5px 0 0;font-size:25px}.secure{font-size:11px;color:#188354;background:#e8f7ef;padding:7px 10px;border-radius:99px}.modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.module{position:relative;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;text-decoration:none;color:inherit;display:grid;grid-template-columns:52px 1fr;gap:15px;min-height:170px;box-shadow:0 8px 24px #17344f0a;transition:.18s}.module:hover{transform:translateY(-3px);box-shadow:0 15px 35px #17344f18;border-color:#afc5d8}.module-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;font-size:16px;font-weight:900;background:#eaf3fb;color:#19659f}.module h3{margin:2px 0 7px;font-size:17px}.module p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.module>b{grid-column:2;font-size:11px;color:#19659f;align-self:end}.module.violet .module-icon{background:#f2edff;color:#6c4ab6}.module.orange .module-icon{background:#fff1e4;color:#b85c18}.module.green .module-icon{background:#e8f7ef;color:#14754d}.module.red .module-icon{background:#ffecee;color:#b52c38}.layout aside{display:grid;gap:14px;align-content:start}.summary,.activity,.card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 24px #17344f0a}.summary h2{margin:5px 0 18px}.numbers{display:grid;gap:9px}.numbers div{background:#f6f8fb;border-radius:12px;padding:13px;display:grid}.numbers strong{font-size:22px;color:#123f63}.numbers span{font-size:10px;color:var(--muted)}.activity h3{margin-top:0}.activity>div{display:flex;gap:9px;padding:9px 0;border-bottom:1px solid #edf1f5}.activity>div:last-child{border:0}.dot{width:8px;height:8px;background:#2d8d64;border-radius:50%;margin-top:5px}.activity p{margin:0;display:grid}.activity b{font-size:11px}.activity small{font-size:10px;color:var(--muted)}.muted{color:var(--muted);font-size:12px}.login{min-height:calc(100vh - 56px);background:var(--navy);border-radius:26px;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;box-shadow:0 25px 70px #07152230}.login>section{padding:7vw;color:white;background:radial-gradient(circle at 20% 5%,#195684,#071522 62%);display:flex;flex-direction:column;justify-content:center}.login-logo{width:190px;height:190px;object-fit:contain;background:white;border-radius:22px;margin-bottom:30px}.login h1{font-size:clamp(45px,6vw,86px);line-height:.98;margin:12px 0 22px;letter-spacing:-.05em}.login section p{max-width:640px;color:#bfd1df;font-size:18px;line-height:1.55}.login>form{background:white;padding:9vh 11%;display:grid;align-content:center;gap:16px}.login form h2{font-size:34px;margin:0}.login form>p{color:var(--muted);margin:0 0 18px}.login label,.user-form label{font-size:11px;font-weight:800;color:#45586b;display:grid;gap:6px}.login input,.user-form input,.user-form select{border:1px solid #cbd7e2;border-radius:11px;padding:14px;font:inherit;outline:none}.login input:focus,.user-form input:focus{border-color:#2d82c1;box-shadow:0 0 0 3px #2d82c118}.login button,.user-form>button{border:0;border-radius:11px;padding:14px;background:#0a4e7e;color:white;font-weight:900;cursor:pointer}.login form>small{text-align:center;color:#8291a0}.users-head{padding:20px 5px}.users-head h1{font-size:38px;margin:7px 0}.users-head p{color:var(--muted)}.users-layout{display:grid;grid-template-columns:420px 1fr;gap:20px}.card h2{margin-top:0}.user-form{display:grid;gap:13px}.user-form fieldset{border:1px solid var(--line);border-radius:12px;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.user-form legend{font-size:11px;font-weight:900;padding:0 5px}.user-form .check{display:flex;align-items:center;gap:7px}.user-list{display:grid;gap:8px}.user{display:grid;grid-template-columns:42px 1fr auto auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:11px}.avatar{width:42px;height:42px;border-radius:12px;background:#e8f1f8;color:#174d76;display:grid;place-items:center;font-weight:900}.user>div{display:grid}.user small{color:var(--muted);font-size:10px}.state{font-size:10px;padding:5px 8px;border-radius:99px}.state.on{background:#e6f7ee;color:#14744d}.state.off{background:#f2f2f2;color:#777}.secondary{border:1px solid var(--line);background:white;border-radius:8px;padding:7px 9px;cursor:pointer}.flash{padding:12px 15px;border-radius:10px;margin-bottom:15px}.flash.success{background:#e4f7ed;color:#176b49}.flash.error{background:#ffeaea;color:#a02525}@media(max-width:950px){.layout{grid-template-columns:1fr}.login{grid-template-columns:1fr}.login>section{display:none}.login>form{min-height:85vh}.users-layout{grid-template-columns:1fr}.account{display:none}}@media(max-width:650px){.page{padding:14px 12px 40px}.topbar{height:68px;padding:0 13px}.brand img{width:45px;height:45px}.topbar nav a:not(:last-child){display:none}.hero{padding:26px 23px;min-height:185px}.hero-mark{display:none}.modules{grid-template-columns:1fr}.module{min-height:155px}.section-title{align-items:start}.secure{display:none}.user{grid-template-columns:42px 1fr auto}.user form{grid-column:2}.login>form{padding:50px 28px}.user-form fieldset{grid-template-columns:1fr}}

