@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;600&display=swap";:root{--ink: #f7f6f2;--muted: #b7b7ad;--bg: #101318;--card: #1a1e24;--line: #2b313b;--accent: #f4b860;--accent-2: #6fc6b7}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Space Grotesk,sans-serif;background:#111113;color:var(--ink)}.home{min-height:100vh;display:grid;place-items:center;padding:22px;position:relative;overflow:hidden}.home-inner{width:min(840px,96vw);position:relative;z-index:1;text-align:center}.eyebrow{font-size:.72rem;letter-spacing:.16rem;text-transform:uppercase;color:var(--accent-2)}.home h1{margin-top:8px;margin-bottom:26px;font-size:clamp(1.6rem,4.2vw,3.05rem);line-height:1.06}.search-shell{width:min(760px,96vw);margin:0 auto;text-align:left}.search-shell.compact{width:min(620px,72vw)}.search-wrap{display:flex;align-items:center;gap:10px;background:linear-gradient(180deg,#242a35,#1a1e24);border:1px solid #3a404b;box-shadow:0 18px 48px #00000061;border-radius:999px;padding:8px 10px 8px 16px}.search-input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:1rem;font-family:Space Grotesk,sans-serif}.search-input::placeholder{color:#8b8f97}.search-go{border:1px solid #4f5868;background:#2a303b;color:var(--ink);padding:9px 16px;border-radius:999px;cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:.8rem}.suggestions{margin-top:10px;background:#0d1016f2;border:1px solid #303742;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px #00000057}.suggestion-item{width:100%;display:flex;justify-content:space-between;gap:10px;border:0;border-bottom:1px solid #222831;background:transparent;color:var(--ink);padding:13px 16px;text-align:left;cursor:pointer}.suggestion-item:last-child{border-bottom:0}.suggestion-item.active{background:#232a34}.suggestion-name{font-weight:600}.suggestion-meta{color:var(--muted);font-size:.84rem}.suggestion-empty{padding:14px 16px;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.84rem}.quick-links{margin-top:20px;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.quick-link{border:1px solid #38404a;background:#151921;color:#d8d6ce;border-radius:999px;padding:8px 12px;cursor:pointer;font-family:IBM Plex Mono,monospace}.card-header{position:sticky;top:0;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0d11d1;border-bottom:1px solid #252c36;display:flex;gap:16px;align-items:center;padding:12px 20px}.home-link{color:#f3d39d;text-decoration:none;font-family:IBM Plex Mono,monospace;font-weight:600;letter-spacing:.02rem;white-space:nowrap}.not-found{min-height:100vh;display:grid;place-items:center;text-align:center}.not-found a{color:#f3d39d}@media(max-width:820px){.card-header{position:static;flex-direction:column;align-items:stretch}.search-shell.compact{width:100%}.suggestion-item{display:block}.suggestion-meta{display:block;margin-top:3px}}
