@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: #ffffff;--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:#ffffff0a;color:var(--text)}.nav-item.active{background:linear-gradient(90deg,#ffffff14,#ffffff03);color:var(--text);font-weight:600;border-left:2px solid var(--text);border-radius:0 6px 6px 0}.feature-detail-card{padding:2.5rem;border:1px solid var(--border);border-radius:12px;background:#ffffff05}.feature-title{font-size:2.75rem;font-weight:600;letter-spacing:-.02em;color:var(--text);margin-bottom:1.5rem}.feature-info-box{padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.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(250px,1fr));gap:1.25rem;margin-top:1.5rem}.cap-item{display:flex;flex-direction:column;padding:1.75rem 1.5rem;font-size:.95rem;color:var(--text);line-height:1.6;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cap-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent);opacity:0;transition:opacity .3s ease}.cap-item:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#ffffff1a;box-shadow:0 12px 40px -10px #00000080}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}
