.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,var(--fixed-surface-solid),var(--fixed-background));font-family:ui-sans-serif,system-ui,-apple-system;color:var(--fixed-foreground)}.auth-card{width:100%;max-width:380px;padding:32px;border:1px solid var(--fixed-border);border-radius:16px;background:var(--fixed-surface);backdrop-filter:blur(12px);box-shadow:0 20px 40px rgba(0,0,0,.5)}.auth-header{text-align:center;margin-bottom:24px}.auth-logo{font-weight:700;font-size:12px;letter-spacing:3px;margin-bottom:10px;color:var(--fixed-muted)}.auth-title{margin:0;font-size:22px;font-weight:600;color:var(--fixed-foreground)}.auth-subtitle{margin:6px 0 0;font-size:13px;color:var(--fixed-muted)}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-error{font-size:12px;color:var(--fixed-danger)}.auth-footer{margin-top:16px;text-align:center;font-size:13px;color:var(--fixed-muted)}.auth-footer a{color:var(--fixed-primary);text-decoration:underline}.auth-layout{min-height:100vh;background:var(--fixed-foreground);color:var(--fixed-background)}.auth-revert{all:revert}