:root {
  --bg: #05070d;
  --text: #f4f7ff;
  --muted: #b9c5d8;
  --line: rgba(173, 198, 255, 0.24);
  --button-bg: rgba(156, 187, 255, 0.12);
  --button-hover: rgba(166, 220, 255, 0.24);
  --accent: #6fffac;
  --accent-2: #6fd8ff;
  --accent-3: #b38cff;
  --accent-glow: rgba(111, 255, 172, 0.32);
}

* {
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 86px;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background: #0f1116;
  position: relative;
}

/* ===== HEADER ESTILO EDITORIAL ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12000;
  background: rgba(10, 11, 16, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.site-nav {
  max-width: 1420px;
  margin: 0 auto;
  min-height: 86px;
  padding: 0.45rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
  min-width: 0;
  flex: 0 0 380px;
}

.nav-brand-side-online {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 0.38rem 0.42rem;
  border-radius: 18px;
  border: 1px solid rgba(111, 172, 255, 0.22);
  background: linear-gradient(180deg, rgba(22, 33, 61, 0.98), rgba(18, 24, 45, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 6px 14px rgba(3, 8, 18, 0.24);
  flex: 0 0 auto;
  margin-right: 1.28rem;
}

.nav-brand-logo-shell {
  width: 62px;
  height: 62px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  flex: 0 0 auto;
}

.nav-brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center;
}

.nav-brand-copy {
  min-width: 0;
}

.nav-brand-title {
  display: block;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.nav-brand-subtitle {
  margin: 0.18rem 0 0;
  color: rgba(232, 239, 250, 0.74);
  font-size: 0.67rem;
  line-height: 1.2;
  max-width: 210px;
}

.nav-brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  margin-top: 0.38rem;
}

.nav-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 255, 172, 0.26);
  background: rgba(111, 255, 172, 0.09);
  color: #ddfbe9;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-brand-pill-store {
  border-color: rgba(255, 214, 128, 0.28);
  background: rgba(255, 214, 128, 0.09);
  color: #ffe8b3;
}

.nav-brand-pill-online {
  border-color: rgba(111, 172, 255, 0.34);
  background: rgba(111, 172, 255, 0.1);
  color: #dce8ff;
}

.nav-brand-pill-online-stack {
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0.42rem 0.6rem;
  text-align: center;
}

.nav-brand-online-icon {
  font-size: 0.86rem;
  line-height: 1;
}

.nav-brand-online-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav-brand-online-text strong {
  font-size: 0.86rem;
  color: #ffffff;
}

.nav-brand-online-text span {
  margin-top: 0.12rem;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

.nav-brand-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8dffc6;
  box-shadow: 0 0 10px rgba(111, 255, 172, 0.36);
  flex: 0 0 auto;
}

.nav-brand-dot-online {
  background: #9dbdff;
  box-shadow: 0 0 10px rgba(111, 172, 255, 0.4);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-left: 0.8rem;
  flex: 0 1 auto;
}

.nav-links a,
.nav-menu-btn {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.84rem;
  padding: 0.22rem 0.34rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  background: transparent;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

.nav-links a:hover,
.nav-menu-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-search {
  margin-left: auto;
  margin-right: 0.95rem;
  display: flex;
  flex: 0 0 auto;
}

.nav-search input {
  width: 190px;
  max-width: 40vw;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 8px;
  padding: 0.4rem 0.62rem;
  outline: none;
  font-size: 0.84rem;
}

.nav-search input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.nav-auth {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: 1.15rem;
  flex: 0 0 auto;
}

.nav-auth-user[hidden],
.nav-auth-panel[hidden] {
  display: none !important;
}

.nav-auth-btn,
.nav-auth-logout,
.nav-auth-panel-card {
  text-decoration: none;
}

.nav-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(90, 232, 132, 0.7);
  background: linear-gradient(180deg, rgba(21, 56, 27, 0.95), rgba(14, 43, 21, 0.98));
  color: #edfff1;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(170, 255, 192, 0.1),
    0 12px 24px rgba(8, 16, 12, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.nav-auth-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(134, 255, 169, 0.94);
  box-shadow: 0 14px 28px rgba(23, 90, 39, 0.32);
  filter: brightness(1.04);
}

.nav-auth-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(88, 255, 136, 0.14);
  color: #83ffab;
}

.nav-auth-btn-icon-svg {
  width: 14px;
  height: 14px;
}

.nav-auth-user {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-auth-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 42px;
  padding: 0.3rem 0.52rem 0.3rem 0.3rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(34, 34, 41, 0.98), rgba(24, 24, 31, 0.98));
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(8, 12, 26, 0.24);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-auth-trigger:hover,
.nav-auth-trigger.is-open {
  transform: translateY(-1px);
  border-color: rgba(255, 211, 107, 0.42);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.nav-auth-avatar,
.nav-auth-panel-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b71e8, #6dc6ff);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.92rem;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center;
}

.nav-auth-mini-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: left;
}

.nav-auth-mini-copy strong {
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.05;
}

.nav-auth-mini-copy span {
  color: rgba(226, 234, 248, 0.66);
  font-size: 0.62rem;
  line-height: 1.15;
  white-space: nowrap;
}

.nav-auth-trigger-caret {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1;
}

.nav-auth-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(640px, 92vw);
  padding: 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(32, 32, 39, 0.98), rgba(26, 26, 33, 0.98));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  z-index: 12020;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.2s ease;
}

.nav-auth-panel.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.nav-auth-panel.is-closing {
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  pointer-events: none;
}

.nav-auth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(255, 190, 92, 0.03), rgba(114, 139, 255, 0.02));
  pointer-events: none;
}

.nav-auth-panel-header,
.nav-auth-panel-section,
.nav-auth-panel-footer {
  position: relative;
  z-index: 1;
}

.nav-auth-panel-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(180px, 210px);
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-auth-panel-avatar-wrap {
  position: relative;
  width: 84px;
  height: 84px;
}

.nav-auth-panel-avatar {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 202, 89, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.nav-auth-panel-badge {
  position: absolute;
  right: -6px;
  bottom: 2px;
  min-width: 30px;
  height: 30px;
  padding: 0 0.48rem;
  border-radius: 999px;
  background: #111318;
  border: 2px solid rgba(255, 202, 89, 0.88);
  color: #ffd977;
  font-size: 0.72rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-auth-panel-copy {
  min-width: 0;
}

.nav-auth-panel-copy strong {
  display: block;
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.nav-auth-panel-copy span {
  display: block;
}

.nav-auth-panel-copy #authPanelSubtitle {
  margin-top: 0.42rem;
  color: #ffd47b;
  font-size: 0.98rem;
  font-weight: 700;
}

.nav-auth-panel-guild {
  margin-top: 0.3rem;
  color: rgba(221, 229, 244, 0.72);
  font-size: 0.82rem;
  line-height: 1.35;
}

.nav-auth-rank-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1rem 1rem 0.95rem;
  background: linear-gradient(180deg, rgba(44, 46, 58, 0.7), rgba(32, 34, 45, 0.82));
  text-align: left;
}

.nav-auth-rank-card span,
.nav-auth-rank-card strong {
  display: block;
}

.nav-auth-rank-label {
  color: rgba(210, 218, 235, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-auth-rank-card strong {
  margin-top: 0.3rem;
  color: #ffd47b;
  font-size: 1.3rem;
  line-height: 1;
}

.nav-auth-rank-card #authRankSubtitle {
  margin-top: 0.28rem;
  color: rgba(226, 233, 247, 0.72);
  font-size: 0.8rem;
}

.nav-auth-host-overview,
.nav-auth-host-empty {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(41, 44, 57, 0.82), rgba(28, 31, 42, 0.9));
}

.nav-auth-host-overview[hidden],
.nav-auth-host-empty[hidden] {
  display: none !important;
}

.nav-auth-host-overview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

.nav-auth-host-overview-copy {
  min-width: 0;
}

.nav-auth-host-kicker {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: rgba(197, 205, 222, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-auth-host-overview-copy strong {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.1;
}

.nav-auth-host-link-state {
  display: block;
  margin-top: 0.3rem;
  color: rgba(221, 229, 244, 0.72);
  font-size: 0.82rem;
  line-height: 1.35;
}

.nav-auth-host-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 255, 169, 0.28);
  background: rgba(14, 48, 27, 0.42);
  color: #9effc4;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.nav-auth-host-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.nav-auth-host-stat {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(58, 60, 77, 0.5), rgba(43, 46, 61, 0.72));
  padding: 0.82rem 0.9rem;
}

.nav-auth-host-stat span,
.nav-auth-host-stat strong {
  display: block;
}

.nav-auth-host-stat span {
  color: rgba(197, 206, 223, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
}

.nav-auth-host-stat strong {
  margin-top: 0.3rem;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1;
}

.nav-auth-host-progress {
  margin-top: 0.9rem;
  padding: 0.92rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(52, 57, 74, 0.52), rgba(35, 39, 53, 0.8));
}

.nav-auth-host-progress-copy {
  display: grid;
  gap: 0.25rem;
}

.nav-auth-host-progress-label,
.nav-auth-host-progress-foot span {
  color: rgba(202, 210, 227, 0.74);
  font-size: 0.75rem;
  font-weight: 700;
}

.nav-auth-host-progress-copy strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.1;
}

.nav-auth-host-progress-copy > span:last-child {
  color: rgba(226, 233, 247, 0.72);
  font-size: 0.8rem;
  line-height: 1.35;
}

.nav-auth-host-progress-bar,
.profile-info-progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-auth-host-progress-bar span,
.profile-info-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #74f7ac, #8bd8ff 55%, #ffd889);
  box-shadow: 0 0 24px rgba(117, 221, 255, 0.24);
}

.nav-auth-host-progress-foot,
.profile-info-progress-foot {
  margin-top: 0.68rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  justify-content: space-between;
}

.nav-auth-host-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-auth-host-empty-copy strong,
.nav-auth-host-empty-copy span {
  display: block;
}

.nav-auth-host-empty-copy strong {
  color: #ffffff;
  font-size: 1rem;
}

.nav-auth-host-empty-copy span {
  margin-top: 0.3rem;
  color: rgba(221, 229, 244, 0.72);
  font-size: 0.82rem;
  line-height: 1.35;
}

.nav-auth-host-link {
  border: 1px solid rgba(255, 202, 89, 0.28);
  background: rgba(71, 55, 18, 0.46);
  color: #ffd67f;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nav-auth-host-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 220, 141, 0.42);
  background: rgba(95, 74, 23, 0.54);
}

.nav-auth-panel-section {
  margin-top: 1.05rem;
}

.nav-auth-panel-label {
  display: block;
  margin-bottom: 0.7rem;
  color: rgba(199, 207, 224, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.nav-auth-panel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.nav-auth-panel-grid-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-auth-panel-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(56, 58, 74, 0.68), rgba(43, 46, 61, 0.82));
  color: #f3f6ff;
  border-radius: 14px;
  padding: 0.95rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-auth-panel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.nav-auth-panel-card-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.nav-auth-panel-card.is-accent {
  color: #85ffba;
}

.nav-auth-panel-card.is-indigo {
  color: #b4bfff;
}

.nav-auth-panel-card.is-violet {
  color: #d3b1ff;
}

.nav-auth-panel-card.is-gold {
  color: #ffd37d;
}

.nav-auth-panel-card.is-cyan {
  color: #7fddff;
}

.nav-auth-panel-footer {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.nav-auth-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-auth-logout:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.auth-notice {
  position: fixed;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11990;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(17, 24, 39, 0.92);
  color: #f5f8ff;
  font-size: 0.84rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.auth-notice.is-warning {
  border-color: rgba(255, 190, 92, 0.35);
}

.auth-notice.is-error {
  border-color: rgba(255, 108, 108, 0.36);
}

.auth-notice.is-success {
  border-color: rgba(111, 255, 172, 0.32);
}

/* ===== BARRA DE PROGRESO ===== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #00ffff);
  z-index: 9999;
  transition: width 0.1s ease;
  box-shadow: 0 0 20px var(--accent-glow);
}

/* ===== CURSOR PERSONALIZADO ===== */
.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transition: transform 0.15s ease, opacity 0.15s ease;
  opacity: 0;
  box-shadow: 0 0 15px var(--accent-glow);
}

.custom-cursor.active {
  opacity: 1;
}

.cursor-trail {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9997;
  transition: transform 0.3s ease;
  opacity: 0;
  box-shadow: 0 0 10px var(--accent-glow);
}

.cursor-trail.active {
  opacity: 0.6;
}

/* ===== CANVAS PARTÍCULAS ===== */
#particlesCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

/* ===== MODAL BIENVENIDA ===== */
.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  animation: fadeIn 0.5s ease;
}

.welcome-modal.hidden {
  animation: fadeOut 0.5s ease forwards;
  pointer-events: none;
}

.welcome-content {
  text-align: center;
  padding: 3rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  animation: slideUp 0.6s ease;
  max-width: 500px;
}

.welcome-icon {
  font-size: 5rem;
  margin-bottom: 1rem;
  animation: bounce 1s ease infinite;
}

.welcome-content h2 {
  font-size: 2.5rem;
  margin: 1rem 0;
}

.welcome-content p {
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.welcome-btn {
  background: var(--accent);
  color: #000;
  border: none;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 999px;
  font-family: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.welcome-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px var(--accent-glow);
}

/* ===== MODAL TIENDA ===== */
.store-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 14040;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.store-modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

/* ===== DROPDOWN MENU NAV ===== */
.nav-drawer-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 12999;
  display: none;
}

.nav-drawer-overlay.active {
  display: block;
}

.nav-drawer {
  position: fixed;
  top: 62px;
  left: 0;
  width: min(360px, 88vw);
  max-height: 72vh;
  overflow-y: auto;
  background: #f7f8fb;
  color: #222a3a;
  border: 1px solid #dce2ee;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 13001;
}

.nav-drawer.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer-header {
  padding: 0.9rem 1rem;
  font-weight: 800;
  font-size: 1rem;
  border-bottom: 1px solid #e6ebf5;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
}

.nav-drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-drawer-item {
  border-bottom: 1px solid #edf1f8;
}

.nav-drawer-link {
  width: 100%;
  border: none;
  background: transparent;
  color: #222a3a;
  text-align: left;
  padding: 0.9rem 1rem;
  font: inherit;
  font-size: 0.98rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.nav-drawer-link::after {
  content: "›";
  color: #7e8798;
  font-size: 1.2rem;
}

.nav-drawer-link:hover {
  background: #f0f4fb;
}

.store-modal-content {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  border-radius: 20px;
  background: rgba(10, 15, 20, 0.95);
  border: 1px solid rgba(111, 255, 172, 0.2);
  backdrop-filter: blur(20px);
  padding: 1rem;
  animation: scaleIn 0.4s ease;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.8);
}

.store-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text);
}

.store-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.store-image-container {
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.store-placeholder {
  text-align: center;
  color: var(--muted);
}

.store-placeholder svg {
  margin-bottom: 1rem;
  opacity: 0.5;
  animation: spin 3s linear infinite;
}

.store-image-container img {
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(111, 255, 172, 0.3);
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.store-image-container img:hover {
  transform: scale(1.02);
}

.profile-info-modal-content {
  width: min(760px, 94vw);
  max-height: min(88vh, 820px);
  overflow: auto;
  padding: 1.3rem;
}

.profile-info-shell {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.profile-info-head {
  padding: 0.6rem 0.35rem 0;
}

.profile-info-kicker {
  display: inline-block;
  color: rgba(197, 205, 222, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-info-head h3 {
  margin-top: 0.35rem;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.profile-info-head p {
  margin-top: 0.3rem;
  color: rgba(221, 229, 244, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.profile-info-body {
  display: grid;
  gap: 0.9rem;
}

.profile-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.profile-info-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(41, 44, 57, 0.88), rgba(28, 31, 42, 0.94));
  padding: 1rem;
}

.profile-info-card.is-wide {
  grid-column: 1 / -1;
}

.profile-info-card-label,
.profile-info-card-note {
  display: block;
}

.profile-info-card-label {
  color: rgba(197, 206, 223, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.profile-info-card-value {
  display: block;
  margin-top: 0.32rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
}

.profile-info-card-note {
  margin-top: 0.38rem;
  color: rgba(221, 229, 244, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

.profile-info-progress-card {
  background:
    radial-gradient(circle at top right, rgba(117, 221, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(41, 44, 57, 0.9), rgba(28, 31, 42, 0.96));
}

.profile-info-empty {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(41, 44, 57, 0.88), rgba(28, 31, 42, 0.94));
  padding: 1.2rem;
}

.profile-info-empty strong,
.profile-info-empty span {
  display: block;
}

.profile-info-empty strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.profile-info-empty span {
  margin-top: 0.35rem;
  color: rgba(221, 229, 244, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.profile-info-link {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 202, 89, 0.3);
  background: rgba(71, 55, 18, 0.46);
  color: #ffd67f;
  padding: 0.72rem 1rem;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

/* ===== GRADIENTE ANIMADO ===== */
.gradient-text {
  background: linear-gradient(90deg, #ffffff, var(--accent), #00ffff, #ffffff);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 3s linear infinite;
}

.gradient-text-animated {
  background: linear-gradient(90deg, #ffffff, #f3f3f3);
  background-size: 100% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
}

@keyframes gradientShift {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* ===== EFECTOS 3D EN CARDS ===== */
.card-3d {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-3d:hover {
  transform: translateY(-5px) rotateX(2deg);
  box-shadow: 0 15px 40px rgba(111, 255, 172, 0.15);
}

/* ===== EFECTO SHINE ===== */
.shine-effect {
  position: relative;
  overflow: hidden;
}

.shine-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.shine-effect:hover::before {
  left: 100%;
}

/* ===== ANIMACIONES ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===== ANIMACIONES AOS ===== */
[data-aos] {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-left"] {
  transform: translateX(-20px);
}

[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
}

/* ===== ESTILOS BASE ===== */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(55rem 40rem at 8% 22%, rgba(111, 216, 255, 0.2), transparent 72%),
    radial-gradient(50rem 35rem at 78% 88%, rgba(111, 255, 172, 0.14), transparent 75%),
    radial-gradient(35rem 22rem at 88% 16%, rgba(179, 140, 255, 0.16), transparent 75%),
    #04070b;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -8%;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 0,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 78px
  );
  opacity: 0.8;
}

.noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.15' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.95'/%3E%3C/svg%3E");
}

.top-strip,
.hero-content,
.hero-meta {
  position: relative;
  z-index: 2;
}

.top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.8rem 4.7rem;
}

.right-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.lang-btn {
  border: none;
  background: transparent;
  color: rgba(244, 245, 247, 0.85);
  padding: 0.28rem 0.62rem;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-btn.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.dot-cluster {
  display: inline-flex;
  gap: 0.95rem;
}

.dot {
  width: 0.88rem;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #fafafa;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
  animation: pulse 2s ease-in-out infinite;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

.dot:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.discord-link {
  text-decoration: none;
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.28em;
  font-size: clamp(0.58rem, 1.1vw, 0.92rem);
  opacity: 0.95;
  transition: opacity 0.2s ease, text-shadow 0.2s ease;
}

.discord-link:hover {
  opacity: 1;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.35);
}

.hero-content {
  max-width: 1180px;
  margin: 1.5rem auto 0;
  padding: 1rem 1.1rem 1.4rem;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-event-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.4rem, 3vw, 3.4rem);
  min-height: 430px;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(28rem 20rem at 84% 28%, rgba(255, 80, 180, 0.28), transparent 62%),
    radial-gradient(22rem 16rem at 16% 72%, rgba(180, 255, 120, 0.14), transparent 68%),
    linear-gradient(135deg, rgba(34, 31, 36, 0.98), rgba(18, 17, 22, 0.98));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  isolation: isolate;
}

.hero-event-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 100%);
  background-size: 88px 100%, 100% 88px;
  opacity: 0.08;
  pointer-events: none;
}

.hero-event-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 12, 16, 0.1), rgba(255, 62, 168, 0.18));
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
}

.hero-event-glow {
  position: absolute;
  inset: auto -8% -24% auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 70, 190, 0.34), transparent 68%);
  filter: blur(24px);
  opacity: 0.95;
  pointer-events: none;
}

.hero-event-medallion,
.hero-event-copy {
  position: relative;
  z-index: 1;
}

.hero-event-medallion {
  width: min(100%, 270px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 35% 30%, rgba(72, 72, 72, 0.55), transparent 28%),
    radial-gradient(circle at center, rgba(46, 46, 49, 0.98), rgba(10, 10, 12, 1) 76%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -30px 70px rgba(0, 0, 0, 0.45),
    0 18px 46px rgba(0, 0, 0, 0.36);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}

.hero-event-founder,
.hero-event-server {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}

.hero-event-founder {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.hero-event-medallion-core {
  width: 72%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-event-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.22);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.hero-event-server {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  white-space: nowrap;
}

.hero-event-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-event-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-event-title {
  margin: 0.85rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.8rem, 6.4vw, 5.7rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.hero-event-title-accent {
  color: #cdea76;
}

.hero-event-divider {
  width: min(100%, 500px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.8rem;
}

.hero-event-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 233, 119, 0.92), transparent);
}

.hero-event-trophy {
  font-size: clamp(2.3rem, 4.2vw, 3.6rem);
  line-height: 1;
  filter: drop-shadow(0 0 18px rgba(207, 233, 119, 0.24));
}

.hero-event-signature {
  margin-top: 0.6rem;
  color: #cdea76;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero-event-description {
  max-width: 640px;
  margin: 0.95rem 0 0;
  color: rgba(242, 244, 247, 0.82);
  font-size: clamp(0.96rem, 1.8vw, 1.14rem);
  line-height: 1.55;
}

.hero-event-cta {
  margin-top: 1.3rem;
  min-width: min(100%, 280px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffd889, #f5bf63);
  color: #171209;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 243, 211, 0.45) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hero-event-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 36px rgba(255, 188, 78, 0.24),
    0 0 0 1px rgba(255, 250, 229, 0.62) inset;
  filter: brightness(1.03);
}

.hero-quick-actions,
.hero-quick-grid,
.hero-stats-panel {
  display: none;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-logo {
  width: clamp(56px, 8vw, 92px);
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05) rotate(5deg);
  box-shadow: 0 10px 30px var(--accent-glow);
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5.8vw, 4.2rem);
  letter-spacing: -0.01em;
  line-height: 1.04;
  text-shadow: none;
}

.hero-content p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.9vw, 1.2rem);
}

.attention-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.attention-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 255, 172, 0.45);
  background: rgba(111, 255, 172, 0.1);
  color: #d8ffe7;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(111, 255, 172, 0.15);
  animation: pulseGlow 2.8s ease-in-out infinite;
}

.online-counter {
  background: rgba(111, 172, 255, 0.1);
  border-color: rgba(111, 172, 255, 0.45);
  color: #d8e7ff;
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(111, 255, 172, 0.14);
    border-color: rgba(111, 255, 172, 0.4);
  }
  50% {
    box-shadow: 0 0 28px rgba(111, 255, 172, 0.28);
    border-color: rgba(111, 255, 172, 0.64);
  }
}

.social-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.hero-lanes {
  margin-top: 1rem;
  display: grid;
  gap: 0.45rem;
  max-width: 760px;
}
.top-chip-row {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0.35rem auto 0;
  padding: 0 1.1rem;
  overflow: hidden;
  scrollbar-width: none;
}
.top-chip-row::-webkit-scrollbar {
  display: none;
}
.top-chip-track {
  display: flex;
  gap: 0.5rem;
  min-width: max-content;
  white-space: nowrap;
  padding: 0.35rem 0.1rem 0.55rem;
}
.top-chip {
  font-size: 0.74rem;
  flex: 0 0 auto;
}
.lane-title {
  margin: 0.4rem 0 0;
  color: rgba(244, 245, 247, 0.78);
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.social-btn {
  color: var(--text);
  text-decoration: none;
  border: 1px solid rgba(174, 216, 255, 0.45);
  background:
    linear-gradient(140deg, rgba(123, 166, 255, 0.32), rgba(99, 245, 186, 0.24)),
    rgba(10, 16, 34, 0.5);
  border-radius: 999px;
  padding: 0.68rem 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  box-shadow:
    0 12px 28px rgba(7, 16, 34, 0.45),
    0 0 0 1px rgba(200, 225, 255, 0.1) inset;
  backdrop-filter: blur(10px);
}

.social-btn-copy {
  font: inherit;
  cursor: pointer;
}

.social-btn:hover {
  background: linear-gradient(140deg, rgba(133, 186, 255, 0.45), rgba(108, 255, 201, 0.35));
  border-color: rgba(205, 235, 255, 0.82);
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    0 16px 36px rgba(111, 216, 255, 0.28),
    0 10px 30px rgba(111, 255, 172, 0.22);
}

.social-btn-host {
  border-color: rgba(111, 255, 172, 0.45);
  background: linear-gradient(135deg, rgba(111, 255, 172, 0.2), rgba(0, 255, 255, 0.12));
  box-shadow: 0 0 20px rgba(111, 255, 172, 0.22);
}

.ip-version {
  align-self: center;
  color: rgba(244, 245, 247, 0.78);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-btn-copy.copy-ok {
  border-color: rgba(61, 255, 149, 0.55);
  background: rgba(61, 255, 149, 0.16);
}


.hero-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  color: rgba(244, 245, 247, 0.75);
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.meta-left,
.meta-right {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}

.meta-left:hover,
.meta-right:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 5px 15px var(--accent-glow);
}

.server-hub-section {
  position: relative;
  z-index: 2;
  margin: -1.6rem auto 0;
  padding: 0 1.1rem 1.6rem;
}

.server-hub-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.2rem, 2.3vw, 1.6rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(28rem 18rem at 12% 16%, rgba(111, 216, 255, 0.11), transparent 68%),
    radial-gradient(26rem 18rem at 88% 84%, rgba(111, 255, 172, 0.12), transparent 72%),
    linear-gradient(180deg, rgba(15, 19, 29, 0.92), rgba(10, 14, 22, 0.96));
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.server-hub-head {
  max-width: 760px;
}

.server-hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.34rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.server-hub-head h2 {
  margin-top: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.3vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.server-hub-head p {
  margin-top: 0.55rem;
  color: rgba(230, 236, 245, 0.76);
  font-size: 1rem;
  line-height: 1.6;
}

.server-showcase {
  margin-top: 1.3rem;
}

.server-showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.8rem;
}

.server-showcase-kicker,
.server-showcase-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(235, 240, 248, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.server-showcase-counter {
  border-color: rgba(255, 216, 137, 0.24);
  color: #ffd889;
}

.server-showcase-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: stretch;
}

.server-showcase-arrow {
  width: 54px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(43, 48, 63, 0.92), rgba(28, 32, 44, 0.96));
  color: #f4f7ff;
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.server-showcase-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(56, 61, 79, 0.96), rgba(36, 40, 56, 0.98));
}

.server-showcase-viewport {
  overflow: hidden;
  border-radius: 26px;
}

.server-showcase-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.server-showcase-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 300px;
  padding: clamp(1.3rem, 2.4vw, 2rem);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background:
    radial-gradient(22rem 15rem at 85% 18%, rgba(255, 255, 255, 0.08), transparent 62%),
    linear-gradient(135deg, rgba(35, 38, 52, 0.98), rgba(22, 25, 37, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 22px 46px rgba(0, 0, 0, 0.2);
}

.server-showcase-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 100%);
  background-size: 78px 100%, 100% 78px;
  opacity: 0.08;
  pointer-events: none;
}

.server-showcase-slide > * {
  position: relative;
  z-index: 1;
}

.server-showcase-slide.is-gold {
  background:
    radial-gradient(20rem 14rem at 86% 20%, rgba(255, 191, 93, 0.16), transparent 62%),
    linear-gradient(135deg, rgba(45, 37, 28, 0.98), rgba(23, 20, 25, 0.98));
}

.server-showcase-slide.is-violet {
  background:
    radial-gradient(20rem 14rem at 86% 18%, rgba(170, 108, 255, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(37, 31, 54, 0.98), rgba(22, 20, 35, 0.98));
}

.server-showcase-slide.is-cyan {
  background:
    radial-gradient(20rem 14rem at 86% 18%, rgba(88, 213, 255, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(28, 44, 53, 0.98), rgba(18, 24, 34, 0.98));
}

.server-showcase-slide.is-emerald {
  background:
    radial-gradient(20rem 14rem at 86% 18%, rgba(111, 255, 172, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(28, 48, 39, 0.98), rgba(18, 27, 24, 0.98));
}

.server-showcase-slide.is-rose {
  background:
    radial-gradient(20rem 14rem at 86% 18%, rgba(255, 118, 170, 0.18), transparent 62%),
    linear-gradient(135deg, rgba(50, 31, 43, 0.98), rgba(26, 20, 29, 0.98));
}

.server-showcase-slide-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 248, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.server-showcase-slide h3 {
  margin: 1rem 0 0;
  max-width: 640px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.server-showcase-slide p {
  margin: 0.9rem 0 0;
  max-width: 700px;
  color: rgba(234, 239, 247, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.server-showcase-slide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
}

.server-showcase-cta {
  min-width: 190px;
  min-height: 48px;
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(255, 216, 137, 0.34);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffd889, #f3bf63);
  color: #171209;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.server-showcase-cta:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(255, 188, 78, 0.18);
}

.server-showcase-cta.is-muted,
.server-showcase-cta:disabled {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
  cursor: not-allowed;
  box-shadow: none;
}

.server-showcase-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.server-showcase-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.server-showcase-dot.is-active {
  transform: scale(1.15);
  background: #ffd889;
  border-color: rgba(255, 216, 137, 0.6);
}

.server-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1.2rem;
}

.server-status-panel,
.host-modes-panel {
  padding: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(34, 38, 50, 0.82), rgba(23, 27, 37, 0.92));
}

.server-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.server-panel-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 221, 255, 0.28);
  background: rgba(20, 50, 70, 0.42);
  color: #91e6ff;
  font-size: 0.74rem;
  font-weight: 800;
}

.server-panel-pill.is-live {
  border-color: rgba(111, 255, 172, 0.35);
  background: rgba(13, 61, 37, 0.42);
  color: #9cffc4;
}

.server-panel-inline {
  color: rgba(220, 228, 242, 0.7);
  font-size: 0.8rem;
  font-weight: 700;
}

.server-panel-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.server-panel-label {
  display: block;
  color: rgba(197, 205, 222, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.server-panel-title-row h3 {
  margin-top: 0.36rem;
  font-size: 1.55rem;
  line-height: 1.1;
}

.server-panel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 216, 137, 0.32);
  background: rgba(76, 53, 16, 0.38);
  color: #ffd889;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
}

.server-panel-description {
  margin-top: 0.7rem;
  color: rgba(230, 236, 245, 0.74);
  font-size: 0.92rem;
  line-height: 1.6;
}

.server-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.server-metric-card {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(53, 57, 73, 0.6), rgba(39, 43, 57, 0.82));
}

.server-metric-label {
  display: block;
  color: rgba(197, 206, 223, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
}

.server-metric-card strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.35rem;
  line-height: 1;
}

.server-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1rem;
}

.server-panel-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.78rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #eff4ff;
  text-decoration: none;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.server-panel-action:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.server-panel-action.is-primary {
  border-color: rgba(111, 255, 172, 0.38);
  background: linear-gradient(180deg, rgba(17, 67, 35, 0.9), rgba(11, 48, 26, 0.96));
  color: #ebfff2;
}

.host-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.host-mode-card {
  min-height: 168px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(51, 55, 71, 0.64), rgba(35, 39, 53, 0.86));
  padding: 1rem;
  text-decoration: none;
  color: #f4f7ff;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.host-mode-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.host-mode-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: rgba(255, 255, 255, 0.08);
}

.host-mode-card strong {
  font-size: 1.04rem;
}

.host-mode-card span:last-child {
  color: rgba(226, 233, 247, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.host-mode-card.is-emerald .host-mode-icon {
  background: rgba(111, 255, 172, 0.16);
}

.host-mode-card.is-blue .host-mode-icon {
  background: rgba(120, 178, 255, 0.16);
}

.host-mode-card.is-cyan .host-mode-icon {
  background: rgba(117, 221, 255, 0.16);
}

.host-mode-card.is-rose .host-mode-icon {
  background: rgba(255, 141, 190, 0.16);
}

.discord-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.discord-shortcut-card {
  min-height: 170px;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(35, 39, 52, 0.74), rgba(25, 29, 40, 0.9));
  text-decoration: none;
  color: #f4f7ff;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.discord-shortcut-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.discord-shortcut-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.28rem;
}

.discord-shortcut-card strong {
  font-size: 1rem;
}

.discord-shortcut-card span:last-child {
  color: rgba(226, 233, 247, 0.72);
  font-size: 0.84rem;
  line-height: 1.48;
}

.community-ops-section {
  position: relative;
  z-index: 2;
  padding: 0 1.1rem 1.8rem;
}

.community-ops-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.2rem, 2.2vw, 1.6rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(24rem 16rem at 15% 15%, rgba(104, 138, 255, 0.12), transparent 68%),
    radial-gradient(24rem 18rem at 88% 78%, rgba(111, 255, 172, 0.1), transparent 72%),
    linear-gradient(180deg, rgba(14, 18, 28, 0.96), rgba(9, 13, 21, 0.98));
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.community-ops-head {
  max-width: 760px;
}

.community-ops-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(242, 246, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-ops-head h2 {
  margin-top: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 4.1vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.community-ops-head p {
  margin-top: 0.55rem;
  color: rgba(228, 235, 246, 0.76);
  font-size: 1rem;
  line-height: 1.6;
}

.ops-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1rem;
  margin-top: 1.2rem;
}

.ops-main-column,
.ops-side-column {
  display: grid;
  gap: 1rem;
}

.ops-block {
  padding: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(34, 38, 50, 0.82), rgba(23, 27, 37, 0.92));
}

.ops-block-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.ops-block-label {
  display: block;
  color: rgba(197, 205, 222, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-block-head h3 {
  margin-top: 0.36rem;
  font-size: 1.45rem;
  line-height: 1.08;
}

.ops-block-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.4rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(240, 245, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.ops-block-badge.is-gold {
  border-color: rgba(255, 216, 137, 0.32);
  background: rgba(87, 61, 18, 0.38);
  color: #ffd889;
}

.event-cards-grid,
.support-card-grid,
.staff-card-grid {
  display: grid;
  gap: 0.85rem;
}

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

.events-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.95rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 216, 137, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(51, 55, 71, 0.74), rgba(33, 36, 50, 0.92));
}

.events-spotlight-copy {
  display: grid;
  gap: 0.26rem;
}

.events-spotlight-kicker {
  color: #ffd889;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.events-spotlight-copy strong {
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.08;
}

.events-spotlight-copy span:last-child {
  color: rgba(228, 235, 246, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.events-spotlight-side {
  min-width: 148px;
  display: grid;
  gap: 0.4rem;
  align-content: start;
  justify-items: end;
}

.events-spotlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 255, 172, 0.22);
  background: rgba(17, 65, 38, 0.42);
  color: #98ffc0;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.events-spotlight-side strong {
  color: #ffffff;
  font-size: 1rem;
  text-align: right;
}

.event-card {
  min-height: 240px;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(48, 52, 69, 0.72), rgba(34, 38, 52, 0.9));
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.event-card.is-active-window {
  border-color: rgba(111, 255, 172, 0.24);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(111, 255, 172, 0.08);
}

.event-card.is-up-next {
  border-color: rgba(255, 216, 137, 0.22);
}

.event-card.is-gold {
  box-shadow: inset 0 0 0 1px rgba(255, 211, 120, 0.08);
}

.event-card.is-violet {
  box-shadow: inset 0 0 0 1px rgba(182, 135, 255, 0.08);
}

.event-card.is-cyan {
  box-shadow: inset 0 0 0 1px rgba(117, 221, 255, 0.08);
}

.event-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.event-card-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-status.is-live {
  background: rgba(12, 69, 39, 0.46);
  border: 1px solid rgba(111, 255, 172, 0.26);
  color: #9cffc4;
}

.event-card-status.is-dim {
  background: rgba(57, 66, 84, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(234, 239, 247, 0.7);
}

.event-card-time {
  color: rgba(228, 235, 246, 0.68);
  font-size: 0.8rem;
  font-weight: 700;
}

.event-card h4 {
  font-size: 1.12rem;
  line-height: 1.15;
}

.event-card p,
.event-card-highlight {
  color: rgba(230, 236, 245, 0.74);
  font-size: 0.88rem;
  line-height: 1.55;
}

.event-card-highlight {
  margin-top: auto;
}

.event-card-countdown {
  display: inline-flex;
  margin-top: 0.55rem;
  color: #f5d48e;
  font-size: 0.78rem;
  font-weight: 700;
}

.event-card-action {
  min-height: 42px;
  margin-top: 0.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 216, 137, 0.28);
  background: linear-gradient(180deg, rgba(255, 216, 137, 0.18), rgba(245, 191, 99, 0.12));
  color: #ffe3a4;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.event-card-action:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 230, 181, 0.38);
  background: linear-gradient(180deg, rgba(255, 216, 137, 0.24), rgba(245, 191, 99, 0.16));
}

.event-card-action.is-ghost {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(242, 246, 255, 0.84);
}

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

.support-card {
  min-height: 180px;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(48, 52, 69, 0.64), rgba(33, 37, 51, 0.88));
  text-decoration: none;
  color: #f4f7ff;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.support-card:hover,
.staff-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.support-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.3rem;
}

.support-card strong,
.staff-card strong {
  font-size: 1rem;
}

.support-card span:last-child {
  color: rgba(226, 233, 247, 0.72);
  font-size: 0.84rem;
  line-height: 1.48;
}

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

.staff-card {
  min-height: 170px;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(48, 52, 69, 0.64), rgba(33, 37, 51, 0.88));
  display: flex;
  flex-direction: column;
  gap: 0.68rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.staff-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 30px;
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(242, 246, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.staff-card p {
  color: rgba(226, 233, 247, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.staff-card.is-founder .staff-role {
  background: rgba(255, 216, 137, 0.15);
  color: #ffd889;
}

.staff-card.is-staff .staff-role {
  background: rgba(111, 255, 172, 0.14);
  color: #9cffc4;
}

.staff-card.is-owner .staff-role {
  background: rgba(173, 129, 255, 0.14);
  color: #d6b4ff;
}

.staff-card.is-admin .staff-role {
  background: rgba(117, 221, 255, 0.14);
  color: #9ce9ff;
}

.daily-box-block {
  height: 100%;
}

.daily-box-description {
  color: rgba(229, 236, 246, 0.74);
  font-size: 0.92rem;
  line-height: 1.6;
}

.daily-box-machine {
  position: relative;
  min-height: 170px;
  margin-top: 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 216, 137, 0.14);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 223, 155, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(10, 12, 18, 0.16));
  overflow: hidden;
}

.daily-box-glow {
  position: absolute;
  inset: auto 50% 18px;
  width: 180px;
  height: 48px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 215, 123, 0.4), transparent 72%);
  filter: blur(18px);
}

.daily-box-crate {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 138px;
  height: 138px;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  border: 1px solid rgba(255, 222, 155, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 217, 128, 0.24), rgba(106, 66, 18, 0.38)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 201, 0.26),
    0 22px 46px rgba(0, 0, 0, 0.36);
  display: grid;
  place-items: center;
  text-align: center;
}

.daily-box-crate::before,
.daily-box-crate::after {
  content: "";
  position: absolute;
  background: rgba(68, 40, 8, 0.36);
}

.daily-box-crate::before {
  left: 18px;
  right: 18px;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.daily-box-crate::after {
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
}

.daily-box-crate-top,
.daily-box-crate-main,
.daily-box-crate-bottom {
  position: relative;
  z-index: 1;
  display: block;
}

.daily-box-crate-top,
.daily-box-crate-bottom {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 246, 220, 0.86);
}

.daily-box-crate-main {
  font-size: 1.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff6de;
}

.daily-box-spark {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 234, 176, 0.82);
  box-shadow: 0 0 16px rgba(255, 234, 176, 0.82);
  animation: floatSpark 2.6s ease-in-out infinite;
}

.daily-box-spark.spark-a { top: 28px; left: 22%; }
.daily-box-spark.spark-b { top: 44px; right: 20%; animation-delay: -0.8s; }
.daily-box-spark.spark-c { bottom: 26px; right: 31%; animation-delay: -1.4s; }

.daily-box-block.is-opening .daily-box-crate {
  animation: cratePulse 1.15s ease-in-out infinite;
}

.daily-box-block.is-opening .daily-box-glow {
  animation: glowPulse 1.15s ease-in-out infinite;
}

.daily-box-block.is-opening .daily-box-spark {
  animation-duration: 0.95s;
}

.daily-box-prize-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.daily-box-prize {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(52, 57, 74, 0.6), rgba(37, 41, 56, 0.86));
}

.daily-box-prize > span:first-child {
  font-size: 1.3rem;
  line-height: 1;
}

.daily-box-prize strong,
.daily-box-prize span:last-child {
  display: block;
}

.daily-box-prize span:last-child {
  margin-top: 0.28rem;
  color: rgba(226, 233, 247, 0.7);
  font-size: 0.8rem;
  line-height: 1.45;
}

.daily-box-status,
.daily-box-result {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(240, 245, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.55;
}

.daily-box-result[hidden] {
  display: none !important;
}

.daily-box-result.is-win {
  border-color: rgba(111, 255, 172, 0.24);
  background: rgba(14, 58, 31, 0.35);
  color: #dfffea;
}

.daily-box-result.is-rare {
  border-color: rgba(255, 216, 137, 0.32);
  background: rgba(76, 53, 16, 0.35);
  color: #ffe8bf;
}

.daily-box-result.is-empty {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(240, 245, 255, 0.76);
}

.daily-box-result strong,
.daily-box-result span,
.daily-box-result small {
  display: block;
}

.daily-box-result strong {
  font-size: 1rem;
}

.daily-box-result span {
  margin-top: 0.32rem;
}

.daily-box-result small {
  margin-top: 0.55rem;
  color: rgba(234, 239, 247, 0.66);
  font-size: 0.77rem;
  line-height: 1.45;
}

.daily-box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1rem;
}

.daily-box-open,
.daily-box-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.82rem 1rem;
  border-radius: 14px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.daily-box-open {
  border: 1px solid rgba(255, 216, 137, 0.28);
  background: linear-gradient(180deg, rgba(255, 216, 137, 0.22), rgba(245, 191, 99, 0.14));
  color: #ffe4ab;
  cursor: pointer;
}

.daily-box-open:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.daily-box-open.is-burst {
  animation: buttonBurst 0.55s ease;
}

.daily-box-link {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #eff4ff;
}

.home-ranking-section,
.clips-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.1rem 1.9rem;
  position: relative;
  z-index: 2;
}

.home-ranking-shell,
.clips-shell {
  padding: 1.45rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(111, 255, 172, 0.08), transparent 36%),
    radial-gradient(circle at 100% 100%, rgba(117, 221, 255, 0.08), transparent 40%),
    rgba(20, 23, 31, 0.84);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.home-ranking-head,
.clips-head {
  max-width: 720px;
}

.home-ranking-kicker,
.clips-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.32rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 216, 137, 0.2);
  background: rgba(255, 216, 137, 0.08);
  color: #ffd89c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-ranking-head h2,
.clips-head h2 {
  margin-top: 0.85rem;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.home-ranking-head p,
.clips-head p {
  margin-top: 0.6rem;
  color: rgba(229, 236, 245, 0.74);
  line-height: 1.72;
}

.home-ranking-grid,
.clips-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.home-ranking-card,
.clip-card,
.clip-video-card {
  padding: 1.15rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(47, 52, 68, 0.72), rgba(31, 35, 48, 0.92));
}

.home-ranking-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.home-ranking-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.3rem;
}

.home-ranking-label {
  display: block;
  color: rgba(226, 233, 247, 0.62);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.home-ranking-card strong {
  display: block;
  margin-top: 0.18rem;
  font-size: 1.12rem;
}

.home-ranking-list {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.55rem;
}

.home-ranking-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.75rem 0.82rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(233, 240, 248, 0.88);
  font-size: 0.86rem;
}

.home-ranking-list li span:first-child {
  color: #77ddff;
  font-weight: 800;
}

.home-ranking-list li span:last-child {
  color: rgba(224, 231, 245, 0.68);
  text-align: right;
}

.clip-card.is-violet,
.clip-video-card.is-violet {
  box-shadow: inset 0 0 0 1px rgba(182, 135, 255, 0.08);
}

.clip-card.is-cyan,
.clip-video-card.is-cyan {
  box-shadow: inset 0 0 0 1px rgba(117, 221, 255, 0.08);
}

.clip-card.is-gold,
.clip-video-card.is-gold {
  box-shadow: inset 0 0 0 1px rgba(255, 216, 137, 0.08);
}

.clip-video-card {
  padding: 0.85rem;
  overflow: hidden;
}

.clip-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 9 / 16;
  cursor: pointer;
  background:
    radial-gradient(circle at top, rgba(117, 221, 255, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(15, 17, 22, 0.92), rgba(10, 11, 16, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.clip-video-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #090b11;
}

.clip-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(242, 247, 255, 0.8);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.clip-video-frame .clip-card-tag {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  backdrop-filter: blur(12px);
}

.clip-card h3 {
  margin-top: 0.9rem;
  font-size: 1.18rem;
}

.clip-card p {
  margin-top: 0.55rem;
  color: rgba(226, 233, 247, 0.72);
  line-height: 1.7;
}

.clip-video-meta {
  padding: 0.95rem 0.25rem 0.2rem;
}

.clip-video-meta h3 {
  font-size: 1.02rem;
  line-height: 1.35;
}

.clip-video-meta p {
  margin-top: 0.52rem;
  color: rgba(226, 233, 247, 0.72);
  line-height: 1.62;
  font-size: 0.9rem;
}

.clip-open-btn {
  margin-top: 0.9rem;
  min-height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(117, 221, 255, 0.2);
  background: rgba(117, 221, 255, 0.08);
  color: #a0ecff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.clip-open-btn:hover {
  transform: translateY(-2px);
  background: rgba(117, 221, 255, 0.14);
  border-color: rgba(117, 221, 255, 0.3);
}

.clips-actions {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.clip-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 1rem;
  padding: 0.82rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 216, 137, 0.2);
  background: rgba(255, 216, 137, 0.08);
  color: #ffe09b;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.clip-card-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 216, 137, 0.12);
  border-color: rgba(255, 216, 137, 0.3);
}

.clip-card-link.is-alt {
  border-color: rgba(117, 221, 255, 0.22);
  background: rgba(117, 221, 255, 0.09);
  color: #98ebff;
}

.clip-card-link.is-alt:hover {
  background: rgba(117, 221, 255, 0.14);
  border-color: rgba(117, 221, 255, 0.32);
}

.clip-card-link.is-soft {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(241, 246, 255, 0.88);
}

.clip-card-link.is-soft:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
}

.clip-modal-content {
  width: min(920px, 94vw);
  max-height: min(90vh, 920px);
  overflow: auto;
  padding: 1.2rem;
}

.clip-modal-shell {
  display: grid;
  gap: 1rem;
}

.clip-modal-head {
  padding-right: 2.5rem;
}

.clip-modal-kicker {
  display: inline-block;
  color: rgba(197, 205, 222, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.clip-modal-head h3 {
  margin-top: 0.35rem;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.clip-modal-head p {
  margin-top: 0.35rem;
  color: rgba(221, 229, 244, 0.72);
  line-height: 1.55;
}

.clip-modal-video-wrap {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #080a11;
}

.clip-modal-video-wrap video {
  width: 100%;
  max-height: min(72vh, 780px);
  display: block;
  background: #080a11;
}

@keyframes floatSpark {
  0%, 100% { transform: translateY(0); opacity: 0.75; }
  50% { transform: translateY(-9px); opacity: 1; }
}

@media (max-width: 1100px) {
  .clips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@keyframes cratePulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
  35% { transform: translate(-50%, -50%) scale(1.06) rotate(-2deg); }
  70% { transform: translate(-50%, -50%) scale(1.03) rotate(2deg); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.12); }
}

@keyframes buttonBurst {
  0% { transform: scale(1); }
  35% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.info-sections {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.4rem 1.1rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
  background: #1b212c;
}

.info-card {
  border: 1px solid #313a4c;
  background: #232b38;
  border-radius: 12px;
  padding: 1rem;
  backdrop-filter: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.info-card-wide {
  grid-column: span 3;
}

.info-card h2 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #f1f5ff;
}

.info-subtitle {
  margin: 0.45rem 0 0;
  color: #a8b4ca;
}

.stats-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.stat-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-value {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--accent);
}

.stat-label {
  color: #c8d3e9;
}

.rules-list {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  color: #d4deef;
}

.rules-list li {
  transition: all 0.2s ease;
  padding-left: 0.5rem;
}

.rules-list li:hover {
  color: var(--accent);
  transform: translateX(5px);
}

.features-list {
  margin: 0.9rem 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  color: #d4deef;
}

.features-list li {
  position: relative;
  padding-left: 1.2rem;
  transition: all 0.2s ease;
}

.features-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.features-list li:hover {
  color: var(--accent);
  transform: translateX(4px);
}

.modes-grid,
.games-grid {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.marquee {
  margin-top: 0.9rem;
  display: flex;
  overflow: hidden;
  gap: 0.6rem;
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.marquee-track {
  flex-shrink: 0;
  min-width: max-content;
  display: flex;
  gap: 0.6rem;
  animation: marquee-left 18s linear infinite;
}

.marquee-games .marquee-track {
  animation-duration: 24s;
}

.marquee-reverse .marquee-track {
  animation-name: marquee-right;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.mode-chip,
.game-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(95, 172, 255, 0.55);
  border-radius: 999px;
  padding: 0.5rem 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(145deg, rgba(36, 86, 142, 0.72), rgba(28, 56, 96, 0.72));
  color: #e8f2ff;
  transition: all 0.3s ease;
}

.mode-chip:hover,
.game-chip:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px var(--accent-glow);
}

.marquee-compact .mode-chip,
.marquee-compact .game-chip {
  padding: 0.32rem 0.7rem;
  font-size: 0.72rem;
}

.mode-chip {
  color: #ddf7ff;
  border-color: rgba(87, 211, 255, 0.55);
  background: linear-gradient(145deg, rgba(24, 112, 139, 0.75), rgba(17, 74, 112, 0.75));
}

.game-chip {
  color: #e8f1ff;
}

/* ===== FOOTER ===== */
.tops-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.2rem 1.1rem 2rem;
}

.tops-header h2 {
  margin: 0;
  color: #f1f5ff;
}

.tops-header p {
  margin: 0.35rem 0 0;
  color: #9db0cc;
  font-size: 0.9rem;
}

.tops-tabs {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tops-tab {
  border: 1px solid rgba(111, 172, 255, 0.45);
  background: rgba(34, 56, 82, 0.5);
  color: #d9e9ff;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  font: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tops-tab:hover {
  transform: translateY(-1px);
  background: rgba(58, 93, 136, 0.58);
}

.tops-tab.is-active {
  background: linear-gradient(135deg, rgba(111, 255, 172, 0.24), rgba(111, 216, 255, 0.24));
  border-color: rgba(111, 255, 172, 0.65);
  color: #e9fff4;
}

.tops-card {
  margin-top: 0.85rem;
  border: 1px solid #313a4c;
  border-radius: 14px;
  background: #232b38;
  padding: 0.95rem;
}

.tops-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.tops-title-row h3 {
  margin: 0;
  color: #f1f5ff;
}

.tops-season-badge {
  border: 1px solid rgba(111, 255, 172, 0.45);
  background: rgba(111, 255, 172, 0.12);
  color: #d9ffe8;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.78rem;
}

.tops-list {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.tops-list li {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.52rem 0.65rem;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.tops-pos {
  color: #7fd6ff;
  font-weight: 700;
}

.tops-name {
  color: #eaf1ff;
}

.tops-value {
  color: #c7d6ef;
  font-weight: 600;
}

.season-history-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.5rem 1.1rem 2.2rem;
}

.season-history-head {
  margin-bottom: 1rem;
}

.season-history-kicker {
  display: inline-block;
  border: 1px solid rgba(255, 198, 92, 0.35);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  color: #ffd37e;
  background: rgba(255, 198, 92, 0.08);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.season-history-head h2 {
  margin: 0.7rem 0 0.35rem;
  color: #f6f0e7;
}

.season-history-head p {
  margin: 0;
  max-width: 760px;
  color: #aeb7c9;
}

.season-showcase {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 202, 94, 0.18);
  border-radius: 26px;
  padding: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(255, 197, 80, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(237, 119, 41, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(26, 17, 7, 0.97), rgba(19, 14, 9, 0.94) 58%, rgba(37, 22, 8, 0.95));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.season-showcase-glow {
  position: absolute;
  inset: auto -12% -28% auto;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 170, 73, 0.22), transparent 68%);
  pointer-events: none;
}

.season-showcase-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.season-showcase-header h3 {
  margin: 0.7rem 0 0.4rem;
  color: #fff1d4;
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
}

.season-showcase-header p {
  margin: 0;
  max-width: 700px;
  color: #dbc7a6;
}

.season-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 213, 129, 0.4);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: #ffe1a5;
  background: rgba(255, 201, 84, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.season-meta {
  min-width: 220px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 214, 137, 0.16);
  border-radius: 18px;
  background: rgba(255, 244, 222, 0.05);
  text-align: right;
}

.season-meta span {
  display: block;
  color: #d8b878;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.season-meta strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff1ca;
  font-size: 1rem;
}

.season-awards-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.9fr);
  gap: 1rem;
  margin-top: 1.2rem;
}

.season-awards-column {
  display: grid;
  gap: 0.8rem;
}

.season-awards-column-side {
  align-content: start;
}

.season-column-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff0cf;
}

.season-column-title h4 {
  margin: 0;
  font-size: 1rem;
}

.season-award-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.season-award-card.is-gold {
  background: linear-gradient(135deg, rgba(255, 199, 74, 0.13), rgba(255, 137, 61, 0.08));
  border-color: rgba(255, 201, 99, 0.25);
}

.season-award-card.is-silver {
  background: linear-gradient(135deg, rgba(187, 203, 224, 0.1), rgba(115, 134, 175, 0.08));
  border-color: rgba(187, 203, 224, 0.2);
}

.season-award-card.is-violet {
  background: linear-gradient(135deg, rgba(167, 119, 255, 0.12), rgba(109, 78, 196, 0.08));
  border-color: rgba(176, 132, 255, 0.24);
}

.season-award-card.is-red {
  background: linear-gradient(135deg, rgba(255, 105, 87, 0.13), rgba(180, 47, 47, 0.08));
  border-color: rgba(255, 110, 87, 0.24);
}

.season-award-card.is-cyan {
  background: linear-gradient(135deg, rgba(73, 233, 221, 0.13), rgba(42, 120, 156, 0.08));
  border-color: rgba(73, 233, 221, 0.24);
}

.season-award-card.is-meme {
  background: linear-gradient(135deg, rgba(212, 114, 255, 0.14), rgba(112, 54, 128, 0.12));
  border-color: rgba(220, 131, 255, 0.24);
}

.season-award-player {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff3d7;
}

.season-award-player strong {
  font-size: 1.02rem;
}

.season-award-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
}

.season-award-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.season-award-list li {
  color: #f4d8a1;
  border-radius: 12px;
  padding: 0.48rem 0.65rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.season-side-note {
  border: 1px solid rgba(255, 212, 135, 0.12);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 244, 222, 0.05);
}

.season-side-note-label {
  display: inline-block;
  color: #ffcb7e;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.season-side-note p {
  margin: 0.55rem 0 0;
  color: #e5d4b5;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .ops-layout,
  .server-showcase-shell {
    grid-template-columns: 1fr;
  }

  .server-showcase-arrow {
    display: none;
  }

  .server-hub-grid,
  .discord-shortcuts-grid,
  .event-cards-grid,
  .support-card-grid,
  .staff-card-grid,
  .home-ranking-grid,
  .clips-grid {
    grid-template-columns: 1fr;
  }

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

  .season-showcase-header,
  .season-awards-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .season-meta {
    min-width: 0;
    text-align: left;
  }

  .events-spotlight {
    grid-template-columns: 1fr;
  }

  .events-spotlight-side {
    min-width: 0;
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .server-hub-section {
    margin-top: -0.9rem;
    padding-inline: 0.9rem;
  }

  .community-ops-section {
    padding-inline: 0.9rem;
  }

  .home-ranking-section,
  .clips-section {
    padding-inline: 0.9rem;
  }

  .server-showcase-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .server-hub-shell,
  .community-ops-shell,
  .season-showcase {
    padding: 1rem;
    border-radius: 20px;
  }

  .server-panel-title-row,
  .server-hub-head,
  .server-panel-topline {
    display: grid;
    gap: 0.55rem;
  }

  .server-metric-grid,
  .host-mode-grid,
  .discord-shortcuts-grid {
    grid-template-columns: 1fr;
  }

  .server-showcase-slide {
    min-height: 280px;
  }

  .server-showcase-slide h3 {
    font-size: clamp(1.7rem, 7vw, 2.4rem);
  }

  .server-showcase-slide p {
    font-size: 0.92rem;
  }

  .server-panel-actions {
    flex-direction: column;
  }

  .server-panel-action {
    width: 100%;
  }

  .server-showcase-cta,
  .daily-box-open,
  .daily-box-link {
    width: 100%;
  }

  .daily-box-machine {
    min-height: 148px;
  }

  .host-mode-card,
  .discord-shortcut-card,
  .support-card,
  .staff-card,
  .event-card,
  .home-ranking-card,
  .clip-card,
  .clip-video-card {
    min-height: auto;
  }

  .season-award-card,
  .season-side-note,
  .season-meta,
  .server-status-panel,
  .host-modes-panel,
  .ops-block {
    border-radius: 16px;
  }
}

.footer {
  text-align: center;
  padding: 2rem 1rem;
  border-top: 1px solid #2f3747;
  background: #1a202b;
  color: #a9b5cc;
  box-shadow: none;
}

.footer p {
  margin: 0.5rem 0;
}

.easter-egg-hint {
  font-size: 0.85rem;
  opacity: 0.6;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 0.6rem));
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(calc(-100% - 0.6rem));
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .site-nav {
    flex-wrap: wrap;
    padding: 0.5rem 0.9rem;
    gap: 0.5rem;
    min-height: auto;
  }

  .nav-brand {
    flex-basis: 100%;
  }

  .nav-links {
    order: 2;
    width: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nav-search {
    order: 3;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-auth {
    order: 4;
    margin-left: 0;
  }

  .nav-auth-panel {
    right: auto;
    left: 0;
    width: min(560px, 92vw);
  }

  .nav-search input {
    width: 220px;
    max-width: 100%;
  }

  .hero-event-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 1.4rem 1.2rem 1.6rem;
  }

  .hero-event-medallion {
    width: min(100%, 220px);
  }

  .info-sections {
    grid-template-columns: 1fr;
  }

  .info-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 780px) {
  body {
    padding-top: 132px;
  }

  .nav-brand {
    gap: 0.7rem;
    flex-basis: 100%;
  }

  .nav-brand-side-online {
    min-width: 56px;
    padding: 0.38rem 0.38rem;
    border-radius: 16px;
    margin-right: 0.8rem;
  }

  .nav-brand-logo-shell {
    width: 56px;
    height: 56px;
  }

  .nav-brand-title {
    font-size: 1.12rem;
  }

  .nav-auth {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-auth-user {
    width: 100%;
  }

  .nav-auth-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .nav-auth-mini-copy span {
    white-space: normal;
  }

  .nav-auth-panel {
    left: 0;
    right: auto;
    width: min(100vw - 1.8rem, 560px);
    padding: 1rem;
  }

  .nav-auth-panel-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nav-auth-panel-avatar-wrap {
    margin: 0 auto;
  }

  .nav-auth-rank-card {
    text-align: center;
  }

  .nav-auth-host-overview-head,
  .nav-auth-host-empty {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-auth-host-chip,
  .nav-auth-host-link {
    align-self: flex-start;
  }

  .nav-auth-host-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-auth-host-progress-foot,
  .profile-info-progress-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-auth-panel-grid,
  .nav-auth-panel-grid-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-brand-subtitle {
    font-size: 0.62rem;
    max-width: 170px;
  }

  .profile-info-grid {
    grid-template-columns: 1fr;
  }

  .nav-brand-pill {
    font-size: 0.54rem;
    padding: 0.24rem 0.48rem;
  }

  .nav-brand-online-text strong {
    font-size: 0.78rem;
  }

  .top-strip {
    padding: 1rem 0.9rem;
    align-items: flex-start;
  }

  .right-controls {
    gap: 0.35rem;
    flex-direction: column;
    align-items: flex-end;
  }

  .lang-btn {
    font-size: 0.66rem;
    padding: 0.2rem 0.5rem;
  }

  .dot-cluster {
    gap: 0.62rem;
  }

  .dot {
    width: 0.62rem;
  }

  .discord-link {
    letter-spacing: 0.1em;
    max-width: 9rem;
    text-align: right;
    font-size: 0.58rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .hero-content {
    margin-top: 1.25rem;
    max-width: none;
    padding: 1rem 0.9rem 1.1rem;
    border-radius: 20px;
  }

  .hero-event-banner {
    gap: 1.15rem;
    border-radius: 22px;
    padding: 1.2rem 0.95rem 1.35rem;
  }

  .hero-event-founder {
    font-size: 0.74rem;
    top: 0.95rem;
  }

  .hero-event-server {
    font-size: 0.72rem;
    bottom: 1rem;
  }

  .hero-event-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-event-divider {
    gap: 0.7rem;
  }

  .hero-event-description {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hero-event-cta {
    width: 100%;
    min-width: 0;
    padding: 0.92rem 1rem;
    border-radius: 14px;
    font-size: 0.92rem;
  }

  .top-chip-row {
    padding: 0 0.9rem;
    margin-top: 0.2rem;
  }

  .top-chip {
    font-size: 0.68rem;
  }

  .brand-row {
    gap: 0.6rem;
  }

  .brand-logo {
    width: 56px;
  }

  .hero-content h1 {
    font-size: clamp(1.7rem, 9vw, 2.2rem);
  }

  .hero-content p {
    font-size: 1rem;
  }

  .social-buttons {
    margin-top: 1rem;
    gap: 0.45rem;
  }

  .social-btn {
    padding: 0.5rem 0.82rem;
    font-size: 0.95rem;
  }

  .ip-version {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.72rem;
  }

  .hero-lanes {
    margin-top: 0.85rem;
    max-width: none;
  }

  .hero-meta {
    position: static;
    margin-top: 0.85rem;
    gap: 0.35rem;
    align-items: flex-start;
    padding: 0 0.9rem 0.4rem;
  }

  .info-sections {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .lane-title {
    font-size: 0.72rem;
  }

  .marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .marquee-compact .mode-chip,
  .marquee-compact .game-chip {
    font-size: 0.66rem;
    padding: 0.3rem 0.55rem;
  }

  .marquee-track {
    animation-duration: 18s;
  }

  .marquee-games .marquee-track {
    animation-duration: 22s;
  }

  .welcome-content {
    padding: 2rem;
  }

  .welcome-content h2 {
    font-size: 2rem;
  }

  .welcome-icon {
    font-size: 4rem;
  }
}
