:root{--jv-color-primary: #2563eb;--jv-color-secondary: #475569;--jv-color-success: #16a34a;--jv-color-warning: #d97706;--jv-color-danger: #dc2626;--jv-color-info: #0891b2;--jv-color-background: #f8fafc;--jv-color-surface: #ffffff;--jv-color-surface-muted: #f1f5f9;--jv-color-border: #dbe3ef;--jv-color-foreground: #0f172a;--jv-color-foreground-muted: #475569;--jv-spacing-xs: .25rem;--jv-spacing-sm: .5rem;--jv-spacing-md: 1rem;--jv-spacing-lg: 1.5rem;--jv-spacing-xl: 2rem;--jv-radius-sm: .375rem;--jv-radius-md: .75rem;--jv-radius-lg: 1rem;--jv-breakpoint-sm: 640px;--jv-breakpoint-md: 768px;--jv-breakpoint-lg: 1024px;--jv-breakpoint-xl: 1280px;--jv-shadow-sm: 0 1px 2px rgba(15, 23, 42, .08);--jv-shadow-md: 0 10px 30px rgba(15, 23, 42, .08);--jv-shadow-lg: 0 20px 40px rgba(15, 23, 42, .16);--jv-density-control-height: 2.5rem;--jv-density-padding-y: .75rem;--jv-density-font-size: .95rem}html[data-theme=dark]{--jv-color-background: #020617;--jv-color-surface: #0f172a;--jv-color-surface-muted: #111c31;--jv-color-border: #243244;--jv-color-foreground: #e2e8f0;--jv-color-foreground-muted: #94a3b8}html[data-theme=high-contrast]{--jv-color-primary: #00ffff;--jv-color-secondary: #ffffff;--jv-color-success: #00ff00;--jv-color-warning: #ffff00;--jv-color-danger: #ff4d4d;--jv-color-info: #00ffff;--jv-color-background: #000000;--jv-color-surface: #000000;--jv-color-surface-muted: #111111;--jv-color-border: #ffffff;--jv-color-foreground: #ffffff;--jv-color-foreground-muted: #f5f5f5}html[data-density=compact]{--jv-density-control-height: 2rem;--jv-density-padding-y: .5rem;--jv-density-font-size: .875rem}html[data-density=comfortable]{--jv-density-control-height: 3rem;--jv-density-padding-y: .95rem;--jv-density-font-size: 1rem}html,body{min-height:100%}body{margin:0;background:var(--jv-color-background);color:var(--jv-color-foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--jv-density-font-size)}*,*:before,*:after{box-sizing:border-box}button,input,select,textarea{font:inherit}:focus-visible{outline:2px solid var(--jv-color-primary);outline-offset:2px}.sr-only,.screen-reader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.jv-icon{display:inline-block;vertical-align:middle;flex:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{color-scheme:dark;--color-bg: #020617;--color-surface: #0f172a;--color-surface-soft: #111c34;--color-border: rgba(148, 163, 184, .18);--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-accent: #60a5fa;--color-danger: #fca5a5;--shadow-card: 0 18px 45px rgba(15, 23, 42, .28);font-family:Inter,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at top,rgba(37,99,235,.16),transparent 30%),var(--color-bg);color:var(--color-text)}body{min-height:100vh}h1,h2,h3,p,ul{margin-top:0}ul{margin-bottom:0;padding-left:1.1rem}main{display:grid;gap:24px}section,.auth-card{background:#0f172ae6;border:1px solid var(--color-border);border-radius:20px;box-shadow:var(--shadow-card);padding:24px}label{display:grid;gap:8px;color:var(--color-text-muted);font-size:.95rem}input,button,select,textarea{font:inherit}input,select,textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:#0f172ac7;color:var(--color-text)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(96,165,250,.2);border-color:#60a5fa7a}button{width:fit-content;min-width:140px;border:0;border-radius:12px;padding:12px 18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:var(--color-danger)}
