:root{--hub-bg-primary:#0a0a0a;--hub-bg-secondary:#141414;--hub-bg-card:#1a1a1a;--hub-bg-elevated:#222;--hub-border:#262626;--hub-text-primary:#f0f0f0;--hub-text-secondary:#999;--hub-text-tertiary:#666;--hub-accent:#f0f0f0;--hub-shadow-card:0 1px 2px rgba(0,0,0,.4);--hub-radius-sm:8px;--hub-radius-md:10px;--hub-radius-lg:12px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--hub-bg-primary);color:var(--hub-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.hub-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}@media (min-width:720px){.hub-quick-grid{grid-template-columns:repeat(4,1fr);gap:12px}}.hub-docs-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}@media (min-width:600px){.hub-docs-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.hub-docs-grid{grid-template-columns:repeat(3,1fr)}}.hub-bottom-nav{display:flex}@media (min-width:720px){.hub-bottom-nav{display:none}}.hub-bottom-nav-spacer{height:76px}@media (min-width:720px){.hub-bottom-nav-spacer{height:0}}.prose{color:var(--hub-text-primary);line-height:1.7;font-size:15px}.prose h1{font-size:1.5rem;font-weight:700;margin:1.5rem 0 .75rem}.prose h2{font-size:1.2rem;font-weight:700;margin:1.5rem 0 .5rem;border-bottom:1px solid var(--hub-border);padding-bottom:.4rem}.prose h3{font-size:1.05rem;font-weight:600;margin:1.1rem 0 .4rem}.prose h4{font-size:.95rem;font-weight:600;margin:.9rem 0 .3rem;color:var(--hub-text-secondary)}.prose p{margin:.6rem 0}.prose ol,.prose ul{padding-left:1.5rem;margin:.5rem 0}.prose li{margin:.25rem 0}.prose li>ol,.prose li>ul{margin:.2rem 0}.prose strong{font-weight:700}.prose em{font-style:italic}.prose blockquote,.prose em{color:var(--hub-text-secondary)}.prose blockquote{border-left:3px solid var(--hub-accent);padding:.5rem 1rem;margin:.75rem 0;background:var(--hub-bg-card);border-radius:0 6px 6px 0}.prose code{padding:.15rem .4rem;border-radius:4px;font-size:.88em;font-family:SF Mono,Fira Mono,Consolas,monospace}.prose code,.prose pre{background:var(--hub-bg-card)}.prose pre{padding:1rem;border-radius:8px;overflow-x:auto;margin:.75rem 0;border:1px solid var(--hub-border)}.prose pre code{background:none;padding:0}.prose table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:14px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose th{text-align:left;font-weight:600;padding:.5rem .75rem;background:var(--hub-bg-card);white-space:nowrap}.prose td,.prose th{border:1px solid var(--hub-border)}.prose td{padding:.4rem .75rem;vertical-align:top}.prose tr:nth-child(2n) td{background:var(--hub-bg-secondary)}.prose hr{border:none;border-top:1px solid var(--hub-border);margin:1rem 0}.prose a{color:var(--hub-accent);text-decoration:underline}.prose a:hover{opacity:.8}