:root{--bg:#fff;--bg-alt:#fafafa;--bg-dark:#0a0e12;--text:#0a0a0a;--text-inv:#fafafa;--muted:#565656;--muted-inv:#a3a8af;--border:#e5e5e5;--border-dark:#1f2329;--accent:#0a8b3e;--accent-bright:#22c55e;--accent-hover:#086c30}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:17px;line-height:1.6}a{color:var(--accent);text-decoration:underline}a:hover{color:var(--accent-hover)}strong{color:var(--accent)}nav.topbar{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(6px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}nav.topbar .inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}nav.topbar .brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}nav.topbar .brand .logo{width:2.66rem;height:1.75rem;display:block}nav.topbar .links{align-items:center;gap:1.75rem;font-size:.9rem;display:flex}nav.topbar .links a{color:var(--muted);text-decoration:none}nav.topbar .links a:hover{color:var(--accent)}nav.topbar .links .cta{background:var(--text);color:var(--text-inv);border-radius:4px;padding:.55rem 1rem;font-weight:500}nav.topbar .links .cta:hover{background:var(--accent);color:var(--text-inv)}footer.page{border-top:1px solid var(--border);color:var(--muted);padding:.9rem 1.5rem;font-size:.8rem}footer.page .row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}footer.page .row .links a{color:var(--muted);margin-left:1.25rem;text-decoration:none}footer.page .row .links a:hover{color:var(--accent)}footer.page .row .icon-link{vertical-align:middle;align-items:center;width:.95rem;height:.95rem;margin-left:1.25rem;display:inline-flex}footer.page .row .icon-link svg{fill:currentColor;width:100%;height:100%}@media (width<=700px){body{font-size:16px}nav.topbar .links{gap:1rem}nav.topbar .links .cta{padding:.45rem .85rem;font-size:.85rem}footer.page .row{flex-direction:column;align-items:flex-start}footer.page .row .links a,footer.page .row .icon-link{margin-left:0;margin-right:1rem}}
