:root {
      --kraken-blue: #00539B;
      --kraken-orange: #F47D30;
      --glass: rgba(255,255,255,.32);
      --panel-border: rgba(255,255,255,.22);
    }

    body {
  min-height: 100vh;
  margin: 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(0,83,155,.35), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(244,125,48,.22), transparent 30%),
    linear-gradient(90deg, #001421 0%, #02070b 48%, #1e0c02 100%);
}

    .summary-shell {
      width: min(1920px, 100%);
      margin: 0 auto;
      padding-bottom: 26px;
    }

.summary-scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 6px 38px 20px;
}

.team-score-block {
  display: grid;
  grid-template-columns: auto 220px 1fr;
  align-items: center;
  gap: 34px;
}
.team-score-block.away {
  grid-template-columns: 1fr 220px auto;
  text-align: right;
}

    .home-away-label {
      font-weight: 900;
      font-size: clamp(1.4rem, 2vw, 2.3rem);
      letter-spacing: .04em;
      text-shadow: 2px 3px 4px #000;
    }

.team-logo-wrap {
  display: grid;
  justify-items: center;
}

.team-logo-wrap img {
  width: clamp(110px, 11vw, 170px);
  height: clamp(90px, 9vw, 145px);
  object-fit: contain;
  filter: drop-shadow(0 6px 5px rgba(0,0,0,.65));
}

.team-shots {
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  font-weight: 900;
  text-shadow: 2px 3px 4px #000;
}

.score-number {
  justify-self: center;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 950;
  line-height: 1;
  text-shadow: 3px 5px 7px #000;
}

    .game-date {
      font-size: clamp(1.6rem, 2.3vw, 2.9rem);
      font-weight: 950;
      white-space: nowrap;
      text-shadow: 2px 3px 5px #000;
      text-align: center;
    }

.summary-center {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.summary-highlights-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
  min-height: 36px;
  padding: 5px 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,83,155,.42), rgba(0,0,0,.18)),
    rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
  font-size: clamp(1rem, 1.25vw, 1.45rem);
  font-weight: 900;
  letter-spacing: .05em;
}

    .period-section {

      padding: 0 10px 4px;
    }

.championship-feature {
  display: grid;
  grid-template-columns: minmax(210px, .55fr) minmax(360px, 2fr) minmax(210px, .55fr);
  align-items: center;
  gap: 34px;
  padding: 0 36px 18px;
}

.championship-feature[hidden] {
  display: none;
}

.championship-feature img {
  display: block;
  width: 100%;
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
  border: 3px solid rgba(255,255,255,.28);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0,0,0,.48);
}

.championship-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  color: #fff;
  font-size: clamp(2.1rem, 2.45vw, 3.35rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: .01em;
  text-align: center;
  text-shadow:
    3px 5px 7px #000,
    0 2px 4px rgba(0,0,0,.75);
}

.championship-copy-left {
  justify-self: center;
}

.championship-copy-right {
  justify-self: center;
}

.period-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

    .period-grid.has-extra-period {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .period-grid.has-extra-period .period-title {
  font-size: clamp(1.25rem, 1.5vw, 1.9rem);
}

.period-grid.has-extra-period .event-primary {
  font-size: clamp(.85rem, 1vw, 1.2rem);
}

.period-grid.has-extra-period .event-sub {
  font-size: clamp(.72rem, .85vw, .95rem);
}

.period-grid.has-extra-period .event-tag {
  font-size: clamp(.85rem, 1vw, 1.1rem);
}

.period-grid.has-extra-period .event-logo-time {
  font-size: 1rem;
}

.period-card {
      min-height: 650px;
      background: linear-gradient(90deg, rgba(111,129,140,.78), rgba(135,123,111,.62));
      border: 3px solid rgba(0,0,0,.55);
      border-radius: 10px;
      box-shadow: inset 0 0 0 2px rgba(255,255,255,.14);
      overflow: hidden;
    }

    .period-title {
      text-align: center;
      font-size: clamp(1.5rem, 2vw, 2.4rem);
      font-weight: 950;
      padding: 12px 10px 8px;
      text-shadow: 2px 3px 4px #000;
    }

    .event-stack {
      display: flex;
      flex-direction: column;
      gap: 9px;
      padding: 0 12px 14px;
    }

.summary-event {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0,83,155,.28), rgba(0,0,0,.08)),
    rgba(0,0,0,.72);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 7px 18px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.12);
}

.summary-event.no-goal-type {
  grid-template-columns: 140px minmax(0, 1fr);
}

.summary-event.penalty {
  background:
    linear-gradient(90deg, rgba(231,25,25,.68), rgba(120,0,0,.42)),
    rgba(0,0,0,.54);
}

.summary-event.game-winner {
  box-shadow:
    inset 5px 0 0 #f6d63b,
    0 7px 18px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.event-logo-time {
  display: grid;
  grid-template-columns: 68px 58px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-size: 1.25rem;
  font-weight: 950;
  text-shadow: 2px 3px 4px #000;
  text-align: center;
}

.event-logo-time img {
  width: 64px;
  height: 100%;
  max-height: 58px;
  object-fit: contain;
}

.event-logo-time .event-player-photo {
  width: 58px;
  height: 58px;
  max-height: 58px;
  border: 3px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.28), transparent 34%),
    linear-gradient(145deg, var(--kraken-blue) 0%, #00345f 55%, var(--kraken-orange) 100%);
  object-fit: contain;
  object-position: center bottom;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 0 18px rgba(0,83,155,.75),
    0 5px 10px rgba(0,0,0,.42);
}

.event-logo-time .event-team-logo {
  object-fit: contain;
}

.event-logo-time span {
  align-self: center;
}

    .event-primary {
      font-size: clamp(1rem, 1.3vw, 1.55rem);
      font-weight: 950;
      line-height: 1.05;
      text-shadow: 2px 3px 4px #000;
    }

.opponent-penalty-line {
  font-size: calc(clamp(1rem, 1.3vw, 1.55rem) - 4px);
}

    .event-sub {
      margin-top: 4px;
      font-size: clamp(.85rem, 1vw, 1.08rem);
      font-weight: 850;
      opacity: .96;
      text-shadow: 2px 3px 4px #000;
    }

    .event-sub.assists {
  line-height: 1.15;
}

.event-tag {
  align-self: center;
  min-width: 38px;
  justify-self: end;
  text-align: right;
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  font-weight: 950;
  line-height: 1.02;
  text-shadow: 2px 3px 4px #000;
}

.shootout-summary-stack {
  display: grid;
  gap: 9px;
}

.shootout-summary-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 58px;
  align-items: center;
  min-height: 76px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0,83,155,.28), rgba(0,0,0,.08)),
    rgba(0,0,0,.72);
  box-shadow: 0 7px 18px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.12);
}

.shootout-team-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.shootout-shooter-name {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  
  color: #fff;
  font-size: clamp(.95rem, 1.1vw, 1.35rem);
  font-weight: 950;
  text-shadow: 2px 3px 4px #000;
}

.shootout-result-icon {
  width: 54px;
  height: 54px;
  object-fit: contain;
  justify-self: center;
}

    .empty-period {
      margin-top: 55px;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 850;
      opacity: .35;
      text-shadow: 2px 3px 4px #000;
    }

    .goalie-strip {
  display: grid;
  grid-template-columns: auto 480px 1fr;
  align-items: center;
  gap: 28px;
  padding: 16px 40px 0;
}

.goalie-label {
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  font-weight: 900;
  letter-spacing: .03em;
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
}

.goalie-pill {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 7px 10px 7px 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,83,155,.42), rgba(0,0,0,.18)),
    rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  text-shadow: 0 1px 3px rgba(0,0,0,.55);
  font-size: 19px;
  font-weight: 900;
}

.goalie-number,
.goalie-photo {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  justify-self: center;
  border-radius: 999px;
}

.goalie-number {
  color: #fff;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.22), transparent 34%),
    linear-gradient(145deg, var(--kraken-blue) 0%, #00345f 58%, var(--kraken-orange) 100%);
  border: 1px solid rgba(244,125,48,.75);
  font-size: 16px;
  font-weight: 900;
}

.goalie-photo {
  border: 2px solid rgba(255,255,255,.35);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.28), transparent 34%),
    linear-gradient(145deg, var(--kraken-blue) 0%, #00345f 55%, var(--kraken-orange) 100%);
  object-fit: contain;
  object-position: center bottom;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 0 12px rgba(0,83,155,.62);
}

    @media (max-width: 1100px) {
      main {
        display: grid;
      }

      .summary-shell {
        width: min(400px, 100vw);
        max-width: 400px;
        margin: 0 auto;
        overflow-x: hidden;
      }

      .summary-scoreboard,
      .goalie-strip,
      .period-section {
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
      }

      .summary-scoreboard {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto 28px 80px 40px 76px;
        grid-template-areas:
          "center center"
          "home-label away-label"
          "home-logo away-logo"
          "home-shots away-shots"
          "home-score away-score";
        align-items: start;
        gap: 4px 20px;
        padding: 16px 24px 10px;
        text-align: center;
        overflow: visible;
      }

      .summary-center {
        grid-area: center;
        width: 100%;
        min-width: 0;
        display: grid;
        justify-items: center;
        text-align: center;
        margin-bottom: 12px;
      }

      .game-date {
        max-width: 100%;
        font-size: clamp(1.55rem, 7vw, 2.15rem);
        white-space: nowrap;
      }

      .summary-highlights-link {
        width: min(220px, 100%);
        min-width: 0;
      }

      .team-score-block.home,
      .team-score-block.away {
        display: contents;
      }

      .team-score-block.home .home-away-label {
        grid-area: home-label;
        justify-self: center;
        text-align: center;
      }

      .team-score-block.away .home-away-label {
        grid-area: away-label;
        justify-self: center;
        text-align: center;
      }

      #homeLogo {
        grid-area: home-logo;
      }

      #awayLogo {
        grid-area: away-logo;
      }

      #homeShots {
        grid-area: home-shots;
      }

      #awayShots {
        grid-area: away-shots;
      }

      #homeScore {
        grid-area: home-score;
      }

      #awayScore {
        grid-area: away-score;
      }

      .team-logo-wrap {
        min-width: 0;
        display: contents;
      }

      .team-logo-wrap img {
        align-self: center;
        justify-self: center;
        width: 98px;
        height: 76px;
      }

      .team-shots {
        display: grid;
        align-self: stretch;
        place-items: center;
        margin-top: 0;
        font-size: 1.16rem;
        line-height: 1.08;
        white-space: normal;
      }

      .score-number {
        display: grid;
        align-self: stretch;
        place-items: center;
        justify-self: center;
        font-size: clamp(3.85rem, 17vw, 4.9rem);
      }

      .goalie-strip {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
        order: 4;
        padding: 4px 18px 18px;
      }

      .goalie-label {
        line-height: 1;
      }

      .goalie-pill {
        width: min(260px, 100%);
        min-height: 38px;
        padding-top: 5px;
        padding-bottom: 5px;
      }

      .period-section {
        order: 5;
        padding-left: 6px;
        padding-right: 6px;
        overflow-x: hidden;
      }

      .period-grid,
      .period-grid.has-extra-period {
        grid-template-columns: 1fr;
      }

      .period-card {
        width: 100%;
        max-width: 100%;
        min-height: 260px;
        box-sizing: border-box;
      }

      .summary-event {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        grid-template-columns: 108px minmax(0, 1fr) 30px;
        gap: 6px;
        padding-left: 8px;
        padding-right: 8px;
      }

      .summary-event.no-goal-type {
        grid-template-columns: 108px minmax(0, 1fr);
      }

      .event-logo-time {
        grid-template-columns: 42px 50px;
        gap: 6px;
        font-size: 1.08rem;
      }

      .event-logo-time img,
      .event-logo-time .event-player-photo {
        width: 40px;
        height: 40px;
        max-height: 40px;
      }

      .event-primary,
      .event-sub {
        min-width: 0;
        overflow-wrap: anywhere;
      }

      .event-tag {
        min-width: 28px;
        justify-self: end;
      }

      .championship-feature {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 14px 18px;
      }

      .championship-copy {
        display: flex;
        justify-content: center;
        gap: 8px;
        text-align: center;
        font-size: clamp(1.35rem, 6vw, 2.1rem);
        white-space: nowrap;
      }
    }

    html,
body {
  scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Chrome/Edge */
}
