@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#142a35;--muted:#526672;--paper:#f5f8fa;--line:#d8e2e8;--blue:#164ec1;--navy:#102c3c;--green:#116753;--surface:#fff;color:var(--ink);background:var(--paper);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:DM Sans,system-ui,sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0}a{color:var(--blue);text-underline-offset:4px}button,input,select{font:inherit}button,.button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;min-height:46px;padding:.8rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}button:hover,.button:hover{background:#123e97}button:disabled{opacity:.65;cursor:wait}.secondary{border:1px solid var(--line);color:var(--ink);background:#fff}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:4px;outline:3px solid #e6991a}h1,h2,h3,.brand{font-family:Manrope,system-ui,sans-serif}h1{letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.16}h2{letter-spacing:-.03em;margin:0 0 .9rem;font-size:1.35rem}h3{font-size:1.05rem}p{margin:.5rem 0 1rem;line-height:1.65}.brand{color:inherit;white-space:nowrap;align-items:center;gap:.65rem;font-size:1.1rem;font-weight:500;text-decoration:none;display:flex}.brand strong{font-weight:800}.brand-icon{background:var(--blue);color:#fff;border-radius:9px;place-items:center;width:37px;height:37px;font-size:2rem;line-height:1;display:grid}.topbar{justify-content:space-between;align-items:center;max-width:1200px;height:92px;margin:auto;padding:0 32px;display:flex}.topbar nav{align-items:center;gap:26px;display:flex}.topbar nav>a:first-child{color:var(--ink);text-decoration:none}.landing{max-width:1200px;margin:auto;padding:65px 32px}.hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:90px;padding:10px 0 70px;display:grid}.hero h1{max-width:680px;font-size:clamp(2.8rem,5.1vw,4.4rem);line-height:1.08}.hero h1 em{color:var(--blue);font-style:normal}.eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin:0 0 20px;font-size:.78rem;font-weight:800}.lede{color:var(--muted);max-width:640px;font-size:1.1rem}.actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:26px;display:flex}.micro{color:var(--muted);font-size:.875rem}.preview-card{background:var(--navy);color:#fff;border-radius:15px;padding:32px;transform:rotate(-1deg);box-shadow:0 26px 65px #102c3c18}.preview-card .eyebrow,.preview-card .micro{color:#b9cbd8}.preview-card h2{margin-top:25px;font-size:1.8rem}.preview-status{align-items:center;gap:9px;font-size:.875rem;display:flex}.dot{background:#5dd8b2;border-radius:50%;width:8px;height:8px;display:inline-block}.quiet-line{align-items:center;gap:5px;height:80px;display:flex}.quiet-line span{background:#537284;flex:1;height:1px}.quiet-line b{color:#69d5bf;font-size:2.4rem;font-weight:400}.preview-footer{color:#c4d5df;border-top:1px solid #375161;padding-top:20px}.steps{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:38px;padding:40px 0;display:grid}.step-number{color:var(--blue);font-size:.85rem;font-weight:700}.steps p{color:var(--muted)}.landing-bottom{border-top:1px solid var(--line);justify-content:space-between;gap:30px;padding:30px 0;display:flex}.price{font-size:1.65rem;font-weight:800}.footer{max-width:1200px;color:var(--muted);margin:auto;padding:25px 32px;font-size:.875rem}.app-shell{grid-template-columns:236px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:35px;padding:32px 22px;display:flex}.sidebar nav{gap:6px;display:grid}.sidebar nav a{color:var(--muted);border-radius:6px;padding:11px 14px;font-size:.95rem;text-decoration:none}.sidebar nav a:hover,.sidebar nav a[aria-current=page]{color:var(--blue);background:#eaf0fc}.sidebar-bottom{margin-top:auto}.sidebar-bottom button{color:var(--muted);background:0 0;padding-left:0}.workspace{min-width:0}.workspace-top{border-bottom:1px solid var(--line);color:var(--muted);background:#fff;justify-content:space-between;gap:15px;padding:20px 48px;font-size:.875rem;display:flex}.workspace main{max-width:1050px;padding:42px 48px 80px}.page-heading{margin-bottom:30px}.page-heading .eyebrow{margin-bottom:12px}.page-heading h1{font-size:2.25rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:10px;margin:20px 0;padding:28px}.quiet-card{align-items:flex-start;gap:24px;padding:40px;display:flex}.quiet-mark{width:54px;height:54px;color:var(--green);background:#e4f5ef;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.5rem;display:grid}.quiet-card h2{font-size:1.6rem}.quiet-card p{color:var(--muted);max-width:520px}.badge{color:#17634f;background:#e7f4ee;border-radius:5px;padding:5px 10px;font-size:.8rem;font-weight:700;display:inline-flex}.badge.warn{color:#814710;background:#fff0d8}.notice{border-left:3px solid var(--blue);background:#eaf0fc;border-radius:4px;margin:20px 0;padding:15px 20px}.field{gap:8px;max-width:520px;margin:20px 0;font-weight:600;display:grid}input,select{color:var(--ink);background:#fff;border:1px solid #afc0ca;border-radius:6px;width:100%;min-height:46px;padding:12px}input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:var(--blue)}.check{align-items:flex-start;gap:10px;max-width:580px;margin:20px 0;line-height:1.5;display:flex}.form-note{color:var(--muted);font-size:.875rem}.auth-shell{max-width:470px;margin:55px auto;padding:0 25px}.auth-shell .brand{margin-bottom:50px}.auth-shell form{margin-top:25px}.auth-shell button{width:100%}.details-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.stat{border-bottom:1px solid var(--line);padding:16px 0}.stat dt{color:var(--muted);font-size:.875rem}.stat dd{margin:7px 0;font-size:1.05rem;font-weight:600}summary{cursor:pointer;color:var(--blue);padding:16px 0;font-weight:700}blockquote{border-left:3px solid var(--line);margin:15px 0;padding:4px 18px;line-height:1.65}.signal-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.signal-card{border-left:4px solid #d89828}.signal-card .explanation{font-size:1.1rem}.inline-form{margin-right:10px;display:inline-block}.inline-form button{color:var(--ink);background:#eef2f5}.skip{z-index:10;background:#fff;padding:15px;position:absolute;top:-100px;left:20px}.skip:focus{top:15px}.error{border-color:#b24935}.status-list{padding:0;list-style:none}.status-list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:24px;padding:15px 0;display:flex}.skeleton{background:#e5edf2;border-radius:8px;height:100px;margin:20px 0}.auth-back{margin-top:25px}.tagline{max-width:250px}@media (max-width:850px){.hero{grid-template-columns:1fr;gap:40px}.preview-card{max-width:560px;transform:none}.landing{padding-top:25px}.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);gap:16px;padding:18px 22px}.sidebar nav{gap:5px;display:flex;overflow-x:auto}.sidebar nav a{white-space:nowrap}.sidebar-bottom{display:none}.workspace main{padding:30px 24px}.workspace-top{padding:16px 24px}.steps{gap:25px}.quiet-card{padding:25px}}@media (max-width:550px){.topbar{height:78px;padding:0 20px}.topbar nav{gap:13px;font-size:.875rem}.topbar .button{padding:.65rem .8rem}.landing{padding:30px 22px}.hero{gap:30px;padding-bottom:35px}.hero h1{font-size:2.8rem}.steps,.details-grid{grid-template-columns:1fr}.steps{gap:15px}.landing-bottom{flex-direction:column}.card{padding:22px}.quiet-card{display:block}.quiet-mark{margin-bottom:20px}.workspace-top{flex-wrap:wrap}.signal-head{flex-direction:column;align-items:flex-start}.auth-shell{margin-top:30px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
