@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;900&family=Sofia+Sans:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;900&family=Sofia+Sans:wght@700&display=swap');:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body {
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
.not-found-page {
  width: 100%;
  height: 100vh;
  background-color: #0F0F0F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.not-found-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 0;
  padding: 36px 16px 0px;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

.not-found-page__hand {
  width: 500px;
  height: 500px;
  max-width: 100%;
  object-fit: contain;
}

.not-found-page__title {
  font-family: 'Sofia Sans', system-ui, -apple-system, sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-top: 8px;
  max-width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  word-wrap: break-word;
}

.not-found-page__message {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-top: 8px;
  max-width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  word-wrap: break-word;
}

.not-found-page__footer {
  width: 100%;
  min-height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 16px 16px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.not-found-page__logo {
  width: 133px;
  height: 36px;
  object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .not-found-page__hand {
    width: 300px;
    height: 300px;
  }

  .not-found-page__title {
    font-size: 48px;
  }

  .not-found-page__message {
    font-size: 14px;
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .not-found-page__hand {
    width: 250px;
    height: 250px;
  }

  .not-found-page__title {
    font-size: 36px;
  }
}

#root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#ludeo-unit-root {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.logo {
  height: 6em;
  will-change: filter;
  transition: filter 300ms;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}
.start-skeleton {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 10000;
  }
  
  .start-skeleton__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(45, 45, 45, 1) 0%, rgba(143, 143, 143, 1) 100%);
  }
  
  .start-skeleton__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 16px 16px 0 0;
    backdrop-filter: blur(80px);
    box-sizing: border-box;
  }
  
  .start-skeleton__objective-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex: 1;
    height: 100%;
  }
  
  .start-skeleton__button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 10001;
  }
  
  .start-skeleton__details {
    border: 1px solid #2d2d2d;
    border-radius: 0 10px 10px 0;
    width: 350px;
    position: relative;
    z-index: 10000000003;
    pointer-events: auto;
    transform: translateY(-50px);
  }
  
  .start-skeleton__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    width: 100%;
    height: 100%;
  }
  
  .start-skeleton__header {
    position: relative;
    width: 100%;
    height: 169.5px;
    min-height: 169.5px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 0 10px 0 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .start-skeleton__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: 100%;
    background: rgba(15, 15, 15, 0.5);
    backdrop-filter: blur(15px);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
  
  .start-skeleton__bar {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }
  
  .start-skeleton__bar--title {
    width: 196px;
    height: 24px;
  }
  
  .start-skeleton__objectives {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 4px 0;
  }
  
  .start-skeleton__bar--objective {
    width: 132px;
    height: 4px;
  }
  
  .start-skeleton__controls {
    backdrop-filter: blur(15px);
    background: rgba(15, 15, 15, 0.5);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    flex-shrink: 0;
    order: 2;
    border-radius: 0 0 10px 0;
    overflow: hidden;
  }
  
  .start-skeleton__controls-header {
    box-sizing: border-box;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px 24px;
    width: 100%;
    flex-shrink: 0;
  }
  
  .start-skeleton__bar--controls-title {
    width: 100px;
    height: 20px;
  }
  
  .start-skeleton__controls-content {
    box-sizing: border-box;
    padding: 12px 12px 12px 12px;
    width: 100%;
    flex-shrink: 0;
  }
  
  .start-skeleton__game-keys {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
  }
  
  .start-skeleton__key-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    max-width: 60px;
  }
  
  .start-skeleton__key {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
  }
  
  .start-skeleton__key-label {
    width: 50px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
  }
  
  .start-skeleton__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 4vh;
  }
  
  .start-skeleton__logo {
    width: 100%;
    height: 100%;
  }
  
  /* Shimmer animation - moving gradient effect */
  @keyframes skeleton-shimmer {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  
  /* Apply shimmer effect to skeleton elements using pseudo-element */
  .start-skeleton__button,
  .start-skeleton__details,
  .start-skeleton__header,
  .start-skeleton__bar,
  .start-skeleton__key,
  .start-skeleton__key-label {
    position: relative;
    overflow: hidden;
  }
  
  .start-skeleton__button::before,
  .start-skeleton__details::before,
  .start-skeleton__header::before,
  .start-skeleton__bar::before,
  .start-skeleton__key::before,
  .start-skeleton__key-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.2) 50%,
      transparent 100%
    );
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
  }.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  color: white;
}

.logo-text {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2857142857142858em;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}

.logo-brand {
  display: flex;
  align-items: center;
  gap: 4px;
}

.logo-icon {
  width: 88.48px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.clickToStart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.clickToStart-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

.clickToStart__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.clickToStart__logo {
  width: 100%;
  height: 100%;
  margin-left: 3vh;
}
.exit-fullscreen-button {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    padding: 0;
  }
  
  .exit-fullscreen-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.4);
  }
  
  .exit-fullscreen-button:active {
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .exit-fullscreen-button svg {
    width: 24px;
    height: 24px;
  }.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.background-image--skeleton {
  background-color: #f0f0f0;
  opacity: 0.5;
}

.background-image--loading {
  opacity: 0.7;
}

.details {
  border: 1px solid #2d2d2d;
  border-radius: 0 10px 10px 0;
  width: 350px;
  position: relative;
  z-index: 10000000003;
  pointer-events: auto;
  transform: translateY(-50px);
}

.details__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
}

/* Header */
.details__header {
  position: relative;
  width: 100%;
  height: 169.5px;
  min-height: 169.5px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 0 10px 0 0;
  overflow: hidden;
}

.details__header-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.details__header-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
}

.details__header-placeholder--skeleton {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(107, 107, 107) !important;
  overflow: hidden;
}

.details__header-placeholder--skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

@keyframes skeleton-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.details__header-overlay {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: space-between;
  min-height: 1px;
  min-width: 1px;
  padding: 16px 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.details__header-logo {
  width: 80px;
  object-fit: contain;
  object-position: center;
  position: relative;
  flex-shrink: 0;
}

.details__header-store-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer
}

.details__header-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
}

.details__store-button {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  flex-shrink: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  outline: none;
  transition: border 0.25s ease;
}

.details__store-button:hover {
  border: 1px solid white;
}

.details__store-button:focus,
.details__store-button:active {
  outline: none;
}

.details__store-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.details__store-button--xbox .details__store-icon {
  width: 24px;
  height: 24px;
}

/* Goals Section */
.details__goals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 100%;
  background: rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.details__goals .details__heading {
  text-align: left;
  white-space: pre-wrap;
}

.details__goals-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
}

.details__heading {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

/* Objectives */
.details__objectives {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  flex: none;
  flex-grow: 0;
}

.details__objective-item-wrapper {
  position: relative;
  width: 100%;
}

.details__objective-item {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.details__objective-item:hover {
  opacity: 0.8;
}

.details__tooltip {
  background-color: #757575;
  color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2857142857142858em;
  white-space: nowrap;
  box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.5);
  z-index: 10000000002;
}

.details__progress-tracker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.details__progress-tracker-icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
  display: block;
}

.details__progress-tracker-number {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.details__progress-tracker-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
}

.details__progress-tracker-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.details__progress-tracker-circle:nth-child(1) {
  top: 0;
  left: 18px;
}

.details__progress-tracker-circle:nth-child(2) {
  top: 0;
  left: 0;
}

.details__progress-tracker-circle:nth-child(3) {
  top: 18px;
  left: 18px;
}

.details__progress-tracker-circle:nth-child(4) {
  top: 18px;
  left: 0;
}

.details__objective-text {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
}

.details__objective-tracker {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.details__progress-tracker {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.details__progress-corner {
  position: absolute;
  width: 18px;
  height: 18px;
}

.details__progress-corner--1 {
  left: 0;
  top: 0;
  transform: rotate(180deg) scaleY(-1);
}

.details__progress-corner--2 {
  left: 0;
  top: 18px;
  transform: rotate(90deg) scaleY(-1);
}

.details__progress-corner--3 {
  left: 18px;
  top: 18px;
  transform: rotate(90deg);
}

.details__progress-corner--4 {
  left: 18px;
  top: 0;
}

.details__timer-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.details__objective-counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.details__objective-value {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.details__objective-label {
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Controls Section */
.details__controls {
  backdrop-filter: blur(15px);
  background: rgba(15, 15, 15, 0.5);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-shrink: 0;
  order: 2;
  border-radius: 0 0 10px 0;
  overflow: hidden;
  border-top: 1px solid var(--Gradient-border, rgba(217, 217, 217, 0.30));
}

.details__controls-header {
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
  flex-shrink: 0;
}

.details__controls-header .details__heading {
  flex: 1 0 0;
  min-height: 1px;
  min-width: 1px;
  text-align: left;
  white-space: pre-wrap;
}

.details__toggle-button {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 36px;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 8px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #ffffff;
  flex-shrink: 0;
}

.details__toggle-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.details__toggle-button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.details__toggle-button--expanded svg {
  transform: rotate(0deg);
}

.details__controls-content {
  box-sizing: border-box;
  padding: 0 12px 12px 24px;
  width: 100%;
  flex-shrink: 0;
  transition: padding 0.2s ease;
}

.details__controls-content--expanded {
  padding: 24px 24px 24px 24px;
}

.details__controls-image {
  height: auto;
  object-fit: contain;
}

.details__controls-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
}

.details__toggle-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.loading-bar {
  position: fixed;
  bottom: calc(clamp(1rem, 2vw, 2rem) + 55px);
  left: clamp(1rem, 2vw, 2rem);
  right: clamp(1rem, 2vw, 2rem);
  padding: var(--Sizing-Sizing-2xs, 4px);
  border-radius: var(--Sizing-Corners-s, 4px);
  background: var(--Background-Background-overlay-100, rgba(15, 15, 15, 0.50));
  /* Menu blur */
  backdrop-filter: blur(15px);
  overflow: hidden;
  min-height: 32px;
  z-index: 100;
  box-sizing: border-box;
}

.loading-bar__content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}

.loading-bar__text {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.loading-bar__fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.05s linear;
  z-index: 1;
  border-radius: var(--Sizing-Corners-s, 4px);
  opacity: 1;
  will-change: transform;
}
.loadingScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.loadingScreen-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

.loadingScreen__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.loadingScreen__logo {
  width: 100%;
  height: 100%;
  margin-left: 3vh;
}



/* Import fonts - Titillium Web */
.click-to-play-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  /* make it a transpert dark background */
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  animation: fadeIn 0.6s ease-in-out;
}
.click-to-play-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes breathing {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.click-to-play-text {
  color: var(--Text---icons-Body-1, #FFF);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Titillium Web", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: 160px; /* 133.333% */
  letter-spacing: 10px;
  text-transform: uppercase;
  pointer-events: none;
  animation: breathing 2s ease-in-out infinite;
}
@media (max-width: 768px) {
  .click-to-play-text {
    font-size: 80px;
    line-height: 107px; /* 133.333% */
    letter-spacing: 7px;
  }
}
@media (max-width: 480px) {
  .click-to-play-text {
    font-size: 60px;
    line-height: 80px; /* 133.333% */
    letter-spacing: 5px;
  }
}
.click-to-play-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  pointer-events: none;
}
.click-to-play-logo {
  pointer-events: none;
}
.click-to-play-objectives {
  position: absolute;
  left: 24px;
  top: calc(50% - 250px);
  transform: translateY(-50%) scale(1.25);
  pointer-events: none;
  z-index: 1;
}
.midrun-objectives-new-wrapper {
  color: white;
  z-index: 1000000;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif !important;
}

.midrun-objectives-new-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 var(--Sizing-Corners-s, 4px) var(--Sizing-Corners-s, 4px) 0;
  background: linear-gradient(293deg, rgba(15, 15, 15, 0.50) 0.57%, rgba(0, 0, 0, 0.60) 83.62%);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(5px);
  padding: var(--Sizing-Sizing-m, 16px);
  gap: var(--Sizing-Sizing-xs, 8px);
}

.midrun-objectives-new-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif !important;
}

.midrun-objectives-new-item * {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif !important;
}

.midrun-objectives-new-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif !important;
}

.midrun-objectives-new-text {
  color: var(--Text---icons-Body-1, #FFF);
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Circular Progress Indicator */
.midrun-objectives-new-progress-circle {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.midrun-objectives-new-progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.midrun-objectives-new-progress-circle-bg {
  fill: none;
  stroke-width: 2px;
  stroke: var(--Input-Tag-Indicator-tag-2, rgba(255, 255, 255, 0.30));
}

.midrun-objectives-new-progress-circle-fill {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s ease;
}

.midrun-objectives-new-progress-circle-fill.timer {
  stroke: #EE7B00;
}

.midrun-objectives-new-progress-circle-fill.completed {
  stroke: #22c55e; /* green-500 */
}

.midrun-objectives-new-progress-circle-fill.in-progress {
  stroke: #22c55e; /* green-500 */
}

.midrun-objectives-new-progress-circle-fill.constraint {
  stroke: #f87171; /* scarlet-400 */
}

.midrun-objectives-new-progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--Text---icons-Body-1, #FFF);
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.midrun-objectives-new-progress-icon svg {
  width: 16px;
  height: 16px;
}

.notification {
  display: flex;
  pointer-events: none;
  padding: 0.25rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-family: 'Sofia Sans', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #ffffff;
  min-width: 300px;
  white-space: nowrap;
}

.notification.slow-connection-error-border {
  border: 1px solid rgba(239, 68, 68, 0.7);
}

.notification.slow-connection-warning-border {
  border: 1px solid rgba(128, 128, 128, 0.7);
}

/* Responsive styles */
/* sm: 640px+ */
@media (min-width: 640px) {
  .notification {
    padding: 0.25rem;
    gap: 0.25rem;
    font-size: 0.75rem;
  }
}

/* md: 768px+ */
@media (min-width: 768px) {
  .notification {
    padding: 0.375rem;
    gap: 0.25rem;
    font-size: 0.875rem;
  }
}

/* lg: 1024px+ */
@media (min-width: 1024px) {
  .notification {
    padding: 0.5rem;
    gap: 0.5rem;
    font-size: 1rem;
  }
}

/* xl: 1280px+ */
@media (min-width: 1280px) {
  .notification {
    padding: 1rem;
    gap: 0.5rem;
  }
}

.in-game-message {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999999;
  padding-top: 0.5rem;
}

/* Responsive padding-top */
/* sm: 640px+ */
@media (min-width: 640px) {
  .in-game-message {
    padding-top: 0.5rem;
  }
}

/* md: 768px+ */
@media (min-width: 768px) {
  .in-game-message {
    padding-top: 0.875rem;
  }
}

/* lg: 1024px+ */
@media (min-width: 1024px) {
  .in-game-message {
    padding-top: 1.75rem;
  }
}

/* xl: 1280px+ */
@media (min-width: 1280px) {
  .in-game-message {
    padding-top: 3.5rem;
  }
}

.escape-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.escape-menu-container {
  display: flex;
  width: 600px;
  flex-direction: column;
  align-items: flex-end;
  border-radius: var(--Sizing-Corners-x-large, 24px);
  border: 1px solid var(--Borders-Border-200, #2D2D2D);
  backdrop-filter: blur(15px);
}

.escape-menu-image-section {
  position: relative;
  height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: var(--Sizing-Corners-x-large, 24px) var(--Sizing-Corners-x-large, 24px) 0 0;
}

.escape-menu-image-overlay {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.escape-menu-image-logo {
  width: 120px;
  object-fit: contain;
  object-position: center;
  position: relative;
  flex-shrink: 0;
  margin-left: 8px;
}

.escape-menu-goals-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: var(--Sizing-Sizing-m, 16px);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.escape-menu-goals-title {
  display: flex;
  padding: var(--Sizing-Sizing-m, 16px) var(--Sizing-Sizing-xl, 24px);
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: var(--Text---icons-Body-1, #FFF);
  font-family: "Sofia Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  flex-shrink: 0;
}

.escape-menu-goals-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 var(--Sizing-Sizing-xl, 24px);
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: wrap;
}

.escape-menu-goals-content .midrun-objectives-new-item {
  flex-shrink: 0;
}

.escape-menu-controls-section {
  height: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.escape-menu-controls-title {
  display: flex;
  padding: var(--Sizing-Sizing-m, 16px) var(--Sizing-Sizing-xl, 24px);
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: var(--Text---icons-Body-1, #FFF);
  font-family: "Sofia Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  flex-shrink: 0;
}

.escape-menu-controls-image-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--Sizing-Sizing-xl, 24px) var(--Sizing-Sizing-m, 16px);
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}

/* Custom scrollbar styling */
.escape-menu-controls-image-container::-webkit-scrollbar {
  width: 6px;
}

.escape-menu-controls-image-container::-webkit-scrollbar-track {
  background: transparent;
}

.escape-menu-controls-image-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.escape-menu-controls-image-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Firefox scrollbar styling */
.escape-menu-controls-image-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.escape-menu-controls-image {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.escape-menu-buttons-section {
  height: 108px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}

.escape-menu-download-button {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.escape-menu-download-button .download-game-button.escape-menu-download-button-inner {
  height: 36px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
  animation: none;
  box-shadow: none;
}

.escape-menu-download-button .download-icon {
  width: 16px;
  height: 16px;
}

.escape-menu-right-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.escape-menu-button {
  color: inherit;
  padding: 0;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.escape-menu-resume-button {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid var(--Borders-Border-100, #464646);
  border-radius: var(--Sizing-Corners-s, 4px);
  background: transparent;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

.escape-menu-resume-button:hover {
  opacity: 0.8;
}

.escape-menu-resume-button:focus {
  outline: none;
}

.escape-menu-quit-button {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  border: none;
  border-radius: var(--Sizing-Corners-s, 4px);
  background: transparent;
  cursor: pointer;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--context-colors-danger, #e40008);
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

.escape-menu-quit-button:hover {
  opacity: 0.8;
}

.escape-menu-quit-button:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .escape-menu-controls-section {
    height: 300px;
  }
}

@keyframes breathing {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.download-game-button-container {
  position: relative;
  display: inline-block;
  animation: breathing 2s ease-in-out infinite;
  transform-origin: center;
}

.download-game-button {
  padding: 0 16px;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  cursor: pointer;
  transition: background-color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0px 16px 32px -12px rgba(88, 92, 95, 0.1);
  box-sizing: border-box;
}

.download-game-button:hover {
  opacity: 0.9;
}

.download-game-button:active {
  opacity: 0.85;
}

.download-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.download-game-button-discount {
  position: absolute;
  top: -12px;
  right: -8px;
  background-color: #006fcd;
  color: white;
  padding: 4px 8px;
  border-radius: 16px;
  font-family: 'Sofia Sans', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  min-width: 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-banner-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px 24px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .discount-banner-blur {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .discount-banner-blur {
    padding: 8px 16px;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.discount-banner {
  margin: 0;
  color: var(--Colors-Feedback-colors-Lemon-Lemon-prime-500, #EEDA00);
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 120% */
  letter-spacing: 1.4px;
  text-align: center;
}

/* Animation only applies when DiscountBanner is inside SummaryTextSection */
.summary-text-section .discount-banner {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.5s forwards;
}

@media (max-width: 768px) {
  .discount-banner {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 480px) {
  .discount-banner {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

.stats-overlay-container {
  position: fixed;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 8px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  z-index: 2147483647;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  width: 220px;
  pointer-events: none;
}

.stats-overlay-container.top-left {
  top: 20px;
  left: 20px;
}

.stats-overlay-container.top-right {
  top: 20px;
  right: 20px;
}

.stats-overlay-container.bottom-left {
  bottom: 20px;
  left: 20px;
}

.stats-overlay-container.bottom-right {
  bottom: 20px;
  right: 20px;
}

.stats-overlay-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stats-overlay-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 90px;
  width: 90px;
}

.stats-overlay-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.stats-overlay-stat-value {
  font-size: 18px;
  font-weight: 600;
  color: white;
  min-width: 60px;
  text-align: right;
  display: inline-block;
}

.stats-overlay-unit {
  font-size: 14px;
  margin-left: 2px;
}

.stats-overlay-section-header {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  grid-column: 1 / -1;
}
.mid-run-screen {
  width: 100%;
  height: 100%;
}

.summary-image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  will-change: transform;
  animation: slideInFromRight 0.8s ease-out forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.summary-image--skeleton {
  background-color: #e0e0e0;
}

.summary-image--skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.summary-image--loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .summary-image {
    width: 100%;
    height: 50%;
    animation: slideInFromBottom 0.8s ease-out forwards;
  }

  @keyframes slideInFromBottom {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
}



/* Import fonts - Titillium Web and Sofia Sans */
.summary-text-section {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  will-change: transform;
  animation: slideInFromLeft 0.8s ease-out forwards;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flyInUpRotated {
  0% {
    opacity: 0;
    transform: rotate(359.908deg) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: rotate(359.908deg) translateY(0);
  }
}
/* Alternative animation styles */
/* Style 1: Scale + Fade (Zoom In) */
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomInRotated {
  0% {
    opacity: 0;
    transform: rotate(359.908deg) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: rotate(359.908deg) scale(1);
  }
}
/* Style 2: Slide from Right */
@keyframes slideInFromRightText {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Style 3: Bounce Effect */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Style 4: Elastic/Spring Effect */
@keyframes elasticIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(30px);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1) translateY(-5px);
  }
  75% {
    opacity: 1;
    transform: scale(0.95) translateY(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* Style 5: Fade with Blur */
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.summary-text-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}
.summary-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* padding: 48px; */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.summary-text-section__logo {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  opacity: 0;
}
.summary-text-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  min-height: 0;
  min-width: 0;
}
.summary-text-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: rotate(359.908deg) scale(0.8);
  animation: zoomInRotated 0.6s ease-out 1.0s forwards;
}
.summary-text-title {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 80px);
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.summary-text-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.summary-text-subtitle {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.2s forwards;
}
.summary-text-buttons {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.4s forwards;
}
.summary-text-play-again {
  border: 1px solid #464646;
  background-color: transparent;
  color: white;
  padding: 12px 16px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.25s, border-color 0.25s;
}
.summary-text-play-again:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #464646;
}
/* Style share button within summary-text-section */
.summary-text-section .share-button {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  padding: 8px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  border-radius: 4px !important;
}
.summary-text-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  flex-shrink: 0;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.6s forwards;
}
.summary-text-powered {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.summary-text-powered-text {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  text-align: center;
  white-space: nowrap;
}
.summary-text-logo {
  display: flex;
  margin-left: 20px;
  gap: 4px;
  align-items: center;
  height: 24px;
}
/* Responsive styles */
@media (max-width: 768px) {
  .summary-text-section {
    width: 100%;
    height: 50%;
  }

  .summary-text-content {
    padding: 24px;
  }

  .summary-text-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px;
  }

  .summary-text-subtitle {
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .summary-text-buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .summary-text-play-again,
  .summary-text-download {
    width: 100%;
  }

  .summary-text-footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .summary-text-logo {
    margin: 16px;
  }

  .summary-text-section__logo {
    max-width: 150px;
    max-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .summary-text-content {
    padding: 16px;
  }

  .summary-text-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .summary-text-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .summary-text-buttons {
    gap: 12px;
  }
}

.play-again-button {
  padding: 8px 16px;
  background-color: transparent;
  color: white;
  border: 1px solid rgba(217, 217, 217, 0.3);
  border-radius: 4px;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  cursor: pointer;
  transition: background-color 0.25s, border-color 0.25s;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-again-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(217, 217, 217, 0.5);
}

.play-again-button:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.summary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.summary--skeleton {
  background-color: #e0e0e0;
}

.summary--skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.summary--loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

@media (max-width: 768px) {
  .summary {
    flex-direction: column;
  }
}
.error-screen {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.error-screen__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 36px 16px;
  box-sizing: border-box;
}

.error-screen__modal {
  background: rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(30px);
  border-radius: 8px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
}

.error-screen__logo {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}

.error-screen__title {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.error-screen__description {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  white-space: pre-line;
}

.error-screen__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.error-screen__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
  box-sizing: border-box;
}

.error-screen__button:hover {
  opacity: 0.9;
}

.error-screen__button:active {
  opacity: 0.85;
}

.error-screen__button--outline {
  background: transparent;
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, rgba(217, 217, 217, 0.3) 0%, rgba(115, 115, 115, 0.4) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.error-screen__button-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.error-screen__download-wrapper {
  position: relative;
}

.error-screen__download-button {
  margin: 0;
}

.error-screen__footer {
  position: relative;
  height: 76px;
  z-index: 1;
  width: 100%;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .error-screen__modal {
    padding: 24px;
  }

  .error-screen__title {
    font-size: 32px;
  }

  .error-screen__description {
    font-size: 18px;
  }

  .error-screen__buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .error-screen__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .error-screen__title {
    font-size: 28px;
  }

  .error-screen__description {
    font-size: 16px;
  }
}

.screen-router {
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.screen-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screen-container.clickToStart,
.screen-container.loading,
.screen-container.clickToPlay,
.screen-container.summary,
.screen-container.error,
.screen-container.badNetworkError {
  opacity: 1;
}

/* Fade transition when switching screens */
.screen-container:not(.clickToStart):not(.loading):not(.clickToPlay):not(.summary):not(.error):not(.badNetworkError) {
  opacity: 0;
}



/* Import fonts - Titillium Web and Sofia Sans */
.summary-error-text-section {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  will-change: transform;
  animation: slideInFromLeft 0.8s ease-out forwards;
  background-color: #000000;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomInRotated {
  0% {
    opacity: 0;
    transform: rotate(359.908deg) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: rotate(359.908deg) scale(1);
  }
}
.summary-error-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.summary-error-text-section__logo {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 0.8s forwards;
}
.summary-error-text-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  min-height: 0;
  min-width: 0;
}
.summary-error-text-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: rotate(359.908deg) scale(0.8);
  animation: zoomInRotated 0.6s ease-out 1.0s forwards;
}
.summary-error-text-title {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 80px);
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 0.3vw, 4px);
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.summary-error-text-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}
.summary-error-text-content-area {
  width: 100%;
  min-height: 100px;
  /* Empty content area - will be populated later */
}
.summary-error-text-buttons {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.4s forwards;
}
.summary-error-text-play-again {
  border: 1px solid #464646;
  background-color: transparent;
  color: white;
  padding: 12px 16px;
  height: 48px;
  border-radius: 4px;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.25s, border-color 0.25s;
}
.summary-error-text-play-again:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #464646;
}
.summary-error-text-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  flex-shrink: 0;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.6s forwards;
}
.summary-error-text-logo {
  display: flex;
  margin-left: 20px;
  gap: 4px;
  align-items: center;
  height: 24px;
}
/* Responsive styles */
@media (max-width: 768px) {
  .summary-error-text-section {
    width: 100%;
    height: 50%;
    animation: slideInFromTop 0.8s ease-out forwards;
  }

  @keyframes slideInFromTop {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }

  .summary-error-text-content {
    padding: 24px;
  }

  .summary-error-text-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px;
  }

  .summary-error-text-buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .summary-error-text-play-again,
  .summary-error-text-download {
    width: 100%;
  }

  .summary-error-text-footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .summary-error-text-logo {
    margin: 16px;
  }

  .summary-error-text-section__logo {
    max-width: 150px;
    max-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .summary-error-text-content {
    padding: 16px;
  }

  .summary-error-text-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .summary-error-text-buttons {
    gap: 12px;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bad-network-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 24px;
}

.bad-network-error__title {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 0.8s forwards;
}

.bad-network-error__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 252px;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.0s forwards;
}

.bad-network-error__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bad-network-error__description {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  max-width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.2s forwards;
}

.bad-network-error__tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.4s forwards;
}

.bad-network-error__tips-only {
  width: 100%;
  padding-left: 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out 1.4s forwards;
}

.bad-network-error__tab-headers {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.bad-network-error__tab-headers--single {
  justify-content: flex-start;
}

.bad-network-error__tab-headers--single .bad-network-error__tab-header {
  flex: 0 1 auto;
}

.bad-network-error__tab-header {
  flex: 1;
  padding: 12px 16px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  transition: color 0.25s;
  text-align: center;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  position: relative;
  box-shadow: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bad-network-error__tab-header:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid transparent;
}

.bad-network-error__tab-header:active {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  outline: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid transparent;
}

.bad-network-error__tab-header:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.bad-network-error__tab-header:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.bad-network-error__tab-header--active {
  color: white;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.bad-network-error__tab-header--active:hover {
  outline: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid transparent;
}

.bad-network-error__tab-header--active:active {
  outline: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid transparent;
}

.bad-network-error__tab-header--active:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.bad-network-error__tab-header--active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
}

.bad-network-error__tab-content-wrapper {
  width: 100%;
  position: relative;
}

/* Fixed height wrapper to prevent layout shifts */
.bad-network-error__tab-content-fixed-height {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Measurement container - hidden, used for height measurement */
.bad-network-error__tab-measurements {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  height: auto;
}

.bad-network-error__tab-content {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  /* Ensure grid maintains height */
  grid-auto-rows: minmax(0, auto);
}

.bad-network-error__details {
  width: 100%;
  color: white;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: relative;
  min-height: 0;
}

.bad-network-error__details--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bad-network-error__troubleshooting-tab {
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: relative;
  min-height: 0;
}

.bad-network-error__troubleshooting-tab--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bad-network-error__tips-list {
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bad-network-error__tips-list li {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  padding-left: 32px;
  position: relative;
}

.bad-network-error__tip-icon {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
}


.bad-network-error__details-content {
  display: flex;
  width: 100%;
  gap: 0;
}

/* Measurement elements - contribute to parent height */
.bad-network-error__details--measure,
.bad-network-error__troubleshooting-tab--measure {
  width: 100%;
  height: auto;
}

/* Responsive styles */
@media (max-width: 768px) {
  .bad-network-error {
    gap: 20px;
  }

  .bad-network-error__title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .bad-network-error__description {
    font-size: 16px;
    line-height: 24px;
    padding: 0 24px;
  }

  .bad-network-error__tabs {
    padding: 0 24px;
  }

  .bad-network-error__tab-header {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 12px;
  }

  .bad-network-error__tips-only {
    padding-left: 20px;
  }

  .bad-network-error__tips-list {
    padding-left: 20px;
  }

  .bad-network-error__tips-list li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
  }

  .bad-network-error__tip-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .bad-network-error__title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .bad-network-error__description {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }

  .bad-network-error__tabs {
    padding: 0 20px;
  }

  .bad-network-error__tab-header {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 10px;
  }

  .bad-network-error__tips-only {
    padding-left: 16px;
  }

  .bad-network-error__tips-list {
    padding-left: 16px;
  }

  .bad-network-error__tips-list li {
    font-size: 12px;
    line-height: 18px;
    padding-left: 24px;
  }

  .bad-network-error__tip-icon {
    width: 16px;
    height: 16px;
  }
}
.network-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1;
  padding: 0 16px;
}

.network-detail:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.network-detail__title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 8px;
  width: 100%;
}

.network-detail__title {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}

.network-detail__value {
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.network-detail__value--passing {
  color: #4caf50;
}

.network-detail__value--failing {
  color: #f44336;
}

.network-detail__subtitle {
  margin: 0;
  font-family: 'Titillium Web', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  width: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
  .network-detail {
    padding: 0 12px;
  }

  .network-detail__title-row {
    margin-bottom: 6px;
  }

  .network-detail__title {
    font-size: 12px;
    line-height: 18px;
  }

  .network-detail__value {
    font-size: 12px;
    line-height: 18px;
  }

  .network-detail__subtitle {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 480px) {
  .network-detail {
    padding: 0 8px;
  }

  .network-detail__title-row {
    margin-bottom: 4px;
  }

  .network-detail__title {
    font-size: 11px;
    line-height: 16px;
  }

  .network-detail__value {
    font-size: 11px;
    line-height: 16px;
  }

  .network-detail__subtitle {
    font-size: 10px;
    line-height: 12px;
  }
}
.summary-error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.summary-error--skeleton {
  background-color: #e0e0e0;
}

.summary-error--skeleton::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.summary-error--loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

@media (max-width: 768px) {
  .summary-error {
    flex-direction: column;
  }
}
