.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:1.25rem;background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.1),transparent 45%),linear-gradient(160deg,#eff6ff,#f4f7fb,#fff)}.auth-shell{display:grid;grid-template-columns:1fr;width:100%;max-width:460px;border-radius:var(--wr-radius-xl);overflow:hidden;box-shadow:var(--wr-shadow-lg)}.auth-brand{display:none;flex-direction:column;justify-content:space-between;padding:3rem 2.75rem;background:radial-gradient(circle at 80% 10%,rgba(59,130,246,.35),transparent 55%),linear-gradient(150deg,#1e3a8a,#1d4ed8 55%,#2563eb);color:#fff}.auth-brand__logo{display:inline-flex;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:#fff}.auth-brand__logo-mark{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff2e;font-size:1.2rem}.auth-brand__logo-text{white-space:nowrap}.auth-brand__logo-text span{opacity:.8}.auth-brand__kicker{margin-bottom:.75rem;color:#bfdbfe;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.auth-brand__title{margin:0 0 .85rem;color:#fff;font-size:1.95rem;font-weight:800;line-height:1.22;letter-spacing:-.03em}.auth-brand__text{margin:0;max-width:38ch;color:#dbeafe;font-size:.95rem;line-height:1.65}.auth-brand__features{display:flex;flex-direction:column;gap:.7rem;margin:2rem 0 0;padding:0;list-style:none}.auth-brand__features li{display:flex;align-items:center;gap:.6rem;color:#e0efff;font-size:.875rem}.auth-brand__features i{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:8px;background:#ffffff29;font-size:.85rem}.auth-form-side{display:flex;align-items:center;padding:2rem 1.5rem;background:var(--wr-surface)}.auth-card{width:100%}.auth-card__brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.auth-card__brand-mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,var(--wr-primary-light) 0%,var(--wr-primary-dark) 100%);color:#fff;font-size:1.1rem;box-shadow:0 4px 12px #2563eb4d}.auth-card__brand-text{font-size:1.15rem;font-weight:800;letter-spacing:-.03em;color:var(--wr-primary)}.auth-card__brand-text span{color:var(--wr-ink)}.auth-card__title{margin:0 0 .3rem;font-size:1.4rem}.auth-card__text{margin:0 0 1.5rem;color:var(--wr-muted);font-size:.875rem;line-height:1.55}.auth-fields{display:flex;flex-direction:column;gap:1rem}.auth-password{position:relative}.auth-password .wr-input{padding-right:3rem}.auth-password__toggle{position:absolute;top:50%;right:.35rem;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:var(--wr-radius-sm);background:transparent;color:var(--wr-muted);font-size:1rem;cursor:pointer;transform:translateY(-50%);transition:background var(--wr-transition),color var(--wr-transition)}.auth-password__toggle:hover{background:var(--wr-line-soft);color:var(--wr-ink)}.auth-row{display:flex;flex-direction:column;gap:.75rem}.auth-remember{display:flex;align-items:center;gap:.5rem;color:var(--wr-body);font-size:.85rem;cursor:pointer}.auth-remember input{width:18px;height:18px;accent-color:var(--wr-primary);cursor:pointer}.auth-link{color:var(--wr-primary);font-size:.85rem;font-weight:600}@media(min-width:420px){.auth-row{flex-direction:row;align-items:center;justify-content:space-between}}.auth-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--wr-line-soft);color:var(--wr-muted);font-size:.85rem;text-align:center}.auth-footer a{font-weight:700}.auth-legal{margin-top:1.25rem;color:var(--wr-muted-2);font-size:.72rem;text-align:center}.auth-status{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:1.25rem;padding:.75rem .9rem;border:1px solid var(--wr-success-border);border-radius:var(--wr-radius-sm);background:var(--wr-success-soft);color:#166534;font-size:.85rem}.auth-status i{flex-shrink:0;margin-top:.1rem}.auth-errors{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:1.25rem;padding:.75rem .9rem;border:1px solid var(--wr-danger-border);border-radius:var(--wr-radius-sm);background:var(--wr-danger-soft);color:#991b1b;font-size:.85rem}.auth-errors i{flex-shrink:0;margin-top:.1rem}.auth-errors ul{margin:.25rem 0 0;padding-left:1.1rem}@media(min-width:576px){.auth-form-side{padding:2.5rem 2.25rem}}@media(min-width:992px){.auth-shell{grid-template-columns:1.05fr .95fr;max-width:980px;min-height:620px}.auth-brand{display:flex}.auth-card__brand{display:none}.auth-form-side{padding:3rem 2.75rem}}@media(min-width:1200px){.auth-shell{max-width:1080px}.auth-brand,.auth-form-side{padding:3.5rem 3.25rem}}@media(max-height:700px)and (min-width:992px){.auth-page{align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.auth-shell{min-height:0}}@media(max-width:380px){.auth-page{padding:.75rem}.auth-form-side{padding:1.5rem 1.15rem}.auth-card__title{font-size:1.25rem}}
