:root{--bg:#fff;--bg-secondary:#f6f8fa;--text:#1f2328;--text-muted:#57606a;--border:#d0d7de;--accent:#8250df;--accent-bg:#8250df1a;--link:#0969da;--use:#1a7f37;--use-bg:#1a7f3714;--avoid:#9a6700;--avoid-bg:#9a670014;--gotcha:#cf222e;--gotcha-bg:#cf222e14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#0d1117;--bg-secondary:#161b22;--text:#e6edf3;--text-muted:#8b949e;--border:#30363d;--accent:#a371f7;--accent-bg:#a371f726;--link:#4493f8;--use:#3fb950;--use-bg:#3fb9501f;--avoid:#d29922;--avoid-bg:#d299221f;--gotcha:#f85149;--gotcha-bg:#f851491f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.layout{min-height:100vh;display:flex}.sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);flex-shrink:0;width:300px;max-height:100vh;padding:1.25rem 1rem;position:sticky;top:0;overflow-y:auto}.sidebar__header h1{margin:0 0 .25rem;font-size:1.25rem}.sidebar__subtitle{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem}.sidebar__nav{margin-top:1rem}.sidebar__category{margin-bottom:.5rem}.sidebar__category-link{color:var(--text);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.sidebar__category-link:hover,.sidebar__category-link.is-active{background:var(--accent-bg);color:var(--accent)}.sidebar__icon{font-size:1rem}.sidebar__features{margin:.25rem 0 .5rem;padding-left:1.75rem;list-style:none}.sidebar__feature-link{color:var(--text-muted);border-radius:4px;padding:.25rem .4rem;font-size:.85rem;text-decoration:none;display:block}.sidebar__feature-link:hover{background:var(--accent-bg);color:var(--accent)}.search-box{position:relative}.search-box__input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:6px;padding:.5rem .65rem;font-size:.9rem}.search-box__input:focus{outline:2px solid var(--accent);outline-offset:1px}.search-box__results{border:1px solid var(--border);background:var(--bg);border-radius:6px;max-height:320px;margin:.4rem 0 0;padding:0;list-style:none;overflow-y:auto}.search-box__empty{color:var(--text-muted);padding:.6rem;font-size:.85rem}.search-box__result{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.5rem .65rem;display:flex}.search-box__result:hover{background:var(--accent-bg)}.search-box__result-title{color:var(--text);font-size:.9rem}.search-box__result-category{color:var(--text-muted);font-size:.75rem}.content{flex:1;max-width:900px;padding:2rem 3rem}.category-page__title{align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.feature-section{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem;scroll-margin-top:1rem}.feature-section:last-child{border-bottom:none}.feature-section__header{align-items:center;gap:.6rem;display:flex}.feature-section__header h2{margin:0;font-size:1.3rem}.feature-section__badge{background:var(--accent-bg);color:var(--accent);border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.feature-section__summary{color:var(--text-muted);margin:.4rem 0 1rem}.feature-section__usage{border-left:3px solid var(--border);background:var(--bg-secondary);border-radius:4px;margin-bottom:.75rem;padding:.5rem .75rem}.feature-section__usage p{color:var(--text);margin:.2rem 0 0;font-size:.9rem}.feature-section__usage-label{text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:700}.feature-section__usage--use{border-left-color:var(--use);background:var(--use-bg)}.feature-section__usage--use .feature-section__usage-label{color:var(--use)}.feature-section__usage--avoid{border-left-color:var(--avoid);background:var(--avoid-bg)}.feature-section__usage--avoid .feature-section__usage-label{color:var(--avoid)}.feature-section__usage--gotcha{border-left-color:var(--gotcha);background:var(--gotcha-bg)}.feature-section__usage--gotcha .feature-section__usage-label{color:var(--gotcha)}.code-block{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.code-block__title{color:var(--text-muted);background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:.4rem .75rem;font-size:.8rem}.code-block__content pre,.code-block__fallback{margin:0;padding:1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem;overflow-x:auto}.code-block__fallback{background:var(--bg-secondary);color:var(--text)}@media (width<=800px){.layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;max-height:none;position:relative}.content{max-width:100%;padding:1.5rem}}
