@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600&display=swap');
body{font-family:'Karla',sans-serif;background:#0b0f14;color:#e9f2ff;padding:24px}
#filters{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}
button{padding:6px 10px;border-radius:6px;border:1px solid #2b3b56;background:#111827;color:#e9f2ff;cursor:pointer}
button.active{background:#3b82f6;border-color:#3b82f6}
li{margin:4px 0}
