:root{color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#eef4f9;color:#17314d}*{box-sizing:border-box}body,html{min-height:100%;margin:0}button,input{font:inherit}.login-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 10% 10%,rgba(43,196,205,.22),transparent 34%),radial-gradient(circle at 90% 85%,rgba(20,67,112,.2),transparent 38%),#eef4f9}.login-card{width:min(100%,440px);padding:42px;border:1px solid #d8e3ed;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 28px 70px rgba(23,49,77,.16)}.login-logo{display:block;width:169px;max-width:100%;height:auto;object-fit:contain}.eyebrow{margin:26px 0 6px;color:#0f7890;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.login-card h1{margin:0;font-size:clamp(30px,6vw,42px);line-height:1.05}.login-copy{margin:18px 0 28px;color:#5e7389;line-height:1.65}.login-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:13px;background:#123f69;color:white;font-weight:800;cursor:pointer;transition:transform .16s ease,background .16s ease}.login-button:hover{background:#0c3458;transform:translateY(-1px)}.login-button:focus-visible{outline:3px solid #07828f;outline-offset:3px}.login-button:disabled{cursor:wait;opacity:.72}.google-mark{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:white;color:#4285f4;font-weight:900}.security-note{margin:22px 0 0;color:#5f7387;font-size:12px;text-align:center}@media (max-width:520px){.login-shell{padding:16px}.login-card{padding:30px 24px;border-radius:20px}}