:root {
  --nx-deep-core: #090c0e;
  --nx-surface-block: #12161b;
  --nx-surface-float: #1a1f26;
  --nx-text-main: #ffffff;
  --nx-text-mute: #7c8b9e;
  --nx-glow-cyan: #00f3ff;
  --nx-glow-magenta: #ff0055;
  --nx-line-edge: rgba(255, 255, 255, 0.06);
  --nx-font-stack: 'Inter', 'PingFang SC', sans-serif;
  --nx-radius-clip: 6px;
  --nx-radius-box: 12px;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ad-container {
  margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
  margin-top: 0;
}

.gptslot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 250px;
  max-width: 300px;
  margin: 0 auto;
}

.ad-label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
          align-items: start;
  position: relative;
  padding: 5px 0px 2px 0px;
  font-size: 14px;
  color: rgb(73, 73, 73);
}

body.nx-frame-body {
  background-color: var(--nx-deep-core);
  color: var(--nx-text-main);
  font-family: var(--nx-font-stack);
  overflow-x: hidden;
  padding-top: 75px;
}

a {
  color: inherit;
  text-decoration: none;
}

.nx-masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(9, 12, 14, 0.85);
  border-bottom: 1px solid var(--nx-line-edge);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 999;
}

.nx-masthead-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

.nx-brand-title {
  font-size: 26px;
  font-weight: 900;
  cursor: pointer;
}

.nx-search-shell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 320px;
  height: 45px;
  padding: 0 16px;
  background-color: #111417;
  border: 1px solid rgba(0, 243, 255, 0.15);
  border-radius: 30px;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.6),
    0 1px 0px rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nx-search-badge {
  width: 30px;
  aspect-ratio: 1;
  background: url(../../images/search.7a06cbe.png) center no-repeat;
  background-size: 70%;
  margin-right: 10px;
}

.nx-search-field {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  color: #e2f9ff;
  font-family: var(--nx-font-stack), monospace;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.nx-search-field::-webkit-input-placeholder {
  color: #43525e;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0.8px;
}

.nx-search-field::-moz-placeholder {
  color: #43525e;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0.8px;
}

.nx-search-field::placeholder {
  color: #43525e;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0.8px;
}

.nx-search-shell:focus-within {
  border-color: rgba(0, 243, 255, 0.5);
  background-color: #0d1013;
  box-shadow:
    0 0 12px rgba(0, 243, 255, 0.15),
    inset 0 2px 6px rgba(0, 0, 0, 0.8);
}

.nx-search-shell:focus-within .nx-search-badge {
  color: #00f3ff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 243, 255, 0.6));
          filter: drop-shadow(0 0 4px rgba(0, 243, 255, 0.6));
}

.nx-split-layout {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 30px;
}

.nx-rail-panel {
  padding: 20px;
  width: 220px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: rgb(26 28 28);
  border-right: 1px solid rgb(59 73 75);
}

.nx-rail-header {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffabf3;
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding-left: 8px;
}

.nx-rail-list {
  list-style: none;
}

.nx-rail-trigger {
  position: relative;
  padding: 11px 14px 11px 18px;
  cursor: pointer;
  font-size: 14px;
  color: var(--nx-text-mute);
  margin-bottom: 5px;
  background-color: transparent;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nx-rail-trigger::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0.6);
          transform: translateY(-50%) scaleY(0.6);
  width: 3px;
  height: 100%;
  background-color: #ff00ab;
  box-shadow: 0 0 8px #ff00ab, 0 0 12px rgba(255, 0, 171, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.nx-rail-trigger:hover,
.nx-rail-trigger.nx-trigger-on {
  color: #c542a5;
  font-weight: 600;
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgba(197, 66, 165, 0.15)),
      color-stop(40%, rgba(26, 31, 38, 0.4)),
      to(rgba(18, 22, 27, 0)));
  background: -webkit-linear-gradient(left,
      rgba(197, 66, 165, 0.15) 0%,
      rgba(26, 31, 38, 0.4) 40%,
      rgba(18, 22, 27, 0) 100%);
  background: linear-gradient(90deg,
      rgba(197, 66, 165, 0.15) 0%,
      rgba(26, 31, 38, 0.4) 40%,
      rgba(18, 22, 27, 0) 100%);
}

.nx-rail-trigger:hover::before,
.nx-rail-trigger.nx-trigger-on::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
}

.nx-stage-content {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  min-width: 0;
}

.nx-focus-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.nx-theater-slider {
  aspect-ratio: 2.5;
  min-width: 80%;
  position: relative;
  border-radius: var(--nx-radius-box);
  overflow: hidden;
  background-color: var(--nx-surface-block);
}

.nx-theater-track {
  width: 100%;
  height: 100%;
  position: relative;
}

.nx-theater-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s;
  z-index: 1;
}

.nx-theater-pane.nx-pane-on {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.nx-pane-backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nx-pane-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 12, 14, 1)), color-stop(50%, rgba(9, 12, 14, 0.6)), to(rgba(9, 12, 14, 0)));
  background: -webkit-linear-gradient(bottom, rgba(9, 12, 14, 1) 0%, rgba(9, 12, 14, 0.6) 50%, rgba(9, 12, 14, 0) 100%);
  background: linear-gradient(to top, rgba(9, 12, 14, 1) 0%, rgba(9, 12, 14, 0.6) 50%, rgba(9, 12, 14, 0) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  padding: 25px;
  pointer-events: none;
}

.nx-pane-badge {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  background: #ffabf3;
  color: #500050;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  --tw-shadow: 0 0 15px #ffabf3;
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nx-pane-headline {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  max-width: 85%;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.nx-pane-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 28px;
  height: 38px;
  border: 1px solid rgba(0, 243, 255, 0.25);
  border-radius: 19px;
  outline: none;
  cursor: pointer;
  color: #e2f9ff;
  font-family: var(--nx-font-stack);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 6px rgba(0, 243, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.3);
  background:
    -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4))),
    -webkit-gradient(linear, left top, left bottom, from(#2d333b), to(#1c2025));
  background:
    -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 50%),
    -webkit-linear-gradient(top, #2d333b 0%, #1c2025 100%);
  background:
    linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 50%),
    linear-gradient(to bottom, #2d333b 0%, #1c2025 100%);
  background-size: 100% 2px, 100% 100%;
  box-shadow:
    0 0 12px rgba(0, 243, 255, 0.15),
    inset 0 1px 0px rgba(255, 255, 255, 0.1),
    0 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: auto;
}

.nx-pane-button::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #00f3ff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 243, 255, 0.8));
          filter: drop-shadow(0 0 4px rgba(0, 243, 255, 0.8));
  margin-right: 2px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.nx-pane-button:hover {
  color: #ffffff;
  border-color: rgba(0, 243, 255, 0.6);
  box-shadow:
    0 0 20px rgba(0, 243, 255, 0.4),
    inset 0 0 8px rgba(0, 243, 255, 0.2),
    0 4px 15px rgba(0, 0, 0, 0.6);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.nx-pane-button:hover::before {
  -webkit-transform: scale(1.15) translateX(1px);
          transform: scale(1.15) translateX(1px);
}

.nx-pane-button:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  box-shadow: 0 0 8px rgba(0, 243, 255, 0.3);
}

.nx-theater-dots {
  position: absolute;
  bottom: 25px;
  right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 6px;
  z-index: 10;
}

.nx-bead {
  width: 7px;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: background 0.3s, width 0.3s;
  transition: background 0.3s, width 0.3s;
}

.nx-bead.nx-bead-on {
  background-color: #fff;
}

.nx-aside-trio {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5px;
}

.nx-floor-block {
  margin-bottom: 40px;
}

.nx-floor-caption {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
}

.nx-cell-matrix {
  display: grid;
  gap: 18px;
}

.nx-matrix-5x {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nx-matrix-4x {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nx-matrix-3x {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nx-brick-node {
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  border: 1px solid transparent;
}

.nx-brick-node:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.nx-brick-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #151a21;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #849495;
}

.nx-brick-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.nx-brick-wrapper img.nx-img-ready {
  opacity: 1;
}

.nx-brick-counter {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1px 5px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
}

.nx-brick-meta {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}

.nx-brick-heading {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 36px;
}

.nx-brick-tag {
  font-size: 11px;
  color: #ffabf3;
  margin-top: auto;
  text-transform: uppercase;
}

.nx-portrait-capsule .nx-brick-wrapper {
  padding-top: 155%;
}

.nx-hybrid-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.nx-ranking-pod {
  width: 310px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: var(--nx-surface-block);
  border-radius: var(--nx-radius-box);
  padding: 22px 18px;
  border: 1px solid var(--nx-line-edge);
}

.nx-ranking-board {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 12px;
}

.nx-ranking-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 10px 5px 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  gap: 10px;
  border-bottom: 1px solid rgb(59 73 75 / 30%);
}

.nx-ranking-line:hover {
  background-color: var(--nx-surface-float);
}

.nx-line-index {
  font-size: 15px;
  font-weight: 800;
  width: 28px;
  color: #c281b9;
}

.nx-line-label {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  padding-right: 8px;
}

.nx-line-ext {
  font-size: 11px;
  color: var(--nx-text-mute);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #c281b9;
}

.nx-trending-pod {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  min-width: 0;
}

#nxTrendingMatrix .nx-brick-node {
  background-color: var(--nx-surface-block);
  border-radius: var(--nx-radius-box);
  border: 1px solid var(--nx-line-edge);
}

#nxTrendingMatrix .nx-brick-node .nx-brick-wrapper {
  border: none;
  border-radius: 0;
}

#nxTrendingMatrix .nx-brick-node .nx-brick-meta {
  padding: 10px;
}

#nxTrendingMatrix .nx-brick-node .nx-brick-counter {
  bottom: auto;
  top: 8px;
  left: 8px;
  right: auto;
  background-color: #02f3fe;
  color: #4e4e4e;
}

#nxTrendingMatrix .nx-brick-tag,
#nxCuratedMatrix .nx-brick-tag {
  color: #b0b0b0;
}

.nx-trio-cell {
  position: relative;
  width: 100%;
  aspect-ratio: 0.8;
  background-color: #12161b;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: border-color 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nx-trio-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.nx-trio-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}

.nx-trio-duration {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background-color: #00f3ff;
  color: #000000;
  font-family: var(--nx-font-stack), monospace;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 243, 255, 0.4);
  letter-spacing: 0.5px;
}

.nx-trio-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 22, 27, 0.95)), color-stop(60%, rgba(18, 22, 27, 0.4)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(18, 22, 27, 0.95) 0%, rgba(18, 22, 27, 0.4) 60%, transparent 100%);
  background: linear-gradient(to top, rgba(18, 22, 27, 0.95) 0%, rgba(18, 22, 27, 0.4) 60%, transparent 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 6px;
}

.nx-trio-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nx-trio-stamp {
  color: #6c7a89;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.nx-trio-cell:hover {
  border-color: rgba(0, 243, 255, 0.25);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 243, 255, 0.05);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.nx-trio-cell:hover .nx-trio-img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

#nxCuratedMatrix .nx-brick-node {
  padding: 10px;
  background-color: #333535;
  border-radius: var(--nx-radius-box);
}

#nxCuratedMatrix .nx-brick-wrapper {
  aspect-ratio: 1.1;
}

.nx-base-footer {
  background-color: var(--nx-surface-block);
  border-top: 1px solid var(--nx-line-edge);
  padding: 35px 0;
}

.nx-footer-inner {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.nx-footer-identity .nx-identity-logo {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 4px;
  display: inline-block;
}

.nx-copyright-text {
  font-size: 12px;
  color: #fff;
}

.nx-footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
}

.nx-nav-anchor {
  font-size: 13px;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.nx-nav-anchor:hover {
  color: var(--nx-glow-cyan);
}

@media (max-width: 1080px) {
  .nx-hybrid-deck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }

  .nx-ranking-pod {
    width: 100%;
  }

  .nx-focus-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    height: auto;
  }

  .nx-aside-trio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    height: 110px;
  }

  .nx-matrix-4x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nx-matrix-5x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nx-rail-panel {
    display: none;
  }
}

@media (max-width: 900px) {
  .nx-masthead-inner {
    padding: 0 20px;
  }

  .nx-search-shell {
    width: 240px;
  }

  .nx-theater-slider {
    aspect-ratio: 1.8;
  }

  .nx-matrix-3x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-matrix-4x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-matrix-5x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx-aside-trio {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .nx-masthead-inner {
    padding: 0 15px;
  }

  .nx-brand-title {
    font-size: 20px;
  }

  .nx-search-shell {
    width: 160px;
    height: 38px;
  }

  .nx-theater-slider {
    aspect-ratio: auto;
    height: 280px;
  }

  .nx-brick-heading {
    height: 36px;
  }

  .nx-pane-headline {
    font-size: 18px;
  }

  .nx-pane-button {
    padding: 6px 16px;
    height: 32px;
    font-size: 11px;
  }

  .nx-matrix-3x,
  .nx-matrix-4x,
  .nx-matrix-5x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nx-brick-wrapper {
    aspect-ratio: auto;
    height: 110px;
  }

  .nx-aside-trio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nx-trio-cell {
    aspect-ratio: auto;
    height: 180px;
  }

  .nx-portrait-capsule .nx-brick-wrapper {
    padding-top: 0;
    aspect-ratio: auto;
    height: 210px;
  }

  #nxCuratedMatrix .nx-brick-wrapper {
    aspect-ratio: auto;
    height: 130px;
  }

  .nx-floor-caption {
    font-size: 18px;
  }

  .nx-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .nx-footer-nav {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
