@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color: #030303;--text-main: #e2e2e2;--text-muted: #888888;--border-color: rgba(255, 255, 255, .15);--accent-color: #fff;--panel-bg: #111111;--font-main: "Inter", system-ui, -apple-system, sans-serif;--max-width: 1100px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-muted);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent-color);text-decoration:none;transition:color .3s}a:hover{text-decoration:underline}.site-nav{position:sticky;top:0;z-index:10;width:100%;max-width:100%;padding:1.1rem max(2rem,calc((100vw - var(--max-width)) / 2 + 2rem));display:flex;align-items:center;justify-content:space-between;gap:1.5rem;color:var(--text-main);background:#030303e6;border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-nav__brand{color:var(--text-main);font-size:.95rem;font-weight:500;letter-spacing:0;white-space:nowrap}.site-nav__links{display:flex;align-items:center;justify-content:flex-end;gap:1.1rem;flex-wrap:wrap}.site-nav__links a{color:var(--text-muted);font-size:.9rem}.site-nav__links a:hover{color:var(--text-main)}h1,h2,h3,h4,h5,h6{color:var(--text-main);line-height:1.2;font-weight:400;margin-bottom:1rem}section{padding:6rem 2rem;max-width:var(--max-width);margin:0 auto;scroll-margin-top:5.5rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}button{cursor:pointer;border:none;outline:none;font-family:inherit}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.site-nav{align-items:flex-start;flex-direction:column;padding:1rem 2rem .5rem}.site-nav__links{justify-content:flex-start;gap:.8rem 1rem}section{scroll-margin-top:9rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.section-title{font-size:2.3rem;margin-bottom:2rem;font-weight:300}.card{padding:2rem;border-radius:6px;border:1px solid var(--border-color);background:transparent}.card h3{font-size:1.25rem;font-weight:400;margin-bottom:.75rem}.card p{font-size:.95rem;line-height:1.6}
