:root{--bg: #f4f7fb;--panel: #ffffff;--ink: #152033;--muted: #62708a;--line: #dbe3ef;--brand: #2563eb;--brand-dark: #1d4ed8;--accent: #0f766e;--danger: #b91c1c;--danger-bg: #fee2e2;--success: #166534;--success-bg: #dcfce7;--shadow: 0 24px 80px rgba(21, 32, 51, .12)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,sans-serif;line-height:normal;color:var(--ink);background:radial-gradient(circle at top left,rgba(37,99,235,.1),transparent 32%),radial-gradient(circle at bottom right,rgba(15,118,110,.12),transparent 28%),linear-gradient(180deg,#f8fbff 0%,var(--bg) 100%)}a{color:inherit}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(280px,420px) minmax(320px,560px);gap:2rem;align-items:center;justify-content:center;padding:2rem}.auth-layout.auth-layout--single{grid-template-columns:minmax(320px,560px)}.auth-layout.auth-layout--single .auth-aside{display:none}.auth-aside{padding:2rem}.auth-brand{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;font-weight:800;letter-spacing:-.03em;margin-bottom:2rem}.auth-brand img{width:42px;height:42px;border-radius:12px;box-shadow:0 8px 28px #2563eb38}.auth-aside h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:.95;letter-spacing:-.06em;max-width:9ch}.auth-aside p{margin:0;max-width:34rem;line-height:1.7;color:var(--muted);font-size:1.02rem}.auth-card{width:100%;padding:0;background:#ffffffeb;backdrop-filter:blur(12px);border:1px solid rgba(219,227,239,.95);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.auth-card-inner{padding:2rem}.auth-bootstrap{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:12rem;color:var(--muted)}.auth-bootstrap p{margin:0}.auth-spinner{width:1.25rem;height:1.25rem;border:3px solid rgba(37,99,235,.16);border-top-color:var(--brand);border-radius:999px;animation:authSpinner .8s linear infinite}.auth-header{margin-bottom:1.5rem}.auth-header h2{margin:0 0 .45rem;font-size:1.7rem;letter-spacing:-.04em}.auth-header p{margin:0;color:var(--muted);line-height:1.6}.auth-banner,.auth-error{border-radius:16px;padding:.9rem 1rem;margin-bottom:1rem;font-size:.94rem;line-height:1.5}.auth-banner{color:var(--success);background:var(--success-bg);border:1px solid rgba(22,101,52,.16)}.auth-error{color:var(--danger);background:var(--danger-bg);border:1px solid rgba(185,28,28,.16)}.auth-form{display:grid;gap:1rem}.auth-field label{display:block;margin-bottom:.45rem;font-weight:600;font-size:.95rem}.auth-field input{width:100%;border:1px solid var(--line);border-radius:14px;padding:.95rem 1rem;font:inherit;color:var(--ink);background:#fff;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{outline:none;border-color:#2563eb94;box-shadow:0 0 0 4px #2563eb1f}.auth-consent-group{display:grid;gap:.8rem}.auth-checkbox{display:grid;grid-template-columns:1.1rem 1fr;gap:.75rem;align-items:start;color:var(--ink);font-size:.94rem;line-height:1.55}.auth-checkbox input{margin-top:.2rem;width:1.05rem;height:1.05rem;accent-color:var(--brand)}.auth-checkbox strong{font-weight:700}.auth-checkbox a{color:var(--brand-dark);text-decoration:none}.auth-checkbox a:hover{text-decoration:underline}.auth-consent-card{display:grid;gap:1.1rem}.auth-profile-chip{display:flex;align-items:center;gap:.9rem;padding:1rem;border-radius:18px;border:1px solid var(--line);background:#f8fbff}.auth-profile-chip img,.auth-profile-chip .auth-profile-fallback{width:52px;height:52px;border-radius:16px;flex:0 0 52px}.auth-profile-chip img{object-fit:cover}.auth-profile-fallback{display:grid;place-items:center;font-weight:700;color:var(--brand-dark);background:#2563eb1f}.auth-profile-meta strong{display:block;font-size:1rem;margin-bottom:.2rem}.auth-profile-meta span{color:var(--muted);word-break:break-word}.auth-helper-text{margin:-.2rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.5}.auth-password-field{position:relative}.auth-password-field input{padding-right:3rem}.auth-password-toggle{position:absolute;top:50%;right:.7rem;transform:translateY(-50%);width:2rem;height:2rem;border:none;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:999px;transition:color .2s ease,background .2s ease}.auth-password-toggle:hover{color:var(--ink);background:#1520330d}.auth-password-toggle:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.auth-password-toggle svg{width:1rem;height:1rem}.auth-actions{display:grid;gap:.75rem;margin-top:.25rem}.auth-button,.auth-link-button{font:inherit;border-radius:14px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.auth-button{border:none;padding:.95rem 1rem;background:var(--brand);color:#fff;font-weight:700;box-shadow:0 10px 24px #2563eb33}.auth-button:hover:not(:disabled){transform:translateY(-1px);background:var(--brand-dark)}.auth-button:disabled{opacity:.68;cursor:wait;box-shadow:none}.auth-link-button{border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:600;padding:.85rem 1rem;text-decoration:none}.auth-link-button:hover{background:#f8fbff}.auth-inline-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.auth-inline-actions .auth-link-button{flex:1 1 180px}.auth-inline-actions--center{justify-content:center}.auth-inline-actions--center .auth-link-button{flex:0 0 auto}.auth-link-button--ghost{border-color:transparent;box-shadow:none}.auth-divider{display:flex;align-items:center;gap:.85rem;color:var(--muted);font-size:.9rem;margin:1rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1 1 auto;height:1px;background:var(--line)}.auth-google{min-height:44px}.auth-back-link{display:inline-flex;margin-top:1rem;color:var(--muted);text-decoration:none;font-weight:600}.auth-back-link:hover{color:var(--brand-dark)}.auth-success{padding:1.5rem 1.25rem;border-radius:24px;background:linear-gradient(180deg,#f8fffb,#e8fcef);border:1px solid rgba(22,101,52,.12);text-align:center}.auth-success h3{margin:0 0 .4rem;font-size:1.35rem;letter-spacing:-.03em}.auth-success p{margin:0;color:#166534;line-height:1.6}.auth-success-mark{width:74px;height:74px;margin:0 auto 1rem;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at top,#22c55e38,#22c55e14);box-shadow:inset 0 1px #ffffffbf,0 14px 32px #16653424;animation:authSuccessPop .5s ease-out both}.auth-success-check{width:16px;height:30px;border-right:4px solid #16a34a;border-bottom:4px solid #16a34a;transform:rotate(45deg) scale(.72);transform-origin:center;opacity:0;animation:authSuccessCheck .35s ease-out .25s forwards}@keyframes authSuccessPop{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes authSuccessCheck{0%{opacity:0;transform:rotate(45deg) scale(.55)}to{opacity:1;transform:rotate(45deg) scale(.72)}}@keyframes authSpinner{to{transform:rotate(360deg)}}@media(max-width:960px){.auth-layout{grid-template-columns:1fr;padding:1.25rem}.auth-aside{padding:.25rem .25rem 0}.auth-card-inner{padding:1.4rem}}
