*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}body{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr)}.auth-brand-panel{position:relative;overflow:hidden;padding:46px clamp(38px,5vw,78px);background:linear-gradient(145deg,#0878ff 0%,#075dd5 55%,#063e92 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.auth-brand-panel:before,.auth-brand-panel:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.07)}.auth-brand-panel:before{width:520px;height:520px;right:-290px;top:-180px}.auth-brand-panel:after{width:420px;height:420px;left:-250px;bottom:-240px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:500;color:inherit;z-index:1}.brand:hover{text-decoration:none}.brand img,.mobile-brand img{display:block}.brand-message{position:relative;z-index:1;max-width:520px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px;color:var(--primary)}.auth-brand-panel .eyebrow{color:#cfe7ff}.brand-message h1{font-size:clamp(46px,5.2vw,76px);line-height:.98;letter-spacing:-.045em;margin:18px 0}.brand-message p{font-size:18px;line-height:1.65;color:#e5f1ff;max-width:440px}.mini-status{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap}.mini-status span{padding:12px 15px;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.09);backdrop-filter:blur(8px);border-radius:12px;font-size:12px;font-weight:800;letter-spacing:.05em}.mini-status b{font-size:17px;margin-right:5px}.auth-form-panel{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.auth-topbar{height:88px;display:flex;justify-content:flex-end;align-items:center;padding:0 clamp(24px,5vw,64px)}.mobile-brand{display:none;align-items:center;gap:9px;color:var(--text);font-size:20px}.mobile-brand:hover{text-decoration:none}.theme-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);padding:9px 13px;cursor:pointer;font:inherit;font-size:13px;font-weight:700;box-shadow:var(--shadow-soft)}.theme-toggle:hover{border-color:var(--primary)}.auth-card-wrap{width:min(470px,calc(100% - 48px));margin:auto;padding:32px 0 76px}.register-wrap{padding-top:6px}.auth-heading{margin-bottom:28px}.auth-heading h2{font-size:34px;letter-spacing:-.035em;margin:9px 0 8px}.auth-heading p{margin:0;color:var(--text-muted);line-height:1.6}.alert{border-radius:12px;padding:13px 15px;margin:0 0 18px;font-size:14px;line-height:1.5;border:1px solid}.alert-error{background:var(--danger-soft);border-color:color-mix(in srgb,var(--danger) 28%,transparent);color:var(--danger)}.alert-success{background:var(--success-soft);border-color:color-mix(in srgb,var(--success) 28%,transparent);color:var(--success)}.auth-form{display:grid;gap:17px}.auth-form label{display:grid;gap:7px;font-size:13px;font-weight:800}.auth-form input{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;padding:13px 14px;min-height:48px;font:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.auth-form label small{font-size:12px;font-weight:500;color:var(--text-muted)}.form-between{display:flex;justify-content:space-between;font-size:13px}.form-between a[aria-disabled="true"]{color:var(--text-muted);pointer-events:none}.primary-submit,.secondary-submit{border:0;border-radius:12px;min-height:49px;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}.primary-submit{background:var(--primary);color:#fff;box-shadow:0 10px 24px rgba(8,120,255,.22)}.primary-submit:hover{background:var(--primary-hover)}.secondary-submit{background:var(--surface-soft);color:var(--text);border:1px solid var(--border)}.auth-switch,.auth-footnote,.legal-note{text-align:center;font-size:13px;color:var(--text-muted)}.auth-switch{margin:25px 0 0}.auth-switch a{font-weight:800}.auth-footnote{margin-top:42px}.legal-note{line-height:1.55;margin:18px auto 0;max-width:410px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.placeholder-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.placeholder-card{width:min(680px,100%);background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:32px}.placeholder-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}.placeholder-head .mobile-brand{display:flex}.placeholder-card h1{font-size:40px;letter-spacing:-.04em;margin:9px 0 12px}.placeholder-card>p{color:var(--text-muted);font-size:16px;line-height:1.65}.placeholder-meta{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.placeholder-meta span{background:var(--surface-soft);border:1px solid var(--border);border-radius:12px;padding:11px 13px;font-size:13px}.placeholder-meta b{margin-left:6px}.placeholder-card form{margin-top:18px}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{min-height:100vh}.auth-topbar{justify-content:space-between;height:78px;padding:0 24px}.mobile-brand{display:flex}.auth-card-wrap{padding-top:30px}.auth-heading h2{font-size:30px}}
@media(max-width:520px){.auth-card-wrap{width:min(100% - 34px,470px);padding-bottom:38px}.theme-label{display:none}.auth-heading h2{font-size:28px}.placeholder-card{padding:22px}.placeholder-card h1{font-size:32px}}
