*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1565c0;--primary-dark:#0d47a1;--primary-light:#e3f2fd;--accent:#ff6f00;--accent-light:#fff3e0;--success:#2e7d32;--success-light:#e8f5e9;--danger:#c62828;--danger-light:#ffebee;--warning:#f57c00;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--white:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--font:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--touch-target-min:44px;font-family:var(--font);color:var(--gray-800);background:var(--gray-100);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.5}@media (width>=768px){:root{font-size:16px;line-height:1.6}}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-weight:600;line-height:1.3}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.locale-switcher{opacity:.7;justify-content:center;align-items:center;gap:6px;margin-top:24px;padding:12px 0;transition:opacity .2s;display:flex}.locale-switcher:hover{opacity:1}.locale-btn{cursor:pointer;color:var(--gray-500,#6b7280);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.85rem;transition:all .15s}.locale-btn:hover{color:var(--primary)}.locale-btn--active{color:var(--primary);background:var(--primary-light,#1565c01a);font-weight:600}.locale-sep{color:var(--gray-300,#d1d5db);font-size:.85rem}.page-wrapper{max-width:1400px;padding:var(--space-md);margin:0 auto}.page-header{border-bottom:2px solid var(--gray-200);flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.page-header h1{margin:0;font-size:1.75rem}.page-title{margin-bottom:16px;font-size:2rem}.top-bar{background:var(--primary);color:var(--white);box-shadow:var(--shadow-md);z-index:100;justify-content:space-between;align-items:center;padding:14px 24px;display:flex;position:sticky;top:0}.top-bar h1{color:var(--white);margin:0;font-size:1.25rem}.info-banner{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--primary);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:24px;padding:16px 20px}.info-banner strong{color:var(--gray-900)}.info-banner .info-row{color:var(--gray-600);flex-wrap:wrap;gap:24px;margin-top:6px;font-size:.9rem;display:flex}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:var(--space-sm);box-shadow:var(--shadow-sm);margin-bottom:20px;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.card-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.card-header h3,.card-header h4{margin:0;font-size:1.1rem}.card-header .badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600}.badge-pool{background:var(--primary-light);color:var(--primary)}.badge-bracket{background:var(--accent-light);color:var(--accent)}.badge-completed{background:var(--success-light);color:var(--success)}.section-title{font-size:var(--text-lg);border-bottom:2px solid var(--primary);margin-bottom:16px;padding-bottom:8px;display:inline-block}.round-title{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin:16px 0 8px;font-size:.95rem;font-weight:600}.table-wrapper{margin-bottom:16px;overflow-x:auto}table.standings-table,table.match-table,table.team-table{border-collapse:collapse;width:100%;font-size:.9rem}table.standings-table th,table.match-table th,table.team-table th{background:var(--primary);color:var(--white);text-align:left;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:10px 14px;font-size:.8rem;font-weight:600}table.standings-table th:first-child{border-radius:var(--radius-sm) 0 0 0}table.standings-table th:last-child,table.match-table th:last-child,table.team-table th:last-child{border-radius:0 var(--radius-sm) 0 0}table.standings-table td,table.match-table td,table.team-table td{border-bottom:1px solid var(--gray-200);vertical-align:middle;padding:10px 14px}table.standings-table tbody tr:hover,table.match-table tbody tr:hover,table.team-table tbody tr:hover{background:var(--gray-50)}table.standings-table tbody tr:last-child td,table.match-table tbody tr:last-child td,table.team-table tbody tr:last-child td{border-bottom:none}.text-center{text-align:center}.text-right{text-align:right}.rank-cell{color:var(--primary);width:40px;font-weight:700}.diff-positive{color:var(--success);font-weight:600}.diff-negative{color:var(--danger);font-weight:600}.match-row{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:8px;padding:10px 14px;transition:box-shadow .15s;display:flex}.match-row:hover{box-shadow:var(--shadow-sm)}.match-teams{flex:1;align-items:center;gap:8px;min-width:0;font-weight:600;display:flex}.match-vs{color:var(--gray-400);font-size:.85rem;font-weight:400}.match-score{color:var(--gray-900);text-align:center;min-width:60px;font-size:1rem;font-weight:700}.match-score.not-scored{color:var(--gray-400)}.match-meta{color:var(--gray-500);flex-wrap:wrap;gap:12px;font-size:.8rem;display:flex}.match-meta span{align-items:center;gap:4px;display:inline-flex}.match-tag{text-transform:uppercase;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600}.tag-final{background:var(--accent-light);color:var(--accent)}.tag-petite{background:var(--primary-light);color:var(--primary)}.tag-waiting{color:var(--gray-400);font-size:.85rem;font-style:italic}.score-form{flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0;display:flex}.score-form label{align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:flex}.score-form input[type=number]{border:1px solid var(--gray-300);border-radius:var(--radius-sm);text-align:center;width:64px;min-height:var(--touch-target-min);min-width:var(--touch-target-min);padding:6px 8px;font-size:.9rem;transition:border-color .2s}.score-form input[type=number]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1565c026}.score-form .vs-label{color:var(--gray-400);font-weight:400}.score-form .error-text{color:var(--danger);font-size:.8rem}button,.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:8px 20px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .2s,box-shadow .2s,transform .1s;display:inline-flex}button:active{transform:scale(.98)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary,button[type=submit]{background:var(--primary);color:var(--white)}.btn-primary:hover,button[type=submit]:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow-sm)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover:not(:disabled){box-shadow:var(--shadow-sm);background:#e65100}.btn-danger{background:var(--danger-light);color:var(--danger);border:1px solid #ef9a9a}.btn-danger:hover:not(:disabled){background:#ffcdd2}.btn-outline{color:var(--primary);border:1px solid var(--primary);background:0 0}.btn-outline:hover:not(:disabled){background:var(--primary-light)}.btn-sm{padding:5px 12px;font-size:.8rem}.btn-logout{color:var(--white);background:#ffffff26;border:1px solid #ffffff4d;padding:6px 16px;font-size:.85rem}.btn-logout:hover{background:#ffffff40}.form-group{margin-bottom:16px}.form-group label{color:var(--gray-700);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group select{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);width:100%;min-height:var(--touch-target-min);padding:10px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1565c026}.form-inline{flex-flow:column wrap;align-items:stretch;gap:10px;display:flex}.form-inline .form-group{margin-bottom:0}.form-create{flex-direction:column;gap:4px;max-width:420px;display:flex}.login-wrapper{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:var(--white);border-radius:var(--radius-lg);width:calc(100% - var(--space-md) * 2);max-width:400px;box-shadow:var(--shadow-lg);padding:40px 36px}.login-card h1{text-align:center;margin-bottom:8px;font-size:1.5rem}.login-subtitle{text-align:center;color:var(--gray-500);margin-bottom:28px;font-size:.9rem}.login-card .error-text{background:var(--danger-light);color:var(--danger);border-radius:var(--radius-sm);margin-bottom:16px;padding:10px 14px;font-size:.85rem}.login-card button[type=submit]{width:100%;margin-top:8px;padding:12px;font-size:1rem}.public-hero{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:var(--white);text-align:center;border-radius:0 0 var(--radius-lg) var(--radius-lg);margin-bottom:24px;padding:32px 24px}.public-hero h1{color:var(--white);margin-bottom:8px;font-size:clamp(1.25rem,4vw,2rem)}.public-hero .phase-badge{background:#fff3;border-radius:20px;margin-top:8px;padding:6px 18px;font-size:.85rem;font-weight:600;display:inline-block}.public-hero .hero-meta{opacity:.9;font-size:.95rem}.results-section{margin-bottom:32px}.podium-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:16px;padding:20px}.podium-card h3{margin-bottom:12px;font-size:1.1rem}.podium-list{padding:0;list-style:none}.podium-list li{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:10px 14px;font-size:.95rem;display:flex}.podium-list li:last-child{border-bottom:none}.podium-place{text-align:center;min-width:36px;font-size:1.3rem}.podium-name{color:var(--gray-900);font-weight:600}.in-progress-badge{color:var(--warning);font-size:.85rem;font-weight:600}.results-redesign{margin-bottom:32px}.results-hero{text-align:center;border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);background:radial-gradient(circle at 20% 20%,#ffd70040,#0000 60%),radial-gradient(circle at 80% 30%,#ff6f0033,#0000 60%),linear-gradient(135deg,#1a237e 0%,#3949ab 100%);margin-bottom:24px;padding:28px 20px 24px;position:relative;overflow:hidden}.results-hero:before,.results-hero:after{content:"";pointer-events:none;background-image:radial-gradient(2px 2px at 12% 30%,#ffffffd9,#0000 60%),radial-gradient(2px 2px at 88% 60%,#ffd700d9,#0000 60%),radial-gradient(2px 2px at 30% 80%,#ffffffb3,#0000 60%),radial-gradient(2px 2px at 70% 15%,#ffd700b3,#0000 60%);animation:4s ease-in-out infinite alternate results-twinkle;position:absolute;inset:0}.results-hero:after{opacity:.6;animation-duration:6s;animation-direction:alternate-reverse}@keyframes results-twinkle{0%{opacity:.45}to{opacity:1}}.results-hero-icon{filter:drop-shadow(0 4px 10px #00000059);z-index:1;margin-bottom:8px;font-size:3rem;line-height:1;animation:2.6s ease-in-out infinite results-bounce;position:relative}@keyframes results-bounce{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-6px)rotate(3deg)}}.results-hero-title{z-index:1;color:#fff;letter-spacing:.5px;text-shadow:0 2px 8px #00000059;margin:0;font-size:2rem;position:relative}.results-champion-banner{z-index:1;color:#1a1a1a;background:linear-gradient(135deg,#ffd54f 0%,#ff8f00 100%);border-radius:999px;align-items:center;gap:12px;margin-top:16px;padding:10px 20px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 4px 16px #ff8f0080}.results-champion-label{text-transform:uppercase;letter-spacing:1px;opacity:.85;font-size:.75rem;font-weight:700}.results-champion-name{font-size:1.15rem;font-weight:800}.results-champion-stars{animation:3s linear infinite results-spin;display:inline-block}@keyframes results-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}@media (width<=1024px){.results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.results-grid{grid-template-columns:1fr}.results-hero-title{font-size:1.5rem}.results-hero-icon{font-size:2.4rem}}.results-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-200);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.results-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.results-card.tier-gold{border-top:4px solid #ff8f00}.results-card.tier-silver{border-top:4px solid #607d8b}.results-card.tier-bronze{border-top:4px solid #8d4925}.results-card-header{color:#fff;text-shadow:0 1px 3px #0000004d;align-items:center;gap:12px;padding:16px 20px;display:flex;position:relative}.results-card-trophy{filter:drop-shadow(0 2px 4px #0000004d);font-size:2rem;line-height:1}.results-card-title{color:#fff;flex:1;margin:0;font-size:1.25rem;font-weight:700}.results-card-status{color:#fff;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff40;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600}.results-winner-spotlight{border-radius:var(--radius-md);background:linear-gradient(135deg,#ffd70026,#ff8f001a);border:1px dashed #ff8f008c;align-items:center;gap:14px;margin:16px;padding:14px 16px;display:flex}.results-winner-crown{font-size:1.8rem;animation:2s ease-in-out infinite results-bounce}.results-winner-text{flex-direction:column;line-height:1.2;display:flex}.results-winner-label{text-transform:uppercase;letter-spacing:1px;color:var(--gray-600);font-size:.7rem;font-weight:700}.results-winner-name{color:var(--gray-900);font-size:1.1rem;font-weight:800}.results-podium{flex-direction:column;gap:8px;margin:0;padding:0 16px 16px;list-style:none;display:flex}.results-podium-row{border-radius:var(--radius-sm);background:var(--gray-50);grid-template-columns:36px auto 1fr;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:grid}.results-podium-row.is-empty{opacity:.5}.results-podium-row.place-1{background:linear-gradient(90deg,#ffd7002e,#ffd7000d);border-left:4px solid #ffc107;font-weight:700}.results-podium-row.place-2{background:linear-gradient(90deg,#b0bec540,#b0bec50d);border-left:4px solid #90a4ae}.results-podium-row.place-3{background:linear-gradient(90deg,#d7a16a40,#d7a16a0d);border-left:4px solid #bf6b3a}.results-podium-row.place-4{background:var(--gray-50);border-left:4px solid var(--gray-300)}.results-podium-medal{text-align:center;font-size:1.4rem;line-height:1}.results-podium-place{color:var(--gray-700);white-space:nowrap;font-size:.85rem}.results-podium-name{color:var(--gray-900);text-align:right;word-break:break-word;font-weight:600}.team-count{color:var(--gray-600);margin-bottom:12px;font-size:.9rem}.team-list-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.team-list-header .team-count{margin-bottom:0}.qr-cell{text-align:center;padding:8px}.qr-cell img{border-radius:var(--radius-sm);width:80px;height:80px}.qr-cell .qr-url{color:var(--gray-500);word-break:break-all;margin-top:4px;font-size:.7rem}details.seeds-details{margin-bottom:12px}details.seeds-details summary{cursor:pointer;color:var(--primary);padding:6px 0;font-size:.85rem;font-weight:600}details.seeds-details ul{flex-wrap:wrap;gap:6px;padding:8px 0 0;list-style:none;display:flex}details.seeds-details li{background:var(--gray-100);color:var(--gray-700);border-radius:14px;padding:4px 12px;font-size:.8rem}.team-view-wrapper{max-width:1200px;margin:0 auto;padding:0 20px 48px}.team-view-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:var(--white);text-align:center;border-radius:0 0 var(--radius-lg) var(--radius-lg);margin-bottom:24px;margin-left:-20px;margin-right:-20px;padding:32px 24px}.team-view-header h1{color:var(--white);margin:0 0 8px;font-size:clamp(1.25rem,4vw,2rem)}.timeline-table tbody tr{vertical-align:top}.timeline-collapsible{margin-bottom:16px}.timeline-collapse-toggle{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;color:var(--gray-800);cursor:pointer;align-items:center;gap:8px;padding:10px 14px;font-size:.95rem;font-weight:700;transition:background .15s;display:inline-flex}.timeline-collapse-toggle:hover{background:var(--gray-100)}.timeline-collapse-caret{color:var(--gray-600);font-size:.75rem;transition:transform .15s;display:inline-block}.timeline-collapse-caret.open{transform:rotate(90deg)}.timeline-collapse-count{background:var(--gray-300);color:var(--gray-800);border-radius:999px;margin-left:auto;padding:1px 9px;font-size:.78rem;font-weight:700}.timeline-subsection-title{color:var(--primary-dark,#0d47a1);margin:16px 0 10px;font-size:1.05rem}.timeline-table tbody tr.activity-rest{background:var(--gray-50);color:var(--gray-600);font-style:italic}.timeline-table tbody tr.activity-play{background:#1565c00a}.timeline-table tbody tr.activity-ref{background:#ffc1070f}.timeline-table tbody tr.current-round-row,.timeline-table tbody tr.current-round-row.activity-play,.timeline-table tbody tr.current-round-row.activity-ref,.timeline-table tbody tr.current-round-row.activity-rest{outline-offset:-2px;color:var(--gray-900);outline:2px solid #d32f2f73;font-weight:700;background:linear-gradient(90deg,#d32f2f33,#d32f2f0a)!important;border-left:6px solid #d32f2f!important;box-shadow:inset 6px 0 #d32f2f,0 2px 12px #d32f2f33!important}.timeline-table tbody tr.bracket-next-match,.timeline-table tbody tr.bracket-next-match.activity-play,.timeline-table tbody tr.bracket-next-match.activity-ref,.timeline-table tbody tr.bracket-next-match.activity-rest{outline-offset:-2px;color:var(--gray-900);outline:2px solid #ff6f0073;font-weight:700;background:linear-gradient(90deg,#ff6f0038,#ff6f000d)!important;border-left:6px solid #ff6f00!important;box-shadow:inset 6px 0 #ff6f00,0 2px 12px #ff6f0038!important}.timeline-round-cell{white-space:nowrap;width:90px;position:relative}.timeline-round-num{color:var(--gray-900);font-size:1.05rem;font-weight:700}.timeline-activity-cell{width:160px}.timeline-live-badge,.timeline-next-badge{letter-spacing:.6px;color:#fff;vertical-align:middle;border-radius:999px;align-items:center;gap:4px;margin-left:8px;padding:3px 9px;font-size:.7rem;font-weight:800;animation:1.6s ease-in-out infinite live-pulse;display:inline-flex}.timeline-live-badge{background:#d32f2f;box-shadow:0 2px 6px #d32f2f73}.timeline-next-badge{background:#ff6f00;box-shadow:0 2px 6px #ff6f0073}.timeline-activity-pill{background:var(--gray-100);color:var(--gray-800);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.85rem;font-weight:600;display:inline-flex}.activity-play .timeline-activity-pill{color:var(--primary-dark);background:#1565c024}.activity-ref .timeline-activity-pill{color:#8a6d00;background:#ffc1072e}.activity-rest .timeline-activity-pill{background:var(--gray-100);color:var(--gray-600)}.timeline-detail{flex-direction:column;gap:4px;display:flex}.timeline-detail-main{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.timeline-detail-score{font-variant-numeric:tabular-nums;color:var(--gray-900);font-weight:700}.timeline-detail-meta{color:var(--gray-600);flex-wrap:wrap;gap:6px;font-size:.85rem;display:flex}.timeline-detail-action{align-self:flex-start;margin-top:6px}.timeline-detail-rest{color:var(--gray-500)}.timeline-card-mobile.activity-rest{background:var(--gray-50)}.timeline-card-mobile.activity-play{border-left:4px solid var(--primary)}.timeline-card-mobile.activity-ref{border-left:4px solid #ffc107}.timeline-card-mobile.current-round-row,.timeline-card-mobile.current-round-row.activity-play,.timeline-card-mobile.current-round-row.activity-ref,.timeline-card-mobile.current-round-row.activity-rest{background:linear-gradient(135deg,#d32f2f24,#d32f2f0a)!important;border:3px solid #d32f2f!important;border-left-width:8px!important;box-shadow:0 0 0 4px #d32f2f2e,0 6px 20px #d32f2f47!important}.timeline-card-mobile.current-round-row:after{content:"🔴 EN COURS";background:#d32f2f}.timeline-card-mobile.bracket-next-match,.timeline-card-mobile.bracket-next-match.activity-play,.timeline-card-mobile.bracket-next-match.activity-ref,.timeline-card-mobile.bracket-next-match.activity-rest{background:linear-gradient(135deg,#ff6f0024,#ff6f000a)!important;border:3px solid #ff6f00!important;border-left-width:8px!important;box-shadow:0 0 0 4px #ff6f002e,0 6px 20px #ff6f0047!important}.timeline-pause-row td.timeline-pause-cell{background:repeating-linear-gradient(45deg, var(--gray-100), var(--gray-100) 6px, var(--gray-50) 6px, var(--gray-50) 12px);border-top:1px dashed var(--gray-300);border-bottom:1px dashed var(--gray-300);text-align:center;padding:10px 14px}.timeline-pause-pill{background:var(--gray-700);color:#fff;letter-spacing:.4px;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.timeline-pause-time{color:var(--gray-700);font-variant-numeric:tabular-nums;vertical-align:middle;margin-left:12px;font-size:.85rem}.timeline-pause-card{border-radius:var(--radius-sm);background:repeating-linear-gradient(45deg, var(--gray-100), var(--gray-100) 6px, var(--gray-50) 6px, var(--gray-50) 12px);border:1px dashed var(--gray-300);justify-content:center;align-items:center;gap:10px;margin:4px 0;padding:8px 12px;display:flex}.timeline-table tbody tr.timeline-pause-row.current-round-row td.timeline-pause-cell{outline-offset:-2px;outline:2px solid #d32f2f73;background:linear-gradient(90deg,#d32f2f2e,#d32f2f0a),repeating-linear-gradient(45deg,#d32f2f1a,#d32f2f1a 6px,#d32f2f08 6px 12px)!important;border-top:2px dashed #d32f2f!important;border-bottom:2px dashed #d32f2f!important;box-shadow:inset 6px 0 #d32f2f,0 2px 12px #d32f2f33!important}.timeline-pause-card.current-round-row{background:linear-gradient(135deg,#d32f2f24,#d32f2f0a),repeating-linear-gradient(45deg,#d32f2f1a,#d32f2f1a 6px,#d32f2f08 6px 12px)!important;border:2px dashed #d32f2f!important;box-shadow:0 0 0 4px #d32f2f2e,0 6px 20px #d32f2f47!important}@media (width<=640px){.timeline-round-cell{width:70px}.timeline-activity-cell{width:auto}}.qr-display{text-align:center;padding:8px}.qr-display img{border-radius:var(--radius-sm);border:1px solid var(--gray-200);width:100px;height:100px}.qr-display .qr-url{color:var(--gray-500);word-break:break-all;margin-top:4px;font-size:.7rem}.team-badge{white-space:nowrap;border-radius:12px;padding:2px 10px;font-size:.8rem;font-weight:600;line-height:22px;display:inline-block}.team-badge-default{background:var(--gray-200);color:var(--gray-800)}.team-badge-primary{background:var(--primary);color:var(--white)}.team-badge-secondary{color:var(--white);background:#7b1fa2}.match-card{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);margin-bottom:8px;padding:12px 16px;transition:box-shadow .15s}.match-card:hover{box-shadow:var(--shadow-sm)}.match-card.scored{background:var(--gray-50)}.match-card-top{justify-content:space-between;align-items:center;display:flex}.match-card-teams{font-weight:600}.match-card-teams .vs{color:var(--gray-400);margin:0 8px;font-weight:400}.match-card-score{font-size:1.05rem;font-weight:700}.match-card-meta{color:var(--gray-500);flex-wrap:wrap;gap:12px;margin-top:6px;font-size:.8rem;display:flex}.match-card-meta .not-scored-label{color:var(--warning);font-weight:600}.loading-text{text-align:center;color:var(--gray-500);padding:40px 20px;font-size:.95rem}.error-alert{background:var(--danger-light);color:var(--danger);border-radius:var(--radius-sm);margin-bottom:16px;padding:12px 16px;font-size:.9rem}.empty-state{text-align:center;color:var(--gray-500);padding:32px 20px}.admin-schedule-bar{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.admin-settings-section{border-top:1px solid var(--gray-200,#e5e7eb);margin-top:2rem;padding-top:1rem}.admin-team-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.admin-team-card{text-align:center;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;padding:.75rem}.admin-team-name-row{justify-content:center;align-items:center;gap:8px;display:flex}.admin-teams-qr-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-team-rename{flex-direction:column;align-items:stretch;gap:6px;display:flex}.admin-team-rename input{text-align:center;width:100%;font-weight:600}.admin-team-rename-actions{justify-content:center;gap:6px;display:flex}.team-rename-inline input{width:100%;font-weight:600}.admin-danger-title{color:var(--danger,#dc2626)}.admin-settings-summary{cursor:pointer;font-size:1.1rem;font-weight:600}.admin-settings-details{margin-top:2rem}.admin-settings-first{margin-top:1rem}.schedule-bar-label{align-items:center;gap:4px;font-size:.85rem;display:flex}.schedule-bar-title{font-size:.9rem;font-weight:600}.schedule-time-sep{font-weight:700}.schedule-time-sep-lg{font-size:1.2rem;font-weight:700}.schedule-time-row{align-items:center;gap:4px;display:flex}.admin-team-qr{width:150px;height:150px;margin:.5rem auto;display:block}.admin-team-noqr{color:var(--gray-400);font-size:.75rem}.admin-team-url{word-break:break-all;color:var(--primary,#2563eb);font-size:.75rem}.admin-empty-text{color:var(--gray-500);font-size:.85rem}.admin-danger-text{color:var(--gray-500);margin-bottom:.5rem;font-size:.85rem}.schedule-select{border:1px solid var(--gray-300);border-radius:4px;padding:4px;font-size:.85rem}.schedule-select-lg{border:1px solid var(--gray-300);border-radius:6px;width:70px;padding:10px 8px;font-size:.95rem}.schedule-input{text-align:center;border:1px solid var(--gray-300);border-radius:4px;width:50px;padding:4px;font-size:.85rem}.round-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.round-header h4{margin:0}.inline-edit{align-items:center;gap:6px;display:inline-flex}.inline-edit input[type=number]{text-align:center;border:1px solid var(--gray-300);border-radius:4px;width:56px;padding:2px 6px}.inline-edit .inline-edit-label{color:var(--gray-500);font-size:.85rem}.inline-edit-sm .inline-edit-label{font-size:.8rem}.inline-edit-sm input[type=number]{font-size:.85rem}.inline-edit-error{color:var(--danger);margin:0 0 8px;font-size:.8rem}.pause-control{background:var(--gray-50,#f9fafb);border-left:3px solid var(--gray-300,#d1d5db);border-radius:6px;align-items:center;gap:8px;margin-top:8px;padding:6px 12px;display:flex}.pause-control .pause-label{color:var(--gray-500);font-size:.85rem}.pause-control .pause-error{color:var(--danger);font-size:.75rem}.pause-control .btn-sm{padding:2px 6px;font-size:.75rem}.pause-control .inline-edit .btn-sm{padding:2px 8px}.pause-control.pause-live{background:linear-gradient(90deg,#d32f2f2e,#d32f2f0a);border-left:6px solid #d32f2f;box-shadow:0 0 0 3px #d32f2f24,0 4px 12px #d32f2f2e}.pause-control.pause-live .pause-label{color:#b71c1c;font-weight:700}.pause-time{color:var(--gray-700);font-variant-numeric:tabular-nums;margin-left:10px;font-size:.78rem}.pause-control.pause-live .pause-time{color:#6b1010}.pause-live-badge{letter-spacing:.6px;color:#fff;background:#d32f2f;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:.7rem;font-weight:800;animation:1.6s ease-in-out infinite live-pulse;display:inline-flex;box-shadow:0 2px 6px #d32f2f73}.bracket-match-row{flex-direction:column;align-items:stretch;gap:6px}.bracket-match-line1,.bracket-match-line2{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.bracket-match-line2>.match-meta{color:var(--gray-500);gap:0;font-size:.8rem;display:inline}.bracket-time-badge{color:var(--primary);min-width:120px;font-size:1.05rem;font-weight:700}.bracket-duration-badge{background:var(--primary-light);color:var(--primary);cursor:pointer;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.8rem;font-weight:600;display:inline-flex}.bracket-match-score-area{margin-left:auto}.bracket-team-name{font-weight:600}.round-time{color:var(--gray-500);margin-left:8px;font-weight:400}.bracket-time{color:var(--gray-400);min-width:120px;font-size:.85rem}.col-hide-mobile{display:none}@media (width<=767px){.page-wrapper{padding:8px}.public-hero{border-radius:0;margin-bottom:12px;padding:20px 16px}.public-hero h1{margin-bottom:4px;font-size:1.3rem}.public-hero .hero-meta{font-size:.85rem}.public-hero .phase-badge{margin-top:6px;padding:4px 12px;font-size:.78rem}.card{border-radius:var(--radius-sm);margin-bottom:10px;padding:10px 12px}.card-header{margin-bottom:10px;padding-bottom:8px}.section-title{margin-bottom:10px;font-size:1rem}.match-card-mobile{margin-bottom:6px;padding:10px 12px}.standings-card-mobile{margin-bottom:4px;padding:8px 12px}.standings-card-name{font-size:.9rem}.standings-card-stats{font-size:.78rem}.match-card-teams{font-size:.9rem}.match-card-meta{gap:8px;font-size:.75rem}.team-view-wrapper{padding:0 8px 32px}.team-view-header{border-radius:0;margin-bottom:12px;margin-left:-8px;margin-right:-8px;padding:20px 16px}.team-view-header h1{font-size:1.3rem}}@media (width<=479px){.col-abbrev-sm{color:#0000;font-size:0}.col-abbrev-sm:after{content:attr(data-short);color:var(--white);font-size:.8rem}}.card-list-mobile{display:block}.responsive-table-wrapper{display:none}.match-card-mobile{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);flex-direction:column;gap:6px;margin-bottom:8px;padding:12px 16px;display:flex}.standings-card-mobile{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);align-items:center;gap:12px;margin-bottom:6px;padding:10px 14px;display:flex}.standings-card-rank{color:var(--primary);text-align:center;min-width:28px;font-size:1.2rem;font-weight:700}.standings-card-info{flex-direction:column;gap:2px;min-width:0;display:flex}.standings-card-name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.standings-card-stats{color:var(--gray-600);font-size:.82rem}@media (width<=479px){.standings-table th,.match-table th,.team-table th{font-size:var(--text-xs)}}@media (width<=767px){.score-form{flex-wrap:wrap}.score-form label{flex:auto}.score-form .btn-sm{min-height:var(--touch-target-min);width:100%}}@media (width>=480px){.page-wrapper{padding:var(--space-lg)}}@media (width>=768px){.card{padding:var(--space-md)}.section-title{font-size:var(--text-xl)}.page-header{flex-direction:row;justify-content:space-between;align-items:center;gap:0}.form-inline{flex-direction:row;align-items:flex-end}.match-row{flex-direction:row;align-items:center}.col-hide-mobile{display:table-cell}.card-list-mobile{display:none}.responsive-table-wrapper{display:block}}@media (width>=1024px){.page-wrapper{padding:var(--space-xl)}.pool-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1rem;display:grid}.display-match-schedule-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}}@media (width<=479px){.bracket-match-line1,.bracket-match-line2{flex-direction:column;align-items:flex-start}}.card.current-round,.round-section.current-round{border:2px solid var(--primary,#1565c0);border-left:6px solid var(--primary,#1565c0);background:linear-gradient(135deg,#1565c014 0%,#1565c008 100%);position:relative;box-shadow:0 0 0 4px #1565c026,0 6px 20px #1565c02e}.card.current-round:before,.round-section.current-round:before{content:"🔴 EN COURS";color:#fff;letter-spacing:1px;z-index:2;background:#d32f2f;border-radius:999px;padding:4px 10px;font-size:.7rem;font-weight:800;animation:1.6s ease-in-out infinite live-pulse;position:absolute;top:-12px;left:16px;box-shadow:0 2px 6px #d32f2f66}.round-section.current-round:before{left:auto;right:16px}.round-section.current-round .round-section-header{padding-top:6px}.card.current-round .round-header h4,.card.current-round h4,.round-section.current-round h3{color:var(--primary-dark,#0d47a1);font-weight:700}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.04)}}tr.current-round-row{border-left:4px solid var(--primary,#1565c0);box-shadow:inset 4px 0 0 var(--primary,#1565c0);background:linear-gradient(90deg,#1565c02e,#1565c00d);font-weight:600}tr.current-round-row td{color:var(--gray-900)}tr.current-round-row td:first-child{color:var(--primary-dark,#0d47a1);font-weight:700;position:relative}tr.current-round-row td:first-child:before{content:"🔴";margin-right:6px;font-size:.7rem;animation:1.6s ease-in-out infinite live-pulse;display:inline-block}.timeline-table tbody tr.current-round-row td:first-child:before,.timeline-table tbody tr.bracket-next-match td:first-child:before{content:none}.match-card-mobile.current-round-row{border:2px solid var(--primary,#1565c0);border-left:6px solid var(--primary,#1565c0);background:linear-gradient(135deg,#1565c01a,#1565c00a);position:relative;box-shadow:0 0 0 3px #1565c01f,0 4px 12px #1565c02e}.match-card-mobile.current-round-row:after{content:"🔴 EN COURS";color:#fff;letter-spacing:1px;z-index:2;background:#d32f2f;border-radius:999px;padding:3px 8px;font-size:.65rem;font-weight:800;animation:1.6s ease-in-out infinite live-pulse;position:absolute;top:-10px;right:12px;box-shadow:0 2px 4px #d32f2f66}tr.bracket-next-match{border-left:4px solid var(--accent,#ff6f00);box-shadow:inset 4px 0 0 var(--accent,#ff6f00);background:linear-gradient(90deg,#ff6f002e,#ff6f000a);font-weight:600}tr.bracket-next-match td:first-child{color:#b85a00;font-weight:700;position:relative}tr.bracket-next-match td:first-child:before{content:"▶️";margin-right:6px;animation:1.6s ease-in-out infinite live-pulse;display:inline-block}.match-card-mobile.bracket-next-match,.match-card.bracket-next-match{border:2px solid var(--accent,#ff6f00);border-left:6px solid var(--accent,#ff6f00);background:linear-gradient(135deg,#ff6f001f,#ff6f000a);position:relative;box-shadow:0 0 0 3px #ff6f0024,0 4px 12px #ff6f0033}.match-card-mobile.bracket-next-match:after,.match-card.bracket-next-match:after{content:"▶️ PROCHAIN";background:var(--accent,#ff6f00);color:#fff;letter-spacing:1px;z-index:2;border-radius:999px;padding:3px 8px;font-size:.65rem;font-weight:800;animation:1.6s ease-in-out infinite live-pulse;position:absolute;top:-10px;right:12px;box-shadow:0 2px 4px #ff6f0066}.live-dashboard-wrapper{flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;padding:16px;display:flex}.live-dashboard-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:var(--white);border-radius:var(--radius-md);text-align:center;margin-bottom:16px;padding:20px}.live-dashboard-title{color:var(--white);margin:0 0 8px;font-size:1.25rem}.live-match-info{flex-direction:column;gap:6px;display:flex}.live-match-teams{font-size:1.1rem;font-weight:700}.live-match-meta{opacity:.9;flex-wrap:wrap;justify-content:center;gap:12px;font-size:.85rem;display:flex}.live-scored-banner{background:var(--gray-200);color:var(--gray-700);text-align:center;border-radius:var(--radius-sm);margin-bottom:12px;padding:10px 16px;font-size:.9rem;font-weight:600}.live-error{background:var(--danger-light);color:var(--danger);border-radius:var(--radius-sm);text-align:center;margin-bottom:12px;padding:10px 16px;font-size:.85rem}.live-timer{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;margin-bottom:16px;padding:12px;display:flex}.live-timer-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.live-timer-value{font-variant-numeric:tabular-nums;color:var(--gray-900);font-size:2rem;font-weight:700}.live-timer-urgent{border-color:var(--danger);background:var(--danger-light)}.live-timer-urgent .live-timer-value,.live-timer-urgent .live-timer-label{color:var(--danger)}.live-target-progress{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:16px;padding:12px 16px}.live-target-label{text-align:center;color:var(--gray-600);margin-bottom:10px;font-size:.85rem;font-weight:600;display:block}.live-target-bars{flex-direction:column;gap:8px;display:flex}.live-target-bar-group{align-items:center;gap:8px;display:flex}.live-target-team-label{color:var(--gray-700);text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:60px;font-size:.75rem;font-weight:600;overflow:hidden}.live-target-bar-track{background:var(--gray-200);border-radius:6px;flex:1;height:12px;overflow:hidden}.live-target-bar-fill{border-radius:6px;height:100%;transition:width .3s}.live-target-bar-fill-team1{background:var(--primary)}.live-target-bar-fill-team2{background:var(--accent)}.live-target-fraction{color:var(--gray-600);min-width:36px;font-size:.75rem;font-weight:600}.live-score-panel{flex:1;justify-content:center;align-items:center;gap:16px;padding:20px 0;display:flex}.live-team-column{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.live-team-label{color:var(--gray-700);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.9rem;font-weight:600;overflow:hidden}.live-team-score{color:var(--gray-900);font-variant-numeric:tabular-nums;font-size:48px;font-weight:700;line-height:1}.live-vs{color:var(--gray-400);align-self:center;padding-top:24px;font-size:1.25rem;font-weight:400}.live-btn-group{flex-direction:column;gap:8px;width:100%;max-width:120px;display:flex}.live-btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;min-width:48px;min-height:48px;font-family:inherit;font-size:1.25rem;font-weight:700;transition:background .15s,transform .1s;display:flex}.live-btn:active:not(:disabled){transform:scale(.95)}.live-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.live-btn-plus{background:var(--success);color:var(--white)}.live-btn-plus:hover:not(:disabled){background:#1b5e20}.live-btn-minus{background:var(--gray-200);color:var(--gray-700)}.live-btn-minus:hover:not(:disabled){background:var(--gray-300)}.live-finalize-area{padding:16px 0 24px}.live-btn-finalize{background:var(--accent);width:100%;color:var(--white);border-radius:var(--radius-md);cursor:pointer;border:none;min-height:48px;padding:14px;font-family:inherit;font-size:1.1rem;font-weight:700;transition:background .2s}.live-btn-finalize:hover:not(:disabled){background:#e65100}.live-btn-finalize:disabled{opacity:.55;cursor:not-allowed}.live-dialog-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.live-dialog{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:360px;box-shadow:var(--shadow-lg);text-align:center;padding:28px 24px}.live-dialog-title{margin:0 0 16px;font-size:1.2rem}.live-dialog-body{margin-bottom:8px;font-size:1.1rem}.live-dialog-hint{color:var(--gray-500);margin-bottom:20px;font-size:.85rem}.live-dialog-actions{justify-content:center;gap:12px;display:flex}.live-dialog-actions button{flex:1;min-height:44px}@media (width>=1400px){.display-match-schedule-grid{grid-template-columns:repeat(3,1fr)}}.btn-live-score{background:var(--primary,#1565c0);border-radius:var(--radius-sm,6px);text-align:center;cursor:pointer;border:none;margin-top:6px;padding:10px 20px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block;color:#fff!important}.btn-live-score:hover{opacity:.9}.match-tracking-page{width:100%;max-width:1400px;padding:var(--space-md);margin:0 auto}.match-tracking-page .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.match-tracking-page .page-header h2{margin:4px 0 0;font-size:1.4rem}.match-tracking-page .page-header a{color:var(--primary);font-size:.85rem;text-decoration:none}.round-section{margin-bottom:4px}.round-section-header{border-bottom:2px solid var(--primary);align-items:baseline;gap:12px;margin-bottom:6px;padding-bottom:4px;display:flex}.round-section-header h3{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.1rem}.round-section-summary{color:var(--gray-500);font-size:.82rem}.round-section-matches{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}@media (width<=1024px){.round-section-matches{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.round-section-matches{grid-template-columns:1fr}}.match-tracking-page .match-card{border-radius:var(--radius-md,8px);border:1px solid var(--gray-200);border-left:5px solid var(--gray-300);margin-bottom:0;padding:8px 12px;transition:box-shadow .15s,transform .1s}.match-tracking-page .match-card:hover{box-shadow:var(--shadow-md,0 4px 12px #0000001a);transform:translateY(-1px)}.match-tracking-page .match-card.status-upcoming{border-left-color:var(--gray-400)}.match-tracking-page .match-card.status-in-progress{border-left-color:var(--primary);background:#1565c00f}.match-tracking-page .match-card.status-awaiting-score{border-left-color:var(--warning);background:#f57c000f}.match-tracking-page .match-card.status-overdue{border-left-color:var(--danger);background:#c628280f;animation:2s ease-in-out infinite pulse-overdue}@keyframes pulse-overdue{0%,to{opacity:1}50%{opacity:.85}}.match-tracking-page .match-card.status-overdue .overdue-minutes{color:var(--danger);font-size:.9rem;font-weight:700}.match-tracking-page .match-card.status-scored{border-left-color:var(--success);background:var(--gray-50);opacity:.75}.match-card-actions{margin-top:4px}.match-card-actions .btn-sm{padding:4px 12px;font-size:.8rem}.pause-separator{justify-content:center;align-items:center;gap:8px;margin:0;padding:2px 0;display:flex}.pause-separator-text{color:var(--gray-400);padding:0;font-size:.75rem}.pause-separator-time{color:var(--gray-500);font-variant-numeric:tabular-nums}.pause-separator.pause-separator-live{border-radius:var(--radius-sm);background:linear-gradient(90deg,#d32f2f2e,#d32f2f0a);border:2px dashed #d32f2f;margin:8px 0;padding:8px 14px;box-shadow:0 0 0 3px #d32f2f24,0 4px 12px #d32f2f2e}.pause-separator.pause-separator-live .pause-separator-text{color:#b71c1c;font-size:.85rem;font-weight:700}.pause-separator.pause-separator-live .pause-separator-time{color:#6b1010}.inline-score-modal-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.inline-score-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:380px;box-shadow:var(--shadow-lg);padding:28px 24px}.inline-score-modal h4{text-align:center;margin:0 0 16px;font-size:1.15rem}.inline-score-teams{justify-content:center;align-items:center;gap:12px;margin-bottom:16px;display:flex}.inline-score-team{flex-direction:column;align-items:center;gap:6px;display:flex}.inline-score-team label{color:var(--gray-700);font-size:.85rem;font-weight:600}.inline-score-team input[type=number]{text-align:center;border:1px solid var(--gray-300);border-radius:var(--radius-sm);width:64px;padding:8px;font-size:1.1rem;font-weight:600}.inline-score-team input[type=number]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1565c026}.inline-score-vs{color:var(--gray-400);padding-top:20px;font-size:1.2rem;font-weight:700}.inline-score-error{color:var(--danger);text-align:center;margin:0 0 12px;font-size:.85rem}.inline-score-actions{justify-content:center;gap:10px;display:flex}.inline-score-actions button{flex:1;min-height:40px}.bracket-columns-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;display:grid}.bracket-column{flex-direction:column;gap:8px;display:flex}.bracket-column-title{color:var(--primary);border-bottom:2px solid var(--primary);margin-bottom:4px;padding-bottom:8px;font-size:1.1rem;font-weight:700}.bracket-column-match{flex-direction:column;gap:2px;display:flex}.bracket-column-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}@media (width<=767px){.bracket-columns-grid{grid-template-columns:1fr}}.retro-theme{--retro-bg:#160028;--retro-bg-2:#240046;--retro-pink:#ff2d95;--retro-cyan:#05d9e8;--retro-purple:#b14aed;--retro-yellow:#f9f871;--retro-text:#f6e9ff;--primary:var(--retro-pink);--primary-dark:#c2185b;--primary-light:#ff2d951f;--accent:var(--retro-cyan);--gray-50:#2f1152;--gray-100:#371a5c;--gray-200:#44256b;--gray-300:#56347e;--gray-900:#f6e9ff;--gray-800:#e6d6f5;--gray-700:#cdb6e6;--gray-600:#b79fd6;--gray-500:#9b82bd;color:var(--retro-text);background:linear-gradient(180deg, #16002800 0%, #16002899 100%), radial-gradient(circle at 50% -10%, #b14aed73, transparent 55%), repeating-linear-gradient(0deg, transparent 0 38px, #05d9e80f 38px 39px), repeating-linear-gradient(90deg, transparent 0 38px, #05d9e80f 38px 39px), linear-gradient(180deg, var(--retro-bg) 0%, var(--retro-bg-2) 100%);background-attachment:fixed;font-family:Inter,system-ui,sans-serif}.retro-theme:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 120%,#ff2d9559,#0000 60%),linear-gradient(#0000,#05d9e81a);height:40vh;position:fixed;inset:auto 0 0}.retro-theme .page-wrapper,.retro-theme .team-view-wrapper,.retro-theme .display-layout,.retro-theme .match-tracking-page{z-index:1;position:relative}.retro-theme h1,.retro-theme h2,.retro-theme h3,.retro-theme .section-title,.retro-theme .page-title{color:#fff;text-shadow:0 0 6px var(--retro-pink), 0 0 14px #ff2d9599;letter-spacing:.5px}.retro-theme .public-hero,.retro-theme .team-view-header,.retro-theme .top-bar{border-bottom:2px solid #05d9e8b3;box-shadow:0 0 24px #ff2d9580;background:linear-gradient(120deg,#ff2d95 0%,#b14aed 45%,#05d9e8 100%)!important}.retro-theme .public-hero h1,.retro-theme .team-view-header h1,.retro-theme .top-bar h1{color:#fff;text-shadow:0 0 8px #0009,0 0 16px #05d9e8b3}.retro-theme .phase-badge{border:1px solid var(--retro-cyan);background:#00000059;box-shadow:0 0 10px #05d9e899}.retro-theme .card,.retro-theme .podium-card,.retro-theme .results-card,.retro-theme .info-banner,.retro-theme .admin-team-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #b14aed8c;box-shadow:0 0 16px #b14aed40,inset 0 0 0 1px #05d9e814;background:#240046b8!important}.retro-theme table.standings-table th,.retro-theme table.match-table th,.retro-theme table.team-table th{color:#fff;text-shadow:0 0 6px #00000080;background:linear-gradient(90deg,#ff2d95,#b14aed)!important}.retro-theme table.standings-table td,.retro-theme table.match-table td,.retro-theme table.team-table td{color:var(--retro-text);border-color:#b14aed40}.retro-theme table.standings-table tbody tr:hover,.retro-theme table.match-table tbody tr:hover,.retro-theme table.team-table tbody tr:hover{background:#05d9e814}.retro-theme button,.retro-theme .btn-primary,.retro-theme .btn-sm{text-shadow:0 0 6px #0006}.retro-theme .btn-primary{border:1px solid var(--retro-cyan);box-shadow:0 0 12px #ff2d9580;background:linear-gradient(90deg,#ff2d95,#b14aed)!important}.retro-theme .current-round,.retro-theme .round-section.current-round,.retro-theme tr.current-round-row,.retro-theme .match-card-mobile.current-round-row{border-color:var(--retro-pink)!important;background:linear-gradient(90deg,#ff2d952e,#05d9e80f)!important;box-shadow:0 0 0 3px #ff2d9540,0 0 22px #ff2d9573!important}.retro-theme .current-round:before,.retro-theme .round-section.current-round:before,.retro-theme .match-card-mobile.current-round-row:after,.retro-theme .timeline-live-badge{background:linear-gradient(90deg,#ff2d95,#05d9e8)!important;box-shadow:0 0 12px #ff2d95b3!important}.retro-theme tr.bracket-next-match,.retro-theme .match-card.bracket-next-match,.retro-theme .match-card-mobile.bracket-next-match{border-color:var(--retro-cyan)!important;background:linear-gradient(90deg,#05d9e829,#ff2d950d)!important;box-shadow:0 0 0 3px #05d9e838,0 0 20px #05d9e866!important}.retro-theme .timeline-next-badge,.retro-theme .match-card.bracket-next-match:after,.retro-theme .match-card-mobile.bracket-next-match:after{background:linear-gradient(90deg,#05d9e8,#b14aed)!important;box-shadow:0 0 12px #05d9e8b3!important}.retro-theme .timeline-table tbody tr.current-round-row,.retro-theme .timeline-table tbody tr.current-round-row.activity-play,.retro-theme .timeline-table tbody tr.current-round-row.activity-ref,.retro-theme .timeline-table tbody tr.current-round-row.activity-rest,.retro-theme .timeline-pause-row.current-round-row td.timeline-pause-cell{outline-offset:-2px;outline:2px solid #ff1e5699;background:linear-gradient(90deg,#ff2d798c,#ff2d791f)!important;border-left:6px solid #ff1e56!important;box-shadow:inset 6px 0 #ff1e56,0 0 22px #ff1e56a6!important}.retro-theme .timeline-card-mobile.current-round-row,.retro-theme .timeline-card-mobile.current-round-row.activity-play,.retro-theme .timeline-card-mobile.current-round-row.activity-ref,.retro-theme .timeline-card-mobile.current-round-row.activity-rest,.retro-theme .timeline-pause-card.current-round-row{background:linear-gradient(135deg,#ff2d7973,#ff2d791a)!important;border:3px solid #ff1e56!important;border-left-width:8px!important;box-shadow:0 0 0 4px #ff1e5647,0 0 24px #ff1e5699!important}.retro-theme .timeline-live-badge,.retro-theme .timeline-table tbody tr.current-round-row .timeline-live-badge{background:#ff1e56!important;box-shadow:0 0 14px #ff1e56cc!important}.retro-theme .display-layout{background:radial-gradient(circle at 50% -10%, #b14aed80, transparent 55%), linear-gradient(180deg, var(--retro-bg) 0%, var(--retro-bg-2) 100%)!important}.retro-theme .display-timer-countdown{text-shadow:0 0 10px var(--retro-cyan), 0 0 28px #ff2d95b3;color:#fff!important}.retro-theme .display-live-score-card{border:1px solid #05d9e880;box-shadow:0 0 18px #b14aed59;background:#240046cc!important}.retro-theme .display-live-score-terrain{color:var(--retro-cyan);text-shadow:0 0 8px #05d9e899}.retro-theme .display-live-score-pts{text-shadow:0 0 10px #f9f871b3;color:var(--retro-yellow)!important}.retro-theme .results-hero{background:radial-gradient(circle at 20% 20%,#ff2d9580,#0000 60%),radial-gradient(circle at 80% 30%,#05d9e866,#0000 60%),linear-gradient(135deg,#240046 0%,#3a0ca3 100%)!important}.retro-theme a{color:var(--retro-cyan)}.retro-theme a:hover{color:var(--retro-pink)}.retro-theme input,.retro-theme select,.retro-theme textarea{color:var(--retro-text)!important;background:#0f001e99!important;border-color:#b14aed8c!important}.retro-theme input::placeholder,.retro-theme textarea::placeholder{color:#f6e9ff73}.retro-theme .timeline-pause-row td.timeline-pause-cell,.retro-theme .timeline-pause-card{background:repeating-linear-gradient(45deg,#b14aed2e,#b14aed2e 6px,#05d9e814 6px 12px)!important;border-color:#05d9e873!important}.retro-theme .timeline-pause-pill{box-shadow:0 0 10px #05d9e880;color:#fff!important;background:linear-gradient(90deg,#b14aed,#05d9e8)!important}.retro-theme .timeline-pause-time{color:var(--retro-cyan)!important}.retro-theme .pause-control{background:#0f001e80!important;border-left-color:#05d9e880!important}.retro-theme .pause-control .pause-label,.retro-theme .pause-time{color:var(--retro-cyan)!important}.retro-theme .pause-separator-text{color:var(--retro-text)!important}.retro-theme .timeline-activity-pill{color:var(--retro-text)!important;background:#0f001e8c!important}.retro-theme .activity-play .timeline-activity-pill{color:#b8f3f9!important;background:#05d9e838!important}.retro-theme .activity-ref .timeline-activity-pill{color:#fff7c2!important;background:#f9f87138!important}.retro-theme .timeline-collapse-toggle{color:var(--retro-text)!important;background:#0f001e80!important;border-color:#b14aed80!important}.retro-theme .timeline-collapse-count{color:#fff!important;background:#ff2d9559!important}.retro-theme .match-card.scored,.retro-theme .match-tracking-page .match-card.status-scored,.retro-theme .timeline-table tbody tr.activity-rest,.retro-theme .timeline-card-mobile.activity-rest,.retro-theme .results-podium-row{color:var(--retro-text);background:#0f001e66!important}.retro-theme .live-dialog,.retro-theme .inline-score-modal,.retro-theme .login-card{border:1px solid #05d9e880;box-shadow:0 0 30px #b14aed80;background:#240046!important}.retro-theme .empty-state,.retro-theme .team-count,.retro-theme .loading-text{color:var(--gray-600)}.retro-theme .info-banner,.retro-theme .live-target-progress,.retro-theme .live-timer,.retro-theme .match-card,.retro-theme .match-card-mobile,.retro-theme .standings-card-mobile,.retro-theme .bracket-match-row{color:var(--retro-text);border-color:#b14aed80;background:#240046b8!important}.retro-theme .live-dashboard-wrapper{background:0 0!important}.retro-theme .live-timer-value,.retro-theme .live-team-score{text-shadow:0 0 10px var(--retro-cyan), 0 0 22px #ff2d9599;color:#fff!important}.retro-theme .live-team-label{color:var(--retro-text)!important}.retro-theme .live-timer-label{color:var(--retro-cyan)!important}@media (prefers-reduced-motion:reduce){.retro-theme *{animation:none!important}}.display-layout{color:#e8eaed;background:#0f1923;flex-direction:column;width:100vw;height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.25rem;line-height:1.5;display:flex;overflow:hidden}.cursor-hidden{cursor:none}.display-header{background:#141e2b;border-bottom:1px solid #1e2d3d;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.display-header h1{color:#e8eaed;margin:0;font-size:2rem;font-weight:700}.display-header-info{align-items:center;gap:1rem;display:flex}.display-header-date{color:#8899a6;font-size:1.1rem}.display-layout .phase-badge{color:#64b5f6;text-transform:uppercase;letter-spacing:.5px;background:#1565c04d;border-radius:20px;padding:.25rem 1rem;font-size:.95rem;font-weight:600;display:inline-block}.display-content{flex:1;padding:1.5rem 2rem;overflow:hidden}.display-layout h2{color:#e8eaed;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.display-layout h3{color:#e8eaed;margin:0 0 .75rem;font-size:1.4rem;font-weight:600}.display-layout h4{color:#b0bec5;margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.display-registration-header{align-items:baseline;gap:.75rem;margin-bottom:1.25rem;display:flex}.display-registration-count{color:#8899a6;font-size:1.25rem}.display-registration-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.display-registration-grid .team-item{color:#e8eaed;white-space:nowrap;text-overflow:ellipsis;background:#1a2733;border:1px solid #1e2d3d;border-radius:8px;padding:.6rem 1rem;font-size:1.15rem;overflow:hidden}.display-pools-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.display-pool-standings{background:#1a2733;border:1px solid #1e2d3d;border-radius:10px;overflow:hidden}.display-pool-standings table{border-collapse:collapse;width:100%;font-size:1.1rem}.display-pool-standings thead th{color:#8899a6;text-align:left;text-transform:uppercase;letter-spacing:.5px;background:#1e2d3d;padding:.6rem 1rem;font-size:.9rem;font-weight:600}.display-pool-standings tbody td{color:#e8eaed;border-bottom:1px solid #1e2d3d;padding:.5rem 1rem}.display-pool-standings tbody tr:last-child td{border-bottom:none}.display-pool-standings tbody tr:hover{background:#ffffff08}.display-pool-standings .diff-positive{color:#66bb6a;font-weight:600}.display-pool-standings .diff-negative{color:#ef5350;font-weight:600}.display-match-schedule{margin-top:1.5rem}.display-round{margin-bottom:1.25rem}.display-round-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.display-round-header h4{margin:0}.display-round-time{color:#8899a6;font-size:1rem}.display-round.current-round{background:#64b5f60f;border-left:4px solid #64b5f6;border-radius:0 8px 8px 0;padding-left:1rem;box-shadow:-2px 0 12px #64b5f626}.display-round.current-round .display-round-header h4{color:#64b5f6}.display-match-list{flex-direction:column;gap:.4rem;display:flex}.display-match-item{background:#1a2733;border:1px solid #1e2d3d;border-radius:6px;align-items:center;gap:1rem;padding:.4rem .75rem;font-size:1.05rem;display:flex}.display-match-field{color:#8899a6;min-width:70px;font-size:.9rem}.display-match-teams{flex:1;align-items:center;gap:.5rem;display:flex}.display-match-vs{color:#546e7a;font-size:.9rem}.display-match-score{text-align:center;min-width:60px;font-weight:700}.display-match-score.not-scored{color:#546e7a}.display-finals-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;height:100%;display:grid;overflow:hidden}.display-finals-wrapper{flex-direction:column;gap:1.25rem;height:100%;display:flex;overflow:hidden}.display-finals-wrapper .display-finals-grid{flex:1;min-height:0}.display-finals-wrapper .display-live-scores{flex:none}.display-finals-column{flex-direction:column;gap:.4rem;display:flex;overflow-y:auto}.display-finals-column-title{color:#64b5f6;border-bottom:2px solid #1e2d3d;margin-bottom:.25rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.display-finals-matches{flex-direction:column;gap:.35rem;display:flex}.display-finals-match{background:#1a2733;border:1px solid #1e2d3d;border-left-width:3px;border-radius:6px;padding:.4rem .6rem}.display-finals-match.scored{opacity:.8;border-left-color:#66bb6a}.display-finals-match.upcoming{border-left-color:#64b5f6}.display-finals-match-header{justify-content:space-between;align-items:center;margin-bottom:.2rem;display:flex}.display-finals-round-label{color:#8899a6;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.display-finals-time{color:#546e7a;font-size:.7rem}.display-finals-match-teams{color:#e8eaed;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;display:flex}.display-finals-vs{color:#546e7a;font-size:.75rem;font-weight:400}.display-finals-match-teams .tbd-team{color:#546e7a;font-style:italic;font-weight:400}.display-finals-match-meta{color:#8899a6;align-items:center;gap:.75rem;margin-top:.15rem;font-size:.75rem;display:flex}.display-finals-score{color:#66bb6a;font-weight:700}.display-finals-target{color:#64b5f6}.display-finals-ref{font-size:.7rem}.display-bracket{margin-bottom:1.5rem}.display-bracket-header{align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.display-bracket-matches{flex-direction:column;gap:.5rem;display:flex}.display-match{background:#1a2733;border:1px solid #1e2d3d;border-radius:8px;align-items:center;gap:1rem;padding:.6rem 1rem;font-size:1.05rem;transition:background .15s;display:flex}.display-match.scored{background:#1a2733;border-color:#2a3f50}.display-match.upcoming{opacity:.8;background:#141e2b;border-color:#1e2d3d}.display-match-round-label{color:#8899a6;min-width:80px;font-size:.9rem}.display-match-time{color:#546e7a;min-width:80px;font-size:.9rem}.display-match .display-match-teams{flex:1}.display-match .display-match-score{font-size:1.15rem;font-weight:700}.display-match .tbd-team{color:#546e7a;font-style:italic}.display-match-referee{color:#8899a6;white-space:nowrap;min-width:100px;font-size:.9rem}.display-match-format{color:#8899a6;white-space:nowrap;min-width:90px;font-size:.85rem}.display-badge-completed{color:#66bb6a;background:#66bb6a33;border-radius:12px;padding:.2rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.display-results-section{margin-bottom:2rem}.display-podium{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.display-podium-card{text-align:center;background:#1a2733;border:1px solid #1e2d3d;border-radius:12px;min-width:280px;padding:1.5rem 2rem}.display-podium-card h3{margin-bottom:1rem;font-size:1.3rem}.display-podium-list{margin:0;padding:0;list-style:none}.display-podium-item{border-bottom:1px solid #1e2d3d;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.display-podium-item:last-child{border-bottom:none}.display-podium-emoji{text-align:center;min-width:50px;font-size:2.5rem;line-height:1}.display-podium-place{color:#e8eaed;font-size:1.3rem;font-weight:700}.display-podium-item:first-child{background:#ffd7000f;border-radius:8px}.display-bracket-history{margin-top:1.5rem}.display-empty-state{text-align:center;color:#546e7a;justify-content:center;align-items:center;height:100%;padding:2rem;font-size:1.5rem;display:flex}.display-error{text-align:center;color:#ef5350;justify-content:center;align-items:center;height:100%;padding:2rem;font-size:1.4rem;display:flex}.display-loading{text-align:center;color:#8899a6;justify-content:center;align-items:center;height:100%;font-size:1.4rem;display:flex}.display-timer{text-align:center;background:#1a2733;border:2px solid #1e2d3d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.display-timer:not(.display-timer--compact){gap:2rem;height:100%;padding:3rem}.display-timer:not(.display-timer--compact) .display-timer-countdown{letter-spacing:.05em;font-size:clamp(8rem,25vw,30rem)}.display-timer:not(.display-timer--compact) .display-timer-label,.display-timer:not(.display-timer--compact) .display-timer-icon{font-size:5rem}.display-timer:not(.display-timer--compact) .display-timer-bar{width:60%;height:12px}.display-timer--compact{gap:.5rem;margin-bottom:1.25rem;padding:1rem 1.5rem}.display-timer--compact .display-timer-countdown{font-size:3.5rem}.display-timer--compact .display-timer-label{font-size:1.1rem}.display-timer--compact .display-timer-icon{font-size:1.3rem}.display-timer--compact .display-timer-bar{width:100%;height:6px}.display-timer-top{align-items:center;gap:.75rem;display:flex}.display-timer-label{color:#b0bec5;text-transform:uppercase;letter-spacing:1px;font-weight:600}.display-timer-sound{opacity:.6;margin-left:8px;font-size:1.2rem}.display-timer:not(.display-timer--compact) .display-timer-sound{font-size:2rem}.display-timer-countdown{color:#e8eaed;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-weight:700;line-height:1}.display-timer-bar{background:#0f1923;border-radius:6px;overflow:hidden}.display-timer-bar-fill{border-radius:6px;height:100%;transition:width 1s linear}.display-timer--round{border-color:#2e7d32}.display-timer--round .display-timer-bar-fill{background:#66bb6a}.display-timer--round .display-timer-countdown{color:#a5d6a7}.display-timer--pause{background:#3d2e00;border-color:#f57f17}.display-timer--pause .display-timer-bar-fill{background:#ffb74d}.display-timer--pause .display-timer-countdown{color:#ffe0b2}.display-timer--waiting{border-color:#1565c0}.display-timer--waiting .display-timer-bar-fill{background:#64b5f6}.display-timer--waiting .display-timer-countdown{color:#bbdefb}.display-timer--finished{border-color:#2a3f50}.display-timer--finished .display-timer-label{color:#66bb6a;font-size:2rem}.display-timer--urgent{background:#4a1010;border-color:#c62828;animation:1s ease-in-out infinite timer-pulse}.display-timer--urgent .display-timer-bar-fill{background:#ef5350}.display-timer--urgent .display-timer-countdown{color:#ef9a9a}@keyframes timer-pulse{0%,to{box-shadow:0 0 #c6282800}50%{box-shadow:0 0 20px 4px #c628284d}}.display-pools-2col{grid-template-columns:1fr 1fr;gap:2rem;height:100%;display:grid;position:relative;overflow:hidden}.display-col-matches{padding-right:.5rem;overflow-y:auto}.display-col-standings{padding-left:.5rem;overflow-y:auto}.display-round.past-round{opacity:.5}.display-floating-timer{z-index:9999;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;width:400px;margin-left:-200px;position:fixed;top:.5rem;left:50%}.display-floating-timer:active{cursor:grabbing}.display-floating-timer .display-timer--compact{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a2733f2;box-shadow:0 4px 24px #00000080}.display-pools-2col .display-match-schedule-grid{flex-direction:column;gap:1rem;display:flex}.display-timer-final{flex-direction:column;gap:2rem;height:100%;padding:1rem 0;display:flex}.display-timer-final .display-timer--compact{align-self:center;width:min(900px,90%)}.display-timer-final .display-timer--compact .display-timer-countdown{font-size:clamp(4rem,12vw,9rem)}.display-timer-final .display-timer--compact .display-timer-label{font-size:clamp(1.2rem,3vw,2.2rem)}.display-timer-final .display-timer--compact .display-timer-icon{font-size:clamp(1.4rem,3vw,2.4rem)}.display-live-scores{flex:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;min-height:0;display:grid}@media (width<=1100px){.display-live-scores{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.display-live-scores{grid-template-columns:1fr}}.display-live-score-card{background:#1a2733;border:1px solid #1e2d3d;border-radius:14px;flex-direction:column;padding:1.25rem 1.5rem;display:flex;box-shadow:0 6px 20px #00000059}.display-live-score-terrain{color:#64b5f6;letter-spacing:.04em;text-transform:uppercase;font-size:clamp(1.1rem,2.5vw,1.8rem);font-weight:800}.display-live-score-bracket{color:#b0bec5;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:clamp(.85rem,1.5vw,1.1rem);font-weight:600;display:flex}.display-live-score-round{color:#90caf9;background:#64b5f62e;border-radius:999px;padding:2px 10px;font-size:.8rem;font-weight:700}.display-live-score-body{flex-direction:column;flex:1;justify-content:center;gap:.5rem;display:flex}.display-live-score-team{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.display-live-score-name{color:#eceff1;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.1rem,2.5vw,2rem);font-weight:700;overflow:hidden}.display-live-score-pts{color:#a5d6a7;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:clamp(2.2rem,6vw,5rem);font-weight:800;line-height:1}.display-live-score-body.scores-only{flex-direction:row;justify-content:center;align-items:center;gap:clamp(.5rem,2vw,1.5rem)}.display-live-score-bignum{color:#a5d6a7;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:clamp(4rem,13vw,11rem);font-weight:800;line-height:1}.display-live-score-bigsep{color:#546e7a;font-size:clamp(2.5rem,7vw,6rem);font-weight:800;line-height:1}.display-live-score-body.scores-only .display-live-score-footer{justify-content:center;position:absolute;bottom:.6rem;left:0;right:0}.display-live-score-card{position:relative}.display-live-score-sep{text-align:center;color:#546e7a;font-size:1.2rem;font-weight:700}.display-live-score-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.display-live-score-target{color:#64b5f6;font-size:.85rem;font-weight:600}.display-live-score-ref{color:#cfd8dc;font-size:.85rem;font-weight:600}.display-live-score-empty{color:#546e7a;flex:1;justify-content:center;align-items:center;font-size:1.1rem;font-style:italic;display:flex}.display-live-score-next{color:#90a4ae;border-top:1px dashed #2a3f50;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.75rem;font-size:clamp(.75rem,1.4vw,.95rem);display:flex}.display-live-score-next-label{color:#ff8f00;letter-spacing:.03em;font-weight:700}.display-live-score-next-round{color:#ffb74d;background:#ff8f0029;border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:700}.display-live-score-next-teams{color:#cfd8dc;font-weight:600}.display-live-score-next-vs{color:#546e7a;margin:0 .2rem;font-weight:400}.display-live-score-next-ref{color:#b0bec5;font-size:.78rem;font-weight:600}.floating-timer{z-index:9999;color:#e8eaed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a2733;border:2px solid #1e2d3d;border-radius:16px;flex-direction:column;align-items:center;gap:.4rem;min-width:180px;padding:.75rem 1.25rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 24px #0006}.floating-timer-header{align-items:center;gap:.5rem;width:100%;display:flex}.floating-timer-icon{font-size:1.1rem}.floating-timer-label{text-transform:uppercase;letter-spacing:.5px;color:#8899a6;flex:1;font-size:.8rem;font-weight:600}.floating-timer-close{color:#546e7a;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.2rem;line-height:1}.floating-timer-close:hover{color:#e8eaed}.floating-timer-sound{cursor:pointer;opacity:.6;background:0 0;border:none;padding:0 .15rem;font-size:.9rem;line-height:1;transition:opacity .15s}.floating-timer-sound:hover{opacity:1}.floating-timer-countdown{color:#e8eaed;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;font-size:2.2rem;font-weight:700;line-height:1}.floating-timer-bar{background:#0f1923;border-radius:4px;width:100%;height:4px;overflow:hidden}.floating-timer-bar-fill{border-radius:4px;height:100%;transition:width 1s linear}.floating-timer--round{border-color:#2e7d32}.floating-timer--round .floating-timer-bar-fill{background:#66bb6a}.floating-timer--round .floating-timer-countdown{color:#a5d6a7}.floating-timer--pause{background:#3d2e00;border-color:#f57f17}.floating-timer--pause .floating-timer-bar-fill{background:#ffb74d}.floating-timer--pause .floating-timer-countdown{color:#ffe0b2}.floating-timer--waiting{border-color:#1565c0}.floating-timer--waiting .floating-timer-bar-fill{background:#64b5f6}.floating-timer--waiting .floating-timer-countdown{color:#bbdefb}.floating-timer--urgent{background:#4a1010;border-color:#c62828;animation:1s ease-in-out infinite floating-timer-pulse}.floating-timer--urgent .floating-timer-bar-fill{background:#ef5350}.floating-timer--urgent .floating-timer-countdown{color:#ef9a9a}@keyframes floating-timer-pulse{0%,to{box-shadow:0 4px 24px #0006}50%{box-shadow:0 4px 24px #c6282880,0 0 12px #c628284d}}.floating-timer-mini{z-index:9999;cursor:pointer;color:#e8eaed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a2733;border:2px solid #1e2d3d;border-radius:24px;justify-content:center;align-items:center;padding:.5rem .9rem;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 24px #0006}.floating-timer-mini-time{font-size:1.1rem;font-weight:700}.floating-timer-mini--round{border-color:#2e7d32}.floating-timer-mini--round .floating-timer-mini-time{color:#a5d6a7}.floating-timer-mini--pause{border-color:#f57f17}.floating-timer-mini--pause .floating-timer-mini-time{color:#ffe0b2}.floating-timer-mini--waiting{border-color:#1565c0}.floating-timer-mini--waiting .floating-timer-mini-time{color:#bbdefb}.floating-timer-mini--urgent{background:#4a1010;border-color:#c62828;animation:1s ease-in-out infinite floating-timer-pulse}.floating-timer-mini--urgent .floating-timer-mini-time{color:#ff8a80}.floating-timer-mini--pause{background:#3d2e00;border-color:#f57f17}
