.game-page-shell {
  --game-route-surface: rgba(8, 13, 26, 0.9);
  --game-route-line: rgba(226, 232, 240, 0.14);
  --game-route-text: #f8fafc;
  min-height: 100dvh;
  color: var(--game-route-text);
  background:
    radial-gradient(760px 360px at 18% 0%, var(--game-route-accent-soft), transparent 62%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.68), rgba(2, 6, 23, 0.94)),
    #050816;
}

@media (max-height: 500px) and (orientation: landscape) {
  .game-page-shell[data-game-key='uno'] .uno-game-header {
    min-height: 3.25rem;
    padding: max(0.35rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) 0.35rem max(0.75rem, env(safe-area-inset-left)) !important;
  }

  .game-page-shell[data-game-key='uno'] .uno-game-header h1 {
    font-size: 1.45rem !important;
  }

  .game-page-shell[data-game-key='uno'] .uno-turn-strip {
    padding-block: 0.3rem !important;
  }

  .game-page-shell[data-game-key='uno'] .uno-rule-hint {
    display: none;
  }

  .game-page-shell[data-game-key='uno'] .uno-game-table {
    padding: 0.25rem 0.5rem !important;
  }

  .game-page-shell[data-game-key='uno'] .uno-action-buttons {
    right: max(0.5rem, env(safe-area-inset-right)) !important;
    bottom: 0.35rem !important;
    flex-direction: row !important;
    gap: 0.35rem !important;
  }

  .game-page-shell[data-game-key='uno'] .uno-hand {
    height: 5.8rem !important;
    min-height: 5.8rem;
    padding: 0.35rem max(0.75rem, env(safe-area-inset-right)) max(0.35rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left)) !important;
  }

  .game-page-shell[data-game-key='uno'] .uno-hand > div {
    transform: scale(0.78);
    transform-origin: center;
  }
}

.game-page-stage {
  min-height: 100dvh;
  max-width: 100vw;
  overflow-x: clip;
}

.game-page-stage > * {
  min-height: 100dvh;
  max-width: 100vw;
}

.game-page-shell :is(button, a, input, select, textarea) {
  touch-action: manipulation;
}

.game-page-shell :is(button, a)[class*='rounded'],
.game-page-shell :is(button, a).platform-button {
  min-height: 2.75rem;
}

.game-page-shell :is(input, select, textarea) {
  min-height: 2.75rem;
}

.game-page-shell :is(.platform-shell, .board-game-screen, .themed-game-shell) {
  background:
    radial-gradient(920px 420px at 14% 0%, var(--game-route-accent-soft), transparent 58%),
    radial-gradient(780px 380px at 100% 10%, rgba(56, 189, 248, 0.1), transparent 56%),
    linear-gradient(180deg, #050816 0%, #0b1020 54%, #030712 100%) !important;
}

.game-page-shell[data-game-family='board'] {
  --game-route-surface: rgba(18, 22, 30, 0.92);
}

.game-page-shell[data-game-family='arcade'] {
  --game-route-surface: rgba(5, 9, 20, 0.94);
}

.game-page-shell[data-game-family='role'] {
  --game-route-surface: rgba(22, 16, 36, 0.92);
}

.game-page-shell[data-game-family='cards'] {
  --game-route-surface: rgba(20, 23, 32, 0.92);
}

.game-page-shell[data-game-family='dice'] {
  --game-route-surface: rgba(8, 35, 52, 0.9);
}

.game-page-shell .platform-panel,
.game-page-shell .platform-hud,
.game-page-shell .game-hud-card,
.game-page-shell .room-lobby-card,
.game-page-shell .themed-game-card,
.game-page-shell .themed-game-aside,
.game-page-shell .themed-game-online-card {
  border: 1px solid var(--game-route-line) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--game-route-surface) !important;
  color: #f8fafc;
  box-shadow: 0 24px 68px rgba(2, 6, 23, 0.42) !important;
}

.game-page-shell .platform-kicker,
.game-page-shell .themed-game-kicker {
  border-color: rgba(226, 232, 240, 0.16);
  background: rgba(15, 23, 42, 0.58);
  color: rgba(226, 232, 240, 0.78);
}

.game-page-shell .platform-title,
.game-page-shell :is(h1, h2, h3) {
  letter-spacing: 0;
}

.game-page-shell .platform-copy,
.game-page-shell :is(.text-gray-500, .text-gray-600, .text-gray-700, .text-slate-400, .text-slate-500, .text-white\/55, .text-white\/60, .text-white\/65, .text-white\/70) {
  color: rgba(226, 232, 240, 0.72) !important;
}

.game-page-shell :is(.platform-button, .game-setup-button, .room-lobby-back-button, .themed-game-shell button, .game-lobby-primary-action, .game-lobby-secondary-action) {
  border-color: rgba(226, 232, 240, 0.16);
  font-weight: 850;
}

.game-page-shell :is(.platform-button--primary, .platform-button--accent-emerald, .game-setup-button--primary, .game-lobby-primary-action) {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--game-route-accent) 72%, #f8fafc 8%), color-mix(in srgb, var(--game-route-accent) 44%, #0f172a 56%)) !important;
  color: #f8fafc !important;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--game-route-accent) 24%, transparent) !important;
}

.game-page-shell :is(.platform-button--secondary, .platform-button--ghost, .game-setup-button--ghost, .game-lobby-secondary-action) {
  background: rgba(15, 23, 42, 0.62) !important;
  color: rgba(248, 250, 252, 0.9) !important;
}

.game-page-shell :is(.platform-button, .game-setup-button, .room-lobby-back-button, .game-lobby-primary-action, .game-lobby-secondary-action):focus-visible {
  outline: 2px solid color-mix(in srgb, var(--game-route-accent) 72%, white 12%);
  outline-offset: 3px;
}

.game-page-shell :is(input, select, textarea, .room-lobby-input, .game-lobby-room-input, .game-setup-input) {
  border-color: rgba(226, 232, 240, 0.16) !important;
  background: rgba(3, 7, 18, 0.72) !important;
  color: #f8fafc !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.game-page-shell :is(input, select, textarea)::-moz-placeholder {
  color: rgba(148, 163, 184, 0.82) !important;
}

.game-page-shell :is(input, select, textarea)::placeholder {
  color: rgba(148, 163, 184, 0.82) !important;
}

/* Board and chess pages */
.game-page-shell .board-game-screen {
  min-height: 100dvh;
  padding: clamp(0.75rem, 2vw, 1.35rem) !important;
  color: #f8fafc;
}

.game-page-shell .board-game-screen > .max-w-7xl {
  max-width: min(1500px, 100%);
}

.game-page-shell .board-game-layout {
  align-items: start;
  gap: clamp(0.75rem, 1.6vw, 1.25rem) !important;
}

.game-page-shell .board-game-hud,
.game-page-shell .board-game-board-panel {
  overflow: hidden;
  border: 1px solid var(--game-route-line) !important;
  border-radius: 1.25rem !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 13, 26, 0.86) !important;
  color: #f8fafc !important;
  box-shadow: 0 22px 58px rgba(2, 6, 23, 0.42) !important;
  backdrop-filter: blur(18px);
}

.game-page-shell .board-game-hud {
  padding: clamp(0.9rem, 1.8vw, 1.2rem) !important;
}

.game-page-shell .board-game-board-panel {
  padding: clamp(0.75rem, 1.7vw, 1.25rem) !important;
}

.game-page-shell .board-game-title h1 {
  margin-bottom: 0.15rem !important;
  color: #f8fafc !important;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2.35rem) !important;
  font-weight: 950;
  line-height: 1;
}

.game-page-shell .board-game-title p,
.game-page-shell .game-status__text,
.game-page-shell .game-controls__room-info p {
  color: rgba(226, 232, 240, 0.76) !important;
}

.game-page-shell .board-game-status {
  display: grid;
  gap: 0.75rem !important;
}

.game-page-shell .game-status,
.game-page-shell .board-game-status .bg-gray-100,
.game-page-shell .board-game-controls .bg-gray-100 {
  border: 1px solid rgba(226, 232, 240, 0.12) !important;
  border-radius: 1rem !important;
  background: rgba(15, 23, 42, 0.64) !important;
  color: #f8fafc !important;
}

.game-page-shell .board-game-status .bg-gray-100 {
  padding: 0.9rem !important;
}

.game-page-shell .board-game-status .text-gray-900,
.game-page-shell .board-game-status .text-gray-800,
.game-page-shell .board-game-status .text-gray-700 {
  color: #f8fafc !important;
}

.game-page-shell .game-controls__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.game-page-shell .game-controls__actions .platform-button {
  width: 100%;
  justify-content: center;
}

.game-page-shell .board-game-scroll {
  width: 100%;
  overflow: auto;
  border-radius: 1rem;
  -webkit-overflow-scrolling: touch;
}

.game-page-shell :is(.gomoku-board-shell, .xiangqi-board-shell) {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 42px rgba(2, 6, 23, 0.34) !important;
}

.game-page-shell :is(.gomoku-board-shell, .xiangqi-board-shell) button {
  min-width: 2.25rem;
  min-height: 2.25rem;
}

/* Shared setup, room, and table surfaces */
.game-page-shell .game-setup-overlay {
  background:
    radial-gradient(760px 420px at 18% 10%, var(--game-route-accent-soft), transparent 68%),
    rgba(2, 6, 23, 0.88);
}

.game-page-shell .game-setup-dialog {
  width: min(100%, 30rem);
  border-color: rgba(226, 232, 240, 0.18);
}

.game-page-shell .game-setup-stage-shell {
  min-height: 100dvh;
  background:
    radial-gradient(840px 420px at 18% 0%, var(--game-route-accent-soft), transparent 62%),
    linear-gradient(160deg, #050816, #0b1020 52%, #030712) !important;
}

.game-page-shell .game-setup-stage-grid {
  width: min(100%, 1480px);
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.game-page-shell .game-setup-stage-title {
  max-width: 11em;
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 0.98;
}

.game-page-shell .game-setup-stage-details > div,
.game-page-shell .game-setup-stage-panel,
.game-page-shell .game-setup-stage-visual {
  border-color: rgba(226, 232, 240, 0.15) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(8, 13, 26, 0.76) !important;
  box-shadow: 0 24px 68px rgba(2, 6, 23, 0.4);
}

.game-page-shell .game-setup-stage-visual {
  border-radius: 1.35rem !important;
}

.game-page-shell .game-setup-stage-visual__head {
  align-items: flex-start;
}

.game-page-shell .game-setup-stage-visual__title {
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.game-page-shell .game-setup-stage-visual__surface {
  overflow: hidden;
  border-color: rgba(226, 232, 240, 0.13) !important;
  background: rgba(3, 7, 18, 0.28) !important;
}

.game-page-shell .game-setup-stage-card {
  display: flex;
  overflow: hidden;
  border-radius: 0.9rem !important;
}

.game-page-shell .game-setup-stage-card span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

.game-page-shell .game-setup-stage-chip-table > div,
.game-page-shell .game-setup-stage-die,
.game-page-shell .game-setup-stage-mancala,
.game-page-shell .game-setup-stage-star-board,
.game-page-shell .game-setup-stage-grid-board > div {
  border-color: rgba(226, 232, 240, 0.16) !important;
}

.game-page-shell .game-setup-stage-panel {
  border-radius: 1.25rem !important;
}

.game-page-shell .game-setup-stage-textarea {
  min-height: 8.75rem;
}

.game-page-shell :is(.game-setup-stage-primary, .game-setup-stage-secondary) {
  min-height: 3.1rem;
  border-radius: 0.95rem !important;
}

.game-page-shell .game-setup-stage-primary {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--game-route-accent) 74%, #f8fafc 6%), color-mix(in srgb, var(--game-route-accent) 38%, #020617 62%)) !important;
}

.game-page-shell .game-setup-stage-secondary {
  background: rgba(15, 23, 42, 0.62) !important;
}

.game-page-shell .game-lobby-cover,
.game-page-shell .game-lobby-action-panel,
.game-page-shell .room-lobby-hero,
.game-page-shell .room-lobby-card {
  border-radius: 1.35rem !important;
}

.game-page-shell .room-lobby-page,
.game-page-shell .platform-page {
  width: min(100%, 1500px);
}

.game-page-shell .room-lobby-header {
  min-height: 4.25rem;
}

.game-page-shell .room-lobby-seat,
.game-page-shell .room-lobby-player-row,
.game-page-shell .room-lobby-code-card,
.game-page-shell .room-lobby-waiting {
  border-color: rgba(226, 232, 240, 0.14) !important;
  background: rgba(15, 23, 42, 0.54) !important;
}

.game-page-shell .themed-game-shell {
  min-height: 100dvh;
  padding: clamp(0.85rem, 2vw, 1.4rem) !important;
}

.game-page-shell .themed-game-hero {
  min-height: clamp(13rem, 28vh, 20rem);
  border-radius: 1.35rem !important;
  border: 1px solid rgba(226, 232, 240, 0.14);
  box-shadow: 0 24px 68px rgba(2, 6, 23, 0.42);
}

.game-page-shell .themed-game-layout {
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}

.game-page-shell .themed-game-board,
.game-page-shell .themed-game-card-zone,
.game-page-shell .themed-game-resource-grid,
.game-page-shell .themed-game-market-grid,
.game-page-shell .themed-game-seat-grid,
.game-page-shell .themed-game-vote-grid {
  max-width: 100%;
}

.game-page-shell .themed-game-icon-button {
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.game-page-shell :is(
  .themed-game-seat__actions button,
  .themed-game-seat__actions select,
  .themed-game-control-grid button,
  .themed-game-inline-form button
) {
  min-height: 2.75rem;
}

.game-page-shell .minesweeper-board-grid {
  gap: 1px !important;
  padding: 0.35rem;
  border-radius: 1rem;
  background: rgba(2, 6, 23, 0.48);
}

.game-page-shell .minesweeper-cell {
  min-width: 2rem;
  min-height: 2rem;
}

.game-page-shell .minesweeper-reset-button {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Arcade and single-player active screens */
.game-page-shell[data-game-family='arcade'] .game-page-stage > div {
  color: #f8fafc;
}

.game-page-shell[data-game-family='arcade'] .game-page-stage > div > div {
  max-width: min(1500px, 100%);
}

.game-page-shell[data-game-key='game2048'] .platform-panel,
.game-page-shell[data-game-key='minesweeper'] .platform-panel {
  border-radius: 1.25rem !important;
}

.game-page-shell[data-game-key='game2048'] .platform-panel:last-child,
.game-page-shell[data-game-key='minesweeper'] .platform-panel:last-child {
  min-height: min(72dvh, 680px);
}

@media (min-width: 1024px) {
  .game-page-shell .board-game-layout {
    grid-template-columns: minmax(13rem, 0.22fr) minmax(0, 1fr) !important;
  }

  .game-page-shell .board-game-hud {
    position: sticky;
    top: 0.85rem;
  }
}

@media (max-width: 767px) {
  .game-page-shell {
    background:
      radial-gradient(520px 280px at 20% 0%, var(--game-route-accent-soft), transparent 64%),
      linear-gradient(180deg, #050816 0%, #0b1020 56%, #030712 100%);
  }

  .game-page-shell .platform-header-bar {
    position: sticky;
    top: 0;
    z-index: 30;
  }

  .game-page-shell .board-game-screen,
  .game-page-shell .themed-game-shell {
    padding: max(0.65rem, env(safe-area-inset-top)) 0.65rem max(0.85rem, env(safe-area-inset-bottom)) !important;
  }

  .game-page-shell :is(.platform-button, .game-setup-button, .room-lobby-back-button, .game-lobby-primary-action, .game-lobby-secondary-action, input, select, textarea) {
    min-height: 44px !important;
  }

  .game-page-shell[data-game-key='uno'] button > [class*='-right-1'][class*='-top-1'] {
    right: 0 !important;
    top: 0 !important;
  }

  .game-page-shell[data-game-key='redpacketrain'] button,
  .game-page-shell[data-game-key='redpacketrain'] button > * {
    max-width: 100%;
    overflow: hidden;
  }

  .game-page-shell[data-game-key='redpacketrain'] button [class*='tracking-'] {
    letter-spacing: 0.04em !important;
  }

  .game-page-shell .board-game-title {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    text-align: left;
  }

  .game-page-shell .board-game-title h1,
  .game-page-shell .board-game-title p {
    margin: 0 !important;
    text-align: left !important;
  }

  .game-page-shell .board-game-title h1 {
    font-size: 1.45rem !important;
  }

  .game-page-shell .board-game-hud,
  .game-page-shell .board-game-board-panel {
    padding: 0.8rem !important;
  }

  .game-page-shell .board-game-status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
  }

  .game-page-shell .board-game-status > * {
    margin: 0 !important;
    padding: 0.65rem !important;
  }

  .game-page-shell .board-game-controls {
    margin-top: 0.65rem !important;
  }

  .game-page-shell .game-controls__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .game-page-shell .board-game-hud {
    display: grid;
    gap: 0.8rem;
  }

  .game-page-shell .game-lobby-cover {
    min-height: auto;
  }

  .game-page-shell .game-lobby-cover__content {
    padding: 1rem;
  }

  .game-page-shell .game-lobby-preview {
    min-height: 220px;
  }

  .game-page-shell .room-lobby-header,
  .game-page-shell .room-lobby-header__main,
  .game-page-shell .room-lobby-header__status {
    align-items: flex-start;
  }

  .game-page-shell .room-lobby-grid,
  .game-page-shell .themed-game-layout {
    gap: 0.85rem;
  }

  .game-page-shell .themed-game-hero {
    min-height: 12rem;
  }

  .game-page-shell .game-setup-stage-grid {
    min-height: auto;
  }

  .game-page-shell .game-setup-stage-shell {
    padding: max(0.8rem, env(safe-area-inset-top)) 0.8rem max(0.9rem, env(safe-area-inset-bottom)) !important;
  }

  .game-page-shell .game-setup-stage-title {
    font-size: clamp(2rem, 11vw, 3rem) !important;
  }

  .game-page-shell .game-setup-stage-details {
    grid-template-columns: 1fr;
  }

  .game-page-shell .game-setup-stage-card-fan {
    height: 10.5rem;
    transform: scale(0.88);
    transform-origin: center top;
    margin-bottom: -1rem;
  }

  .game-page-shell .game-setup-stage-card {
    height: 7.25rem;
    width: 4.85rem;
    padding: 0.65rem !important;
    overflow: visible;
  }

  .game-page-shell .game-setup-stage-card span {
    overflow: visible !important;
    white-space: nowrap;
    line-height: 1.05 !important;
    font-size: clamp(0.9rem, 4vw, 1.05rem) !important;
  }

  .game-page-shell .game-setup-stage-card span:last-child {
    font-size: clamp(1.05rem, 4.8vw, 1.32rem) !important;
  }

  .game-page-shell .game-setup-stage-chip-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-page-shell .game-setup-stage-mancala {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .game-page-shell .themed-game-hero__content {
    padding: 1rem;
  }

  .game-page-shell .themed-game-hero h1 {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .game-page-shell :is(.themed-game-action-row, .themed-game-control-grid, .room-lobby-share-grid, .game-setup-actions) {
    grid-template-columns: 1fr !important;
  }

  .game-page-shell .board-game-scroll,
  .game-page-shell[data-game-key='minesweeper'] .platform-panel:last-child {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

  .game-page-shell .game-page-main > .platform-panel.flex {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .game-page-shell[data-game-key='wzq'] .gomoku-board-shell {
    min-width: 0 !important;
    width: min(100%, calc(100dvh - 7.5rem), 720px) !important;
    max-width: 100% !important;
  }

  .game-page-shell[data-game-key='wzq'] .gomoku-board-shell button {
    min-width: 0;
    min-height: 0;
  }

  .game-page-shell[data-game-key='wq'] .platform-panel .overflow-x-auto > .aspect-square {
    min-width: 0 !important;
    width: min(100%, calc(100dvh - 8rem), 760px) !important;
    max-width: 100% !important;
  }

  .game-page-shell[data-game-key='hbq'] .game-board--othello {
    min-width: 0;
    width: min(100%, 360px);
    max-width: 100%;
  }

  .game-page-shell[data-game-key='hbq'] .game-board--othello .game-board__cell {
    min-width: 45px;
    min-height: 45px;
  }

  .game-page-shell[data-game-key='minesweeper'] .minesweeper-cell {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .game-page-shell .xiangqi-board-shell button {
    overflow: hidden;
  }

  .game-page-shell .xiangqi-board-shell :is(.game-piece, svg) {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }

  .game-page-shell .game-board--othello :is(.game-piece, svg) {
    max-width: 88%;
    max-height: 88%;
  }
}

:root {
  --font-ui: "Segoe UI Variable", "PingFang SC", "Microsoft YaHei UI", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Bahnschrift", "Segoe UI Variable Display", "Trebuchet MS", "PingFang SC", "Microsoft YaHei UI", sans-serif;
  --app-bg: #f3f5fb;
  --app-text: #0f172a;
  --surface-bg: rgba(255, 255, 255, 0.74);
  --surface-border: rgba(71, 85, 105, 0.16);
  --surface-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  --platform-muted: #52607a;
  --platform-grid: rgba(82, 96, 122, 0.1);
  --platform-violet: #6f6a86;
  --platform-cyan: #5f7c89;
  --platform-emerald: #5f8b78;
  --platform-rose: #8f6970;
}

html, body, #root {
  margin: 0;
  min-height: 100%;
  background: var(--app-bg);
  overflow-x: hidden;
  font-family: var(--font-ui);
}

html[data-theme='dark'] {
  --app-bg: #060816;
  --app-text: #f4f7fb;
  --surface-bg: rgba(9, 13, 27, 0.72);
  --surface-border: rgba(148, 163, 184, 0.14);
  --surface-shadow: 0 22px 60px rgba(2, 6, 23, 0.52);
  --platform-muted: #9aa7c2;
  --platform-grid: rgba(148, 163, 184, 0.12);
}

.App {
  color: var(--app-text);
  font-family: var(--font-ui);
  background:
    radial-gradient(980px 420px at 100% -10%, rgba(95, 124, 137, 0.14), transparent 54%),
    radial-gradient(1200px 560px at 0% 0%, rgba(111, 106, 134, 0.14), transparent 58%),
    radial-gradient(960px 500px at 0% 100%, rgba(95, 139, 120, 0.1), transparent 58%),
    var(--app-bg);
  overflow-x: hidden;
}

.App.game-route-shell {
  color: #f4f7fb;
  background:
    radial-gradient(960px 420px at 100% -10%, rgba(59, 130, 246, 0.16), transparent 56%),
    radial-gradient(1040px 520px at 0% 0%, rgba(45, 212, 191, 0.12), transparent 58%),
    radial-gradient(960px 500px at 0% 100%, rgba(168, 85, 247, 0.11), transparent 58%),
    #060816;
}

.global-game-home-link {
  position: fixed;
  top: max(0.85rem, env(safe-area-inset-top));
  left: max(0.85rem, env(safe-area-inset-left));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.28);
  backdrop-filter: blur(16px);
}

.global-game-home-link:hover {
  background: rgba(30, 41, 59, 0.92);
}

.pwa-install-prompt {
  position: fixed;
  left: max(0.75rem, env(safe-area-inset-left));
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: 95;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  max-width: 42rem;
  margin: 0 auto;
  border: 1px solid rgba(251, 191, 36, 0.34);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.94)),
    rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  padding: 0.85rem;
  box-shadow: 0 22px 58px rgba(2, 6, 23, 0.46);
  backdrop-filter: blur(18px);
}

.pwa-install-prompt--game {
  top: max(0.65rem, env(safe-area-inset-top));
  bottom: auto;
}

.pwa-install-prompt__copy {
  min-width: 0;
}

.pwa-install-prompt__copy strong,
.pwa-install-prompt__copy span {
  display: block;
}

.pwa-install-prompt__copy strong {
  color: #fde68a;
  font-size: 0.95rem;
  line-height: 1.2;
}

.pwa-install-prompt__copy span {
  margin-top: 0.18rem;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.75rem;
  line-height: 1.35;
}

.pwa-install-prompt__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.pwa-install-prompt__primary,
.pwa-install-prompt__secondary {
  min-height: 2.35rem;
  border-radius: 999px;
  padding: 0 0.8rem;
  font-size: 0.78rem;
  font-weight: 900;
  transition: transform 0.18s ease, background 0.18s ease;
}

.pwa-install-prompt__primary {
  border: 1px solid rgba(253, 230, 138, 0.44);
  background: #f59e0b;
  color: #111827;
}

.pwa-install-prompt__secondary {
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
}

.pwa-install-prompt__primary:active,
.pwa-install-prompt__secondary:active {
  transform: translateY(1px);
}

@media (max-width: 520px) {
  .pwa-install-prompt {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    border-radius: 1rem;
    padding: 0.7rem;
  }

  .pwa-install-prompt__actions {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: stretch;
  }

  .pwa-install-prompt__primary,
  .pwa-install-prompt__secondary {
    min-height: 2.4rem;
  }
}

.game-route-shell :is([class*='bg-white'], [class*='bg-slate-50'], [class*='bg-gray-50'], [class*='bg-zinc-50']) :is(input:not([type='checkbox']):not([type='radio']), textarea, select),
.game-route-shell :is(input:not([type='checkbox']):not([type='radio']), textarea, select):not([class*='bg-slate-9']):not([class*='bg-gray-9']):not([class*='bg-zinc-9']):not([class*='bg-black']):not([class*='text-white']) {
  color: #0f172a !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
  caret-color: #0f172a;
}

.game-route-shell .platform-comm-panel :is(input:not([type='checkbox']):not([type='radio']), textarea, select) {
  color: #f8fafc !important;
  background-color: rgba(15, 23, 42, 0.86) !important;
  caret-color: #f8fafc;
}

.game-route-shell :is([class*='bg-white'], [class*='bg-slate-50'], [class*='bg-gray-50'], [class*='bg-zinc-50']) :is(input, textarea, select)::-moz-placeholder, .game-route-shell :is(input, textarea, select):not([class*='bg-slate-9']):not([class*='bg-gray-9']):not([class*='bg-zinc-9']):not([class*='bg-black'])::-moz-placeholder {
  color: #64748b !important;
  opacity: 1;
}

.game-route-shell :is([class*='bg-white'], [class*='bg-slate-50'], [class*='bg-gray-50'], [class*='bg-zinc-50']) :is(input, textarea, select)::placeholder,
.game-route-shell :is(input, textarea, select):not([class*='bg-slate-9']):not([class*='bg-gray-9']):not([class*='bg-zinc-9']):not([class*='bg-black'])::placeholder {
  color: #64748b !important;
  opacity: 1;
}

.game-route-shell :is([class*='bg-white'], [class*='bg-slate-50'], [class*='bg-gray-50'], [class*='bg-zinc-50']) :is(input, textarea, select):focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
  outline: none;
}

.game-route-shell .platform-shell--dark :is(.text-gray-300, .text-gray-400, .text-slate-300, .text-slate-400) {
  color: #cbd5e1 !important;
}

.game-route-shell .platform-shell--dark :is(.text-gray-500, .text-slate-500) {
  color: #94a3b8 !important;
}

.game-route-shell .platform-shell--dark .platform-kicker,
.game-route-shell .platform-shell--dark .platform-chip {
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}

.game-route-shell .platform-shell--dark .platform-button--secondary,
.game-route-shell .platform-shell--dark .platform-button--ghost {
  background: rgba(15, 23, 42, 0.66);
  border-color: rgba(148, 163, 184, 0.2);
  color: #f8fafc;
}

.app-surface {
  background: var(--surface-bg);
  border: 1px solid var(--surface-border);
  box-shadow: var(--surface-shadow);
  backdrop-filter: blur(18px);
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* 提升浅色背景卡片可读性：仅对未显式设置 text-* 的容器生效 */
:is(
  .bg-red-50, .bg-red-100, .bg-red-200,
  .bg-blue-50, .bg-blue-100, .bg-blue-200,
  .bg-green-50, .bg-green-100, .bg-green-200,
  .bg-yellow-50, .bg-yellow-100, .bg-yellow-200,
  .bg-purple-50, .bg-purple-100, .bg-purple-200,
  .bg-pink-50, .bg-pink-100, .bg-pink-200,
  .bg-orange-50, .bg-orange-100, .bg-orange-200,
  .bg-amber-50, .bg-amber-100, .bg-amber-200,
  .bg-gray-100, .bg-gray-200, .bg-gray-300,
  .bg-slate-100, .bg-slate-200, .bg-slate-300
):not([class*='text-']) {
  color: #0f172a;
}

.game-page-shell {
  min-height: 100dvh;
  position: relative;
}

.platform-shell {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.platform-shell--dark,
.platform-shell--emerald,
.platform-shell--rose,
.platform-shell--violet,
.platform-shell--amber,
.platform-shell--blue {
  --app-text: #f4f7fb;
  --surface-bg: rgba(9, 13, 27, 0.72);
  --surface-border: rgba(148, 163, 184, 0.14);
  --surface-shadow: 0 22px 60px rgba(2, 6, 23, 0.52);
  --platform-muted: #9aa7c2;
  --platform-grid: rgba(148, 163, 184, 0.12);
  color: #f4f7fb;
  background:
    radial-gradient(980px 420px at 100% -10%, rgba(95, 124, 137, 0.22), transparent 54%),
    radial-gradient(1200px 560px at 0% 0%, rgba(111, 106, 134, 0.2), transparent 58%),
    radial-gradient(960px 500px at 0% 100%, rgba(95, 139, 120, 0.14), transparent 58%),
    #060816;
}

/* Lock dark-shell children to dark palette regardless of html[data-theme] */
.platform-shell--dark :where(.platform-panel),
.platform-shell--emerald :where(.platform-panel),
.platform-shell--rose :where(.platform-panel),
.platform-shell--violet :where(.platform-panel),
.platform-shell--amber :where(.platform-panel),
.platform-shell--blue :where(.platform-panel) {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)), rgba(9,13,27,0.72) !important;
  border-color: rgba(148,163,184,0.14) !important;
  color: #f4f7fb !important;
}
.platform-shell--dark .app-surface,
.platform-shell--emerald .app-surface,
.platform-shell--rose .app-surface,
.platform-shell--violet .app-surface,
.platform-shell--amber .app-surface,
.platform-shell--blue .app-surface {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)), rgba(9,13,27,0.72) !important;
  border-color: rgba(148,163,184,0.14) !important;
}
.platform-shell--dark .platform-button--secondary,
.platform-shell--emerald .platform-button--secondary,
.platform-shell--rose .platform-button--secondary,
.platform-shell--violet .platform-button--secondary,
.platform-shell--amber .platform-button--secondary,
.platform-shell--blue .platform-button--secondary,
.platform-shell--dark .platform-button--ghost,
.platform-shell--emerald .platform-button--ghost,
.platform-shell--rose .platform-button--ghost,
.platform-shell--violet .platform-button--ghost,
.platform-shell--amber .platform-button--ghost,
.platform-shell--blue .platform-button--ghost,
.platform-shell--dark .platform-kicker,
.platform-shell--emerald .platform-kicker,
.platform-shell--rose .platform-kicker,
.platform-shell--violet .platform-kicker,
.platform-shell--amber .platform-kicker,
.platform-shell--blue .platform-kicker,
.platform-shell--dark .platform-chip,
.platform-shell--emerald .platform-chip,
.platform-shell--rose .platform-chip,
.platform-shell--violet .platform-chip,
.platform-shell--amber .platform-chip,
.platform-shell--blue .platform-chip {
  background: rgba(15,23,42,0.5) !important;
  border-color: rgba(148,163,184,0.18) !important;
  color: #f4f7fb !important;
}
.platform-shell--dark .platform-hud,
.platform-shell--emerald .platform-hud,
.platform-shell--rose .platform-hud,
.platform-shell--violet .platform-hud,
.platform-shell--amber .platform-hud,
.platform-shell--blue .platform-hud {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)), rgba(8,12,22,0.78) !important;
  border-color: rgba(255,255,255,0.1) !important;
  color: #f8fafc !important;
}
.platform-shell--dark .platform-stat,
.platform-shell--emerald .platform-stat,
.platform-shell--rose .platform-stat,
.platform-shell--violet .platform-stat,
.platform-shell--amber .platform-stat,
.platform-shell--blue .platform-stat {
  background: rgba(15,23,42,0.68) !important;
  border-color: rgba(148,163,184,0.22) !important;
  color: #f8fafc !important;
}
.platform-shell--dark .platform-header-bar,
.platform-shell--emerald .platform-header-bar,
.platform-shell--rose .platform-header-bar,
.platform-shell--violet .platform-header-bar,
.platform-shell--amber .platform-header-bar,
.platform-shell--blue .platform-header-bar,
.platform-shell--dark .platform-comm-header,
.platform-shell--emerald .platform-comm-header,
.platform-shell--rose .platform-comm-header,
.platform-shell--violet .platform-comm-header,
.platform-shell--amber .platform-comm-header,
.platform-shell--blue .platform-comm-header {
  background: linear-gradient(180deg, rgba(15,23,42,0.78), rgba(15,23,42,0.42)) !important;
  border-bottom-color: rgba(148,163,184,0.16) !important;
  color: #f8fafc !important;
}
.platform-shell--dark .platform-comm-panel,
.platform-shell--emerald .platform-comm-panel,
.platform-shell--rose .platform-comm-panel,
.platform-shell--violet .platform-comm-panel,
.platform-shell--amber .platform-comm-panel,
.platform-shell--blue .platform-comm-panel {
  background: linear-gradient(180deg, rgba(15,23,42,0.97), rgba(3,7,18,0.94)) !important;
  border-color: rgba(148,163,184,0.24) !important;
  color: #f8fafc !important;
}
.platform-shell--dark .platform-comm-section,
.platform-shell--emerald .platform-comm-section,
.platform-shell--rose .platform-comm-section,
.platform-shell--violet .platform-comm-section,
.platform-shell--amber .platform-comm-section,
.platform-shell--blue .platform-comm-section {
  background: rgba(15,23,42,0.78) !important;
  border-color: rgba(148,163,184,0.24) !important;
  color: #f8fafc !important;
}
.platform-shell--dark .platform-game-card,
.platform-shell--emerald .platform-game-card,
.platform-shell--rose .platform-game-card,
.platform-shell--violet .platform-game-card,
.platform-shell--amber .platform-game-card,
.platform-shell--blue .platform-game-card,
.platform-shell--dark .platform-insight-card,
.platform-shell--emerald .platform-insight-card,
.platform-shell--rose .platform-insight-card,
.platform-shell--violet .platform-insight-card,
.platform-shell--amber .platform-insight-card,
.platform-shell--blue .platform-insight-card {
  border-color: rgba(148,163,184,0.16) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(9,13,27,0.64) !important;
  color: #f8fafc !important;
}
.platform-shell--dark .platform-insight-card__eyebrow,
.platform-shell--emerald .platform-insight-card__eyebrow,
.platform-shell--rose .platform-insight-card__eyebrow,
.platform-shell--violet .platform-insight-card__eyebrow,
.platform-shell--amber .platform-insight-card__eyebrow,
.platform-shell--blue .platform-insight-card__eyebrow {
  color: rgba(226,232,240,0.62) !important;
}
.platform-shell--dark .platform-insight-card__value,
.platform-shell--emerald .platform-insight-card__value,
.platform-shell--rose .platform-insight-card__value,
.platform-shell--violet .platform-insight-card__value,
.platform-shell--amber .platform-insight-card__value,
.platform-shell--blue .platform-insight-card__value,
.platform-shell--dark .platform-insight-card__title,
.platform-shell--emerald .platform-insight-card__title,
.platform-shell--rose .platform-insight-card__title,
.platform-shell--violet .platform-insight-card__title,
.platform-shell--amber .platform-insight-card__title,
.platform-shell--blue .platform-insight-card__title {
  color: #f8fafc !important;
}
.platform-shell--dark .platform-insight-card__meta,
.platform-shell--emerald .platform-insight-card__meta,
.platform-shell--rose .platform-insight-card__meta,
.platform-shell--violet .platform-insight-card__meta,
.platform-shell--amber .platform-insight-card__meta,
.platform-shell--blue .platform-insight-card__meta {
  color: rgba(226,232,240,0.7) !important;
}
.platform-shell--dark .platform-game-card__meta,
.platform-shell--emerald .platform-game-card__meta,
.platform-shell--rose .platform-game-card__meta,
.platform-shell--violet .platform-game-card__meta,
.platform-shell--amber .platform-game-card__meta,
.platform-shell--blue .platform-game-card__meta,
.platform-shell--dark .platform-game-card__copy,
.platform-shell--emerald .platform-game-card__copy,
.platform-shell--rose .platform-game-card__copy,
.platform-shell--violet .platform-game-card__copy,
.platform-shell--amber .platform-game-card__copy,
.platform-shell--blue .platform-game-card__copy {
  color: rgba(226,232,240,0.86) !important;
}
.platform-shell--dark .platform-filter-panel,
.platform-shell--emerald .platform-filter-panel,
.platform-shell--rose .platform-filter-panel,
.platform-shell--violet .platform-filter-panel,
.platform-shell--amber .platform-filter-panel,
.platform-shell--blue .platform-filter-panel,
.platform-shell--dark .platform-library-section,
.platform-shell--emerald .platform-library-section,
.platform-shell--rose .platform-library-section,
.platform-shell--violet .platform-library-section,
.platform-shell--amber .platform-library-section,
.platform-shell--blue .platform-library-section,
.platform-shell--dark .platform-join-panel,
.platform-shell--emerald .platform-join-panel,
.platform-shell--rose .platform-join-panel,
.platform-shell--violet .platform-join-panel,
.platform-shell--amber .platform-join-panel,
.platform-shell--blue .platform-join-panel {
  background: var(--surface-bg) !important;
  border-color: var(--surface-border) !important;
  color: #f8fafc !important;
}
.platform-shell--dark input:not([type="checkbox"]):not([type="radio"]),
.platform-shell--emerald input:not([type="checkbox"]):not([type="radio"]),
.platform-shell--rose input:not([type="checkbox"]):not([type="radio"]),
.platform-shell--violet input:not([type="checkbox"]):not([type="radio"]),
.platform-shell--amber input:not([type="checkbox"]):not([type="radio"]),
.platform-shell--blue input:not([type="checkbox"]):not([type="radio"]),
.platform-shell--dark select,
.platform-shell--emerald select,
.platform-shell--rose select,
.platform-shell--violet select,
.platform-shell--amber select,
.platform-shell--blue select {
  color: #f8fafc !important;
  background-color: rgba(3,7,18,0.62) !important;
  border-color: rgba(148,163,184,0.20) !important;
}
.platform-shell--dark input::-moz-placeholder, .platform-shell--emerald input::-moz-placeholder, .platform-shell--rose input::-moz-placeholder, .platform-shell--violet input::-moz-placeholder, .platform-shell--amber input::-moz-placeholder, .platform-shell--blue input::-moz-placeholder {
  color: rgba(148,163,184,0.7) !important;
}
.platform-shell--dark input::placeholder,
.platform-shell--emerald input::placeholder,
.platform-shell--rose input::placeholder,
.platform-shell--violet input::placeholder,
.platform-shell--amber input::placeholder,
.platform-shell--blue input::placeholder {
  color: rgba(148,163,184,0.7) !important;
}
/* Ensure dark shell text/muted helpers stay visible */
.platform-shell--dark :is(.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900, .text-zinc-300, .text-zinc-400, .text-zinc-500, .text-stone-300, .text-stone-400, .text-stone-500),
.platform-shell--emerald :is(.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900, .text-zinc-300, .text-zinc-400, .text-zinc-500, .text-stone-300, .text-stone-400, .text-stone-500),
.platform-shell--rose :is(.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900, .text-zinc-300, .text-zinc-400, .text-zinc-500, .text-stone-300, .text-stone-400, .text-stone-500),
.platform-shell--violet :is(.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900, .text-zinc-300, .text-zinc-400, .text-zinc-500, .text-stone-300, .text-stone-400, .text-stone-500),
.platform-shell--amber :is(.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900, .text-zinc-300, .text-zinc-400, .text-zinc-500, .text-stone-300, .text-stone-400, .text-stone-500),
.platform-shell--blue :is(.text-gray-300, .text-gray-400, .text-gray-500, .text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600, .text-slate-700, .text-slate-800, .text-slate-900, .text-zinc-300, .text-zinc-400, .text-zinc-500, .text-stone-300, .text-stone-400, .text-stone-500) {
  color: #cbd5e1 !important;
}

.platform-shell::before,
.platform-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.platform-shell::before {
  background-image:
    linear-gradient(to right, transparent 0, transparent calc(100% - 1px), var(--platform-grid) calc(100% - 1px)),
    linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), var(--platform-grid) calc(100% - 1px));
  background-size: 36px 36px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 82%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 82%);
  opacity: 0.5;
}

.platform-shell::after {
  background:
    radial-gradient(520px 320px at 18% 14%, rgba(111, 106, 134, 0.18), transparent 70%),
    radial-gradient(460px 280px at 86% 10%, rgba(95, 124, 137, 0.14), transparent 72%),
    radial-gradient(520px 300px at 62% 100%, rgba(95, 139, 120, 0.1), transparent 72%);
  opacity: 0.82;
}

.platform-shell--violet::after {
  background:
    radial-gradient(540px 320px at 16% 12%, rgba(111, 106, 134, 0.22), transparent 70%),
    radial-gradient(500px 290px at 84% 12%, rgba(95, 124, 137, 0.16), transparent 72%),
    radial-gradient(520px 300px at 50% 100%, rgba(143, 105, 112, 0.1), transparent 72%);
}

.platform-shell--rose::after {
  background:
    radial-gradient(520px 300px at 16% 12%, rgba(143, 105, 112, 0.22), transparent 70%),
    radial-gradient(480px 280px at 84% 10%, rgba(111, 106, 134, 0.14), transparent 72%),
    radial-gradient(560px 300px at 50% 100%, rgba(95, 124, 137, 0.1), transparent 72%);
}

.platform-shell--emerald::after {
  background:
    radial-gradient(520px 320px at 16% 12%, rgba(95, 139, 120, 0.22), transparent 70%),
    radial-gradient(500px 280px at 84% 10%, rgba(95, 124, 137, 0.14), transparent 72%),
    radial-gradient(580px 320px at 50% 100%, rgba(138, 107, 80, 0.1), transparent 72%);
}

.platform-page {
  position: relative;
  z-index: 1;
}

.platform-landing-hero {
  position: relative;
  min-height: clamp(520px, 70svh, 680px);
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #060816;
  box-shadow: 0 28px 72px rgba(2, 6, 23, 0.34);
  isolation: isolate;
}

.platform-online-hero {
  min-height: clamp(500px, 64svh, 620px);
}

.platform-landing-hero__image,
.platform-landing-hero__shade {
  position: absolute;
  inset: 0;
}

.platform-landing-hero__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.platform-landing-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0.86) 37%, rgba(3, 7, 18, 0.52) 70%, rgba(3, 7, 18, 0.44) 100%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.86) 0%, rgba(3, 7, 18, 0.12) 52%, rgba(3, 7, 18, 0.42) 100%);
}

.platform-landing-hero__content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  color: #f8fafc;
}

.platform-landing-hero .platform-copy,
.platform-landing-hero .platform-kicker {
  color: rgba(226, 232, 240, 0.78);
}

.platform-landing-hero .platform-kicker,
.platform-landing-hero .platform-button--secondary,
.platform-landing-hero .platform-chip {
  background: rgba(15, 23, 42, 0.52);
  border-color: rgba(226, 232, 240, 0.18);
}

.platform-landing-hero .platform-brand-mark {
  background: rgba(15, 23, 42, 0.62);
  border-color: rgba(226, 232, 240, 0.18);
}

.platform-landing-hero .platform-insight-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(3, 7, 18, 0.62);
  border-color: rgba(226, 232, 240, 0.16);
  backdrop-filter: blur(18px);
}

.platform-hero-game-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 780px;
}

.platform-hero-game-strip::-webkit-scrollbar {
  display: none;
}

.platform-hero-game-strip--compact {
  max-width: 680px;
}

.platform-hero-game-tile {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  min-height: 4.15rem;
  padding: 0.72rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(15, 23, 42, 0.56);
  color: #f8fafc;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.platform-hero-game-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 231, 183, 0.34);
  background-color: rgba(15, 23, 42, 0.7);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.3);
}

.platform-hero-game-tile__icon {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  border-radius: 0.85rem;
  background: rgba(248, 250, 252, 0.94);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.22);
}

.platform-hero-game-tile__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.76rem;
}

.platform-hero-game-tile__body {
  min-width: 0;
}

.platform-hero-game-tile__label,
.platform-hero-game-tile__meta {
  display: block;
}

.platform-hero-game-tile__label {
  overflow: hidden;
  color: #f8fafc;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-hero-game-tile__meta {
  margin-top: 0.2rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.guide-shell {
  color: #f8fafc;
}

.guide-hero {
  position: relative;
  min-height: clamp(560px, calc(100svh - 3.25rem), 760px);
  overflow: hidden;
  background: #060816;
  isolation: isolate;
}

.guide-hero__image,
.guide-hero__shade {
  position: absolute;
  inset: 0;
}

.guide-hero__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(1.05) contrast(1.04);
}

.guide-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(3, 7, 18, 0.9) 36%, rgba(3, 7, 18, 0.56) 72%, rgba(3, 7, 18, 0.38) 100%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.92) 0%, rgba(3, 7, 18, 0.18) 54%, rgba(3, 7, 18, 0.5) 100%);
}

.guide-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(2rem, 6vw, 4.4rem);
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 3rem);
}

.guide-hero__main {
  max-width: 730px;
  animation: guideRise 520ms ease-out both;
}

.guide-hero__identity {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

.guide-hero__identity .platform-brand-mark {
  flex: 0 0 auto;
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(226, 232, 240, 0.18);
}

.guide-hero__brand {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.9rem;
  font-weight: 900;
}

.guide-hero__title {
  max-width: 11ch;
  margin-top: 0.2rem;
  color: #fff;
  font-size: clamp(3.1rem, 8vw, 6.7rem);
  text-shadow: 0 18px 48px rgba(2, 6, 23, 0.58);
}

.guide-hero__copy {
  max-width: 38rem;
  margin-top: 1.15rem;
  color: rgba(226, 232, 240, 0.84);
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 650;
  line-height: 1.75;
  text-shadow: 0 8px 26px rgba(2, 6, 23, 0.48);
}

.guide-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.guide-hero__signals {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  animation: guideRise 640ms 90ms ease-out both;
}

.guide-hero__signals div {
  min-height: 5rem;
  border-top: 1px solid rgba(226, 232, 240, 0.24);
  padding-top: 0.85rem;
  text-shadow: 0 8px 22px rgba(2, 6, 23, 0.4);
}

.guide-hero__signals strong,
.guide-hero__signals span {
  display: block;
}

.guide-hero__signals strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.guide-hero__signals span {
  margin-top: 0.35rem;
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
}

.guide-main {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 4vw, 1.5rem) clamp(2rem, 5vw, 4rem);
}

.guide-section-heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.65rem;
}

.guide-section-heading h2 {
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
}

.guide-section-heading--wide {
  max-width: 680px;
}

.guide-section-heading--wide .platform-copy {
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.7;
}

.guide-games-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: end;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  padding: clamp(1rem, 3vw, 1.6rem) 0 clamp(1.2rem, 3vw, 1.8rem);
}

.guide-game-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.guide-game-link {
  position: relative;
  min-width: 0;
  min-height: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(15, 23, 42, 0.56);
  padding: 0.8rem;
  color: #f8fafc;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.guide-game-link:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 231, 183, 0.32);
  background-color: rgba(15, 23, 42, 0.72);
}

.guide-game-link img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.86rem;
  background: rgba(248, 250, 252, 0.94);
  -o-object-fit: contain;
     object-fit: contain;
}

.guide-game-link strong,
.guide-game-link small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-game-link strong {
  margin-top: 0.72rem;
  color: #f8fafc;
  font-size: 0.98rem;
  font-weight: 900;
}

.guide-game-link small {
  margin-top: 0.24rem;
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.76rem;
  font-weight: 750;
}

.guide-game-link em {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(3, 7, 18, 0.48);
  padding: 0.24rem 0.48rem;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.guide-flow-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 2.4rem);
  padding: clamp(2rem, 6vw, 4rem) 0;
}

.guide-flow-list {
  position: relative;
  display: grid;
  gap: 0.75rem;
}

.guide-flow-list::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 1.35rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(110, 231, 183, 0.68), rgba(226, 232, 240, 0.12));
}

.guide-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border-radius: 1.15rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(15, 23, 42, 0.5);
  padding: 0.85rem;
  color: #f8fafc;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.guide-flow-step:hover {
  transform: translateX(4px);
  border-color: rgba(110, 231, 183, 0.28);
  background: rgba(15, 23, 42, 0.72);
}

.guide-flow-step__index {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(110, 231, 183, 0.3);
  background: rgba(6, 95, 70, 0.72);
  color: #d1fae5;
  font-weight: 950;
}

.guide-flow-step__body {
  min-width: 0;
}

.guide-flow-step__body small,
.guide-flow-step__body strong,
.guide-flow-step__body span {
  display: block;
}

.guide-flow-step__body small {
  color: rgba(110, 231, 183, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
}

.guide-flow-step__body strong {
  margin-top: 0.2rem;
  color: #f8fafc;
  font-size: 1.2rem;
  font-weight: 950;
}

.guide-flow-step__body span {
  margin-top: 0.3rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

.guide-flow-step em {
  align-self: stretch;
  display: inline-flex;
  min-width: 7.2rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(226, 232, 240, 0.1);
  padding-left: 1rem;
  color: rgba(226, 232, 240, 0.86);
  font-style: normal;
  font-size: 0.84rem;
  font-weight: 900;
}

.guide-detail-section {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  overflow: hidden;
  border-radius: 1.65rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: #060816;
}

.guide-detail-media {
  position: absolute;
  inset: 0;
}

.guide-detail-media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 58%;
     object-position: center 58%;
  opacity: 0.72;
}

.guide-detail-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.2), rgba(3, 7, 18, 0.72) 48%, rgba(3, 7, 18, 0.94)),
    linear-gradient(0deg, rgba(3, 7, 18, 0.88), rgba(3, 7, 18, 0.08) 56%, rgba(3, 7, 18, 0.4));
}

.guide-detail-copy {
  position: relative;
  z-index: 1;
  grid-column: 2;
  align-self: end;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.guide-detail-copy h2 {
  margin-top: 0.85rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.guide-detail-copy p {
  margin-top: 1rem;
  color: rgba(226, 232, 240, 0.84);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.75;
}

.guide-troubleshooting {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

.guide-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.guide-help-item {
  min-height: 12rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(15, 23, 42, 0.44);
  padding: 1rem;
}

.guide-help-item strong {
  display: block;
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 950;
}

.guide-help-item p {
  margin-top: 0.7rem;
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.65;
}

@keyframes guideRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.game-lobby-cover,
.game-lobby-action-panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 28px 72px rgba(2, 6, 23, 0.34);
}

.game-lobby-cover {
  min-height: min(720px, calc(100svh - 4rem));
  background: #060816;
  isolation: isolate;
}

.game-lobby-cover__image,
.game-lobby-cover__shade {
  position: absolute;
  inset: 0;
}

.game-lobby-cover__image {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(1.04) contrast(1.04);
}

.game-lobby-cover__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0.88) 46%, rgba(3, 7, 18, 0.5) 100%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.92) 0%, rgba(3, 7, 18, 0.18) 54%, rgba(3, 7, 18, 0.44) 100%);
}

.game-lobby-cover__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.2rem, 4vw, 3rem);
  color: #f8fafc;
}

.game-lobby-cover__mark {
  background: rgba(15, 23, 42, 0.66);
}

.game-lobby-stat {
  min-height: 5.2rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(15, 23, 42, 0.58);
  padding: 0.9rem 1rem;
  backdrop-filter: blur(18px);
}

.game-lobby-stat span,
.game-lobby-preview__top,
.game-lobby-join-box label {
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-lobby-stat strong {
  display: block;
  margin-top: 0.45rem;
  color: #f8fafc;
  font-size: 1.25rem;
  line-height: 1.15;
}

.game-lobby-preview {
  position: relative;
  min-height: 270px;
  margin-top: 1.2rem;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(3, 7, 18, 0.58);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}

.game-lobby-preview__glow {
  position: absolute;
  inset: -30%;
  opacity: 0.72;
  filter: blur(40px);
}

.game-lobby-preview__top,
.game-lobby-preview__logo,
.game-lobby-preview__cards,
.game-lobby-preview__board {
  position: relative;
  z-index: 1;
}

.game-lobby-preview__top,
.game-lobby-preview__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.game-lobby-preview__cards {
  height: 168px;
  margin-top: 0.5rem;
}

.game-lobby-preview__cards span {
  position: absolute;
  left: 50%;
  top: 1.25rem;
  display: flex;
  width: 5.4rem;
  height: 7.4rem;
  transform: translateX(calc(-50% + var(--card-offset, 0rem))) rotate(var(--card-rotation, 0deg));
  transform-origin: bottom center;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(145deg, rgba(248, 250, 252, 0.98), rgba(226, 232, 240, 0.9));
  color: #0f172a;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.34);
}

.game-lobby-preview__board {
  display: grid;
  width: min(100%, 18rem);
  margin: 1.05rem auto 0;
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.22);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  aspect-ratio: 1;
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.34);
}

.game-lobby-preview__board span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 232, 240, 0.1);
  background: rgba(15, 23, 42, 0.5);
  color: #f8fafc;
  font-weight: 900;
}

.game-lobby-preview__board span:nth-child(odd) {
  background: rgba(248, 250, 252, 0.16);
}

.game-lobby-preview__board .is-active {
  background: rgba(248, 250, 252, 0.94);
  color: #0f172a;
}

.game-lobby-preview__board--go {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.35) 1px, transparent 1px);
  background-color: rgba(217, 180, 116, 0.72);
  background-size: 25% 25%;
}

.game-lobby-preview__logo {
  margin-top: 0.85rem;
  border-top: 1px solid rgba(226, 232, 240, 0.12);
  padding-top: 0.85rem;
}

.game-lobby-preview__logo img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: rgba(248, 250, 252, 0.94);
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.1rem;
}

.game-lobby-preview__logo strong {
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-lobby-action-panel {
  align-self: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(9, 13, 27, 0.78);
  padding: clamp(1.1rem, 3vw, 1.6rem);
  backdrop-filter: blur(24px);
}

.game-lobby-primary-action,
.game-lobby-secondary-action,
.game-lobby-room-input {
  width: 100%;
  border-radius: 1.1rem;
}

.game-lobby-primary-action {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 6rem;
  border: 1px solid rgba(110, 231, 183, 0.22);
  background: linear-gradient(135deg, rgba(73, 108, 91, 0.95), rgba(86, 108, 118, 0.82));
  padding: 1rem;
  text-align: left;
  color: #f8fafc;
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.game-lobby-primary-action:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 231, 183, 0.42);
  box-shadow: 0 24px 46px rgba(2, 6, 23, 0.36);
}

.game-lobby-primary-action__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.16);
  font-size: 1.8rem;
  font-weight: 900;
}

.game-lobby-primary-action strong,
.game-lobby-primary-action small {
  display: block;
}

.game-lobby-primary-action strong {
  font-size: 1.18rem;
  line-height: 1.2;
}

.game-lobby-primary-action small {
  margin-top: 0.25rem;
  color: rgba(226, 232, 240, 0.76);
  font-weight: 700;
}

.game-lobby-join-box {
  border-radius: 1.2rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(3, 7, 18, 0.36);
  padding: 1rem;
}

.game-lobby-room-input {
  min-height: 3rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(3, 7, 18, 0.7);
  padding: 0.8rem 1rem;
  color: #f8fafc;
  font-weight: 800;
  text-transform: uppercase;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.game-lobby-room-input::-moz-placeholder {
  color: rgba(148, 163, 184, 0.76);
}

.game-lobby-room-input::placeholder {
  color: rgba(148, 163, 184, 0.76);
}

.game-lobby-room-input:focus {
  border-color: rgba(110, 231, 183, 0.58);
  box-shadow: 0 0 0 3px rgba(110, 231, 183, 0.1);
}

.game-lobby-secondary-action {
  display: flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(15, 23, 42, 0.58);
  padding: 0.85rem 1rem;
  color: #f8fafc;
  font-weight: 900;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.game-lobby-secondary-action:hover {
  border-color: rgba(226, 232, 240, 0.26);
  background: rgba(30, 41, 59, 0.72);
}

.game-lobby-secondary-action--muted {
  color: rgba(226, 232, 240, 0.76);
}

.game-setup-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background:
    radial-gradient(760px 420px at 18% 10%, rgba(95, 139, 120, 0.2), transparent 68%),
    rgba(2, 6, 23, 0.84);
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  color: #f8fafc;
  backdrop-filter: blur(18px);
}

.game-setup-dialog {
  width: min(100%, 31rem);
  max-height: min(92svh, 760px);
  overflow: auto;
  border-radius: 1.6rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 13, 27, 0.96);
  box-shadow: 0 34px 90px rgba(2, 6, 23, 0.56);
}

.game-setup-hero {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
}

.game-setup-hero__image,
.game-setup-hero__shade {
  position: absolute;
  inset: 0;
}

.game-setup-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(1.05) contrast(1.04);
}

.game-setup-hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0.82) 56%, rgba(3, 7, 18, 0.52) 100%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.92) 0%, rgba(3, 7, 18, 0.18) 64%, rgba(3, 7, 18, 0.48) 100%);
}

.game-setup-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
}

.game-setup-hero h2 {
  margin: 0.75rem 0 0;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 6vw, 2.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.game-setup-profile-strip {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(15, 23, 42, 0.58);
  padding: 0.7rem 0.8rem;
  backdrop-filter: blur(18px);
}

.game-setup-avatar {
  flex: 0 0 auto;
  border-color: rgba(226, 232, 240, 0.28);
}

.game-setup-profile-strip strong,
.game-setup-profile-strip span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-setup-profile-strip strong {
  color: #f8fafc;
  font-weight: 900;
}

.game-setup-profile-strip span {
  margin-top: 0.1rem;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.game-setup-body {
  padding: 1.15rem;
}

.game-setup-label {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-setup-input {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 1rem;
  background: rgba(3, 7, 18, 0.62);
  padding: 0.85rem 1rem;
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 850;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.game-setup-input::-moz-placeholder {
  color: rgba(148, 163, 184, 0.78);
}

.game-setup-input::placeholder {
  color: rgba(148, 163, 184, 0.78);
}

.game-setup-input:focus {
  border-color: rgba(110, 231, 183, 0.58);
  background: rgba(3, 7, 18, 0.74);
  box-shadow: 0 0 0 3px rgba(110, 231, 183, 0.1);
}

.game-setup-note {
  margin-top: 0.5rem;
  color: rgba(203, 213, 225, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.game-setup-note--warm {
  color: #facc15;
}

.game-setup-privacy {
  display: flex;
  width: 100%;
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1.1rem;
  padding: 0.85rem 1rem;
  text-align: left;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.game-setup-privacy.is-public {
  border: 1px solid rgba(110, 231, 183, 0.28);
  background: rgba(16, 185, 129, 0.12);
  color: #d1fae5;
}

.game-setup-privacy.is-private {
  border: 1px solid rgba(251, 191, 36, 0.34);
  background: rgba(245, 158, 11, 0.14);
  color: #fde68a;
}

.game-setup-privacy strong,
.game-setup-privacy small {
  display: block;
}

.game-setup-privacy strong {
  font-size: 0.98rem;
  font-weight: 900;
}

.game-setup-privacy small {
  margin-top: 0.16rem;
  color: rgba(226, 232, 240, 0.72);
  font-weight: 700;
}

.game-setup-toggle {
  display: flex;
  width: 3.1rem;
  height: 1.72rem;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  background: rgba(3, 7, 18, 0.44);
  padding: 0.16rem;
}

.game-setup-toggle span {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.3);
  transition: transform 160ms ease;
}

.game-setup-privacy.is-private .game-setup-toggle span {
  transform: translateX(1.36rem);
}

.game-setup-error {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(248, 113, 113, 0.44);
  background: rgba(127, 29, 29, 0.38);
  padding: 0.8rem 0.95rem;
  color: #fecaca;
  font-size: 0.88rem;
  font-weight: 700;
}

.game-setup-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.game-setup-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.game-setup-button--ghost {
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(15, 23, 42, 0.66);
  color: rgba(226, 232, 240, 0.86);
}

.game-setup-button--ghost:hover {
  border-color: rgba(226, 232, 240, 0.26);
  background: rgba(30, 41, 59, 0.78);
}

.game-setup-button--primary {
  border: 1px solid rgba(110, 231, 183, 0.24);
  background: linear-gradient(135deg, rgba(73, 108, 91, 0.98), rgba(86, 108, 118, 0.9));
  color: #f8fafc;
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.28);
}

.game-setup-button--primary:hover {
  transform: translateY(-1px);
  border-color: rgba(110, 231, 183, 0.42);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.36);
}

.game-setup-button--primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}

.platform-header-bar {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.42));
  border-bottom: 1px solid var(--surface-border);
  backdrop-filter: blur(20px);
}
.platform-shell--dark .platform-header-bar,
.game-route-shell .platform-shell .platform-header-bar {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.42));
}

.platform-panel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--surface-bg);
  border: 1px solid var(--surface-border);
  box-shadow: var(--surface-shadow);
  backdrop-filter: blur(24px);
}
.platform-shell--dark .platform-panel,
.game-route-shell .platform-shell .platform-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 13, 27, 0.72);
}

.platform-panel::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 35%, transparent 65%, rgba(255, 255, 255, 0.04));
}

.platform-panel > * {
  position: relative;
  z-index: 1;
}

.platform-filter-panel,
.platform-room-panel,
.platform-library-section,
.platform-join-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.platform-filter-panel::after,
.platform-room-panel::after,
.platform-library-section::after,
.platform-join-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.88), rgba(3, 7, 18, 0.58) 56%, rgba(3, 7, 18, 0.2)),
    url(/static/media/suk-games-library-scene.545e7389.jpg) center / cover no-repeat;
  opacity: 0.22;
}

.platform-filter-panel > *,
.platform-room-panel > *,
.platform-library-section > *,
.platform-join-panel > * {
  position: relative;
  z-index: 1;
}

.platform-filter-panel__count {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(15, 23, 42, 0.58);
  padding: 0 0.9rem;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
}

.platform-panel--accent-violet {
  box-shadow: 0 20px 60px rgba(58, 52, 78, 0.18), var(--surface-shadow);
}

.platform-panel--accent-rose {
  box-shadow: 0 20px 60px rgba(92, 60, 66, 0.16), var(--surface-shadow);
}

.platform-panel--accent-emerald {
  box-shadow: 0 20px 60px rgba(45, 78, 65, 0.16), var(--surface-shadow);
}

.platform-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--platform-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-title {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.platform-copy {
  color: var(--platform-muted);
  overflow-wrap: anywhere;
}

.platform-brand-mark {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  padding: 0.22rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.platform-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.82rem;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  font-size: 0.78rem;
  font-weight: 600;
}

.platform-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  padding: 0.9rem 1.15rem;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.platform-button:hover {
  transform: translateY(-1px);
}

.platform-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.platform-button--primary {
  background: linear-gradient(135deg, rgba(83, 84, 109, 0.94), rgba(86, 108, 118, 0.88));
  box-shadow: 0 16px 36px rgba(39, 45, 60, 0.24);
  color: white;
}

.platform-button--accent-rose {
  background: linear-gradient(135deg, rgba(122, 84, 90, 0.94), rgba(105, 79, 88, 0.9));
  box-shadow: 0 16px 36px rgba(67, 48, 55, 0.2);
  color: white;
}

.platform-button--accent-emerald {
  background: linear-gradient(135deg, rgba(73, 108, 91, 0.94), rgba(86, 108, 118, 0.84));
  box-shadow: 0 16px 36px rgba(40, 62, 53, 0.2);
  color: white;
}

.platform-button--secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}

.platform-button--ghost {
  background: rgba(15, 23, 42, 0.34);
  border-color: rgba(148, 163, 184, 0.18);
  color: inherit;
}
.platform-stat {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.36);
}
.game-route-shell .platform-stat,
.game-route-shell .platform-shell--dark .platform-stat {
  background: rgba(15, 23, 42, 0.68) !important;
  border-color: rgba(148, 163, 184, 0.22) !important;
  color: #f8fafc !important;
}

.platform-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 760px;
}

.platform-insight-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 124px;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(9, 13, 27, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.platform-insight-card--link:hover {
  transform: translateY(-1px);
  border-color: rgba(250, 204, 21, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(2, 6, 23, 0.18);
}

.platform-insight-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.62);
}

.platform-insight-card__value {
  margin-top: 0.65rem;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #f8fafc;
}

.platform-insight-card__title {
  margin-top: 0.7rem;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  color: #f8fafc;
}

.platform-insight-card__meta {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.7);
}
.avatar-source-selector__group {
  display: flex;
  gap: 0.6rem;
  padding: 0.6rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(15, 23, 42, 0.26);
}

.avatar-source-selector__option {
  flex: 1;
  border: 0;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.avatar-source-selector__option:hover {
  transform: translateY(-1px);
}

.avatar-source-selector__option--active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.96), rgba(59, 130, 246, 0.88));
  color: #fff;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.28);
}

.avatar-source-selector__option--idle {
  background: rgba(100, 116, 139, 0.18);
  color: rgba(226, 232, 240, 0.82);
}

.avatar-source-selector__option--idle:hover {
  background: rgba(100, 116, 139, 0.26);
}
.platform-game-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(7, 11, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.26);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.platform-game-card--with-art {
  min-height: 100%;
}

.platform-game-card:hover {
  transform: translateY(-3px);
  border-color: rgba(226, 232, 240, 0.18);
  box-shadow: 0 24px 54px rgba(2, 6, 23, 0.32);
}
.platform-game-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, transparent 68%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.platform-game-card__overlay {
  opacity: 0.42;
  z-index: 0;
  pointer-events: none;
}

.platform-game-card__art,
.platform-game-card__body {
  position: relative;
  z-index: 2;
}

.platform-game-card__art {
  min-height: 8.6rem;
  margin: -0.45rem -0.45rem 1rem;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(226, 232, 240, 0.13);
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0.04), rgba(3, 7, 18, 0.7)),
    var(--game-card-art-image) var(--game-card-art-position, center) / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.platform-game-card__art::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 180px at 80% 20%, rgba(110, 231, 183, 0.18), transparent 62%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.78) 0%, rgba(3, 7, 18, 0.2) 60%, rgba(3, 7, 18, 0.16) 100%);
}

.platform-game-card__art-badge,
.platform-game-card__art-orb {
  position: absolute;
  z-index: 1;
}

.platform-game-card__art-badge {
  left: 0.75rem;
  top: 0.75rem;
  max-width: calc(100% - 5.5rem);
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  background: rgba(15, 23, 42, 0.66);
  color: #e2e8f0;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 0.35rem 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(14px);
}

.platform-game-card__art-orb {
  right: 0.75rem;
  bottom: 0.72rem;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 0.9rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(15, 23, 42, 0.62);
  font-size: 1.25rem;
  box-shadow: 0 14px 26px rgba(2, 6, 23, 0.32);
  backdrop-filter: blur(14px);
}

.platform-game-card__logo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.platform-game-card__logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.8rem;
}

.platform-game-card__title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
  color: inherit;
}

.platform-game-card__meta {
  color: rgba(226, 232, 240, 0.86);
}
.game-route-shell .platform-shell--dark .platform-game-card__meta,
.platform-game-card__copy {
  color: rgba(226, 232, 240, 0.9);
}
.platform-room-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.56)),
    rgba(3, 7, 18, 0.44);
  padding: 0.85rem 1rem;
  color: #f8fafc;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.platform-room-row::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.24rem;
  background: linear-gradient(180deg, #6ee7b7, #f59e0b);
  opacity: 0.86;
}

.platform-room-row:hover {
  transform: translateY(-1px);
  border-color: rgba(110, 231, 183, 0.28);
  background-color: rgba(15, 23, 42, 0.72);
}

.platform-room-row > * {
  position: relative;
  z-index: 1;
}

.platform-room-row > .flex {
  width: 100%;
}

.room-lobby-shell {
  --room-accent: #c4b5fd;
  --room-accent-soft: rgba(167, 139, 250, 0.2);
}

.room-lobby-header {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.room-lobby-header__main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.room-lobby-back-button {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(15, 23, 42, 0.5);
  padding: 0 0.9rem;
  color: rgba(226, 232, 240, 0.9);
  font-weight: 800;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.room-lobby-back-button:hover {
  border-color: rgba(226, 232, 240, 0.28);
  background: rgba(15, 23, 42, 0.74);
  color: #fff;
}

.room-lobby-header__eyebrow {
  color: var(--platform-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.room-lobby-header__title {
  max-width: min(56vw, 36rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

.room-lobby-header__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #f8fafc;
  font-size: 0.82rem;
  font-weight: 800;
}

.room-lobby-header__status span {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(15, 23, 42, 0.5);
  padding: 0 0.8rem;
}

.room-lobby-page {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 2.2vw, 1.75rem);
}

.room-lobby-grid {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: stretch;
}

.room-lobby-hero,
.room-lobby-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  box-shadow: var(--surface-shadow);
}

.room-lobby-hero {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(5, 8, 18, 0.78);
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.room-lobby-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.room-lobby-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 48% 55%;
     object-position: 48% 55%;
  opacity: 0.74;
  transform: scale(1.02);
}

.room-lobby-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0.58), rgba(3, 7, 18, 0.22) 34%, rgba(3, 7, 18, 0.88)),
    linear-gradient(90deg, rgba(3, 7, 18, 0.76), rgba(3, 7, 18, 0.18) 50%, rgba(3, 7, 18, 0.5));
}

.room-lobby-hero__top,
.room-lobby-hero__copy,
.room-lobby-seat-panel {
  position: relative;
  z-index: 1;
}

.room-lobby-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.room-lobby-live-chip {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  gap: 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(15, 23, 42, 0.58);
  padding: 0 0.82rem;
  color: #f8fafc;
  font-size: 0.82rem;
  font-weight: 900;
}

.room-lobby-live-chip span {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: #fbbf24;
  box-shadow: 0 0 0 0.25rem rgba(251, 191, 36, 0.16);
}

.room-lobby-live-chip span.is-ready {
  background: #6ee7b7;
  box-shadow: 0 0 0 0.25rem rgba(110, 231, 183, 0.16);
}

.room-lobby-hero__copy {
  max-width: 620px;
  padding: clamp(3.4rem, 9vw, 7rem) 0 clamp(2rem, 4vw, 3rem);
}

.room-lobby-hero__copy h2 {
  max-width: 10ch;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow: 0 18px 42px rgba(2, 6, 23, 0.64);
}

.room-lobby-hero__copy p {
  max-width: 34rem;
  margin-top: 1rem;
  color: rgba(241, 245, 249, 0.86);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.75;
  text-shadow: 0 8px 22px rgba(2, 6, 23, 0.52);
}

.room-lobby-seat-panel {
  border-radius: 1.35rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(3, 7, 18, 0.68);
  padding: 1rem;
  backdrop-filter: blur(20px);
}

.room-lobby-seat-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.room-lobby-seat-panel__head p,
.room-lobby-code-card p,
.room-lobby-field span,
.room-lobby-roster__head span {
  color: rgba(203, 213, 225, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.room-lobby-seat-panel__head strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
}

.room-lobby-seat-panel__head > span {
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(110, 231, 183, 0.2);
  background: rgba(110, 231, 183, 0.12);
  padding: 0.38rem 0.7rem;
  color: #d1fae5;
  font-size: 0.78rem;
  font-weight: 900;
}

.room-lobby-seat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.room-lobby-seat {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(15, 23, 42, 0.58);
  padding: 0.68rem;
}

.room-lobby-seat.is-empty {
  border-style: dashed;
  background: rgba(15, 23, 42, 0.34);
}

.room-lobby-seat__empty {
  display: inline-flex;
  width: 42px;
  height: 42px;
  min-width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px dashed rgba(226, 232, 240, 0.3);
  color: rgba(226, 232, 240, 0.76);
  font-size: 1.35rem;
  font-weight: 500;
}

.room-lobby-seat strong,
.room-lobby-player-row strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.room-lobby-seat span,
.room-lobby-player-row span {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
}

.room-lobby-card {
  align-self: stretch;
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.room-lobby-code-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border-radius: 1.35rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background:
    radial-gradient(circle at 20% 0%, var(--room-accent-soft), transparent 42%),
    rgba(15, 23, 42, 0.56);
  padding: 1rem;
}

.room-lobby-code-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}

.room-lobby-icon-button {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  font-size: 1.2rem;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.room-lobby-icon-button:hover {
  transform: translateY(-1px);
  border-color: rgba(226, 232, 240, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.room-lobby-field {
  display: block;
  margin-top: 1rem;
}

.room-lobby-input {
  width: 100%;
  min-width: 0;
  margin-top: 0.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  background: rgba(3, 7, 18, 0.56);
  padding: 0.85rem 0.9rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  outline: none;
}

.room-lobby-input::-moz-placeholder {
  color: rgba(148, 163, 184, 0.8);
}

.room-lobby-input::placeholder {
  color: rgba(148, 163, 184, 0.8);
}

.room-lobby-input:focus {
  border-color: var(--room-accent);
  box-shadow: 0 0 0 0.2rem var(--room-accent-soft);
}

.room-lobby-share-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.75rem;
}

.room-lobby-share-grid .platform-button {
  min-height: 3rem;
  padding: 0.72rem 0.55rem;
  font-size: 0.84rem;
  white-space: nowrap;
}

.room-lobby-feedback,
.room-lobby-presence {
  margin-top: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(110, 231, 183, 0.2);
  background: rgba(110, 231, 183, 0.1);
  padding: 0.7rem 0.85rem;
  color: #d1fae5;
  font-size: 0.82rem;
  font-weight: 800;
}

.room-lobby-presence {
  border-color: rgba(251, 191, 36, 0.26);
  background: rgba(251, 191, 36, 0.1);
  color: #fde68a;
}

.room-lobby-roster {
  margin-top: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  background: rgba(3, 7, 18, 0.34);
  padding: 0.85rem;
}

.room-lobby-roster__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.room-lobby-roster__head strong {
  color: #f8fafc;
  font-size: 0.95rem;
  font-weight: 900;
}

.room-lobby-roster__list {
  display: grid;
  max-height: 15rem;
  gap: 0.55rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.room-lobby-roster__list > p {
  color: rgba(203, 213, 225, 0.74);
  font-size: 0.9rem;
  text-align: center;
}

.room-lobby-player-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(226, 232, 240, 0.08);
  background: rgba(15, 23, 42, 0.48);
  padding: 0.62rem;
}

.room-lobby-player-row.is-offline {
  opacity: 0.62;
}

.room-lobby-player-row__main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.room-lobby-player-row__status {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(110, 231, 183, 0.12);
  padding: 0.25rem 0.55rem;
  color: #d1fae5 !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
}

.room-lobby-player-row__status.is-offline {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca !important;
}

.room-lobby-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
  margin-top: 1rem;
}

.room-lobby-start {
  min-height: 3.65rem;
  font-size: 1.02rem;
}

.room-lobby-leave {
  min-height: 3.65rem;
  white-space: nowrap;
}

.room-lobby-waiting {
  min-height: 3.65rem;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.1);
  background: rgba(15, 23, 42, 0.48);
  padding: 0.7rem 0.9rem;
}

.room-lobby-waiting strong {
  color: #f8fafc;
  font-size: 0.96rem;
  font-weight: 900;
}

.room-lobby-waiting span {
  color: rgba(203, 213, 225, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
}

.platform-comm-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 10, 19, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.4);
  backdrop-filter: blur(22px);
}
.game-route-shell .platform-comm-panel,
.platform-comm-header {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.36), rgba(15, 23, 42, 0.08));
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}
.game-route-shell .platform-comm-header,
.platform-comm-section {
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.32);
}
.game-route-shell .platform-comm-section,
.game-route-shell .platform-comm-panel :is(.text-slate-500, .text-gray-500) {
  color: #94a3b8 !important;
}

.game-route-shell .platform-comm-panel :is(.text-slate-400, .text-gray-400) {
  color: #cbd5e1 !important;
}

.game-route-shell .platform-comm-panel :is(.text-slate-300, .text-gray-300) {
  color: #e2e8f0 !important;
}

.game-route-shell .platform-comm-panel [class*='bg-slate-950/24'] {
  background-color: rgba(2, 6, 23, 0.42) !important;
}

.game-route-shell .platform-comm-panel [class*='bg-slate-900/62'] {
  background-color: rgba(15, 23, 42, 0.78) !important;
  color: #f8fafc !important;
}

.game-route-shell .platform-comm-panel [class*='bg-emerald-500/78'] {
  background-color: rgba(16, 185, 129, 0.82) !important;
  color: #ffffff !important;
}

.game-route-shell .platform-comm-panel [class*='bg-cyan-500/85'] {
  background-color: rgba(6, 182, 212, 0.88) !important;
  color: #ffffff !important;
}

.game-route-shell .platform-comm-panel [class*='bg-violet-600/85'] {
  background-color: rgba(124, 58, 237, 0.88) !important;
  color: #ffffff !important;
}

.game-route-shell .platform-comm-panel [class*='bg-rose-600/85'] {
  background-color: rgba(225, 29, 72, 0.88) !important;
  color: #ffffff !important;
}

.platform-hud {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 22, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.34);
  backdrop-filter: blur(18px);
}
.platform-hud-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.38);
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: #e2e8f0;
  font-size: 0.74rem;
  font-weight: 700;
}

.platform-hud-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 0.8rem;
  padding: 0.5rem 0.82rem;
  font-weight: 700;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 160ms ease, opacity 160ms ease, background-color 160ms ease;
}

.platform-hud-button:hover {
  transform: translateY(-1px);
}

.platform-hud-button:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}

.platform-hud-button--emerald {
  background: linear-gradient(135deg, rgba(73, 108, 91, 0.92), rgba(88, 117, 100, 0.86));
}

.platform-hud-button--amber {
  background: linear-gradient(135deg, rgba(142, 112, 80, 0.9), rgba(111, 82, 59, 0.86));
}

.platform-hud-button--blue {
  background: linear-gradient(135deg, rgba(77, 98, 122, 0.92), rgba(86, 108, 118, 0.82));
}

.platform-hud-button--rose {
  background: linear-gradient(135deg, rgba(122, 84, 90, 0.92), rgba(96, 66, 74, 0.84));
}

.platform-hud-button--slate {
  background: linear-gradient(135deg, rgba(71, 85, 105, 0.9), rgba(51, 65, 85, 0.84));
}

.game-page-stage {
  min-height: 100dvh;
}

.platform-hero-main {
  min-width: 0;
  flex: 1 1 auto;
}

.platform-hero-aside {
  width: min(100%, 26rem);
  flex: 0 0 auto;
}

.platform-hero-actions {
  justify-content: flex-end;
}

.board-game-screen {
  overflow-x: hidden;
}

.board-game-layout {
  min-height: calc(100dvh - 2rem);
  align-items: start;
}

.board-game-hud,
.board-game-board-panel {
  min-width: 0;
}

.board-game-board-panel {
  display: flex;
  flex-direction: column;
}

.board-game-scroll {
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.gomoku-board-shell {
  width: min(100%, calc(100dvh - 7.5rem), 860px) !important;
  min-width: min(540px, calc(100vw - 2rem)) !important;
}

.xiangqi-board-shell {
  width: min(100%, calc((100dvh - 8.5rem) * 0.9), 660px) !important;
  min-width: min(420px, calc(100vw - 2rem)) !important;
}

.game-route-shell .board-game-screen {
  position: relative;
  isolation: isolate;
  color: #f8fafc;
  background:
    linear-gradient(90deg, rgba(6, 10, 12, 0.97) 0%, rgba(10, 15, 18, 0.9) 42%, rgba(12, 18, 16, 0.76) 100%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.92) 0%, rgba(3, 7, 18, 0.2) 56%, rgba(3, 7, 18, 0.72) 100%),
    url(/static/media/suk-games-library-scene.545e7389.jpg) center / cover no-repeat,
    #07100d !important;
}

.game-route-shell .board-game-screen::before,
.game-route-shell .board-game-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.game-route-shell .board-game-screen::before {
  background:
    linear-gradient(90deg, rgba(110, 65, 28, 0.16), transparent 34%, rgba(20, 184, 166, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 16%, rgba(0, 0, 0, 0.4));
}

.game-route-shell .board-game-screen::after {
  background-image:
    linear-gradient(to right, rgba(226, 232, 240, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(226, 232, 240, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 76%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent 76%);
}

.game-route-shell .board-game-screen > * {
  position: relative;
  z-index: 1;
}

.game-route-shell .board-game-screen > .max-w-7xl {
  max-width: min(100%, 1400px);
}

.game-route-shell .board-game-layout {
  gap: clamp(0.85rem, 1.8vw, 1.35rem) !important;
}

.game-route-shell .board-game-hud,
.game-route-shell .board-game-board-panel {
  border: 1px solid rgba(226, 232, 240, 0.14) !important;
  border-radius: 1.25rem !important;
  color: #f8fafc !important;
  box-shadow: 0 24px 62px rgba(2, 6, 23, 0.5) !important;
  backdrop-filter: blur(22px);
}

.game-route-shell .board-game-hud {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(22, 31, 27, 0.93), rgba(8, 13, 18, 0.9)) !important;
}

.game-route-shell .board-game-board-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(33, 22, 12, 0.92), rgba(5, 12, 16, 0.9) 60%, rgba(12, 23, 20, 0.9)) !important;
}

.game-route-shell .board-game-title {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.12);
  padding-bottom: 0.95rem;
}

.game-route-shell .board-game-title h1 {
  margin-bottom: 0.2rem !important;
  color: #fff !important;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2vw, 2.1rem) !important;
  font-weight: 950 !important;
  letter-spacing: 0;
  line-height: 1.05 !important;
  text-align: left !important;
  text-shadow: 0 12px 30px rgba(2, 6, 23, 0.45);
}

.game-route-shell .board-game-title p {
  color: rgba(203, 213, 225, 0.74) !important;
  font-size: 0.84rem !important;
  font-weight: 800;
  text-align: left !important;
}

.game-route-shell .board-game-status {
  gap: 0.75rem;
}

.game-route-shell .board-game-status > .text-center {
  margin-bottom: 0.75rem !important;
  border: 1px solid rgba(110, 231, 183, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(110, 231, 183, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(3, 7, 18, 0.4);
  padding: 0.85rem;
}

.game-route-shell .board-game-status :is(.text-gray-700, .text-gray-800, .text-gray-900) {
  color: #f8fafc !important;
}

.game-route-shell .board-game-status :is(.text-gray-500, .text-gray-600),
.game-route-shell .board-game-controls :is(.text-gray-500, .text-gray-600, .text-blue-600) {
  color: rgba(203, 213, 225, 0.78) !important;
}

.game-route-shell .board-game-status .bg-gray-100,
.game-route-shell .board-game-controls .bg-gray-100 {
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 1rem !important;
  background: rgba(15, 23, 42, 0.52) !important;
  color: #f8fafc !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.game-route-shell .board-game-controls > .flex {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.65rem !important;
  margin-bottom: 0.85rem !important;
}

.game-route-shell .board-game-controls button {
  min-height: 2.85rem;
  border: 1px solid rgba(110, 231, 183, 0.24) !important;
  border-radius: 0.95rem !important;
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.9), rgba(20, 184, 166, 0.72)) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(6, 95, 70, 0.22) !important;
  transform: translateY(0);
}

.game-route-shell .board-game-controls button + button {
  border-color: rgba(226, 232, 240, 0.14) !important;
  background:
    linear-gradient(135deg, rgba(71, 85, 105, 0.9), rgba(15, 23, 42, 0.88)) !important;
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.28) !important;
}

.game-route-shell .board-game-controls button:hover {
  transform: translateY(-1px) !important;
  filter: saturate(1.06);
}

.game-route-shell .board-game-controls button:disabled {
  opacity: 0.56 !important;
  transform: none !important;
}

.game-route-shell .board-game-board-panel > .mb-3 {
  border: 1px solid rgba(251, 191, 36, 0.2);
  background: rgba(120, 53, 15, 0.18) !important;
  color: #fde68a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.game-route-shell .board-game-scroll {
  border: 1px solid rgba(226, 232, 240, 0.08);
  border-radius: 1rem;
  background: rgba(3, 7, 18, 0.28);
  padding: 0.4rem;
}

.game-route-shell :is(.gomoku-board-shell, .xiangqi-board-shell) {
  border: 1px solid rgba(251, 191, 36, 0.26);
  background:
    linear-gradient(135deg, rgba(120, 53, 15, 0.95), rgba(39, 20, 9, 0.96)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 20px 46px rgba(255, 255, 255, 0.08),
    0 20px 46px rgba(2, 6, 23, 0.42) !important;
}

.game-route-shell .gomoku-board-shell > div {
  border: 1px solid rgba(92, 50, 20, 0.34);
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.25), transparent 18%),
    linear-gradient(135deg, #dfb879, #c99552 55%, #b87a3d) !important;
  box-shadow: inset 0 0 26px rgba(92, 50, 20, 0.28);
}

.game-route-shell .gomoku-board-shell button {
  border-color: rgba(92, 50, 20, 0.52) !important;
  background-color: transparent;
}

.game-route-shell .gomoku-board-shell button:hover {
  background-color: rgba(120, 53, 15, 0.18) !important;
}

.game-route-shell .xiangqi-board-shell > div {
  overflow: hidden;
  border-radius: 0.75rem;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.28), transparent 20%),
    linear-gradient(135deg, #f0c46f, #d99b43 54%, #b86f2c);
  box-shadow: inset 0 0 30px rgba(92, 50, 20, 0.3);
}

.game-route-shell .xiangqi-board-shell button {
  border-color: rgba(146, 64, 14, 0.52) !important;
}

.game-route-shell .xiangqi-board-shell button.bg-stone-100 {
  background-color: rgba(254, 243, 199, 0.62) !important;
}

.game-route-shell .xiangqi-board-shell button.bg-stone-300 {
  background-color: rgba(251, 191, 36, 0.34) !important;
  box-shadow: inset 0 0 0 2px rgba(168, 85, 247, 0.45);
}

.game-route-shell .xiangqi-board-shell button:hover {
  background-color: rgba(254, 243, 199, 0.82) !important;
}

.themed-game-shell {
  min-height: 100dvh;
  padding: 1rem;
  color: #f8fafc;
  background:
    radial-gradient(circle at 18% 10%, var(--game-accent-soft), transparent 26rem),
    linear-gradient(135deg, #0f172a 0%, #111827 44%, #020617 100%);
}

.themed-game-shell,
.themed-game-shell * {
  box-sizing: border-box;
}

.themed-game-shell button,
.themed-game-shell input,
.themed-game-shell select {
  min-width: 0;
  font: inherit;
}

.themed-game-shell button {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    var(--game-accent-soft);
  color: #f8fafc;
  font-weight: 800;
  padding: 0.72rem 0.92rem;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.themed-game-shell button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--game-accent) 70%, white);
}

.themed-game-shell button:disabled,
.themed-game-shell input:disabled,
.themed-game-shell select:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.themed-game-shell input,
.themed-game-shell select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.8rem;
  background: rgba(2, 6, 23, 0.62);
  color: #f8fafc;
  padding: 0.72rem 0.85rem;
}

.themed-game-kicker {
  color: color-mix(in srgb, var(--game-accent) 74%, white);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.themed-game-hero {
  position: relative;
  overflow: hidden;
  max-width: 88rem;
  min-height: 18rem;
  margin: 0 auto 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.35rem;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.76) 55%, rgba(2, 6, 23, 0.28) 100%),
    var(--game-hero-image) center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.42);
}

.themed-game-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(2, 6, 23, 0.92), transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4.25rem);
}

.themed-game-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem;
}

.themed-game-hero__copy {
  max-width: 48rem;
  padding-top: 1.2rem;
}

.themed-game-hero h1 {
  max-width: 14ch;
  margin: 0.45rem 0 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4rem, 4rem);
  line-height: 0.95;
}

.themed-game-hero p {
  max-width: 42rem;
  margin: 0.85rem 0 0;
  color: rgba(226, 232, 240, 0.9);
  font-size: 1rem;
  line-height: 1.7;
}

.themed-game-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.themed-game-meta {
  position: absolute;
  z-index: 1;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.themed-game-meta__item {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.95rem;
  background: rgba(2, 6, 23, 0.62);
  padding: 0.72rem 0.85rem;
  backdrop-filter: blur(16px);
}

.themed-game-meta__item span {
  display: block;
  color: rgba(203, 213, 225, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}

.themed-game-meta__item strong {
  display: block;
  overflow: hidden;
  margin-top: 0.2rem;
  color: #fff;
  font-size: 1.06rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.themed-game-notice {
  max-width: 88rem;
  margin: 0 auto 1rem;
  border: 1px solid color-mix(in srgb, var(--game-accent) 40%, transparent);
  border-radius: 0.95rem;
  background: var(--game-accent-soft);
  padding: 0.85rem 1rem;
  color: #f8fafc;
  font-weight: 800;
}

.themed-game-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1rem;
  max-width: 88rem;
  margin: 0 auto;
}

.themed-game-aside,
.themed-game-card,
.themed-game-online-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--game-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 42px rgba(2, 6, 23, 0.26);
}

.themed-game-aside {
  align-self: start;
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
}

.themed-game-main {
  display: grid;
  min-width: 0;
  gap: 1rem;
}

.themed-game-card {
  overflow: hidden;
  padding: 1rem;
}

.themed-game-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.themed-game-section-head span {
  display: block;
  color: color-mix(in srgb, var(--game-accent) 72%, white);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.themed-game-section-head h2 {
  margin: 0.18rem 0 0;
  color: #fff;
  font-size: 1.22rem;
  line-height: 1.15;
}

.themed-game-section-head strong,
.themed-game-section-head > button {
  flex: 0 0 auto;
}

.themed-game-control-block {
  display: grid;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background: rgba(2, 6, 23, 0.24);
  padding: 0.9rem;
}

.themed-game-control-block h2 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
}

.themed-game-control-block p {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.9rem;
  line-height: 1.58;
}

.themed-game-control-block label {
  color: rgba(248, 250, 252, 0.88);
  font-size: 0.82rem;
  font-weight: 900;
}

.themed-game-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.themed-game-control-grid,
.themed-game-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.themed-game-action-row {
  margin-top: 0.85rem;
}

.themed-game-sync-note {
  border: 1px solid color-mix(in srgb, var(--game-accent) 38%, transparent);
  border-radius: 0.85rem;
  background: var(--game-accent-soft);
  padding: 0.72rem 0.82rem;
  color: #f8fafc;
  font-size: 0.86rem;
  font-weight: 800;
}

.themed-game-board {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.42rem;
  min-height: 24rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(92, 50, 20, 0.92), rgba(31, 41, 55, 0.88));
  padding: 0.7rem;
}

.themed-game-board--hex {
  background:
    radial-gradient(circle at 30% 25%, rgba(252, 211, 77, 0.22), transparent 14rem),
    linear-gradient(135deg, rgba(20, 83, 45, 0.94), rgba(15, 118, 110, 0.82));
}

.themed-game-board--tile,
.themed-game-board--gem {
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.06) 50% 75%, transparent 75%) 0 0 / 4rem 4rem,
    linear-gradient(135deg, rgba(17, 94, 89, 0.94), rgba(30, 41, 59, 0.9));
}

.themed-game-board--grid {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 2.5rem 2.5rem,
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 2.5rem 2.5rem,
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(51, 65, 85, 0.88));
}

.themed-game-board--arena {
  background:
    radial-gradient(circle at 50% 50%, rgba(248, 113, 113, 0.22), transparent 16rem),
    repeating-conic-gradient(from 45deg, rgba(255, 255, 255, 0.06) 0 12deg, transparent 12deg 24deg),
    linear-gradient(135deg, rgba(69, 10, 10, 0.92), rgba(30, 41, 59, 0.92));
}

.themed-game-board__cell {
  position: relative;
  min-height: 4.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.72rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(2, 6, 23, 0.28);
  padding: 0.52rem;
}

.themed-game-board__index {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
}

.themed-game-board__resource {
  display: block;
  overflow: hidden;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.themed-game-board__tokens {
  position: absolute;
  right: 0.42rem;
  bottom: 0.42rem;
  display: flex;
}

.themed-game-board__tokens span,
.themed-game-avatar {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: var(--game-accent);
  color: #020617;
  font-size: 0.82rem;
  font-weight: 1000;
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.36);
}

.themed-game-board__tokens span + span {
  margin-left: -0.55rem;
}

.themed-game-card-zone {
  display: grid;
  grid-template-columns: minmax(7rem, 0.85fr) minmax(14rem, 1.6fr) minmax(7rem, 0.85fr);
  align-items: center;
  gap: 1rem;
  min-height: 18rem;
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 50% 10%, var(--game-accent-soft), transparent 16rem),
    linear-gradient(135deg, rgba(4, 120, 87, 0.78), rgba(15, 23, 42, 0.72));
  padding: 1rem;
}

.themed-game-pile {
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4.1;
  min-height: 9.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.95rem;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 0.45rem, transparent 0.45rem 0.9rem),
    linear-gradient(135deg, var(--game-accent), #0f172a);
  color: #fff;
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.34);
}

.themed-game-pile span {
  font-size: 0.78rem;
  font-weight: 900;
}

.themed-game-pile strong {
  font-size: 2.5rem;
}

.themed-game-hand-fan {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11rem;
}

.themed-game-hand-fan span {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 7rem;
  margin-inline: -0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0.82rem;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.9), transparent 0.55rem),
    linear-gradient(135deg, #f8fafc, color-mix(in srgb, var(--game-accent) 38%, white));
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 1000;
  transform: rotate(var(--card-tilt));
  box-shadow: 0 16px 28px rgba(2, 6, 23, 0.32);
}

.themed-game-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.themed-game-resource-token {
  display: grid;
  gap: 0.55rem;
  min-height: 8rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.95rem;
  background:
    radial-gradient(circle at 80% 10%, var(--game-accent-soft), transparent 5rem),
    rgba(255, 255, 255, 0.06);
  padding: 0.8rem;
}

.themed-game-resource-token span {
  color: rgba(226, 232, 240, 0.88);
  font-weight: 900;
}

.themed-game-resource-token strong {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.themed-game-resource-token div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.42rem;
}

.themed-game-resource-token button {
  padding: 0.42rem;
}

.themed-game-seat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.themed-game-seat {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.85rem;
}

.themed-game-seat.is-active {
  border-color: color-mix(in srgb, var(--game-accent) 70%, white);
  background: var(--game-accent-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--game-accent) 26%, transparent);
}

.themed-game-seat__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
}

.themed-game-seat__identity {
  min-width: 0;
}

.themed-game-seat__identity h3 {
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.themed-game-seat__identity p {
  overflow: hidden;
  margin: 0.18rem 0 0;
  color: rgba(226, 232, 240, 0.75);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.themed-game-icon-button {
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.themed-game-seat__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.42rem;
}

.themed-game-seat__stats span,
.themed-game-role-line {
  border-radius: 0.65rem;
  background: rgba(2, 6, 23, 0.32);
  padding: 0.48rem;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.74rem;
  font-weight: 800;
}

.themed-game-seat__stats b {
  display: block;
  color: #fff;
  font-size: 0.98rem;
}

.themed-game-role-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.themed-game-role-line button {
  padding: 0.35rem 0.6rem;
  font-size: 0.75rem;
}

.themed-game-seat__actions {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 0.5rem;
}

.themed-game-seat__actions button,
.themed-game-seat__actions select {
  padding: 0.52rem 0.6rem;
  font-size: 0.78rem;
}

.themed-game-mission-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.themed-game-mission-track span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.55rem 0.5rem;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.themed-game-mission-track span.is-done {
  border-color: color-mix(in srgb, var(--game-accent) 52%, white);
  background: var(--game-accent-soft);
  color: #fff;
}

.themed-game-vote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.themed-game-vote-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.6rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.72rem;
}

.themed-game-vote-grid strong,
.themed-game-vote-grid span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.themed-game-vote-grid span {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.8rem;
}

.themed-game-vote-grid b {
  color: color-mix(in srgb, var(--game-accent) 78%, white);
  font-size: 0.84rem;
}

.themed-game-vote-grid select {
  grid-column: 1 / -1;
}

.themed-game-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.themed-game-market-grid article {
  display: grid;
  gap: 0.38rem;
  min-height: 7.4rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.92rem;
  background:
    linear-gradient(150deg, var(--game-accent-soft), rgba(255, 255, 255, 0.045)),
    rgba(2, 6, 23, 0.3);
  padding: 0.72rem;
}

.themed-game-market-grid span {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.75rem;
  font-weight: 900;
}

.themed-game-market-grid strong {
  color: #fff;
  font-size: 1.1rem;
}

.themed-game-market-grid b {
  align-self: end;
  color: color-mix(in srgb, var(--game-accent) 72%, white);
}

.themed-game-event-strip {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  margin-top: 0.75rem;
  padding-bottom: 0.15rem;
}

.themed-game-event-strip span {
  flex: 0 0 auto;
  max-width: 22rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.52rem 0.75rem;
  color: rgba(241, 245, 249, 0.9);
  font-size: 0.8rem;
  font-weight: 800;
}

.themed-game-log ol {
  display: grid;
  gap: 0.45rem;
  max-height: 18rem;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.themed-game-log li {
  border-left: 3px solid var(--game-accent);
  border-radius: 0.55rem;
  background: rgba(2, 6, 23, 0.28);
  padding: 0.58rem 0.7rem;
  color: rgba(241, 245, 249, 0.88);
  font-size: 0.86rem;
}

.themed-game-result {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(12px);
}

.themed-game-result > div {
  width: min(92vw, 24rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: var(--game-panel);
  padding: 1.2rem;
  text-align: center;
}

.themed-game-result h2 {
  margin: 0.4rem 0 1rem;
  color: #fff;
  font-size: 1.8rem;
}

.themed-game-online {
  display: grid;
  place-items: center;
}

.themed-game-online-card {
  display: grid;
  gap: 0.85rem;
  width: min(100%, 34rem);
  padding: 1.25rem;
}

.themed-game-online-card h1 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.themed-game-online-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .themed-game-shell {
    padding: 0.75rem;
  }

  .themed-game-hero {
    min-height: 24rem;
    border-radius: 1rem;
  }

  .themed-game-hero__content {
    flex-direction: column;
    padding: 1rem;
  }

  .themed-game-hero__actions {
    justify-content: flex-start;
  }

  .themed-game-hero h1 {
    font-size: 2.75rem;
  }

  .themed-game-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .themed-game-layout {
    grid-template-columns: 1fr;
  }

  .themed-game-aside {
    position: static;
  }

  .themed-game-board {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .themed-game-card-zone,
  .themed-game-resource-grid,
  .themed-game-market-grid,
  .themed-game-seat-grid,
  .themed-game-vote-grid {
    grid-template-columns: 1fr;
  }

  .themed-game-card-zone {
    min-height: auto;
  }

  .themed-game-hand-fan {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.75rem 0.5rem;
  }

  .platform-insight-grid {
    grid-template-columns: 1fr;
  }

  .game-page-stage {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .game-page-stage :where(.min-h-screen) {
    min-height: 100dvh;
  }

  .game-page-portrait-fallback .game-page-stage :where(.p-4, .p-5) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 1023px) {
  .board-game-screen {
    padding: 0.65rem;
  }

  .board-game-layout {
    gap: 0.65rem;
  }

  .board-game-hud {
    padding: 0.75rem;
  }

  .board-game-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
  }

  .board-game-title h1 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.15;
    text-align: left;
  }

  .board-game-title p {
    margin: 0;
    font-size: 0.78rem;
    text-align: right;
  }

  .game-route-shell .board-game-title {
    display: block !important;
  }

  .game-route-shell .board-game-title p {
    max-width: 100%;
    margin-top: 0.25rem;
    text-align: left !important;
    white-space: normal;
  }

  .board-game-status {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: stretch;
  }

  .game-route-shell .board-game-status {
    grid-template-columns: 1fr !important;
  }

  .board-game-status > * {
    margin: 0 !important;
  }

  .board-game-status .bg-gray-100 {
    min-width: 5.5rem;
    padding: 0.55rem 0.7rem;
  }

  .board-game-status .bg-gray-100 p:first-child {
    font-size: 0.72rem;
  }

  .board-game-status .bg-gray-100 p:last-child {
    font-size: 1.2rem;
  }

  .board-game-controls {
    margin-top: 0.65rem;
  }

  .board-game-controls > * {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .board-game-controls :is(button, a) {
    min-height: 2.35rem;
  }

  .board-game-board-panel {
    padding: 0.65rem;
  }

  .gomoku-board-shell {
    min-width: 540px !important;
    width: 540px !important;
  }

  .xiangqi-board-shell {
    min-width: 430px !important;
    width: 430px !important;
  }

  .guide-games-strip,
  .guide-flow-section {
    grid-template-columns: 1fr;
  }

  .guide-game-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-lobby-page {
    align-items: flex-start;
  }

  .room-lobby-grid {
    grid-template-columns: 1fr;
  }

  .room-lobby-hero {
    min-height: 520px;
  }

  .room-lobby-card {
    align-self: auto;
  }
}

@media (max-width: 700px) {
  .themed-game-shell {
    padding: 0.5rem;
  }

  .themed-game-hero {
    min-height: 26rem;
  }

  .themed-game-hero h1 {
    max-width: 12ch;
    font-size: 2.25rem;
  }

  .themed-game-hero p {
    font-size: 0.92rem;
  }

  .themed-game-meta {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.5rem;
  }

  .themed-game-meta__item {
    padding: 0.62rem;
  }

  .themed-game-meta__item strong {
    font-size: 0.9rem;
  }

  .themed-game-card,
  .themed-game-aside {
    border-radius: 0.9rem;
    padding: 0.75rem;
  }

  .themed-game-control-grid,
  .themed-game-action-row,
  .themed-game-seat__actions,
  .themed-game-inline-form {
    grid-template-columns: 1fr;
  }

  .themed-game-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 18rem;
    padding: 0.5rem;
  }

  .themed-game-board__cell {
    min-height: 4.2rem;
    padding: 0.42rem;
  }

  .themed-game-seat__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .themed-game-mission-track {
    grid-template-columns: 1fr;
  }

  .themed-game-section-head {
    flex-direction: column;
  }

  .platform-shell {
    overflow: visible;
  }

  .platform-landing-hero,
  .platform-online-hero {
    min-height: auto;
  }

  .platform-landing-hero__image {
    -o-object-position: 62% center;
       object-position: 62% center;
  }

  .platform-landing-hero__shade {
    background:
      linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(3, 7, 18, 0.9) 58%, rgba(3, 7, 18, 0.6) 100%),
      linear-gradient(0deg, rgba(3, 7, 18, 0.92) 0%, rgba(3, 7, 18, 0.18) 62%, rgba(3, 7, 18, 0.54) 100%);
  }

  .platform-landing-hero__content {
    padding: 1.1rem;
  }

  .platform-hero-grid {
    gap: 0.8rem;
  }

  .platform-hero-aside {
    width: 100%;
  }

  .platform-hero-actions {
    justify-content: flex-start;
  }

  .guide-hero {
    min-height: auto;
  }

  .guide-hero__image {
    -o-object-position: 60% center;
       object-position: 60% center;
  }

  .guide-hero__shade {
    background:
      linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(3, 7, 18, 0.9) 56%, rgba(3, 7, 18, 0.68) 100%),
      linear-gradient(0deg, rgba(3, 7, 18, 0.94) 0%, rgba(3, 7, 18, 0.2) 62%, rgba(3, 7, 18, 0.56) 100%);
  }

  .guide-hero__content {
    min-height: calc(100svh - 3.25rem);
    justify-content: center;
    padding: 1.1rem;
  }

  .guide-hero__identity {
    gap: 0.75rem;
  }

  .guide-hero__identity .platform-brand-mark {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.85rem;
  }

  .guide-hero__title {
    max-width: 10ch;
    font-size: 3rem;
  }

  .guide-hero__copy {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .guide-hero__signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .guide-hero__signals div {
    min-height: 4.2rem;
    padding-top: 0.65rem;
  }

  .guide-hero__signals strong {
    font-size: 1.35rem;
  }

  .guide-hero__signals span {
    font-size: 0.7rem;
  }

  .guide-main {
    padding: 1rem 0.85rem 2.5rem;
  }

  .guide-games-strip {
    gap: 1rem;
  }

  .guide-game-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .guide-game-rail::-webkit-scrollbar {
    display: none;
  }

  .guide-game-link {
    min-width: 10.8rem;
    scroll-snap-align: start;
  }

  .guide-flow-list::before {
    left: 1.18rem;
  }

  .guide-flow-step {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
  }

  .guide-flow-step em {
    grid-column: 2;
    min-width: 0;
    justify-content: flex-start;
    border-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.1);
    padding: 0.55rem 0 0;
  }

  .guide-detail-section {
    min-height: 520px;
    grid-template-columns: 1fr;
    border-radius: 1.25rem;
  }

  .guide-detail-section::after {
    background:
      linear-gradient(0deg, rgba(3, 7, 18, 0.95), rgba(3, 7, 18, 0.28) 70%, rgba(3, 7, 18, 0.56));
  }

  .guide-detail-copy {
    grid-column: 1;
    align-self: end;
    padding: 1.1rem;
  }

  .guide-help-grid {
    grid-template-columns: 1fr;
  }

  .guide-help-item {
    min-height: auto;
  }

  .room-lobby-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.85rem;
  }

  .room-lobby-header__main {
    width: 100%;
  }

  .room-lobby-header__title {
    max-width: calc(100vw - 8.75rem);
    font-size: 1.16rem;
  }

  .room-lobby-header__status {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.05rem;
  }

  .room-lobby-header__status span {
    flex: 0 0 auto;
  }

  .room-lobby-page {
    padding: 0.85rem;
  }

  .room-lobby-grid {
    gap: 5.25rem;
  }

  .room-lobby-hero,
  .room-lobby-card {
    border-radius: 1.25rem;
  }

  .room-lobby-hero {
    min-height: 440px;
    padding: 0.9rem;
  }

  .room-lobby-hero__copy {
    padding: 2.7rem 0 1.65rem;
  }

  .room-lobby-hero__copy h2 {
    max-width: 12ch;
    font-size: 2.45rem;
  }

  .room-lobby-hero__copy p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .room-lobby-seat-grid,
  .room-lobby-share-grid,
  .room-lobby-actions {
    grid-template-columns: 1fr;
  }

  .room-lobby-share-grid .platform-button,
  .room-lobby-start,
  .room-lobby-leave {
    width: 100%;
  }

  .platform-hero-game-strip {
    display: flex;
    max-width: none;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .platform-hero-game-tile {
    min-width: 13rem;
    scroll-snap-align: start;
  }

  .platform-insight-grid {
    gap: 0.65rem;
    margin-top: 0.8rem;
  }

  .platform-insight-card {
    min-height: auto;
    padding: 0.75rem 0.85rem;
  }

  .platform-insight-card__meta {
    display: none;
  }

  .home-filter-row {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .home-filter-row > * {
    flex: 0 0 auto;
  }

  .platform-game-card {
    padding: 1rem !important;
  }

  .platform-game-card__title {
    font-size: 1.35rem;
  }

  .platform-game-card__copy {
    min-height: 0 !important;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .platform-game-card__badges {
    max-height: 2rem;
    overflow: hidden;
  }

  .platform-game-card__stats {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    color: rgba(226, 232, 240, 0.92) !important;
    font-weight: 700;
  }
.game-lobby-cover {
    min-height: auto;
  }

  .game-lobby-cover__image {
    -o-object-position: 62% center;
       object-position: 62% center;
  }

  .game-lobby-cover__shade {
    background:
      linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(3, 7, 18, 0.9) 62%, rgba(3, 7, 18, 0.62) 100%),
      linear-gradient(0deg, rgba(3, 7, 18, 0.94) 0%, rgba(3, 7, 18, 0.22) 64%, rgba(3, 7, 18, 0.58) 100%);
  }

  .game-lobby-cover__content,
  .game-lobby-action-panel {
    padding: 1.1rem;
  }

  .game-lobby-preview {
    min-height: 226px;
  }

  .game-lobby-preview__cards {
    height: 132px;
  }

  .game-lobby-preview__cards span {
    width: 4.6rem;
    height: 6.2rem;
    font-size: 1.15rem;
  }

  .game-lobby-preview__board {
    width: min(100%, 14rem);
  }

  .game-setup-overlay {
    padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(0.75rem, env(safe-area-inset-bottom));
  }

  .game-setup-dialog {
    max-height: calc(100svh - 1.5rem);
    border-radius: 1.25rem;
  }

  .game-setup-hero {
    min-height: 190px;
  }

  .game-setup-hero__content,
  .game-setup-body {
    padding: 1rem;
  }

  .game-setup-actions {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 0.6rem;
  }

  .game-setup-button {
    padding-inline: 0.75rem;
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-button,
  .platform-game-card,
  .platform-hero-game-tile,
  .platform-insight-card,
  .game-lobby-primary-action,
  .game-lobby-secondary-action,
  .game-lobby-room-input,
  .game-setup-button,
  .game-setup-input,
  .game-setup-toggle span,
  .guide-game-link,
  .guide-flow-step,
  .room-lobby-back-button,
  .room-lobby-icon-button {
    transition: none;
  }

  .platform-button:hover,
  .platform-game-card:hover,
  .platform-hero-game-tile:hover,
  .platform-insight-card--link:hover,
  .game-lobby-primary-action:hover,
  .game-setup-button--primary:hover,
  .guide-game-link:hover,
  .guide-flow-step:hover,
  .room-lobby-icon-button:hover {
    transform: none;
  }

  .guide-hero__main,
  .guide-hero__signals {
    animation: none;
  }
}

/* Keep the utility-first home treatment after the older classic theme overrides. */
.platform-home-shell--classic.home-hub {
  color: #20242c;
  background: #f4f2ed;
}

.platform-home-shell--classic.home-hub.platform-home-shell--classic-dark {
  color: #edf1f7;
  background: #11151c;
}

.platform-home-shell--classic.home-hub:not(.platform-home-shell--classic-dark) .platform-game-card {
  border-color: rgba(71, 78, 88, 0.15);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.platform-home-shell--classic.home-hub.platform-home-shell--classic-dark .platform-game-card {
  border-color: rgba(226, 232, 240, 0.1);
  background: rgba(11, 15, 22, 0.58);
  box-shadow: none;
}

@media (max-width: 700px) {
  .platform-online-command {
    min-height: auto;
    background: #0d121b !important;
  }

  .platform-online-command__shade {
    display: none;
  }

  .platform-online-command__content {
    min-height: 0;
    padding: max(0.65rem, env(safe-area-inset-top)) 0.75rem 0.75rem;
  }

  .platform-online-topbar {
    min-height: 2.75rem;
    align-items: center;
  }

  .platform-online-command__grid {
    display: block;
    min-height: 0;
    padding: 0.65rem 0 0;
  }

  .platform-online-command__main > .platform-kicker,
  .platform-online-command__main .platform-home-hero__actions {
    display: none;
  }

  .platform-online-command .platform-title {
    max-width: none;
    margin-top: 0;
    font-size: 2.35rem;
    line-height: 1;
    text-shadow: none;
  }

  .platform-online-command .platform-copy {
    margin-top: 0.45rem;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .platform-online-status-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(2, 5.5rem);
    gap: 0.45rem;
    margin-top: 0.65rem;
  }

  .platform-online-status-grid .platform-server-card {
    grid-column: auto;
  }

  .platform-online-status-grid .platform-live-card,
  .platform-online-status-grid .platform-stat {
    min-height: 3.6rem;
    border-radius: 0.75rem;
    padding: 0.65rem;
  }

  .platform-online-status-grid .platform-live-card:last-child,
  .platform-online-status-grid .platform-server-card small {
    display: none;
  }

  .platform-online-status-grid .platform-server-card strong,
  .platform-online-status-grid .platform-stat strong {
    font-size: 0.95rem;
  }

  .platform-online-main {
    margin-top: 0;
    padding: 0 0.75rem 1.5rem;
  }

  .platform-online-main > section:first-child {
    gap: 0.65rem;
  }

  .platform-online-main :is(.platform-join-panel, .platform-room-panel, .platform-section) {
    border-radius: 0.9rem !important;
    padding: 0.85rem !important;
  }

  .platform-online-main .platform-quick-codex,
  .platform-feature-grid--online {
    display: none;
  }

  .platform-online-main .platform-library-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-online-main .platform-library-tools--compact {
    width: 100%;
  }

  .platform-online-main .platform-game-card {
    display: grid;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0.75rem;
    min-height: 0;
    border-radius: 0.9rem;
    padding: 0.75rem;
  }

  .platform-online-main .platform-game-card__art {
    min-height: 5.25rem;
    height: 100%;
    margin: 0;
    border-radius: 0.75rem;
  }

  .platform-online-main .platform-game-card__art-badge,
  .platform-online-main .platform-game-card__art-orb,
  .platform-online-main .platform-game-card__logo,
  .platform-online-main .platform-showcase-card__codex,
  .platform-online-main .platform-game-card__body > .mt-4.flex.flex-wrap {
    display: none;
  }

  .platform-online-main .platform-showcase-card__head {
    margin-bottom: 0;
  }

  .platform-online-main .platform-game-card__title {
    font-size: 1.15rem;
  }

  .platform-online-main .platform-game-card__copy {
    display: -webkit-box;
    margin-top: 0.35rem !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .platform-online-main .platform-game-card__body > .mt-auto {
    margin-top: 0.55rem !important;
    padding-top: 0 !important;
  }
}

/* =============================================
   Game Piece Styles
   ============================================= */

.game-piece {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.game-piece svg {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.18));
}

.game-piece--interactive {
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease;
}

.game-piece--interactive:hover {
  transform: scale(1.08);
  filter: brightness(1.12);
}

.game-piece--interactive:active {
  transform: scale(0.96);
}

/* =============================================
   Game Board Variants
   ============================================= */

.game-board {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 18px 44px rgba(2,6,23,0.38);
}

.game-board__grid {
  position: relative;
  z-index: 1;
  width: 100%;
}

.game-board__cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  cursor: pointer;
  transition: background-color 120ms ease, box-shadow 120ms ease;
  padding: 0;
  min-height: 2.5rem;
  outline: none;
}

.game-board__cell:hover:not(:disabled) {
  background-color: rgba(255,255,255,0.08);
}

.game-board__cell:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.game-board__cell--star {
  position: relative;
}

.game-board__star {
  position: absolute;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  pointer-events: none;
}

.game-board__cell--river {
  background: rgba(59,130,246,0.18) !important;
  border-color: rgba(59,130,246,0.3) !important;
}

/* Chess board */
.game-board--chess {
  background:
    repeating-conic-gradient(rgba(255,255,255,0.04) 0% 25%, transparent 0% 50%) 0 0 / 25% 25%,
    linear-gradient(135deg, #5c4033, #3e2723);
}

.game-board--chess .game-board__cell:nth-child(odd) {
  background-color: rgba(255,248,220,0.1);
}

.game-board--chess .game-board__cell:nth-child(even) {
  background-color: rgba(62,39,35,0.4);
}

/* Go board */
.game-board--go {
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.22), transparent 20%),
    linear-gradient(135deg, #dfb879, #c99552 55%, #b87a3d);
  box-shadow:
    inset 0 0 30px rgba(92,50,20,0.3),
    0 20px 46px rgba(2,6,23,0.42);
}

.game-board--go .game-board__cell {
  border-color: rgba(92,50,20,0.45);
}

.game-board--go .game-board__cell:hover:not(:disabled) {
  background-color: rgba(120,53,15,0.15);
}

/* Gomoku board */
.game-board--gomoku {
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,0.25), transparent 18%),
    linear-gradient(135deg, #dfb879, #c99552 55%, #b87a3d);
  box-shadow:
    inset 0 0 26px rgba(92,50,20,0.28),
    0 18px 40px rgba(2,6,23,0.38);
}

.game-board--gomoku .game-board__cell {
  border-color: rgba(92,50,20,0.4);
}

.game-board--gomoku .game-board__cell:hover:not(:disabled) {
  background-color: rgba(120,53,15,0.12);
}

/* Xiangqi board */
.game-board--xiangqi {
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.28), transparent 20%),
    linear-gradient(135deg, #f0c46f, #d99b43 54%, #b86f2c);
  box-shadow: inset 0 0 30px rgba(92,50,20,0.3);
}

.game-board--xiangqi .game-board__cell {
  border-color: rgba(146,64,14,0.4);
}

.game-board--xiangqi .game-board__cell--river::after {
  content: '楚 河          汉 界';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.6rem, 1.5vw, 0.9rem);
  font-weight: 900;
  font-style: italic;
  color: rgba(0,0,0,0.35);
  letter-spacing: 0.15em;
  pointer-events: none;
}

/* Checkers board */
.game-board--checkers {
  background:
    repeating-conic-gradient(rgba(255,255,255,0.05) 0% 25%, transparent 0% 50%) 0 0 / 25% 25%,
    linear-gradient(135deg, #1e3a2f, #16281e);
}

.game-board--checkers .game-board__cell:nth-child(odd) {
  background-color: rgba(255,248,220,0.08);
}

/* Othello board */
.game-board--othello {
  background:
    linear-gradient(135deg, #2d5016, #1a3a0a);
  box-shadow:
    inset 0 0 0 3px #1a3a0a,
    inset 0 0 20px rgba(0,0,0,0.3),
    0 18px 40px rgba(2,6,23,0.38);
}

.game-board--othello .game-board__cell {
  background: rgba(30,60,20,0.6);
  border-color: rgba(0,0,0,0.3);
}

.game-board--othello .game-board__cell:hover:not(:disabled) {
  background-color: rgba(100,200,80,0.15);
}

/* Jungle board */
.game-board--jungle {
  background:
    linear-gradient(135deg, #1a3a1a, #0d2610);
  border-color: rgba(255,255,255,0.15);
}

/* Tic Tac Toe board */
.game-board--ttt {
  background:
    linear-gradient(135deg, rgba(30,41,59,0.9), rgba(15,23,42,0.92));
  border-color: rgba(255,255,255,0.14);
}

.game-board--ttt .game-board__cell {
  border-color: rgba(255,255,255,0.1);
  aspect-ratio: 1;
  font-size: 2.5rem;
}

.game-board--ttt .game-board__cell:hover:not(:disabled) {
  background-color: rgba(255,255,255,0.06);
}

/* Generic board */
.game-board--generic {
  background:
    linear-gradient(135deg, rgba(30,41,59,0.88), rgba(15,23,42,0.94));
}

/* =============================================
   Game Status
   ============================================= */

.game-status {
  text-align: center;
}

.game-status__text {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--app-text, #f8fafc);
  margin: 0 0 0.85rem;
  line-height: 1.3;
}

.game-status__score {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
}

.game-status__score-item {
  text-align: center;
}

.game-status__score-label {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--platform-muted, #94a3b8);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.game-status__score-value {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--app-text, #f8fafc);
  margin: 0;
  line-height: 1;
}

/* =============================================
   Game Controls
   ============================================= */

.game-controls {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.game-controls__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.game-controls__status {
  text-align: center;
  color: var(--platform-muted, #94a3b8);
  font-size: 0.84rem;
  font-weight: 700;
}

.game-controls__room-info {
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  font-size: 0.84rem;
}

/* =============================================
   Board Game Screen (game-route-shell overrides)
   ============================================= */

.game-route-shell .game-board {
  border-color: rgba(226,232,240,0.14) !important;
}

.game-route-shell .game-controls__actions .platform-button--primary {
  box-shadow: 0 14px 28px rgba(6,95,70,0.22);
}

.game-route-shell .game-controls__actions .platform-button--secondary {
  box-shadow: 0 14px 28px rgba(2,6,23,0.28);
}

/* =============================================
   Game Setup Overlay (enhanced)
   ============================================= */

.game-setup-visual {
  position: relative;
  overflow: hidden;
  min-height: 14rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(226,232,240,0.16);
  background: rgba(3,7,18,0.58);
  isolation: isolate;
}

.game-setup-visual__board {
  display: grid;
  width: min(100%, 16rem);
  margin: 1.5rem auto;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
}

.game-setup-visual__board--go {
  background:
    linear-gradient(rgba(15,23,42,0.35) 1px, transparent 1px) 0 0 / 25% 25%,
    linear-gradient(90deg, rgba(15,23,42,0.35) 1px, transparent 1px) 0 0 / 25% 25%,
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.2), transparent 18%),
    linear-gradient(135deg, #dfb879, #c99552 55%, #b87a3d);
}

.game-setup-visual__board--checkered {
  background:
    repeating-conic-gradient(rgba(255,255,255,0.06) 0% 25%, transparent 0% 50%) 0 0 / 25% 25%,
    linear-gradient(135deg, #5c4033, #3e2723);
}

.game-setup-visual__board--mancala {
  display: grid;
  grid-template-columns: auto repeat(6, minmax(0, 1fr)) auto;
  gap: 0.45rem;
  width: min(100%, 20rem);
  margin: 1rem auto;
}

.game-setup-visual__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  padding: 0.5rem;
  color: #fff;
  font-weight: 900;
}

.game-setup-visual__pit {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.82);
  font-weight: 900;
}

.game-setup-visual__title,
.game-setup-visual__subtitle {
  text-align: center;
  margin: 0;
}

.game-setup-visual__title {
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
}

.game-setup-visual__subtitle {
  color: rgba(226,232,240,0.7);
  font-weight: 700;
  font-size: 0.78rem;
}

/* =============================================
   Game Layout Helpers
   ============================================= */

.game-page-wrapper {
  min-height: 100dvh;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  color: #f8fafc;
  background:
    radial-gradient(960px 420px at 100% -10%, rgba(59,130,246,0.12), transparent 56%),
    radial-gradient(1040px 520px at 0% 0%, rgba(45,212,191,0.08), transparent 58%),
    radial-gradient(960px 500px at 0% 100%, rgba(168,85,247,0.08), transparent 58%),
    #060816;
}

.game-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  max-width: 88rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .game-page-layout--sidebar {
    grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
  }
}

.game-page-sidebar {
  display: grid;
  gap: 0.85rem;
  align-self: start;
}

.game-page-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

/* =============================================
   Dark theme overrides for game components
   ============================================= */

html[data-theme='dark'] .game-status__text {
  color: #f8fafc;
}

html[data-theme='dark'] .game-status__score-value {
  color: #f8fafc;
}

html[data-theme='dark'] .game-status__score-label {
  color: #94a3b8;
}

/* =============================================
   Board game HUD and panel refinements
   ============================================= */

.game-hud-card {
  border: 1px solid rgba(226,232,240,0.14);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
    rgba(9,13,27,0.78);
  padding: 1rem;
  backdrop-filter: blur(20px);
}

.game-hud-card__header {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(203,213,225,0.68);
  margin-bottom: 0.65rem;
}

.game-hud-card h3 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.game-hud-card p {
  color: rgba(226,232,240,0.78);
  font-size: 0.86rem;
  margin: 0.35rem 0 0;
  line-height: 1.55;
}

.game-hud-card--accent-emerald {
  border-color: rgba(110,231,183,0.16);
  background:
    linear-gradient(180deg, rgba(110,231,183,0.1), rgba(255,255,255,0.02)),
    rgba(9,13,27,0.78);
}

.game-hud-card--accent-rose {
  border-color: rgba(251,113,133,0.16);
  background:
    linear-gradient(180deg, rgba(251,113,133,0.1), rgba(255,255,255,0.02)),
    rgba(9,13,27,0.78);
}

.game-hud-card--accent-blue {
  border-color: rgba(96,165,250,0.16);
  background:
    linear-gradient(180deg, rgba(96,165,250,0.1), rgba(255,255,255,0.02)),
    rgba(9,13,27,0.78);
}

.game-hud-card--accent-amber {
  border-color: rgba(251,191,36,0.16);
  background:
    linear-gradient(180deg, rgba(251,191,36,0.1), rgba(255,255,255,0.02)),
    rgba(9,13,27,0.78);
}

/* =============================================
   Animated piece transitions
   ============================================= */

@keyframes piecePlace {
  from { opacity: 0; transform: scale(0.6); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes pieceCapture {
  0%   { opacity: 1; transform: scale(1); }
  50%  { opacity: 0.3; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(0.4); }
}

@keyframes pieceSelect {
  0%, 100% { box-shadow: 0 0 0 2px rgba(250,204,21,0.4); }
  50%      { box-shadow: 0 0 0 4px rgba(250,204,21,0.6); }
}

.game-piece--placing {
  animation: piecePlace 180ms ease-out both;
}

.game-piece--capturing {
  animation: pieceCapture 220ms ease-in both;
}

.game-board__cell--selected {
  animation: pieceSelect 900ms ease-in-out infinite;
}

.game-board__cell--legal-move::after {
  content: '';
  position: absolute;
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: rgba(110,231,183,0.5);
  pointer-events: none;
}

.game-board__cell--last-move {
  background-color: rgba(250,204,21,0.15) !important;
}

/* Platform operations redesign */
.platform-home-shell,
.platform-online-shell {
  color: #f8fafc;
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 212, 191, 0.12), transparent 32rem),
    radial-gradient(circle at 82% 6%, rgba(245, 158, 11, 0.1), transparent 30rem),
    linear-gradient(180deg, #050814 0%, #090d1a 42%, #0d111c 100%);
  overflow-x: clip;
}

.platform-home-hero,
.platform-online-command {
  position: relative;
  min-height: min(820px, 100svh);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.98) 0%, rgba(3, 7, 18, 0.86) 38%, rgba(3, 7, 18, 0.34) 100%),
    var(--platform-hero-image) center / cover no-repeat;
}

.platform-home-hero__shade,
.platform-online-command__shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0.22), rgba(3, 7, 18, 0.72) 72%, #050814 100%),
    radial-gradient(circle at 82% 22%, rgba(34, 211, 238, 0.18), transparent 28rem),
    radial-gradient(circle at 68% 75%, rgba(245, 158, 11, 0.12), transparent 24rem);
}

.platform-home-hero__content,
.platform-online-command__content {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.platform-home-nav,
.platform-online-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.platform-home-brand,
.platform-nav-pill,
.platform-section-link,
.platform-map-preview-list a {
  text-decoration: none;
}

.platform-home-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.85rem;
  color: #f8fafc;
}

.platform-home-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.platform-home-brand small {
  display: block;
  margin-top: 0.22rem;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.platform-home-nav__actions,
.platform-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.platform-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2.25rem;
  max-width: 100%;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.58);
  color: #f8fafc;
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.platform-nav-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(110, 231, 183, 0.32);
  background: rgba(15, 23, 42, 0.74);
}

.platform-nav-pill--gold {
  border-color: rgba(251, 191, 36, 0.36);
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #111827;
}

.platform-home-hero__grid,
.platform-online-command__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr) minmax(280px, 0.45fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1rem, 3vw, 2.5rem) 0 3rem;
}

.platform-online-command__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  min-height: 520px;
}

.platform-home-hero__main,
.platform-online-command__main {
  min-width: 0;
}

.platform-home-hero .platform-title,
.platform-online-command .platform-title {
  margin-top: 1.1rem;
  max-width: 10ch;
  color: #f8fafc;
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: 0.9;
  text-shadow: 0 18px 52px rgba(2, 6, 23, 0.72);
}

.platform-home-hero .platform-copy,
.platform-online-command .platform-copy {
  max-width: 43rem;
  margin-top: 1rem;
  color: rgba(226, 232, 240, 0.8);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.platform-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 40rem;
  margin-top: 1.25rem;
}

.platform-hero-metrics span,
.platform-home-meta,
.platform-quick-codex {
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.56);
  color: rgba(226, 232, 240, 0.72);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.22);
  backdrop-filter: blur(18px);
}

.platform-hero-metrics span {
  min-width: 0;
  padding: 0.85rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.platform-hero-metrics strong {
  display: block;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
}

.platform-hero-join {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  width: min(100%, 40rem);
  margin-top: 1.25rem;
  padding: 0.42rem;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 1.25rem;
  background: rgba(2, 6, 23, 0.66);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.34);
  backdrop-filter: blur(18px);
}

.platform-hero-join input,
.platform-room-search input,
.platform-library-tools input,
.platform-library-tools select {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #f8fafc;
  font-weight: 800;
}

.platform-hero-join input {
  padding: 0 0.75rem;
  text-transform: uppercase;
}

.platform-hero-join input::-moz-placeholder, .platform-room-search input::-moz-placeholder, .platform-library-tools input::-moz-placeholder {
  color: rgba(148, 163, 184, 0.66);
}

.platform-hero-join input::placeholder,
.platform-room-search input::placeholder,
.platform-library-tools input::placeholder {
  color: rgba(148, 163, 184, 0.66);
}

.platform-hero-join button,
.platform-room-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.8rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #10b981, #67e8f9);
  color: #031018;
  padding: 0 1rem;
  font-size: 0.88rem;
  font-weight: 900;
  transition: transform 160ms ease, opacity 160ms ease;
}

.platform-hero-join button:disabled,
.platform-room-search button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.platform-hero-join button:not(:disabled):hover,
.platform-room-search button:not(:disabled):hover {
  transform: translateY(-1px);
}

.platform-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.8rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.76rem;
  font-weight: 800;
}

.platform-home-meta a {
  color: #fbbf24;
}

.platform-avatar-source {
  width: min(100%, 24rem);
  margin-top: 0.8rem;
}

.platform-feature-board,
.platform-ad-slot,
.platform-live-card,
.platform-operations-panel,
.platform-section,
.platform-filter-panel,
.platform-showcase-card {
  border: 1px solid rgba(226, 232, 240, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(8, 13, 24, 0.76);
  box-shadow: 0 22px 62px rgba(2, 6, 23, 0.32);
  backdrop-filter: blur(20px);
}

.platform-feature-board {
  overflow: hidden;
  border-radius: 1.55rem;
}

.platform-ad-slot {
  min-width: 0;
  overflow: hidden;
  border-radius: 1.4rem;
}

.platform-home-ad {
  grid-column: 2 / -1;
  width: 100%;
  height: clamp(13rem, 22vw, 18rem);
  min-height: 13rem;
}

.platform-ad-slot__unit {
  display: block;
  min-width: 0;
  width: 100%;
}

.platform-feature-board__media {
  position: relative;
  min-height: 13.5rem;
  overflow: hidden;
}

.platform-feature-board__media img {
  width: 100%;
  height: 100%;
  min-height: 13.5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 420ms ease;
}

.platform-feature-board:hover .platform-feature-board__media img {
  transform: scale(1.04);
}

.platform-feature-board__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 7, 18, 0.84), rgba(3, 7, 18, 0.08));
}

.platform-feature-board__media span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  padding: 0.45rem 0.72rem;
  color: #f8fafc;
  font-size: 0.72rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.platform-feature-board__body,
.platform-live-card,
.platform-operations-panel {
  padding: 1rem;
}

.platform-feature-board__body h2,
.platform-section__head h2,
.platform-operations-panel h2 {
  margin-top: 0.55rem;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.platform-feature-board__body p,
.platform-operations-panel p {
  margin-top: 0.45rem;
  color: rgba(226, 232, 240, 0.72);
  line-height: 1.6;
}

.platform-feature-board__chips,
.platform-showcase-card__codex,
.platform-game-card__badges,
.platform-item-codex,
.platform-quick-codex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.platform-feature-board__chips span,
.platform-showcase-card__codex span,
.platform-game-card__badges span,
.platform-item-codex span,
.platform-quick-codex span {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  max-width: 100%;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 250, 252, 0.86);
  padding: 0.36rem 0.58rem;
  font-size: 0.7rem;
  font-weight: 900;
}

.platform-feature-board__facts {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.platform-feature-board__facts span,
.platform-status-strip__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.75rem;
  font-weight: 800;
}

.platform-feature-board__facts strong,
.platform-status-strip__label strong {
  color: #67e8f9;
}

.platform-progress {
  position: relative;
  height: 0.48rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.08);
}

.platform-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981, #67e8f9, #fbbf24);
  box-shadow: 0 0 18px rgba(103, 232, 249, 0.32);
}

.platform-progress--thin {
  height: 0.32rem;
}

.platform-live-column,
.platform-online-status-grid {
  display: grid;
  gap: 0.85rem;
}

.platform-live-card {
  border-radius: 1.25rem;
}

.platform-live-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: rgba(226, 232, 240, 0.7);
  font-size: 0.78rem;
  font-weight: 900;
}

.platform-live-card__head span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.platform-live-card p {
  color: rgba(226, 232, 240, 0.76);
  font-size: 0.82rem;
  line-height: 1.65;
}

.platform-live-card p + p {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(226, 232, 240, 0.08);
}

.platform-room-mini-list,
.platform-map-preview-list,
.platform-rule-grid {
  display: grid;
  gap: 0.6rem;
}

.platform-room-mini,
.platform-map-preview-list a,
.platform-rule-grid a {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 0.65rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.65rem;
  color: #f8fafc;
}

.platform-room-mini {
  width: 100%;
  justify-content: space-between;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.platform-room-mini:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.platform-room-mini span,
.platform-room-mini strong,
.platform-room-mini small {
  min-width: 0;
}

.platform-room-mini span {
  overflow: hidden;
  color: #f8fafc;
  font-size: 0.82rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-room-mini strong {
  color: #67e8f9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.76rem;
}

.platform-room-mini small {
  margin-left: auto;
  color: rgba(148, 163, 184, 0.86);
  font-size: 0.74rem;
  font-weight: 800;
}

.platform-home-main,
.platform-online-main {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  padding: 0 1rem 2rem;
}

.platform-section {
  margin-bottom: 1.1rem;
  border-radius: 1.55rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.platform-section__head,
.platform-library-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.platform-section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #67e8f9;
  font-size: 0.86rem;
  font-weight: 900;
}

.platform-feature-grid,
.platform-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.platform-library-grid {
  margin-top: 1rem;
}

.platform-feature-grid--online {
  margin-bottom: 1rem;
}

.platform-showcase-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  padding: 1rem;
}

.platform-showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0%, transparent 34%, rgba(255, 255, 255, 0.12) 47%, transparent 60%, transparent 100%);
  opacity: 0;
  transform: translateX(-42%);
  transition: opacity 180ms ease, transform 520ms ease;
}

.platform-showcase-card:hover::after {
  opacity: 1;
  transform: translateX(42%);
}

.platform-showcase-card .platform-game-card__art {
  margin: 0 0 1rem;
  min-height: 9.2rem;
}

.platform-showcase-card .platform-game-card__art::after {
  background:
    radial-gradient(420px 180px at 78% 24%, rgba(110, 231, 183, 0.18), transparent 62%),
    linear-gradient(0deg, rgba(3, 7, 18, 0.82) 0%, rgba(3, 7, 18, 0.18) 62%, rgba(3, 7, 18, 0.18) 100%);
}

.platform-showcase-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.platform-showcase-card .platform-game-card__title {
  white-space: normal;
}

.platform-showcase-card .platform-game-card__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
  font-size: 0.76rem;
}

.platform-showcase-card .platform-game-card__copy {
  min-height: 0;
  margin-top: 0.85rem;
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.9rem;
  line-height: 1.62;
}

.platform-showcase-card__codex {
  margin-top: 0.85rem;
}

.platform-status-strip {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.platform-game-card__badges {
  margin-top: 0.85rem;
}

.platform-showcase-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.platform-showcase-card__actions .platform-button {
  min-height: 2.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.9rem;
  font-size: 0.86rem;
}

.platform-showcase-card .platform-game-card__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.9rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(226, 232, 240, 0.1);
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
}

.platform-room-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.platform-room-search input,
.platform-library-tools label,
.platform-library-tools select {
  min-height: 2.95rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 1rem;
  background: rgba(2, 6, 23, 0.56);
  padding: 0 0.9rem;
}

.platform-room-search input {
  text-transform: uppercase;
}

.platform-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.platform-room-skeleton {
  height: 6.2rem;
  border: 1px solid rgba(226, 232, 240, 0.1);
  border-radius: 1.1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  background-size: 240% 100%;
  padding: 0.9rem;
  animation: platform-shimmer 1.35s ease-in-out infinite;
}

.platform-room-skeleton span {
  display: block;
  height: 0.68rem;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.12);
}

.platform-room-skeleton span:nth-child(1) { width: 42%; }
.platform-room-skeleton span:nth-child(2) { width: 66%; margin-top: 0.85rem; }
.platform-room-skeleton span:nth-child(3) { width: 52%; margin-top: 0.55rem; }

.platform-empty-state {
  display: grid;
  place-items: center;
  gap: 0.35rem;
  min-height: 8rem;
  border: 1px dashed rgba(226, 232, 240, 0.16);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(226, 232, 240, 0.76);
  padding: 1.25rem;
  text-align: center;
}

.platform-empty-state strong {
  color: #f8fafc;
}

.platform-error-line {
  margin-bottom: 0.75rem;
  color: #fecdd3;
  font-size: 0.88rem;
  font-weight: 800;
}

.platform-operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 0.9rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
}

.platform-operations-panel {
  min-width: 0;
  overflow: hidden;
  border-radius: 1.35rem;
}

.platform-codex-panel {
  position: relative;
  isolation: isolate;
  min-height: 17rem;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.9), rgba(3, 7, 18, 0.52)),
    var(--codex-image) center / cover no-repeat;
}

.platform-codex-panel > * {
  position: relative;
  z-index: 1;
}

.platform-item-codex {
  margin-top: 1rem;
}

.platform-item-codex span.is-rare {
  border-color: rgba(251, 191, 36, 0.34);
  background: rgba(245, 158, 11, 0.16);
  color: #fde68a;
}

.platform-rule-grid a {
  color: rgba(148, 163, 184, 0.9);
}

.platform-rule-grid a:hover {
  color: #f8fafc;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(103, 232, 249, 0.08));
}

.platform-map-preview-list a {
  justify-content: space-between;
}

.platform-map-preview-list span {
  color: rgba(226, 232, 240, 0.76);
  font-size: 0.8rem;
  font-weight: 800;
}

.platform-map-preview-list strong {
  flex: 0 0 auto;
  color: #67e8f9;
  font-size: 0.82rem;
}

.platform-filter-panel {
  border-radius: 1.25rem;
  padding: 1rem;
}

.home-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  overflow: visible;
}

.platform-filter-chip {
  min-height: 2.4rem;
  border: 1px solid rgba(226, 232, 240, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.78);
  padding: 0.48rem 0.78rem;
  font-size: 0.82rem;
  font-weight: 900;
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.platform-filter-chip:not(:disabled):hover {
  transform: translateY(-1px);
  border-color: rgba(110, 231, 183, 0.28);
  color: #f8fafc;
}

.platform-filter-chip.is-active {
  border-color: rgba(103, 232, 249, 0.34);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.24), rgba(103, 232, 249, 0.12));
  color: #f8fafc;
}

.platform-library-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.24fr);
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.platform-library-tools--compact {
  grid-template-columns: minmax(12rem, 1fr) minmax(10rem, 0.6fr);
  width: min(100%, 31rem);
  margin-top: 0;
}

.platform-library-tools label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(226, 232, 240, 0.62);
}

.platform-library-tools select {
  color: #f8fafc;
}

.platform-online-topbar {
  justify-content: flex-start;
}

.platform-online-status-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.platform-server-card {
  grid-column: 1 / -1;
}

.platform-server-card strong {
  display: block;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.platform-server-card small {
  display: block;
  margin-top: 0.45rem;
  color: rgba(148, 163, 184, 0.82);
  overflow-wrap: anywhere;
}

.platform-online-status-grid .platform-stat {
  min-height: 7.2rem;
  border-radius: 1.25rem;
  padding: 1rem;
}

.platform-online-status-grid .platform-stat span {
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
}

.platform-online-status-grid .platform-stat strong {
  display: block;
  margin-top: 0.6rem;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.platform-hero-game-tile--button {
  border: 1px solid rgba(226, 232, 240, 0.16);
  cursor: pointer;
}

.platform-quick-codex {
  margin-top: 1rem;
  padding: 0.75rem;
}

.is-spinning {
  animation: platform-spin 0.9s linear infinite;
}

@keyframes platform-spin {
  to { transform: rotate(360deg); }
}

@keyframes platform-shimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}

@media (max-width: 1180px) {
  .platform-home-hero__grid,
  .platform-online-command__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .platform-live-column {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-home-ad {
    grid-column: 1 / -1;
    height: clamp(11rem, 28vw, 15rem);
    min-height: 11rem;
  }

  .platform-feature-grid,
  .platform-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-operations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-codex-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .platform-home-hero,
  .platform-online-command {
    min-height: auto;
    background-position: 58% center;
  }

  .platform-home-hero__content,
  .platform-online-command__content {
    padding: 0.75rem;
  }

  .platform-home-nav,
  .platform-online-topbar {
    align-items: flex-start;
    min-height: auto;
  }

  .platform-home-nav {
    flex-direction: column;
  }

  .platform-home-nav__actions {
    width: 100%;
  }

  .platform-nav-pill {
    min-height: 2rem;
    padding: 0.38rem 0.62rem;
    font-size: 0.7rem;
  }

  .platform-home-hero__grid,
  .platform-online-command__grid,
  .platform-live-column,
  .platform-online-status-grid,
  .platform-feature-grid,
  .platform-library-grid,
  .platform-room-grid,
  .platform-operations-grid {
    grid-template-columns: 1fr;
  }

  .platform-home-ad {
    height: 12rem;
    min-height: 12rem;
  }

  .platform-home-hero .platform-title,
  .platform-online-command .platform-title {
    max-width: 9ch;
    font-size: clamp(3rem, 18vw, 4.7rem);
  }

  .platform-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .platform-hero-metrics span {
    padding: 0.65rem 0.52rem;
    font-size: 0.68rem;
  }

  .platform-hero-metrics strong {
    font-size: 1.25rem;
  }

  .platform-hero-join,
  .platform-room-search,
  .platform-library-tools,
  .platform-library-tools--compact {
    grid-template-columns: 1fr;
  }

  .platform-hero-join button,
  .platform-room-search button {
    width: 100%;
  }

  .platform-section {
    border-radius: 1.1rem;
    padding: 0.8rem;
  }

  .platform-section__head,
  .platform-library-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-filter-row {
    flex-wrap: wrap !important;
    overflow: visible !important;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .home-filter-row > * {
    flex: 0 1 auto;
  }

  .platform-filter-chip {
    min-height: 2.2rem;
    padding: 0.42rem 0.58rem;
    font-size: 0.76rem;
  }

  .platform-showcase-card {
    padding: 0.75rem !important;
  }

  .platform-showcase-card .platform-game-card__art {
    min-height: 8.6rem;
  }

  .platform-showcase-card__actions {
    grid-template-columns: 1fr 1fr;
  }

  .platform-game-card__stats {
    flex-wrap: wrap;
  }

  .platform-home-main,
  .platform-online-main {
    margin-top: -0.5rem;
    padding: 0 0.75rem 1.5rem;
  }

  .platform-map-preview-list a {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Home hub: a small, practical launcher for friends rather than a marketing page. */
.home-hub {
  color: #20242c;
  background: #f4f2ed;
}

.home-hub.platform-home-shell--classic-dark {
  color: #edf1f7;
  background: #11151c;
}

.home-hub__header,
.home-hub__brand,
.home-hub__utilities,
.home-library__head,
.home-public-rooms__head,
.home-hub__footer {
  display: flex;
  align-items: center;
}

.home-hub__header {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.home-hub__brand {
  min-width: 0;
  gap: 0.75rem;
}

.home-hub__brand img {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 0.8rem;
}

.home-hub__brand h1,
.home-hub__brand p,
.home-start-panel h2,
.home-start-panel p,
.home-library__head h2,
.home-public-rooms__head h2,
.home-public-rooms__head p,
.home-hub__footer p {
  margin: 0;
}

.home-hub__brand h1 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.home-hub__brand p {
  margin-top: 0.25rem;
  color: #67707d;
  font-size: 0.86rem;
}

.platform-home-shell--classic-dark .home-hub__brand p {
  color: #9ca7b8;
}

.home-hub__utilities {
  flex: 0 0 auto;
  gap: 0.4rem;
}

.home-hub__utilities button,
.home-public-rooms__head > button,
.home-empty-state button {
  min-height: 2.75rem;
  border: 1px solid rgba(71, 78, 88, 0.22);
  border-radius: 0.75rem;
  background: transparent;
  color: inherit;
  padding: 0 0.8rem;
  font-size: 0.8rem;
  font-weight: 800;
}

.platform-home-shell--classic-dark :is(.home-hub__utilities button, .home-public-rooms__head > button, .home-empty-state button) {
  border-color: rgba(226, 232, 240, 0.18);
}

.home-start-panel,
.home-library,
.home-public-rooms {
  border: 1px solid rgba(71, 78, 88, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.74);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.platform-home-shell--classic-dark :is(.home-start-panel, .home-library, .home-public-rooms) {
  border-color: rgba(226, 232, 240, 0.12);
  background: rgba(25, 30, 39, 0.9);
}

.home-start-panel {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(18rem, 1.1fr);
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.home-start-panel__intro {
  grid-row: span 2;
  align-self: start;
}

.home-start-panel__intro > span,
.home-library__head > div > span {
  color: #657f76;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.platform-home-shell--classic-dark :is(.home-start-panel__intro > span, .home-library__head > div > span) {
  color: #9ec7b8;
}

.home-start-panel h2,
.home-library__head h2,
.home-public-rooms__head h2 {
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.1;
}

.home-start-panel h2 {
  max-width: 14ch;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.home-start-panel__intro p {
  max-width: 26rem;
  margin-top: 0.75rem;
  color: #67707d;
  line-height: 1.6;
}

.platform-home-shell--classic-dark .home-start-panel__intro p {
  color: #a5afbd;
}

.home-recent-room {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-left: 3px solid #5f8b78;
  background: rgba(95, 139, 120, 0.1);
  padding: 0.75rem 0.85rem;
}

.home-recent-room > div:first-child strong,
.home-recent-room > div:first-child span {
  display: block;
}

.home-recent-room > div:first-child span {
  margin-top: 0.18rem;
  color: #67707d;
  font-size: 0.78rem;
}

.home-recent-room > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 0.4rem;
}

.home-recent-room button,
.home-room-join button,
.home-public-rooms__list button {
  min-height: 2.75rem;
  border: 1px solid #526f64;
  border-radius: 0.75rem;
  background: #657f76;
  color: #fff;
  padding: 0 0.9rem;
  font-weight: 850;
}

.home-recent-room button.is-quiet {
  border-color: rgba(71, 78, 88, 0.2);
  background: transparent;
  color: inherit;
}

.home-recent-room button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.home-room-join label,
.home-choice-group > span {
  display: block;
  margin-bottom: 0.45rem;
  color: #525b68;
  font-size: 0.78rem;
  font-weight: 900;
}

.platform-home-shell--classic-dark :is(.home-room-join label, .home-choice-group > span) {
  color: #aab4c2;
}

.home-room-join > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
}

.home-room-join input,
.home-library-tools input,
.home-library-tools select {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid rgba(71, 78, 88, 0.22) !important;
  border-radius: 0.75rem !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #20242c !important;
  padding: 0 0.8rem !important;
  outline: none;
}

.platform-home-shell--classic-dark :is(.home-room-join input, .home-library-tools input, .home-library-tools select) {
  border-color: rgba(226, 232, 240, 0.16) !important;
  background: rgba(10, 14, 20, 0.62) !important;
  color: #edf1f7 !important;
}

.home-room-join input:focus,
.home-library-tools input:focus,
.home-library-tools select:focus {
  border-color: #657f76 !important;
  box-shadow: 0 0 0 3px rgba(95, 139, 120, 0.14);
}

.home-form-error {
  margin: 0.45rem 0 0;
  color: #b42318;
  font-size: 0.82rem;
  font-weight: 750;
}

.platform-home-shell--classic-dark .home-form-error {
  color: #fda4af;
}

.home-choice-group {
  grid-column: 2;
  min-width: 0;
}

.home-hub .home-filter-row {
  margin: 0;
}

.home-hub .platform-filter-chip {
  min-height: 2.75rem;
  border-color: rgba(71, 78, 88, 0.18);
  background: rgba(71, 78, 88, 0.06);
  color: #3d4551;
  padding-inline: 0.9rem;
}

.home-hub .platform-filter-chip.is-active {
  border-color: #526f64;
  background: #657f76;
  color: #fff;
}

.platform-home-shell--classic-dark .platform-filter-chip {
  border-color: rgba(226, 232, 240, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #cbd3de;
}

.home-library {
  margin-bottom: 1rem;
}

.home-library__head,
.home-public-rooms__head {
  justify-content: space-between;
  gap: 1rem;
}

.home-library__head strong {
  min-width: 2.5rem;
  color: #657f76;
  font-family: var(--font-display);
  font-size: 1.6rem;
  text-align: right;
}

.home-more-filters {
  margin: 0.9rem 0 1rem;
  border-top: 1px solid rgba(71, 78, 88, 0.12);
  border-bottom: 1px solid rgba(71, 78, 88, 0.12);
}

.home-more-filters summary {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  color: #525b68;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 850;
}

.platform-home-shell--classic-dark .home-more-filters summary {
  color: #bac3cf;
}

.home-more-filters__body {
  padding: 0 0 0.9rem;
}

.home-library-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.32fr);
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.home-game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-hub .platform-game-card {
  border-color: rgba(71, 78, 88, 0.15);
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.platform-home-shell--classic-dark.home-hub .platform-game-card {
  border-color: rgba(226, 232, 240, 0.1);
  background: rgba(11, 15, 22, 0.58);
}

.home-hub .platform-game-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(32, 36, 44, 0.08);
}

.home-hub .platform-game-card__art {
  min-height: 7rem;
}

.home-hub .platform-game-card__copy {
  min-height: 2.8rem !important;
  color: #5d6571;
}

.platform-home-shell--classic-dark .platform-game-card__copy {
  color: #aeb8c6;
}

.platform-game-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.platform-game-card__actions.is-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-empty-state {
  padding: 2rem 1rem;
  text-align: center;
}

.home-empty-state p {
  margin: 0 0 0.8rem;
}

.home-public-rooms {
  margin-bottom: 1rem;
}

.home-public-rooms__head {
  align-items: flex-start;
}

.home-public-rooms__head p {
  margin-top: 0.3rem;
  color: #67707d;
  font-size: 0.84rem;
}

.home-public-rooms__list {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.home-hub .platform-room-row {
  border-radius: 0.8rem;
  border-color: rgba(71, 78, 88, 0.12);
  background: rgba(71, 78, 88, 0.04);
  box-shadow: none;
}

.home-hub .platform-room-row > div span {
  display: block;
  margin-top: 0.18rem;
  color: #67707d;
  font-size: 0.78rem;
}

.home-public-rooms__empty {
  margin: 0.9rem 0 0;
  color: #67707d;
  font-size: 0.85rem;
}

.home-public-rooms__more {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-top: 0.65rem;
  color: #526f64;
  font-size: 0.84rem;
  font-weight: 850;
}

.home-hub__footer {
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0.25rem;
  color: #67707d;
  font-size: 0.8rem;
}

.home-hub__footer a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: #526f64;
  font-weight: 850;
}

.home-avatar-source {
  flex-basis: 100%;
  max-width: 28rem;
}

.home-footer-ad {
  max-height: 8rem;
  min-height: 5rem !important;
  margin-top: 0.5rem;
}

html[data-pwa-install-prompt='home'] .home-hub {
  padding-bottom: calc(6rem + env(safe-area-inset-bottom)) !important;
}

@media (max-width: 900px) {
  .home-start-panel {
    grid-template-columns: 1fr;
  }

  .home-start-panel__intro,
  .home-choice-group {
    grid-column: 1;
    grid-row: auto;
  }

  .home-start-panel h2 {
    max-width: none;
  }

  .home-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-hub__header {
    align-items: flex-start;
  }

  .home-hub__brand img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .home-hub__brand p {
    font-size: 0.78rem;
  }

  .home-hub__utilities {
    gap: 0.25rem;
  }

  .home-hub__utilities button {
    padding-inline: 0.55rem;
  }

  .home-recent-room {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-room-join > div {
    grid-template-columns: minmax(0, 1fr) 4.5rem;
  }

  .home-library-tools,
  .home-game-grid {
    grid-template-columns: 1fr;
  }

  .home-game-grid {
    gap: 0.55rem;
  }

  .home-hub .platform-game-card {
    display: grid;
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.75rem !important;
  }

  .home-hub .platform-game-card__art {
    min-height: 5.25rem;
    height: 100%;
    margin: 0;
    border-radius: 0.75rem;
  }

  .home-hub .platform-game-card__art-badge,
  .home-hub .platform-game-card__art-orb,
  .home-hub .platform-game-card__logo {
    display: none;
  }

  .home-hub .platform-game-card__body > .flex {
    margin-bottom: 0.2rem !important;
  }

  .home-hub .platform-game-card__title {
    font-size: 1.15rem;
  }

  .home-hub .platform-game-card__meta {
    font-size: 0.72rem;
  }

  .home-hub .platform-game-card__copy {
    display: -webkit-box;
    min-height: 0 !important;
    margin-top: 0.35rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .platform-game-card__actions {
    margin-top: 0.55rem;
  }

  .platform-game-card__actions :is(a, button) {
    min-height: 2.5rem !important;
  }

  .home-footer-ad {
    display: none;
  }

  .pwa-install-prompt {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    padding: 0.6rem;
  }

  .pwa-install-prompt__copy span {
    display: none;
  }

  .pwa-install-prompt__actions {
    display: flex;
    flex-wrap: nowrap;
  }

  .pwa-install-prompt__primary,
  .pwa-install-prompt__secondary {
    min-height: 2.75rem;
  }
}

.platform-home-shell {
  --platform-home-content-width: calc(80rem - 2rem);
  color: #f8fafc;
  background:
    radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.12), transparent 30rem),
    radial-gradient(circle at 84% 10%, rgba(45, 212, 191, 0.1), transparent 28rem),
    linear-gradient(180deg, #060816 0%, #0b1020 48%, #111827 100%);
}

.platform-home-hero {
  min-height: auto;
  padding: clamp(2rem, 5vw, 4.8rem) 1rem 0;
  background: transparent;
}

.platform-home-hero__shade {
  background:
    linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.5;
}

.platform-home-hero__content {
  width: min(100%, var(--platform-home-content-width));
  min-height: 34.8rem;
  padding: clamp(1.45rem, 3vw, 2.6rem);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: clamp(1.4rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 8% 86%, rgba(16, 185, 129, 0.12), transparent 20rem),
    radial-gradient(circle at 92% 14%, rgba(96, 165, 250, 0.11), transparent 24rem),
    linear-gradient(145deg, rgba(24, 31, 47, 0.94), rgba(12, 17, 29, 0.92));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  color: #f8fafc;
}

.platform-home-hero .platform-home-brand {
  display: none;
}

.platform-home-hero .platform-home-nav {
  justify-content: flex-end;
  min-height: 2.7rem;
}

.platform-home-hero .platform-nav-pill {
  border-color: rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.74);
  color: #f8fafc;
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.24);
}

.platform-home-hero .platform-nav-pill--gold {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(120, 53, 15, 0.42);
  color: #fbbf24;
}

.platform-home-hero__grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 0.74fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5.2rem);
  padding: clamp(1.4rem, 2vw, 2rem) 0 0;
}

.platform-home-hero__main {
  max-width: 40rem;
}

.platform-home-hero .platform-kicker {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(148, 163, 184, 0.14);
  color: #e2e8f0;
  letter-spacing: 0.12em;
}

.platform-home-hero .platform-title {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  max-width: none;
  margin-top: 1rem;
  color: #f8fafc;
  font-size: clamp(3.4rem, 5.8vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 1;
  text-shadow: none;
}

.platform-home-title-mark {
  display: inline-flex;
  width: clamp(3rem, 5vw, 4.1rem);
  height: clamp(3rem, 5vw, 4.1rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #0f172a;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.platform-home-title-mark img {
  width: 82%;
  height: 82%;
  -o-object-fit: contain;
     object-fit: contain;
}

.platform-home-hero .platform-copy {
  max-width: 24rem;
  margin-top: 1.15rem;
  color: rgba(226, 232, 240, 0.8);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
}

.platform-home-feedback-link {
  display: inline-flex;
  margin-top: 0.75rem;
  color: #f59e0b;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.platform-home-hero .platform-home-hero__actions {
  margin-top: 1.55rem;
}

.platform-home-hero .platform-button--accent-emerald {
  border-color: rgba(167, 243, 208, 0.14);
  background: #657f76;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(2, 6, 23, 0.34);
}

.platform-home-hero .platform-button--secondary {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(148, 163, 184, 0.18);
  color: #f8fafc;
}

.platform-home-counts {
  margin-top: 1rem;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
}

.platform-home-hero .platform-hero-join {
  width: min(100%, 35rem);
  margin-top: 1.15rem;
  border-color: rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.64);
  box-shadow: 0 14px 36px rgba(2, 6, 23, 0.3);
}

.platform-home-shell .platform-home-hero .platform-hero-join input:not([type="checkbox"]):not([type="radio"]) {
  background: transparent !important;
  color: #f8fafc !important;
  border-color: transparent !important;
}

.platform-home-shell .platform-home-hero .platform-hero-join input::-moz-placeholder {
  color: rgba(203, 213, 225, 0.72) !important;
}

.platform-home-shell .platform-home-hero .platform-hero-join input::placeholder {
  color: rgba(203, 213, 225, 0.72) !important;
}

.platform-home-side {
  display: grid;
  min-width: 0;
  width: 100%;
  gap: 1rem;
}

.platform-home-stat-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}

.platform-home-stat-card {
  display: grid;
  min-height: 9.5rem;
  align-content: center;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.35rem;
  background: rgba(15, 23, 42, 0.58);
  padding: 1.35rem;
  color: #f8fafc;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.22);
}

.platform-home-stat-card span {
  color: rgba(203, 213, 225, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.platform-home-stat-card strong {
  margin-top: 0.7rem;
  color: #f8fafc;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.1;
}

.platform-home-stat-card small {
  margin-top: 0.55rem;
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.92rem;
}

.platform-home-stat-card--link:hover {
  border-color: rgba(101, 127, 118, 0.5);
  background: rgba(30, 41, 59, 0.72);
}

.platform-home-ad {
  grid-column: auto;
  width: 100%;
  height: clamp(17.5rem, 20vw, 18.25rem);
  min-height: 17.5rem;
  max-height: 18.25rem;
  overflow: hidden;
  border-color: rgba(148, 163, 184, 0.16);
  border-radius: 0;
  background: rgba(2, 6, 23, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.platform-home-ad .platform-ad-slot__unit {
  min-height: 18.25rem;
}

.platform-home-ad--compact {
  height: clamp(14rem, 22vw, 17.5rem);
  min-height: 14rem;
  max-height: 17.5rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 13, 27, 0.72);
}

.platform-home-ad--compact .platform-ad-slot__unit {
  min-height: 17.5rem;
}

.platform-home-shell--classic {
  --app-text: #0f172a;
  --surface-bg: rgba(255, 255, 255, 0.78);
  --surface-border: rgba(71, 85, 105, 0.16);
  --surface-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  --platform-muted: #52607a;
  --platform-grid: rgba(82, 96, 122, 0.1);
  color: #0f172a;
  background:
    radial-gradient(980px 420px at 100% -10%, rgba(95, 124, 137, 0.14), transparent 54%),
    radial-gradient(1200px 560px at 0% 0%, rgba(111, 106, 134, 0.14), transparent 58%),
    radial-gradient(960px 500px at 0% 100%, rgba(95, 139, 120, 0.1), transparent 58%),
    #f3f5fb;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) :is(
  .app-surface,
  .platform-panel,
  .platform-filter-panel,
  .platform-library-section,
  .platform-room-panel,
  .platform-home-ad--compact
) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.88)),
    rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(71, 85, 105, 0.16) !important;
  color: #0f172a !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-panel--accent-violet {
  box-shadow: 0 20px 60px rgba(58, 52, 78, 0.18), 0 18px 50px rgba(15, 23, 42, 0.12) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-kicker,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-button--secondary,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-hud-chip {
  border-color: rgba(71, 85, 105, 0.16) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #0f172a !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-copy,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-game-card__copy,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-insight-card__meta {
  color: rgba(30, 41, 59, 0.74) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-game-card__meta,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-insight-card__eyebrow {
  color: rgba(51, 65, 85, 0.72) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-insight-card {
  border-color: rgba(148, 163, 184, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.9)),
    rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 16px 34px rgba(148, 163, 184, 0.16) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-insight-card__value,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-insight-card__title,
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-game-card__title {
  color: #0f172a !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-game-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 250, 255, 0.78)),
    rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(71, 85, 105, 0.12) !important;
  color: #0f172a !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) .platform-game-card__stats {
  color: rgba(15, 23, 42, 0.76) !important;
}

.platform-home-shell--classic:not(.platform-home-shell--classic-dark) input:not([type="checkbox"]):not([type="radio"]),
.platform-home-shell--classic:not(.platform-home-shell--classic-dark) select {
  background-color: rgba(255, 255, 255, 0.78) !important;
  color: #0f172a !important;
  border-color: rgba(71, 85, 105, 0.18) !important;
}

.platform-home-shell--classic-dark {
  --app-text: #f4f7fb;
  --surface-bg: rgba(9, 13, 27, 0.72);
  --surface-border: rgba(148, 163, 184, 0.14);
  --surface-shadow: 0 22px 60px rgba(2, 6, 23, 0.52);
  --platform-muted: #9aa7c2;
  --platform-grid: rgba(148, 163, 184, 0.12);
  color: #f4f7fb;
  background:
    radial-gradient(980px 420px at 100% -10%, rgba(95, 124, 137, 0.22), transparent 54%),
    radial-gradient(1200px 560px at 0% 0%, rgba(111, 106, 134, 0.2), transparent 58%),
    radial-gradient(960px 500px at 0% 100%, rgba(95, 139, 120, 0.14), transparent 58%),
    #060816;
}

.platform-home-shell--classic-dark :is(
  .app-surface,
  .platform-panel,
  .platform-filter-panel,
  .platform-library-section,
  .platform-room-panel,
  .platform-home-ad--compact
) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 13, 27, 0.72) !important;
  border-color: rgba(148, 163, 184, 0.14) !important;
  color: #f4f7fb !important;
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.52) !important;
}

.platform-home-shell--classic-dark .platform-panel--accent-violet {
  box-shadow: 0 20px 60px rgba(58, 52, 78, 0.22), 0 22px 60px rgba(2, 6, 23, 0.52) !important;
}

.platform-home-shell--classic-dark .platform-kicker,
.platform-home-shell--classic-dark .platform-button--secondary,
.platform-home-shell--classic-dark .platform-hud-chip {
  border-color: rgba(148, 163, 184, 0.2) !important;
  background: rgba(15, 23, 42, 0.66) !important;
  color: #f8fafc !important;
}

.platform-home-shell--classic-dark .platform-copy,
.platform-home-shell--classic-dark .platform-game-card__copy,
.platform-home-shell--classic-dark .platform-insight-card__meta {
  color: rgba(226, 232, 240, 0.72) !important;
}

.platform-home-shell--classic-dark .platform-game-card__meta,
.platform-home-shell--classic-dark .platform-insight-card__eyebrow {
  color: rgba(226, 232, 240, 0.62) !important;
}

.platform-home-shell--classic-dark .platform-insight-card {
  border-color: rgba(148, 163, 184, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(9, 13, 27, 0.64) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.platform-home-shell--classic-dark .platform-insight-card__value,
.platform-home-shell--classic-dark .platform-insight-card__title,
.platform-home-shell--classic-dark .platform-game-card__title {
  color: #f8fafc !important;
}

.platform-home-shell--classic-dark .platform-game-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(7, 11, 20, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #f8fafc !important;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.26) !important;
}

.platform-home-shell--classic-dark .platform-game-card__stats {
  color: rgba(226, 232, 240, 0.92) !important;
}

.platform-home-shell--classic-dark input:not([type="checkbox"]):not([type="radio"]),
.platform-home-shell--classic-dark select {
  background-color: rgba(15, 23, 42, 0.66) !important;
  color: #f8fafc !important;
  border-color: rgba(148, 163, 184, 0.2) !important;
}

.platform-home-shell--classic-dark input::-moz-placeholder {
  color: rgba(203, 213, 225, 0.62) !important;
}

.platform-home-shell--classic-dark input::placeholder {
  color: rgba(203, 213, 225, 0.62) !important;
}

.platform-home-main {
  width: min(calc(100% - 2rem), var(--platform-home-content-width)) !important;
  max-width: var(--platform-home-content-width) !important;
  margin-top: 1.5rem;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1180px) {
  .platform-home-hero__grid {
    grid-template-columns: 1fr;
  }

  .platform-home-side {
    max-width: 100%;
  }

  .platform-home-ad {
    height: 16rem;
    min-height: 16rem;
  }
}

@media (max-width: 760px) {
  .platform-home-shell :is(button, a, input, select, textarea),
  .platform-home-shell--classic :is(button, a, input, select, textarea) {
    min-height: 44px;
  }

  .platform-home-shell :is(button, a),
  .platform-home-shell--classic :is(button, a) {
    align-items: center;
  }

  .platform-home-feedback-link {
    padding-block: 0.35rem;
  }

  .platform-home-hero {
    padding: 1rem 0.75rem 0;
  }

  .platform-home-hero__content {
    min-height: auto;
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .platform-home-hero .platform-home-nav {
    align-items: flex-end;
  }

  .platform-home-hero .platform-home-nav__actions {
    justify-content: flex-end;
  }

  .platform-home-hero .platform-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
    font-size: clamp(2.85rem, 16vw, 4rem);
  }

  .platform-home-stat-grid {
    grid-template-columns: 1fr;
  }

  .platform-home-stat-card {
    min-height: 7.5rem;
    padding: 1rem;
  }

  .platform-home-ad {
    height: 12.5rem;
    min-height: 12.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-showcase-card::after,
  .platform-feature-board__media img,
  .platform-room-skeleton,
  .is-spinning {
    animation: none !important;
    transition: none !important;
  }
}

/* Final mobile online-hub overrides: keep the primary join task in the first screen. */
@media (max-width: 700px) {
  .platform-online-command {
    min-height: auto !important;
    background: #0d121b !important;
  }

  .platform-online-command__shade,
  .platform-online-command__main > .platform-kicker,
  .platform-online-command__main .platform-home-hero__actions,
  .platform-online-status-grid .platform-live-card:last-child {
    display: none !important;
  }

  .platform-online-command__content {
    min-height: 0 !important;
    padding: max(0.65rem, env(safe-area-inset-top)) 0.75rem 0.75rem !important;
  }

  .platform-online-command__grid {
    display: block !important;
    min-height: 0 !important;
    padding: 0.65rem 0 0 !important;
  }

  .platform-online-command .platform-title {
    max-width: none !important;
    margin-top: 0 !important;
    font-size: 2.35rem !important;
    line-height: 1 !important;
    text-shadow: none !important;
  }

  .platform-online-command .platform-copy {
    margin-top: 0.45rem !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
  }

  .platform-online-status-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) repeat(2, 5.25rem) !important;
    gap: 0.45rem !important;
    margin-top: 0.65rem !important;
  }

  .platform-online-status-grid .platform-server-card {
    grid-column: auto !important;
  }

  .platform-online-status-grid .platform-live-card,
  .platform-online-status-grid .platform-stat {
    min-height: 3.6rem !important;
    border-radius: 0.75rem !important;
    padding: 0.65rem !important;
  }

  .platform-online-status-grid .platform-server-card small {
    display: none !important;
  }

  .platform-online-status-grid .platform-server-card strong,
  .platform-online-status-grid .platform-stat strong {
    font-size: 0.95rem !important;
  }

  .platform-online-main {
    margin-top: 0 !important;
    padding: 0 0.75rem 1.5rem !important;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-1 {
  inset: 0.25rem;
}
.inset-2 {
  inset: 0.5rem;
}
.inset-\[12\%\] {
  inset: 12%;
}
.inset-\[16\%\] {
  inset: 16%;
}
.inset-\[35\%\] {
  inset: 35%;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.inset-x-4 {
  left: 1rem;
  right: 1rem;
}
.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}
.inset-x-8 {
  left: 2rem;
  right: 2rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-11 {
  bottom: 2.75rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-36 {
  bottom: 9rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\+0\.25rem\)\] {
  bottom: calc(env(safe-area-inset-bottom) + 0.25rem);
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\+0\.2rem\)\] {
  bottom: calc(env(safe-area-inset-bottom) + 0.2rem);
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\+0\.35rem\)\] {
  bottom: calc(env(safe-area-inset-bottom) + 0.35rem);
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\+3\.1rem\)\] {
  bottom: calc(env(safe-area-inset-bottom) + 3.1rem);
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[calc\(env\(safe-area-inset-left\)\+0\.35rem\)\] {
  left: calc(env(safe-area-inset-left) + 0.35rem);
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[calc\(env\(safe-area-inset-right\)\+0\.45rem\)\] {
  right: calc(env(safe-area-inset-right) + 0.45rem);
}
.right-\[calc\(env\(safe-area-inset-right\)\+5\.5rem\)\] {
  right: calc(env(safe-area-inset-right) + 5.5rem);
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-\[calc\(env\(safe-area-inset-top\)\+4\.2rem\)\] {
  top: calc(env(safe-area-inset-top) + 4.2rem);
}
.top-\[calc\(env\(safe-area-inset-top\)\+4\.35rem\)\] {
  top: calc(env(safe-area-inset-top) + 4.35rem);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[120\] {
  z-index: 120;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[9\/10\] {
  aspect-ratio: 9/10;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[calc\(100dvh-1\.5rem\)\] {
  height: calc(100dvh - 1.5rem);
}
.h-full {
  height: 100%;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[calc\(100dvh-1\.5rem-env\(safe-area-inset-top\)-env\(safe-area-inset-bottom\)\)\] {
  max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
}
.\!min-h-\[unset\] {
  min-height: unset !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[210px\] {
  min-height: 210px;
}
.min-h-\[3\.4rem\] {
  min-height: 3.4rem;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[760px\] {
  min-height: 760px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-\[calc\(100dvh-2rem\)\] {
  min-height: calc(100dvh - 2rem);
}
.min-h-\[calc\(100svh-4rem\)\] {
  min-height: calc(100svh - 4rem);
}
.min-h-\[calc\(100vh-2\.5rem\)\] {
  min-height: calc(100vh - 2.5rem);
}
.min-h-\[calc\(100vh-2rem\)\] {
  min-height: calc(100vh - 2rem);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-36 {
  width: 9rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[96\%\] {
  width: 96%;
}
.w-\[min\(54vw\2c 240px\)\] {
  width: min(54vw, 240px);
}
.w-\[min\(58vh\2c 240px\)\] {
  width: min(58vh, 240px);
}
.w-\[min\(78vw\2c 270px\)\] {
  width: min(78vw, 270px);
}
.w-\[min\(88\%\2c 820px\)\] {
  width: min(88%, 820px);
}
.w-\[min\(92\%\2c 820px\)\] {
  width: min(92%, 820px);
}
.w-\[min\(92vw\2c 18rem\)\] {
  width: min(92vw, 18rem);
}
.w-\[min\(92vw\2c 360px\)\] {
  width: min(92vw, 360px);
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[3\.2rem\] {
  min-width: 3.2rem;
}
.min-w-\[3\.4rem\] {
  min-width: 3.4rem;
}
.min-w-\[3\.5rem\] {
  min-width: 3.5rem;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[780px\] {
  min-width: 780px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[2200px\] {
  max-width: 2200px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[34vw\] {
  max-width: 34vw;
}
.max-w-\[38vw\] {
  max-width: 38vw;
}
.max-w-\[42vw\] {
  max-width: 42vw;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[78\%\] {
  max-width: 78%;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-\[calc\(100vw-2rem\)\] {
  max-width: calc(100vw - 2rem);
}
.max-w-\[min\(24rem\2c calc\(100vw-2rem\)\)\] {
  max-width: min(24rem, calc(100vw - 2rem));
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-bottom {
  transform-origin: bottom;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-3 {
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.01\] {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-\[4rem_repeat\(6\2c minmax\(0\2c 1fr\)\)_4rem\] {
  grid-template-columns: 4rem repeat(6,minmax(0,1fr)) 4rem;
}
.grid-cols-\[minmax\(0\2c 1fr\)_7rem\] {
  grid-template-columns: minmax(0,1fr) 7rem;
}
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-px {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[1\.2rem\] {
  border-radius: 1.2rem;
}
.rounded-\[1\.35rem\] {
  border-radius: 1.35rem;
}
.rounded-\[1\.45rem\] {
  border-radius: 1.45rem;
}
.rounded-\[1\.55rem\] {
  border-radius: 1.55rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}
.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}
.rounded-\[1\.7rem\] {
  border-radius: 1.7rem;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-\[38px\] {
  border-radius: 38px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[28px\] {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-amber-100\/15 {
  border-color: rgb(254 243 199 / 0.15);
}
.border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-200\/35 {
  border-color: rgb(253 230 138 / 0.35);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-amber-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}
.border-amber-950\/20 {
  border-color: rgb(69 26 3 / 0.2);
}
.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.border-cyan-300\/35 {
  border-color: rgb(103 232 249 / 0.35);
}
.border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}
.border-cyan-400\/35 {
  border-color: rgb(34 211 238 / 0.35);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-400\/55 {
  border-color: rgb(34 211 238 / 0.55);
}
.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.border-emerald-100\/15 {
  border-color: rgb(209 250 229 / 0.15);
}
.border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-300\/15 {
  border-color: rgb(110 231 183 / 0.15);
}
.border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-300\/35 {
  border-color: rgb(110 231 183 / 0.35);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2);
}
.border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5);
}
.border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/35 {
  border-color: rgb(165 180 252 / 0.35);
}
.border-lime-400\/35 {
  border-color: rgb(163 230 53 / 0.35);
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}
.border-orange-400\/35 {
  border-color: rgb(251 146 60 / 0.35);
}
.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-pink-300\/35 {
  border-color: rgb(249 168 212 / 0.35);
}
.border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2);
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-300\/35 {
  border-color: rgb(216 180 254 / 0.35);
}
.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-rose-100\/15 {
  border-color: rgb(255 228 230 / 0.15);
}
.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}
.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}
.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}
.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}
.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}
.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}
.border-rose-400\/35 {
  border-color: rgb(251 113 133 / 0.35);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55);
}
.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}
.border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}
.border-sky-300\/35 {
  border-color: rgb(125 211 252 / 0.35);
}
.border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}
.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-violet-100\/15 {
  border-color: rgb(237 233 254 / 0.15);
}
.border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.border-violet-400\/55 {
  border-color: rgb(167 139 250 / 0.55);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}
.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}
.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(180deg\2c \#f4d28a_0\%\2c \#eabf6e_100\%\)\] {
  background-image: linear-gradient(180deg,#f4d28a 0%,#eabf6e 100%);
}
.bg-\[radial-gradient\(circle_at_50\%_72\%\2c rgba\(34\2c 211\2c 238\2c 0\.28\)\2c transparent_28\%\)\2c radial-gradient\(circle_at_50\%_18\%\2c rgba\(125\2c 211\2c 252\2c 0\.18\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at 50% 72%,rgba(34,211,238,0.28),transparent 28%),radial-gradient(circle at 50% 18%,rgba(125,211,252,0.18),transparent 34%);
}
.bg-\[radial-gradient\(circle_at_top\2c \#16302b_0\%\2c \#071015_45\%\2c \#020508_100\%\)\] {
  background-image: radial-gradient(circle at top,#16302b 0%,#071015 45%,#020508 100%);
}
.bg-\[radial-gradient\(circle_at_top\2c \#243b55\2c transparent_38\%\)\2c linear-gradient\(160deg\2c \#08111f\2c \#121827_48\%\2c \#090d13\)\] {
  background-image: radial-gradient(circle at top,#243b55,transparent 38%),linear-gradient(160deg,#08111f,#121827 48%,#090d13);
}
.bg-\[radial-gradient\(circle_at_top\2c \#2d2b58\2c transparent_35\%\)\2c linear-gradient\(180deg\2c \#04070d\2c \#111827_48\%\2c \#05070d\)\] {
  background-image: radial-gradient(circle at top,#2d2b58,transparent 35%),linear-gradient(180deg,#04070d,#111827 48%,#05070d);
}
.bg-\[radial-gradient\(circle_at_top\2c \#7c2d12\2c \#1e293b_68\%\)\] {
  background-image: radial-gradient(circle at top,#7c2d12,#1e293b 68%);
}
.bg-\[radial-gradient\(circle_at_top\2c rgba\(148\2c 163\2c 184\2c 0\.15\)\2c transparent_42\%\)\2c linear-gradient\(180deg\2c \#050816\2c \#0f172a_38\%\2c \#020617\)\] {
  background-image: radial-gradient(circle at top,rgba(148,163,184,0.15),transparent 42%),linear-gradient(180deg,#050816,#0f172a 38%,#020617);
}
.bg-\[radial-gradient\(circle_at_top\2c rgba\(251\2c 191\2c 36\2c 0\.16\)\2c transparent_62\%\)\2c linear-gradient\(180deg\2c rgba\(15\2c 23\2c 42\2c 0\.88\)\2c rgba\(2\2c 6\2c 23\2c 0\.98\)\)\] {
  background-image: radial-gradient(circle at top,rgba(251,191,36,0.16),transparent 62%),linear-gradient(180deg,rgba(15,23,42,0.88),rgba(2,6,23,0.98));
}
.bg-\[radial-gradient\(circle_at_top\2c rgba\(251\2c 191\2c 36\2c 0\.22\)\2c transparent_55\%\)\2c linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.06\)\2c rgba\(15\2c 23\2c 42\2c 0\.18\)\)\] {
  background-image: radial-gradient(circle at top,rgba(251,191,36,0.22),transparent 55%),linear-gradient(180deg,rgba(255,255,255,0.06),rgba(15,23,42,0.18));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-300 {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-600\/25 {
  --tw-gradient-from: rgb(217 119 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700 {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-300 {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/25 {
  --tw-gradient-from: rgb(8 145 178 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500\/20 {
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/25 {
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-700 {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-800 {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-900 {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-950 {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700 {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-300 {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-400 {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-500 {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-300 {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-600 {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-300 {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-400 {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-600\/25 {
  --tw-gradient-from: rgb(225 29 72 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-900 {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-950 {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-400 {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-200 {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-600 {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-700 {
  --tw-gradient-from: #334155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-800 {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-stone-600 {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-stone-800 {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-stone-900 {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-stone-950 {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/25 {
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-950 {
  --tw-gradient-from: #2e1065 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 101 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-amber-200\/10 {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 230 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-300 {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-500\/10 {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 158 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-950 {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-500\/10 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-950 {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-400\/10 {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(34 211 238 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-500\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-emerald-300 {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-emerald-500\/10 {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 185 129 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-fuchsia-500\/10 {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-fuchsia-900 {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-fuchsia-950 {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-lime-300 {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-orange-500 {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-orange-500\/10 {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-red-300 {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-red-500 {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-rose-500\/10 {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 63 94 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-300 {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-400 {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-100\/10 {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(241 245 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-slate-950 {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-stone-900 {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-900 {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-950 {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-violet-500\/10 {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-violet-950 {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-zinc-900 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-amber-200 {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}
.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}
.to-amber-950 {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}
.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-cyan-900 {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}
.to-cyan-950 {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-emerald-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}
.to-fuchsia-700 {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}
.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}
.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}
.to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}
.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}
.to-green-700 {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}
.to-green-900 {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}
.to-indigo-300 {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}
.to-indigo-400 {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}
.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.to-indigo-900 {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}
.to-indigo-950 {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-red-400 {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.to-red-800 {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}
.to-rose-400 {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}
.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}
.to-rose-700 {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}
.to-sky-700 {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}
.to-slate-200\/10 {
  --tw-gradient-to: rgb(226 232 240 / 0.1) var(--tw-gradient-to-position);
}
.to-slate-300 {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}
.to-slate-700 {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-slate-900 {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.to-slate-950 {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}
.to-stone-300\/10 {
  --tw-gradient-to: rgb(214 211 209 / 0.1) var(--tw-gradient-to-position);
}
.to-stone-700 {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}
.to-stone-800 {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}
.to-stone-900 {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}
.to-stone-950 {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}
.to-teal-400 {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-600 {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}
.to-violet-700 {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[max\(0\.75rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}
.pb-\[max\(1rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[calc\(env\(safe-area-inset-top\)\+3\.25rem\)\] {
  padding-top: calc(env(safe-area-inset-top) + 3.25rem);
}
.pt-\[max\(0\.75rem\2c env\(safe-area-inset-top\)\)\] {
  padding-top: max(0.75rem, env(safe-area-inset-top));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-\[10px\] {
  font-size: 10px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.\!tracking-\[0\.35em\] {
  letter-spacing: 0.35em !important;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.26em\] {
  letter-spacing: 0.26em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.32em\] {
  letter-spacing: 0.32em;
}
.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[0\.45em\] {
  letter-spacing: 0.45em;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.placeholder-slate-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.accent-rose-400 {
  accent-color: #fb7185;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(110\2c 231\2c 183\2c 0\.2\)\] {
  --tw-shadow: 0 0 0 1px rgba(110,231,183,0.2);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(252\2c 165\2c 165\2c 0\.3\)\] {
  --tw-shadow: 0 0 0 1px rgba(252,165,165,0.3);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(52\2c 211\2c 153\2c 0\.18\)\] {
  --tw-shadow: 0 0 0 1px rgba(52,211,153,0.18);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_purple\] {
  --tw-shadow: 0 0 10px purple;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_14px_rgba\(251\2c 113\2c 133\2c 0\.7\)\] {
  --tw-shadow: 0 0 14px rgba(251,113,133,0.7);
  --tw-shadow-colored: 0 0 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(250\2c 204\2c 21\2c 0\.5\)\] {
  --tw-shadow: 0 0 15px rgba(250,204,21,0.5);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_16px_rgba\(103\2c 232\2c 249\2c 0\.88\)\] {
  --tw-shadow: 0 0 16px rgba(103,232,249,0.88);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_16px_rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  --tw-shadow: 0 0 16px rgba(255,255,255,0.8);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(234\2c 179\2c 8\2c 0\.4\)\] {
  --tw-shadow: 0 0 20px rgba(234,179,8,0.4);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(251\2c 191\2c 36\2c 0\.55\)\] {
  --tw-shadow: 0 0 20px rgba(251,191,36,0.55);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_22px_rgba\(125\2c 211\2c 252\2c 0\.75\)\] {
  --tw-shadow: 0 0 22px rgba(125,211,252,0.75);
  --tw-shadow-colored: 0 0 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_24px_rgba\(251\2c 113\2c 133\2c 0\.22\)\] {
  --tw-shadow: 0 0 24px rgba(251,113,133,0.22);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_24px_rgba\(74\2c 222\2c 128\2c 0\.25\)\] {
  --tw-shadow: 0 0 24px rgba(74,222,128,0.25);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_28px_rgba\(255\2c 255\2c 255\2c 0\.22\)\] {
  --tw-shadow: 0 0 28px rgba(255,255,255,0.22);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_28px_rgba\(255\2c 255\2c 255\2c 0\.36\)\] {
  --tw-shadow: 0 0 28px rgba(255,255,255,0.36);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(251\2c 113\2c 133\2c 0\.35\)\] {
  --tw-shadow: 0 0 30px rgba(251,113,133,0.35);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(251\2c 191\2c 36\2c 0\.3\)\] {
  --tw-shadow: 0 0 30px rgba(251,191,36,0.3);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(34\2c 211\2c 238\2c 0\.2\)\] {
  --tw-shadow: 0 0 30px rgba(34,211,238,0.2);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_36px_rgba\(251\2c 113\2c 133\2c 0\.45\)\] {
  --tw-shadow: 0 0 36px rgba(251,113,133,0.45);
  --tw-shadow-colored: 0 0 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_36px_rgba\(34\2c 211\2c 238\2c 0\.42\)\] {
  --tw-shadow: 0 0 36px rgba(34,211,238,0.42);
  --tw-shadow-colored: 0 0 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_40px_rgba\(34\2c 211\2c 238\2c 0\.28\)\] {
  --tw-shadow: 0 0 40px rgba(34,211,238,0.28);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_50px_rgba\(234\2c 179\2c 8\2c 0\.2\)\] {
  --tw-shadow: 0 0 50px rgba(234,179,8,0.2);
  --tw-shadow-colored: 0 0 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_22px_70px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 22px 70px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 22px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-cyan-950\/30 {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/25 {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-950\/30 {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-rose-950\/30 {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}
.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}
.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}
.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-100 {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_16px_rgba\(103\2c 232\2c 249\2c 0\.9\)\] {
  --tw-drop-shadow: drop-shadow(0 0 16px rgba(103,232,249,0.9));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_16px_rgba\(251\2c 113\2c 133\2c 0\.88\)\] {
  --tw-drop-shadow: drop-shadow(0 0 16px rgba(251,113,133,0.88));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_16px_rgba\(251\2c 191\2c 36\2c 0\.85\)\] {
  --tw-drop-shadow: drop-shadow(0 0 16px rgba(251,191,36,0.85));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 2px rgba(0,0,0,0.5));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body {
  margin: 0;
  font-family: "Segoe UI Variable", "PingFang SC", "Microsoft YaHei UI", "Noto Sans SC",
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  color: inherit;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
  box-sizing: border-box;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-amber-100\/55:hover {
  background-color: rgb(254 243 199 / 0.55);
}

.hover\:bg-amber-300\/25:hover {
  background-color: rgb(252 211 77 / 0.25);
}

.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-400\/25:hover {
  background-color: rgb(251 191 36 / 0.25);
}

.hover\:bg-amber-400\/30:hover {
  background-color: rgb(251 191 36 / 0.3);
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-400\/15:hover {
  background-color: rgb(34 211 238 / 0.15);
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-emerald-500\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}

.hover\:bg-emerald-500\/50:hover {
  background-color: rgb(16 185 129 / 0.5);
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-500\/25:hover {
  background-color: rgb(244 63 94 / 0.25);
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-900\/60:hover {
  background-color: rgb(15 23 42 / 0.6);
}

.hover\:bg-slate-900\/80:hover {
  background-color: rgb(15 23 42 / 0.8);
}

.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-600:hover {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-600:hover {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.hover\:to-rose-700:hover {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.hover\:to-slate-600:hover {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.hover\:to-stone-600:hover {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-blue-900\/50:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:border-emerald-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-emerald-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white\/40:focus {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.focus\:ring-white\/60:focus {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-amber-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-blue-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-emerald-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-rose-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-violet-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-white\/40:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:bg-emerald-400\/30:active {
  background-color: rgb(52 211 153 / 0.3);
}

.active\:from-blue-700:active {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:to-purple-800:active {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.disabled\:transform-none:disabled {
  transform: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:bg-slate-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-white\/10:disabled {
  background-color: rgb(255 255 255 / 0.1);
}

.disabled\:text-slate-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.disabled\:text-white\/45:disabled {
  color: rgb(255 255 255 / 0.45);
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-45:disabled {
  opacity: 0.45;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

.disabled\:hover\:bg-red-600:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-\[220px\] {
    width: 220px;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:min-w-\[700px\] {
    min-width: 700px;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[10px\] {
    font-size: 10px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:hover\:z-30:hover {
    z-index: 30;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:hover\:space-x-2:hover > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:min-w-\[30rem\] {
    min-width: 30rem;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[0\.8fr_1\.2fr\] {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .lg\:grid-cols-\[1\.15fr_360px\] {
    grid-template-columns: 1.15fr 360px;
  }

  .lg\:grid-cols-\[1\.1fr\2c 0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.25fr_360px\] {
    grid-template-columns: 1.25fr 360px;
  }

  .lg\:grid-cols-\[1\.2fr\2c 0\.8fr\] {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .lg\:grid-cols-\[1\.3fr\2c 0\.7fr\] {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(360px\2c 0\.68fr\)\] {
    grid-template-columns: minmax(0,1.05fr) minmax(360px,0.68fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(360px\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.1fr) minmax(360px,0.9fr);
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[23rem_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 23rem minmax(0,1fr);
  }

  .xl\:grid-cols-\[24rem_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 24rem minmax(0,1fr);
  }

  .xl\:grid-cols-\[25rem_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 25rem minmax(0,1fr);
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:bg-amber-900\/20 {
    background-color: rgb(120 53 15 / 0.2);
  }
}

