:root { color-scheme: light dark; }
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; margin: 16px; }
header { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px; margin-bottom: 14px; }
h1,h2 { margin: 0 0 10px 0; }
.row { display:flex; gap: 10px; align-items:center; flex-wrap: wrap; }
.ticket { border: 1px solid #e5e7eb; border-radius: 10px; padding:10px; margin:8px 0; }
.badge { display:inline-block; padding:2px 8px; border-radius:10px; background:#eef; margin-left:6px; font-size:12px; }
.actions { display:flex; gap: 6px; flex-wrap: wrap; margin-top:8px; }
button { padding:8px 10px; border-radius:10px; border:0; background:#eee; cursor:pointer; }
button:hover { filter: brightness(0.95); }
.grid { display:grid; grid-template-columns: 1fr; gap:6px; }
small { color:#666; }
