: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;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: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}}.auth-screen{min-height:100vh;box-sizing:border-box;display:grid;place-items:center;padding:24px;overflow:hidden;color:#f7f2e7;background:radial-gradient(circle at 18% 15%,rgba(198,160,82,.18),transparent 30%),radial-gradient(circle at 82% 85%,rgba(33,109,76,.2),transparent 34%),linear-gradient(145deg,#07110d,#0e1c16 52%,#09130f)}.auth-screen:before,.auth-screen:after{content:"";position:fixed;width:38vw;height:38vw;min-width:280px;min-height:280px;border:1px solid rgba(207,174,101,.12);border-radius:50%;pointer-events:none}.auth-screen:before{top:-23vw;right:-10vw}.auth-screen:after{bottom:-25vw;left:-12vw}.auth-card{position:relative;z-index:1;width:min(100%,420px);box-sizing:border-box;padding:42px 38px 34px;border:1px solid rgba(207,174,101,.25);border-radius:22px;background:#0c1a14e0;box-shadow:0 28px 80px #0000006b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center}.auth-mark{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 18px;border:1px solid rgba(224,193,121,.68);border-radius:50%;color:#e5c983;font-family:Georgia,Times New Roman,serif;font-size:21px;letter-spacing:.08em}.auth-eyebrow{margin:0 0 8px;color:#cdb06b;font-size:12px;font-weight:700;letter-spacing:.25em}.auth-card h1{margin:0;color:#fffdf7;font-family:Georgia,"Noto Serif SC",serif;font-size:clamp(30px,7vw,40px);font-weight:500;line-height:1.2}.auth-description{margin:14px 0 30px;color:#f1eee3ad;font-size:14px}.auth-form{text-align:left}.auth-form label{display:block;margin-bottom:9px;color:#ffffffc7;font-size:13px;font-weight:600}.auth-form input{width:100%;height:50px;box-sizing:border-box;padding:0 15px;border:1px solid rgba(255,255,255,.15);border-radius:10px;outline:none;color:#fff;background:#ffffff0f;font:inherit;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.auth-form input::placeholder{color:#ffffff52}.auth-form input:focus{border-color:#d2af62;background:#ffffff17;box-shadow:0 0 0 3px #d2af6224}.auth-form input[aria-invalid=true]{border-color:#df7f72}.auth-message{min-height:32px;padding-top:7px}.auth-message p{margin:0;color:#f3a096;font-size:13px}.auth-form button{width:100%;height:50px;border:1px solid #d6b66d;border-radius:10px;color:#102017;background:linear-gradient(135deg,#e6ca86,#c9a555);box-shadow:0 10px 30px #b0883533;font-size:15px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.auth-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 13px 34px #b0883547}.auth-form button:focus-visible{outline:3px solid rgba(230,202,134,.4);outline-offset:3px}.auth-form button:disabled{cursor:not-allowed;opacity:.48}.auth-security-note{margin:24px 0 0;color:#ffffff61;font-size:12px}.auth-loader{width:34px;height:34px;border:2px solid rgba(230,202,134,.2);border-top-color:#e6ca86;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-loading-text{margin:14px 0 0;color:#ffffffa6;font-size:13px}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.auth-card{padding:34px 24px 28px}}@media(prefers-reduced-motion:reduce){.auth-loader{animation-duration:1.4s}}
