:root{--red:#dc2626;--red-dark:#b91c1c;--red-soft:#fef2f2;--ink:#111827;--muted:#64748b;--line:#dfe5ec;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}*{box-sizing:border-box;letter-spacing:0}html,body{min-height:100%}body{margin:0;color:var(--ink);-webkit-font-smoothing:antialiased}.auth-shell{min-height:100vh;background:#f4f7fb;display:flex;align-items:center;justify-content:center;padding:24px;position:relative}.auth-shell:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(220,38,38,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(220,38,38,.035) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,#000,transparent 78%)}.auth-frame{position:relative;z-index:1;width:min(100%,980px);min-height:590px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.12)}.brand-pane{position:relative;background:#19191d;color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.brand-pane:after{content:"";position:absolute;right:-100px;bottom:-120px;width:320px;height:320px;border:1px solid rgba(248,113,113,.28);border-radius:50%;box-shadow:0 0 0 42px rgba(220,38,38,.08),0 0 0 84px rgba(220,38,38,.04)}.brand-lockup{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.brand-icon{width:44px;height:44px;border-radius:10px;background:rgba(220,38,38,.16);border:1px solid rgba(248,113,113,.22);display:grid;place-items:center}.brand-icon img{width:31px;height:31px}.brand-lockup strong,.brand-lockup small{display:block}.brand-lockup strong{font-size:17px;font-weight:800}.brand-lockup small{font-size:11px;font-weight:600;color:#9ca3af;margin-top:3px}.brand-message{position:relative;z-index:1;max-width:315px}.brand-kicker{display:block;color:#fca5a5;font-size:11px;font-weight:800;margin-bottom:13px}.brand-message h2{font-size:30px;line-height:1.18;font-weight:800;letter-spacing:-1.2px;margin:0}.brand-message p{font-size:14px;line-height:1.7;color:#d1d5db;margin:17px 0 0}.brand-benefits{display:grid;gap:12px;margin-top:27px;color:#d1d5db;font-size:12px;font-weight:600}.brand-benefits span{display:flex;align-items:center;gap:11px}.brand-benefits b{width:25px;height:25px;border-radius:6px;background:rgba(220,38,38,.16);color:#fca5a5;display:grid;place-items:center}.brand-footer{position:relative;z-index:1;color:#6b7280;font-size:11px}.form-pane{padding:38px 46px;display:flex;align-items:center;min-width:0}.form-content{width:100%;max-width:390px;margin:auto}.form-application{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;margin-bottom:36px}.application-icon{width:44px;height:44px;border-radius:10px;background:var(--red-soft);display:grid;place-items:center}.application-icon img{width:32px;height:32px}.form-application small,.form-application strong{display:block}.form-application small{font-size:10px;font-weight:800;color:#94a3b8}.form-application strong{font-size:14px;margin-top:4px}.form-application>b{color:#94a3b8;font-size:11px}.form-content header{margin-bottom:25px}.form-content h1{font-size:28px;line-height:1.2;font-weight:800;letter-spacing:-.8px;margin:0}.form-content header p{font-size:14px;line-height:1.5;color:var(--muted);margin:9px 0 0}.signin-context{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;border:1px solid var(--line);border-radius:10px;background:#f8fafc;padding:13px;margin-bottom:16px}.signin-context>span:first-child{width:32px;height:32px;border-radius:8px;background:#fff;color:var(--red);display:grid;place-items:center;border:1px solid #e5e7eb}.signin-context strong,.signin-context small{display:block}.signin-context strong{font-size:12px}.signin-context small{font-size:10px;line-height:1.45;color:#94a3b8;margin-top:3px}.primary-button{width:100%;height:48px;border-radius:10px;background:var(--red);color:#fff;text-decoration:none;font-size:14px;font-weight:700;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:0 14px;transition:background .18s,transform .18s;box-shadow:0 8px 20px rgba(220,38,38,.18)}.primary-button:hover{background:var(--red-dark)}.primary-button:active{transform:translateY(1px)}.button-mark{width:26px;height:26px;border-radius:7px;background:rgba(255,255,255,.16);display:grid;place-items:center}.primary-button>b{font-size:18px}.security-note{display:flex;justify-content:space-between;color:#94a3b8;font-size:10px;font-weight:600;margin-top:13px}.form-footer{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #f1f5f9;margin-top:40px;padding-top:20px;color:#94a3b8;font-size:11px}.form-footer a{color:var(--red);text-decoration:none;font-weight:700;white-space:nowrap}.theme-toggle{position:fixed;z-index:2;right:20px;top:20px;width:40px;height:40px;border-radius:10px;border:1px solid #dfe5ec;background:rgba(255,255,255,.92);color:#64748b;box-shadow:0 2px 7px rgba(15,23,42,.05);display:grid;place-items:center;cursor:pointer}.theme-toggle .sun{display:none}.dark{color-scheme:dark}.dark .auth-shell{background:#0b0c0f;color:#fff}.dark .auth-shell:before{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)}.dark .auth-frame{background:#17181c;border-color:#303138;box-shadow:0 24px 70px rgba(0,0,0,.42)}.dark .form-content h1,.dark .form-application strong{color:#fff}.dark .signin-context{background:#222329;border-color:#3a3b42}.dark .signin-context>span:first-child{background:#17181c;border-color:#3a3b42}.dark .form-footer{border-color:#303138}.dark .theme-toggle{background:#1b1c20;border-color:#34353b;color:#d1d5db}.dark .theme-toggle .moon{display:none}.dark .theme-toggle .sun{display:inline}@media(max-width:760px){.auth-shell{padding:16px}.auth-frame{display:block;min-height:0;border-radius:14px}.brand-pane{display:none}.form-pane{padding:34px 24px;min-height:570px}.theme-toggle{top:14px;right:14px}}@media(max-height:700px) and (min-width:761px){.auth-shell{padding:14px}.auth-frame{min-height:540px}.brand-pane{padding:32px}.form-pane{padding:28px 42px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important}}
.dark{--red:#f6c344;--red-dark:#dcae2f;--red-soft:#30270f}
.dark .primary-button{color:#251b00;box-shadow:0 8px 20px rgba(246,195,68,.15)}
.dark .brand-pane:after{border-color:rgba(246,195,68,.28);box-shadow:0 0 0 42px rgba(246,195,68,.08),0 0 0 84px rgba(246,195,68,.04)}
.dark .brand-icon{background:rgba(246,195,68,.15);border-color:rgba(246,195,68,.25)}
.dark .brand-kicker,.dark .brand-benefits b{color:#f6c344}
.dark .brand-benefits b{background:rgba(246,195,68,.15)}
.dark .brand-icon img,.dark .application-icon img{filter:hue-rotate(46deg) saturate(1.15) brightness(1.08)}
:root{--red:#f6c344;--red-dark:#dcae2f;--red-soft:#fff8dc}
.primary-button{color:#251b00;box-shadow:0 8px 20px rgba(246,195,68,.18)}
.brand-pane:after{border-color:rgba(246,195,68,.28);box-shadow:0 0 0 42px rgba(246,195,68,.08),0 0 0 84px rgba(246,195,68,.04)}
.brand-icon{background:rgba(246,195,68,.15);border-color:rgba(246,195,68,.25)}
.brand-kicker,.brand-benefits b{color:#f6c344}.brand-benefits b{background:rgba(246,195,68,.15)}
.brand-icon img,.application-icon img{filter:hue-rotate(46deg) saturate(1.15) brightness(1.08)}
.dark{--red-soft:#30270f}
.auth-error{margin:0 0 15px;padding:11px 12px;border:1px solid #fecaca;border-radius:9px;background:#fff1f2;color:#b91c1c;font-size:11px;line-height:1.5}.dark .auth-error{border-color:#7f1d1d;background:#271416;color:#fca5a5}
.brand-icon img,.application-icon img,.dark .brand-icon img,.dark .application-icon img{filter:none}
