@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow:hidden}#root{height:100vh;min-height:100vh;overflow:hidden;width:100vw}#root,.team-score{align-items:center;display:flex;justify-content:center}.team-score{box-sizing:border-box;flex:1 1;flex-direction:column;height:100%;min-width:0;padding:20px 10px;position:relative;transition:all .3s ease}.team-red{background:#c00;border-right:2px solid #333}.team-blue{background:#06c;border-left:2px solid #333}.team-name{color:#fffffff2;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:900;letter-spacing:2px;position:absolute;text-shadow:2px 2px 4px #000c;text-transform:uppercase;top:15px;z-index:10}.score-display{align-items:center;display:flex;flex:1 1;height:80%;justify-content:center;width:100%}.score-number{color:#fff;display:block;font-family:Inter,sans-serif;font-size:13rem;font-weight:900;line-height:1;margin:0;text-shadow:4px 4px 8px #000c;-webkit-user-select:none;user-select:none}.score-controls{bottom:15px;gap:15px;left:50%;position:absolute;transform:translateX(-50%);z-index:20}.score-button,.score-controls{display:flex;justify-content:center}.score-button{align-items:center;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:900;height:50px;text-shadow:1px 1px 2px #00000080;transition:all .2s ease;width:50px}.increment-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.increment-button:hover{background:#fff3;border-color:#fff9;transform:scale(1.1)}.decrement-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d}.decrement-button:hover:not(:disabled){background:#00000080;border-color:#fff9;transform:scale(1.1)}.decrement-button:disabled{cursor:not-allowed;opacity:.3}.score-button:active{transform:scale(.95)}@media (orientation:landscape) and (max-width:1024px){.team-score{max-height:none;min-height:auto;padding:20px 15px;position:relative}.team-name{font-size:1.2rem;letter-spacing:2px;top:20px}.score-number{font-size:10rem;line-height:1;margin:20px 0}.score-controls{bottom:20px;gap:20px;z-index:25}.score-button{background:#ffffff26!important;border-color:#fff6!important;border-width:3px;font-size:1.8rem;height:60px;width:60px}.score-button:hover{background:#ffffff40!important;border-color:#fff9!important;transform:scale(1.05)}}@media (max-height:400px) and (orientation:landscape){.team-score{min-height:280px;padding:5px 3px}.team-name{font-size:.9rem;top:3px}.score-number{font-size:7rem;margin:3px 0}.score-controls{bottom:3px;gap:6px}.score-button{background:#ffffff40!important;border-color:#fff9!important;font-size:.9rem;height:32px;width:32px}}@media (orientation:portrait){.team-score{height:auto;min-height:200px;padding:30px 20px;width:100%}.team-red{border-bottom:2px solid #333;border-right:none}.team-blue{border-left:none;border-top:2px solid #333}.team-name{font-size:1.5rem;margin-bottom:15px;position:relative;top:auto}.score-display{margin-bottom:20px}.score-number{font-size:10rem}.score-controls{bottom:auto;margin-top:15px;position:relative}.score-button{font-size:1.8rem;height:60px;width:60px}}@media (orientation:landscape) and (max-height:500px){.team-score{padding:8px 5px}.team-name{font-size:.8rem;letter-spacing:1px;top:8px}.score-number{font-size:8rem}.score-controls{bottom:8px;gap:8px}.score-button{font-size:1rem;height:30px;padding:0;width:30px}}@media (orientation:landscape) and (max-height:400px){.team-name{font-size:.7rem;top:5px}.score-number{font-size:7rem}.score-controls{bottom:5px;gap:6px}.score-button{font-size:.9rem;height:25px;width:25px}}.scoreboard{align-items:center;background:#0a0a0a;box-sizing:border-box;flex-direction:column;margin:0;overflow:hidden;position:relative}.scoreboard,.teams-container{display:flex;height:100%;justify-content:center;padding:0;width:100%}.teams-container{align-items:stretch;flex:1 1;gap:0;min-height:0}.vs-divider{align-items:center;background:#1a1a1a;border-left:2px solid #333;border-right:2px solid #333;display:flex;flex-shrink:0;height:100%;justify-content:center;min-width:80px;width:80px}.vs-divider span{color:#666;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:2px;text-transform:uppercase}@media (orientation:landscape) and (max-width:1024px){.scoreboard{overflow:visible;padding:0}.teams-container{height:100%;max-height:none;min-height:auto;overflow:visible}.vs-divider{min-width:40px;width:40px}.vs-divider span{font-size:1.5rem}}@media (orientation:portrait){.teams-container{flex-direction:column;gap:20px;height:60%;padding:20px;width:90%}.vs-divider{border:2px solid #333;border-left:none;border-right:none;height:60px;min-width:100%}.vs-divider span{font-size:2rem;text-orientation:mixed;writing-mode:horizontal-tb}}@media (orientation:landscape) and (max-height:500px){.vs-divider{min-width:30px;width:30px}.vs-divider span{font-size:1rem}}@media (orientation:landscape) and (max-height:400px){.vs-divider{min-width:25px;width:25px}.vs-divider span{font-size:.8rem}}.voice-control{flex-direction:column;position:absolute;right:15px;top:15px;z-index:100}.voice-button,.voice-control{align-items:center;display:flex;gap:8px}.voice-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:2px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;justify-content:center;min-width:140px;padding:12px 16px;transition:all .3s ease}.voice-button:hover{background:#000000e6;border-color:#ffffff80;transform:scale(1.02)}.voice-button.listening{animation:pulse 2s infinite;background:#dc143ccc;border-color:#fff9}.voice-button.listening:hover{background:#dc143ce6}.voice-button.recovery{animation:flash 1s infinite;background:#ffa500cc;border-color:#fff9}.voice-button.recovery:hover{background:#ffa500e6}.voice-button.refreshing{animation:spin 2s linear infinite;background:#0064c8cc;border-color:#fff9}@keyframes flash{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #dc143cb3}70%{box-shadow:0 0 0 10px #dc143c00}to{box-shadow:0 0 0 0 #dc143c00}}.voice-icon{font-size:1.2rem}.voice-text{font-size:.75rem;text-align:center}.voice-error{align-items:center;background:#dc143ce6;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:flex;font-size:.7rem;gap:6px;max-width:200px;padding:6px 12px;text-align:center}.voice-hint{animation:fadeInOut 3s infinite}.voice-hint,.voice-status{background:#0064c8cc;border:1px solid #ffffff4d;border-radius:15px;color:#fff;font-size:.65rem;padding:4px 10px}.voice-status{text-align:center}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.voice-control-unsupported{align-items:center;background:#646464cc;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:flex;font-size:.7rem;gap:6px;padding:8px 12px}@media (max-height:500px) and (orientation:landscape){.voice-control{right:10px;top:40px}.voice-button{font-size:.75rem;min-width:120px;padding:8px 12px}.voice-icon{font-size:1rem}.voice-text{font-size:.65rem}.voice-error,.voice-hint{font-size:.6rem;padding:4px 8px}}@media (orientation:portrait){.voice-control{margin:0;position:static}}@media (max-height:500px) and (orientation:landscape){.voice-control{right:8px;top:8px}.voice-button{font-size:.7rem;min-width:100px;padding:6px 10px}.voice-icon{font-size:.9rem}}.toxicity-gauge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;flex-shrink:0;max-width:400px;padding:15px 20px;position:relative;transition:all .3s ease;width:100%}.toxicity-gauge.inactive{opacity:.6}.gauge-title{color:#ffffffe6;font-size:1rem;font-weight:600;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.gauge-container{align-items:center;display:flex;flex-direction:column}.gauge-background,.gauge-container{position:relative}.gauge-progress{transition:stroke-dasharray .5s ease,stroke .3s ease}.gauge-needle{transition:all .5s ease}.gauge-number{font-family:Inter,monospace;font-weight:500}.gauge-labels{display:flex;justify-content:space-between;margin-bottom:10px;margin-top:-10px;width:180px}.zone-label{font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.zone-label.chill{color:#0c4}.zone-label.heated{color:#fa0}.zone-label.toxic{color:#c00}.gauge-reading{align-items:center;display:flex;flex-direction:column;margin-top:5px}.current-level{font-family:Inter,monospace;font-size:1.5rem;font-weight:700}.current-label{font-size:.9rem;font-weight:600;letter-spacing:1px;margin-top:2px;text-transform:uppercase}.gauge-inactive-overlay{align-items:center;background:#000000b3;border-radius:20px;bottom:0;color:#ffffffb3;display:flex;font-size:.9rem;font-weight:500;justify-content:center;left:0;position:absolute;right:0;top:0}.tabbed-interface .toxicity-gauge{background:#000000e6;border-radius:30px;margin:20px 0;max-width:none;padding:40px 50px;transform:scale(1.4)}.tabbed-interface .gauge-title{font-size:1.4rem;margin-bottom:25px}.tabbed-interface .gauge-background svg{height:200px;width:320px}.tabbed-interface .gauge-labels{width:300px}.tabbed-interface .zone-label{font-size:.9rem}.tabbed-interface .current-level{font-size:2.2rem}.tabbed-interface .current-label{font-size:1.1rem}@media (orientation:landscape) and (max-width:1024px){.tabbed-interface .toxicity-gauge{margin:10px 0;padding:25px 35px;transform:scale(1.1)}.tabbed-interface .gauge-title{font-size:1.1rem;margin-bottom:15px}.tabbed-interface .gauge-background svg{height:150px;width:250px}.tabbed-interface .gauge-labels{width:230px}.tabbed-interface .current-level{font-size:1.8rem}.tabbed-interface .current-label{font-size:.9rem}}@media (min-width:768px){.toxicity-gauge{max-width:500px;padding:25px 30px}.gauge-title{font-size:1.2rem;margin-bottom:20px}.gauge-background svg{height:170px;width:280px}.gauge-labels{width:260px}.zone-label{font-size:.9rem}.current-level{font-size:2rem}.current-label{font-size:1.1rem}}.tabbed-interface{flex-direction:column}.tabbed-interface,.view-content{display:flex;height:100%;width:100%}.view-content{flex:1 1;min-height:0;overflow:auto}.view-panel{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px;width:100%}.scoreboard-panel{padding:5px}.toxicity-panel{justify-content:center;padding:20px}@media (orientation:landscape) and (max-width:1024px){.view-panel{padding:5px}.scoreboard-panel{padding:2px}.toxicity-panel{padding:10px}}@media (min-width:768px){.toxicity-panel{padding:30px}}.view-switcher{left:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:200}.view-switcher-toggle{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.8rem;gap:8px;padding:6px 12px;transition:all .3s ease}.view-switcher-toggle:hover{background:#ffffff26;border-color:#ffffff4d}.hamburger-icon{display:flex;flex-direction:column;flex-shrink:0;height:11px;justify-content:space-between;width:14px}.hamburger-icon span{background:#fff;border-radius:1px;display:block;height:2px;transition:all .3s ease;width:100%}.view-switcher-toggle:hover .hamburger-icon span{background:#4caf50}.current-view-info{align-items:center;display:flex;flex:1 1;gap:6px}.current-view-icon{font-size:.9rem}.current-view-label{font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.current-view-badge{background:#fff3;border-radius:8px;font-size:.6rem;font-weight:500;padding:1px 6px}.dropdown-arrow{font-size:.6rem;margin-left:4px;transition:transform .3s ease}.view-switcher-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.view-switcher-menu{animation:slideDown .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border:1px solid #fff3;border-radius:8px;box-shadow:0 8px 24px #0006;left:0;margin-top:4px;min-width:200px;overflow:hidden;position:absolute;top:100%;white-space:nowrap}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.view-switcher-item{align-items:center;background:#0000;border:none;border-bottom:1px solid #ffffff1a;color:#fffc;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.8rem;gap:10px;padding:10px 14px;transition:all .2s ease;width:100%}.view-switcher-item:last-child{border-bottom:none}.view-switcher-item:hover{background:#ffffff0d;color:#fff}.view-switcher-item.active{background:#4caf501a;border-left:3px solid #4caf50;color:#fff}.view-switcher-icon{font-size:.9rem;text-align:center;width:16px}.view-switcher-label{flex:1 1;font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.view-switcher-badge{background:#fff3;border-radius:6px;font-size:.6rem;font-weight:500;padding:1px 6px}.view-switcher-item.active .view-switcher-badge{background:#4caf504d}@media (orientation:landscape) and (max-width:1024px){.view-switcher{left:12px}.view-switcher-toggle{gap:6px;padding:4px 8px}.current-view-label{font-size:.6rem}.current-view-badge{font-size:.55rem;padding:1px 4px}.view-switcher-item{padding:8px 12px}.view-switcher-label{font-size:.6rem}.view-switcher-badge{font-size:.55rem;padding:1px 4px}.view-switcher-menu{min-width:180px}}@media (min-width:768px){.view-switcher{left:30px}.view-switcher-toggle{gap:10px;padding:8px 14px}.current-view-label{font-size:.8rem}.current-view-badge{font-size:.7rem;padding:2px 8px}.view-switcher-item{padding:12px 16px}.view-switcher-label{font-size:.8rem}.view-switcher-badge{font-size:.7rem;padding:2px 8px}.view-switcher-menu{min-width:220px}}@media (orientation:landscape) and (max-height:500px){.view-switcher{left:10px}.view-switcher-toggle{gap:4px;padding:3px 6px}.current-view-label{font-size:.5rem}.current-view-badge{font-size:.45rem;padding:1px 3px}.view-switcher-menu{min-width:150px}.view-switcher-item{padding:6px 10px}.view-switcher-label{font-size:.5rem}.view-switcher-badge{font-size:.45rem;padding:1px 3px}}.landscape-notification{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.notification-content{background:#000000e6;border:2px solid #fff3;border-radius:25px;box-shadow:0 10px 30px #000c;max-width:350px;padding:40px 30px;text-align:center;width:100%}.rotate-icon{animation:rotatePhone 2s ease-in-out infinite;font-size:3rem;margin-bottom:20px}.notification-content h3{color:#fff;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:1px;margin:0 0 15px;text-transform:uppercase}.notification-content p{color:#ffffffe6;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;margin:10px 0}.notification-content strong{color:#fff;font-weight:700}.hint{color:#ffffffb3!important;font-size:.9rem!important;font-style:italic;margin-top:20px!important}@keyframes rotatePhone{0%,to{transform:rotate(0deg)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}@media (orientation:landscape){.landscape-notification{display:none}}@media (min-width:768px){.landscape-notification{display:none}}.app{background:#0a0a0a;display:flex;flex-direction:column;height:100vh;margin:0;overflow:hidden;padding:0;width:100vw}.app-header{background:#000000e6;border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:18px 24px;position:relative;width:100%;z-index:100}.app-header,.header-content{align-items:center;display:flex;justify-content:center}.header-content{gap:12px}.header-text{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center}.app-logo{display:block;height:36px;min-width:36px;object-fit:contain;width:36px}.app-header h1{color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:1px;margin:0;text-transform:uppercase}.subtitle{color:#ffffffb3;font-size:.6rem;font-weight:400;margin:-2px 0 0}.app-main{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;width:100%}.global-reset-button{background:linear-gradient(45deg,#333,#555);border:2px solid #666;border-radius:30px;bottom:20px;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:1px;padding:12px 24px;position:fixed;right:20px;text-transform:uppercase;transition:all .3s ease;z-index:1000}.global-reset-button:hover{background:linear-gradient(45deg,#555,#777);border-color:#888;box-shadow:0 6px 16px #0006;transform:translateY(-2px)}.global-reset-button:active{background:linear-gradient(45deg,#222,#444);box-shadow:0 2px 8px #0000004d;transform:translateY(0) scale(.98)}@media (orientation:landscape) and (max-width:1024px){.app{overflow:hidden}.app-header{flex-shrink:0;padding:8px 14px}.header-content{gap:10px}.header-text{gap:0}.app-logo{height:24px;width:24px}.app-header h1{font-size:.9rem}.subtitle{font-size:.5rem;margin-top:-1px}.app-main{flex:1 1;min-height:0;overflow:hidden;padding:0}.global-reset-button{bottom:10px;font-size:.7rem;padding:6px 12px;right:5px}}@media (orientation:portrait){.app-main{gap:15px;padding:15px}.app-logo{height:44px;width:44px}.app-header h1{font-size:1.5rem}.subtitle{font-size:.9rem}}@media (min-width:768px){.app-header{gap:20px;padding:20px 30px}.app-logo{height:48px;width:48px}.app-header h1{font-size:1.6rem}.subtitle{font-size:.9rem}.app-main{gap:30px;padding:30px}.global-reset-button{bottom:15px;font-size:.9rem;padding:10px 20px;right:15px}}@media (orientation:landscape) and (max-height:500px){.app-header{padding:6px 12px}.header-content{gap:8px}.app-logo{height:20px;width:20px}.app-header h1{font-size:.8rem}.subtitle{font-size:.4rem;margin-top:-1px}.global-reset-button{bottom:5px;font-size:.6rem;padding:4px 8px;right:5px;z-index:1001}}
/*# sourceMappingURL=main.176542c5.css.map*/