.dashboard-filter { display:flex; align-items:flex-end; justify-content:flex-end; gap:10px; margin:-10px 0 18px; }
.dashboard-filter div { display:grid; gap:6px; }
.dashboard-filter label { color:var(--muted); font-size:12px; }
.dashboard-filter input { height:40px; background:#0c0f12; border:1px solid #2c343d; border-radius:8px; color:#fff; padding:0 12px; color-scheme:dark; }
.dashboard-filter input:focus { border-color:var(--gold); outline:0; }
@media (max-width:700px) { .dashboard-filter { justify-content:stretch; align-items:stretch; } .dashboard-filter div { flex:1; } }
