body { font-family: system-ui, sans-serif; margin: 0; padding: 1rem; background: #0f172a; color: #e2e8f0; }
header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #334155; padding-bottom: 1rem; }
section { background: #1e293b; border-radius: 8px; padding: 1rem; margin: 1rem 0; }
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
th, td { text-align: left; padding: 0.5rem; border-bottom: 1px solid #334155; }
canvas { width: 100%; background: #0f172a; border-radius: 6px; }
#status { font-family: monospace; font-size: 0.95rem; color: #94a3b8; }
#near-misses td { font-size: 0.8rem; }
