:root {
  --nero-navy-950: #031a2c;
  --nero-navy-900: #05233a;
  --nero-navy-850: #072b48;
  --nero-navy-800: #0a3555;
  --nero-navy-700: #174663;
  --nero-blue-grey: #294968;
  --nero-ink: #082236;
  --nero-muted: #68869b;
  --nero-soft: #e9f7fd;
  --nero-line: #c8e7f4;
  --nero-white: #fff;
  --nero-shadow: 0 18px 45px rgba(4, 32, 51, .12);
  --nero-radius: 14px;
  --nero-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body.nero-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--nero-ink);
  background-color: var(--nero-navy-950);
  background-image:
    linear-gradient(180deg, rgba(3, 20, 34, .76) 0%, rgba(3, 26, 44, .88) 48%, rgba(3, 26, 44, .96) 100%),
    var(--nero-scene);
  background-position: center top, center top;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.nero-cart-open,
body.nero-menu-open { overflow: hidden; }

img, svg, iframe { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--nero-cyan) 68%, white);
  outline-offset: 3px;
}

[hidden] { display: none !important; }

.nero-container {
  width: min(calc(100% - 40px), var(--nero-width));
  margin-inline: auto;
}

.nero-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: #001521;
  border-radius: 8px;
  background: var(--nero-cyan);
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-140%);
}

.nero-skip-link:focus { transform: none; }

.nero-header { padding-top: 58px; }

.nero-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  min-height: 58px;
  color: #fff;
  border-bottom: 1px solid rgba(118, 222, 255, .14);
  background: rgba(3, 26, 44, .96);
  box-shadow: 0 8px 30px rgba(0, 16, 29, .22);
  backdrop-filter: blur(14px);
}

.nero-topbar__inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nero-topnav { display: flex; align-items: center; gap: 5px; }

.nero-topnav > a {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #bad4e2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color 140ms ease, background 140ms ease, transform 140ms ease;
}

.nero-topnav > a:hover { color: #fff; background: rgba(81, 202, 255, .1); transform: translateY(-1px); }

.nero-topnav > .nero-topnav__sale {
  margin-left: 5px;
  color: #fff;
  background: #ef8626;
  box-shadow: 0 4px 0 #9d4511;
}

.nero-topnav > .nero-topnav__sale:hover { background: #ff9b30; }

.nero-topbar__right { position: relative; display: flex; align-items: center; gap: 10px; }
.nero-currency { position: relative; color: #fff; }
.nero-currency summary {
  min-width: 84px;
  min-height: 42px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 7px;
  cursor: pointer;
  list-style: none;
}
.nero-currency summary::-webkit-details-marker { display: none; }
.nero-currency summary:hover, .nero-currency[open] summary { background: rgba(255, 255, 255, .07); }
.nero-currency summary strong, .nero-currency--single strong { font-size: 14px; font-weight: 950; letter-spacing: .04em; }
.nero-currency summary span { color: var(--nero-cyan); font-size: 12px; }
.nero-currency--single { min-width: 74px; display: grid; place-items: center; }

.nero-currency__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 90;
  width: 142px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  border: 1px solid rgba(112, 217, 255, .13);
  border-radius: 9px;
  background: var(--nero-blue-grey);
  box-shadow: 0 18px 30px rgba(0, 14, 27, .3);
}

.nero-currency__menu a {
  padding: 5px 2px;
  color: #86a5b9;
  font-size: 13px;
  font-weight: 900;
}
.nero-currency__menu a:hover, .nero-currency__menu a.is-active { color: #fff; }

.nero-mobile-logo { display: none; }
.nero-menu-toggle {
  width: 42px;
  height: 42px;
  padding: 10px;
  display: none;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(88, 210, 255, .2);
  border-radius: 8px;
  background: rgba(52, 196, 250, .08);
  cursor: pointer;
}
.nero-menu-toggle svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.nero-mobile-menu {
  position: fixed;
  inset: 58px 0 auto 0;
  z-index: 79;
  max-height: calc(100vh - 58px);
  padding: 18px 20px 24px;
  overflow-y: auto;
  color: #fff;
  background: #06243b;
  box-shadow: 0 30px 50px rgba(0, 15, 25, .45);
}
.nero-mobile-menu__head { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.nero-mobile-menu__head strong { font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.nero-mobile-menu__head button { width: 36px; height: 36px; color: #fff; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
.nero-mobile-menu .nero-store-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.nero-mobile-menu .nero-store-navigation > a { min-height: 58px; border: 1px solid rgba(107, 218, 255, .12); border-radius: 9px; background: #0a3555; }
.nero-mobile-menu .nero-store-navigation__sub { display: contents; }
.nero-mobile-menu__utility { margin-top: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.nero-mobile-menu__utility a, .nero-mobile-menu__utility button { min-height: 46px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 8px; background: var(--nero-blue-grey); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.nero-mobile-backdrop { position: fixed; inset: 58px 0 0; z-index: 78; border: 0; background: rgba(0, 16, 27, .62); }

.nero-hero {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(180deg, rgba(2, 24, 41, .36), rgba(2, 29, 49, .79)),
    linear-gradient(90deg, rgba(4, 29, 46, .3), transparent 36%, transparent 64%, rgba(4, 29, 46, .3)),
    var(--nero-scene);
  background-size: cover;
  background-position: center 48%;
}

.nero-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 82px;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(3, 26, 44, .72));
}

.nero-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 292px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 310px minmax(230px, 1fr);
  align-items: center;
  gap: clamp(24px, 6vw, 78px);
}

.nero-hero-logo { display: grid; place-items: center; }
.nero-hero-logo img {
  width: min(100%, 300px);
  max-height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 12px 19px rgba(0, 19, 33, .54));
  transition: transform 160ms ease, filter 160ms ease;
}
.nero-hero-logo:hover img { transform: translateY(-2px) scale(1.015); filter: drop-shadow(0 15px 22px rgba(0, 19, 33, .62)); }

.nero-connect-card {
  width: min(100%, 280px);
  min-height: 90px;
  position: relative;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(149, 228, 255, .19);
  border-radius: 12px;
  background: rgba(3, 31, 52, .86);
  box-shadow: 0 12px 28px rgba(0, 17, 31, .25), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(7px);
}
.nero-connect-card--server { justify-self: start; padding-bottom: 45px; }
.nero-connect-card--discord { justify-self: end; }
.nero-connect-card > small { position: absolute; top: 11px; right: 14px; color: #93b7ca; font-size: 7px; font-weight: 950; letter-spacing: .11em; }
.nero-connect-card strong { color: #fff; font-size: 17px; font-weight: 950; letter-spacing: -.035em; }
.nero-connect-card em { display: block; margin-top: 2px; overflow: hidden; color: var(--nero-cyan); font-size: 9px; font-style: normal; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.nero-connect-icon { width: 45px; height: 45px; display: grid; place-items: center; color: #001826; border-radius: 10px; background: var(--nero-cyan); box-shadow: 0 5px 0 color-mix(in srgb, var(--nero-cyan) 55%, #003347); }
.nero-connect-icon svg { width: 25px; height: 25px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nero-connect-card--discord .nero-connect-icon { color: #fff; background: #5865f2; box-shadow: 0 5px 0 #303aa5; }
.nero-discord-mark { stroke: none !important; }

button.nero-connect-main {
  grid-column: 1 / -1;
  padding: 0;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  color: inherit;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.nero-connect-main.is-disabled { grid-column: 1 / -1; }

.nero-bedrock-row {
  position: absolute;
  inset: auto 10px 8px;
  min-height: 31px;
  padding: 0 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #dff8ff;
  border: 1px solid rgba(82, 208, 255, .12);
  border-radius: 7px;
  background: rgba(5, 51, 81, .82);
  cursor: pointer;
}
.nero-bedrock-row b { color: var(--nero-cyan); font-size: 7px; letter-spacing: .08em; }
.nero-bedrock-row span { overflow: hidden; font-size: 8px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.nero-bedrock-row em { color: #91b0c2; font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .06em; }
.nero-connect-card.is-disabled { opacity: .75; }

.nero-storebar {
  position: relative;
  z-index: 10;
  min-height: 76px;
  color: #fff;
  border-top: 1px solid rgba(107, 215, 255, .1);
  border-bottom: 1px solid rgba(107, 215, 255, .12);
  background: var(--nero-navy-850);
  box-shadow: 0 12px 24px rgba(1, 28, 46, .16);
}
.nero-storebar__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nero-storebar__brand { display: flex; align-items: center; gap: 12px; }
.nero-storebar__cube { width: 43px; height: 43px; display: grid; place-items: center; color: #001b29; border-radius: 9px; background: var(--nero-cyan); box-shadow: 0 5px 0 color-mix(in srgb, var(--nero-cyan) 60%, #004259); font-size: 17px; }
.nero-storebar__brand div, .nero-account span { min-width: 0; display: flex; flex-direction: column; }
.nero-storebar__brand strong { font-size: 16px; font-weight: 950; letter-spacing: -.025em; }
.nero-storebar__brand small { margin-top: 2px; color: #8eb4c9; font-size: 7px; font-weight: 900; letter-spacing: .105em; }
.nero-account-area { display: flex; align-items: center; gap: 11px; }
.nero-account { min-height: 52px; padding: 5px 8px 5px 6px; display: grid; grid-template-columns: 42px minmax(88px, 1fr) auto; align-items: center; gap: 9px; border: 1px solid rgba(119, 215, 250, .1); border-radius: 9px; background: rgba(2, 28, 47, .45); }
.nero-account img { width: 42px; height: 42px; object-fit: cover; border-radius: 7px; image-rendering: pixelated; }
.nero-account strong { overflow: hidden; color: #fff; font-size: 12px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.nero-account small { margin-top: 2px; color: #8eb3c7; font-size: 8px; font-weight: 750; }
.nero-account > a { width: 29px; height: 29px; display: grid; place-items: center; color: #8fb4c7; border-radius: 6px; background: rgba(90, 188, 229, .08); font-size: 12px; }
.nero-account--guest img { padding: 5px; object-fit: contain; background: rgba(62, 197, 249, .09); }

.nero-login-button, .nero-basket-button {
  min-height: 48px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform 140ms ease, filter 140ms ease;
}
.nero-login-button { color: #001d2b; background: var(--nero-green); box-shadow: 0 5px 0 color-mix(in srgb, var(--nero-green) 57%, #004d20); }
.nero-basket-button { background: var(--nero-cyan); box-shadow: 0 5px 0 color-mix(in srgb, var(--nero-cyan) 55%, #00435b); }
.nero-basket-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nero-basket-button b { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; color: #001c2b; border-radius: 5px; background: #fff; font-size: 9px; }
.nero-login-button:hover, .nero-basket-button:hover { transform: translateY(-1px); filter: brightness(1.05); }

.nero-main { min-height: 480px; padding: 34px 0 52px; }
.nero-notice { position: relative; z-index: 20; margin-top: 18px; padding: 13px 46px 13px 16px; color: #fff; border-radius: 9px; background: #197ea4; box-shadow: var(--nero-shadow); font-size: 12px; font-weight: 750; }
.nero-notice--error, .nero-notice--danger { background: var(--nero-red); }
.nero-notice--success { color: #001d13; background: var(--nero-green); }
.nero-notice button { position: absolute; top: 50%; right: 11px; width: 28px; height: 28px; color: inherit; border: 0; background: transparent; font-size: 20px; transform: translateY(-50%); cursor: pointer; }

.nero-store-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 28px; }
.nero-sidebar { position: sticky; top: 78px; padding: 14px 12px; overflow: hidden; border: 1px solid #0b557d; border-radius: 13px; background: linear-gradient(180deg, #063a5b, #052f4c); box-shadow: 0 7px 0 #001a2c, 0 20px 38px rgba(0, 10, 18, .28); }
.nero-sidebar__title { display: none; }
.nero-sidebar__title span { color: #41b8e2; font-size: 7px; font-weight: 950; letter-spacing: .14em; }
.nero-sidebar__title strong { margin-top: 2px; color: var(--nero-ink); font-size: 17px; font-weight: 950; letter-spacing: -.04em; }
.nero-store-navigation { padding: 0; display: flex; flex-direction: column; gap: 9px; }
.nero-store-navigation > a { min-height: 48px; padding: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: stretch; gap: 8px; color: #dff6ff; border-radius: 8px; transition: color 130ms ease, transform 130ms ease; }
.nero-store-navigation > a img { width: 48px; height: 48px; padding: 8px; object-fit: contain; image-rendering: pixelated; border-radius: 8px; background: #021d31; filter: drop-shadow(0 3px 2px rgba(0, 11, 19, .35)); transition: background 130ms ease, box-shadow 130ms ease; }
.nero-store-navigation > a strong { min-width: 0; padding: 0 14px; display: flex; align-items: center; overflow: hidden; border-radius: 8px; background: #03243b; font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; transition: background 130ms ease; }
.nero-store-navigation > a:hover { color: #fff; transform: translateX(2px); }
.nero-store-navigation > a:hover img, .nero-store-navigation > a.is-active img { background: var(--nero-cyan); box-shadow: 0 5px 0 #00699e; }
.nero-store-navigation > a:hover strong, .nero-store-navigation > a.is-active strong { color: #fff; background: #07527b; }
.nero-store-navigation__sub { padding: 0 4px 0 57px; display: flex; flex-direction: column; }
.nero-store-navigation__sub a { padding: 6px 8px; color: #9ec6d8; font-size: 9px; font-weight: 800; }
.nero-store-navigation__sub a.is-active, .nero-store-navigation__sub a:hover { color: var(--nero-cyan); }
.nero-store-content { min-width: 0; }

.nero-sale {
  position: relative;
  min-height: 140px;
  margin-bottom: 30px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(310px, 390px) auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 243, 208, .56);
  border-radius: 14px;
  background: linear-gradient(110deg, #ff7b19, #ffa83d 60%, #ef7a1f);
  box-shadow: 0 8px 0 #a84f13, 0 23px 42px rgba(83, 39, 6, .18);
}
.nero-sale::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 7% 5%, rgba(255, 235, 168, .43), transparent 31%), linear-gradient(115deg, rgba(255, 57, 0, .1), transparent 58%); }
.nero-sale > * { position: relative; z-index: 1; }
.nero-sale__copy small { color: #713007; font-size: 7px; font-weight: 950; letter-spacing: .13em; }
.nero-sale__copy h2 { margin: 5px 0 0; color: #fff; font-size: clamp(20px, 2.5vw, 28px); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.nero-sale__copy > strong { display: block; margin-top: 7px; color: #722d05; font-size: 19px; font-weight: 950; }
.nero-sale__timer { min-height: 72px; padding: 9px 14px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(116, 43, 4, .15); border-radius: 10px; background: rgba(185, 85, 20, .46); box-shadow: 0 6px 0 rgba(133, 54, 10, .5), inset 0 1px rgba(255, 239, 198, .18); }
.nero-sale__timer span { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.nero-sale__timer span + span::before { content: ""; position: absolute; inset: 8px auto 8px 0; width: 1px; background: rgba(102, 37, 4, .16); }
.nero-sale__timer strong { font-size: 22px; font-weight: 950; line-height: 1; }
.nero-sale__timer small { margin-top: 5px; color: #fff0d8; font-size: 6px; font-weight: 900; letter-spacing: .09em; }
.nero-sale > a { min-height: 43px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 8px; background: #71300d; box-shadow: 0 5px 0 #471b07; font-size: 8px; font-weight: 950; letter-spacing: .04em; transition: transform 140ms ease, background 140ms ease; }
.nero-sale > a:hover { background: #87390f; transform: translateY(-1px); }

.nero-welcome { margin-bottom: 22px; padding: 24px 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; border-radius: var(--nero-radius); background: linear-gradient(115deg, var(--nero-navy-850), #0e466c); box-shadow: 0 8px 0 #05233a, var(--nero-shadow); }
.nero-welcome small, .nero-section-heading small, .nero-page-heading small, .nero-package-summary > small, .nero-form-card > small, .nero-module header small, .nero-order-summary > small { color: var(--nero-cyan); font-size: 7px; font-weight: 950; letter-spacing: .14em; }
.nero-welcome h1 { margin: 4px 0 5px; font-size: clamp(23px, 3vw, 31px); font-weight: 950; letter-spacing: -.055em; }
.nero-welcome p { max-width: 580px; margin: 0; color: #a9c8d9; font-size: 11px; line-height: 1.55; }
.nero-welcome__actions { flex: 0 0 auto; display: flex; gap: 9px; }

.nero-button {
  min-height: 43px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}
.nero-button:hover:not(.is-disabled) { transform: translateY(-1px); filter: brightness(1.055); }
.nero-button--buy { color: #001b28; background: var(--nero-green); box-shadow: 0 5px 0 color-mix(in srgb, var(--nero-green) 55%, #004a20); }
.nero-button--discord { background: #5865f2; box-shadow: 0 5px 0 #303aa5; }
.nero-button--login { background: var(--nero-cyan); box-shadow: 0 5px 0 color-mix(in srgb, var(--nero-cyan) 55%, #00425b); color: #001b28; }
.nero-button--secondary { color: #dff5ff; border: 1px solid #4f7991; background: #294968; box-shadow: 0 4px 0 #17334b; }
.nero-button--checkout { width: 100%; min-height: 53px; color: #001c28; background: var(--nero-green); box-shadow: 0 6px 0 color-mix(in srgb, var(--nero-green) 53%, #00491f); font-size: 10px; }
.nero-button.is-disabled { color: #9fb3bf; background: #d3e0e6; box-shadow: none; cursor: not-allowed; }

.nero-owner-content { margin-bottom: 22px; padding: 18px 21px; border: 1px solid #cce7f2; border-radius: 11px; background: rgba(255, 255, 255, .72); box-shadow: 0 10px 26px rgba(8, 45, 67, .06); }
.nero-richtext { color: #46657a; font-size: 12px; line-height: 1.68; }
.nero-richtext > :first-child { margin-top: 0; }
.nero-richtext > :last-child { margin-bottom: 0; }
.nero-richtext h1, .nero-richtext h2, .nero-richtext h3, .nero-richtext h4 { color: var(--nero-ink); font-weight: 950; letter-spacing: -.035em; }
.nero-richtext h2 { margin: 28px 0 8px; font-size: 21px; }
.nero-richtext h3 { margin: 22px 0 7px; font-size: 16px; }
.nero-richtext a { color: #087ca6; font-weight: 850; text-decoration: underline; text-decoration-color: #7ccfe9; text-underline-offset: 3px; }
.nero-richtext ul, .nero-richtext ol { padding-left: 20px; }
.nero-richtext li + li { margin-top: 5px; }
.nero-richtext table { width: 100%; border-collapse: collapse; }
.nero-richtext th, .nero-richtext td { padding: 10px; border: 1px solid var(--nero-line); text-align: left; }
.nero-richtext blockquote { margin: 18px 0; padding: 13px 16px; border-left: 4px solid var(--nero-cyan); background: #e5f6fc; }

.nero-category-shortcuts { margin-bottom: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nero-category-shortcuts > a { position: relative; min-height: 150px; padding: 19px 27px; display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; align-items: center; gap: 18px; overflow: hidden; color: #fff; border: 1px solid rgba(255, 255, 255, .22); border-radius: 17px; box-shadow: 0 7px 0 #000d16, 0 18px 38px rgba(0, 8, 12, .2); transition: filter 150ms ease, transform 150ms ease; }
.nero-category-shortcuts > a::after { content: ""; position: absolute; right: -34px; bottom: -52px; width: 155px; height: 155px; pointer-events: none; border: 18px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.nero-category-shortcuts > a:hover { filter: brightness(1.07); transform: translateY(-2px); }
.nero-category-shortcut--1 { background: linear-gradient(135deg, #008fff, #00b7ff); }
.nero-category-shortcut--2 { background: linear-gradient(135deg, #004dff, #009cff); }
.nero-category-shortcut--3 { background: linear-gradient(135deg, #00a90e, #00ff15); }
.nero-category-shortcut--4 { background: linear-gradient(135deg, #c90000, #ff0000); }
.nero-category-shortcut--5 { background: linear-gradient(135deg, #5d00ff, #008fff); }
.nero-category-shortcut--6 { background: linear-gradient(135deg, #ff0000, #ff3c00); }
.nero-category-shortcuts img { position: relative; z-index: 2; width: 88px; height: 88px; padding: 13px; object-fit: contain; image-rendering: pixelated; border: 1px solid rgba(255, 255, 255, .25); border-radius: 16px; background: rgba(0, 19, 34, .22); box-shadow: 0 7px 0 rgba(0, 13, 22, .4); filter: drop-shadow(3px 5px 0 rgba(0, 17, 22, .27)); }
.nero-category-shortcuts span { position: relative; z-index: 2; min-width: 0; display: flex; align-items: flex-end; flex-direction: column; }
.nero-category-shortcuts strong { max-width: 100%; overflow: hidden; color: #fff; font-size: 18px; font-weight: 950; letter-spacing: -.02em; text-overflow: ellipsis; text-shadow: 0 2px 8px rgba(0, 20, 25, .22); text-transform: uppercase; white-space: nowrap; }
.nero-category-shortcuts small { display: none; }
.nero-category-shortcuts b { position: relative; z-index: 2; color: #fff; font-size: 24px; line-height: 1; }

.nero-product-section + .nero-product-section { margin-top: 32px; }
.nero-section-heading { min-height: 45px; margin-bottom: 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.nero-section-heading h2 { margin: 2px 0 0; color: #fff; font-size: 24px; font-weight: 950; letter-spacing: -.055em; line-height: 1; text-shadow: 0 2px 12px rgba(0, 12, 22, .42); }
.nero-section-heading > a { padding-bottom: 3px; color: var(--nero-cyan); font-size: 8px; font-weight: 950; letter-spacing: .07em; }
.nero-section-heading > a:hover { color: #fff; }

.nero-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.nero-product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #bfdfed; border-radius: 13px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 30px rgba(5, 40, 61, .09); transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease; }
.nero-product-card:hover { border-color: #7bd7f4; box-shadow: 0 18px 36px rgba(5, 40, 61, .14); transform: translateY(-3px); }
.nero-product-card__badge, .nero-package-sale { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 6px 8px; color: #fff; border-radius: 6px; background: var(--nero-red); box-shadow: 0 4px 0 color-mix(in srgb, var(--nero-red) 65%, #73000e); font-size: 8px; font-weight: 950; letter-spacing: .035em; }
.nero-product-card__media { min-height: 155px; padding: 18px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #d7ecf5; background: linear-gradient(160deg, #dff5fc, #f8fdff); }
.nero-product-card__media::before { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: rgba(47, 198, 244, .12); filter: blur(5px); }
.nero-product-card__media img { position: relative; z-index: 1; width: min(100%, 126px); height: 118px; object-fit: contain; filter: drop-shadow(0 11px 8px rgba(7, 49, 73, .2)); transition: transform 150ms ease; }
.nero-product-card:hover .nero-product-card__media img { transform: scale(1.035); }
.nero-product-card__body { padding: 17px; }
.nero-product-card__title { display: block; overflow: hidden; color: var(--nero-ink); font-size: 16px; font-weight: 950; letter-spacing: -.04em; text-overflow: ellipsis; white-space: nowrap; }
.nero-product-card__title:hover { color: #0787b2; }
.nero-product-card__price { min-height: 45px; margin-top: 7px; display: flex; flex-direction: column; justify-content: center; }
.nero-product-card__price del { margin-bottom: 2px; color: #839aaa; font-size: 8px; font-weight: 800; }
.nero-product-card__price > strong { color: #087da6; font-size: 20px; font-weight: 950; letter-spacing: -.045em; }
.nero-product-card__price > strong small { color: inherit; font-size: 11px; font-weight: 950; letter-spacing: .02em; }
.nero-product-card__price-link { width: max-content; color: #087da6; font-size: 10px; font-weight: 950; letter-spacing: .05em; text-decoration: underline; text-decoration-color: #78d6f4; text-underline-offset: 3px; }
.nero-product-actions { margin-top: 12px; }
.nero-product-actions > .nero-button { width: 100%; }
.nero-product-stepper { width: 100%; min-height: 43px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; overflow: hidden; color: #fff; border-radius: 8px; background: var(--nero-navy-850); box-shadow: 0 5px 0 #031a2c; }
.nero-product-stepper a, .nero-product-stepper strong { display: grid; place-items: center; }
.nero-product-stepper a { color: #001e2a; background: var(--nero-cyan); font-size: 20px; font-weight: 900; transition: filter 130ms ease; }
.nero-product-stepper a:last-child { background: var(--nero-green); }
.nero-product-stepper a:hover { filter: brightness(1.08); }
.nero-product-stepper strong { font-size: 12px; }
.nero-product-grid--list { grid-template-columns: 1fr; }
.nero-product-grid--list .nero-product-card { display: grid; grid-template-columns: 185px minmax(0, 1fr); }
.nero-product-grid--list .nero-product-card__media { min-height: 180px; border-right: 1px solid #d7ecf5; border-bottom: 0; }
.nero-tier-card.is-subscribed { border-color: var(--nero-green); box-shadow: 0 0 0 3px color-mix(in srgb, var(--nero-green) 18%, transparent), var(--nero-shadow); }

.nero-page-heading { min-height: 82px; margin-bottom: 20px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; color: #fff; border-radius: 12px; background: linear-gradient(115deg, var(--nero-navy-850), #135070); box-shadow: 0 7px 0 #05233a, var(--nero-shadow); }
.nero-page-heading img { width: 53px; height: 53px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 6px 4px rgba(0, 15, 25, .32)); }
.nero-page-heading h1 { margin: 2px 0 0; font-size: clamp(25px, 4vw, 34px); font-weight: 950; letter-spacing: -.06em; line-height: 1; }
.nero-category-note { margin-top: 18px; padding: 13px 15px; color: #315c72; border: 1px solid #b9dfed; border-radius: 9px; background: #dff4fb; font-size: 10px; font-weight: 750; }
.nero-empty-state { min-height: 260px; padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #6d8999; border: 1px dashed #9dccdd; border-radius: 13px; background: rgba(255, 255, 255, .58); text-align: center; }
.nero-empty-state img { width: 62px; height: 62px; object-fit: contain; image-rendering: pixelated; opacity: .8; }
.nero-empty-state h2 { margin: 14px 0 3px; color: var(--nero-ink); font-size: 20px; font-weight: 950; letter-spacing: -.04em; }
.nero-empty-state p { margin: 0 0 16px; font-size: 10px; }

.nero-package-page { min-width: 0; }
.nero-back-link { display: inline-flex; margin-bottom: 15px; color: #44778f; font-size: 9px; font-weight: 900; letter-spacing: .03em; }
.nero-back-link:hover { color: #057fa9; }
.nero-package-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); overflow: hidden; border: 1px solid #bddfeb; border-radius: 15px; background: #fff; box-shadow: var(--nero-shadow); }
.nero-package-gallery { min-width: 0; padding: 20px; display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; border-right: 1px solid #d7edf6; background: linear-gradient(145deg, #dff5fc, #f8fdff); }
.nero-package-media { flex: 0 0 100%; min-height: 365px; display: grid; place-items: center; scroll-snap-align: start; }
.nero-package-media img { width: min(100%, 360px); max-height: 340px; object-fit: contain; filter: drop-shadow(0 18px 13px rgba(6, 47, 70, .2)); }
.nero-package-media iframe { width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; }
.nero-package-media--fallback img { width: 150px; image-rendering: pixelated; }
.nero-package-summary { position: relative; padding: clamp(25px, 4vw, 42px); display: flex; flex-direction: column; justify-content: center; }
.nero-package-summary > h1 { margin: 5px 0 0; color: var(--nero-ink); font-size: clamp(28px, 4vw, 42px); font-weight: 950; letter-spacing: -.065em; line-height: 1.02; }
.nero-package-sale { top: 18px; right: 18px; left: auto; }
.nero-package-price { min-height: 70px; margin-top: 13px; display: flex; flex-direction: column; justify-content: center; }
.nero-package-price del { color: #809aaa; font-size: 10px; font-weight: 800; }
.nero-package-price strong { color: #087da6; font-size: 30px; font-weight: 950; letter-spacing: -.055em; }
.nero-package-price strong span { font-size: 15px; letter-spacing: .02em; }
.nero-package-type { margin: -3px 0 12px; color: #6d8797; font-size: 9px; line-height: 1.5; }
.nero-package-summary .nero-product-actions { margin-top: 10px; }
.nero-purchase-facts { margin-top: 22px; padding-top: 17px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; border-top: 1px solid #d9edf5; }
.nero-purchase-facts span { display: flex; flex-direction: column; }
.nero-purchase-facts b { color: #183d53; font-size: 9px; font-weight: 900; }
.nero-purchase-facts small { margin-top: 2px; color: #819aaa; font-size: 7px; line-height: 1.4; }
.nero-package-detail-grid { margin-top: 22px; display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: start; gap: 20px; }
.nero-package-description, .nero-package-help { padding: 23px; border: 1px solid #c5e3ef; border-radius: 12px; background: rgba(255, 255, 255, .88); box-shadow: 0 12px 28px rgba(6, 43, 65, .07); }
.nero-package-help { position: sticky; top: 78px; }
.nero-package-help h2 { margin: 0; color: var(--nero-ink); font-size: 17px; font-weight: 950; letter-spacing: -.04em; }
.nero-package-help p { color: #668398; font-size: 10px; line-height: 1.6; }
.nero-package-help a { color: #087da6; font-size: 8px; font-weight: 950; letter-spacing: .06em; }

.nero-checkout-page { max-width: 1030px; }
.nero-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 20px; }
.nero-checkout-items > form, .nero-order-summary { border: 1px solid #bfdfea; border-radius: 13px; background: rgba(255, 255, 255, .92); box-shadow: var(--nero-shadow); }
.nero-checkout-items > form { padding: 12px; }
.nero-checkout-line { min-height: 94px; padding: 12px; display: grid; grid-template-columns: 65px minmax(0, 1fr) 82px auto 34px; align-items: center; gap: 12px; border-radius: 9px; }
.nero-checkout-line + .nero-checkout-line { border-top: 1px solid #d9ecf4; border-radius: 0; }
.nero-checkout-line__image { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 8px; background: #e6f6fc; }
.nero-checkout-line__image img { width: 52px; height: 52px; object-fit: contain; }
.nero-checkout-line > div:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.nero-checkout-line > div:nth-child(2) strong { overflow: hidden; color: var(--nero-ink); font-size: 12px; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }
.nero-checkout-line > div:nth-child(2) small { margin-top: 3px; color: #7791a1; font-size: 8px; }
.nero-checkout-line__quantity { display: flex; flex-direction: column; gap: 4px; }
.nero-checkout-line__quantity label { color: #718c9d; font-size: 7px; font-weight: 850; text-transform: uppercase; }
.nero-checkout-line__quantity input { width: 70px; height: 36px; padding: 0 9px; color: var(--nero-ink); border: 1px solid #b8dce9; border-radius: 7px; background: #f5fcff; font-size: 11px; font-weight: 900; }
.nero-checkout-line > strong { color: #087da6; font-size: 11px; font-weight: 950; white-space: nowrap; }
.nero-checkout-line > a { width: 33px; height: 33px; display: grid; place-items: center; color: #fff; border-radius: 7px; background: var(--nero-red); box-shadow: 0 4px 0 color-mix(in srgb, var(--nero-red) 62%, #76000d); font-size: 18px; }
.nero-update-basket { min-height: 39px; margin: 8px 12px 11px auto; padding: 0 13px; display: block; color: #315d73; border: 1px solid #afd7e6; border-radius: 7px; background: #e6f6fc; font-size: 8px; font-weight: 900; cursor: pointer; }
.nero-checkout-items .nero-back-link { margin-top: 14px; }
.nero-order-summary { position: sticky; top: 78px; padding: 22px; }
.nero-order-summary > div { padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #d8ecf4; }
.nero-order-summary > div span { color: #58788b; font-size: 9px; font-weight: 800; }
.nero-order-summary > div strong { color: var(--nero-ink); font-size: 11px; font-weight: 950; text-align: right; }
.nero-order-summary > div em { max-width: 145px; color: #7b94a3; font-size: 7px; font-style: normal; line-height: 1.4; text-align: right; }
.nero-order-summary > .nero-order-summary__total { padding-top: 17px; border: 0; }
.nero-order-summary__total strong { color: #087da6 !important; font-size: 19px !important; }
.nero-order-summary > p { margin: 7px 0 16px; color: #758e9e; font-size: 8px; line-height: 1.55; }
.nero-order-summary tebex-checkout { display: block; }
.nero-order-summary__security { display: block; margin-top: 12px; color: #829ba9 !important; font-size: 7px !important; line-height: 1.45; text-align: center; }

.nero-login-page { max-width: 900px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); overflow: hidden; border: 1px solid #b9dce9; border-radius: 15px; background: #fff; box-shadow: var(--nero-shadow); }
.nero-login-art { min-height: 410px; padding: 44px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: linear-gradient(140deg, rgba(3, 29, 48, .8), rgba(7, 66, 96, .72)), var(--nero-scene) center / cover; }
.nero-login-art img { width: 190px; height: 140px; margin-bottom: 22px; object-fit: contain; filter: drop-shadow(0 11px 14px rgba(0, 17, 29, .45)); }
.nero-login-art small { color: var(--nero-cyan); font-size: 7px; font-weight: 950; letter-spacing: .14em; }
.nero-login-art h1 { margin: 5px 0; font-size: 31px; font-weight: 950; letter-spacing: -.06em; }
.nero-login-art p { max-width: 380px; margin: 0; color: #b4cedc; font-size: 10px; line-height: 1.55; }
.nero-form-card { padding: clamp(27px, 5vw, 46px); border: 1px solid #c2e1ed; border-radius: 13px; background: rgba(255, 255, 255, .94); box-shadow: var(--nero-shadow); }
.nero-login-page > .nero-form-card { display: flex; flex-direction: column; justify-content: center; border: 0; border-radius: 0; box-shadow: none; }
.nero-form-card h1, .nero-form-card h2 { margin: 3px 0 7px; color: var(--nero-ink); font-weight: 950; letter-spacing: -.05em; }
.nero-form-card h1 { font-size: 29px; }
.nero-form-card h2 { font-size: 22px; }
.nero-form-card > p { color: #6d8899; font-size: 10px; line-height: 1.55; }
.nero-form-card--center { max-width: 620px; margin-inline: auto; text-align: center; }
.nero-form-card--wide { max-width: 760px; margin-inline: auto; }
.nero-login-form, .nero-options-form, .nero-module--giftcard form { margin-top: 17px; display: flex; flex-direction: column; gap: 8px; }
.nero-login-form label, .nero-options-form label, .nero-module--giftcard label { margin-top: 7px; color: #365d72; font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.nero-login-form input, .nero-options-form input, .nero-options-form select, .nero-module--giftcard input { width: 100%; min-height: 48px; padding: 0 13px; color: var(--nero-ink); border: 1px solid #b7dbe9; border-radius: 8px; outline: 0; background: #f5fcff; font-size: 12px; }
.nero-login-form input:focus, .nero-options-form input:focus, .nero-options-form select:focus, .nero-module--giftcard input:focus { border-color: var(--nero-cyan); box-shadow: 0 0 0 3px color-mix(in srgb, var(--nero-cyan) 18%, transparent); }
.nero-login-form .nero-button { margin-top: 8px; }
.nero-form-note { margin-top: 15px; color: #8198a6; font-size: 7px; line-height: 1.55; }
.nero-options-page, .nero-quote-page { max-width: 850px; }
.nero-options-price { margin: 8px 0; color: #087da6; font-size: 20px; font-weight: 950; }
.nero-linked-account { min-height: 46px; padding: 0 13px; display: flex; align-items: center; color: #476d82; border: 1px solid #b8dce9; border-radius: 8px; background: #e7f7fd; font-size: 10px; }
.nero-form-actions { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.nero-cms-page { max-width: 940px; }
.nero-cms-content { padding: clamp(24px, 4vw, 42px); border: 1px solid #c2e1ed; border-radius: 13px; background: rgba(255, 255, 255, .92); box-shadow: var(--nero-shadow); }
.legal-review-notice { margin-bottom: 24px; padding: 14px 16px; color: #714008; border: 1px solid #f2b85c; border-left: 5px solid #ef8626; border-radius: 9px; background: #fff3d8; font-size: 10px; line-height: 1.55; }
.legal-review-notice strong { display: block; margin-bottom: 2px; color: #5b2c05; font-size: 11px; font-weight: 950; }
.nero-cms-content details { margin: 9px 0; overflow: hidden; border: 1px solid #c8e3ee; border-radius: 9px; background: #f5fcff; }
.nero-cms-content summary { padding: 14px 16px; color: var(--nero-ink); font-size: 11px; font-weight: 900; cursor: pointer; }
.nero-cms-content details p { margin: 0; padding: 0 16px 15px; }
.support-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.support-option-grid article { padding: 16px; border: 1px solid #c8e3ee; border-radius: 9px; background: #f2fbfe; }
.support-option-grid article h3 { margin-top: 0; }
.support-option-grid article p { margin-bottom: 0; }

.nero-modules { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 17px; }
.nero-module { min-width: 0; padding: 20px; overflow: hidden; border: 1px solid #bfdfea; border-radius: 12px; background: rgba(255, 255, 255, .9); box-shadow: 0 12px 27px rgba(5, 42, 64, .08); }
.nero-module header { margin-bottom: 14px; }
.nero-module header h2 { margin: 2px 0 0; color: var(--nero-ink); font-size: 20px; font-weight: 950; letter-spacing: -.05em; }
.nero-module--payments { grid-column: 1 / -1; }
.nero-recent-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.nero-recent-list article { min-height: 62px; padding: 8px; display: grid; grid-template-columns: 45px minmax(0, 1fr) auto; align-items: center; gap: 10px; border-radius: 8px; background: #e8f7fc; }
.nero-recent-list img { width: 45px; height: 45px; border-radius: 6px; image-rendering: pixelated; }
.nero-recent-list article > div, .nero-recent-list article > span { min-width: 0; display: flex; flex-direction: column; }
.nero-recent-list article > div strong { overflow: hidden; color: var(--nero-ink); font-size: 10px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.nero-recent-list article small { margin-top: 2px; color: #7b93a2; font-size: 7px; }
.nero-recent-list article > span { align-items: flex-end; text-align: right; }
.nero-recent-list article > span strong { color: #087da6; font-size: 9px; font-weight: 950; }
.nero-top-supporter { min-height: 86px; padding: 11px; display: grid; grid-template-columns: auto 60px minmax(0, 1fr) auto; align-items: center; gap: 11px; border-radius: 10px; background: linear-gradient(115deg, #072b48, #124e70); }
.nero-top-supporter__place { color: #fff; font-size: 19px; }
.nero-top-supporter__place b { display: block; margin-top: 2px; font-size: 8px; text-align: center; }
.nero-top-supporter img { width: 60px; height: 60px; object-fit: contain; border-radius: 7px; image-rendering: pixelated; }
.nero-top-supporter > div { min-width: 0; display: flex; flex-direction: column; }
.nero-top-supporter > div strong { overflow: hidden; color: #fff; font-size: 12px; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }
.nero-top-supporter > div small { margin-top: 3px; color: #99bfd2; font-size: 7px; }
.nero-top-supporter > b { color: var(--nero-cyan); font-size: 11px; font-weight: 950; }
.nero-top-supporter + .nero-top-supporter { margin-top: 8px; }
.nero-top-supporter--secondary { min-height: 70px; grid-template-columns: auto 46px minmax(0, 1fr) auto; background: #e8f7fc; }
.nero-top-supporter--secondary .nero-top-supporter__place { color: var(--nero-ink); font-size: 16px; }
.nero-top-supporter--secondary img { width: 46px; height: 46px; }
.nero-top-supporter--secondary > div strong { color: var(--nero-ink); }
.nero-top-supporter--secondary > div small { color: #728e9f; }
.nero-top-supporter--secondary > b { color: #087da6; }
.nero-module--supporter > p { margin: 11px 0 0; color: #6d8798; font-size: 8px; text-align: center; }
.nero-module--status > button { width: 100%; min-height: 65px; padding: 11px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; color: #fff; border: 0; border-radius: 9px; background: var(--nero-navy-850); cursor: pointer; }
.nero-status-dot { width: 12px; height: 12px; border: 3px solid rgba(255, 255, 255, .16); border-radius: 50%; background: var(--nero-red); box-shadow: 0 0 14px color-mix(in srgb, var(--nero-red) 55%, transparent); }
.nero-status-dot.is-online { background: var(--nero-green); box-shadow: 0 0 14px color-mix(in srgb, var(--nero-green) 55%, transparent); }
.nero-module--status button > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.nero-module--status button strong { font-size: 11px; font-weight: 950; }
.nero-module--status button small { margin-top: 2px; overflow: hidden; color: #8eb3c7; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.nero-module--status button b { color: var(--nero-cyan); font-size: 10px; }
.nero-module__product .nero-product-card { max-width: 310px; margin-inline: auto; }
.nero-goal-copy { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.nero-goal-copy strong { color: #087da6; font-size: 13px; font-weight: 950; }
.nero-goal-copy small { color: #7791a1; font-size: 7px; }
.nero-progress { height: 11px; margin-top: 10px; overflow: hidden; border-radius: 99px; background: #d2e8f1; }
.nero-progress span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--nero-cyan), var(--nero-green)); }
.nero-community-goal__image { width: 100%; max-height: 180px; margin-bottom: 12px; object-fit: cover; border-radius: 8px; }
.nero-module--giftcard form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.nero-giftcard-result { padding: 10px; display: flex; flex-direction: column; color: #315b71; border-radius: 8px; background: #e4f6fc; font-size: 9px; }
.nero-giftcard-result.is-error { color: #9f1628; background: #ffe8ec; }

.nero-footer { margin-top: 6px; color: #abc5d4; background: var(--nero-navy-950); }
.nero-socials { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 12px; border-bottom: 1px solid rgba(89, 206, 255, .1); background: #05233a; }
.nero-social { width: 47px; height: 47px; display: grid; place-items: center; color: #fff; border-radius: 10px; box-shadow: 0 5px 0 rgba(0, 0, 0, .28); transition: transform 140ms ease, filter 140ms ease; }
.nero-social:hover { filter: brightness(1.08); transform: translateY(-2px); }
.nero-social svg { width: 23px; height: 23px; fill: currentColor; }
.nero-social--discord { background: #5865f2; }
.nero-social--youtube { background: #f00; }
.nero-social--tiktok { color: #fff; background: #050505; }
.nero-social--twitch { background: #9146ff; }
.nero-footer__grid { padding: 34px 0 29px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(48px, 8vw, 100px); }
.nero-footer__grid h2 { margin: 0 0 8px; color: #fff; font-size: 19px; font-weight: 950; letter-spacing: -.04em; }
.nero-footer__grid p { max-width: 520px; margin: 0; color: #8caabd; font-size: 10px; line-height: 1.6; }
.nero-footer__grid section > strong { display: block; margin-top: 15px; color: #fff; font-size: 12px; font-weight: 900; }
.nero-footer__grid section > small { max-width: 540px; display: block; margin-top: 7px; color: #7594a8; font-size: 8px; line-height: 1.5; }
.nero-footer__credit a { color: #8fbfd2; text-decoration: underline; text-underline-offset: 2px; }
.nero-footer__quicklinks { margin-top: 14px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.nero-footer__quicklinks > a, .nero-footer__quicklinks > span { min-height: 48px; min-width: 0; padding: 7px 10px; border: 1px solid rgba(88, 202, 248, .15); border-radius: 7px; }
.nero-footer__quicklinks > a { display: grid; place-items: center; color: #fff; font-size: 8px; font-weight: 950; letter-spacing: .04em; }
.nero-footer__quicklinks > a.is-discord { background: #5865f2; box-shadow: 0 3px 0 #303aa5; }
.nero-footer__quicklinks > a.is-support { color: #001a23; background: var(--nero-green); box-shadow: 0 3px 0 color-mix(in srgb, var(--nero-green) 55%, #00471e); }
.nero-footer__quicklinks > span { display: flex; flex-direction: column; justify-content: center; background: #06253e; }
.nero-footer__quicklinks > span small { color: var(--nero-cyan); font-size: 6px; font-weight: 950; letter-spacing: .1em; }
.nero-footer__quicklinks > span strong { margin-top: 2px; overflow: hidden; color: #fff; font-size: 8px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.nero-footer__quicklinks > span em { color: #779caf; font-size: 6px; font-style: normal; font-weight: 800; }
.nero-footer__tebex { min-height: 59px; padding: 13px 0; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: center; gap: 11px; border-top: 1px solid rgba(89, 206, 255, .1); border-bottom: 1px solid rgba(89, 206, 255, .1); }
.nero-footer__tebex svg { width: 19px; fill: none; stroke: var(--nero-cyan); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nero-footer__tebex p { margin: 0; color: #819fb1; font-size: 8px; line-height: 1.5; }
.nero-footer__tebex a { color: var(--nero-cyan); font-size: 8px; font-weight: 900; }
.nero-footer__last { padding: 18px 0 23px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.nero-footer__last nav { display: flex; flex-wrap: wrap; gap: 7px 15px; }
.nero-footer__last nav:last-child { justify-content: flex-end; }
.nero-footer__last a { color: #708fa2; font-size: 7px; font-weight: 800; }
.nero-footer__last a:hover { color: #fff; }

.nero-cart-backdrop { position: fixed; inset: 0; z-index: 120; border: 0; background: rgba(0, 15, 26, .66); backdrop-filter: blur(3px); }
.nero-cart {
  position: fixed;
  top: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 121;
  width: min(430px, calc(100% - 24px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(112, 219, 255, .18);
  border-radius: 14px;
  background: var(--nero-blue-grey);
  box-shadow: -15px 0 45px rgba(0, 14, 24, .3);
  transform: translateX(calc(100% + 30px));
  transition: transform 190ms ease;
}
.nero-cart.is-open { transform: none; }
.nero-cart__header { min-height: 60px; padding: 0 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto 35px; align-items: center; gap: 13px; border-bottom: 1px solid rgba(124, 221, 255, .12); background: #20405d; }
.nero-cart__header > span { display: flex; flex-direction: column; }
.nero-cart__header > span strong { font-size: 13px; font-weight: 950; }
.nero-cart__header > span small { margin-top: 1px; color: #92afc0; font-size: 7px; }
.nero-cart__header > strong { color: var(--nero-cyan); font-size: 11px; font-weight: 950; }
.nero-cart__header > button { width: 35px; height: 35px; color: #fff; border: 0; border-radius: 7px; background: rgba(255, 255, 255, .06); font-size: 22px; cursor: pointer; }
.nero-cart__scroll { min-height: 0; padding: 18px; flex: 1; overflow-y: auto; }
.nero-cart__player { position: relative; min-height: 126px; margin-bottom: 16px; padding: 24px 150px 20px 20px; overflow: hidden; border: 1px solid rgba(93, 214, 255, .16); border-radius: 11px; background: linear-gradient(115deg, #07304f, #0c5073); }
.nero-cart__player small { color: var(--nero-cyan); font-size: 6px; font-weight: 950; letter-spacing: .12em; }
.nero-cart__player h2 { margin: 4px 0 3px; overflow: hidden; color: #fff; font-size: 21px; font-weight: 950; letter-spacing: -.05em; text-overflow: ellipsis; white-space: nowrap; }
.nero-cart__player p { margin: 0; color: #93b7c9; font-size: 7px; line-height: 1.45; }
.nero-cart__player img { position: absolute; right: 5px; bottom: -39px; width: 142px; height: 174px; object-fit: contain; object-position: bottom; image-rendering: pixelated; filter: drop-shadow(0 12px 10px rgba(0, 16, 27, .42)); }
.nero-cart__lines { display: flex; flex-direction: column; gap: 8px; }
.nero-cart-line { min-height: 87px; padding: 10px; display: grid; grid-template-columns: 55px minmax(0, 1fr) auto 33px; align-items: center; gap: 9px; border: 1px solid rgba(132, 217, 249, .1); border-radius: 9px; background: #254866; }
.nero-cart-line__image { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 7px; background: #dff4fb; }
.nero-cart-line__image img { width: 45px; height: 45px; object-fit: contain; }
.nero-cart-line__copy { min-width: 0; display: flex; flex-direction: column; }
.nero-cart-line__copy strong { overflow: hidden; color: #fff; font-size: 10px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.nero-cart-line__copy small { margin-top: 3px; color: var(--nero-cyan); font-size: 8px; font-weight: 850; }
.nero-cart-line__quantity { height: 37px; display: grid; grid-template-columns: 28px 32px 28px; overflow: hidden; border-radius: 7px; background: #173650; }
.nero-cart-line__quantity button, .nero-cart-line__quantity input { width: 100%; height: 37px; padding: 0; color: #fff; border: 0; background: transparent; text-align: center; }
.nero-cart-line__quantity button { color: var(--nero-cyan); font-size: 17px; font-weight: 900; cursor: pointer; }
.nero-cart-line__quantity button:disabled { opacity: .3; cursor: not-allowed; }
.nero-cart-line__quantity input { font-size: 10px; font-weight: 900; appearance: textfield; }
.nero-cart-line__quantity input::-webkit-inner-spin-button { appearance: none; }
.nero-cart-line__remove { width: 33px; height: 33px; display: grid; place-items: center; color: #fff; border-radius: 7px; background: var(--nero-red); box-shadow: 0 4px 0 color-mix(in srgb, var(--nero-red) 60%, #71000c); font-size: 18px; }
.nero-cart__summary { padding: 14px 18px 16px; border-top: 1px solid rgba(124, 221, 255, .12); background: #20405d; box-shadow: 0 -12px 24px rgba(0, 16, 27, .12); }
.nero-cart__summary > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.nero-cart__summary > div span { color: #a4bdcb; font-size: 8px; font-weight: 800; }
.nero-cart__summary > div strong { color: #fff; font-size: 14px; font-weight: 950; }
.nero-cart__summary > small { display: block; margin: 5px 0 10px; color: #819eaf; font-size: 6px; line-height: 1.45; }
.nero-cart__continue { width: 100%; min-height: 30px; margin-top: 7px; color: #91adbd; border: 0; background: transparent; font-size: 7px; font-weight: 850; cursor: pointer; }
.nero-cart__empty { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #93afbf; text-align: center; }
.nero-cart__empty img { width: 56px; height: 56px; object-fit: contain; image-rendering: pixelated; }
.nero-cart__empty strong { margin-top: 10px; color: #fff; font-size: 13px; }
.nero-cart__empty p { margin: 3px 0; font-size: 8px; }

@media (max-width: 1080px) {
  .nero-hero__inner { grid-template-columns: minmax(210px, 1fr) 220px minmax(210px, 1fr); gap: 26px; }
  .nero-sale { grid-template-columns: minmax(160px, 1fr) minmax(290px, 350px); }
  .nero-sale > a { grid-column: 1 / -1; min-height: 39px; }
  .nero-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nero-category-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nero-footer__quicklinks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .nero-container { width: min(calc(100% - 28px), var(--nero-width)); }
  .nero-topnav { display: none; }
  .nero-mobile-logo { width: 80px; height: 45px; display: grid; place-items: center; }
  .nero-mobile-logo img { width: 78px; height: 41px; object-fit: contain; }
  .nero-menu-toggle { display: grid; }
  .nero-hero { min-height: 225px; }
  .nero-hero__inner { min-height: 225px; grid-template-columns: 1fr 165px 1fr; gap: 15px; }
  .nero-hero-logo img { width: 160px; max-height: 135px; }
  .nero-connect-card { min-height: 82px; padding: 12px; grid-template-columns: 40px minmax(0, 1fr); }
  .nero-connect-icon { width: 39px; height: 39px; }
  .nero-connect-icon svg { width: 22px; height: 22px; }
  .nero-connect-card strong { font-size: 14px; }
  .nero-store-layout { grid-template-columns: 1fr; }
  .nero-sidebar { display: none; }
  .nero-package-layout { grid-template-columns: 1fr; }
  .nero-package-gallery { border-right: 0; border-bottom: 1px solid #d7edf6; }
  .nero-package-media { min-height: 300px; }
  .nero-package-detail-grid { grid-template-columns: 1fr; }
  .nero-package-help { position: static; }
  .nero-checkout-layout { grid-template-columns: 1fr; }
  .nero-order-summary { position: static; }
  .nero-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .nero-footer__last { flex-direction: column; }
  .nero-footer__last nav:last-child { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .nero-container { width: min(calc(100% - 24px), var(--nero-width)); }
  .nero-main { padding: 24px 0 38px; }
  .nero-currency summary { min-width: 69px; padding-inline: 8px; }
  .nero-currency__menu { right: -50px; }
  .nero-hero { min-height: 330px; }
  .nero-hero__inner { min-height: 330px; padding: 20px 0 23px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 145px auto; align-items: center; gap: 13px; }
  .nero-hero-logo { grid-column: 1 / -1; grid-row: 1; }
  .nero-hero-logo img { width: 185px; max-height: 142px; }
  .nero-connect-card { width: 100%; min-height: 94px; grid-row: 2; }
  .nero-connect-card--server { padding-bottom: 43px; }
  .nero-connect-card > small { top: 8px; right: 9px; font-size: 5px; }
  .nero-connect-card strong { font-size: 12px; }
  .nero-connect-card em { font-size: 7px; }
  .nero-connect-icon { width: 35px; height: 35px; }
  .nero-bedrock-row { inset-inline: 7px; }
  .nero-bedrock-row span { font-size: 6px; }
  .nero-storebar__inner { min-height: 74px; }
  .nero-storebar__brand { gap: 8px; }
  .nero-storebar__cube { width: 37px; height: 37px; }
  .nero-storebar__brand strong { max-width: 120px; display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .nero-storebar__brand small { font-size: 5px; }
  .nero-account { display: none; }
  .nero-login-button, .nero-basket-button { min-height: 43px; padding: 0 11px; }
  .nero-basket-button span { display: none; }
  .nero-sale { min-height: 0; padding: 20px 14px 17px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .nero-sale__copy { display: flex; flex-direction: column; align-items: center; }
  .nero-sale__timer { width: 100%; min-height: 69px; padding-inline: 6px; }
  .nero-sale > a { grid-column: auto; }
  .nero-welcome { padding: 21px; flex-direction: column; align-items: flex-start; }
  .nero-welcome__actions { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nero-category-shortcuts, .nero-product-grid, .nero-modules { grid-template-columns: 1fr; }
  .nero-category-shortcuts > a { min-height: 120px; padding: 15px 18px; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 12px; }
  .nero-category-shortcuts img { width: 70px; height: 70px; padding: 10px; border-radius: 13px; }
  .nero-category-shortcuts strong { font-size: 16px; }
  .nero-category-shortcuts b { font-size: 21px; }
  .nero-product-grid--list .nero-product-card { grid-template-columns: 1fr; }
  .nero-product-grid--list .nero-product-card__media { min-height: 155px; border-right: 0; border-bottom: 1px solid #d7ecf5; }
  .nero-product-card__media { min-height: 148px; }
  .nero-page-heading { min-height: 72px; padding: 13px 15px; }
  .nero-page-heading img { width: 45px; height: 45px; }
  .nero-package-media { min-height: 245px; }
  .nero-package-summary { padding: 26px 20px; }
  .nero-package-detail-grid { gap: 13px; }
  .nero-checkout-line { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 9px; }
  .nero-checkout-line__image { width: 52px; height: 52px; }
  .nero-checkout-line__image img { width: 43px; height: 43px; }
  .nero-checkout-line__quantity { grid-column: 2; }
  .nero-checkout-line > strong { grid-column: 2; }
  .nero-checkout-line > a { grid-column: 3; grid-row: 1; }
  .nero-login-page { width: min(calc(100% - 24px), 900px); grid-template-columns: 1fr; }
  .nero-login-art { min-height: 270px; padding: 28px; }
  .nero-login-art img { width: 155px; height: 110px; margin-bottom: 13px; }
  .nero-login-art h1 { font-size: 25px; }
  .nero-form-card { padding: 26px 20px; }
  .support-option-grid { grid-template-columns: 1fr; }
  .nero-recent-list { grid-template-columns: 1fr; }
  .nero-top-supporter { grid-template-columns: auto 53px minmax(0, 1fr); }
  .nero-top-supporter img { width: 53px; height: 53px; }
  .nero-top-supporter > b { grid-column: 3; }
  .nero-socials { min-height: 72px; }
  .nero-social { width: 43px; height: 43px; }
  .nero-footer__grid { padding: 29px 0 25px; }
  .nero-footer__tebex { grid-template-columns: 19px minmax(0, 1fr); }
  .nero-footer__tebex a { grid-column: 2; }
  .nero-cart { inset: 7px; width: auto; border-radius: 11px; }
  .nero-cart__scroll { padding: 13px; }
  .nero-cart__player { min-height: 116px; padding: 21px 125px 17px 16px; }
  .nero-cart__player img { right: -3px; width: 127px; }
  .nero-cart-line { grid-template-columns: 48px minmax(0, 1fr) 33px; }
  .nero-cart-line__image { width: 48px; height: 48px; }
  .nero-cart-line__image img { width: 40px; height: 40px; }
  .nero-cart-line__quantity { grid-column: 2; margin-top: 5px; justify-self: start; }
  .nero-cart-line__remove { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 380px) {
  .nero-storebar__brand small { display: none; }
  .nero-welcome__actions { grid-template-columns: 1fr; }
  .nero-product-card__body { padding: 15px; }
  .nero-form-actions { grid-template-columns: 1fr; }
  .nero-footer__quicklinks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; }
}

/* Vite/React parity layer -------------------------------------------------- */
:root {
  --nero-navy-950: #000d16;
  --nero-navy-900: #001322;
  --nero-navy-850: #002e52;
  --nero-navy-800: #00345a;
  --nero-navy-700: #075281;
  --nero-blue-grey: #294968;
  --nero-ink: #fff;
  --nero-muted: #93b8d2;
  --nero-soft: #001e36;
  --nero-line: rgba(0, 183, 255, .13);
  --nero-shadow: 0 7px 0 #000d16;
  --nero-radius: 13px;
  --nero-width: 1180px;
}

body.nero-body {
  color: #fff;
  background: #001322;
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nero-header {
  position: relative;
  z-index: 20;
  padding-top: 0;
  background: #001322;
}

.nero-topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 80;
  min-height: 78px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.nero-topbar__inner {
  position: relative;
  width: min(calc(100% - 40px), 820px);
  min-height: 78px;
  justify-content: center;
  border: 1px solid rgba(0, 183, 255, .14);
  border-top: 0;
  border-radius: 0 0 13px 13px;
  background: rgba(0, 46, 82, .75);
  box-shadow: 0 7px 0 rgba(0, 13, 22, .55);
}

.nero-topnav { height: 78px; gap: clamp(24px, 3vw, 46px); }
.nero-topnav > a {
  min-height: 78px;
  padding: 0;
  color: rgba(221, 237, 247, .78);
  border-radius: 0;
  font: 900 14px "Manrope", Inter, sans-serif;
  letter-spacing: .025em;
}
.nero-topnav > a:hover { color: #fff; background: transparent; }
.nero-topnav > .nero-topnav__sale {
  min-height: 34px;
  padding: 0 14px;
  margin-left: 0;
  border-radius: 7px;
  background: #f18424;
  box-shadow: 0 4px 0 #9d4511;
}
.nero-topnav > .nero-topnav__sale:hover { background: #ff9e32; }

.nero-topbar__right { position: absolute; top: 0; right: 22px; height: 78px; }
.nero-currency summary {
  min-width: 88px;
  min-height: 50px;
  padding: 0 9px;
  gap: 7px;
  border-radius: 0;
  background: transparent;
}
.nero-currency summary:hover, .nero-currency[open] summary { background: transparent; }
.nero-currency summary strong, .nero-currency--single strong { color: #fff; font: 900 16px "Manrope", Inter, sans-serif; }
.nero-currency summary span { color: #fff; font-size: 12px; }
.nero-currency__menu {
  top: calc(100% - 7px);
  right: 0;
  width: 128px;
  padding: 15px 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 17px;
  row-gap: 12px;
  border: 0;
  border-radius: 4px;
  background: #294968;
  box-shadow: 0 9px 18px rgba(0, 8, 18, .28);
}
.nero-currency__menu a { min-height: 20px; padding: 0; display: flex; align-items: center; color: #849caf; font: 900 14px "Manrope", Inter, sans-serif; }
.nero-currency__menu a:hover, .nero-currency__menu a.is-active { color: #fff; }

.nero-hero {
  min-height: 344px;
  border-bottom: 1px solid rgba(0, 183, 255, .18);
  background-image:
    linear-gradient(180deg, rgba(0, 19, 34, .2) 0%, rgba(0, 19, 34, .34) 58%, #001322 100%),
    var(--nero-scene);
  background-position: center 52%;
  background-size: cover;
}
.nero-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 38%, transparent 0 19%, rgba(0, 15, 27, .24) 68%, rgba(0, 10, 19, .7) 100%), linear-gradient(90deg, rgba(0, 19, 34, .38), transparent 28% 72%, rgba(0, 19, 34, .38)); }
.nero-hero::after { height: 95px; background: linear-gradient(transparent, #001322); }
.nero-hero__inner {
  min-height: 344px;
  padding-top: 78px;
  grid-template-columns: 255px minmax(260px, 1fr) 255px;
  gap: 30px;
}
.nero-hero-logo { transform: translateY(-38px); }
.nero-hero-logo img { width: clamp(280px, 27vw, 340px); max-width: none; max-height: none; filter: drop-shadow(0 16px 22px rgba(0, 10, 28, .62)); }

.nero-connect-card {
  width: 255px;
  height: 128px;
  min-height: 128px;
  padding: 17px 18px 13px;
  border: 3px solid rgba(0, 143, 255, .48);
  border-radius: 14px;
  background: #001e36;
  box-shadow: 0 7px 0 rgba(0, 13, 22, .78);
  backdrop-filter: none;
  transform: translateY(36px);
}
.nero-connect-card > small {
  top: -18px;
  right: auto;
  left: 50%;
  padding: 6px 12px;
  color: #001322;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  background: #00ff15;
  box-shadow: 0 5px 0 rgba(0, 114, 15, .7);
  font: 900 9px "Manrope", Inter, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(-50%);
}
.nero-connect-card--server { padding: 17px 18px 13px; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 28px; gap: 6px; }
button.nero-connect-main { grid-column: 1; grid-row: 1; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; }
.nero-connect-icon { width: 48px; height: 48px; border-radius: 13px; color: #fff; background: #008fff; box-shadow: 0 7px 18px rgba(0, 80, 151, .3); }
.nero-connect-card strong { font: 900 16px "Manrope", Inter, sans-serif; }
.nero-connect-card em { max-width: 190px; color: #a9d2e9; font-size: 11px; font-weight: 500; }
.nero-bedrock-row {
  position: static;
  grid-row: 2;
  min-height: 28px;
  padding: 0 8px;
  border-color: rgba(0, 255, 21, .15);
  background: #00352f;
}
.nero-bedrock-row b { color: #00ff15; }
.nero-bedrock-row span { color: #cae8ec; }
.nero-bedrock-row em { color: #83d990; font-size: 7px; }
.nero-connect-card--discord { padding: 22px 20px; background: #002e52; }
.nero-connect-card--discord > small { color: #fff; background: #008fff; box-shadow: 0 5px 0 #005eaf; }
.nero-connect-card--discord .nero-connect-icon { color: #fff; background: #5865f2; box-shadow: 0 5px 0 #303aa5; }

.nero-storebar {
  min-height: 112px;
  border: 0;
  background: #001322;
  box-shadow: none;
}
.nero-storebar__inner {
  min-height: 112px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 183, 255, .13);
  border-radius: 13px;
  background: #002e52;
  box-shadow: 0 7px 0 #000d16;
}
.nero-storebar__brand { gap: 22px; }
.nero-storebar__cube { width: 64px; height: 64px; color: #fff; border-radius: 10px; background: #008fff; box-shadow: none; }
.nero-storebar__cube svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nero-storebar__brand strong { font: 900 15px "Manrope", Inter, sans-serif; }
.nero-storebar__brand small { margin-top: 4px; color: #00ff15; font-size: 11px; font-weight: 700; letter-spacing: 0; }
.nero-account-area { gap: 20px; }
.nero-account {
  min-width: 230px;
  min-height: 64px;
  padding: 0;
  grid-template-columns: 64px minmax(120px, 1fr) 30px;
  gap: 14px;
  border: 0;
  background: transparent;
}
.nero-account img, .nero-account__avatar { width: 64px; height: 64px; display: grid; place-items: center; padding: 0; border-radius: 10px; background: #001e36; }
.nero-account__avatar svg { width: 27px; height: 27px; fill: none; stroke: #75e8ff; stroke-width: 1.8; stroke-linecap: round; }
.nero-account strong { max-width: 145px; font-size: 13px; }
.nero-account small { margin-top: 4px; color: #a9c5d6; font-size: 10px; }
.nero-account > a { width: 30px; height: 38px; color: #a9d6e9; background: transparent; }
.nero-login-button, .nero-basket-button { min-height: 64px; padding: 0 25px; border-radius: 10px; font: 900 14px "Manrope", Inter, sans-serif; }
.nero-login-button { color: #fff; background: #008fff; box-shadow: 0 5px 0 #006aa8; }
.nero-login-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.nero-basket-button { min-width: 180px; color: #001322; background: #00ff15; box-shadow: 0 5px 0 #009e0d; }

.nero-main { min-height: 380px; padding: 46px 0 105px; background: #001322; }
.nero-store-layout { grid-template-columns: 322px minmax(0, 1fr); gap: 46px; }
.nero-sidebar { top: 20px; padding: 24px; border: 1px solid rgba(0, 183, 255, .13); border-radius: 14px; background: #002e52; box-shadow: 0 7px 0 #000d16; }
.nero-store-navigation { gap: 10px; }
.nero-store-navigation > a { min-height: 48px; grid-template-columns: 48px minmax(0, 1fr); gap: 10px; }
.nero-store-navigation > a img { width: 48px; height: 48px; padding: 9px; border-radius: 8px; background: #001e36; box-shadow: none; }
.nero-store-navigation > a strong { min-height: 48px; padding: 0 14px; color: #d9ebf6; border-radius: 8px; background: #001e36; font: 800 12px "Manrope", Inter, sans-serif; }
.nero-store-navigation > a:hover img, .nero-store-navigation > a.is-active img { background: #00b7ff; box-shadow: 0 5px 0 #006aa8; }
.nero-store-navigation > a:hover strong, .nero-store-navigation > a.is-active strong { color: #fff; background: #004571; }
.nero-store-navigation__sub { padding-left: 58px; }

.nero-sale {
  min-height: 168px;
  margin-bottom: 31px;
  padding: 25px 28px;
  grid-template-columns: minmax(190px, 1fr) minmax(330px, 390px) auto;
  gap: 26px;
  border-color: rgba(255, 246, 215, .5);
  border-radius: 15px;
  background: #ffa43a;
  box-shadow: 0 8px 0 #b75b18, 0 22px 44px rgba(61, 21, 0, .22);
}
.nero-sale::before { background: radial-gradient(circle at 8% 8%, rgba(255, 225, 128, .34), transparent 30%), linear-gradient(110deg, rgba(255, 120, 18, .18), transparent 62%); }
.nero-sale::after { content: ""; position: absolute; right: -45px; bottom: -72px; width: 190px; height: 190px; border-radius: 50%; background: rgba(193, 70, 9, .12); }
.nero-sale__copy small { color: #6f2c08; font: 900 8px "Manrope", Inter, sans-serif; letter-spacing: .11em; }
.nero-sale__copy h2 { margin-top: 7px; font: 900 clamp(19px, 2.4vw, 27px) "Manrope", Inter, sans-serif; }
.nero-sale__copy > strong { margin-top: 7px; color: #7b2e07; font: 900 20px "Manrope", Inter, sans-serif; }
.nero-sale__timer { min-height: 82px; padding: 13px 20px; border-color: rgba(128, 48, 5, .12); border-radius: 12px; background: #d97e26; box-shadow: 0 7px 0 #ae5918, inset 0 1px 0 rgba(255, 220, 151, .25); }
.nero-sale__timer strong { font-size: 23px; }
.nero-sale__timer small { margin-top: 6px; font-size: 8px; }
.nero-sale > a { min-height: 47px; padding: 0 16px; background: #74300d; box-shadow: 0 5px 0 #4d1c06; font-size: 9px; }

.nero-category-shortcuts { margin-bottom: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.nero-category-shortcuts > a { min-height: 154px; padding: 19px 28px; grid-template-columns: 115px minmax(0, 1fr) auto; gap: 0; border-radius: 17px; }
.nero-category-shortcuts > a::after { right: -34px; bottom: -52px; width: 155px; height: 155px; }
.nero-category-shortcuts img { width: 88px; height: 88px; padding: 10px; border-radius: 16px; }
.nero-category-shortcuts > a > strong { position: relative; z-index: 2; min-width: 0; justify-self: end; overflow: hidden; color: #fff; font: 900 18px "Manrope", Inter, sans-serif; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.nero-category-shortcuts > a > b { margin-left: 13px; font-size: 24px; }
.nero-welcome-strip { margin-top: 36px; padding: 20px 23px; display: flex; align-items: center; gap: 8px; color: #9ebbd0; border: 1px solid rgba(0, 183, 255, .14); border-radius: 11px; background: #000d16; font-size: 11px; }
.nero-welcome-strip strong { color: #d7eaf6; }
.nero-owner-content { margin: 12px 0 0; color: #9ebbd0; border-color: rgba(0, 183, 255, .14); background: #000d16; box-shadow: none; }

/* React parity: catalogue, package, login, checkout and footer ------------ */
.nero-sidebar__title { display: none; }

.nero-section-heading {
  min-height: 44px;
  margin: 48px 0 18px;
  align-items: flex-end;
}
.nero-section-heading h2,
.nero-page-heading h1 {
  color: #fff;
  font: 900 clamp(21px, 2.4vw, 27px) "Manrope", Inter, sans-serif;
  letter-spacing: -.045em;
  text-shadow: none;
}
.nero-section-heading > a,
.nero-page-heading > strong {
  color: #00b7ff;
  font: 900 10px "Manrope", Inter, sans-serif;
  letter-spacing: .045em;
}

.nero-page-heading {
  min-height: 75px;
  margin-bottom: 23px;
  padding: 0;
  justify-content: space-between;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nero-page-heading > div small {
  color: #5fd8ff;
  font: 900 8px "Manrope", Inter, sans-serif;
  letter-spacing: .12em;
}
.nero-page-heading h1 { margin-top: 7px; }
.nero-page-heading > strong {
  padding: 8px 11px;
  border: 1px solid rgba(0, 183, 255, .14);
  border-radius: 7px;
  background: #001e36;
}

.nero-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.nero-product-card {
  min-height: 365px;
  display: flex;
  flex-direction: column;
  border-color: rgba(0, 183, 255, .13);
  border-radius: 13px;
  background: #002e52;
  box-shadow: 0 7px 0 #000d16;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.nero-product-card:hover {
  border-color: #00b7ff;
  box-shadow: 0 7px 0 #000d16, 0 18px 35px rgba(0, 0, 0, .22);
  transform: translateY(-2px);
}
.nero-product-card__badge,
.nero-package-sale {
  top: 20px;
  right: 20px;
  left: auto;
  padding: 7px 9px;
  border-radius: 7px;
  background: #ff0000;
  box-shadow: 0 4px 0 #980000;
  font: 900 9px "Manrope", Inter, sans-serif;
}
.nero-product-card__media {
  position: relative;
  height: 216px;
  min-height: 216px;
  margin: 14px 14px 0;
  padding: 22px;
  border: 1px solid rgba(0, 183, 255, .1);
  border-radius: 9px;
  background: #001e36;
}
.nero-product-card__media::before {
  width: 146px;
  height: 146px;
  background: radial-gradient(circle, rgba(0, 183, 255, .14), transparent 67%);
  filter: none;
}
.nero-product-card__media img {
  width: min(100%, 116px);
  height: 116px;
  padding: 13px;
  border: 1px solid rgba(0, 183, 255, .18);
  border-radius: 13px;
  background: #004571;
  box-shadow: 0 7px 0 #000d16;
  image-rendering: pixelated;
  filter: drop-shadow(7px 9px 0 rgba(0, 10, 19, .25));
}
.nero-product-card__body {
  min-height: 0;
  padding: 14px 15px 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nero-product-card__title {
  width: 100%;
  color: #fff;
  font: 900 15px "Manrope", Inter, sans-serif;
  letter-spacing: -.025em;
}
.nero-product-card__title:hover { color: #78ddff; }
.nero-product-card__price {
  min-height: 34px;
  margin-top: 9px;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.nero-product-card__price del {
  margin: 0;
  color: #789db5;
  font-size: 10px;
}
.nero-product-card__price > strong,
.nero-product-card__price-link {
  padding: 7px 10px;
  color: #d9f3ff;
  border-radius: 7px;
  background: #073e66;
  font: 900 15px "Manrope", Inter, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}
.nero-product-card__price > strong small {
  margin-left: 5px;
  color: #8bc6e7;
  font-size: 9px;
}
.nero-product-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
}
.nero-button {
  min-height: 49px;
  border-radius: 9px;
  font: 900 11px "Manrope", Inter, sans-serif;
  letter-spacing: .025em;
}
.nero-button--buy,
.nero-product-actions > .nero-button:not(.is-disabled) {
  color: #001322;
  background: #00b7ff;
  box-shadow: 0 5px 0 #006aa8;
}
.nero-button--login { color: #001322; background: #00b7ff; box-shadow: 0 5px 0 #006aa8; }
.nero-button.is-disabled { color: #7998ab; background: #001e36; box-shadow: 0 5px 0 #000d16; }
.nero-product-stepper {
  min-height: 51px;
  padding: 4px;
  grid-template-columns: 51px minmax(0, 1fr) 51px;
  border: 4px solid #00192d;
  border-radius: 9px;
  background: #00375f;
  box-shadow: 0 4px 0 #00101c;
}
.nero-product-stepper a {
  color: #b8eaff;
  border-radius: 5px;
  background: #075786;
}
.nero-product-stepper a:last-child { color: #b8eaff; background: #075786; }
.nero-product-stepper strong { color: #fff; font: 900 12px "Manrope", Inter, sans-serif; }

.nero-product-grid--list { grid-template-columns: 1fr; }
.nero-product-grid--list .nero-product-card {
  min-height: 220px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
}
.nero-product-grid--list .nero-product-card__media {
  height: auto;
  min-height: 190px;
  margin: 14px 0 14px 14px;
  border: 1px solid rgba(0, 183, 255, .1);
}

.nero-owner-content,
.nero-category-note,
.nero-cms-content,
.nero-module,
.nero-checkout-items > form,
.nero-order-summary {
  color: #9ebbd0;
  border-color: rgba(0, 183, 255, .14);
  background: #000d16;
  box-shadow: 0 7px 0 #000811;
}
.nero-owner-content { margin: 0 0 24px; padding: 20px 22px; }
.nero-owner-content + .nero-product-grid { margin-top: 0; }
.nero-category-note {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 9px;
  font-size: 10px;
}
.nero-empty-state {
  min-height: 260px;
  color: #83a9bf;
  border-color: rgba(0, 183, 255, .28);
  background: #001e36;
}
.nero-empty-state h2 { color: #fff; }

.nero-back-link {
  width: 49px;
  height: 49px;
  margin-bottom: 23px;
  display: grid;
  place-items: center;
  color: #cbeafa;
  border: 1px solid rgba(0, 183, 255, .13);
  border-radius: 9px;
  background: #002e52;
  box-shadow: 0 5px 0 #000d16;
  font-size: 22px;
}
.nero-back-link:hover { color: #fff; background: #004571; }
.nero-package-layout {
  grid-template-columns: 264px minmax(0, 1fr);
  align-items: stretch;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nero-package-gallery {
  width: 264px;
  min-height: 264px;
  padding: 0;
  border: 1px solid rgba(0, 183, 255, .14);
  border-radius: 13px;
  background: #001e36;
  box-shadow: 0 7px 0 #000d16;
}
.nero-package-media {
  min-height: 264px;
  padding: 22px;
}
.nero-package-media img {
  width: min(100%, 164px);
  max-height: 164px;
  padding: 18px;
  border: 1px solid rgba(0, 183, 255, .18);
  border-radius: 14px;
  background: #004571;
  box-shadow: 0 7px 0 #000d16;
  image-rendering: pixelated;
  filter: drop-shadow(7px 9px 0 rgba(0, 10, 19, .25));
}
.nero-package-summary {
  min-width: 0;
  padding: 2px 0 0 27px;
  justify-content: flex-start;
}
.nero-package-summary > small {
  color: #fff;
  font: 900 clamp(22px, 3vw, 28px) "Manrope", Inter, sans-serif;
  letter-spacing: -.035em;
  line-height: 1;
}
.nero-package-summary > h1 {
  margin-top: 7px;
  color: #9fc7de;
  font: 900 clamp(18px, 2.3vw, 22px) "Manrope", Inter, sans-serif;
  letter-spacing: -.025em;
}
.nero-package-price {
  min-height: 45px;
  margin-top: 17px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.nero-package-price del { color: #789db5; font-size: 10px; }
.nero-package-price strong {
  min-height: 38px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #fff;
  border-radius: 8px;
  background: #075281;
  font: 900 16px "Manrope", Inter, sans-serif;
  letter-spacing: 0;
}
.nero-package-price strong span { color: #a9d8f1; font-size: 10px; }
.nero-package-type { margin: 2px 0 0; color: #86a8bd; font-size: 9px; }
.nero-package-summary .nero-product-actions { max-width: 360px; margin-top: 0; }
.nero-package-description {
  margin-top: 22px;
  color: #9ebbd0;
  font-size: 11px;
  line-height: 1.65;
}
.nero-package-description h2,
.nero-package-description h3,
.nero-richtext h1,
.nero-richtext h2,
.nero-richtext h3 { color: #fff; }
.nero-package-description a,
.nero-richtext a { color: #55d8ff; }
.nero-purchase-note {
  min-height: 82px;
  margin-top: 28px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(0, 183, 255, .12);
  border-radius: 11px;
  background: #000d16;
}
.nero-purchase-note > svg { width: 28px; height: 28px; fill: none; stroke: #00b7ff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.nero-purchase-note > span { display: flex; flex-direction: column; }
.nero-purchase-note strong { color: #fff; font: 900 14px "Manrope", Inter, sans-serif; }
.nero-purchase-note small { margin-top: 4px; color: #88a9bd; font-size: 10px; }
.nero-purchase-note a { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; color: #bfeaff; border-radius: 8px; background: #00345a; font: 900 10px "Manrope", Inter, sans-serif; }

.nero-login-page {
  width: min(calc(100% - 40px), 760px);
  max-width: 760px;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nero-login-card {
  overflow: hidden;
  border: 1px solid rgba(0, 183, 255, .13);
  border-radius: 14px;
  background: #002e52;
  box-shadow: 0 7px 0 #000d16;
}
.nero-login-form { margin-top: 0; gap: 0; }
.nero-login-card__hero {
  min-height: 216px;
  padding: 34px 38px 31px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0, 28, 50, .2), rgba(0, 19, 34, .63)),
    var(--nero-scene) center 55% / cover;
}
.nero-login-copy h1 { margin: 0; color: #fff; font: 900 30px "Manrope", Inter, sans-serif; letter-spacing: -.05em; }
.nero-login-copy p { margin: 4px 0 0; color: #d0e7f3; font: 700 14px "Manrope", Inter, sans-serif; }
.nero-login-input-row { margin-top: 25px; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 11px; }
.nero-login-avatar { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(0, 183, 255, .18); border-radius: 9px; background: #001e36; }
.nero-login-avatar img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.nero-login-input-row label { margin: 0; }
.nero-login-input-row input {
  min-height: 58px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(0, 183, 255, .14);
  border-radius: 9px;
  outline: 0;
  background: #001e36;
  font: 800 15px "Manrope", Inter, sans-serif;
}
.nero-login-input-row input::placeholder { color: #6f94aa; }
.nero-login-input-row input:focus { border-color: #00b7ff; box-shadow: 0 0 0 3px rgba(0, 183, 255, .16); }
.nero-login-card__body { padding: 31px 38px 36px; background: #002e52; }
.nero-login-card__body h2 { margin: 0; color: #fff; font: 900 18px "Manrope", Inter, sans-serif; letter-spacing: -.025em; }
.nero-login-provider-copy { color: #9fc0d3; font-size: 11px; line-height: 1.55; }
.nero-edition-row { margin-top: 17px; display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 15px; }
.nero-edition-switch { position: relative; width: 92px; height: 48px; margin: 0; cursor: pointer; }
.nero-edition-switch input { position: absolute; opacity: 0; pointer-events: none; }
.nero-edition-switch > span { position: absolute; inset: 0; border: 1px solid #006baa; border-radius: 9px; background: #008fff; transition: background 140ms ease, border-color 140ms ease; }
.nero-edition-switch > span::before { content: ""; position: absolute; top: 5px; left: 5px; width: 39px; height: 36px; border-radius: 7px; background: #001e36; transition: transform 140ms ease; }
.nero-edition-switch input:checked + span { border-color: #00b80f; background: #00ff15; }
.nero-edition-switch input:checked + span::before { transform: translateX(41px); }
.nero-edition-row > div { min-height: 48px; padding: 0 16px; display: flex; align-items: center; color: #cae4f2; border: 1px solid rgba(0, 183, 255, .14); border-radius: 9px; background: #001e36; font: 800 13px "Manrope", Inter, sans-serif; }
.nero-edition-row > div.is-bedrock { color: #001322; border-color: #00ff15; background: #00ff15; }
.nero-login-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001322;
  border: 0;
  border-radius: 9px;
  background: #00ff15;
  box-shadow: 0 5px 0 #009e0d;
  font: 900 14px "Manrope", Inter, sans-serif;
  cursor: pointer;
}
.nero-form-note { display: block; margin: 15px auto 0; color: #80a4b9; font-size: 8px; text-align: center; }

.nero-checkout-page { max-width: 1030px; }
.nero-checkout-items > form,
.nero-order-summary { background: #002e52; }
.nero-checkout-line + .nero-checkout-line { border-top-color: rgba(0, 183, 255, .12); }
.nero-checkout-line__image { background: #001e36; }
.nero-checkout-line > div:nth-child(2) strong,
.nero-order-summary > div strong { color: #fff; }
.nero-checkout-line > div:nth-child(2) small,
.nero-checkout-line__quantity label,
.nero-order-summary > div span,
.nero-order-summary > p { color: #86a8bc; }
.nero-checkout-line__quantity input { color: #fff; border-color: rgba(0, 183, 255, .18); background: #001e36; }
.nero-checkout-line > strong,
.nero-order-summary__total strong { color: #00b7ff !important; }
.nero-order-summary > div { border-bottom-color: rgba(0, 183, 255, .12); }

.nero-cms-content { padding: clamp(25px, 4vw, 42px); background: #002e52; }
.nero-cms-content,
.nero-cms-content p,
.nero-cms-content li { color: #a7c3d4; }
.nero-cms-content details { border-color: rgba(0, 183, 255, .14); background: #001e36; }
.nero-cms-content summary { color: #fff; }
.nero-cms-content details p { color: #9ebbd0; }
.legal-review-notice { color: #ffdb9b; border-color: rgba(255, 164, 58, .36); background: rgba(133, 62, 4, .32); }
.legal-review-notice strong { color: #fff0cf; }
.support-option-grid article { border-color: rgba(0, 183, 255, .14); background: #001e36; }

.nero-modules { margin-top: 38px; gap: 18px; }
.nero-module { padding: 22px; background: #002e52; }
.nero-module header h2 { color: #fff; }
.nero-recent-list article,
.nero-top-supporter--secondary { background: #001e36; }
.nero-recent-list article > div strong,
.nero-top-supporter--secondary > div strong,
.nero-top-supporter--secondary .nero-top-supporter__place { color: #fff; }
.nero-module--supporter > p,
.nero-goal-copy small { color: #86a8bc; }
.nero-progress { background: #001e36; }
.nero-giftcard-result { color: #bfe9f7; background: #001e36; }

.nero-footer { margin-top: 0; border-top: 1px solid rgba(0, 183, 255, .1); background: #000d16; }
.nero-socials { min-height: 112px; gap: 14px; border-bottom-color: rgba(0, 183, 255, .08); background: #000d16; }
.nero-social { width: 52px; height: 52px; border-radius: 11px; }
.nero-social--discord { box-shadow: 0 5px 0 #303aa5; }
.nero-social--youtube { background: #ff0000; box-shadow: 0 5px 0 #8f0000; }
.nero-social--tiktok { background: #050505; box-shadow: 0 5px 0 #000; }
.nero-social--twitch { background: #9146ff; box-shadow: 0 5px 0 #51259a; }
.nero-footer__grid { padding: 36px 0 32px; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; gap: clamp(46px, 7vw, 96px); }
.nero-footer__grid h2 { margin-bottom: 9px; font-size: 20px; }
.nero-footer__grid p { font-size: 11px; line-height: 1.5; }
.nero-footer__grid section > strong { margin-top: 16px; font-size: 14px; }
.nero-footer__grid section > small { max-width: 540px; margin-top: 7px; font-size: 9px; line-height: 1.45; }
.nero-footer__quicklinks { width: min(100%, 560px); margin-top: 16px; }
.nero-footer__quicklinks > a,
.nero-footer__quicklinks > span { min-height: 46px; }
.nero-footer__quicklinks > a { font-size: 9px; }
.nero-footer__quicklinks > span { background: #001e36; }
.nero-footer__tebex { min-height: 58px; padding-block: 13px; }
.nero-footer__tebex p,
.nero-footer__tebex a { font-size: 9px; }
.nero-footer__last { padding: 18px 0 24px; }
.nero-footer__last a { font-size: 8px; }

.nero-cart-backdrop { background: rgba(0, 8, 16, .72); backdrop-filter: blur(4px); }
.nero-cart {
  inset: 0 0 0 auto;
  width: min(100%, 628px);
  border: 0;
  border-top: 4px solid #09bdd8;
  border-left: 4px solid #075886;
  border-radius: 0;
  background: #294968;
  box-shadow: -30px 0 80px rgba(0, 4, 12, .5);
}
.nero-cart__header {
  min-height: 55px;
  padding: 0 32px;
  grid-template-columns: minmax(0, 1fr) auto 38px;
  gap: 18px;
  border: 0;
  background: #233f5f;
}
.nero-cart__session a { min-height: 34px; padding: 0 8px; display: inline-flex; align-items: center; color: #8ea7bf; font: 800 12px "Manrope", Inter, sans-serif; }
.nero-cart__session a:hover { color: #fff; }
.nero-cart__header > strong { color: #92aac0; font: 900 14px "Manrope", Inter, sans-serif; }
.nero-cart__header > button { width: 34px; height: 34px; color: #9eb8cc; border-radius: 7px; background: rgba(0, 22, 40, .28); }
.nero-cart__scroll { padding: 0 34px 18px; }
.nero-cart__player {
  min-height: 160px;
  margin: 0 0 23px;
  padding: 48px 225px 25px 32px;
  border: 0;
  border-radius: 13px;
  background: #09c3df;
  box-shadow: 0 7px 0 #078fa7;
}
.nero-cart__player::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0, 184, 220, .25), transparent 68%); pointer-events: none; }
.nero-cart__player > div { position: relative; z-index: 2; display: flex; flex-direction: column; }
.nero-cart__player h2 { margin: 0; color: #fff; font: 900 23px "Manrope", Inter, sans-serif; }
.nero-cart__player > div > strong { margin-top: 9px; color: #e8fbff; font: 700 16px "Manrope", Inter, sans-serif; }
.nero-cart__player img { right: -3px; bottom: -29px; width: 190px; height: 195px; filter: drop-shadow(9px 12px 0 rgba(0, 48, 69, .2)); transform: rotate(-6deg); }
.nero-cart__lines { gap: 13px; }
.nero-cart-line {
  min-height: 110px;
  padding: 24px;
  grid-template-columns: minmax(0, 1fr) auto 42px;
  gap: 13px;
  border: 0;
  border-radius: 13px;
  background: #213e5e;
  box-shadow: 0 7px 0 #193550;
}
.nero-cart-line__copy strong { color: #fff; font: 900 16px "Manrope", Inter, sans-serif; letter-spacing: -.025em; }
.nero-cart-line__copy small { margin-top: 8px; color: #e0f2fb; font: 600 13px "Manrope", Inter, sans-serif; }
.nero-cart-line__quantity { height: 42px; grid-template-columns: 32px 40px 32px; border-radius: 0; background: transparent; }
.nero-cart-line__quantity button,
.nero-cart-line__quantity input { height: 42px; }
.nero-cart-line__quantity button { color: #eaf8ff; background: transparent; }
.nero-cart-line__quantity input { border-radius: 7px; background: #173654; font: 800 13px "Manrope", Inter, sans-serif; }
.nero-cart-line__remove { width: 42px; height: 42px; border-radius: 8px; background: #ff203b; box-shadow: 0 5px 0 #be0a25; }
.nero-cart__summary--checkout-only { padding: 8px 34px 21px; border: 0; background: #294968; box-shadow: none; }
.nero-cart__summary--checkout-only .nero-button--checkout { min-height: 57px; margin: 0; color: #fff; border-radius: 10px; background: #09c3df; box-shadow: 0 7px 0 #078fa7; font: 900 15px "Manrope", Inter, sans-serif; text-transform: none; }
.nero-cart__empty { min-height: 220px; color: #d6e9f3; }

.nero-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* React parity: responsive behaviour -------------------------------------- */
@media (max-width: 1120px) {
  .nero-hero__inner { grid-template-columns: 230px minmax(220px, 1fr) 230px; gap: 22px; }
  .nero-connect-card { width: 230px; }
  .nero-store-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 30px; }
  .nero-sale { grid-template-columns: minmax(180px, 1fr) minmax(310px, 360px); }
  .nero-sale > a { grid-column: 1 / -1; min-height: 41px; }
  .nero-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nero-container { width: min(calc(100% - 32px), var(--nero-width)); }
  .nero-topbar { min-height: 72px; }
  .nero-topbar__inner {
    width: 100%;
    min-height: 72px;
    padding: 0 16px;
    justify-content: flex-start;
    border-radius: 0;
    background: rgba(0, 31, 55, .92);
  }
  .nero-topnav { display: none; }
  .nero-mobile-logo { width: 92px; height: 54px; display: grid; place-items: center; }
  .nero-mobile-logo img { width: 88px; height: 50px; object-fit: contain; }
  .nero-topbar__right { position: static; height: 72px; margin-left: auto; }
  .nero-menu-toggle { display: grid; }
  .nero-mobile-menu { inset: 72px 0 auto; max-height: calc(100dvh - 72px); background: #001e36; }
  .nero-mobile-backdrop { inset: 72px 0 0; }
  .nero-hero { min-height: 344px; }
  .nero-hero__inner { min-height: 344px; padding-top: 72px; grid-template-columns: 210px minmax(180px, 1fr) 210px; gap: 15px; }
  .nero-hero-logo { transform: translateY(-23px); }
  .nero-hero-logo img { width: 235px; }
  .nero-connect-card { width: 210px; height: 118px; min-height: 118px; transform: translateY(27px); }
  .nero-store-layout { grid-template-columns: 1fr; }
  .nero-sidebar { display: none; }
  .nero-package-layout { grid-template-columns: 230px minmax(0, 1fr); }
  .nero-package-gallery { width: 230px; min-height: 230px; border: 1px solid rgba(0, 183, 255, .14); }
  .nero-package-media { min-height: 230px; }
  .nero-package-summary { padding-left: 24px; }
  .nero-checkout-layout { grid-template-columns: 1fr; }
  .nero-order-summary { position: static; }
  .nero-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .nero-footer__last { flex-direction: column; }
  .nero-footer__last nav:last-child { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .nero-container { width: min(calc(100% - 24px), var(--nero-width)); }
  .nero-main { padding: 28px 0 58px; }
  .nero-currency summary { min-width: 76px; }
  .nero-currency__menu { top: calc(100% - 5px); right: 0; width: 128px; }
  .nero-hero { min-height: 455px; }
  .nero-hero__inner {
    min-height: 455px;
    padding: 82px 0 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 190px 128px;
    align-items: center;
    gap: 14px;
  }
  .nero-hero-logo { grid-column: 1 / -1; grid-row: 1; transform: none; }
  .nero-hero-logo img { width: min(260px, 78vw); }
  .nero-connect-card { width: 100%; height: 128px; min-height: 128px; grid-row: 2; transform: none; }
  .nero-connect-card strong { font-size: 13px; }
  .nero-connect-card em { font-size: 8px; }
  .nero-connect-icon { width: 42px; height: 42px; }
  button.nero-connect-main { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; }
  .nero-storebar { padding: 0; }
  .nero-storebar__inner { min-height: 0; padding: 18px; align-items: stretch; flex-direction: column; gap: 17px; }
  .nero-storebar__brand { width: 100%; }
  .nero-storebar__cube { width: 52px; height: 52px; }
  .nero-storebar__brand strong { max-width: none; font-size: 14px; }
  .nero-storebar__brand small { font-size: 9px; }
  .nero-account-area { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .nero-account { min-width: 0; min-height: 58px; display: grid; grid-template-columns: 52px minmax(0, 1fr) 24px; gap: 10px; }
  .nero-account img, .nero-account__avatar { width: 52px; height: 52px; }
  .nero-login-button, .nero-basket-button { min-height: 58px; padding: 0 17px; }
  .nero-basket-button { min-width: 58px; }
  .nero-basket-button span { display: none; }
  .nero-sale { min-height: 0; padding: 22px 16px 20px; grid-template-columns: 1fr; gap: 17px; text-align: center; }
  .nero-sale__copy { align-items: center; }
  .nero-sale__timer { width: 100%; min-height: 76px; padding-inline: 8px; }
  .nero-sale__timer strong { font-size: 20px; }
  .nero-sale > a { grid-column: auto; }
  .nero-category-shortcuts { grid-template-columns: 1fr; gap: 15px; }
  .nero-category-shortcuts > a { min-height: 120px; padding: 15px 18px; grid-template-columns: 82px minmax(0, 1fr) auto; }
  .nero-category-shortcuts img { width: 70px; height: 70px; }
  .nero-category-shortcuts > a > strong { justify-self: start; font-size: 16px; }
  .nero-product-grid,
  .nero-modules { grid-template-columns: 1fr; }
  .nero-product-card { min-height: 355px; }
  .nero-product-grid--list .nero-product-card { display: flex; }
  .nero-product-grid--list .nero-product-card__media { height: 190px; min-height: 190px; margin: 14px 14px 0; }
  .nero-page-heading { min-height: 65px; margin-bottom: 20px; }
  .nero-package-layout { grid-template-columns: 1fr; gap: 24px; }
  .nero-package-gallery { width: 100%; min-height: 245px; }
  .nero-package-media { min-height: 245px; }
  .nero-package-summary { padding: 0; }
  .nero-package-summary .nero-product-actions { max-width: none; }
  .nero-purchase-note { grid-template-columns: 28px minmax(0, 1fr); align-items: flex-start; }
  .nero-purchase-note > a { grid-column: 1 / -1; justify-content: center; }
  .nero-login-page { width: min(calc(100% - 24px), 760px); }
  .nero-login-card__hero { min-height: 207px; padding: 28px 18px 25px; }
  .nero-login-card__body { padding: 27px 18px 31px; }
  .nero-login-copy h1 { font-size: 27px; }
  .nero-login-copy p { font-size: 14px; }
  .nero-login-input-row { margin-top: 22px; grid-template-columns: 54px minmax(0, 1fr); }
  .nero-login-avatar { width: 54px; height: 54px; }
  .nero-login-input-row input { min-height: 54px; }
  .nero-edition-row { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
  .nero-edition-switch { width: 82px; }
  .nero-edition-switch > span::before { width: 35px; }
  .nero-edition-switch input:checked + span::before { transform: translateX(39px); }
  .nero-checkout-line { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 9px; }
  .nero-checkout-line__quantity,
  .nero-checkout-line > strong { grid-column: 2; }
  .nero-checkout-line > a { grid-column: 3; grid-row: 1; }
  .nero-footer__grid { padding: 32px 20px 28px; }
  .nero-footer__quicklinks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nero-footer__tebex { min-height: 0; padding: 14px 0; grid-template-columns: 20px minmax(0, 1fr); align-items: start; }
  .nero-footer__tebex a { grid-column: 2; }
  .nero-cart { border-left: 0; }
  .nero-cart__header { min-height: 52px; padding: 0 17px; grid-template-columns: minmax(0, 1fr) auto 34px; gap: 11px; }
  .nero-cart__scroll { padding: 0 18px 14px; }
  .nero-cart__player { min-height: 148px; margin-bottom: 19px; padding: 42px 165px 22px 22px; }
  .nero-cart__player img { right: -15px; bottom: -24px; width: 155px; height: 170px; }
  .nero-cart-line { min-height: 126px; padding: 19px; grid-template-columns: 1fr 42px; gap: 13px; }
  .nero-cart-line__quantity { grid-column: 1; grid-row: 2; justify-self: start; }
  .nero-cart-line__remove { grid-column: 2; grid-row: 1 / span 2; }
  .nero-cart__summary--checkout-only { padding: 7px 18px 18px; }
}

@media (max-width: 420px) {
  .nero-topbar__inner { padding-inline: 11px; }
  .nero-mobile-logo { width: 74px; }
  .nero-mobile-logo img { width: 72px; }
  .nero-menu-toggle { width: 40px; height: 40px; }
  .nero-currency summary { min-width: 65px; padding-inline: 5px; }
  .nero-hero { min-height: 500px; }
  .nero-hero__inner { min-height: 500px; grid-template-columns: 1fr; grid-template-rows: 176px 112px 112px; }
  .nero-connect-card { height: 112px; min-height: 112px; grid-row: auto; }
  .nero-connect-card--server { grid-row: 2; }
  .nero-connect-card--discord { grid-row: 3; }
  .nero-storebar__brand small { display: block; }
  .nero-account-area { grid-template-columns: 1fr; }
  .nero-login-button, .nero-basket-button { width: 100%; }
  .nero-basket-button span { display: inline; }
  .nero-category-shortcuts > a { grid-template-columns: 72px minmax(0, 1fr) auto; }
  .nero-category-shortcuts img { width: 62px; height: 62px; }
  .nero-product-card__body { padding-inline: 14px; }
  .nero-page-heading { align-items: flex-end; }
  .nero-page-heading > strong { font-size: 8px; }
  .nero-cart__player { padding-right: 130px; }
  .nero-cart__player img { right: -25px; width: 145px; }
}

/* Remaining native Tebex forms use the same React panel language. */
.nero-form-card {
  color: #9ebbd0;
  border-color: rgba(0, 183, 255, .14);
  background: #002e52;
  box-shadow: 0 7px 0 #000d16;
}
.nero-form-card > small { color: #55d8ff; font: 900 8px "Manrope", Inter, sans-serif; letter-spacing: .12em; }
.nero-form-card h1,
.nero-form-card h2 { color: #fff; font-family: "Manrope", Inter, sans-serif; }
.nero-form-card > p { color: #9ebbd0; }
.nero-options-price { color: #d9f3ff; }
.nero-options-form label,
.nero-module--giftcard label { color: #8fb6cc; }
.nero-options-form input,
.nero-options-form select,
.nero-module--giftcard input {
  color: #fff;
  border-color: rgba(0, 183, 255, .16);
  background: #001e36;
}
.nero-options-form select option { color: #fff; background: #001e36; }
.nero-linked-account { color: #bfe9f7; border-color: rgba(0, 183, 255, .14); background: #001e36; }
.nero-button--secondary { color: #c7e4f2; border-color: rgba(0, 183, 255, .18); background: #294968; box-shadow: 0 5px 0 #17334b; }
.nero-update-basket { color: #001322; background: #00b7ff; box-shadow: 0 4px 0 #006aa8; }
.nero-tier-card.is-subscribed { border-color: #00ff15; }
