.auth-layout{--auth-bg:#fafbfc;--auth-surface:#ffffff;--auth-border:#e5e7eb;--auth-text:#111827;--auth-muted:#6b7280;--auth-accent:#2563eb;--auth-accent-hover:#1d4ed8;--auth-error:#dc2626;--auth-success:#059669;min-height:100vh;display:grid;grid-template-columns:1fr;font-family:Figtree,Roboto,system-ui,sans-serif;background:var(--auth-bg);color:var(--auth-text)}@media (min-width:960px){.auth-layout{grid-template-columns:1fr 1fr}}.auth-aside{display:none;flex-direction:column;justify-content:center;padding:3rem;background:linear-gradient(145deg,#1e3a8a,#4f46e5 45%,#0d7377);color:#fff}@media (min-width:960px){.auth-aside{display:flex}}.auth-aside-brand{display:inline-flex;align-items:center;gap:.625rem;font-weight:700;font-size:1.25rem;color:#fff;text-decoration:none;margin-bottom:2rem}.auth-aside-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.auth-aside-lead{font-size:1.0625rem;line-height:1.65;opacity:.92;margin:0 0 2rem;max-width:400px}.auth-aside-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.auth-aside-features li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500;opacity:.95}.auth-main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem}.auth-card{width:100%;max-width:420px;background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:2rem}.auth-card-header{margin-bottom:1.5rem}.auth-card-header h1{font-size:1.5rem;font-weight:700;margin:0 0 .375rem;letter-spacing:-.02em}.auth-card-header p{margin:0;font-size:.9375rem;color:var(--auth-muted)}.auth-field{margin-bottom:1rem}.auth-field-label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.auth-label{display:block;font-size:.875rem;font-weight:600;color:var(--auth-text)}.auth-link-sm{font-size:.8125rem;font-weight:500;color:var(--auth-accent);text-decoration:none}.auth-link-sm:hover{text-decoration:underline}.auth-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--auth-border);border-radius:10px;background:#fff;color:var(--auth-text);box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-input:focus{outline:none;border-color:var(--auth-accent);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.auth-password-wrap{position:relative}.auth-input-password{padding-right:2.75rem}.auth-password-toggle{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:.375rem;border:none;background:transparent;color:var(--auth-muted);cursor:pointer;border-radius:6px}.auth-password-toggle:hover{color:var(--auth-text);background:#f3f4f6}.auth-hint{margin:.375rem 0 0;font-size:.8125rem;color:var(--auth-muted)}.auth-remember{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--auth-muted);cursor:pointer;margin-bottom:1rem;user-select:none}.auth-remember input{width:1rem;height:1rem;accent-color:var(--auth-accent)}.auth-alert{padding:.75rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1rem}.auth-alert-error{background:#fef2f2;color:var(--auth-error);border:1px solid #fecaca}.auth-alert-success{background:#ecfdf5;color:var(--auth-success);border:1px solid #a7f3d0}.auth-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8125rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:var(--auth-accent);border:none;border-radius:10px;cursor:pointer;transition:background .15s}.auth-submit:hover:not(:disabled){background:var(--auth-accent-hover)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-submit-secondary{background:transparent;color:var(--auth-accent);border:1px solid var(--auth-border);margin-top:.5rem}.auth-submit-secondary:hover:not(:disabled){background:#f9fafb}.auth-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-submit-secondary .auth-spinner{border-color:rgba(37,99,235,.25);border-top-color:var(--auth-accent)}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-footer-text{margin-top:1.25rem;text-align:center;font-size:.875rem;color:var(--auth-muted)}.auth-footer-text a{color:var(--auth-accent);font-weight:600;text-decoration:none}.auth-footer-text a:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;font-size:.75rem;color:var(--auth-muted);text-transform:uppercase;letter-spacing:.05em}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--auth-border)}.auth-back-home{margin-top:1.25rem;font-size:.875rem;text-align:center}.auth-back-home a{color:var(--auth-muted);text-decoration:none}.auth-back-home a:hover{color:var(--auth-accent)}.auth-hint--center{text-align:center}.auth-hint--mb{margin-bottom:1rem}.auth-hint--mb-lg{margin-bottom:1.25rem}.auth-hint--mt{margin-top:.75rem}.auth-icon-inline{vertical-align:middle;margin-right:.375rem}.auth-submit-link{text-decoration:none}.auth-submit-link--mt{margin-top:.5rem}.auth-link-stack{display:flex;flex-direction:column;gap:.5rem}.auth-skeleton-wrap{padding:2rem}:root{--mkt-gutter:clamp(1rem,2.4vw,2.25rem);--mkt-page:min(calc(100% - var(--mkt-gutter) * 2),1360px);--mkt-wide:min(calc(100% - var(--mkt-gutter) * 2),1560px);--mkt-content:min(calc(100% - var(--mkt-gutter) * 2),1080px);--mkt-prose:min(46rem,100%);--mkt-legal-prose:min(44rem,100%);--mkt-section-y:clamp(4rem,7vw,7rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--home-bg:#fbfbfd;--home-surface:#ffffff;--home-surface-2:#f6f7fb;--home-border:#e8eaf0;--home-border-strong:#d6d9e3;--home-text:#0e1525;--home-heading:#0a0f1c;--home-muted:#5a6378;--home-faint:#8b93a7;--home-accent:#4f46e5;--home-accent-hover:#4338ca;--home-accent-soft:#eef0ff;--brand-indigo:#4f46e5;--brand-violet:#7c3aed;--brand-blue:#2563eb;--brand-teal:#0d9488;--brand-cyan:#06b6d4;--home-md:#d97706;--home-md-bg:#fff7ed;--home-word2md:#7c3aed;--home-word2md-bg:#f5f3ff;--home-uml:#0d9488;--home-uml-bg:#ecfdf8;--mkt-feature:#4f46e5;--mkt-feature-bg:#eef0ff;--mkt-ai:#7c3aed;--mkt-ai-bg:#f5f3ff;--mkt-guide:#0d9488;--mkt-guide-bg:#ecfdf8;--mkt-usecase:#d97706;--mkt-usecase-bg:#fff7ed;--mkt-legal:#475569;--mkt-legal-bg:#f1f5f9;--mkt-compare:#059669;--mkt-compare-bg:#ecfdf5;--grad-brand:linear-gradient(135deg,#4f46e5,#7c3aed 50%,#0d9488);--grad-brand-soft:linear-gradient(135deg,#eef0ff,#f5f3ff 50%,#ecfdf8);--grad-text:linear-gradient(120deg,#4f46e5,#7c3aed 45%,#0d9488);--grad-mesh:radial-gradient(60% 60% at 18% 12%,rgba(79,70,229,0.14) 0%,transparent 60%),radial-gradient(55% 55% at 88% 8%,rgba(124,58,237,0.12) 0%,transparent 60%),radial-gradient(70% 70% at 80% 92%,rgba(13,148,136,0.1) 0%,transparent 60%);--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:clamp(1.5rem,3vw,2rem);--text-3xl:clamp(1.85rem,4vw,2.6rem);--text-4xl:clamp(2.25rem,5.4vw,3.75rem);--home-radius:16px;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--radius-2xl:30px;--home-shadow:0 1px 2px rgba(15,23,42,0.04),0 10px 30px -12px rgba(15,23,42,0.12);--shadow-sm:0 1px 2px rgba(15,23,42,0.05);--shadow-card:0 1px 2px rgba(15,23,42,0.04),0 8px 24px -14px rgba(15,23,42,0.16);--shadow-elevated:0 4px 12px -4px rgba(15,23,42,0.1),0 24px 48px -24px rgba(15,23,42,0.22);--shadow-glow:0 18px 50px -18px rgba(79,70,229,0.45);--shadow-header:0 1px 0 var(--home-border);--z-header:50;--z-nav-dropdown:60;--z-skip-link:100;--ease-out:cubic-bezier(0.22,1,0.36,1)}.auth-layout{font-family:var(--font-figtree,"Figtree"),system-ui,sans-serif}.auth-card{max-width:480px}.auth-mobile-strip{display:block;width:100%;margin-bottom:var(--space-6,1.5rem);border-radius:var(--radius-md,12px);overflow:hidden;border:1px solid var(--auth-border,#e5e7eb)}@media (min-width:960px){.auth-mobile-strip{display:none}}.auth-aside-carousel{position:relative;margin-top:var(--space-8,2rem);border-radius:var(--radius-md,12px);overflow:hidden;border:1px solid rgba(255,255,255,.2)}.auth-aside-carousel img{width:100%;height:auto;display:block}.auth-aside-carousel-dots{display:flex;gap:.375rem;justify-content:center;margin-top:.75rem}.auth-aside-carousel-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.35);border:none;padding:0;cursor:pointer}.auth-aside-carousel-dot--active{background:#fff}.auth-status{margin-bottom:var(--space-5,1.25rem)}.auth-status,.auth-status--center{text-align:center}.auth-link-block{display:flex;flex-direction:column;gap:var(--space-2,.5rem)}.auth-link-block .auth-submit{text-decoration:none}.auth-skeleton{height:12rem;border-radius:var(--radius-md,12px);background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:auth-skeleton 1.2s ease-in-out infinite}@keyframes auth-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.auth-skeleton{animation:none}}