@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700;800;900&family=Inter:wght@400;600;700;800&display=swap");

:root {
  --ink: #122b24;
  --muted: #66726b;
  --paper: #f3eee4;
  --paper-2: #fffaf0;
  --green: #2e5a46;
  --forest: #153f32;
  --navy: #122b45;
  --moss: #60724a;
  --grass: #8c9b5b;
  --gold: #e2a72e;
  --dune: #d6bf8d;
  --sand: #eadfc8;
  --ocean: #315f71;
  --copper: #a96132;
  --line: rgba(18, 43, 36, 0.2);
  --display: "Inter Tight", Inter, ui-sans-serif, system-ui, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.45;
}

body.app-lock {
  min-height: 100svh;
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 76px) clamp(20px, 5vw, 76px) 132px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 29, 26, 0.92), rgba(18, 43, 69, 0.58) 48%, rgba(5, 16, 12, 0.2)),
    linear-gradient(0deg, rgba(7, 25, 20, 0.82), transparent 50%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("https://bandondunesgolf.com/wp-content/uploads/2024/06/Homepage_Slider_Courses-1.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero-content {
  max-width: 980px;
  color: #fff;
  transform: translateY(-6vh);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0;
}

.trip-mark {
  display: block;
  width: min(100%, 920px);
}

.brand-lockup {
  display: grid;
  min-width: 0;
}

.brand-kicker {
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(18px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name {
  color: var(--paper-2);
  font-family: var(--display);
  font-size: clamp(76px, 12vw, 160px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.8;
  text-transform: uppercase;
}

.lede {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
}

.button.primary {
  color: var(--navy);
  background: var(--paper-2);
  border-color: var(--paper-2);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.lodging-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--paper-2);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 28px 90px rgba(5, 17, 13, 0.42);
}

.lodging-dialog::backdrop {
  background: rgba(5, 17, 13, 0.76);
  backdrop-filter: blur(8px);
}

.lodging-dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px 22px;
  background: rgba(255, 250, 240, 0.97);
  border-bottom: 1px solid var(--line);
}

.lodging-dialog-header .eyebrow {
  margin-bottom: 4px;
  color: var(--green);
}

.lodging-dialog h2,
.lodging-dialog h3 {
  margin: 0;
  font-family: var(--display);
  letter-spacing: 0;
}

.lodging-dialog h2 {
  font-size: clamp(42px, 7vw, 66px);
  font-weight: 700;
  line-height: 0.95;
}

.dialog-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  color: var(--paper-2);
  background: var(--navy);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font: 500 28px/1 var(--sans);
}

.lodging-intro {
  margin: 0;
  padding: 22px 30px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.lodging-list {
  display: grid;
}

.lodging-row {
  padding: 25px 30px;
  border-bottom: 1px solid var(--line);
}

.lodging-row:last-child {
  border-bottom: 0;
}

.lodging-featured {
  background: rgba(46, 90, 70, 0.07);
}

.lodging-row-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 7px;
}

.lodging-row h3 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1;
}

.lodging-row-heading span {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.lodging-row > a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.lodging-row p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.lodging-row .lodging-amenities {
  color: var(--ink);
  font-weight: 700;
}

.section {
  min-height: 100svh;
  padding: clamp(62px, 7vw, 96px) clamp(20px, 5vw, 76px) 130px;
}

.app-panel {
  display: none;
}

.app-panel.active {
  display: block;
}

.hero.app-panel.active {
  display: grid;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(26px, 4vw, 48px);
}

.section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
}

.section-heading .eyebrow::before {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: url("./bluestone-logo.jpeg") center / cover no-repeat;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
}

.section-heading h2 {
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.95;
}

.schedule-section {
  position: relative;
  background: var(--paper-2);
}

.schedule-section::before {
  position: absolute;
  top: 0;
  left: clamp(20px, 5vw, 76px);
  right: clamp(20px, 5vw, 76px);
  height: 1px;
  content: "";
  background: var(--line);
}

.schedule-status {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  margin: -12px 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.schedule-status span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-status p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.day-tabs,
.meal-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.day-tab,
.chip {
  min-height: 42px;
  padding: 0 16px;
  color: rgba(23, 34, 28, 0.76);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.day-tab.active,
.chip.active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.schedule-item {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  border-radius: 6px;
  isolation: isolate;
}

.schedule-item:only-child {
  grid-column: 1 / -1;
  min-height: 510px;
}

.schedule-item::before,
.schedule-item::after {
  position: absolute;
  inset: 0;
  content: "";
}

.schedule-item::before {
  z-index: -2;
  background-image: var(--schedule-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  transition: transform 450ms ease;
}

.schedule-item::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 24, 20, 0.3), rgba(7, 24, 20, 0.2) 35%, rgba(7, 24, 20, 0.94)),
    linear-gradient(90deg, rgba(18, 43, 69, 0.42), transparent 65%);
}

.schedule-item:hover::before {
  transform: scale(1.05);
}

.schedule-card-content {
  min-height: inherit;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(22px, 3vw, 34px);
}

.time {
  display: grid;
  gap: 5px;
  width: fit-content;
  padding-left: 10px;
  color: #fff;
  border-left: 3px solid var(--gold);
  font-family: var(--display);
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 800;
  line-height: 1;
}

.time-label {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.schedule-course {
  align-self: end;
  margin-top: 90px;
}

.schedule-item h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 700;
  line-height: 0.92;
}

.schedule-item p {
  margin: 10px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.pill {
  display: inline-flex;
  white-space: nowrap;
  padding: 8px 11px;
  color: var(--green);
  background: rgba(140, 155, 91, 0.18);
  border: 1px solid rgba(96, 114, 74, 0.35);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.schedule-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.schedule-links a,
.schedule-links button {
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.schedule-links a:last-child {
  color: #ffd46f;
}

.schedule-links .live-camera-button {
  padding: 8px 11px;
  color: #071b16;
  background: #ffd46f;
  border-radius: 4px;
  text-decoration: none;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.course-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  grid-column: span 6;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  isolation: isolate;
}

.course-card > * {
  max-width: 620px;
}

.course-card:nth-child(1),
.course-card:nth-child(5) {
  grid-column: span 7;
}

.course-card:nth-child(2),
.course-card:nth-child(6) {
  grid-column: span 5;
}

.course-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.course-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(0deg, rgba(4, 16, 11, 0.86), rgba(4, 16, 11, 0.22) 62%),
    linear-gradient(90deg, rgba(4, 16, 11, 0.46), transparent);
}

.course-card:hover::before {
  transform: scale(1.06);
}

.course-card h3,
.restaurant-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 600;
  line-height: 0.95;
}

.course-card h3 {
  max-width: 430px;
}

.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 15px 0;
}

.course-meta span {
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 18px;
}

.links a {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.course-card .links a:last-child {
  color: #ffd46f;
}

#eat {
  background: var(--navy);
  color: #fff;
}

.teams-section {
  color: #fff;
  background: var(--forest);
}

#eat .section-heading .eyebrow,
.teams-section .section-heading .eyebrow {
  color: var(--gold);
}

#eat .section-heading .eyebrow::before,
.teams-section .section-heading .eyebrow::before {
  background: url("./bluestone-logo.jpeg") center / cover no-repeat;
}

.scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.score-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 126px;
  padding: 24px clamp(20px, 4vw, 48px);
}

.score-team span {
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 600;
}

.score-team strong {
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 600;
  line-height: 0.8;
}

.score-team-pacific {
  background: var(--navy);
}

.score-team-dunes {
  flex-direction: row-reverse;
  background: var(--green);
}

.score-status {
  display: grid;
  place-items: center;
  min-width: 130px;
  min-height: 126px;
  padding: 16px;
  color: var(--ink);
  text-align: center;
  background: var(--paper-2);
}

.score-status span,
.score-status small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.score-status strong {
  font-family: var(--display);
  font-size: 32px;
  line-height: 0.8;
}

.team-switch {
  display: none;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  overflow: hidden;
  color: var(--ink);
  background: var(--paper-2);
  border-radius: 6px;
}

.team-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
}

.team-card-heading .eyebrow {
  margin-bottom: 6px;
  color: var(--muted);
}

.team-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 0.9;
}

.team-average {
  display: grid;
  flex: 0 0 auto;
  text-align: right;
}

.team-average strong {
  color: var(--navy);
  font-family: var(--display);
  font-size: 32px;
  line-height: 1;
}

.team-average span,
.team-total span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.roster {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: player;
}

.roster li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 26px;
  border-bottom: 1px solid var(--line);
  counter-increment: player;
}

.roster li::before {
  color: var(--muted);
  content: counter(player, decimal-leading-zero);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.roster li span {
  font-weight: 700;
}

.roster li strong {
  color: var(--navy);
}

.team-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 26px;
}

.team-total strong {
  font-family: var(--display);
  font-size: 28px;
}

.matches-placeholder {
  margin-top: 18px;
  padding: 26px;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.matches-placeholder .eyebrow {
  margin-bottom: 5px;
}

.matches-placeholder > p:last-child {
  margin: 0;
}

#eat .section-heading .eyebrow {
  color: var(--gold);
}

#eat .chip {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.22);
}

#eat .chip.active {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

.restaurant-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.restaurant-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: span 4;
  padding: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  isolation: isolate;
}

.restaurant-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.52;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
}

.restaurant-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(0deg, rgba(9, 18, 14, 0.92), rgba(9, 18, 14, 0.35));
}

.restaurant-top p,
.restaurant-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.restaurant-type {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--dune);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hours {
  display: grid;
  gap: 7px;
  margin: 20px 0 0;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hours dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hours dd {
  margin: 0;
  text-align: right;
  font-size: 13px;
  font-weight: 800;
}

.bottom-tabs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  width: 100%;
  min-height: calc(78px + env(safe-area-inset-bottom));
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 250, 240, 0.97);
  border-top: 1px solid rgba(18, 43, 36, 0.2);
  box-shadow: 0 -18px 70px rgba(9, 18, 14, 0.26);
  backdrop-filter: blur(18px);
}

.bottom-tab {
  display: grid;
  place-items: center;
  gap: 2px;
  min-width: 0;
  color: rgba(23, 34, 28, 0.66);
  background: transparent;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bottom-tab span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
}

.bottom-tab.active {
  color: #fff;
  background: var(--navy);
}

.bottom-tab .nav-brand {
  display: block;
  width: 24px;
  height: 24px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  object-fit: cover;
}

@media (max-width: 1000px) {
  .hero {
    min-height: 100svh;
  }

  .section-heading {
    display: block;
  }

  .course-card,
  .course-card:nth-child(1),
  .course-card:nth-child(2),
  .course-card:nth-child(5),
  .course-card:nth-child(6),
  .restaurant-card {
    grid-column: span 12;
  }

  .restaurant-grid,
  .course-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .lodging-dialog {
    width: calc(100% - 16px);
    max-height: calc(100svh - 16px);
  }

  .lodging-dialog-header,
  .lodging-intro,
  .lodging-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lodging-row-heading {
    display: grid;
    gap: 6px;
  }

  .lodging-row-heading span {
    width: fit-content;
  }

  .hero {
    min-height: 100svh;
    padding: 30px 18px 108px;
  }

  .hero-content {
    transform: translateY(-5vh);
  }

  .trip-mark {
    display: block;
  }

  .brand-kicker {
    font-size: clamp(13px, 4vw, 18px);
  }

  .brand-name {
    font-size: clamp(54px, 19vw, 76px);
  }

  .section {
    padding: 48px 18px 108px;
  }

  .schedule-status {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: -6px;
  }

  .schedule-item {
    min-height: 310px;
  }

  .schedule-item:only-child {
    min-height: 380px;
  }

  .schedule-list {
    grid-template-columns: 1fr;
  }

  .schedule-course {
    margin-top: 64px;
  }

  .pill {
    width: fit-content;
  }

  .course-card,
  .restaurant-card {
    min-height: 390px;
  }

  .bottom-tabs {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    min-height: calc(70px + env(safe-area-inset-bottom));
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
  }

  .bottom-tab {
    border-radius: 19px;
    font-size: 9px;
    letter-spacing: 0;
  }

  .bottom-tab span {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }

  .bottom-tab .nav-brand {
    width: 20px;
    height: 20px;
  }

  .scoreboard {
    grid-template-columns: 1fr 68px 1fr;
    margin-bottom: 20px;
  }

  .score-team {
    min-height: 108px;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 16px 8px;
    text-align: center;
  }

  .score-team-dunes {
    display: grid;
  }

  .score-team span {
    font-size: 20px;
  }

  .score-status {
    min-width: 0;
    min-height: 108px;
    padding: 8px 4px;
  }

  .score-status small {
    display: none;
  }

  .team-switch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 12px;
  }

  .team-switch-button {
    min-height: 42px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .team-switch-button.active {
    color: var(--green);
    background: var(--dune);
    border-color: var(--dune);
  }

  .team-grid {
    display: block;
  }

  .team-card {
    display: none;
  }

  .team-card.active {
    display: block;
  }

  .team-card-heading,
  .roster li,
  .team-total {
    padding-left: 18px;
    padding-right: 18px;
  }
}
