.auth-page{--auth-bg: #f8fafc;--auth-panel: #0b1220;--auth-accent: #f59e0b;--auth-accent-dark: #d97706;--auth-text: #0f172a;--auth-muted: #64748b;--auth-border: #e2e8f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--auth-text);background:var(--auth-bg)}.auth-page img.auth-brand{max-width:none!important;max-height:none!important;width:auto;height:auto}.auth-page .auth-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-page .auth-icon svg{width:1.25rem!important;height:1.25rem!important;max-width:1.25rem!important;max-height:1.25rem!important}.auth-shell{display:flex;min-height:100vh;min-height:100dvh}.auth-showcase{position:relative;display:none;width:52%;overflow:hidden;background:var(--auth-panel);color:#fff}@media(min-width:1024px){.auth-showcase{display:flex;flex-direction:column;justify-content:space-between;padding:3rem 3.5rem}}.auth-showcase__glow{pointer-events:none;position:absolute;border-radius:9999px;filter:blur(80px)}.auth-showcase__glow--1{top:-6rem;right:-4rem;width:22rem;height:22rem;background:#f59e0b38}.auth-showcase__glow--2{bottom:10%;left:-5rem;width:18rem;height:18rem;background:#3b82f61f}.auth-showcase__grid{pointer-events:none;position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 20%,transparent 100%);mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 20%,transparent 100%)}.auth-showcase__inner{position:relative;z-index:1;display:flex;flex:1;flex-direction:column}.auth-showcase__brand img{height:2.75rem}.auth-showcase__headline{margin-top:4rem;max-width:28rem}.auth-showcase__headline h2{font-size:clamp(2rem,3vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.03em}.auth-showcase__headline p{margin-top:1.25rem;font-size:1.0625rem;line-height:1.65;color:#94a3b8}.auth-features{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:auto;padding-top:3rem}.auth-feature{padding:1.25rem;border-radius:1rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-feature__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;background:#f59e0b26;color:#fbbf24}.auth-feature h3{margin-top:.875rem;font-size:.9375rem;font-weight:600;color:#f8fafc}.auth-feature p{margin-top:.375rem;font-size:.8125rem;line-height:1.5;color:#94a3b8}.auth-showcase__footer{position:relative;z-index:1;margin-top:2.5rem;font-size:.8125rem;color:#64748b}.auth-panel{display:flex;flex:1;align-items:center;justify-content:center;padding:2rem 1.5rem;background:radial-gradient(ellipse 70% 50% at 50% -10%,rgba(245,158,11,.06),transparent 60%),var(--auth-bg)}.auth-panel__inner{width:100%;max-width:26rem}.auth-panel__mobile-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}@media(min-width:1024px){.auth-panel__mobile-brand{display:none}}.auth-panel__mobile-brand img{height:2.5rem}.auth-panel__mobile-brand p{margin-top:.625rem;font-size:.875rem;color:var(--auth-muted)}.auth-card{padding:2.25rem;border-radius:1.25rem;border:1px solid var(--auth-border);background:#fff;box-shadow:0 1px 2px #0f172a0a,0 12px 40px -12px #0f172a14}.auth-card__header h1{font-size:1.625rem;font-weight:700;letter-spacing:-.02em;color:var(--auth-text)}.auth-card__header p{margin-top:.5rem;font-size:.9375rem;color:var(--auth-muted)}.auth-alert{margin-top:1.25rem;padding:.875rem 1rem;border-radius:.75rem;border:1px solid #bbf7d0;background:#f0fdf4;font-size:.875rem;color:#166534}.auth-form{margin-top:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.auth-field label{display:block;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;color:#334155}.auth-field input{width:100%;padding:.75rem .875rem;border-radius:.625rem;border:1px solid var(--auth-border);background:#f8fafc;font-size:.9375rem;color:var(--auth-text);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-field input::placeholder{color:#94a3b8}.auth-field input:hover{border-color:#cbd5e1}.auth-field input:focus{outline:none;border-color:var(--auth-accent);background:#fff;box-shadow:0 0 0 3px #f59e0b26}.auth-field__error{margin-top:.375rem;font-size:.8125rem;color:#dc2626}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--auth-muted)}.auth-checkbox input{width:1rem;height:1rem;border-radius:.25rem;accent-color:var(--auth-accent-dark)}.auth-link{font-size:.875rem;font-weight:500;color:var(--auth-accent-dark);text-decoration:none;transition:color .15s ease}.auth-link:hover{color:#b45309}.auth-submit{margin-top:.25rem;width:100%;padding:.8125rem 1rem;border:none;border-radius:.625rem;background:linear-gradient(180deg,#f59e0b,#d97706);font-size:.9375rem;font-weight:600;color:#fff;cursor:pointer;box-shadow:0 1px 2px #b4530933,0 4px 14px -2px #f59e0b73;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.auth-submit:hover{filter:brightness(1.03);box-shadow:0 1px 2px #b4530940,0 6px 20px -2px #f59e0b80}.auth-submit:active{transform:translateY(1px)}.auth-demo{margin-top:1.5rem;padding:.875rem 1rem;border-radius:.75rem;border:1px dashed #e2e8f0;background:#f8fafc;text-align:center;font-size:.8125rem;color:var(--auth-muted)}.auth-demo strong{color:#334155;font-weight:600}.auth-panel__footer{margin-top:1.75rem;text-align:center;font-size:.8125rem;color:#94a3b8}
