.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-visual{position:relative;min-height:100vh;overflow:hidden;color:#fff}.auth-visual-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.04);transition:opacity .9s ease,transform 6s ease;z-index:0}.auth-visual-image.is-active{opacity:1;transform:scale(1);z-index:1}.auth-visual-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(160deg,rgba(11,31,68,.78),rgba(225,6,0,.42))}.auth-visual-content{position:relative;z-index:3;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem}.auth-slide-dots{display:flex;gap:.45rem;margin-top:1.35rem}.auth-slide-dot{width:.55rem;height:.55rem;border-radius:999px;border:0;padding:0;cursor:pointer;background:rgba(255,255,255,.35);transition:width .25s ease,background .25s ease}.auth-slide-dot.is-active{width:1.55rem;background:#fff}.auth-visual-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.auth-visual h2{font-family:var(--font-display),"Lexend",system-ui,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15;margin:0 0 .75rem;max-width:28rem}.auth-visual p{margin:0;max-width:32rem;opacity:.88;line-height:1.6}.auth-panel{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(180deg,#faf8f8,#f3ecec)}.auth-card{width:min(440px,100%);background:#fff;border-radius:20px;padding:2.25rem;box-shadow:0 1px 2px rgba(11,31,68,.04),0 16px 48px rgba(11,31,68,.08);border:1px solid rgba(11,31,68,.06)}.auth-brand{display:flex;justify-content:center;margin-bottom:1.25rem}.auth-logo-wordmark{display:block;height:52px;max-width:240px;width:auto;object-fit:contain;background:transparent}.auth-card h1{font-family:var(--font-display),"Lexend",system-ui,sans-serif;color:#0b1f44;font-size:1.85rem;margin:0 0 .35rem}.auth-card .auth-subtitle{margin:0 0 1.75rem;color:rgba(11,31,68,.62);line-height:1.5}.auth-field{margin-bottom:1rem}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:2.75rem;width:100%}.auth-password-toggle{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:8px;background:transparent;color:rgba(11,31,68,.55);cursor:pointer}.auth-password-toggle:hover{color:#0b1f44;background:rgba(11,31,68,.06)}.auth-password-toggle:focus-visible{outline:2px solid rgba(225,6,0,.45);outline-offset:1px}.auth-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.45rem}.auth-link{color:#e10600;text-decoration:none;font-size:.9rem;font-weight:600}.auth-link:hover{text-decoration:underline}.auth-error{color:#c0392b}.auth-error,.auth-success{font-size:.92rem;margin:.75rem 0 0}.auth-success{color:#1e7e34;line-height:1.5}.auth-back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.25rem;color:rgba(11,31,68,.65);text-decoration:none;font-size:.92rem}.auth-back:hover{color:#e10600}.auth-reset-link{display:block;margin-top:.75rem;padding:.85rem 1rem;border-radius:10px;background:rgba(225,6,0,.06);border:1px solid rgba(225,6,0,.12);color:#0b1f44;word-break:break-all;font-size:.85rem;text-decoration:none}.auth-reset-link:hover{background:rgba(225,6,0,.1)}.auth-demo{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(11,31,68,.08);font-size:.85rem;color:rgba(11,31,68,.55)}.auth-submit{width:100%;margin-top:.5rem;padding:.85rem 1rem;font-size:1rem}.auth-footer{margin-top:1rem;font-size:.92rem;color:rgba(11,31,68,.65)}@media (max-width:960px){.auth-page{grid-template-columns:1fr}.auth-visual{min-height:280px}.auth-visual-content{min-height:280px;padding:2rem 1.5rem}.auth-panel{padding:1.5rem 1rem 2rem}.auth-logo-wordmark{height:48px;max-width:200px}}