:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#eef4ff;background:#060913;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 70% 20%,#17234a 0,transparent 32%),#060913}button,input{font:inherit}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,620px) 1fr}.login-card{padding:56px clamp(32px,7vw,96px);display:flex;flex-direction:column;justify-content:center;background:#080d1bdb;border-right:1px solid #24314f}.brand{display:flex;align-items:center;gap:14px}.brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#7c5cff,#16d5e8);font-weight:900;box-shadow:0 10px 30px #6755ff44}.brand div{display:grid}.brand small,.dashboard nav small{color:#8090ae;margin-top:3px}.intro{margin:72px 0 40px}.eyebrow{color:#54dbea;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}.intro h1,.dashboard h1{font-size:clamp(36px,5vw,58px);line-height:1.05;margin:12px 0 18px;letter-spacing:-.045em}.intro>p:last-child{color:#95a3bd;line-height:1.7;max-width:480px}form{display:grid;gap:20px}label{display:grid;gap:8px;color:#aab6cc;font-size:14px;font-weight:650}input{height:50px;border:1px solid #2a3959;border-radius:12px;color:#fff;background:#0c1323;padding:0 15px;outline:none}input:focus{border-color:#5fcbd8;box-shadow:0 0 0 3px #31bfd31b}button{height:52px;border:0;border-radius:12px;color:#07101a;background:linear-gradient(135deg,#61e2ec,#7187ff);font-weight:850;cursor:pointer}.error{color:#ff8694;margin:0}.login-shell aside{display:grid;place-items:center;padding:10vw;position:relative;overflow:hidden}.orb{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(145deg,#7356ff,#00c8e5);filter:blur(60px);opacity:.22}.login-shell blockquote{position:relative;max-width:620px;font-size:clamp(26px,3vw,46px);line-height:1.25;font-weight:750;letter-spacing:-.035em}.dashboard{min-height:100vh}.dashboard nav{height:76px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #202c45;background:#080d1acc}.dashboard nav p{display:grid;text-align:right}.dashboard section{padding:72px max(32px,8vw)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:46px}.cards article{padding:26px;border:1px solid #2a3d62;border-radius:18px;background:linear-gradient(145deg,#152944b8,#0b1426cc);box-shadow:0 20px 60px #0005}.cards small,.cards p{color:#8fa0ba}.cards strong{display:block;font-size:25px;margin-top:14px}@media(max-width:800px){.login-shell{grid-template-columns:1fr}.login-shell aside{display:none}.login-card{border:0;padding:32px}.cards{grid-template-columns:1fr}}
