:root{--auth-bg-page:#0a0c12;--auth-bg-component:#181c27;--auth-bg-input:#1e233299;--auth-bg-button-primary:#00f0c0;--auth-bg-button-primary-hover:#00ffde;--auth-text-primary:#e0e7ff;--auth-text-secondary:#a0aed0;--auth-text-muted:#707a95;--auth-text-heading:#fff;--auth-text-accent:#00f0c0;--auth-text-on-button-primary:#0a0c12;--auth-border-color:#3a3f5e;--auth-border-focus:#00f0c0;--auth-shadow-md:0 0 18px #00f0c066;--auth-shadow-lg:0 0 35px #00f0c099;--auth-focus-ring:#00f0c04d}.AuthShell-module__v8KGDa__page{font-family:var(--font-fira-code),"Fira Code",monospace;height:100dvh;min-height:100dvh;color:var(--auth-text-primary);background:radial-gradient(circle at top,#00f0c014,#0000 32%),linear-gradient(#0a0c12 0%,#090b10 100%);justify-content:center;align-items:center;display:flex;overflow:hidden}.AuthShell-module__v8KGDa__main{justify-content:center;align-items:center;width:100%;padding:1.5rem;display:flex}.AuthShell-module__v8KGDa__pageFullscreen{overflow-y:auto}.AuthShell-module__v8KGDa__mainFullscreen{min-height:100dvh;padding:0}.AuthShell-module__v8KGDa__frame{border:1px solid var(--auth-border-color);width:100%;max-width:1100px;box-shadow:var(--auth-shadow-md);background:#181c27eb;border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);display:grid;overflow:hidden}.AuthShell-module__v8KGDa__frameWide{max-width:1180px}.AuthShell-module__v8KGDa__frameFullscreen{max-width:none;min-height:100dvh;box-shadow:none;border:0;border-radius:0}.AuthShell-module__v8KGDa__heroPanel{background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:620px;display:flex;position:relative}.AuthShell-module__v8KGDa__heroPanelFullscreen{min-height:100dvh}.AuthShell-module__v8KGDa__heroOverlay{background:linear-gradient(#00000073,#000000b8);position:absolute;inset:0}.AuthShell-module__v8KGDa__heroContent{z-index:1;text-align:center;gap:1rem;max-width:28rem;padding:2.5rem;display:grid;position:relative}.AuthShell-module__v8KGDa__heroTitle{color:#fff;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:600;line-height:1.2}.AuthShell-module__v8KGDa__heroText{color:#f3f4f6;font-size:.98rem;line-height:1.7}.AuthShell-module__v8KGDa__formPanel{background:var(--auth-bg-component);flex-direction:column;justify-content:center;min-height:620px;padding:2.15rem 2.3rem;display:flex}.AuthShell-module__v8KGDa__formPanelFullscreen{min-height:100dvh;padding:clamp(2rem,4vw,4rem)}.AuthShell-module__v8KGDa__title{color:var(--auth-text-heading);text-align:center;font-size:1.85rem;font-weight:600}.AuthShell-module__v8KGDa__subtitle{color:var(--auth-text-secondary);text-align:center;margin-top:.6rem;margin-bottom:2rem;font-size:.92rem;line-height:1.6}.AuthShell-module__v8KGDa__form{gap:1rem;display:grid}.AuthShell-module__v8KGDa__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.AuthShell-module__v8KGDa__fullWidth{grid-column:1/-1}.AuthShell-module__v8KGDa__formGroup{gap:.45rem;display:grid}.AuthShell-module__v8KGDa__label{color:var(--auth-text-secondary);font-size:.9rem;font-weight:500;display:block}.AuthShell-module__v8KGDa__control{border:1px solid var(--auth-border-color);background:var(--auth-bg-input);width:100%;color:var(--auth-text-primary);border-radius:6px;padding:.82rem .95rem;font-size:.95rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .15s ease-in-out}.AuthShell-module__v8KGDa__control::placeholder{color:var(--auth-text-muted)}.AuthShell-module__v8KGDa__control:focus{border-color:var(--auth-border-focus);box-shadow:0 0 0 2px var(--auth-focus-ring),0 0 15px var(--auth-focus-ring);outline:none}.AuthShell-module__v8KGDa__passwordWrap{position:relative}.AuthShell-module__v8KGDa__passwordWrap .AuthShell-module__v8KGDa__control{padding-right:3rem}.AuthShell-module__v8KGDa__iconButton{width:2rem;height:2rem;color:var(--auth-text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:.55rem;transform:translateY(-50%)}.AuthShell-module__v8KGDa__iconButton:hover{color:var(--auth-text-primary)}.AuthShell-module__v8KGDa__optionsRow{justify-content:space-between;align-items:center;gap:1rem;font-size:.88rem;display:flex}.AuthShell-module__v8KGDa__checkboxLabel{color:var(--auth-text-secondary);cursor:pointer;align-items:center;display:inline-flex}.AuthShell-module__v8KGDa__checkbox{appearance:none;border:1px solid var(--auth-border-color);background:var(--auth-bg-input);border-radius:4px;width:16px;height:16px;margin-right:.55rem;position:relative}.AuthShell-module__v8KGDa__checkbox:checked{background:var(--auth-text-accent);border-color:var(--auth-text-accent)}.AuthShell-module__v8KGDa__checkbox:checked:before{content:"✓";color:var(--auth-text-on-button-primary);font-size:11px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-57%)}.AuthShell-module__v8KGDa__link{color:var(--auth-text-accent);background:0 0;border:0;padding:0;font-weight:500;text-decoration:none}.AuthShell-module__v8KGDa__link:hover{color:var(--auth-bg-button-primary-hover)}.AuthShell-module__v8KGDa__button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.82rem 1rem;font-size:.95rem;font-weight:500;transition:transform .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;display:inline-flex}.AuthShell-module__v8KGDa__buttonPrimary{background:var(--auth-bg-button-primary);color:var(--auth-text-on-button-primary);border-color:var(--auth-bg-button-primary);box-shadow:0 0 10px #00f0c066,0 0 20px #00f0c033}.AuthShell-module__v8KGDa__buttonPrimary:hover:not(:disabled){background:var(--auth-bg-button-primary-hover);box-shadow:var(--auth-shadow-lg);transform:translateY(-2px)scale(1.02)}.AuthShell-module__v8KGDa__buttonSecondary{border-color:var(--auth-border-color);color:var(--auth-text-secondary);background:0 0}.AuthShell-module__v8KGDa__buttonSecondary:hover:not(:disabled){border-color:var(--auth-text-accent);color:var(--auth-text-primary)}.AuthShell-module__v8KGDa__button:disabled{opacity:.6;cursor:not-allowed}.AuthShell-module__v8KGDa__buttonRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.AuthShell-module__v8KGDa__helperText{color:var(--auth-text-secondary);text-align:center;font-size:.86rem}.AuthShell-module__v8KGDa__mutedText{color:var(--auth-text-muted);font-size:.82rem;line-height:1.5}.AuthShell-module__v8KGDa__otpRow{grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;display:grid}.AuthShell-module__v8KGDa__otpInput{border:1px solid var(--auth-border-color);background:var(--auth-bg-input);width:100%;min-width:0;color:var(--auth-text-primary);text-align:center;border-radius:6px;padding:.8rem 0;font-size:.98rem;font-weight:600}.AuthShell-module__v8KGDa__otpInput:focus{border-color:var(--auth-border-focus);box-shadow:0 0 0 2px var(--auth-focus-ring),0 0 15px var(--auth-focus-ring);outline:none}.AuthShell-module__v8KGDa__roleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.AuthShell-module__v8KGDa__roleCard{text-align:left;border:1px solid var(--auth-border-color);color:var(--auth-text-secondary);cursor:pointer;background:#1e233259;border-radius:6px;gap:.3rem;padding:.95rem;transition:border-color .15s,box-shadow .15s,color .15s,transform .15s;display:grid}.AuthShell-module__v8KGDa__roleCard:hover{border-color:var(--auth-text-accent);color:var(--auth-text-primary);transform:translateY(-1px)}.AuthShell-module__v8KGDa__roleCardActive{border-color:var(--auth-text-accent);color:var(--auth-text-primary);box-shadow:0 0 0 1px #00f0c059}.AuthShell-module__v8KGDa__roleTitle{color:var(--auth-text-heading);font-weight:600}.AuthShell-module__v8KGDa__homeLink{text-align:center;margin-top:2rem}.AuthShell-module__v8KGDa__homeLinkAnchor{color:var(--auth-text-muted);align-items:center;gap:.4rem;font-size:.82rem;text-decoration:none;transition:color .15s;display:inline-flex}.AuthShell-module__v8KGDa__homeLinkAnchor:hover{color:var(--auth-text-accent)}@media (max-width:960px){.AuthShell-module__v8KGDa__frame,.AuthShell-module__v8KGDa__frameWide{grid-template-columns:1fr;max-width:640px}.AuthShell-module__v8KGDa__heroPanel{display:none}.AuthShell-module__v8KGDa__formPanel{min-height:auto}}@media (max-width:640px){.AuthShell-module__v8KGDa__main{padding:.85rem 1rem}.AuthShell-module__v8KGDa__formPanel{padding:1.4rem 1.2rem}.AuthShell-module__v8KGDa__title{font-size:1.55rem}.AuthShell-module__v8KGDa__subtitle{margin-bottom:1rem;font-size:.88rem}.AuthShell-module__v8KGDa__formGrid,.AuthShell-module__v8KGDa__roleGrid,.AuthShell-module__v8KGDa__buttonRow{grid-template-columns:1fr}.AuthShell-module__v8KGDa__optionsRow{flex-direction:column;align-items:flex-start}.AuthShell-module__v8KGDa__otpRow{gap:.35rem}}@media (max-height:860px){.AuthShell-module__v8KGDa__main{padding-top:.75rem;padding-bottom:.9rem}.AuthShell-module__v8KGDa__heroPanel,.AuthShell-module__v8KGDa__formPanel{min-height:560px}.AuthShell-module__v8KGDa__heroContent{gap:.8rem;padding:2rem}.AuthShell-module__v8KGDa__formPanel{padding:1.5rem 1.7rem}.AuthShell-module__v8KGDa__title{font-size:1.6rem}.AuthShell-module__v8KGDa__subtitle{margin-top:.45rem;margin-bottom:1rem}.AuthShell-module__v8KGDa__form,.AuthShell-module__v8KGDa__formGrid{gap:.8rem}.AuthShell-module__v8KGDa__control,.AuthShell-module__v8KGDa__button,.AuthShell-module__v8KGDa__otpInput{padding-top:.72rem;padding-bottom:.72rem}}@media (max-height:720px){.AuthShell-module__v8KGDa__heroPanel,.AuthShell-module__v8KGDa__formPanel{min-height:520px}.AuthShell-module__v8KGDa__formPanel{padding:1.2rem 1.4rem}.AuthShell-module__v8KGDa__title{font-size:1.45rem}.AuthShell-module__v8KGDa__subtitle{margin-bottom:.85rem;font-size:.85rem}.AuthShell-module__v8KGDa__form,.AuthShell-module__v8KGDa__formGrid{gap:.7rem}.AuthShell-module__v8KGDa__label,.AuthShell-module__v8KGDa__helperText{font-size:.82rem}.AuthShell-module__v8KGDa__mutedText{font-size:.78rem}}@media (max-width:960px){.AuthShell-module__v8KGDa__frameFullscreen{max-width:none}.AuthShell-module__v8KGDa__formPanelFullscreen{min-height:100dvh}}@media (max-width:640px){.AuthShell-module__v8KGDa__mainFullscreen{padding:0}.AuthShell-module__v8KGDa__formPanelFullscreen{padding:1.5rem 1.2rem}}@media (max-height:860px){.AuthShell-module__v8KGDa__heroPanelFullscreen,.AuthShell-module__v8KGDa__formPanelFullscreen{min-height:100dvh}}@media (max-height:720px){.AuthShell-module__v8KGDa__heroPanelFullscreen,.AuthShell-module__v8KGDa__formPanelFullscreen{min-height:100dvh}}
