:root {
  --gx-bg: #0b0d12;
  --gx-bg-elevated: rgba(20, 25, 35, 0.84);
  --gx-bg-soft: rgba(22, 28, 39, 0.68);
  --gx-border: rgba(255, 255, 255, 0.12);
  --gx-border-strong: rgba(255, 94, 87, 0.34);
  --gx-border-blue: rgba(110, 148, 255, 0.26);
  --gx-text: #f5f6fb;
  --gx-text-muted: rgba(232, 236, 248, 0.76);
  --gx-text-soft: rgba(204, 211, 227, 0.62);
  --gx-red: #ff5e57;
  --gx-red-soft: rgba(255, 94, 87, 0.16);
  --gx-blue: #7b8dff;
  --gx-blue-soft: rgba(123, 141, 255, 0.18);
  --gx-gold: #ffbf73;
  --gx-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --gx-radius-xl: 24px;
  --gx-radius-lg: 20px;
  --gx-radius-md: 16px;
  --gx-shell: min(1320px, calc(100% - 40px));
}

.network-site-page.is-gaming,
body.gx-player-theme {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 94, 87, 0.16), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(123, 141, 255, 0.14), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 191, 115, 0.08), transparent 28%),
    linear-gradient(180deg, #06070a 0%, #0b0d12 36%, #10131b 100%);
  color: var(--gx-text);
  font-family: "Barlow", "Manrope", sans-serif;
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}

body.ev-player-core.gx-player-theme {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 94, 87, 0.16), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(123, 141, 255, 0.14), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 191, 115, 0.08), transparent 28%),
    linear-gradient(180deg, #06070a 0%, #0b0d12 36%, #10131b 100%) !important;
  color: var(--gx-text);
}

.network-site-page.is-gaming::before,
body.gx-player-theme::before,
.network-site-page.is-gaming::after,
body.gx-player-theme::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.network-site-page.is-gaming::before,
body.gx-player-theme::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.04), transparent 14%),
    radial-gradient(circle at 60% 60%, rgba(123, 141, 255, 0.08), transparent 18%);
  filter: blur(24px);
}

body.ev-player-core.gx-player-theme::before,
body.ev-player-core.gx-player-theme::after {
  display: block !important;
}

body.ev-player-core.gx-player-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.04), transparent 14%),
    radial-gradient(circle at 60% 60%, rgba(123, 141, 255, 0.08), transparent 18%);
  filter: blur(24px);
}

.network-site-page.is-gaming::after,
body.gx-player-theme::after {
  background-image:
    radial-gradient(circle at 16% 84%, rgba(255, 94, 87, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 70%, rgba(255, 191, 115, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 58%, rgba(255, 94, 87, 0.14) 0 1px, transparent 2px),
    linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.03) 50%, transparent 58%);
  background-size: 240px 240px, 320px 320px, 180px 180px, 100% 100%;
  animation: gx-drift 18s linear infinite;
  opacity: 0.42;
}

body.ev-player-core.gx-player-theme::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle at 16% 84%, rgba(255, 94, 87, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 70%, rgba(255, 191, 115, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 58%, rgba(255, 94, 87, 0.14) 0 1px, transparent 2px),
    linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.03) 50%, transparent 58%);
  background-size: 240px 240px, 320px 320px, 180px 180px, 100% 100%;
  animation: gx-drift 18s linear infinite;
  opacity: 0.42;
}

@keyframes gx-drift {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  to {
    transform: translateY(0);
  }
}

.network-site-page.is-gaming .site-shell {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
}

body.gx-player-theme main.ev-player-page-shell,
body.gx-player-theme .player-page-main,
body.gx-player-theme main.main-container {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.gx-player-theme .player-wallpaper-layer,
body.gx-player-theme #playerSidebar,
body.gx-player-theme #playerSidebarOverlay,
body.gx-player-theme .player-masthead,
body.gx-player-theme .player-drawer {
  display: none !important;
}

.gx-site-shell,
.gx-player-shell {
  width: var(--gx-shell);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gx-site-shell {
  padding: 28px 0 52px;
}

.gx-player-main {
  width: var(--gx-shell);
  margin: 102px auto 52px;
  position: relative;
  z-index: 1;
}

.gx-player-shell {
  display: grid;
  gap: 22px;
}

.gx-surface {
  position: relative;
  overflow: hidden;
  border-radius: var(--gx-radius-xl);
  border: 1px solid transparent;
  background:
    linear-gradient(var(--gx-bg-elevated), var(--gx-bg-elevated)) padding-box,
    linear-gradient(135deg, rgba(255, 94, 87, 0.28), rgba(123, 141, 255, 0.22), rgba(255, 255, 255, 0.08)) border-box;
  box-shadow: var(--gx-shadow);
  backdrop-filter: blur(16px);
}

.gx-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 94, 87, 0.1), transparent 22%),
    radial-gradient(circle at bottom left, rgba(123, 141, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
  pointer-events: none;
}

.gx-surface > * {
  position: relative;
  z-index: 1;
}

.gx-floating-header,
.gx-player-header {
  width: var(--gx-shell);
  margin: 0 auto;
  position: sticky;
  top: 18px;
  z-index: 40;
}

.gx-floating-header-shell,
.gx-player-header-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(28, 34, 46, 0.78), rgba(18, 22, 32, 0.72));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.gx-brand,
.gx-player-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gx-text);
  text-decoration: none;
  min-width: 0;
}

.gx-brand-mark,
.gx-player-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 94, 87, 0.18), rgba(123, 141, 255, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gx-brand-mark img,
.gx-player-brand-mark img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.gx-brand-copy,
.gx-player-brand-copy {
  display: grid;
  gap: 2px;
}

.gx-brand-copy strong,
.gx-player-brand-copy strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gx-brand-copy span,
.gx-player-brand-copy span {
  color: var(--gx-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gx-nav,
.gx-player-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.gx-nav-link,
.gx-player-link,
.gx-login-pill,
.gx-player-action,
.gx-pill,
.gx-inline-chip,
.gx-button,
.gx-tab,
.gx-profile-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  color: var(--gx-text);
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gx-nav-link:hover,
.gx-player-link:hover,
.gx-login-pill:hover,
.gx-player-action:hover,
.gx-button:hover,
.gx-tab:hover,
.gx-profile-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 94, 87, 0.26);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gx-nav-link.is-current,
.gx-player-link.is-active,
.gx-tab.is-active,
.gx-button.is-primary,
.gx-login-pill,
.gx-player-action.is-primary {
  background: linear-gradient(135deg, rgba(255, 94, 87, 0.22), rgba(123, 141, 255, 0.22));
  border-color: rgba(255, 94, 87, 0.34);
  color: #fff7f7;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), inset 0 -2px 0 rgba(255, 94, 87, 0.72);
}

.gx-button.is-secondary,
.gx-player-action.is-secondary {
  background: linear-gradient(135deg, rgba(123, 141, 255, 0.18), rgba(255, 255, 255, 0.06));
  border-color: rgba(123, 141, 255, 0.28);
}

.gx-header-side,
.gx-player-side {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gx-profile-pill {
  min-height: 52px;
  padding: 8px 14px 8px 10px;
  justify-content: flex-start;
}

.gx-profile-pill img {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.gx-profile-copy {
  display: grid;
  gap: 2px;
}

.gx-profile-copy strong {
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.gx-profile-copy span {
  color: var(--gx-text-soft);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gx-landing-grid,
.gx-section-grid,
.gx-card-grid,
.gx-split-grid,
.gx-two-column,
.gx-feed-grid,
.gx-list-grid,
.gx-meta-grid,
.gx-stats-grid,
.gx-support-grid {
  display: grid;
  gap: 20px;
}

.gx-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: stretch;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.82) 0%, rgba(10, 12, 18, 0.58) 46%, rgba(10, 12, 18, 0.22) 100%),
    url('/static/gaming/hero_banner.jpg') center/cover no-repeat;
}

.gx-hero-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  max-width: 560px;
}

.gx-tag,
.gx-section-tag,
.gx-kicker,
.gx-score-badge,
.gx-mini-label,
.gx-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: var(--gx-text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gx-score-badge {
  background: linear-gradient(135deg, rgba(255, 94, 87, 0.28), rgba(255, 94, 87, 0.14));
  color: #fff5f5;
}

.gx-status-pill.status-pill-scheduled,
.gx-status-pill[data-waiting="staff"] {
  background: linear-gradient(135deg, rgba(123, 141, 255, 0.2), rgba(123, 141, 255, 0.08));
  border-color: rgba(123, 141, 255, 0.24);
}

.gx-status-pill.status-pill-live,
.gx-status-pill[data-waiting="user"] {
  background: linear-gradient(135deg, rgba(121, 255, 176, 0.22), rgba(121, 255, 176, 0.08));
  border-color: rgba(121, 255, 176, 0.22);
  color: #effff5;
}

.gx-status-pill.status-pill-ended,
.gx-status-pill[data-state="closed"] {
  background: linear-gradient(135deg, rgba(255, 94, 87, 0.22), rgba(255, 94, 87, 0.08));
  border-color: rgba(255, 94, 87, 0.24);
  color: #fff1ef;
}

.gx-hero-title,
.gx-page-title,
.gx-section-title,
.gx-card-title,
.gx-review-title,
.gx-panel-title,
.gx-list-title {
  margin: 0;
  color: var(--gx-text);
}

.gx-hero-title,
.gx-page-title {
  font-family: "Cormorant Garamond", "Cinzel", serif;
  font-size: clamp(3.3rem, 6vw, 5.3rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.gx-hero-title .gx-highlight,
.gx-page-title .gx-highlight {
  color: #ffb7a9;
  font-style: italic;
}

.gx-hero-copy p,
.gx-copy,
.gx-card-copy,
.gx-list-copy,
.gx-review-excerpt,
.gx-muted,
.gx-feed-meta,
.gx-support-copy,
.gx-calendar-copy {
  margin: 0;
  color: var(--gx-text-muted);
  line-height: 1.7;
}

.gx-button-row,
.gx-chip-row,
.gx-inline-row,
.gx-filter-row,
.gx-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gx-chip-row {
  margin-top: 6px;
}

.gx-inline-chip {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.7rem;
}

.gx-hero-visual {
  position: relative;
  min-height: 540px;
}

.gx-hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 2% 12% 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 178, 145, 0.26) 0%, rgba(123, 141, 255, 0.16) 42%, transparent 70%);
  filter: blur(18px);
}

.gx-character-layer {
  position: absolute;
  inset: 4% -4% -3% 24%;
  background: url('/static/acblackflag2.png') center bottom / contain no-repeat;
  filter: drop-shadow(0 36px 55px rgba(0, 0, 0, 0.44));
}

.gx-content-grid {
  margin-top: 22px;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.gx-card,
.gx-panel,
.gx-stream-card,
.gx-review-card,
.gx-list-card,
.gx-stat-card,
.gx-feed-card,
.gx-thread-card,
.gx-planner-card,
.gx-calendar-panel,
.gx-support-panel,
.gx-modal-card {
  padding: 22px;
}

.gx-card,
.gx-panel,
.gx-stream-card,
.gx-review-card,
.gx-list-card,
.gx-stat-card,
.gx-feed-card,
.gx-thread-card,
.gx-planner-card,
.gx-calendar-panel,
.gx-support-panel,
.gx-modal-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--gx-radius-lg);
  border: 1px solid transparent;
  background:
    linear-gradient(var(--gx-bg-soft), var(--gx-bg-soft)) padding-box,
    linear-gradient(135deg, rgba(255, 94, 87, 0.26), rgba(123, 141, 255, 0.22), rgba(255, 255, 255, 0.06)) border-box;
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.gx-card > *,
.gx-panel > *,
.gx-stream-card > *,
.gx-review-card > *,
.gx-list-card > *,
.gx-stat-card > *,
.gx-feed-card > *,
.gx-thread-card > *,
.gx-planner-card > *,
.gx-calendar-panel > *,
.gx-support-panel > *,
.gx-modal-card > * {
  position: relative;
  z-index: 1;
}

.gx-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.gx-embed-frame,
.gx-media-frame,
.gx-thumbnail-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 9, 14, 0.82);
  margin-top: 16px;
}

.gx-embed-frame iframe,
.gx-media-frame iframe,
.gx-thumbnail-frame img,
.gx-thumbnail-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.gx-review-layout {
  display: grid;
  gap: 18px;
}

.gx-review-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.gx-score-block {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.gx-score-block strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.gx-score-block span {
  color: var(--gx-text-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.gx-game-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gx-game-item,
.gx-meta-card,
.gx-track-item,
.gx-faq-item,
.gx-ticket-item,
.gx-thread-item,
.gx-agenda-item,
.gx-creator-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.gx-game-rank {
  color: #ffb7a9;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.gx-game-name,
.gx-meta-card strong,
.gx-track-item strong,
.gx-thread-item strong,
.gx-agenda-item strong,
.gx-creator-item strong {
  font-size: 1.04rem;
}

.gx-page-hero,
.gx-page-banner {
  padding: 28px;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 20px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.86) 0%, rgba(10, 12, 18, 0.58) 58%, rgba(10, 12, 18, 0.22) 100%),
    url('/static/gaming/hero_banner.jpg') center/cover no-repeat;
}

.gx-page-banner--compact {
  min-height: 280px;
}

.gx-page-sidebar-card {
  align-self: stretch;
}

.gx-page-copy {
  max-width: 58rem;
}

.gx-pill-stack,
.gx-note-list,
.gx-ticket-list,
.gx-support-stack,
.gx-form-stack,
.gx-calendar-agenda,
.gx-calendar-grid,
.gx-roster-grid,
.gx-highlights-grid {
  display: grid;
  gap: 16px;
}

.gx-three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gx-two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gx-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gx-stat-card strong {
  display: block;
  font-size: 1.9rem;
  margin-top: 8px;
}

.gx-filter-row {
  margin-top: 18px;
}

.gx-tab {
  cursor: pointer;
}

.gx-tab[data-hidden="true"],
.gx-planner-card[data-hidden="true"] {
  display: none;
}

.gx-feed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gx-feed-status,
.gx-empty-state,
.gx-warning,
.gx-ticket-status,
.gx-support-note {
  color: var(--gx-text-muted);
}

.gx-warning {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 191, 115, 0.2);
  background: rgba(255, 191, 115, 0.08);
}

.gx-media-frame,
.gx-thumbnail-frame {
  margin-top: 14px;
}

.gx-roster-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gx-roster-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gx-roster-meta {
  display: grid;
  gap: 4px;
}

.gx-calendar-layout {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.82fr);
}

.gx-calendar-weekdays,
.gx-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.gx-calendar-weekday,
.gx-calendar-day,
.gx-calendar-day-empty {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.gx-calendar-weekday {
  padding: 12px 10px;
  text-align: center;
  color: var(--gx-text-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gx-calendar-day,
.gx-calendar-day-empty {
  min-height: 132px;
  padding: 14px;
}

.gx-calendar-day {
  cursor: pointer;
}

.gx-calendar-day.is-today {
  border-color: rgba(255, 94, 87, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 94, 87, 0.22);
}

.gx-calendar-number {
  font-weight: 800;
  font-size: 1rem;
}

.gx-calendar-events {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.gx-calendar-event {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--gx-text-muted);
  font-size: 0.74rem;
}

.gx-calendar-swatch {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.gx-calendar-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 6, 10, 0.72);
  z-index: 70;
}

.gx-calendar-modal.is-open {
  display: flex;
}

.gx-modal-card {
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: auto;
}

.gx-modal-head,
.gx-ticket-head,
.gx-support-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.gx-support-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.gx-support-form,
.gx-ticket-list,
.gx-support-side {
  display: grid;
  gap: 16px;
}

.gx-field,
.gx-search-shell,
.gx-ticket-item,
.gx-modal-log,
.gx-message-item {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.gx-search-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

.gx-search-shell i {
  color: #ffb7a9;
}

.gx-field {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.gx-field label {
  color: var(--gx-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.gx-input,
.gx-select,
.gx-textarea,
.gx-search-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(8, 10, 16, 0.72);
  color: var(--gx-text);
  font: 600 0.95rem/1.5 "Barlow", sans-serif;
  padding: 14px 15px;
  outline: none;
}

.gx-search-input {
  border: 0;
  background: transparent;
  padding: 0;
}

.gx-input::placeholder,
.gx-textarea::placeholder,
.gx-search-input::placeholder {
  color: rgba(204, 211, 227, 0.46);
}

.gx-textarea {
  min-height: 140px;
  resize: vertical;
}

.gx-form-actions,
.gx-ticket-actions,
.gx-modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.gx-ticket-item,
.gx-faq-item,
.gx-message-item {
  padding: 16px 18px;
}

.gx-ticket-item {
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.gx-ticket-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 94, 87, 0.22);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.gx-ticket-item[data-status="closed"] {
  opacity: 0.76;
}

.gx-ticket-item h3,
.gx-faq-item h3,
.gx-section-title,
.gx-card-title,
.gx-review-title,
.gx-panel-title,
.gx-list-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
  line-height: 1.04;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gx-ticket-grid,
.gx-guide-grid,
.gx-faq-grid {
  display: grid;
  gap: 14px;
}

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

.gx-modal-log {
  display: grid;
  gap: 12px;
  max-height: 360px;
  overflow: auto;
  padding: 14px;
}

.gx-message-item.staff {
  border-color: rgba(255, 94, 87, 0.18);
}

.gx-message-item.player {
  border-color: rgba(123, 141, 255, 0.18);
}

.gx-message-item.system {
  border-style: dashed;
  opacity: 0.9;
}

.gx-message-item .gx-card-copy {
  white-space: pre-wrap;
}

.gx-message-meta {
  color: var(--gx-text-soft);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gx-utility-link {
  color: #ffb7a9;
  text-decoration: none;
  font-weight: 700;
}

.gx-utility-link:hover {
  color: #ffd1c7;
}

@media (max-width: 1280px) {
  .gx-content-grid,
  .gx-feed-grid,
  .gx-support-grid,
  .gx-calendar-layout,
  .gx-ticket-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  .gx-floating-header-shell,
  .gx-player-header-shell,
  .gx-hero,
  .gx-page-hero,
  .gx-page-banner,
  .gx-three-up,
  .gx-two-up,
  .gx-stats-grid,
  .gx-game-list {
    grid-template-columns: 1fr;
  }

  .gx-floating-header-shell,
  .gx-player-header-shell {
    border-radius: 28px;
  }

  .gx-nav,
  .gx-player-nav {
    justify-content: flex-start;
  }

  .gx-hero-visual {
    min-height: 360px;
  }

  .gx-character-layer {
    inset: 10% 0 -2% 10%;
  }
}

@media (max-width: 760px) {
  :root {
    --gx-shell: calc(100% - 20px);
  }

  .gx-site-shell {
    padding-top: 14px;
  }

  .gx-player-main {
    margin-top: 128px;
  }

  .gx-hero,
  .gx-page-hero,
  .gx-page-banner,
  .gx-card,
  .gx-panel,
  .gx-stream-card,
  .gx-review-card,
  .gx-list-card,
  .gx-stat-card,
  .gx-feed-card,
  .gx-thread-card,
  .gx-planner-card,
  .gx-calendar-panel,
  .gx-support-panel,
  .gx-modal-card {
    padding: 18px;
  }

  .gx-hero-title,
  .gx-page-title {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .gx-calendar-weekdays,
  .gx-calendar-days {
    min-width: 700px;
  }

  .gx-floating-header,
  .gx-player-header {
    top: 10px;
  }

  .gx-header-side,
  .gx-player-side {
    width: 100%;
    justify-content: flex-start;
  }
}