.dt-live-board { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.dt-live-loading { padding: 20px; color: #666; }
.dt-live-location { margin-bottom: 28px; }
.dt-live-location h3 { font-size: 18px; margin: 0 0 6px; border-bottom: 2px solid #e2e4e7; padding-bottom: 6px; }

.dt-live-stats { display: flex; gap: 18px; margin-bottom: 10px; font-size: 13px; color: #555; }
.dt-live-stats-alert { color: #8a1f1f; font-weight: 700; }

.dt-live-table-wrap { overflow-x: auto; border: 1px solid #e2e4e7; border-radius: 8px; }
.dt-live-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 14px; }
.dt-live-table th, .dt-live-table td { text-align: left; padding: 10px 14px; white-space: nowrap; }
.dt-live-table thead th { background: #f6f7f7; font-size: 12px; text-transform: uppercase; color: #555; border-bottom: 1px solid #e2e4e7; }
.dt-live-table tbody tr:not(:last-child) td { border-bottom: 1px solid #f0f0f1; }
.dt-live-table tbody tr:hover { background: #fafbfc; }

.dt-live-status { display: inline-block; font-size: 11px; text-transform: uppercase; padding: 2px 8px; border-radius: 10px; }
.dt-live-status-idle { background: #d4f4e2; color: #0a6b32; }
.dt-live-status-in_progress { background: #fff2cc; color: #8a6500; }
.dt-live-status-on_break { background: #e0d7ff; color: #4a2d8a; }
.dt-live-status-waiting { background: #ffe0cc; color: #9a4a00; }
.dt-live-timer { font-variant-numeric: tabular-nums; font-weight: 700; color: #8a6500; }
