@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg: #000000;--text: #ffffff;--text-muted: #a1a1a1;--border: #262626;--accent: #2dd4bf;--font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.layout-wrapper{display:flex;min-height:calc(100vh - 100px);gap:3rem}.sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--border);padding:2rem 1rem 2rem 0;position:sticky;top:0;height:fit-content;max-height:100vh;overflow-y:auto}.content-area{flex-grow:1;padding:2rem 0;max-width:900px}.nav-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.nav-item{padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s;color:var(--text-muted);font-weight:500;text-transform:lowercase}.nav-item:hover{background:var(--gray-800);color:var(--text)}.nav-item.active{background:var(--accent);color:var(--bg);font-weight:700}.feature-detail-card{padding:2.5rem;border:1px solid var(--border);border-radius:12px;background:#ffffff05}.feature-title{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.feature-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:var(--text)}.caps-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.cap-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-muted)}.cap-item:before{content:"→";color:var(--accent);font-weight:700}header{padding:2rem 0;border-bottom:1px solid var(--border)}main{padding:4rem 0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
