:root{color-scheme:dark;--bg: #0f1115;--surface: #171a21;--border: #2a2e37;--text: #e8eaed;--muted: #9aa0ab;--accent: #5b8def}:root[data-theme=light]{color-scheme:light;--bg: #f5f6f8;--surface: #ffffff;--border: #e1e4e9;--text: #14161a;--muted: #6b7280;--accent: #3f6fd6}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);transition:background-color .15s ease,color .15s ease}.page{max-width:640px;margin:0 auto;padding:48px 20px 80px}.toolbar{display:flex;justify-content:flex-end;gap:8px;padding-top:8px}.toolbar-btn{font:inherit;font-size:.8125rem;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer}.toolbar-btn:hover{border-color:var(--accent)}header h1{font-size:1.5rem;margin-bottom:4px}.subtitle{color:var(--muted);margin-top:0}.search-box{width:100%;padding:14px 16px;font-size:1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);outline:none;margin:20px 0}.search-box:focus{border-color:var(--accent)}.status{color:var(--muted)}.status.error{color:#e05d5d}.results{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.result-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.result-name{font-weight:600}.result-meta{color:var(--muted);font-size:.875rem;margin-top:2px}.badge{position:absolute;top:14px;right:16px;font-size:.75rem;padding:2px 8px;border-radius:999px;text-transform:capitalize}.badge-active{background:#1f3a2e;color:#6fd18f}.badge-vip{background:#3a2f1f;color:#e0b95d}.badge-inactive{background:#2a2e37;color:var(--muted)}.badge-blacklisted{background:#3a1f1f;color:#e05d5d}
