@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--gold: #d4a520;--gold-dim: #b8860b;--gold-glow: rgba(212, 165, 32, .25);--bg: #f5f6f8;--bg-alt: #ebedf0;--surface: #fff;--text: #1a1a1a;--text-2: #555;--text-3: #888;--border: #ddd;--shadow: rgba(0, 0, 0, .08)}@media(prefers-color-scheme:dark){:root{--bg: #0c0e14;--bg-alt: #12151e;--surface: #181c28;--text: #f0f0f0;--text-2: #aaa;--text-3: #666;--border: #2a2e3a;--shadow: rgba(0, 0, 0, .4)}}:root[data-theme=dark]{--bg: #0c0e14;--bg-alt: #12151e;--surface: #181c28;--text: #f0f0f0;--text-2: #aaa;--text-3: #666;--border: #2a2e3a;--shadow: rgba(0, 0, 0, .4)}:root[data-theme=light]{--bg: #f5f6f8;--bg-alt: #ebedf0;--surface: #fff;--text: #1a1a1a;--text-2: #555;--text-3: #888;--border: #ddd;--shadow: rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;scrollbar-width:thin;scrollbar-color:var(--border) var(--bg-alt)}body{background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-alt)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.header.svelte-12qhfyh{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.author.svelte-12qhfyh{font-size:.8rem;font-weight:500;color:var(--text-2);text-decoration:none}.author-links.svelte-12qhfyh{display:flex;align-items:center;gap:.45rem}.author.svelte-12qhfyh:hover{color:var(--gold)}.author-kofi.svelte-12qhfyh{display:inline-flex;display:none;align-items:center;justify-content:center}.author-kofi.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.4rem;height:1.4rem}.brand.svelte-12qhfyh{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.4rem;text-decoration:none;color:inherit}.brand.svelte-12qhfyh:hover{text-decoration:none}.logo.svelte-12qhfyh{width:26px;height:26px;color:var(--gold)}.name.svelte-12qhfyh{font-size:1.15rem;font-weight:700;letter-spacing:-.5px;color:var(--text)}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem;position:relative}.theme-toggle.svelte-12qhfyh{display:flex;background:var(--bg-alt);border-radius:6px;padding:2px;gap:2px}.theme-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:28px;height:24px;padding:3px;background:transparent;border:none;border-radius:4px;color:var(--text-3);cursor:pointer;transition:all .15s ease}.theme-btn.svelte-12qhfyh:hover{color:var(--text);background:var(--surface)}.theme-btn.active.svelte-12qhfyh{background:var(--surface);color:var(--gold);box-shadow:0 1px 2px var(--shadow)}.theme-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:14px;height:14px}.main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}@media(max-width:640px){.header.svelte-12qhfyh{padding:.5rem 1rem}.name.svelte-12qhfyh{display:none}}
