@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}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}.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){.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}
