@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Inter:wght@300;400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--indigo:#1E3ABA;--indigo-hover:#162E96;--indigo-light:#EEF2FF;--primary:#1E3ABA;--primary-hover:#162E96;--primary-light:#EEF2FF;--secondary:#2563EB;--accent:#7C3AED;--success:#10B981;--danger:#EF4444;--warning:#F59E0B;--bg:#FAFAFB;--surface:#FFFFFF;--border:#E8EAF0;--text:#0F1115;--muted:#6B7280;--sidebar-bg:#031633;--sidebar-text:#A7B0C0;--sidebar-active:var(--brand-royal);--radius:10px;--radius-sm:6px;--shadow:0 1px 2px rgba(0,0,0,.05),0 4px 12px rgba(0,0,0,.04);--shadow-md:0 2px 8px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.06);--sidebar-w:220px;--sidebar-rail-w:64px;--brand-royal:#2D3CC4;--brand-royal-hover:#2536A4;--brand-royal-soft:#E5E8FA;--brand-periwinkle:#8C97F0;--brand-canvas:#F7F8FA;--brand-card-bg:#FFFFFF;--brand-card-border:#ECEEF5;--brand-card-radius:14px;--brand-card-shadow:0 1px 2px rgba(15,17,21,0.04),0 8px 24px rgba(15,17,21,0.06);--status-healthy-bg:#DCFCE7;--status-healthy-fg:#166534;--status-atrisk-bg:#FEE2E2;--status-atrisk-fg:#991B1B;--font-display:"Sora",-apple-system,BlinkMacSystemFont,sans-serif;--text-display:2rem;--text-title:1.5rem;--text-section:1.125rem;--text-body:0.9375rem;--text-meta:0.8125rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--status-neutral-bg:#F1F2F4;--status-neutral-fg:#4B5563;--status-info-bg:#E5E8FA;--status-info-fg:#2536A4;--status-warning-bg:#FEF3E3;--status-warning-fg:#92561A;--focus-ring:0 0 0 3px rgba(45,60,196,0.35)}body,html{height:100%;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:linear-gradient(180deg,#031633,#0A1F3D);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:20;flex-shrink:0;border-right:1px solid rgba(255,255,255,.08);box-shadow:inset -1px 0 0 rgba(255,255,255,.06),4px 0 24px rgba(0,0,0,.18);transition:width .2s ease,left .2s ease,box-shadow .2s ease;overflow:hidden}.sidebar-logo{padding:2rem 1.5rem 1.5rem;font-size:2.25rem;font-weight:700;color:#FFFFFF;letter-spacing:-.04em;text-decoration:none;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.875rem;line-height:1}.sidebar-logo-mark{color:#818CF8;margin-right:.4rem;font-size:.65rem;display:inline-block;position:relative;top:-1px;animation:logoGlow 3.5s ease-in-out infinite;flex-shrink:0}@keyframes logoGlow{0%,to{opacity:.6;filter:drop-shadow(0 0 0 rgba(129,140,248,0))}50%{opacity:1;filter:drop-shadow(0 0 5px rgba(129,140,248,.85))}}.wordmark-y{color:#818CF8}.sidebar-nav{flex:1 1;padding:.75rem;display:flex;flex-direction:column;gap:.2rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:10px;font-size:.875rem;font-weight:500;color:var(--sidebar-text);text-decoration:none;transition:color .12s,background .12s}.sidebar-link:hover{color:#FFFFFF;background:rgba(255,255,255,.06)}.sidebar-link.active{color:#FFFFFF;background:rgba(45,60,196,.28)}.sidebar-link.active .sidebar-dot{background:var(--brand-royal)}.sidebar-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.15);flex-shrink:0}.sidebar-nav-icon{font-size:18px;opacity:.9;color:currentColor;flex-shrink:0;width:18px;text-align:center;transition:opacity .15s}.sidebar-link.active .sidebar-nav-icon,.sidebar-link:hover .sidebar-nav-icon{opacity:1}.sidebar-badge{margin-left:auto;background:rgba(99,102,241,.3);color:rgba(199,210,254,.9);font-size:.6rem;font-weight:700;padding:.1rem .375rem;border-radius:999px;border:1px solid rgba(99,102,241,.4);letter-spacing:.02em}.sidebar-section{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.42);padding:.875rem .625rem .5rem}.sidebar-section--divider{padding-top:1.25rem}.sidebar-footer,.sidebar-section--divider{border-top:1px solid rgba(255,255,255,.08)}.sidebar-footer{margin-top:auto;padding:20px 24px 24px}.sidebar-team{color:#FFFFFF;font-size:14px;font-weight:650;line-height:1.3}.sidebar-email{margin-top:4px;color:#8A94A6;font-size:13px;line-height:1.3;word-break:break-word}.sidebar-signout{margin-top:12px;padding:0;border:0;background:transparent;color:#8A94A6;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:color .15s}.sidebar-signout:hover{color:#FFFFFF}.sidebar-signout:focus-visible{outline:none;color:#FFFFFF}.main-content{margin-left:var(--sidebar-w);flex:1 1;height:100vh;background:var(--bg);scroll-behavior:smooth;overflow-y:auto;transition:margin-left .2s ease}html:has(.lp){scroll-behavior:smooth}.sidebar-hamburger{display:none;position:fixed;top:.75rem;left:.75rem;z-index:30;width:40px;height:40px;align-items:center;justify-content:center;background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:9px;color:var(--text);cursor:pointer;padding:0;box-shadow:0 1px 2px rgba(15,17,21,.06),0 4px 12px rgba(15,17,21,.04);transition:background .15s,transform .15s}.sidebar-hamburger:hover{background:#fff;transform:scale(1.03)}.sidebar-hamburger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sidebar-hamburger.sidebar-hamburger--always{display:flex}.sidebar-hamburger.sidebar-hamburger--inline{position:static;background:transparent;border:1px solid transparent;box-shadow:none;width:36px;height:36px;border-radius:8px;color:inherit;flex-shrink:0}.sidebar-hamburger.sidebar-hamburger--inline:hover{background:rgba(15,17,21,.05);border-color:var(--border);transform:none}.sidebar-backdrop{display:none;position:fixed;inset:0;z-index:19;background:rgba(15,17,21,.45);animation:sidebar-backdrop-fade-in .2s ease}@keyframes sidebar-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@media (min-width:768px) and (max-width:1279px){.sidebar:not(.sidebar--open){width:var(--sidebar-rail-w)}.sidebar:not(.sidebar--open) .sidebar-badge,.sidebar:not(.sidebar--open) .sidebar-dot,.sidebar:not(.sidebar--open) .sidebar-footer,.sidebar:not(.sidebar--open) .sidebar-link-label,.sidebar:not(.sidebar--open) .sidebar-logo-wordmark,.sidebar:not(.sidebar--open) .sidebar-section{display:none}.sidebar:not(.sidebar--open) .sidebar-link{justify-content:center;padding:.625rem 0}.sidebar:not(.sidebar--open) .sidebar-logo{padding:1.5rem 0 1rem;justify-content:center;border-bottom-color:transparent;margin-bottom:1rem;font-size:1.875rem}.main-content{margin-left:var(--sidebar-rail-w)}.sidebar-hamburger{display:flex;background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);border-color:rgba(255,255,255,.06);box-shadow:none}.sidebar-hamburger:hover{background:rgba(255,255,255,.16);color:#FFFFFF;transform:none}.sidebar--open{width:var(--sidebar-w);box-shadow:inset -1px 0 0 rgba(255,255,255,.06),8px 0 32px rgba(0,0,0,.4)}.sidebar-backdrop--visible{display:block}}@media (max-width:767px){.sidebar{left:calc(-1 * var(--sidebar-w))}.sidebar--open{left:0}.main-content{margin-left:0;padding-top:3.5rem}.sidebar-hamburger{display:flex}.sidebar-backdrop--visible{display:block}}.sidebar.sidebar--always-drawer{left:calc(-1 * var(--sidebar-w))}.sidebar.sidebar--always-drawer.sidebar--open{left:0}.stat-card{display:block;background:#fff;border:1px solid #e8eaf0;border-radius:12px;padding:1.625rem 1.75rem;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s,transform .15s;cursor:pointer}.stat-card:hover{border-color:#C7D2FE;box-shadow:0 4px 20px rgba(30,58,186,.1);transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:.55rem 1rem;font-size:.825rem;font-weight:500;cursor:pointer;transition:background .12s;text-decoration:none;display:inline-flex;align-items:center;gap:.375rem}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .875rem;font-size:.825rem;font-weight:500;cursor:pointer;transition:border-color .12s,background .12s;text-decoration:none;display:inline-flex;align-items:center}.btn-secondary:hover{background:var(--surface)}[data-fade]{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}[data-fade][data-visible]{opacity:1;transform:translateY(0)}[data-fade][data-delay="1"]{transition-delay:.12s}[data-fade][data-delay="2"]{transition-delay:.24s}[data-fade][data-delay="3"]{transition-delay:.36s}[data-fade][data-delay="4"]{transition-delay:.48s}.badge-ready-now{background:#EEF2FF;color:#1E3ABA}.badge-ready-soon{background:#FEF3C7;color:#B45309}.badge-future{background:#F3F4F6;color:#374151}.badge-not-fit{background:#F9FAFB;color:#9CA3AF}.settings-plan-table-desktop{display:block}.settings-plan-table-mobile{display:none}@media (max-width:768px){.settings-plan-table-desktop{display:none}.settings-plan-table-mobile{display:block}}@media (max-width:900px){.settings-shell-grid{grid-template-columns:1fr!important}.settings-shell-nav{flex-direction:row!important;position:static!important;overflow-x:auto;padding-bottom:.25rem;border-bottom:1px solid #e8eaf0;margin-bottom:1rem}.settings-shell-nav button{border-left:none!important;border-bottom:3px solid transparent;white-space:nowrap}.settings-shell-nav button[aria-current=page]{border-bottom-color:#1B2244}}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Source Serif 4 Fallback";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_181799{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.__variable_181799{--font-serif:"Source Serif 4","Source Serif 4 Fallback"}