@import url("https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --color-text: #fff;
  --color-text-darker: #e5e5e5;
  --color-text-secondary: #ccc;
  --color-text-dark: #0d0d0d;
  --color-bg: #000;
  --color-brighter-bg: #0d0d0d;
  --color-primary: #00ced1;
  --color-primary-hover: #e0ffff;
  --color-primary-text: #fff;
  --color-primary-text-hover: #000;
  --color-secondary: #000;
  --color-secondary-hover: #00ced1;
  --color-secondary-text: #fff;
  --color-secondary-text-hover: #000;
  --color-tertiary: transparent;
  --color-tertiary-hover: rgb(255 255 255 / 15%);
  --color-tertiary-text: var(--color-text);
  --color-tertiary-text-hover: var(--color-tertiary-text);
  --color-sale-banner-bg: rgb(0 206 209 / 18%);
  --color-sale-banner-text: #fff;
  --color-border: rgba(255, 255, 255, 0.08);
  --widget-padding: 16px;
  --content-padding: 16px;
  --content-inner-width: 1280px;
  --content-width: calc((var(--content-padding) * 2) + var(--content-inner-width));
  --sidebar-width: 318px;
  --site-footer-height: 35px;
  --bg-image: url('/assets/header-hero-current.png');
  --bg-page: url('/assets/page-bg-redm.jpg');
  --fr-lite-panel: rgba(9, 13, 17, 0.92);
  --fr-lite-panel-soft: rgba(255, 255, 255, 0.035);
  --fr-lite-line: rgba(255, 255, 255, 0.08);
  --fr-lite-line-strong: rgba(0, 206, 209, 0.28);
  --fr-lite-radius-xl: 28px;
  --fr-lite-radius-lg: 22px;
  --fr-lite-radius-md: 16px;
  --fr-lite-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

@media (width > 960px) {
  :root {
    --content-padding: 32px;
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; border: 0; }
html, body { min-height: 100vh; }
html { overflow-y: auto; scrollbar-width: thin; }
body {
  position: relative;
  max-width: 100%;
  width: 100%;
  line-height: normal;
  color: var(--color-text);
  background: var(--bg-page), #000;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Rokkitt", serif;
  font-size: 16px;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18)),
    var(--bg-image),
    #222;
  background-position: center center;
  background-size: cover;
  mask-image: linear-gradient(to bottom, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
  opacity: 0.95;
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: transparent; cursor: pointer; }
li { list-style: none; }
strong, b { font-weight: 700; }

.btn-primary,
.btn-secondary,
.btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-primary-text);
}
.btn-secondary {
  background: var(--color-secondary);
  color: var(--color-secondary-text);
}
.btn-tertiary {
  background: transparent;
  color: var(--color-text);
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
  background: var(--color-primary-hover);
  color: var(--color-primary-text-hover);
  box-shadow: 0 0 8px rgba(0, 206, 209, 0.6);
}
.btn-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 0;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.toggle-navigation { background-image: url("/assets/ui/nav-burger.svg"); }
.close-navigation { background-image: url("/assets/ui/nav-close.svg"); }
.desktop-only { display: none; }
@media (width > 960px) {
  .desktop-only { display: inline-flex; }
  .toggle-navigation { display: none; }
}

.site {
  display: grid;
  grid-auto-rows: auto 1fr auto;
  gap: 16px;
  min-height: calc(100vh - var(--site-footer-height));
}
.site-header,
.site-sale-banner,
.site-content,
.site-footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--content-padding);
}
@media (width > 960px) {
  .site-header,
  .site-sale-banner,
  .site-content,
  .site-footer-inner {
    max-width: var(--content-width);
  }
}

.site-header { position: relative; z-index: 2; }
.site-header-inner {
  position: relative;
  min-height: 318px;
}
.site-header-inner .actions {
  position: absolute;
  top: var(--widget-padding);
  left: 0;
}
.site-header-inner .user-actions {
  position: absolute;
  top: var(--widget-padding);
  right: 0;
  display: flex;
  gap: 12px;
}
.site-header-inner .site-title {
  position: absolute;
  inset: calc(var(--widget-padding) + 28px) 260px 0 260px;
  margin: auto;
  width: fit-content;
  height: fit-content;
  text-align: center;
}
.site-title-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.site-title-wordmark {
  width: min(200px, 30vw);
  margin-top: 12px;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.55));
}

.sticky-site-nav {
  display: none;
}

@media (width > 960px) {
  .sticky-site-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 14px var(--content-padding) 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-130%);
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease, visibility .22s ease;
  }
  .sticky-site-nav.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .sticky-site-nav-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(4, 7, 10, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  }
  .sticky-site-nav-brand {
    flex: none;
  }
  .sticky-site-nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .sticky-site-nav-wordmark {
    display: flex;
    align-items: center;
  }
  .sticky-site-nav-brand img {
    width: 112px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
  }
  .sticky-site-nav-cart {
    min-height: 40px;
    padding: 0 14px;
    white-space: nowrap;
    font-size: 15px;
  }
  .sticky-site-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    margin-right: auto;
  }
  .sticky-site-nav-links.has-open-menu {
    overflow: visible;
  }
  .sticky-site-nav-links::-webkit-scrollbar {
    display: none;
  }
  .sticky-site-nav-brand {
    flex: none;
    margin-left: 0;
  }
  .sticky-nav-group {
    position: relative;
    flex: none;
  }
  .sticky-nav-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sticky-nav-link,
  .sticky-nav-toggle {
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--color-text);
    transition: background .18s ease, border-color .18s ease, color .18s ease;
  }
  .sticky-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .sticky-site-nav-links-admin .sticky-nav-link {
    letter-spacing: 0.04em;
  }
  .sticky-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0;
  }
  .sticky-nav-link:hover,
  .sticky-nav-link.is-active,
  .sticky-nav-group.is-open > .sticky-nav-trigger .sticky-nav-link,
  .sticky-nav-toggle:hover,
  .sticky-nav-group.is-open > .sticky-nav-trigger .sticky-nav-toggle {
    color: var(--color-primary);
    border-color: rgba(0, 206, 209, 0.28);
    background: rgba(0, 206, 209, 0.08);
  }
  .sticky-nav-toggle i {
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    transition: transform .18s ease;
  }
  .sticky-nav-group.is-open > .sticky-nav-trigger .sticky-nav-toggle i {
    transform: rotate(180deg);
  }
  .sticky-nav-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 240px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(4, 7, 10, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .sticky-nav-group-realms .sticky-nav-dropdown {
    left: 0;
    right: auto;
    width: min(580px, calc(100vw - 32px));
    min-width: min(580px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    transform: translateY(8px);
  }
  .sticky-nav-group.is-open > .sticky-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .sticky-nav-group-realms.is-open > .sticky-nav-dropdown {
    transform: translateY(0);
  }
  .sticky-nav-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 18px;
  }
  .sticky-nav-dropdown-tree {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 7px 8px;
  }
  .sticky-nav-dropdown-section {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
  }
  .sticky-nav-dropdown-tree .sticky-nav-dropdown-section {
    gap: 3px;
  }
  .sticky-nav-subgroup {
    gap: 0;
  }
  .sticky-nav-subgroup-head {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sticky-nav-dropdown-tree .sticky-nav-subgroup-head {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    gap: 4px;
  }
  .sticky-nav-subgroup-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--color-primary);
    transition: background .16s ease, border-color .16s ease;
  }
  .sticky-nav-dropdown-tree .sticky-nav-subgroup-toggle {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-left: 0;
  }
  .sticky-nav-subgroup-toggle:hover,
  .sticky-nav-subgroup.is-open > .sticky-nav-subgroup-head .sticky-nav-subgroup-toggle {
    border-color: rgba(0, 206, 209, 0.24);
    background: rgba(0, 206, 209, 0.08);
  }
  .sticky-nav-subgroup-toggle i {
    font-style: normal;
    font-size: 11px;
    line-height: 1;
    transition: transform .16s ease;
  }
  .sticky-nav-subgroup.is-open > .sticky-nav-subgroup-head .sticky-nav-subgroup-toggle i {
    transform: rotate(180deg);
  }
  .sticky-nav-dropdown-title {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .sticky-nav-dropdown-tree .sticky-nav-dropdown-title {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 0;
    font-size: 11.5px;
    letter-spacing: 0.05em;
  }
  .sticky-nav-dropdown-title:hover,
  .sticky-nav-dropdown-title.is-active {
    color: var(--color-primary);
  }
  .sticky-nav-dropdown-link {
    display: block;
    padding: 7px 10px;
    border-radius: 12px;
    color: var(--color-text-darker);
    font-size: 13px;
    line-height: 1.35;
    transition: background .16s ease, color .16s ease;
  }
  .sticky-nav-dropdown-tree .sticky-nav-dropdown-link {
    padding: 4px 6px;
    border-radius: 8px;
    font-size: 11.5px;
    line-height: 1.25;
  }
  .sticky-nav-dropdown-link:hover,
  .sticky-nav-dropdown-link.is-active {
    color: var(--color-primary);
    background: rgba(0, 206, 209, 0.08);
  }
  .sticky-nav-subgroup-links {
    display: grid;
    gap: 4px;
    margin-top: 8px;
  }
  .sticky-nav-dropdown-tree .sticky-nav-subgroup-links {
    gap: 1px;
    margin-top: 4px;
  }
  .sticky-nav-subgroup:not(.is-open) > .sticky-nav-subgroup-links {
    display: none;
  }
  .sticky-nav-dropdown-link-child {
    margin-left: 10px;
    color: var(--color-text-secondary);
    font-size: 12px;
  }
  .sticky-nav-dropdown-tree .sticky-nav-dropdown-link-child {
    margin-left: 6px;
    font-size: 11px;
  }
}

.site-sale-banner {
  margin: 0 0 16px;
  padding: 16px var(--content-padding);
  color: var(--color-sale-banner-text);
  background: var(--color-sale-banner-bg);
  font-size: 21px;
  text-align: center;
  border: 1px solid var(--color-border);
}

.site-content-widgets {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (width > 960px) {
  .site-navigation {
    display: none !important;
  }
  .site-content-widgets {
    display: grid;
    grid-template-columns: 1fr var(--sidebar-width);
    align-items: start;
    gap: 36px;
  }
  .store-sidebar { order: 1; }
}

.site-content {
  display: block;
}

.store-text {
  padding: 12px;
  line-height: 1.375;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-xl);
  background: linear-gradient(180deg, rgba(7, 10, 13, 0.97), rgba(3, 4, 6, 0.98));
  box-shadow: var(--fr-lite-shadow);
}
.store-text h2 {
  margin-bottom: 16px;
  color: var(--color-primary);
  font-size: 26px;
  text-transform: uppercase;
}
.store-text p,
.store-text li {
  color: var(--color-text-darker);
  line-height: 1.45;
}
.store-text ul { margin-left: 1em; }
.store-text li { list-style: disc; }
.home-main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}
.home-panel {
  display: block;
  overflow: hidden;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.home-welcome-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-xl);
  background:
    linear-gradient(270deg, rgba(3, 5, 8, 0.9) 0%, rgba(3, 5, 8, 0.74) 36%, rgba(3, 5, 8, 0.22) 64%, rgba(3, 5, 8, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 5, 8, 0.2), rgba(3, 5, 8, 0.5)),
    var(--welcome-art) center center/cover no-repeat;
  box-shadow: var(--fr-lite-shadow);
  overflow: hidden;
}
.home-welcome-copy {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
  max-width: min(680px, 100%);
  margin-left: auto;
  text-align: right;
  justify-items: end;
}
.home-welcome-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.92;
  text-transform: uppercase;
}
.home-welcome-lede {
  max-width: 42ch;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}
.home-welcome-subline {
  max-width: 58ch;
  color: var(--color-text-secondary);
}
.home-welcome-copy .home-badge-row {
  margin-top: 2px;
}
.home-panel-link { transition: transform .15s ease, box-shadow .15s ease; }
.home-panel-link:hover { transform: translateY(-1px); box-shadow: 0 0 12px rgba(0,206,209,.22); }
.home-panel img { width: 100%; height: auto; }
.home-panel-strip {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 190px;
  padding: 0;
  border-color: transparent;
  background: var(--realm-strip-image) center center/cover no-repeat;
}
.home-panel-strip::before {
  display: none;
}
.home-panel-strip-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 22px 24px;
}
.home-panel-strip-kicker {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.home-panel-strip-title {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 0.95;
  text-transform: uppercase;
}
.home-panel-strip-subtitle {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-copy-section {
  padding: 14px 16px;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background: var(--fr-lite-panel);
}
.home-copy-section + .home-copy-section { margin-top: 4px; }
.home-copy-section p + p,
.home-copy-section ul + p,
.home-copy-section p + .home-cta-row { margin-top: 12px; }
.home-copy-section ul { margin-left: 1.1em; }
.home-copy-section li + li { margin-top: 6px; }
.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-hybrid-grid {
  display: grid;
  gap: 14px;
}
.home-copy-card {
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.home-copy-card-soft {
  background: rgba(255, 255, 255, 0.03);
}
.home-media-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}
.home-why-media-stack {
  align-self: start;
}
.home-media-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-color: transparent;
  background: transparent;
}
.home-media-card img {
  width: 100%;
  height: auto;
  display: block;
}
.home-media-note-card {
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(0, 206, 209, 0.09), transparent 54%),
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.home-media-note-card h3 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.98;
  text-transform: uppercase;
}
.home-media-note-card p:last-child {
  margin: 0;
  color: var(--color-text-secondary);
  line-height: 1.6;
}
.section-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text-secondary);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-feature-list {
  display: grid;
  gap: 10px;
  margin-left: 0;
  margin-top: 14px;
}
.home-feature-list li,
.home-feature-list-item {
  list-style: none;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}
.home-feature-list-item {
  display: grid;
  gap: 6px;
}
.home-feature-list-item strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.home-feature-list-item p {
  margin: 0;
  color: var(--color-text-secondary);
  line-height: 1.62;
}
.home-callout-card {
  background:
    linear-gradient(135deg, rgba(0, 206, 209, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.03);
}
.home-callout-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-status-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--color-text-secondary);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-status-pill.is-ok {
  color: #71f0bc;
  border-color: rgba(113, 240, 188, 0.22);
}
.home-status-pill.is-warn {
  color: #ffd166;
  border-color: rgba(255, 209, 102, 0.24);
}
.home-cta-row-pills .btn-primary,
.home-cta-row-pills .btn-secondary,
.home-cta-row-pills .btn-tertiary {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-network-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.home-network-link {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.home-network-link:hover {
  transform: translateY(-1px);
  background: rgba(0, 206, 209, 0.08);
  border-color: rgba(0, 206, 209, 0.28);
}
.home-network-link strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-network-link span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-secondary);
  line-height: 1.45;
}
.home-module-grid {
  display: grid;
  gap: 12px;
}
.home-module {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background: linear-gradient(180deg, rgba(7, 11, 15, 0.97), rgba(3, 5, 8, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.home-module-status,
.home-module-play {
  background:
    linear-gradient(135deg, rgba(0, 206, 209, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(7, 11, 15, 0.97), rgba(3, 5, 8, 0.98));
}
.home-module-live,
.home-module-watch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 58%),
    linear-gradient(180deg, rgba(7, 11, 15, 0.97), rgba(3, 5, 8, 0.98));
}
.home-module-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.home-module-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}
.home-module-lede {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.45;
}
.home-module-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-supporter-spotlight,
.home-activity-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.home-supporter-spotlight img,
.home-activity-item img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}
.home-supporter-spotlight strong,
.home-activity-item strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}
.home-supporter-spotlight p,
.home-activity-item p {
  margin-top: 4px;
  color: var(--color-text-secondary);
  line-height: 1.4;
}
.home-activity-list {
  display: grid;
  gap: 10px;
}
.home-activity-item {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}
.home-module-rewards,
.home-module-community {
  background:
    linear-gradient(135deg, rgba(0, 206, 209, 0.08), transparent 62%),
    linear-gradient(180deg, rgba(7, 11, 15, 0.97), rgba(3, 5, 8, 0.98));
}
.home-module-grid-proof .home-module-payments {
  align-self: start;
}

.widget {
  padding: 14px;
  background: linear-gradient(180deg, rgba(7, 11, 15, 0.97), rgba(3, 5, 8, 0.98));
  color: var(--color-primary-text);
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.widget + .widget { margin-top: 12px; }
.widget-title {
  margin-bottom: 12px;
  padding: 10px 0;
  color: var(--color-primary);
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid var(--color-border);
  border-width: 1px 0;
}
.site-navigation .navigation-list {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color-primary-text);
  letter-spacing: .08em;
}
.navigation-vertical a {
  display: block;
  padding: 7px 6px;
  color: var(--color-text-darker);
  transition: color .15s ease-in-out;
}
.navigation-vertical a:hover,
.navigation-vertical a.link-active { color: var(--color-primary); }
.navigation-vertical .close-navigation { display: none; }
.navigation-vertical .nav-group + .nav-group,
.navigation-vertical .nav-group + li,
.navigation-vertical li + .nav-group {
  margin-top: 2px;
}
.nav-group-head,
.nav-subgroup-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-group-link {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 6px !important;
}
.nav-group-toggle,
.nav-subgroup-toggle {
  flex: none;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-primary);
  line-height: 0;
  text-align: center;
  transition: background .15s ease, border-color .15s ease;
}
.nav-group-toggle:hover,
.nav-subgroup-toggle:hover {
  border-color: rgba(0, 206, 209, 0.24);
  background: rgba(0, 206, 209, 0.08);
}
.nav-group-toggle i,
.nav-subgroup-toggle i {
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  transition: transform .15s ease;
}
.nav-group.is-open > .nav-group-head .nav-group-toggle i,
.nav-subgroup.is-open > .nav-subgroup-head .nav-subgroup-toggle i {
  transform: rotate(180deg);
}
.nav-sublist,
.nav-subsublist {
  margin-top: 4px;
  margin-left: 12px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-group:not(.is-open) > .nav-sublist,
.nav-subgroup:not(.is-open) > .nav-subsublist {
  display: none;
}
.nav-sublist a {
  padding: 6px 4px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0.03em;
}
.nav-subsublist a {
  padding: 5px 4px;
  color: var(--color-text-secondary);
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0.02em;
}
.nav-subsublist a.nav-subsublist-child {
  padding-left: 18px;
}
.nav-subgroup + .nav-subgroup {
  margin-top: 2px;
}
.nav-subgroup.is-open > .nav-subgroup-head > a {
  color: var(--color-primary);
}
.widget-server-status .widget-content,
.widget-top-donator,
.widget-recent { text-align: center; }
.widget-server-status h6 {
  margin-bottom: 8px;
  color: var(--color-text);
  font-size: 14px;
}
.badge-success {
  color: #2cff73;
  text-shadow: 0 0 10px rgb(44 255 115 / 0.3);
}
.widget-top-donator .avatar {
  margin: 0 auto 10px;
  width: 72px;
  border-radius: 50%;
}
.widget-top-donator .username,
.widget-recent .username {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}
.widget-recent .purchase {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  text-align: left;
}
.widget-recent .avatar {
  flex: none;
  width: 28px;
  height: 28px;
}
.widget-recent p,
.widget-top-donator p,
.widget-server-status p {
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 1.35;
}

.site-footer { background: rgb(0 0 0 / 82%); }
.site-footer-inner {
  position: relative;
  padding: 20px var(--content-padding);
}
.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 10px;
}
.site-footer-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  text-decoration: none;
}
.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
.site-footer-inner .copyright {
  line-height: 16px;
  color: var(--color-text-secondary);
  font-size: 12px;
}
.site-footer-inner .we-accept {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer-inner .we-accept img {
  max-width: 57px;
  max-height: 26px;
}
@media (width > 960px) {
  .site-footer-inner {
    padding-right: calc(var(--content-padding) + 360px);
  }
  .site-footer-inner .we-accept {
    position: absolute;
    top: 0;
    right: var(--content-padding);
    bottom: 0;
    pointer-events: none;
  }
}

@media (width <= 960px) {
  .site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px 0;
    position: relative;
    padding: 110px 0 calc(50px - var(--widget-padding));
    flex-wrap: wrap;
    min-height: auto;
  }
  .site-header-inner .user-actions {
    top: var(--widget-padding);
    right: 0;
    gap: 8px;
  }
  .site-header-inner .site-title {
    position: static;
    width: 100%;
    order: 1;
  }
  .site-title-wordmark {
    width: min(150px, 48vw);
    margin-top: 8px;
  }
  .sticky-site-nav {
    display: none !important;
  }

  .site-navigation {
    position: fixed;
    inset: 0;
    z-index: 1000;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    translate: -50px 0;
    transition: all .15s ease-in-out;
  }
  body.show-navigation .site-navigation {
    visibility: visible;
    opacity: 1;
    translate: 0 0;
  }
  .site-navigation .navigation-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0 50px 0 0;
    padding: 72px var(--widget-padding) var(--widget-padding);
    background: var(--color-bg);
    font-size: 18px;
    overflow: hidden auto;
  }
  .site-navigation .close-navigation {
    position: absolute;
    top: 12px;
    right: 62px;
    display: block;
  }
  .site-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}


.realm-main-content {
  padding: 12px;
}
.realm-hero-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.82)),
    var(--realm-hero-image) center center/cover no-repeat,
    #111;
}
.realm-hero-panel.realm-hero-panel-clear {
  min-height: 0;
  aspect-ratio: 12 / 5;
  background:
    var(--realm-hero-image) center center/contain no-repeat,
    #111;
}
.realm-hero-panel.realm-hero-panel-art-fit {
  min-height: 270px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.62)),
    var(--realm-hero-image) center 33%/cover no-repeat,
    #0d1018;
}
.realm-hero-copy {
  max-width: 620px;
}
.store-category-hero-copy {
  max-width: 560px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0.42), rgba(8, 10, 16, 0.7));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(3px);
}
.store-category-hero-copy p:last-child {
  margin-bottom: 0;
}
.store-category-hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.store-category-hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.realm-hero-panel.realm-hero-panel-art-fit .store-category-hero-copy .realm-overline {
  color: rgba(255, 228, 184, 0.92);
}
.realm-hero-panel.realm-hero-panel-art-fit .store-category-hero-copy h2,
.realm-hero-panel.realm-hero-panel-art-fit .store-category-hero-copy p {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
}
.realm-overline {
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.realm-hero-panel h2 {
  margin-bottom: 8px;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
}
.realm-summary-section {
  display: block;
}
.realm-tagline {
  color: var(--color-primary);
  font-size: 20px;
  margin-bottom: 12px;
}
.realm-cta-row {
  margin-top: 16px;
}
.home-copy-section p + p {
  margin-top: 12px;
}
.realm-carousel {
  display: grid;
  gap: 14px;
}
.realm-carousel-stage {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}
.realm-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 148px;
  border: 1px solid rgb(0 206 209 / 32%);
  background: linear-gradient(180deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 62%));
  color: var(--color-text);
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgb(0 0 0 / 28%);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.realm-carousel-arrow:hover,
.realm-carousel-arrow:focus-visible {
  border-color: rgb(0 206 209 / 55%);
  background: rgb(0 206 209 / 16%);
  color: var(--color-primary);
  box-shadow: 0 0 16px rgb(0 206 209 / 18%);
}
.realm-carousel-arrow span {
  font-size: 60px;
  line-height: 1;
}
.realm-carousel-arrow-prev {
  left: 12px;
  border-radius: 16px;
}
.realm-carousel-arrow-next {
  right: 12px;
  border-radius: 16px;
}
.realm-carousel-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.realm-carousel-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.realm-carousel-slide img {
  width: 100%;
}
.store-hub-content,
.store-realm-page-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.store-realm-grid,
.store-section-grid {
  display: grid;
  gap: 12px;
}
.realm-selector-grid {
  gap: 14px;
}
.store-realm-card,
.store-section-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.store-realm-image {
  display: block;
  overflow: hidden;
  border: 1px solid var(--fr-lite-line);
  border-radius: 18px;
  background: #090909;
}
.store-realm-image img {
  width: 100%;
  transition: transform .2s ease;
}
.store-realm-image:hover img {
  transform: scale(1.015);
}
.store-realm-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.realm-selector-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.realm-selector-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.realm-selector-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.store-realm-copy h2,
.store-section-card h2 {
  margin-bottom: 0;
}
.store-realm-tagline {
  color: var(--color-primary);
  font-size: 20px;
}
.store-realm-features {
  margin-left: 1.1em;
}
.store-realm-features li {
  list-style: disc;
}
.store-realm-actions {
  margin-top: auto;
}
.realm-page-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.realm-choice-note {
  background:
    linear-gradient(135deg, rgba(0, 206, 209, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.03);
}
.realm-choice-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.realm-choice-card {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}
.realm-choice-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.realm-choice-card p {
  color: var(--color-text-secondary);
}
.realm-compare-section {
  display: grid;
  gap: 14px;
}
.realm-compare-lede {
  color: var(--color-text-secondary);
  line-height: 1.45;
}
.realm-compare-table {
  display: grid;
  gap: 1px;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.realm-compare-header,
.realm-compare-row {
  display: grid;
  grid-template-columns: 170px repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.realm-compare-cell {
  padding: 12px 14px;
  background: rgba(6, 10, 14, 0.98);
  color: var(--color-text-darker);
  line-height: 1.4;
}
.realm-compare-cell-head,
.realm-compare-cell-label {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.realm-mechanics-grid,
.store-context-grid {
  display: grid;
  gap: 12px;
}
.realm-mechanics-card,
.store-context-card {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}
.realm-mechanics-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
}
.store-section-card .btn-secondary {
  align-self: flex-start;
}
.store-section-card p:last-of-type {
  flex: 1 1 auto;
}
.store-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.store-section-meta {
  color: var(--color-text-secondary);
  font-size: 14px;
}
.store-section-preview-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.store-section-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.store-section-preview:hover,
.store-section-preview:focus-visible {
  border-color: rgb(0 206 209 / 28%);
  background: rgb(0 206 209 / 8%);
  transform: translateY(-1px);
}
.store-section-preview-title {
  font-weight: 700;
}
.store-section-preview-price {
  color: var(--color-primary);
  font-weight: 700;
  white-space: nowrap;
}
.store-section-page-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.store-section-card ul {
  margin-left: 1.1em;
}
.store-section-card li {
  list-style: disc;
}
.store-product-grid {
  display: grid;
  gap: 12px;
}
.store-role-groups {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.store-role-accordion {
  --role-hue: 188;
  --role-hue-2: 208;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background:
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98)),
    radial-gradient(circle at top right, hsla(var(--role-hue) 92% 60% / 0.12), transparent 46%);
  border-color: hsla(var(--role-hue) 92% 70% / 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.store-role-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  background:
    linear-gradient(135deg, hsla(var(--role-hue) 92% 62% / 0.18), transparent 58%),
    linear-gradient(90deg, hsla(var(--role-hue-2) 88% 70% / 0.08), transparent 44%),
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.store-role-summary::-webkit-details-marker {
  display: none;
}
.store-role-summary .realm-overline {
  color: hsla(var(--role-hue-2) 95% 80% / 0.92);
}
.store-role-summary-copy h2 {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.98);
}
.store-role-summary-copy p:last-child {
  margin-bottom: 0;
}
.store-role-summary-copy p {
  color: rgba(255, 255, 255, 0.7);
}
.store-role-summary-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.store-role-summary-count {
  color: hsla(var(--role-hue-2) 95% 82% / 0.88);
  font-size: 14px;
  white-space: nowrap;
}
.store-role-summary-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid hsla(var(--role-hue) 92% 70% / 0.24);
  background: hsla(var(--role-hue) 92% 60% / 0.08);
  color: hsla(var(--role-hue) 96% 74% / 0.96);
  font-size: 18px;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.store-role-accordion[open] .store-role-summary-chevron {
  transform: rotate(180deg);
}
.store-role-accordion[open] .store-role-summary {
  border-bottom: 1px solid hsla(var(--role-hue) 92% 70% / 0.16);
}
.store-role-group-body {
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(8, 11, 15, 0.9), rgba(7, 9, 12, 0.98)),
    radial-gradient(circle at top left, hsla(var(--role-hue-2) 92% 62% / 0.08), transparent 42%);
}
.store-role-group-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.store-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.store-product-image {
  display: block;
  overflow: hidden;
  border: 1px solid var(--fr-lite-line);
  border-radius: 18px;
  background: #090909;
}
.store-product-image img,
.store-product-detail-media img {
  display: block;
  width: 100%;
}
.store-product-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}
.store-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.store-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgb(0 206 209 / 22%);
  background: rgb(0 206 209 / 12%);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.store-product-price {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
}
.store-role-accordion .store-product-card {
  border-color: hsla(var(--role-hue) 92% 70% / 0.14);
  background:
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98)),
    radial-gradient(circle at top right, hsla(var(--role-hue) 92% 62% / 0.12), transparent 46%);
}
.store-role-accordion .store-product-image {
  border-color: hsla(var(--role-hue-2) 92% 72% / 0.18);
}
.store-role-accordion .store-product-badge {
  border-color: hsla(var(--role-hue) 92% 70% / 0.28);
  background: hsla(var(--role-hue) 92% 60% / 0.14);
  color: hsla(var(--role-hue-2) 95% 82% / 0.96);
}
.store-role-accordion .store-product-price {
  color: hsla(var(--role-hue-2) 95% 82% / 0.96);
}
.store-role-accordion .store-product-copy h2 a {
  color: hsla(var(--role-hue-2) 95% 82% / 0.96);
}
.store-role-accordion .store-product-copy h2 a:hover,
.store-role-accordion .store-product-copy h2 a:focus-visible {
  color: #fff;
  text-shadow: 0 0 12px hsla(var(--role-hue) 92% 60% / 0.22);
}
.store-role-accordion .store-product-mini-highlights li::before {
  background: hsla(var(--role-hue) 92% 68% / 0.96);
}
.store-role-accordion .store-product-actions .btn-primary {
  border-color: hsla(var(--role-hue) 92% 70% / 0.42);
  background: linear-gradient(135deg, hsla(var(--role-hue) 88% 54% / 0.92), hsla(var(--role-hue-2) 82% 58% / 0.9));
  color: #fff;
  box-shadow: 0 10px 24px hsla(var(--role-hue) 92% 48% / 0.2);
}
.store-role-accordion .store-product-actions .btn-primary:hover,
.store-role-accordion .store-product-actions .btn-primary:focus-visible {
  background: linear-gradient(135deg, hsla(var(--role-hue) 92% 60% / 0.98), hsla(var(--role-hue-2) 88% 66% / 0.96));
  color: #fff;
  box-shadow: 0 0 14px hsla(var(--role-hue-2) 92% 64% / 0.34);
}
.store-role-accordion .store-product-actions .btn-tertiary {
  border-color: hsla(var(--role-hue) 92% 70% / 0.28);
  background: hsla(var(--role-hue) 92% 60% / 0.08);
  color: hsla(var(--role-hue-2) 95% 82% / 0.96);
}
.store-role-accordion .store-product-actions .btn-tertiary:hover,
.store-role-accordion .store-product-actions .btn-tertiary:focus-visible {
  background: hsla(var(--role-hue) 92% 62% / 0.18);
  color: #fff;
  box-shadow: 0 0 12px hsla(var(--role-hue) 92% 56% / 0.26);
}
.store-summary-section .realm-overline {
  margin-bottom: 6px;
}
.store-product-copy h2 {
  margin-bottom: 0;
}
.store-product-copy h2 a {
  transition: color .2s ease;
}
.store-product-copy h2 a:hover,
.store-product-copy h2 a:focus-visible {
  color: var(--color-primary);
}
.store-product-copy p {
  color: var(--color-text-secondary);
}
.store-product-highlights {
  margin-left: 1.1em;
}
.store-product-highlights li {
  list-style: disc;
}
.store-product-actions {
  margin-top: auto;
}
.store-product-page-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.store-role-product-page {
  --role-hue: 188;
  --role-hue-2: 208;
}
.store-role-hero-panel {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 6, 10, 0.08), rgba(4, 6, 10, 0.52)),
    linear-gradient(120deg, hsla(var(--role-hue) 92% 58% / 0.12), transparent 48%),
    linear-gradient(290deg, hsla(var(--role-hue-2) 92% 64% / 0.1), transparent 44%),
    var(--realm-hero-image) center center/contain no-repeat,
    #0d1018;
}
.store-role-detail-grid {
  display: grid;
  gap: 12px;
}
.store-role-detail-card,
.store-role-sidecard,
.store-role-detail-supporting .store-section-card {
  border: 1px solid hsla(var(--role-hue) 92% 70% / 0.14);
  border-radius: var(--fr-lite-radius-lg);
  background:
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98)),
    radial-gradient(circle at top right, hsla(var(--role-hue) 92% 62% / 0.1), transparent 48%);
}
.store-role-content-card {
  padding: 22px;
}
.store-role-purchase-stack {
  display: grid;
  gap: 12px;
  align-content: start;
}
.store-role-sidecard {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
}
.store-role-sidecard .realm-overline,
.store-role-detail-card .realm-overline {
  color: hsla(var(--role-hue-2) 95% 82% / 0.94);
}
.store-role-sidecard h2,
.store-role-detail-card h2 {
  color: hsl(0 0% 100%);
}
.store-role-sidecard h2 {
  font-size: 26px;
}
.store-role-detail-card {
  position: relative;
  overflow: hidden;
  border-color: hsla(var(--role-hue) 92% 70% / 0.22);
  background:
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(6, 8, 12, 0.99)),
    radial-gradient(circle at top right, hsla(var(--role-hue) 92% 62% / 0.16), transparent 46%);
}
.store-role-detail-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, hsla(var(--role-hue) 88% 54% / 0.08), transparent 34%),
    linear-gradient(300deg, hsla(var(--role-hue-2) 90% 66% / 0.08), transparent 38%);
  pointer-events: none;
}
.store-role-detail-card > * {
  position: relative;
  z-index: 1;
}
.store-role-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.store-role-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid hsla(var(--role-hue) 92% 70% / 0.24);
  border-radius: 999px;
  background: hsla(var(--role-hue) 92% 60% / 0.08);
  color: hsla(var(--role-hue-2) 95% 84% / 0.96);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.store-role-detail-card .store-product-badge {
  border-color: hsla(var(--role-hue) 92% 70% / 0.28);
  background: hsla(var(--role-hue) 92% 60% / 0.14);
  color: hsla(var(--role-hue-2) 95% 84% / 0.96);
}
.store-role-detail-card .store-product-price {
  color: hsla(var(--role-hue-2) 95% 84% / 0.96);
}
.store-role-detail-card .store-product-highlight-list li::before {
  background: hsla(var(--role-hue) 92% 68% / 0.96);
}
.store-role-detail-card .store-live-description {
  border-color: hsla(var(--role-hue) 92% 70% / 0.14);
  background: rgba(255, 255, 255, 0.03);
}
.store-role-detail-callout {
  padding: 14px 16px;
  border: 1px solid hsla(var(--role-hue) 92% 70% / 0.16);
  border-radius: 18px;
  background: hsla(var(--role-hue) 92% 60% / 0.08);
}
.store-role-detail-callout p:last-child {
  margin-bottom: 0;
}
.store-role-purchase-card {
  padding: 18px;
}
.store-role-detail-actions .btn-primary {
  border-color: hsla(var(--role-hue) 92% 70% / 0.42);
  background: linear-gradient(135deg, hsla(var(--role-hue) 88% 54% / 0.92), hsla(var(--role-hue-2) 82% 58% / 0.9));
  color: white;
  box-shadow: 0 10px 24px hsla(var(--role-hue) 92% 48% / 0.2);
}
.store-role-detail-actions .btn-primary:hover,
.store-role-detail-actions .btn-primary:focus-visible {
  background: linear-gradient(135deg, hsla(var(--role-hue) 92% 60% / 0.98), hsla(var(--role-hue-2) 88% 66% / 0.96));
  color: white;
}
.store-role-detail-actions .btn-tertiary {
  border-color: hsla(var(--role-hue) 92% 70% / 0.26);
  background: hsla(var(--role-hue) 92% 60% / 0.08);
  color: hsla(var(--role-hue-2) 95% 84% / 0.96);
}
.store-role-detail-actions .btn-tertiary:hover,
.store-role-detail-actions .btn-tertiary:focus-visible {
  background: hsla(var(--role-hue) 92% 62% / 0.18);
  color: white;
}
.store-role-detail-supporting .store-section-card .realm-overline {
  color: hsla(var(--role-hue-2) 95% 82% / 0.94);
}
.store-role-detail-supporting .store-section-card .btn-secondary,
.store-role-detail-supporting .store-section-card .btn-tertiary {
  align-self: flex-start;
}
.store-role-product-page.is-temp-role .store-role-detail-card {
  background:
    linear-gradient(180deg, rgba(11, 15, 18, 0.94), rgba(8, 10, 14, 0.98)),
    radial-gradient(circle at top right, hsla(var(--role-hue-2) 92% 62% / 0.14), transparent 46%);
}
.store-role-product-page.is-temp-role .store-role-sidecard:first-child,
.store-role-product-page.is-temp-role .store-role-meta-chip:last-child {
  border-style: dashed;
}
.store-product-detail-grid {
  display: grid;
  gap: 12px;
}
.store-product-detail-media,
.store-product-detail-card {
  border: 1px solid var(--fr-lite-line);
  border-radius: var(--fr-lite-radius-lg);
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(7, 9, 12, 0.98));
}
.store-product-detail-media {
  overflow: hidden;
}
.store-product-detail-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}
.store-product-summary {
  color: var(--color-text);
  font-size: 19px;
}
.store-product-mini-highlights,
.store-product-highlight-list {
  display: grid;
  gap: 8px;
  margin-left: 0;
}
.store-product-mini-highlights li,
.store-product-highlight-list li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.store-product-mini-highlights li::before,
.store-product-highlight-list li::before {
  content: '';
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary);
}
.store-product-highlight-list {
  margin-top: 12px;
}
.store-live-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}
.store-live-description > *:last-child {
  margin-bottom: 0;
}
.store-product-detail-actions {
  padding-top: 8px;
}
.store-product-detail-supporting {
  align-items: stretch;
}
.realm-carousel-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.realm-carousel-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--fr-lite-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}
.realm-carousel-tab:hover,
.realm-carousel-tab:focus-visible,
.realm-carousel-tab.is-active {
  border-color: rgb(0 206 209 / 55%);
  background: rgb(0 206 209 / 12%);
  color: var(--color-text);
  transform: translateY(-1px);
}
.realm-carousel-tab-name {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.realm-carousel-tab-tagline {
  color: var(--color-text-secondary);
  font-size: 13px;
  line-height: 1.35;
}
.realm-carousel-tab.is-active .realm-carousel-tab-tagline,
.realm-carousel-tab:hover .realm-carousel-tab-tagline,
.realm-carousel-tab:focus-visible .realm-carousel-tab-tagline {
  color: var(--color-text);
}
@media (width <= 960px) {
  .home-welcome-hero {
    min-height: 300px;
    padding: 20px;
    background:
      linear-gradient(180deg, rgba(3, 5, 8, 0.56) 0%, rgba(3, 5, 8, 0.72) 100%),
      var(--welcome-art) center center/cover no-repeat;
  }
  .realm-compare-table,
  .realm-compare-header,
  .realm-compare-row {
    display: block;
  }
  .realm-compare-header {
    display: none;
  }
  .realm-compare-row + .realm-compare-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .realm-compare-cell-label {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .realm-compare-row .realm-compare-cell:not(.realm-compare-cell-label)::before {
    display: block;
    margin-bottom: 6px;
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .realm-compare-row .realm-compare-cell:nth-child(2)::before { content: 'Origin'; }
  .realm-compare-row .realm-compare-cell:nth-child(3)::before { content: 'Legacy'; }
  .realm-compare-row .realm-compare-cell:nth-child(4)::before { content: 'Evolved'; }
  .realm-compare-row .realm-compare-cell:nth-child(5)::before { content: 'Arms'; }
  .realm-carousel-arrow {
    width: 60px;
    height: 108px;
  }
  .realm-carousel-arrow span {
    font-size: 46px;
  }
  .realm-carousel-arrow-prev {
    left: 8px;
  }
  .realm-carousel-arrow-next {
    right: 8px;
  }
  .realm-carousel-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realm-carousel-tab {
    min-height: 74px;
    padding: 10px 12px;
  }
  .realm-carousel-tab-name {
    font-size: 16px;
  }
  .realm-carousel-tab-tagline {
    font-size: 12px;
  }
  .realm-hero-panel {
    min-height: 220px;
    padding: 18px;
  }
  .realm-hero-panel.realm-hero-panel-art-fit {
    min-height: 210px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.56)),
      var(--realm-hero-image) center 31%/cover no-repeat,
      #0d1018;
  }
  .store-role-hero-panel {
    min-height: 236px;
    padding: 18px;
    background:
      linear-gradient(180deg, rgba(4, 6, 10, 0.06), rgba(4, 6, 10, 0.64)),
      linear-gradient(120deg, hsla(var(--role-hue) 92% 58% / 0.1), transparent 52%),
      var(--realm-hero-image) center center/contain no-repeat,
      #0d1018;
  }
  .store-role-sidecard h2 {
    font-size: 24px;
  }
  .realm-hero-panel h2 {
    font-size: 32px;
  }
  .store-category-hero-copy {
    max-width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
  }
  .home-callout-head {
    flex-direction: column;
  }
  .home-supporter-spotlight,
  .home-activity-item {
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .home-supporter-spotlight img,
  .home-activity-item img {
    width: 52px;
    height: 52px;
  }
}
@media (width > 960px) {
  .home-welcome-hero {
    min-height: 460px;
    padding: 34px;
  }
  .home-why-layout {
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  }
  .home-why-media-stack {
    gap: 12px;
  }
  .home-hybrid-grid {
    grid-template-columns: 1.08fr 0.92fr;
  }
  .home-module-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .home-module-grid-primary .home-module-status,
  .home-module-grid-primary .home-module-live,
  .home-module-grid-primary .home-module-rewards,
  .home-module-grid-primary .home-module-play,
  .home-module-grid-primary .home-module-watch,
  .home-module-grid-primary .home-module-community {
    grid-column: span 4;
  }
  .home-module-grid-proof .home-module-supporter {
    grid-column: span 4;
  }
  .home-module-grid-proof .home-module-payments {
    grid-column: span 8;
  }
  .home-network-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .store-realm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realm-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realm-mechanics-grid,
  .store-context-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .store-section-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .store-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .store-role-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .store-role-summary {
    grid-template-columns: 1fr;
  }
  .store-role-summary-meta {
    justify-content: flex-start;
  }
  .store-role-detail-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    align-items: start;
  }
  .store-product-detail-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }
}

.pilot-checkout-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.checkout-legal-note {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.checkout-legal-note a {
  color: #9ceef0;
  text-decoration: none;
}

.checkout-legal-note a:hover,
.checkout-legal-note a:focus-visible {
  color: #d8ffff;
  text-decoration: underline;
}

.checkout-form-card {
  display: grid;
  gap: 16px;
}

.checkout-form-field {
  display: grid;
  gap: 8px;
}

.checkout-form-field span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.62);
}

.checkout-form-field input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(4, 9, 12, 0.78);
  color: #fff;
  padding: 14px 16px;
  font: inherit;
}

.checkout-form-field input:focus {
  outline: none;
  border-color: rgba(0, 206, 209, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 206, 209, 0.12);
}

.checkout-form-error {
  margin: 0 0 8px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 84, 84, 0.28);
  background: rgba(78, 17, 17, 0.45);
  color: #ffd3d3;
}

.checkout-form-help {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.legal-section-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.legal-section-card {
  gap: 14px;
}

.legal-bullet-list {
  margin-top: 0;
}

.checkout-form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 247, 248, 0.94);
  font-size: 14px;
}

.checkout-form-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #00ced1;
}

.minecraft-account-lookup {
  display: grid;
  gap: 8px;
}

.checkout-gift-fields {
  display: grid;
  gap: 8px;
}

.checkout-gift-fields[hidden] {
  display: none !important;
}

.minecraft-account-status {
  min-height: 20px;
  margin: -6px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.minecraft-account-status.is-loading {
  color: rgba(229, 247, 249, 0.88);
}

.minecraft-account-status.is-success {
  color: #b8ffe0;
}

.minecraft-account-status.is-error {
  color: #ffd3d3;
}

.minecraft-account-status.is-warning {
  color: rgba(255, 228, 170, 0.96);
}

.checkout-form-actions {
  margin-top: 4px;
}

.checkout-pay-form {
  margin-top: 8px;
}

.checkout-code-block {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(5, 11, 16, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
}

.checkout-code-block code {
  color: rgba(218, 247, 248, 0.94);
  font-size: 13px;
  white-space: nowrap;
}

.checkout-grant-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.checkout-grant-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(7, 12, 17, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-grant-item span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: rgba(0, 206, 209, 0.86);
}

.checkout-status-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 206, 209, 0.22);
  background: rgba(8, 31, 37, 0.56);
  color: rgba(221, 248, 249, 0.92);
}

.checkout-status-note-warning {
  border-color: rgba(255, 210, 104, 0.28);
  background: rgba(56, 42, 12, 0.5);
  color: rgba(255, 235, 184, 0.96);
}

.store-inline-form,
.admin-inline-form {
  display: inline-flex;
}

.btn-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}

.checkout-form-field select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 17, 22, 0.88);
  color: rgba(245, 247, 248, 0.96);
  padding: 14px 16px;
  font: inherit;
}

.checkout-form-field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 17, 22, 0.88);
  color: rgba(245, 247, 248, 0.96);
  padding: 14px 16px;
  font: inherit;
  resize: vertical;
}

.checkout-form-field select:focus,
.checkout-form-field textarea:focus {
  outline: none;
  border-color: rgba(0, 206, 209, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 206, 209, 0.12);
}

.checkout-form-success {
  margin: 0 0 8px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(102, 236, 154, 0.28);
  background: rgba(12, 54, 29, 0.45);
  color: #d8ffe6;
}

.cart-page-grid,
.account-orders-grid,
.admin-sections-grid {
  align-items: start;
}

.cart-item-list,
.account-order-list,
.admin-table {
  display: grid;
  gap: 12px;
}

.cart-item-row,
.account-order-item,
.admin-table-row {
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(8, 14, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-item-row {
  grid-template-columns: 120px minmax(0, 1fr) 210px;
  align-items: center;
}

.cart-item-media img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.cart-item-copy h3,
.account-order-item h3 {
  margin: 0 0 8px;
}

.cart-item-price,
.cart-line-total {
  margin: 0;
}

.cart-item-controls,
.account-order-meta,
.admin-table-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.cart-quantity-form {
  display: grid;
  gap: 8px;
}

.cart-quantity-form input {
  width: 100%;
  max-width: 110px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 17, 22, 0.88);
  color: rgba(245, 247, 248, 0.96);
  padding: 10px 12px;
  font: inherit;
}

.cart-summary-metrics {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.cart-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(8, 14, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-summary-row-discount strong {
  color: rgba(116, 223, 167, 0.95);
}

.cart-summary-row-total {
  border-color: rgba(0, 206, 209, 0.22);
}

.cart-error-list {
  margin-top: 10px;
}

.checkout-order-item-list {
  margin-top: 16px;
}

.account-order-item,
.admin-table-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.admin-metric-grid .store-section-card h2 {
  margin: 0;
}

.admin-panel-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 8px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 23, 29, 0.86);
}

.admin-badge-first-party,
.admin-badge-paid,
.admin-badge-live,
.admin-badge-published,
.admin-badge-active,
.admin-badge-completed,
.admin-badge-logged {
  color: rgba(113, 239, 179, 0.95);
  border-color: rgba(113, 239, 179, 0.24);
}

.admin-badge-custom {
  color: rgba(115, 230, 241, 0.96);
  border-color: rgba(115, 230, 241, 0.26);
}

.admin-badge-pending,
.admin-badge-inactive,
.admin-badge-draft,
.admin-badge-pending_payment,
.admin-badge-awaiting_profile,
.admin-badge-grant_queued {
  color: rgba(255, 220, 132, 0.96);
  border-color: rgba(255, 220, 132, 0.24);
}

.admin-badge-failed,
.admin-badge-refunded,
.admin-badge-disputed,
.admin-badge-expired,
.admin-badge-cancelled,
.admin-badge-disabled {
  color: rgba(255, 167, 167, 0.96);
  border-color: rgba(255, 167, 167, 0.24);
}

.admin-definition-group {
  display: grid;
  gap: 10px;
}

.admin-definition-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.admin-definition-meta code {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(238, 248, 249, 0.94);
}

.admin-definition-editor {
  padding: 0 4px 2px;
}

.admin-product-group {
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-product-editor {
  padding: 0;
}

.admin-product-group + .admin-product-group {
  margin-top: 8px;
}

.admin-definition-editor summary {
  cursor: pointer;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  list-style: none;
}

.admin-definition-editor summary::-webkit-details-marker {
  display: none;
}

.admin-definition-form {
  margin-top: 12px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(6, 11, 16, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.admin-definition-form-grid-full {
  grid-column: 1 / -1;
}

.admin-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(232, 239, 240, 0.9);
}

.admin-login-form {
  max-width: 560px;
}

.admin-filter-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 2fr) repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  margin-top: 22px;
  align-items: end;
}

.admin-filter-field {
  margin: 0;
}

.admin-filter-field-query {
  min-width: 0;
}

.admin-filter-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 100%;
}

.admin-builder-grid,
.admin-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.admin-builder-card {
  overflow: hidden;
}

.admin-asset-library summary {
  margin-bottom: 14px;
}

.admin-asset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.admin-asset-card {
  display: grid;
  gap: 10px;
  margin: 0;
}

.admin-asset-card-media,
.admin-asset-preview-frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 10, 14, 0.74);
}

.admin-asset-card-media {
  aspect-ratio: 16 / 9;
}

.admin-asset-card-media img,
.admin-asset-preview-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.admin-asset-preview-frame {
  grid-column: 1 / -1;
  min-height: 160px;
}

.admin-asset-preview-frame.is-empty {
  display: none;
}

.admin-asset-upload-block {
  display: grid;
  gap: 10px;
}

.admin-asset-upload-title {
  margin: 0;
  color: rgba(232, 239, 240, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-asset-upload-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-asset-upload-input {
  flex: 1 1 240px;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 17, 22, 0.88);
  color: rgba(245, 247, 248, 0.96);
  padding: 10px 12px;
  font: inherit;
}

.admin-asset-upload-status {
  min-height: 20px;
  margin: 0;
  color: rgba(232, 239, 240, 0.74);
}

.admin-asset-upload-status.is-success {
  color: rgba(113, 239, 179, 0.95);
}

.admin-asset-upload-status.is-error {
  color: rgba(255, 167, 167, 0.96);
}

.admin-section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-section-heading-row > :first-child {
  min-width: 0;
}

.admin-inline-summary-badges {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: 8px;
  vertical-align: middle;
}

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

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

.admin-hub-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-hub-card h2 {
  margin: 0;
}

.admin-hub-list {
  margin-top: 0;
}

.admin-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.admin-hub-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.admin-tool-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-tool-row {
  align-items: start;
}

.admin-tool-main {
  min-width: 0;
}

.admin-tool-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-tool-heading h3 {
  margin: 0;
}

.admin-tool-meta {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.admin-tool-meta code {
  color: rgba(236, 248, 249, 0.96);
}

.admin-giveaway-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-giveaway-summary-grid > div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.admin-giveaway-summary-grid small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-giveaway-summary-grid strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  line-height: 1.35;
}

.admin-giveaway-state-list {
  display: grid;
  gap: 12px;
}

.admin-giveaway-state-list li {
  display: grid;
  gap: 4px;
}

.admin-giveaway-state-list span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.admin-inline-stack {
  display: grid;
  gap: 8px;
  width: min(280px, 100%);
}

.admin-inline-stack .checkout-form-field {
  margin: 0;
}

.admin-inline-stack .checkout-form-field span {
  display: block;
  margin-bottom: 6px;
}

.admin-inline-stack input,
.admin-inline-stack textarea,
.admin-inline-stack select {
  width: 100%;
}

.admin-giveaways-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.admin-giveaways-main {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.admin-giveaways-rail {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 108px;
}

.admin-giveaways-overview-card {
  display: grid;
  gap: 18px;
}

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

.admin-giveaways-metric {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(6, 11, 16, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-giveaways-metric h3,
.admin-giveaways-rail-card h3 {
  margin: 0;
}

.admin-giveaways-metric p:last-child,
.admin-giveaways-card-copy {
  margin: 0;
  color: rgba(232, 239, 240, 0.76);
}

.admin-giveaways-rail-card {
  display: grid;
  gap: 14px;
}

.admin-giveaways-mini-hero {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(18, 31, 39, 0.92), rgba(7, 12, 18, 0.9)),
    radial-gradient(circle at top left, rgba(0, 206, 209, 0.18), transparent 58%);
  border: 1px solid rgba(0, 206, 209, 0.18);
}

.admin-giveaways-mini-hero > * {
  margin: 0;
}

.admin-giveaways-mini-overline {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  color: rgba(115, 230, 241, 0.92);
}

.admin-giveaways-preview-list,
.admin-giveaways-rule-list {
  display: grid;
  gap: 12px;
}

.admin-giveaways-preview-row,
.admin-giveaways-rule-row {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(6, 11, 16, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-giveaways-preview-row {
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
}

.admin-giveaways-preview-media {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(4, 10, 14, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 9;
}

.admin-giveaways-preview-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.admin-giveaways-preview-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.admin-giveaways-preview-copy strong,
.admin-giveaways-rule-row strong {
  color: rgba(244, 247, 248, 0.96);
}

.admin-giveaways-preview-copy span,
.admin-giveaways-rule-row span {
  color: rgba(232, 239, 240, 0.72);
}

.admin-giveaways-schedule-preview {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(10, 17, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-giveaways-schedule-preview p {
  margin: 0;
  color: rgba(232, 239, 240, 0.82);
}

.admin-giveaways-pool-grid .admin-builder-card h3,
.page-admin-giveaways .admin-builder-card h2 {
  margin-bottom: 6px;
}

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

.admin-giveaway-ops-card,
.admin-giveaway-inspector-card,
.admin-giveaway-entrant-card {
  display: grid;
  gap: 14px;
}

.admin-giveaway-ops-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.admin-giveaway-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-giveaway-status-badge.is-open {
  border: 1px solid rgba(80, 220, 180, 0.22);
  background: rgba(80, 220, 180, 0.1);
  color: rgba(223, 251, 243, 0.96);
}

.admin-giveaway-status-badge.is-closed {
  border: 1px solid rgba(255, 140, 140, 0.18);
  background: rgba(255, 140, 140, 0.08);
  color: rgba(255, 223, 223, 0.96);
}

.admin-giveaway-ops-actions,
.admin-giveaway-draw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-giveaway-close-form {
  display: flex;
  flex: 1 1 280px;
  gap: 10px;
}

.admin-giveaway-close-form input {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 248, 0.96);
  font: inherit;
}

.admin-giveaway-draw-list {
  display: grid;
  gap: 12px;
}

.admin-giveaway-draw-row {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.admin-giveaway-draw-copy {
  display: grid;
  gap: 4px;
}

.admin-giveaway-draw-copy strong {
  color: rgba(244, 247, 248, 0.96);
}

.admin-giveaway-draw-copy span {
  color: rgba(232, 239, 240, 0.72);
  line-height: 1.45;
}

.admin-giveaway-entrant-table-wrap {
  overflow-x: auto;
}

.admin-giveaway-entrant-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.admin-giveaway-entrant-table th,
.admin-giveaway-entrant-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.admin-giveaway-entrant-table th {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-giveaway-entrant-table td {
  color: rgba(244, 247, 248, 0.92);
}

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

.admin-giveaway-inventory-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.admin-giveaway-inventory-card h4 {
  color: rgba(244, 247, 248, 0.96);
}

.admin-giveaway-inventory-block {
  display: grid;
  gap: 10px;
}

.admin-giveaway-inventory-block > small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-giveaway-inventory-table-wrap {
  overflow-x: auto;
}

.admin-giveaway-inventory-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-giveaway-inventory-table th,
.admin-giveaway-inventory-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.admin-giveaway-inventory-table th {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-giveaway-inventory-table td {
  color: rgba(244, 247, 248, 0.92);
}

.admin-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-player-lookup-form {
  margin-top: 18px;
}

.admin-server-test-form {
  min-width: 220px;
}

.admin-badge-online {
  color: rgba(113, 239, 179, 0.95);
  border-color: rgba(113, 239, 179, 0.24);
}

.admin-badge-stale {
  color: rgba(255, 220, 132, 0.96);
  border-color: rgba(255, 220, 132, 0.24);
}

.admin-badge-offline {
  color: rgba(255, 167, 167, 0.96);
  border-color: rgba(255, 167, 167, 0.24);
}

.admin-audit-row {
  align-items: start;
}

.admin-audit-details {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.admin-audit-details code {
  color: rgba(236, 248, 249, 0.96);
}

.page-admin-store [data-admin-filter-item][hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .cart-item-row,
  .account-order-item,
  .admin-table-row {
    grid-template-columns: 1fr;
  }

  .cart-item-controls,
  .account-order-meta,
  .admin-table-actions {
    justify-items: stretch;
  }

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

  .admin-definition-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-filter-toolbar,
  .admin-builder-grid,
  .admin-support-grid,
  .admin-user-grid,
  .admin-hub-grid,
  .admin-tool-grid,
  .admin-giveaways-layout,
  .admin-giveaways-metric-grid,
  .admin-giveaway-summary-grid,
  .admin-giveaway-ops-grid,
  .admin-giveaway-inspector-grid,
  .admin-giveaway-inventory-grid {
    grid-template-columns: 1fr;
  }

  .admin-section-heading-row {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-giveaways-rail {
    position: static;
  }
}

@media (width > 960px) and (width <= 1240px) {
  .sticky-site-nav {
    padding-top: 10px;
  }

  .sticky-site-nav-inner {
    gap: 10px;
    padding: 10px 12px;
  }

  .sticky-site-nav-links {
    gap: 8px;
  }

  .sticky-nav-link {
    padding: 0 13px;
    font-size: 12px;
  }

  .sticky-nav-toggle {
    width: 38px;
  }

  .sticky-site-nav-brand {
    gap: 8px;
  }

  .sticky-site-nav-brand img {
    width: 98px;
  }

  .sticky-site-nav-cart {
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .admin-metric-grid {
    grid-template-columns: 1fr;
  }
}
