:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#eaf2fa;background:#08131f;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,#17334a 0,#08131f 55%)}.login{width:min(100%,430px);padding:36px;background:#102438;border:1px solid #36566e;border-top:4px solid #67d9df;border-radius:8px;box-shadow:0 24px 70px #0008}.eyebrow{margin:0 0 10px;color:#78e0e4;font-size:.8rem;letter-spacing:.16em;font-weight:700}h1{margin:0;font-size:2rem}p{color:#b7c9d8;line-height:1.6}.error{padding:11px 12px;border:1px solid #a45d5d;background:#371c24;color:#ffd0d0;border-radius:5px}form,label{display:grid;gap:10px}form{margin-top:24px}label{color:#c4d4e0;font-size:.95rem}input,button{width:100%;min-height:48px;border-radius:5px;font:inherit}input{padding:10px 12px;border:1px solid #587890;background:#081827;color:#fff}input:focus-visible,button:focus-visible{outline:3px solid #8ae8ec;outline-offset:2px}button{margin-top:8px;border:0;background:#68d9df;color:#06151c;font-weight:800;cursor:pointer}button:hover{background:#8ae8ec}

