:root{color-scheme:light dark;--bg: #ffffff;--surface: #ffffff;--surface-2: #f4f4f4;--text: #111111;--muted: #666666;--accent: #e01919;--accent-2: #1d5daa;--border: #111111;--ink: #111111;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .16);--gradient-accent: linear-gradient(90deg, #e01919, #ffffff, #1d5daa);--stealie-divider: linear-gradient(90deg, #e01919 50%, #1d5daa 50%);--font-sans: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Cinzel Decorative", "Inter", serif;--font-mono: "DM Mono", "SFMono-Regular", "Menlo", monospace;--cat-keyboardist: #d95c0f;--cat-lineup: #7a3fad;--cat-album: #3f8a4a;--cat-show: #1d5daa;--cat-song-debut: #d9a821;--ease-out: cubic-bezier(.2, .8, .2, 1);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #1a1a1a;--surface: #1f1f1f;--surface-2: #272727;--text: #f0f0f0;--muted: #999999;--accent: #e01919;--accent-2: #4a8fd4;--border: #333333;--ink: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 2px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .5);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .6);--stealie-divider: linear-gradient(90deg, #e01919 50%, #4a8fd4 50%);--cat-keyboardist: #f5802a;--cat-lineup: #b377d6;--cat-album: #6bbc5d;--cat-show: #4a8fd4;--cat-song-debut: #e5b84a}}:root[data-theme=light]{--bg: #ffffff;--surface: #ffffff;--surface-2: #f4f4f4;--text: #111111;--muted: #666666;--accent: #e01919;--accent-2: #1d5daa;--border: #111111;--ink: #111111;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .16);--stealie-divider: linear-gradient(90deg, #e01919 50%, #1d5daa 50%);--cat-keyboardist: #d95c0f;--cat-lineup: #7a3fad;--cat-album: #3f8a4a;--cat-show: #1d5daa;--cat-song-debut: #d9a821}:root[data-theme=dark]{--bg: #1a1a1a;--surface: #1f1f1f;--surface-2: #272727;--text: #f0f0f0;--muted: #999999;--accent: #e01919;--accent-2: #4a8fd4;--border: #333333;--ink: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 2px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .5);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .6);--stealie-divider: linear-gradient(90deg, #e01919 50%, #4a8fd4 50%);--cat-keyboardist: #f5802a;--cat-lineup: #b377d6;--cat-album: #6bbc5d;--cat-show: #4a8fd4;--cat-song-debut: #e5b84a}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;max-width:100%}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.01em;color:var(--text)}a{color:var(--accent);text-decoration:none;transition:color .15s var(--ease-out)}a:hover{color:var(--accent-2)}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:#fff}.eyebrow{font-family:var(--font-serif);font-weight:400;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.stealie-rule{height:2px;width:100%;background:var(--stealie-divider);border:none;margin:0}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface);color:var(--text);font-weight:600;font-size:.9rem;transition:background .15s var(--ease-out),color .15s var(--ease-out),border-color .15s var(--ease-out)}.pill:hover{border-color:var(--accent);color:var(--accent)}.pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.pill.active:hover{background:#c81515;border-color:#c81515;color:#fff}@media(max-width:640px){html,body{font-size:15px}}.backdrop.svelte-116u010{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:60;border:none;cursor:pointer}.overlay.svelte-116u010{position:fixed;top:10vh;left:50%;transform:translate(-50%);width:min(640px,92vw);background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:1rem;z-index:61}.input.svelte-116u010{width:100%;padding:.75rem 1rem;font-family:var(--font-sans);font-size:1.05rem;background:var(--surface);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-md)}.input.svelte-116u010:focus{outline:none;border-color:var(--accent)}.hint.svelte-116u010{margin:.45rem .25rem .75rem;font-size:.72rem;color:var(--muted);text-align:right}kbd.svelte-116u010{font-family:var(--font-mono);background:var(--surface-2);padding:.05rem .4rem;border:1px solid var(--border);border-radius:3px;font-size:.68rem;color:var(--muted)}.results.svelte-116u010{list-style:none;margin:0;padding:0;max-height:55vh;overflow-y:auto}.hit.svelte-116u010{border-bottom:1px solid var(--border);opacity:.9}.hit.svelte-116u010:last-child{border-bottom:none}.hit.svelte-116u010 button:where(.svelte-116u010){display:grid;grid-template-columns:100px 1fr auto;gap:.8rem;align-items:center;width:100%;padding:.65rem .75rem;background:transparent;border:none;border-radius:var(--radius-md);text-align:left;cursor:pointer;color:var(--text);font-family:inherit}.hit.active.svelte-116u010 button:where(.svelte-116u010){background:var(--surface-2)}.badge.svelte-116u010{font-family:var(--font-serif);font-size:.62rem;font-weight:700;letter-spacing:.08em;padding:.2rem .5rem;border-radius:var(--radius-sm);background:var(--cat, var(--accent));color:#fff;text-align:center;text-transform:uppercase}.badge[data-cat=keyboardist].svelte-116u010{--cat: var(--cat-keyboardist)}.badge[data-cat=lineup].svelte-116u010{--cat: var(--cat-lineup)}.badge[data-cat=album].svelte-116u010{--cat: var(--cat-album)}.badge[data-cat=show].svelte-116u010{--cat: var(--cat-show)}.badge[data-cat=song-debut].svelte-116u010{--cat: var(--cat-song-debut)}.badge[data-cat=song].svelte-116u010{--cat: var(--accent-2)}.label.svelte-116u010{color:var(--text);font-weight:500;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aside.svelte-116u010{font-family:var(--font-mono);color:var(--muted);font-size:.78rem}.empty.svelte-116u010{margin:.75rem 0 .25rem;text-align:center;color:var(--muted);font-size:.88rem}.page.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.site-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.75rem .95rem;flex-wrap:wrap}.brand.svelte-12qhfyh{display:flex;flex-direction:column;gap:.1rem;color:var(--text)}.brand.svelte-12qhfyh:hover{color:var(--accent)}.brand.svelte-12qhfyh .eyebrow:where(.svelte-12qhfyh){font-size:.68rem}.brand-name.svelte-12qhfyh{font-family:var(--font-serif);font-weight:700;font-size:1.35rem;letter-spacing:.02em;line-height:1.1}.brand-name.svelte-12qhfyh em:where(.svelte-12qhfyh){font-style:italic;font-weight:400;color:var(--accent)}nav.svelte-12qhfyh{display:flex;gap:.55rem;align-items:center}.icon-btn.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;background:var(--surface);color:var(--text);border:2px solid var(--border);border-radius:var(--radius-md);font-size:.85rem;font-weight:500}.icon-btn.svelte-12qhfyh:hover{border-color:var(--accent);color:var(--accent)}.icon-btn.svelte-12qhfyh kbd:where(.svelte-12qhfyh){font-family:var(--font-mono);font-size:.72rem;padding:0 .35rem;background:var(--surface-2);border:1px solid var(--border);border-radius:3px;color:var(--muted)}.search-glyph.svelte-12qhfyh{font-size:1.15rem;line-height:1;display:none}.theme-btn.svelte-12qhfyh{width:42px;justify-content:center;padding:.45rem 0;font-size:1.05rem}.cta.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.1rem;border-radius:var(--radius-md);border:2px solid var(--accent);background:var(--accent);color:#fff;font-weight:600;font-size:.9rem;transition:background .15s var(--ease-out),border-color .15s var(--ease-out)}.cta.svelte-12qhfyh:hover{background:#c81515;border-color:#c81515;color:#fff}main.svelte-12qhfyh{flex:1}footer.svelte-12qhfyh{padding:1.5rem 1.75rem 2rem;text-align:center;color:var(--muted);font-size:.85rem}footer.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.2rem 0}footer.svelte-12qhfyh .credit:where(.svelte-12qhfyh){font-size:.8rem;color:var(--muted);opacity:.8}@media(max-width:560px){.site-header.svelte-12qhfyh{padding:1rem 1rem .75rem}.brand-name.svelte-12qhfyh{font-size:1.1rem}.icon-btn.svelte-12qhfyh .search-ico:where(.svelte-12qhfyh),.icon-btn.svelte-12qhfyh kbd:where(.svelte-12qhfyh){display:none}.icon-btn.svelte-12qhfyh .search-glyph:where(.svelte-12qhfyh){display:inline}}
