.login-page:where(.astro-sgpqyurt){background:var(--paper);min-height:100vh;padding-top:56px;font-family:Bangers,Arial Black,sans-serif}.login-split:where(.astro-sgpqyurt){display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 56px)}.login-left:where(.astro-sgpqyurt){background:var(--ink);color:var(--paper);padding:60px 48px;display:flex;flex-direction:column;justify-content:center;gap:32px;border-right:var(--border-thick)}.login-brand:where(.astro-sgpqyurt){font-size:2.5rem;letter-spacing:.15em;color:var(--yellow)}.login-pitch:where(.astro-sgpqyurt){display:flex;flex-direction:column;gap:4px}.pitch-line:where(.astro-sgpqyurt){font-size:clamp(2rem,4vw,3rem);line-height:1.1}.pitch-line:where(.astro-sgpqyurt).accent{color:var(--yellow)}.login-links:where(.astro-sgpqyurt){display:flex;flex-direction:column;gap:8px}.login-links:where(.astro-sgpqyurt) a:where(.astro-sgpqyurt){font-size:13px;color:#aaa;text-decoration:none;transition:color .1s}.login-links:where(.astro-sgpqyurt) a:where(.astro-sgpqyurt):hover{color:var(--paper)}.login-right:where(.astro-sgpqyurt){display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px}.login-card:where(.astro-sgpqyurt){width:100%;max-width:360px;border:var(--border-thick);padding:32px 28px;display:flex;flex-direction:column;gap:20px;background:var(--paper);box-shadow:4px 4px 0 var(--ink)}.login-card-title:where(.astro-sgpqyurt){font-size:14px;letter-spacing:.1em;text-transform:uppercase;padding-bottom:16px;border-bottom:var(--border)}.login-form:where(.astro-sgpqyurt){display:flex;flex-direction:column;gap:14px}.field:where(.astro-sgpqyurt){display:flex;flex-direction:column;gap:4px}.field-label:where(.astro-sgpqyurt){font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);opacity:.6}.field-input:where(.astro-sgpqyurt){padding:8px 10px;border:var(--border);background:var(--paper);font-size:13px;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.field-input:where(.astro-sgpqyurt):focus{border-color:var(--red)}.field-input--error:where(.astro-sgpqyurt){border-color:var(--red)!important;box-shadow:2px 2px 0 var(--red)}.field-input--valid:where(.astro-sgpqyurt){border-color:var(--ink)!important}.field-input:where(.astro-sgpqyurt):disabled{opacity:.55;cursor:not-allowed}.otp-input:where(.astro-sgpqyurt){padding:16px 12px;border:var(--border-thick);background:var(--yellow);font-size:2rem;color:var(--ink);outline:none;text-align:center;letter-spacing:.3em;width:100%;box-sizing:border-box;box-shadow:4px 4px 0 var(--ink);transition:box-shadow .12s}.otp-input:where(.astro-sgpqyurt):focus{box-shadow:6px 6px 0 var(--ink);outline:none}.otp-input--error:where(.astro-sgpqyurt){border-color:var(--red)!important;box-shadow:4px 4px 0 var(--red)}.otp-input:where(.astro-sgpqyurt):disabled{opacity:.55;cursor:not-allowed}.field-inline-error:where(.astro-sgpqyurt){font-size:10px;color:var(--red);letter-spacing:.04em;max-height:0;overflow:hidden;transition:max-height .2s ease,opacity .2s;opacity:0}.field-inline-error--visible:where(.astro-sgpqyurt){max-height:40px;opacity:1}.code-sent:where(.astro-sgpqyurt){font-size:11px;color:var(--ink);opacity:.7;margin-bottom:4px}.code-sent:where(.astro-sgpqyurt) strong:where(.astro-sgpqyurt){opacity:1;color:var(--ink)}.login-btn:where(.astro-sgpqyurt){display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;background:var(--ink);color:var(--paper);border:var(--border);font-size:13px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .1s;box-shadow:3px 3px 0 var(--red);width:100%;box-sizing:border-box}.login-btn:where(.astro-sgpqyurt):hover:not(:disabled){background:var(--red);border-color:var(--red)}.login-btn:where(.astro-sgpqyurt):disabled{opacity:.6;cursor:not-allowed}.btn-spinner:where(.astro-sgpqyurt){display:none;width:12px;height:12px;border:2px solid rgba(247,244,238,.3);border-top-color:var(--paper);border-radius:50%;flex-shrink:0}.btn-spinner--active:where(.astro-sgpqyurt){display:block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-foot:where(.astro-sgpqyurt){margin-top:16px;display:flex;flex-direction:column;gap:8px}.login-foot:where(.astro-sgpqyurt) a:where(.astro-sgpqyurt){font-size:12px;color:var(--ink);text-decoration:none}.login-foot:where(.astro-sgpqyurt) a:where(.astro-sgpqyurt):hover{text-decoration:underline}.resend-countdown:where(.astro-sgpqyurt){font-size:11px;color:var(--ink);opacity:.5}#toast-container:where(.astro-sgpqyurt){position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast:where(.astro-sgpqyurt){background:var(--ink);color:var(--paper);padding:12px 16px;font-size:12px;letter-spacing:.05em;border:3px solid var(--ink);max-width:300px;transform:translate(120%);opacity:0;transition:transform .25s ease,opacity .25s ease;pointer-events:auto;font-family:Courier New,monospace}.toast--error:where(.astro-sgpqyurt){border-color:var(--red);box-shadow:4px 4px 0 var(--red)}.toast--success:where(.astro-sgpqyurt){border-color:var(--yellow);box-shadow:4px 4px 0 var(--yellow)}.toast--visible:where(.astro-sgpqyurt){transform:translate(0);opacity:1}@media(max-width:720px){.login-split:where(.astro-sgpqyurt){grid-template-columns:1fr}.login-left:where(.astro-sgpqyurt){padding:40px 24px;min-height:auto}.login-right:where(.astro-sgpqyurt){padding:40px 20px}}.mono:where(.astro-sgpqyurt){font-family:Courier New,monospace}.sfx:where(.astro-sgpqyurt){font-family:Bangers,Arial Black,sans-serif}
