:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f3f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-background-primary: #ffffff;--color-background-secondary: #f4f7fb;--color-background-tertiary: #eef2f7;--color-background-success: #e8f7f1;--color-background-danger: #fdecec;--color-background-warning: #fff5df;--color-background-info: #eaf2fb;--color-text-primary: #172033;--color-text-secondary: #64748b;--color-text-success: #0f6e56;--color-text-danger: #a32d2d;--color-text-warning: #9a6700;--color-text-info: #185fa5;--color-border-secondary: #cbd5e1;--color-border-tertiary: #e2e8f0;--color-border-warning: #f1c66d;--color-border-info: #9fc3e5}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--color-background-tertiary)}button,input,select,textarea{font:inherit}button{transition:opacity .16s ease,transform .16s ease,background .16s ease}button:hover{opacity:.9}button:active{transform:translateY(1px)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(95,158,160,.18);border-color:#5f9ea0!important}@media(max-width:900px){#root>div{min-width:980px}}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(95,158,160,.15),transparent 32%),radial-gradient(circle at 85% 80%,rgba(95,158,160,.12),transparent 30%),#eef2f7}.auth-card{width:min(100%,430px);background:#fff;border:1px solid #dbe3ec;border-radius:18px;padding:30px;box-shadow:0 18px 55px #0f172a1a}.auth-brand-header{margin-bottom:18px}.auth-card h1{margin:6px 0 8px;font-size:27px;color:#172033}.auth-card>p{color:#64748b;font-size:14px;line-height:1.55;margin:0 0 22px}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:6px}.auth-form label span{font-size:12px;font-weight:600;color:#334155}.auth-form input{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:10px 12px;background:#fff;color:#172033}.auth-primary{border:0;border-radius:9px;padding:11px 14px;background:#5f9ea0;color:#fff;font-weight:600;cursor:pointer;margin-top:2px}.auth-primary:disabled,.auth-actions button:disabled{opacity:.55;cursor:not-allowed}.auth-actions{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.auth-actions button{border:0;background:transparent;color:#5f9ea0;padding:0;cursor:pointer;font-size:12px}.auth-error,.auth-success,.auth-notice{border-radius:8px;padding:9px 11px;font-size:12px;line-height:1.45}.auth-error{background:#fdecec;color:#a32d2d}.auth-success{background:#e8f7f1;color:#0f6e56}.auth-notice{background:#eef8f8;color:#3f7f82;margin-top:16px}.auth-footer{border-top:1px solid #e2e8f0;margin-top:22px;padding-top:14px;text-align:center;color:#94a3b8;font-size:11px}.auth-loading{color:#64748b;font-size:14px;text-align:center}
