:root{color-scheme:light dark;--bg: #0f1115;--surface: #171a21;--border: #2a2e37;--text: #e8eaed;--muted: #9aa0ab;--accent: #5b8def}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.page{max-width:640px;margin:0 auto;padding:48px 20px 80px}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}
