* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --black: #000000;
  --blue-black: #020914;
  --deep-blue: #021221;
  --panel: rgba(5, 12, 22, 0.84);
  --panel-hover: rgba(8, 19, 34, 0.96);
  --text: #f5f7fb;
  --muted: #a8b0c0;
  --line: rgba(91, 134, 171, 0.30);
  --blue: #1477ff;
  --green: #4cff68;
  --red: #ff3347;
}

html {
  min-height: 100%;
  background: var(--black);
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 52%, rgba(0, 92, 166, 0.13), transparent 31rem),
    linear-gradient(
      180deg,
      #000000 0%,
      #000000 25rem,
      #01050b 34rem,
      #02101d 58rem,
      #010712 100%
    );
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.site-shell {
  width: min(72rem, calc(100% - 2rem));
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 3rem) 0 1.4rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(4rem, 12vh, 8rem);
}

.hero {
  align-self: center;
  display: grid;
  justify-items: center;
  text-align: center;
}

.brand-sign {
  display: block;
  width: min(100%, 68rem);
  margin-inline: auto;
}

.brand-sign img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  filter:
    drop-shadow(0 0 1rem rgba(20, 119, 255, 0.22))
    drop-shadow(0 0 1.2rem rgba(76, 255, 104, 0.08));
}

.status {
  margin-top: clamp(1.3rem, 3.2vw, 2rem);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(118, 153, 183, 0.35);
  border-radius: 999px;
  color: #bac2d1;
  background: rgba(4, 8, 14, 0.78);
  font-size: clamp(0.72rem, 1.6vw, 0.88rem);
  font-weight: 760;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: inset 0 0 1.2rem rgba(30, 91, 142, 0.08);
  backdrop-filter: blur(12px);
}

.status__light {
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow:
    0 0 0.3rem rgba(255, 51, 71, 1),
    0 0 1rem rgba(255, 51, 71, 0.85);
  animation: pulse 2.2s ease-in-out infinite;
}

.topics {
  margin: clamp(1.7rem, 4vw, 2.6rem) 0 0;
  color: #aeb8ca;
  font-size: clamp(1rem, 3vw, 1.55rem);
  font-weight: 430;
  letter-spacing: 0.075em;
  text-wrap: balance;
}

.socials {
  display: grid;
  gap: 0.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.social {
  min-width: 0;
  min-height: 5.6rem;
  padding: 1rem 1.25rem;
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(99, 139, 176, 0.28);
  border-radius: 1.25rem;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(8, 17, 29, 0.94), rgba(3, 9, 17, 0.88));
  text-decoration: none;
  box-shadow:
    inset 0 0 1.2rem rgba(19, 81, 130, 0.04),
    0 0.8rem 2rem rgba(0, 0, 0, 0.15);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
  backdrop-filter: blur(12px);
}

.social:hover,
.social:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(40, 132, 255, 0.62);
  background: var(--panel-hover);
  outline: none;
}

.social__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}

.social__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.social__icon--playstation svg {
  fill: none;
  stroke: #1769ff;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 0.45rem rgba(23, 105, 255, 0.42));
}

.social__icon--tiktok .note {
  stroke: none;
}

.social__icon--tiktok .note--cyan {
  fill: #24f5ee;
  transform: translate(-1.6px, 1.6px);
}

.social__icon--tiktok .note--red {
  fill: #fe2c55;
  transform: translate(1.6px, -1.6px);
}

.social__icon--tiktok .note--white {
  fill: #ffffff;
}

.social__copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.social__platform,
.social__handle {
  display: block;
  min-width: 0;
}

.social__platform {
  overflow: hidden;
  color: #b2bacb;
  font-size: clamp(0.72rem, 1.7vw, 0.88rem);
  font-weight: 780;
  letter-spacing: 0.15em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.social__handle {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: clamp(0.95rem, 2.2vw, 1.08rem);
  font-weight: 720;
  white-space: nowrap;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.62;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 50% 48%, rgba(0, 92, 166, 0.14), transparent 25rem),
      linear-gradient(
        180deg,
        #000000 0%,
        #000000 18rem,
        #01050b 28rem,
        #02101d 48rem,
        #010712 100%
      );
  }

  .site-shell {
    width: min(100% - 1.15rem, 44rem);
    padding-top: 0.8rem;
    gap: clamp(5rem, 13vh, 8rem);
  }

  .brand-sign {
    width: calc(100% + 0.35rem);
  }

  .status {
    padding: 0.56rem 0.8rem;
    letter-spacing: 0.17em;
  }

  .topics {
    max-width: 22rem;
    line-height: 1.65;
  }

  .social {
    min-height: 5.2rem;
    padding: 0.85rem 1rem;
    grid-template-columns: 3rem 1fr;
    gap: 0.75rem;
  }

  .social__icon {
    width: 2.6rem;
    height: 2.6rem;
  }

  .social__copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
  }

  .social__platform {
    max-width: none;
    overflow: visible;
    font-size: clamp(0.62rem, 2.55vw, 0.72rem);
    letter-spacing: 0.09em;
    text-overflow: clip;
  }

  .social__handle {
    font-size: clamp(0.9rem, 3.7vw, 1rem);
  }
}

@media (max-width: 390px) {
  .social__copy {
    gap: 0.4rem;
  }

  .social__platform {
    font-size: 0.59rem;
    letter-spacing: 0.07em;
  }

  .social__handle {
    font-size: 0.88rem;
  }
}


/* Top navigation prototype */
.site-nav {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 0.8rem);
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
}

.menu-button {
  min-width: 8.6rem;
  min-height: 2.85rem;
  padding: 0.65rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  border: 1px solid rgba(91, 134, 171, 0.52);
  border-radius: 999px;
  color: #d9e3f3;
  background:
    linear-gradient(180deg, rgba(8, 18, 31, 0.96), rgba(2, 7, 14, 0.95));
  font: inherit;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(20, 119, 255, 0.08),
    0 0 1.2rem rgba(20, 119, 255, 0.12),
    inset 0 0 1rem rgba(20, 119, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.menu-button:hover,
.menu-button:focus-visible,
.menu-button[aria-expanded="true"] {
  border-color: rgba(20, 119, 255, 0.82);
  color: #ffffff;
  outline: none;
  box-shadow:
    0 0 0 1px rgba(20, 119, 255, 0.18),
    0 0 1.5rem rgba(20, 119, 255, 0.22),
    inset 0 0 1rem rgba(20, 119, 255, 0.08);
}

.menu-button__icon {
  width: 1.05rem;
  height: 0.78rem;
  display: grid;
  align-content: space-between;
}

.menu-button__icon span {
  display: block;
  height: 1px;
  border-radius: 999px;
  background: #4cff68;
  box-shadow: 0 0 0.42rem rgba(76, 255, 104, 0.62);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-button[aria-expanded="true"] .menu-button__icon span:nth-child(1) {
  transform: translateY(0.385rem) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-button__icon span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] .menu-button__icon span:nth-child(3) {
  transform: translateY(-0.385rem) rotate(-45deg);
}

.menu-panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  width: min(18rem, calc(100vw - 1.6rem));
  padding: 0.55rem;
  transform: translateX(-50%);
  border: 1px solid rgba(91, 134, 171, 0.42);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(6, 16, 28, 0.985), rgba(1, 7, 14, 0.985));
  box-shadow:
    0 1.25rem 3rem rgba(0, 0, 0, 0.52),
    0 0 2rem rgba(20, 119, 255, 0.10),
    inset 0 0 1.5rem rgba(20, 119, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform-origin: top center;
}

.menu-panel[hidden] {
  display: none;
}

.menu-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  list-style: none;
}

.menu-item {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.72rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  color: #bac5d6;
  background: rgba(3, 10, 18, 0.72);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-item::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #1477ff;
  box-shadow: 0 0 0.55rem rgba(20, 119, 255, 0.68);
  opacity: 0.78;
}

.menu-item:hover,
.menu-item:focus-visible {
  border-color: rgba(20, 119, 255, 0.42);
  color: #ffffff;
  background: rgba(8, 20, 35, 0.94);
  outline: none;
}

@media (max-width: 640px) {
  .site-nav {
    top: calc(env(safe-area-inset-top, 0px) + 0.55rem);
  }

  .menu-button {
    min-width: 8rem;
    min-height: 2.65rem;
    padding: 0.56rem 0.9rem;
    font-size: 0.7rem;
  }

  .menu-panel {
    width: min(17rem, calc(100vw - 1.2rem));
  }
}


/* Nested menu categories */
.menu-category {
  display: grid;
  gap: 0.3rem;
}

.menu-category__button {
  width: 100%;
  min-height: 2.8rem;
  padding: 0.72rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  color: #bac5d6;
  background: rgba(3, 10, 18, 0.72);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.17em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-category__button:hover,
.menu-category__button:focus-visible,
.menu-category__button[aria-expanded="true"] {
  border-color: rgba(20, 119, 255, 0.42);
  color: #ffffff;
  background: rgba(8, 20, 35, 0.94);
  outline: none;
}

.menu-category__chevron {
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  border-right: 1.5px solid #4cff68;
  border-bottom: 1.5px solid #4cff68;
  transform: rotate(45deg) translateY(-0.12rem);
  filter: drop-shadow(0 0 0.35rem rgba(76, 255, 104, 0.55));
  transition: transform 160ms ease;
}

.menu-category__button[aria-expanded="true"] .menu-category__chevron {
  transform: rotate(225deg) translate(-0.08rem, -0.08rem);
}

.submenu {
  margin: 0;
  padding: 0.25rem 0.2rem 0.3rem 0.85rem;
  display: grid;
  gap: 0.28rem;
  list-style: none;
}

.submenu[hidden] {
  display: none;
}

.submenu-item {
  width: 100%;
  min-height: 2.35rem;
  padding: 0.58rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid rgba(91, 134, 171, 0.10);
  border-radius: 0.72rem;
  color: #aeb9ca;
  background: rgba(3, 9, 16, 0.58);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 680;
  letter-spacing: 0.105em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.submenu-item::after {
  content: "";
  flex: 0 0 auto;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #1477ff;
  box-shadow: 0 0 0.5rem rgba(20, 119, 255, 0.62);
  opacity: 0.72;
}

.submenu-item:hover,
.submenu-item:focus-visible {
  border-color: rgba(20, 119, 255, 0.32);
  color: #ffffff;
  background: rgba(8, 20, 35, 0.86);
  outline: none;
}

.menu-panel {
  max-height: min(72vh, 38rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(20, 119, 255, 0.55) transparent;
}

.menu-panel::-webkit-scrollbar {
  width: 0.35rem;
}

.menu-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(20, 119, 255, 0.55);
}

@media (max-width: 640px) {
  .menu-panel {
    max-height: min(70svh, 34rem);
  }

  .menu-category__button {
    font-size: 0.71rem;
  }

  .submenu-item {
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
