:root{--bg: #0a0a0a;--bg-1: #111111;--bg-2: #171717;--bg-3: #1f1f1f;--text: #ececec;--text-2: #a0a0a0;--text-3: #5a5a5a;--border: #1e1e1e;--border-2: #2a2a2a;--red: #c2000c;--red-dim: rgba(194, 0, 12, .12);--red-glow: rgba(194, 0, 12, .25);--blue: #3b82f6;--amber: #d97706;--nav-h: 52px;--side-w: 250px;--max-w: 680px;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--mono: ui-monospace, "SF Mono", Menlo, monospace;--ease: cubic-bezier(.4,0,.2,1)}[data-theme=light]{--bg: #fafafa;--bg-1: #ffffff;--bg-2: #f3f3f3;--bg-3: #eaeaea;--text: #111;--text-2: #555;--text-3: #999;--border: #e5e5e5;--border-2: #d4d4d4;--red-dim: rgba(194, 0, 12, .06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 1.5rem)}body{font-family:var(--font);font-size:15px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}::selection{background:var(--red);color:#fff}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:var(--bg);border-bottom:1px solid var(--border);z-index:100}.nav-inner{max-width:1100px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 1.5rem;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;white-space:nowrap;flex-shrink:0}.nav-logo img{border-radius:4px}.logo-bull{color:var(--red);font-weight:700;letter-spacing:.02em}.nav-center{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:flex-end}.nav-links{display:flex;gap:1.5rem}.nav-link{font-size:13px;font-weight:500;color:var(--text-2);transition:color .15s}.nav-link:hover{color:var(--text)}.nav-search{position:relative}.nav-search-input{width:180px;height:30px;padding:0 2rem 0 1.6rem;background:var(--bg-1);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:12px;outline:none;transition:all .2s var(--ease)}.nav-search-input:focus{width:260px;border-color:var(--red);box-shadow:0 0 0 2px var(--red-dim)}.nav-search-input::placeholder{color:var(--text-3)}.nav-search-icon{position:absolute;left:.45rem;top:50%;transform:translateY(-50%);width:13px;height:13px;color:var(--text-3);pointer-events:none}.nav-search-kbd{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);font-size:10px;color:var(--text-3);background:var(--bg-2);border:1px solid var(--border);border-radius:3px;padding:0 4px;pointer-events:none;line-height:1.6;font-family:var(--font)}.nav-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.nav-icon-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;color:var(--text-3);transition:all .15s}.nav-icon-btn:hover{color:var(--text-2);background:var(--bg-2)}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:30px;height:30px;padding:7px 5px}.nav-hamburger span{display:block;width:100%;height:1.5px;background:var(--text-2);border-radius:1px;transition:all .25s var(--ease)}.nav-hamburger.active span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0}.nav-hamburger.active span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.icon-sun{display:none}.icon-moon,[data-theme=light] .icon-sun{display:block}[data-theme=light] .icon-moon{display:none}.mobile-menu{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:var(--bg-1);border-bottom:1px solid var(--border);z-index:90;padding:.75rem 1.25rem;transform:translateY(-100%);opacity:0;transition:all .25s var(--ease);flex-direction:column;gap:.1rem}.mobile-menu.open{transform:translateY(0);opacity:1}.mobile-menu-link{display:block;padding:.55rem .75rem;font-size:14px;font-weight:500;color:var(--text-2);border-radius:6px;transition:all .15s}.mobile-menu-link:hover{color:var(--text);background:var(--bg-2)}.mobile-menu-divider{height:1px;background:var(--border);margin:.4rem 0}.mobile-search{position:relative;margin:.25rem 0 .6rem}.mobile-search-input{width:100%;height:38px;padding:0 1rem 0 2.1rem;background:var(--bg);border:1px solid var(--border-2);border-radius:8px;color:var(--text);font-size:14px;outline:none}.mobile-search-input:focus{border-color:var(--red);box-shadow:0 0 0 2px var(--red-dim)}.mobile-search .nav-search-icon{left:.7rem;width:14px;height:14px}.mobile-search-results{left:0;right:0;top:calc(100% + 6px);min-width:0;width:100%}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:320px;background:var(--bg-1);border:1px solid var(--border-2);border-radius:10px;box-shadow:0 12px 40px #00000080;z-index:200;max-height:380px;overflow-y:auto;display:none}[data-theme=light] .search-results{box-shadow:0 12px 40px #0000001a}.search-results.open{display:block}.search-result-item{display:block;padding:.6rem .85rem;border-bottom:1px solid var(--border);transition:background .1s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--bg-2)}.search-result-type{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--red);margin-bottom:1px}.search-result-title{font-size:13px;font-weight:500;color:var(--text);margin-bottom:1px}.search-result-desc{font-size:11px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-empty{padding:1.5rem;text-align:center;color:var(--text-3);font-size:13px}.page-full{padding-top:var(--nav-h);min-height:100vh}.hero{text-align:center;padding:6rem 1.5rem 3rem;max-width:600px;margin:0 auto}.hero-title{font-size:2.5rem;font-weight:700;letter-spacing:-.04em;line-height:1.15;margin-bottom:.6rem}.hero-accent{color:var(--red)}.hero-subtitle{font-size:1rem;color:var(--text-2);margin-bottom:2rem;line-height:1.5}.hero-search{position:relative;max-width:440px;margin:0 auto 1.5rem}.hero-search .search-input{width:100%;height:42px;padding:0 1rem 0 2.5rem;background:var(--bg-1);border:1px solid var(--border-2);border-radius:10px;color:var(--text);font-size:14px;outline:none;transition:all .2s var(--ease)}.hero-search .search-input:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-dim),0 0 20px var(--red-dim)}.hero-search .search-input::placeholder{color:var(--text-3)}.hero-search .search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-3);pointer-events:none}.hero-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.hero-pills-label{font-size:12px;color:var(--text-3);display:flex;align-items:center;margin-right:.2rem}.hero-pill{padding:.2rem .65rem;font-size:12px;font-weight:500;color:var(--text-2);background:transparent;border:1px solid var(--border-2);border-radius:100px;transition:all .15s}.hero-pill:hover{color:var(--text);border-color:var(--red);background:var(--red-dim)}.section{padding:0 1.5rem 4rem;max-width:640px;margin:0 auto}.section-title{text-align:center;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:1.25rem}.product-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.product-card{display:flex;flex-direction:column;gap:.4rem;padding:1.5rem;background:var(--bg-1);border:1px solid var(--border);border-radius:12px;transition:all .25s var(--ease);position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--red);opacity:0;transition:opacity .25s}.product-card:hover{border-color:var(--border-2);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}[data-theme=light] .product-card:hover{box-shadow:0 8px 24px #00000014}.product-card:hover:before{opacity:1}.product-card-icon{font-size:1.75rem;margin-bottom:.25rem}.product-card-title{font-size:1rem;font-weight:600}.product-card-description{font-size:13px;color:var(--text-2);line-height:1.5;margin:0}.product-card-arrow{margin-top:auto;padding-top:.5rem;font-size:12px;color:var(--text-3);font-weight:500;transition:color .15s}.product-card:hover .product-card-arrow{color:var(--red)}.help-cta{text-align:center;padding:2rem 1.5rem 5rem}.help-cta h2{font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.help-cta p{font-size:13px;color:var(--text-2)}.hub-container{padding:2rem 1.5rem 4rem;max-width:860px;margin:0 auto}.hub-title{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.2rem}.hub-subtitle{font-size:14px;color:var(--text-2);margin-bottom:2rem;line-height:1.5}.category-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem}.category-card{display:flex;flex-direction:column;gap:.25rem;padding:1.15rem;background:var(--bg-1);border:1px solid var(--border);border-radius:10px;transition:all .2s var(--ease)}.category-card:hover{border-color:var(--red);background:var(--bg-2)}.category-card-icon{font-size:1.15rem;margin-bottom:.15rem}.category-card-title{font-size:14px;font-weight:600}.category-card-description{font-size:12px;color:var(--text-2);line-height:1.4;margin:0}.category-card-count{margin-top:auto;padding-top:.4rem;font-size:11px;color:var(--text-3);font-weight:500}.main-container{display:grid;grid-template-columns:var(--side-w) 1fr;min-height:100vh;padding-top:var(--nav-h)}.sidebar{position:sticky;top:var(--nav-h);height:calc(100vh - var(--nav-h));overflow-y:auto;border-right:1px solid var(--border);padding:.75rem 0;background:var(--bg);scrollbar-width:thin;scrollbar-color:var(--border) transparent}.sidebar-section{margin-bottom:.15rem}.sidebar-section-title{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.35rem .85rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);cursor:pointer;user-select:none}.sidebar-section-title:hover{color:var(--text-2)}.sidebar-section-caret{width:12px;height:12px;color:var(--text-3);transition:transform .2s var(--ease);flex-shrink:0}.sidebar-section.collapsed .sidebar-section-caret{transform:rotate(-90deg)}.sidebar-section-items{max-height:500px;overflow:hidden;transition:max-height .3s var(--ease)}.sidebar-section.collapsed .sidebar-section-items{max-height:0}.sidebar-item{display:block;padding:.25rem .85rem .25rem 1rem;font-size:13px;color:var(--text-2);border-left:2px solid transparent;transition:all .1s}.sidebar-item:hover{color:var(--text);background:var(--bg-2)}.sidebar-item.active{color:var(--text);font-weight:500;border-left-color:var(--red);background:var(--bg-2)}.content{padding:1.5rem 2rem 4rem;min-width:0}.article-kicker{display:inline-flex;align-items:center;margin-bottom:.45rem;color:var(--red);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;font-size:12px}.breadcrumb-item{color:var(--text-3);transition:color .1s}a.breadcrumb-item:hover,.breadcrumb-item.active{color:var(--text-2)}.breadcrumb-separator{color:var(--text-3);font-size:10px}.markdown-body{max-width:var(--max-w)}.markdown-body h1{font-size:1.75rem;font-weight:700;margin-bottom:.6rem;letter-spacing:-.02em;line-height:1.2}.markdown-body h2{font-size:1.35rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;letter-spacing:-.01em}.markdown-body h3{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.35rem}.markdown-body h4{font-size:.95rem;font-weight:600;margin-top:1.25rem;margin-bottom:.3rem}.markdown-body p{margin-bottom:.85rem;color:var(--text-2);line-height:1.7}.markdown-body ul,.markdown-body ol{margin-bottom:.85rem;padding-left:1.25rem}.markdown-body ul{list-style:disc}.markdown-body ol{list-style:decimal}.markdown-body li{margin-bottom:.2rem;color:var(--text-2);line-height:1.6}.markdown-body li::marker{color:var(--text-3)}.markdown-body a{color:var(--red);font-weight:500;transition:opacity .1s}.markdown-body a:hover{opacity:.8;text-decoration:underline}.markdown-body strong{color:var(--text);font-weight:600}.markdown-body code{font-family:var(--mono);font-size:.85em;padding:.1em .3em;background:var(--bg-2);border:1px solid var(--border);border-radius:4px}.markdown-body pre{margin-bottom:1rem;padding:.85rem 1rem;background:var(--bg-1);border:1px solid var(--border);border-radius:8px;overflow-x:auto;line-height:1.5}.markdown-body pre code{padding:0;background:none;border:none;font-size:13px}.markdown-body blockquote{margin-bottom:1rem;padding:.65rem 1rem;border-left:3px solid var(--border-2);background:var(--bg-1);border-radius:0 8px 8px 0}.markdown-body blockquote p{margin-bottom:.3rem;font-size:14px}.markdown-body blockquote p:last-child{margin-bottom:0}.markdown-body blockquote:has(>p>strong:first-child){border-left-color:var(--amber);background:#d977060d}.markdown-body hr{border:none;height:1px;background:var(--border);margin:2rem 0}.markdown-body img{border-radius:8px;border:1px solid var(--border);margin:.75rem 0}.markdown-body table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:13px}.markdown-body th{text-align:left;padding:.45rem .65rem;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--border)}.markdown-body td{padding:.45rem .65rem;border-bottom:1px solid var(--border);color:var(--text-2)}.markdown-body tr:hover td{background:var(--bg-2)}.page-nav{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.page-nav-link{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .85rem;background:var(--bg-1);border:1px solid var(--border);border-radius:8px;transition:border-color .15s}.page-nav-link:hover{border-color:var(--red)}.page-nav-link--next{text-align:right;grid-column:2}.page-nav-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3)}.page-nav-title{font-size:13px;font-weight:500;color:var(--text)}.page-nav-link:hover .page-nav-title{color:var(--red)}.faq-list{border:1px solid var(--border);border-radius:10px;overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;font-size:14px;font-weight:500;color:var(--text);text-align:left;background:var(--bg-1);transition:background .1s}.faq-question:hover{background:var(--bg-2)}.faq-question-icon{width:16px;height:16px;flex-shrink:0;color:var(--text-3);transition:all .25s var(--ease)}.faq-item.active .faq-question-icon{transform:rotate(45deg);color:var(--red)}.faq-item.active .faq-question{color:var(--red)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-item.active .faq-answer{max-height:500px}.faq-answer-inner{padding:0 1rem .85rem;font-size:13px;color:var(--text-2);line-height:1.65}.faq-answer-inner p{margin-bottom:.4rem}.faq-answer-inner p:last-child{margin-bottom:0}.faq-answer-inner ul{list-style:disc;padding-left:1.15rem;margin-bottom:.4rem}.faq-answer-inner li{margin-bottom:.15rem}.footer{padding:2rem 1.5rem;border-top:1px solid var(--border);text-align:center}.footer-inner{max-width:1100px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.4rem}.footer-links a{font-size:12px;color:var(--text-3);transition:color .1s}.footer-links a:hover{color:var(--text-2)}.footer-inner p{font-size:11px;color:var(--text-3)}@media(max-width:1024px){.main-container{grid-template-columns:1fr}.sidebar{position:static;height:auto;width:100%;border-right:none;border-bottom:1px solid var(--border);padding:.5rem 0}.content{padding:1.25rem 1.5rem 3rem}.markdown-body{max-width:100%}}@media(max-width:768px){.nav-center{display:none}.nav-hamburger,.mobile-menu{display:flex}.hero{padding:4rem 1.25rem 2rem}.hero-title{font-size:2rem}.product-cards,.category-cards,.page-nav{grid-template-columns:1fr}.page-nav-link--next{grid-column:1;text-align:left}}@media(max-width:480px){body{font-size:14px}.hero{padding:3rem 1rem 1.5rem}.hero-title{font-size:1.65rem}.content{padding:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
