body.auth-page{--cortex-orange: #F97316;--cortex-orange-hover: #EA580C;--cortex-navy: #0f172a;--cortex-bg: #f8fafc;--cortex-surface: #ffffff;--cortex-border: #e2e8f0;--cortex-text: #0f172a;--cortex-text-muted: #64748b;--cortex-slate-light: #64748b;--cortex-radius: 8px;--cortex-radius-lg: 12px;--cortex-shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)}body.auth-page{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;background:#f8fafc !important;color:#0f172a;margin:0;min-height:100vh;display:flex;flex-direction:column}.auth-page-inner{flex:1;display:flex;flex-direction:column;min-height:100vh}.auth-header{background:#0f172a;color:white;box-shadow:var(--cortex-shadow-lg);padding:0.75rem 1.5rem}.auth-logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:white;font-weight:700;font-size:1.125rem;max-width:1400px;margin:0 auto}.auth-logo-img{height:36px;width:auto;display:block;object-fit:contain}.auth-logo-text{letter-spacing:0.05em}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{background:var(--cortex-surface);border-radius:var(--cortex-radius-lg);box-shadow:var(--cortex-shadow-lg);border:1px solid var(--cortex-border);padding:2rem;width:100%;max-width:400px}.auth-title{font-size:1.5rem;font-weight:700;color:var(--cortex-text);margin:0 0 0.25rem 0}.auth-subtitle{font-size:0.875rem;color:var(--cortex-text-muted);margin:0 0 1.5rem 0}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-flash{padding:0.75rem 1rem;border-radius:var(--cortex-radius);font-size:0.875rem}.auth-flash-alert{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.auth-flash-notice{background:#dcfce7;color:#166534;border:1px solid #86efac}.auth-field{display:flex;flex-direction:column;gap:0.375rem}.auth-field-checkbox{flex-direction:row;align-items:center}.auth-label{font-size:0.875rem;font-weight:600;color:var(--cortex-text)}.auth-input{width:100%;padding:0.625rem 0.75rem;font-size:0.875rem;border:1px solid #e2e8f0;border-radius:var(--cortex-radius);font-family:inherit;background:#ffffff;transition:border-color 0.15s, box-shadow 0.15s;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#F97316;box-shadow:0 0 0 3px rgba(249,115,22,0.15)}.auth-input::placeholder{color:var(--cortex-slate-light)}.auth-checkbox{width:1rem;height:1rem;accent-color:var(--cortex-orange);margin:0}.auth-checkbox-label{font-size:0.875rem;color:var(--cortex-text-muted);font-weight:400;margin:0;cursor:pointer}.auth-actions{margin-top:0.5rem}.auth-submit{width:100%;background:#F97316 !important;color:white !important;border:none !important;padding:0.75rem 1rem;border-radius:var(--cortex-radius);font-size:0.9375rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background 0.15s;appearance:none;-webkit-appearance:none}.auth-submit:hover{background:#EA580C !important}.auth-links{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--cortex-border)}.auth-link-item{margin:0.5rem 0 0 0}.auth-link-item:first-child{margin-top:0}.auth-link{font-size:0.875rem;color:#F97316 !important;text-decoration:none}.auth-link:hover{text-decoration:underline;color:#EA580C !important}.auth-footer{background:var(--cortex-surface);border-top:1px solid var(--cortex-border);padding:1rem 1.5rem;text-align:center;font-size:0.8125rem;color:var(--cortex-text-muted)}.auth-footer a{color:#F97316 !important;text-decoration:none}.auth-footer a:hover{text-decoration:underline;color:#EA580C !important}
