:root{color-scheme:light;--bg:#fff;--fg:#1a1a1a;--muted:#565e6a;--accent:#2563eb;--border:#e5e7eb;--card:#fafafa;--hover:#f1f5ff;--shadow:rgba(0,0,0,.08)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#0f1115;--fg:#e6e8eb;--muted:#9aa3af;--accent:#6ea8fe;--border:#2a2f37;--card:#171a20;--hover:#1e2530;--shadow:rgba(0,0,0,.5)}}[data-theme=dark]{color-scheme:dark;--bg:#0f1115;--fg:#e6e8eb;--muted:#9aa3af;--accent:#6ea8fe;--border:#2a2f37;--card:#171a20;--hover:#1e2530;--shadow:rgba(0,0,0,.5)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;max-width:100%;transition:background-color .2s ease,color .2s ease}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:2rem;margin-bottom:.25rem}h2{font-size:1.4rem;margin-top:2rem}.tldr{background:var(--hover);border-left:3px solid var(--accent);padding:.75rem 1rem;border-radius:4px;margin:1rem 0}.muted{color:var(--muted)}.badge{font-size:.8rem;background:var(--hover);color:var(--fg);padding:.15rem .5rem;border-radius:999px;margin-right:.5rem}.badge,.searchbox{display:inline-block}.searchbox{position:relative;width:100%;max-width:420px}.searchbox--compact{max-width:220px}.searchbox__input{width:100%;padding:.5rem .75rem;background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:8px;font-size:1rem}.searchbox--compact .searchbox__input{padding:.4rem .6rem;font-size:.95rem}.searchbox__input:focus{outline:none;border-color:var(--accent)}.searchbox__list{position:absolute;z-index:50;top:calc(100% + 4px);left:0;right:0;margin:0;padding:.25rem;list-style:none;background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px var(--shadow);max-height:360px;overflow-y:auto}.searchbox__item{padding:.5rem .6rem;border-radius:6px;cursor:pointer;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchbox__item.is-active{background:var(--hover)}.searchbox__name{font-weight:600}.searchbox__desc{color:var(--muted)}.searchbox__all{color:var(--accent);font-weight:600;border-top:1px solid var(--border);margin-top:.25rem}.hero{text-align:center;padding:2.5rem 1rem 2rem;margin-bottom:1rem;border-bottom:1px solid var(--border)}.hero__title{font-size:2.2rem;line-height:1.15;margin:0 0 .5rem;border:none;padding:0}.hero__tagline{color:var(--muted);font-size:1.05rem;margin:0 auto 1.5rem;max-width:36rem}.hero .searchbox{display:block;margin:0 auto;max-width:560px}.searchbox--hero .searchbox__input{padding:.85rem 1.1rem;font-size:1.15rem;border-radius:12px;box-shadow:0 2px 10px var(--shadow)}.searchbox--hero .searchbox__input:focus{box-shadow:0 4px 18px rgba(37,99,235,.15)}.searchbox__examples{text-align:left}.searchbox__exhint{padding:.35rem .6rem .15rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.searchbox__exicon{color:var(--accent);margin-right:.5rem;font-weight:700}.chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.chip{display:inline-block;padding:.4rem .8rem;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--fg);font-size:.9rem;transition:border-color .15s,background .15s}.chip:hover{border-color:var(--accent);background:var(--hover);color:var(--accent)}.lang-switch,.theme-toggle{border:1px solid var(--border);background:var(--card);color:var(--fg);border-radius:6px;padding:.35rem .6rem;font-size:.85rem;font-weight:600;cursor:pointer;line-height:1}.lang-switch:hover,.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle{min-width:2.2rem}