:root{--so-color-primary:#2447c9;--so-color-accent:#f5a524;--so-color-background:#fff;--so-color-surface:#f6f7fb;--so-color-text:#14161a;--so-color-muted:#5b6270;--so-font-sans:Inter, Segoe UI, system-ui, sans-serif;--so-font-mono:SFMono-Regular, Menlo, Consolas, monospace;--so-text-xs:.75rem;--so-text-sm:.875rem;--so-text-md:1rem;--so-text-lg:1.25rem;--so-text-xl:2rem;--so-space-xs:.25rem;--so-space-sm:.5rem;--so-space-md:1rem;--so-space-lg:1.5rem;--so-space-xl:3rem;--so-radius-sm:4px;--so-radius-md:8px;--so-radius-lg:16px}*,:before,:after{box-sizing:border-box}html,body,#app{height:100%}body{background:var(--so-color-background);color:var(--so-color-text);font-family:var(--so-font-sans);font-size:var(--so-text-md);margin:0;line-height:1.5}a{color:var(--so-color-primary)}code,pre{font-family:var(--so-font-mono)}.site-shell{flex-direction:column;min-height:100%;display:flex}.site-main{flex:1}.site-header{border-bottom:1px solid var(--so-color-surface);background:var(--so-color-background)}.site-header__inner{max-width:72rem;padding:var(--so-space-md) var(--so-space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.site-header__brand{color:var(--so-color-text);font-size:var(--so-text-lg);font-weight:700;text-decoration:none}.site-header__nav{gap:var(--so-space-md);display:flex}.site-header__nav a{color:var(--so-color-muted);font-size:var(--so-text-sm);text-decoration:none}.site-header__nav a:hover,.site-header__nav a.router-link-active{color:var(--so-color-primary)}.hero{max-width:72rem;padding:var(--so-space-xl) var(--so-space-lg);text-align:center;margin:0 auto}.hero h1{margin:0 0 var(--so-space-sm);font-size:var(--so-text-xl)}.hero__tagline{color:var(--so-color-muted);font-size:var(--so-text-lg);margin:0}.features{gap:var(--so-space-lg);max-width:72rem;padding:0 var(--so-space-lg) var(--so-space-xl);grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));margin:0 auto;display:grid}.feature-card{border:1px solid var(--so-color-surface);border-radius:var(--so-radius-md);background:var(--so-color-surface);padding:var(--so-space-lg)}.feature-card h2{margin:0 0 var(--so-space-sm);font-size:var(--so-text-md)}.feature-card p{color:var(--so-color-muted);font-size:var(--so-text-sm);margin:0}.placeholder-page{max-width:40rem;padding:var(--so-space-xl) var(--so-space-lg);margin:0 auto}.site-footer{border-top:1px solid var(--so-color-surface)}.site-footer__inner{max-width:72rem;padding:var(--so-space-md) var(--so-space-lg);color:var(--so-color-muted);font-size:var(--so-text-xs);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.site-footer__inner a{color:var(--so-color-muted)}
