:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0ea5e9,#9333ea);padding:2rem;box-sizing:border-box}.login-card{width:min(400px,100%);background-color:#fffffff2;border-radius:16px;padding:2.75rem 2.5rem;box-shadow:0 20px 50px #0f172a40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center}.login-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.login-subtitle{font-size:1rem;color:#475569;margin-bottom:1.75rem}.login-button{width:100%;padding:.85rem 1rem;border-radius:9999px;border:none;background-color:#2563eb;color:#f8fafc;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 10px 25px #2563eb4d}.login-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #2563eb59;background-color:#1d4ed8}.login-button:disabled{opacity:.7;cursor:progress}.login-error{margin-top:1rem;padding:.75rem 1rem;background-color:#dc26261f;border-radius:12px;color:#991b1b;font-size:.95rem}
