@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400&display=swap";:root{--bg: #0a0a0a;--surface: #111111;--surface-hover: #181818;--border: #222222;--border-light: #2a2a2a;--text: #e0e0e0;--text-dim: #666666;--text-muted: #444444;--accent: #ffffff;--accent-dim: #aaaaaa;--green: #4ade80;--red: #f87171;--radius: 6px;--mono: "IBM Plex Mono", monospace;--blue: #4a7cdb;--pink: #d4658a;--orange: #e08a4a;--teal: #4aad9a;--purple: #7a6ad4;--green-doc: #5aab6a;--red-doc: #d45a5a;--yellow: #c4a84a}*{margin:0;padding:0;box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--mono);height:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:var(--text-dim);text-decoration:none;transition:color .15s}a:hover{color:var(--accent)}button{cursor:pointer;font-family:var(--mono)}input,select{font-family:var(--mono)}.container{max-width:640px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;max-width:100%}header.svelte-12qhfyh{padding:1.25rem 1.5rem}nav.svelte-12qhfyh{display:flex;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;color:var(--text);letter-spacing:-.02em}.logo.svelte-12qhfyh:hover{color:var(--accent)}.logo-icon.svelte-12qhfyh{font-size:.85rem;font-weight:500}main.svelte-12qhfyh{flex:1;overflow:hidden}@media(min-width:769px){body{overflow:hidden}}footer.svelte-12qhfyh{padding:3rem 1.5rem 1.5rem;text-align:center;margin-top:auto}.footer-note.svelte-12qhfyh{font-size:.7rem;color:var(--text-muted)}.footer-note.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-dim)}.footer-note.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent)}body:has(.page-results) footer.svelte-12qhfyh{display:none}@media(max-width:500px){header.svelte-12qhfyh{padding:1rem}footer.svelte-12qhfyh{padding:2rem 1rem 1rem}}
