body,html{margin:0;padding:0;background-color:black;font-family:Roboto,"system-ui"}@supports (-webkit-touch-callout:none){body,html{font-size:1.01em}}.app,.chartApp{background-color:black;overflow:hidden;display:flex;flex-direction:column}.chartApp{padding:1em}.spacer{flex-grow:1}nav{height:38px;padding:.5em;gap:1em}nav,nav>*{display:flex}nav>*{align-items:center}nav label{margin-right:5px}.pageContainer{display:flex}.teamStats{width:50%}.teamStats,.teamTile{display:flex;flex-direction:column}.teamTile{height:calc((601px - 38px) / 3 - .5em);border:1px solid black;padding:.5em .5em 0;flex-shrink:0}.teamTile h2{flex-shrink:0;margin:0;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:2}.teamTile.redAlliance h2{color:darkred}.teamTile.blueAlliance h2{color:darkblue}.teamTile h2.label{pointer-events:none;margin-bottom:5px}.teamTile h2 select{background:none;font:inherit;color:inherit;margin:-1px -4px;border:none;text-decoration:underline;z-index:-1;position:absolute;max-width:48%}.teamTile .statContainer{margin-right:-.5em;overflow-y:scroll}.teamTile .scrollArea{display:flex;gap:5px;padding-bottom:.5em}.teamTile img{aspect-ratio:1;height:130px}.teamTile .dataColumn{width:206px}.teamTile p{margin:3px 0;text-indent:-1em;padding-left:1em}.teamTile span.noData{color:gray;font-style:italic;font-size:.8em}.mapContainer{width:50%;display:flex;justify-content:center;align-items:center}.mapContainer svg{width:400px;height:400px}.mapContainer svg text{transform-origin:center;transform-box:fill-box;fill:black!important}.mapContainer svg #RedLabels{display:none!important}@supports not (-webkit-touch-callout:none){.mapContainer.us svg{transform:rotate(90deg)}.mapContainer.them svg,.mapContainer.us svg text{transform:rotate(-90deg)}.mapContainer.them svg text{transform:rotate(90deg)}}.popupContainer{position:absolute;width:100%;height:100%;z-index:100;background-color:rgba(128,128,128,.85);display:flex;justify-content:center;align-items:center}#dash-root .popupContainer.hidden{display:none}.popup{width:80vw;background-color:white;border:1px solid black;padding:1em;display:flex;flex-direction:column;gap:1em}.popup>h2{display:flex;justify-content:space-between}.popup.filters{max-width:400px}.popup.barChart{min-width:600px;gap:0}.popup h2{margin:0}.barChart:not(.popup) h2{margin-top:unset}.barChart h2 input{display:none}.barChart.popup h2 input{display:inline}table{text-align:center}table:not(.MuiChartsTooltip-table) tr:nth-of-type(2n){background-color:#eee}.MuiChartsTooltip-paper{background-color:#1e1e1e!important;color:#ffffff!important;border:1px solid rgba(255,255,255,.12)!important}.MuiChartsTooltip-cell,.MuiChartsTooltip-labelCell,.MuiChartsTooltip-valueCell{color:#ffffff!important}.MuiChartsTooltip-table tr:nth-of-type(2n){background-color:rgba(255,255,255,.06)!important}