
:root{--bg:#0b0c10;--fg:#e5e7eb;--muted:#9ca3af;--card:#111827;--accent:#22d3ee;}
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;background:var(--bg);color:var(--fg)}
.site-header{padding:16px 20px;background:#0f172a;border-bottom:1px solid #111}
.site-header h1{margin:6px 0 2px;font-size:28px}
.site-header .tag{margin:4px 0;color:var(--muted);font-size:14px}
.site-header .back{color:var(--accent);text-decoration:none;font-weight:600}
main.content{max-width:820px;margin:0 auto;padding:18px 16px}
h2{margin-top:1.5rem;color:#c7d2fe}
p{line-height:1.6}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
.card{background:var(--card);border:1px solid #1f2937;padding:14px;border-radius:14px}
.card a{color:#e5e7eb;text-decoration:none;display:block}
.card .name{font-weight:700}
.footer{margin-top:2rem;color:var(--muted);font-size:12px}
.search{width:100%;padding:10px;border-radius:10px;border:1px solid #1f2937;background:#0b1220;color:#e5e7eb;margin:10px 0}
