:root{--bg: #0f1115;--panel: #171a21;--text: #edf1f7;--muted: #98a2b3;--accent: #7c9cff;--accent-2: #5eead4;--border: rgba(255, 255, 255, .08);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, sans-serif}*{box-sizing:border-box}html{height:100%;-webkit-text-size-adjust:100%}body{margin:0;min-height:100%;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:clamp(24px,5vw,48px) clamp(16px,4vw,32px);max-width:720px;margin:0 auto;width:100%}.site-footer{padding:24px 16px;border-top:1px solid var(--border);text-align:center;background:var(--panel)}.site-footer nav{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;margin-bottom:12px}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--accent)}.site-footer .company{font-size:.875rem;color:var(--muted);margin:0}h1,h2,h3{margin-top:0;font-weight:600}h1{font-size:clamp(1.75rem,4vw,2.25rem)}h2{font-size:1.25rem}h3{font-size:1.1rem}a{color:var(--accent)}a:hover{text-decoration:underline}.prose{color:var(--muted)}.prose p{margin:0 0 1em}.prose p:last-child{margin-bottom:0}.prose ul{margin:0 0 1em;padding-left:1.25em}.prose h2{margin-top:1.5em;margin-bottom:.5em;color:var(--text)}.prose h3{margin-top:1.25em;margin-bottom:.35em;color:var(--text)}
