/* hvwf-public.css */

/* ── Scoreboard ──────────────────────────── */
.hvwf-scoreboard { font-family: system-ui, sans-serif; max-width: 860px; }

.hvwf-sb-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hvwf-sb-title  { font-size: 1.3em; font-weight: 700; color: #2D5016; }

.hvwf-live-pill  { display: none; align-items: center; gap: 6px; background: #2D5016; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: .8em; font-weight: 600; }
.hvwf-live-dot   { width: 8px; height: 8px; border-radius: 50%; background: #7fff7f; animation: hvwf-pulse 1.2s infinite; flex-shrink: 0; }
@keyframes hvwf-pulse { 0%,100% { opacity:1; } 50% { opacity:.35; } }

.hvwf-table { border-collapse: collapse; width: 100%; font-size: .95em; }
.hvwf-table thead tr { background: #f5f0e8; }
.hvwf-table th { padding: 9px 12px; text-align: left; font-weight: 700; color: #2D5016; border-bottom: 2px solid #2D5016; }
.hvwf-table td { padding: 9px 12px; border-bottom: 1px solid #eee; }
.hvwf-table .hvwf-rank  { font-weight: 700; width: 32px; }
.hvwf-table .hvwf-score { font-weight: 700; color: #2D5016; }
.hvwf-table tr.hvwf-pending td { color: #999; }
.hvwf-table tr:hover td { background: #fafaf8; }

.hvwf-updated { font-size: .8em; color: #aaa; text-align: right; margin-top: 6px; }

/* ── Jury ─────────────────────────────────── */
.hvwf-jury { font-family: system-ui, sans-serif; max-width: 100%; }

.hvwf-jury-day { font-weight: 600; color: #2D5016; margin-bottom: 12px; }
.hvwf-live-badge { background: #2D5016; color: #fff; padding: 2px 8px; border-radius: 10px; font-size: .8em; font-weight: 600; margin-left: 6px; }

.hvwf-jury-table { border-collapse: collapse; width: 100%; font-size: .9em; }
.hvwf-jury-table th { background: #f5f0e8; padding: 8px 10px; text-align: left; font-weight: 700; color: #2D5016; border-bottom: 2px solid #2D5016; white-space: nowrap; }
.hvwf-jury-table td { padding: 7px 8px; border-bottom: 1px solid #eee; vertical-align: middle; }
.hvwf-jury-table tr.hvwf-scored td { background: #f0faf2; }
.hvwf-jury-table tr:hover td { filter: brightness(.97); }

.hvwf-input-score  { width: 68px;  padding: 5px 6px; border: 1px solid #ccc; border-radius: 4px; font-size: .9em; text-align: center; }
.hvwf-input-status { padding: 5px 6px; border: 1px solid #ccc; border-radius: 4px; font-size: .85em; }
.hvwf-input-note   { width: 180px; padding: 5px 6px; border: 1px solid #ccc; border-radius: 4px; font-size: .85em; }

.hvwf-save-btn { background: #2D5016; color: #fff; border: none; padding: 6px 14px; border-radius: 5px; cursor: pointer; font-size: .85em; white-space: nowrap; }
.hvwf-save-btn:hover    { background: #3a6b1e; }
.hvwf-save-btn:disabled { background: #aaa; cursor: default; }
.hvwf-saved-ok { display: none; color: #2D5016; font-weight: 700; margin-left: 6px; }

/* ── Shared ───────────────────────────────── */
.hvwf-muted { color: #888; }
.hvwf-error { color: #c0392b; }
