div.hello-world-widget{background:linear-gradient(#0056b4,#000);border:2px solid #fff;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}div.hello-world-widget .eyebrow{color:#fff9;text-transform:uppercase;letter-spacing:.15em;font-family:Raleway,Raleway Fallback;font-size:.75rem;font-weight:700}div.hello-world-widget .title{color:#fff;margin:0;font-family:Bebas Neue,Bebas Neue Fallback;font-size:2.5rem;line-height:1}div.hello-world-widget .body{color:#e8e8e8;margin:0;font-family:Raleway,Raleway Fallback;font-size:1rem;line-height:1.6}div.hello-world-widget .body code{color:#fff;background:#fff3;border-radius:4px;padding:.25rem;font-family:monospace}@media (max-width:640px){div.hello-world-widget{padding:1rem}div.hello-world-widget .title{font-size:2rem}div.hello-world-widget .body{font-size:.875rem}}
div.sponsors-widget{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;display:grid}div.sponsors-widget .cell{border-radius:12px;justify-content:center;align-items:center;padding:.75rem;display:flex}div.sponsors-widget .cell img{object-fit:contain;width:100%;height:100%}@media (max-width:768px){div.sponsors-widget{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){div.sponsors-widget{grid-template-columns:1fr}}
div.stadium-widget{grid-template-columns:minmax(0,3fr) minmax(0,1fr);grid-template-areas:"heading heading""map legend-title""map legend";gap:1rem;display:grid}div.stadium-widget .heading{text-align:center;flex-direction:column;grid-area:heading;gap:.25rem;display:flex}div.stadium-widget .heading .eyebrow{color:#fff9;text-transform:uppercase;letter-spacing:.15em;font-family:Raleway,Raleway Fallback;font-size:.75rem;font-weight:700}div.stadium-widget .heading .title{color:#fff;margin:0;font-family:Bebas Neue,Bebas Neue Fallback;font-size:2.5rem;line-height:1}div.stadium-widget .map{border-radius:12px;grid-area:map;justify-content:center;align-items:center;min-width:0;padding:1.5rem;display:flex}div.stadium-widget .map svg{pointer-events:none;width:100%;height:auto;display:block}div.stadium-widget .map:has([data-zone][data-active]) [data-zone]:not([data-active]) path:not([class^=lint-safe-]){opacity:.35}div.stadium-widget .map [data-zone]{pointer-events:auto;cursor:pointer;transition:all .2s}div.stadium-widget .map [data-zone][data-active]{filter:brightness(1.15)}div.stadium-widget .legend-title{color:#fff;text-align:center;margin:0;font-family:Bebas Neue,Bebas Neue Fallback;font-size:2rem;line-height:1}div.stadium-widget .legend{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}div.stadium-widget .legend .entry{color:#fff;text-align:left;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-family:Raleway,Raleway Fallback;font-size:.875rem;transition:all .2s;display:flex}div.stadium-widget .legend .entry:hover,div.stadium-widget .legend .entry:focus-visible,div.stadium-widget .legend .entry[data-active]{background:color-mix(in srgb, var(--zone-color) 20%, transparent);border-color:var(--zone-color)}div.stadium-widget .legend .entry .swatch{background:var(--zone-color);border-radius:2px;flex-shrink:0;width:1rem;height:1rem}div.stadium-widget .legend .entry .name{line-height:1.3}@media (max-width:768px){div.stadium-widget{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading""map""legend-title""legend"}div.stadium-widget .map{padding:0}div.stadium-widget .legend{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:480px){div.stadium-widget .heading .title{font-size:2rem}div.stadium-widget .legend{grid-template-columns:1fr}}
