:root{--color-brand-blue:#384090;--color-brand-blue-deep:#303078;--color-brand-blue-bright:#1838a0;--color-brand-orange:#f88030;--color-brand-orange-soft:#f08038;--color-ink:#14151c;--color-muted:#5b6175;--color-subtle:#8b90a6;--color-line:#e3e6f0;--color-surface:#ffffff;--color-surface-soft:#f5f6fb;--color-surface-blue:#eef1ff;--color-success:#178c57;--color-warning:#b86b00;--color-danger:#b42318;--color-info:#2563b8;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-md:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--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;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-xl:18px;--shadow-sm:0 1px 2px rgba(48,48,120,0.06);--shadow-md:0 6px 20px -4px rgba(48,48,120,0.12);--sidebar-width:240px;--topbar-height:56px}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-ink);background:var(--color-surface)}a{color:var(--color-brand-blue-bright);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.grid{display:grid;grid-gap:var(--space-4);gap:var(--space-4)}.cols-2{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.field.wide{grid-column:1/-1}.muted{color:var(--color-muted)}.subtle{color:var(--color-subtle)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}[role=button]:focus-visible,[role=tab]:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--color-brand-blue-bright);outline-offset:2px;border-radius:var(--radius-sm)}.landing-layout{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-page{width:100%;max-width:1024px;display:grid;grid-template-columns:1fr 400px;grid-gap:var(--space-12);gap:var(--space-12);padding:var(--space-12);align-items:center}@media (max-width:840px){.landing-page{grid-template-columns:1fr;gap:var(--space-8);padding:var(--space-6)}}.landing-hero{display:flex;flex-direction:column;gap:var(--space-6)}.landing-logo-img{width:72px;height:72px;border-radius:var(--radius-lg);object-fit:cover}.landing-hero h1{font-size:var(--text-2xl);font-weight:650;line-height:1.25;letter-spacing:-.02em}.landing-hero>p{font-size:var(--text-md);color:var(--color-muted);line-height:1.5}.landing-proof{display:flex;gap:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--color-line)}.landing-proof div{display:flex;flex-direction:column;gap:var(--space-1)}.landing-proof strong{font-size:var(--text-xl);font-weight:700;color:var(--color-brand-blue)}.landing-proof span{font-size:var(--text-xs);color:var(--color-subtle)}.landing-panel{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-xl);padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-6)}.landing-panel h2{font-size:var(--text-lg);font-weight:650}.landing-panel-sub{font-size:var(--text-sm);color:var(--color-muted);margin-top:var(--space-1)}.form-group{gap:var(--space-4)}.field,.form-group{display:flex;flex-direction:column}.field{gap:var(--space-1)}.field-label{font-size:var(--text-sm);font-weight:600}.input-wrap{position:relative}.input-ico{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--color-subtle);pointer-events:none;display:flex;align-items:center}.input-wrap input{width:100%;padding:10px 12px 10px 38px;font-size:var(--text-sm);font-family:var(--font-sans);border:1px solid var(--color-line);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-ink)}.input-wrap input:focus{outline:none;border-color:var(--color-brand-blue-bright);box-shadow:0 0 0 3px var(--color-surface-blue)}.input-wrap input::placeholder{color:var(--color-subtle)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:10px 20px;font-size:var(--text-sm);font-weight:600;font-family:var(--font-sans);border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s}.btn.primary{background:var(--color-brand-blue);color:#fff}.btn.primary:hover{background:var(--color-brand-blue-deep)}.btn.google{background:var(--color-surface);border-color:var(--color-line);color:var(--color-ink);width:100%}.btn.google:hover{background:var(--color-surface-soft)}.btn.google svg{width:20px;height:20px}.or-divider{display:flex;align-items:center;gap:var(--space-3);color:var(--color-subtle);font-size:var(--text-xs)}.or-divider:after,.or-divider:before{content:"";flex:1 1;height:1px;background:var(--color-line)}.landing-help{text-align:center;font-size:var(--text-xs);color:var(--color-subtle)}