:root{--font-sans: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Space Grotesk", var(--font-sans);--color-auth-bg: #101622;--color-auth-bg-overlay: rgba(16, 22, 34, .68);--color-auth-panel: rgba(10, 10, 11, .76);--color-auth-panel-border: rgba(43, 108, 238, .24);--color-auth-panel-muted: rgba(15, 23, 42, .5);--color-auth-panel-muted-strong: rgba(15, 23, 42, .72);--color-auth-primary: #2b6cee;--color-auth-text: #f8fafc;--color-auth-text-muted: #94a3b8;--color-auth-text-faint: #64748b;--color-auth-border: rgba(255, 255, 255, .1);--color-auth-success-bg: rgba(34, 197, 94, .15);--color-auth-error-bg: rgba(251, 113, 133, .14);--radius-sm: .75rem;--radius-md: 1rem;--radius-lg: 1.5rem;--shadow-auth: 0 28px 80px rgba(2, 6, 23, .45)}*{box-sizing:border-box}body{font-family:var(--font-sans)}.auth-shell{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at top center,rgba(43,108,238,.22),transparent 36%),linear-gradient(180deg,#111722 0%,var(--color-auth-bg) 100%);color:var(--color-auth-text)}.auth-background{position:absolute;inset:0;display:grid;grid-template-columns:16rem 1fr;gap:1.5rem;padding:2.5rem;opacity:.34;filter:blur(12px);pointer-events:none}.auth-background__sidebar{grid-row:1 / span 2;border-radius:var(--radius-lg);background:#1e293bcc}.auth-background__panel{min-height:3rem;border-radius:var(--radius-md);background:#1e293bd9}.auth-background__panel--primary{background:#2b6ceef2}.auth-background__grid{grid-column:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.auth-background__tile{min-height:11rem;border-radius:var(--radius-lg);background:#1e293be6}.auth-overlay{position:relative;z-index:1;display:flex;min-height:100vh;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--color-auth-bg-overlay)}.auth-card{position:relative;width:min(100%,28rem);overflow:hidden;border:1px solid var(--color-auth-panel-border);border-radius:var(--radius-lg);background:var(--color-auth-panel);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:var(--shadow-auth)}.auth-card--compact{width:min(100%,24rem);padding:1.5rem}.auth-glow{position:absolute;inset:0;background-image:radial-gradient(circle at 50% 22%,rgba(43,108,238,.14) 0%,transparent 70%);opacity:.9;pointer-events:none}.auth-card__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.auth-brand{display:flex;flex-direction:column;align-items:center;text-align:center}.auth-brand__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:1rem;background:var(--color-auth-primary);color:#fff;box-shadow:0 16px 40px #2b6cee47}.auth-brand__icon .material-symbols-outlined{font-size:2rem}.auth-badge{margin-bottom:.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-auth-primary)}.auth-title{margin:0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.2rem);font-weight:700;line-height:1.05}.auth-subtitle{margin:.5rem 0 0;max-width:26rem;color:var(--color-auth-text-muted);font-size:.95rem;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field__label{padding-left:.25rem;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-auth-text-muted)}.auth-field__control{position:relative}.auth-field__icon{position:absolute;top:1rem;left:1rem;color:var(--color-auth-text-faint);pointer-events:none}.auth-input{width:100%;min-height:3.5rem;border:1px solid var(--color-auth-border);border-radius:1rem;background:var(--color-auth-panel-muted);color:var(--color-auth-text);padding:1rem 1rem 1rem 3rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.auth-input::placeholder{color:var(--color-auth-text-faint)}.auth-input:focus{border-color:var(--color-auth-primary);box-shadow:0 0 0 3px #2b6cee2e;background:var(--color-auth-panel-muted-strong)}.auth-input--textarea{min-height:6.25rem;resize:vertical}.auth-input--error{border-color:#fb7185b3}.auth-field__hint,.auth-field__error{padding-left:.25rem;font-size:.82rem}.auth-field__hint{color:var(--color-auth-text-faint)}.auth-field__error{color:#fda4af}.auth-password-field{position:relative}.auth-password-field__toggle{position:absolute;right:.85rem;top:2.25rem;border:0;background:transparent;color:var(--color-auth-text-faint);cursor:pointer}.auth-password-field__toggle:hover{color:var(--color-auth-text)}.auth-inline-row{display:flex;justify-content:flex-end}.auth-inline-row--start{justify-content:flex-start}.auth-link-button{border:0;padding:0;background:transparent;color:var(--color-auth-primary);font:inherit;font-weight:600;cursor:pointer}.auth-link-button:hover{color:#8ab4ff}.auth-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:3.25rem;border:0;border-radius:.85rem;background:linear-gradient(180deg,#3478ff,#2b6cee);color:#fff;font-family:var(--font-display);font-size:.98rem;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 32px #2b6cee4d}.auth-button--secondary{border:1px solid var(--color-auth-border);background:#0f172aeb;box-shadow:none}.auth-button--secondary:hover:not(:disabled){box-shadow:0 10px 24px #0f172a47}.auth-button:disabled{opacity:.7;cursor:wait}.auth-actions{display:flex;justify-content:flex-start}.auth-status{border-radius:.95rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.auth-status--success{background:var(--color-auth-success-bg);color:#bbf7d0}.auth-status--error{background:var(--color-auth-error-bg);color:#fecdd3}.auth-guidance{border:1px solid rgba(255,255,255,.06);border-radius:1rem;background:#0f172a52;padding:1rem}.auth-guidance__title{margin:0 0 .6rem;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--color-auth-text-faint)}.auth-guidance__list{display:grid;gap:.35rem;margin:0;padding-left:1rem;color:var(--color-auth-text-muted);font-size:.9rem}.auth-footer-copy,.auth-helper-text{margin:0;text-align:center;color:var(--color-auth-text-muted);line-height:1.6}@media(max-width:900px){.auth-background{grid-template-columns:1fr;padding:1.25rem}.auth-background__sidebar{display:none}.auth-background__grid{grid-column:1;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.auth-overlay{padding:1rem}.auth-card__content{padding:1.5rem}.auth-title{font-size:1.65rem}.auth-background__grid{grid-template-columns:1fr}}
