.auth-carousel-page{--auth-slide:.35s;--auth-page-bg:#f4f6fb;--auth-page-glow-a:#2563eb1f;--auth-page-glow-b:#00bfff1a;--auth-card-bg:#fff;--auth-card-shadow:0 20px 50px #0f274f2e;--auth-form-bg:#fff;--auth-title:#0f274f;--auth-hint:#64748b;--auth-hint-accent:#1d4ed8;--auth-input-bg:#f8fafc;--auth-input-border:#e2e8f0;--auth-input-text:#0f172a;--auth-input-focus-bg:#fff;--auth-remember:#334155;--auth-forgot:#64748b;--auth-forgot-hover:#2563eb;--auth-ghost-bg:#fff;--auth-ghost-text:#2563eb;--auth-ghost-hover:#f8fafc;--auth-mobile-switch:#64748b;background:var(--auth-page-bg);background-image:radial-gradient(ellipse at 10% 20%,var(--auth-page-glow-a),transparent 45%),radial-gradient(ellipse at 90% 80%,var(--auth-page-glow-b),transparent 40%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;transition:background-color .2s;display:flex;position:relative}html.dark .auth-carousel-page,html[data-theme=dark] .auth-carousel-page,.auth-carousel-page[data-theme=dark]{--auth-page-bg:#0b1220;--auth-page-glow-a:#2563eb38;--auth-page-glow-b:#00bfff1f;--auth-card-bg:#151b2b;--auth-card-shadow:0 20px 50px #00000073;--auth-form-bg:#151b2b;--auth-title:#f1f5f9;--auth-hint:#94a3b8;--auth-hint-accent:#60a5fa;--auth-input-bg:#0f172a;--auth-input-border:#334155;--auth-input-text:#e2e8f0;--auth-input-focus-bg:#1e293b;--auth-remember:#cbd5e1;--auth-forgot:#94a3b8;--auth-forgot-hover:#93c5fd;--auth-ghost-bg:#fff;--auth-ghost-text:#2563eb;--auth-ghost-hover:#f8fafc;--auth-mobile-switch:#94a3b8}.auth-carousel-page__theme{z-index:50;position:absolute;top:1.25rem;right:1.25rem}.auth-carousel{background:var(--auth-card-bg);width:100%;max-width:860px;min-height:520px;box-shadow:var(--auth-card-shadow);border-radius:16px;position:relative;overflow:hidden}.auth-carousel__form-container{width:50%;height:100%;transition:all var(--auth-slide)ease-in-out;background:var(--auth-form-bg);justify-content:center;align-items:center;padding:2rem 2.25rem;display:flex;position:absolute;top:0}.auth-carousel__form-container--sign-in{z-index:2;opacity:1;left:0}.auth-carousel__form-container--sign-up{opacity:0;z-index:1;pointer-events:none;left:0}.auth-carousel.right-panel-active .auth-carousel__form-container--sign-in{opacity:0;pointer-events:none;z-index:1;transform:translate(100%)}.auth-carousel.right-panel-active .auth-carousel__form-container--sign-up{opacity:1;z-index:5;pointer-events:auto;animation:auth-carousel-show var(--auth-slide);transform:translate(100%)}@keyframes auth-carousel-show{0%,49.99%{opacity:0;z-index:1}50%,to{opacity:1;z-index:5}}.auth-carousel__overlay-container{width:50%;height:100%;transition:transform var(--auth-slide)ease-in-out;z-index:100;position:absolute;top:0;left:50%;overflow:hidden}.auth-carousel.right-panel-active .auth-carousel__overlay-container{transform:translate(-100%)}.auth-carousel__overlay{color:#fff;width:200%;height:100%;transition:transform var(--auth-slide)ease-in-out;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 55%,#1e3a8a 100%);position:relative;left:-100%;transform:translate(0)}.auth-carousel.right-panel-active .auth-carousel__overlay{transform:translate(50%)}.auth-carousel__overlay-panel{text-align:center;width:50%;height:100%;transition:transform var(--auth-slide)ease-in-out;flex-direction:column;justify-content:center;align-items:center;padding:0 2.5rem;display:flex;position:absolute;top:0}.auth-carousel__overlay-panel--left{transform:translate(-20%)}.auth-carousel.right-panel-active .auth-carousel__overlay-panel--left{transform:translate(0)}.auth-carousel__overlay-panel--right{right:0;transform:translate(0)}.auth-carousel.right-panel-active .auth-carousel__overlay-panel--right{transform:translate(20%)}.auth-carousel__form{flex-direction:column;gap:.85rem;width:100%;max-width:320px;display:flex}.auth-carousel__title{color:var(--auth-title);text-align:center;letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.75rem;font-weight:700}.auth-carousel__hint{color:var(--auth-hint);text-align:center;margin:0 0 .5rem;font-size:.8rem}.auth-carousel__hint--accent{color:var(--auth-hint-accent)}.auth-carousel__input{border:1px solid var(--auth-input-border);background:var(--auth-input-bg);width:100%;color:var(--auth-input-text);border-radius:8px;outline:none;padding:.7rem .9rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s,background .15s}.auth-carousel__input:focus{background:var(--auth-input-focus-bg);border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}html.dark .auth-carousel__input:focus,html[data-theme=dark] .auth-carousel__input:focus,.auth-carousel-page[data-theme=dark] .auth-carousel__input:focus{border-color:#4b93d6;box-shadow:0 0 0 3px #4b93d638}.auth-carousel__input:-webkit-autofill{-webkit-text-fill-color:var(--auth-input-text);caret-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-input-bg)inset;transition:background-color 99999s ease-out}.auth-carousel__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--auth-input-text);caret-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-input-bg)inset;transition:background-color 99999s ease-out}.auth-carousel__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--auth-input-text);caret-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-input-bg)inset;transition:background-color 99999s ease-out}.auth-carousel__input::placeholder{color:var(--auth-hint)}.auth-carousel__remember{color:var(--auth-remember);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.auth-carousel__remember input{accent-color:#2563eb;width:1rem;height:1rem}html.dark .auth-carousel__remember input,html[data-theme=dark] .auth-carousel__remember input,.auth-carousel-page[data-theme=dark] .auth-carousel__remember input{accent-color:#4b93d6}.auth-carousel__btn{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;margin-top:.35rem;padding:.85rem 1rem;font-size:.8rem;font-weight:700;transition:background .15s,transform .15s;box-shadow:0 10px 20px #2563eb47}.auth-carousel__btn:hover:not(:disabled){background:#1d4ed8}.auth-carousel__btn:disabled{opacity:.65;cursor:not-allowed}.auth-carousel__btn--ghost{background:var(--auth-ghost-bg);color:var(--auth-ghost-text);width:auto;min-width:160px;margin-top:1.25rem;box-shadow:0 8px 18px #0f274f1f}.auth-carousel__btn--ghost:hover:not(:disabled){background:var(--auth-ghost-hover)}.auth-carousel__forgot{color:var(--auth-forgot);cursor:pointer;text-align:center;background:0 0;border:none;margin:0 auto;padding:.15rem 0 0;font-size:.85rem;font-weight:500;transition:color .15s}.auth-carousel__forgot:hover:not(:disabled){color:var(--auth-forgot-hover);text-decoration:underline}.auth-carousel__forgot:disabled{cursor:default;opacity:.7}.auth-carousel__access-input{text-align:center;letter-spacing:.18em;text-indent:.18em;text-transform:uppercase;padding:.75rem .6rem;font-size:1.05rem;font-weight:700}.auth-carousel__access-input::placeholder{letter-spacing:.08em;font-size:.8rem;font-weight:500}.auth-carousel__access-hint{margin:.25rem 0 0;font-size:.75rem;line-height:1.45}.auth-carousel__access-badge{border:1px solid var(--auth-input-border);background:var(--auth-input-bg);max-width:100%;color:var(--auth-hint);text-align:center;overflow-wrap:anywhere;border-radius:999px;align-self:center;margin-top:-.35rem;padding:.35rem .8rem;font-size:.75rem}.auth-carousel__access-badge strong{color:var(--auth-title);font-weight:600}.auth-carousel__code-label{color:var(--auth-hint);text-align:center;font-size:.85rem;line-height:1.4}.auth-carousel__code-email{color:var(--auth-title);text-align:center;word-break:break-all;margin-top:-.5rem;font-size:.8rem;font-weight:600}.auth-carousel__code-input{text-align:center;letter-spacing:.5em;text-indent:.5em;padding:.75rem .5rem;font-size:1.4rem;font-weight:700}.auth-carousel__code-actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.auth-carousel__code-actions .auth-carousel__forgot{margin:0;padding:0;font-size:.8rem}.auth-carousel__notice{color:#1d4ed8;text-align:center;background:#2563eb14;border:1px solid #2563eb40;border-radius:8px;padding:.65rem .75rem;font-size:.8rem}html.dark .auth-carousel__notice,html[data-theme=dark] .auth-carousel__notice,.auth-carousel-page[data-theme=dark] .auth-carousel__notice{color:#93c5fd;background:#60a5fa1f;border-color:#60a5fa59}.auth-carousel__error{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;padding:.65rem .75rem;font-size:.8rem}html.dark .auth-carousel__error,html[data-theme=dark] .auth-carousel__error,.auth-carousel-page[data-theme=dark] .auth-carousel__error{color:#fb7185;background:#f43f5e1f;border-color:#f43f5e59}.auth-carousel--single{justify-content:center;max-width:420px;min-height:auto;padding:2.5rem 2.25rem;display:flex}.auth-carousel__password{display:flex;position:relative}.auth-carousel__password .auth-carousel__input{padding-right:2.9rem}.auth-carousel__password-toggle{width:2.2rem;height:2.2rem;color:var(--auth-forgot);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.auth-carousel__password-toggle:hover{color:var(--auth-forgot-hover);background:var(--auth-input-focus-bg)}.auth-carousel__overlay-title{letter-spacing:-.02em;margin:1rem 0 .75rem;font-size:1.85rem;font-weight:800}.auth-carousel__overlay-text{color:#ffffffe6;max-width:260px;margin:0;font-size:.95rem;line-height:1.5}.auth-carousel__mobile-switch{text-align:center;color:var(--auth-mobile-switch);margin-top:.5rem;font-size:.85rem;display:none}.auth-carousel__mobile-switch button{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-weight:700}html.dark .auth-carousel__mobile-switch button,html[data-theme=dark] .auth-carousel__mobile-switch button,.auth-carousel-page[data-theme=dark] .auth-carousel__mobile-switch button{color:#93c5fd}@media (max-width:768px){.auth-carousel{max-width:420px;min-height:auto}.auth-carousel__overlay-container{display:none}.auth-carousel__form-container{width:100%;padding:2rem 1.5rem;position:relative;opacity:1!important;pointer-events:auto!important;left:0!important;transform:none!important}.auth-carousel__form-container--sign-in,.auth-carousel__form-container--sign-up{display:none}.auth-carousel:not(.right-panel-active) .auth-carousel__form-container--sign-in,.auth-carousel.right-panel-active .auth-carousel__form-container--sign-up{display:flex}.auth-carousel--single{padding:2rem 1.5rem}.auth-carousel__mobile-switch{display:block}.auth-carousel__access-input{letter-spacing:.12em;text-indent:.12em}}
