.auth-screen{min-height:100vh;color:#fff;background:linear-gradient(115deg,rgba(56,8,18,.96),rgba(56,8,18,.7)),url("../assets/institutional-globe-background.jpeg") center/cover fixed;padding:28px 5vw}.auth-brand{display:flex;align-items:center;gap:10px}.auth-brand img{width:47px;height:47px;object-fit:contain;background:#fff;border-radius:50%;padding:4px}.auth-brand b,.auth-brand small{display:block}.auth-brand small{opacity:.7;font-size:10px}.auth-layout{min-height:calc(100vh - 100px);max-width:1250px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:8vw}.clock-big{font-size:clamp(58px,9vw,125px);font-weight:300;letter-spacing:-.06em;margin:10px 0}.auth-copy{max-width:460px;opacity:.75;line-height:1.7}.auth-card{padding:33px;background:rgba(255,255,255,.97);color:var(--ink);border-radius:16px;box-shadow:0 25px 90px #0004}.auth-card h1{margin:8px 0;font-size:28px}.auth-card .field{margin:16px 0}.auth-card input:not([type=checkbox]){width:100%}.checkline{font-size:11px;color:var(--muted);display:flex;gap:7px;align-items:center}.auth-card .btn{width:100%;margin-top:10px}.otp-wrap{min-height:calc(100vh - 100px);display:grid;place-items:center}.otp-card{width:min(500px,100%);background:#fff;color:var(--ink);padding:32px;border-radius:16px}.otp-inputs{display:flex;gap:8px;margin:25px 0}.otp-inputs input{width:58px;height:62px;text-align:center;font-size:25px;font-weight:900}.otp-actions{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--muted)}.otp-actions button{border:0;background:none;color:var(--maroon);font-weight:900}.dev-note{margin-top:18px;background:#f5f6f7;border-radius:8px;padding:10px;font-size:10px;color:var(--muted)}