:root {
  --bg: #141120;
  --bg-deep: #0e0d17;
  --panel: #1b1928;
  --panel-2: #222032;
  --line: rgba(148, 94, 255, 0.34);
  --line-strong: rgba(158, 88, 255, 0.72);
  --text: #ffffff;
  --muted: #a9a3ba;
  --soft: #d7d1e6;
  --purple: #7b2cff;
  --purple-2: #a346ff;
  --cyan: #19d7dd;
}

body.ppt-home {
  min-height: 100vh;
  margin: 0;
  background: #f7f7f7;
}

.ppt-home-stage {
  display: grid;
  place-items: start center;
  min-height: 100vh;
}

.ppt-home-link {
  position: relative;
  display: block;
  width: min(100%, 1152px);
  background: #fff;
}

.ppt-home-link img {
  display: block;
  width: 100%;
  height: auto;
}

.home-hotspot {
  position: absolute;
  display: block;
  border-radius: 12px;
}

.hotspot-knowledge {
  left: 72.5%;
  top: 30.2%;
  width: 25%;
  height: 3.3%;
}

.hotspot-video {
  left: 7%;
  top: 48%;
  width: 27%;
  height: 17%;
}

.hotspot-training {
  left: 54%;
  top: 53%;
  width: 29%;
  height: 17%;
}

.hotspot-products {
  left: 18%;
  top: 75%;
  width: 28%;
  height: 15%;
}

.ppt-home-stage.landscape {
  position: relative;
  padding: 0;
}

.ppt-landscape-image {
  display: block;
  width: 100%;
  max-width: 2048px;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

.ppt-back {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

body.battle-home {
  min-height: 100vh;
  color: #fff;
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0 2px, transparent 2px 8px),
    #f6a800;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.battle-home .image-slot {
  border: 5px solid #0a0a0a;
  border-radius: 6px;
  box-shadow: 8px 8px 0 #0a0a0a;
}

.battle-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  background: #050505;
  border-bottom: 4px solid #fff;
}

.battle-top > a {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.battle-top nav {
  display: flex;
  gap: 24px;
}

.battle-top nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.battle-kv {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 48%, rgba(0, 224, 255, 0.68), transparent 24%),
    radial-gradient(circle at 76% 46%, rgba(255, 45, 40, 0.72), transparent 26%),
    linear-gradient(115deg, #83fff0 0 34%, #fff7b8 34% 50%, #ff4a2f 50% 100%);
}

.battle-kv::before,
.battle-kv::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 16% 30%, rgba(0, 0, 0, 0.22) 0 3px, transparent 3px 14px),
    repeating-radial-gradient(circle at 84% 24%, rgba(0, 0, 0, 0.18) 0 3px, transparent 3px 14px);
  mix-blend-mode: multiply;
}

.battle-kv::after {
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(90deg, #050505, #1a1a1a);
  clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
}

.battle-side {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 18px;
  width: 340px;
}

.battle-side .image-slot {
  aspect-ratio: 16 / 10;
  transform: rotate(-8deg);
}

.side-left {
  left: 70px;
  top: 88px;
}

.side-right {
  right: 70px;
  top: 88px;
}

.side-right .image-slot {
  transform: rotate(8deg);
}

.battle-logo {
  position: absolute;
  left: 50%;
  top: 180px;
  z-index: 4;
  width: 560px;
  transform: translateX(-50%) rotate(-2deg);
  text-align: center;
  color: #fff;
  text-shadow: 5px 5px 0 #050505;
}

.battle-logo small {
  display: inline-block;
  padding: 8px 22px;
  color: #050505;
  font-size: 18px;
  background: #fff200;
  border: 5px solid #050505;
  box-shadow: 6px 6px 0 #050505;
}

.battle-logo strong {
  display: block;
  margin-top: 18px;
  font-size: 98px;
  line-height: 0.86;
}

.battle-logo span {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 16px;
  color: #11f2e0;
  font-size: 24px;
  background: #050505;
  border: 4px solid #fff;
}

.battle-badge {
  position: absolute;
  left: 118px;
  bottom: 135px;
  z-index: 5;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.05;
  background: #050505;
  border: 8px solid #fff200;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.battle-tabs {
  position: absolute;
  right: 60px;
  bottom: 32px;
  z-index: 6;
  display: flex;
  gap: 12px;
}

.battle-tabs a {
  padding: 10px 18px;
  color: #050505;
  font-size: 15px;
  font-weight: 950;
  background: #fff200;
  border: 4px solid #050505;
  transform: skew(-10deg);
}

.battle-download {
  padding: 30px 42px;
  text-align: center;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 8px),
    #f6a800;
  border-top: 6px solid #050505;
  border-bottom: 6px solid #050505;
}

.battle-ribbon {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 30px;
  color: #fff200;
  font-size: 38px;
  text-shadow: 4px 4px 0 #050505;
  transform: rotate(-2deg);
}

.download-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.download-buttons a {
  min-width: 210px;
  padding: 16px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  background: #050505;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.32);
}

.battle-count {
  padding: 60px 42px;
  background: #f6a800;
}

.count-panel {
  position: relative;
  max-width: 1160px;
  min-height: 420px;
  margin: 0 auto;
  padding: 54px 250px 54px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 28%),
    repeating-radial-gradient(circle at 50% 50%, #222 0 4px, #111 4px 14px);
  border: 8px solid #fff200;
  outline: 8px solid #050505;
  color: #fff;
}

.count-panel h1 {
  max-width: none;
  color: #ff3131;
  font-size: 44px;
  line-height: 1;
  text-shadow: 4px 4px 0 #fff200, 8px 8px 0 #050505;
}

.count-panel p {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.count-panel > strong {
  display: block;
  margin-top: 18px;
  color: #11f2e0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.95;
  text-shadow: 5px 5px 0 #050505, -4px -4px 0 #ff3131;
}

.count-panel > a {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 34px;
  color: #050505;
  font-size: 22px;
  font-weight: 950;
  background: #fff;
  border: 5px solid #050505;
  box-shadow: 7px 7px 0 #ff3131;
}

.count-mascot {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.mascot-a {
  left: 50px;
  bottom: 52px;
}

.mascot-b {
  right: 50px;
  bottom: 52px;
}

.battle-social {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 42px 62px;
  color: #050505;
}

.tweet-card,
.social-buttons a,
.battle-product {
  border: 6px solid #050505;
  background: #fff200;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.28);
}

.tweet-card {
  padding: 26px;
}

.tweet-card h2 {
  margin: 0;
  font-size: 28px;
}

.tweet-card p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.6;
}

.tweet-card time {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 950;
}

.social-buttons {
  display: grid;
  gap: 18px;
}

.social-buttons a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  color: #050505;
}

.social-buttons span {
  font-size: 14px;
  font-weight: 950;
}

.social-buttons strong {
  font-size: 24px;
}

.battle-product {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto 60px;
  padding: 28px;
  color: #fff;
  background: #111;
}

.product-logo {
  color: #fff200;
  font-size: 42px;
  font-weight: 950;
  text-shadow: 3px 3px 0 #ff3131;
}

.battle-product h2 {
  margin: 0;
  color: #fff200;
  font-size: 26px;
}

.battle-product p {
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.download-buttons.compact {
  justify-content: end;
}

.download-buttons.compact a {
  min-width: 126px;
  padding: 12px 18px;
  font-size: 15px;
}

.battle-footer {
  display: flex;
  justify-content: space-between;
  padding: 22px 28px;
  color: #fff;
  background: #050505;
}

.battle-footer nav {
  display: flex;
  gap: 18px;
}

.battle-footer a {
  color: #fff;
  font-weight: 950;
}

@media (max-width: 980px) {
  .battle-top nav {
    display: none;
  }

  .battle-kv {
    min-height: 760px;
  }

  .battle-side {
    width: 240px;
  }

  .side-left {
    left: 24px;
    top: 380px;
  }

  .side-right {
    right: 24px;
    top: 380px;
  }

  .battle-logo {
    top: 96px;
    width: 320px;
  }

  .battle-logo strong {
    font-size: 62px;
  }

  .battle-tabs {
    left: 24px;
    right: 24px;
    flex-wrap: wrap;
  }

  .count-panel {
    padding: 44px 24px 180px;
  }

  .battle-social,
  .battle-product {
    grid-template-columns: 1fr;
  }
}

body.ink-home {
  color: #fff;
  background:
    radial-gradient(circle at 8% 14%, #ff2bb4 0 12%, transparent 13%),
    radial-gradient(circle at 90% 8%, #fff200 0 10%, transparent 11%),
    #15151a;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

body.starcat-home {
  min-height: 100vh;
  color: #f8f7ff;
  background:
    radial-gradient(circle at 22% 12%, rgba(126, 32, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 34%, rgba(41, 255, 62, 0.12), transparent 20%),
    #07080c;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

body.chaos-home {
  min-height: 100vh;
  color: #fff;
  background: #050505;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

body.stream-home {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0, rgba(195, 56, 255, 0.28), transparent 28%),
    linear-gradient(180deg, #26183f, #151124 42%, #241b3d);
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

body.ticket-home {
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 220px 220px,
    radial-gradient(circle at 22% 38%, rgba(255, 35, 52, 0.12), transparent 24%),
    #2d2d2c;
  font-family: "Arial Narrow", "Arial Black", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}

.ticket-home::before,
.ticket-home::after {
  content: "";
  position: fixed;
  z-index: 0;
  width: 380px;
  height: 54px;
  background: repeating-linear-gradient(115deg, #b5ff00 0 24px, #151515 24px 44px);
  pointer-events: none;
}

.ticket-home::before {
  left: -120px;
  top: 330px;
  transform: rotate(9deg);
}

.ticket-home::after {
  right: -120px;
  top: 260px;
  transform: rotate(-62deg);
}

.ticket-home .image-slot {
  border: 4px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.ticket-home .image-slot span {
  color: #101010;
  font-family: "Arial Black", Arial, sans-serif;
}

.ticket-page {
  position: relative;
  z-index: 1;
  width: min(1020px, calc(100% - 52px));
  margin: 0 auto;
  padding: 72px 0 100px;
}

.ticket-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  color: #dedede;
  font-size: 22px;
}

.ticket-top a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d8d8d8;
  font-size: 22px;
}

.ticket-top a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ff2334;
  border-radius: 50%;
}

.ticket-poster {
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.48);
}

.ticket-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  min-height: 42px;
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ticket-nav a {
  display: grid;
  place-items: center;
  height: 42px;
  color: #fff;
  font-size: 10px;
  font-family: "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
}

.ticket-nav a.is-active {
  background: #ff2334;
}

.ticket-hero {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.8)),
    radial-gradient(circle at 50% 36%, rgba(181, 255, 0, 0.32), transparent 26%),
    #1d2429;
}

.ticket-hero-img {
  position: absolute;
  inset: 0;
  border: 0;
  opacity: 0.55;
}

.ticket-hero-img span {
  font-size: clamp(90px, 12vw, 180px);
}

.ticket-hero-copy {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 42px;
}

.ticket-hero-copy h1 {
  grid-column: 1 / -1;
  margin: 0;
  color: #b5ff00;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(76px, 11vw, 162px);
  line-height: 0.78;
  letter-spacing: -0.05em;
  text-align: center;
  filter: blur(0.2px);
}

.ticket-hero-copy p {
  position: absolute;
  left: 50%;
  top: 42%;
  max-width: 210px;
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 23px;
  line-height: 0.92;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.purchase-section,
.payment-section,
.rules-section {
  padding: 56px 38px 0;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 35, 52, 0.14), transparent 20%),
    #090909;
}

.purchase-section h2,
.payment-section h2,
.rules-section h2 {
  margin: 0 0 32px;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.64);
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ticket-card {
  position: relative;
  min-height: 120px;
  padding: 22px 106px 22px 24px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 86px), rgba(255, 255, 255, 0.08) calc(100% - 86px)),
    #191919;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ticket-card::before,
.ticket-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  background: radial-gradient(circle, #090909 0 4px, transparent 5px) 0 8px / 12px 18px;
}

.ticket-card::before {
  left: -6px;
}

.ticket-card::after {
  right: 80px;
}

.ticket-card h3 {
  margin: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.ticket-card strong {
  position: absolute;
  right: 108px;
  bottom: 42px;
  font-size: 18px;
}

.ticket-card a {
  position: absolute;
  right: 108px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  font-family: "Arial Black", Arial, sans-serif;
  background: #ff2334;
}

.ticket-card span {
  position: absolute;
  right: 22px;
  top: 20px;
  bottom: 20px;
  width: 54px;
  background: repeating-linear-gradient(90deg, #fff 0 4px, transparent 4px 7px);
}

.ticket-card.is-hot {
  color: #111;
  background: #b5ff00;
}

.payment-section {
  padding-top: 70px;
}

.payment-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 38px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
}

.payment-photo {
  aspect-ratio: 0.78 / 1;
  transform: rotate(-5deg);
}

.payment-layout p {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 0.92;
  text-transform: uppercase;
}

.payment-layout strong {
  color: #b5ff00;
}

.payment-layout a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  margin-top: 28px;
  color: #fff;
  font-size: 12px;
  font-family: "Arial Black", Arial, sans-serif;
  background: #ff2334;
}

.rules-section {
  padding-bottom: 56px;
}

.rules-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.rule-list {
  display: grid;
}

.rule-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  font-size: 13px;
  font-family: "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.rule-list a::after {
  content: ">";
  font-size: 26px;
}

.rule-list a.is-active {
  color: #111;
  background: #b5ff00;
}

.rules-copy {
  padding: 18px;
}

.rules-copy p {
  margin: 0;
  color: #d7d7d7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.rules-copy a {
  display: inline-flex;
  margin-top: 18px;
  color: #fff;
  font-size: 11px;
  font-family: "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
}

.rules-image {
  aspect-ratio: 0.78 / 1;
}

@media (max-width: 760px) {
  .ticket-page {
    width: min(100% - 24px, 520px);
  }

  .ticket-top {
    font-size: 16px;
  }

  .ticket-nav {
    grid-template-columns: 1fr;
  }

  .ticket-grid,
  .payment-layout,
  .rules-layout {
    grid-template-columns: 1fr;
  }

  .ticket-card {
    padding-right: 96px;
  }
}

.stream-home .image-slot {
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 20px 60px rgba(0, 0, 0, 0.38);
}

.stream-home .image-slot span {
  color: #130c24;
}

.stream-hero {
  position: relative;
  min-height: 690px;
  padding: 54px 0 0;
  overflow: hidden;
}

.stream-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 38px;
  width: 1120px;
  height: 580px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 38%, rgba(195, 56, 255, 0.42), transparent 26%),
    radial-gradient(circle at 56% 58%, rgba(255, 82, 229, 0.2), transparent 24%);
  filter: blur(4px);
}

.orbit-line {
  position: absolute;
  left: 50%;
  top: -112px;
  width: 1320px;
  height: 720px;
  transform: translateX(-50%) rotate(-12deg);
  border: 12px solid rgba(188, 45, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 36px rgba(188, 45, 255, 0.6);
}

.stream-logo {
  position: relative;
  z-index: 4;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  text-shadow: 0 0 18px rgba(255, 65, 238, 0.7);
}

.stream-headline {
  position: relative;
  z-index: 4;
  margin-top: 42px;
  text-align: center;
}

.stream-headline p {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1;
}

.stream-headline p::first-letter {
  color: #ff4df0;
}

.stream-headline span {
  display: block;
  margin-top: 18px;
  color: #d7c9ff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.stream-character {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 5;
  width: min(38vw, 620px);
  aspect-ratio: 1.55 / 1;
  transform: translateX(-50%) rotate(-4deg);
  border-radius: 48% 28% 34% 22%;
}

.stream-character span {
  font-size: clamp(70px, 7vw, 130px);
}

.stream-number {
  position: absolute;
  left: calc(50% - 560px);
  bottom: 56px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 24px;
}

.stream-number strong {
  color: transparent;
  font-size: 88px;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.72);
}

.stream-number span {
  color: #fff;
  font-size: 26px;
  line-height: 1.06;
}

.stream-number span::first-line {
  color: #fff;
}

.stream-dashboard {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 300px;
  gap: 32px;
  width: min(1340px, calc(100% - 120px));
  margin: -38px auto 100px;
  padding: 34px;
  background: rgba(24, 18, 44, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.dash-sidebar,
.dash-right {
  min-width: 0;
}

.dash-brand {
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}

.dash-brand span {
  color: #ff49f2;
}

.dash-sidebar nav {
  display: grid;
  gap: 10px;
  margin-top: 46px;
}

.dash-sidebar nav a {
  padding: 12px 16px;
  color: #877da2;
  font-size: 13px;
  font-weight: 950;
  border-radius: 12px;
}

.dash-sidebar nav a.is-active,
.dash-sidebar nav a:hover {
  color: #fff;
  background: rgba(194, 53, 255, 0.16);
  box-shadow: inset 3px 0 0 #ff49f2;
}

.popular-list {
  margin-top: 54px;
  padding: 18px;
  background: #120d23;
  border-radius: 14px;
}

.popular-list h3 {
  margin: 0 0 16px;
  font-size: 14px;
}

.popular-list p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0;
  color: #d6cced;
  font-size: 12px;
  font-weight: 850;
}

.popular-list p span {
  width: 10px;
  height: 10px;
  background: #3cff4c;
  border-radius: 50%;
}

.popular-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  margin-top: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  background: linear-gradient(135deg, #8628ff, #ff55ee);
  border-radius: 999px;
}

.dash-main {
  min-width: 0;
}

.dash-topbar {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: center;
  color: #d4c7ed;
  font-size: 12px;
  font-weight: 950;
}

.dash-topbar label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 4px;
}

.dash-topbar input {
  width: 100%;
  color: #fff;
  font: inherit;
  background: transparent;
  border: 0;
  outline: 0;
}

.feature-broadcast {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  min-height: 300px;
  margin-top: 28px;
  padding: 34px 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 48%, rgba(255, 255, 255, 0.4), transparent 24%),
    linear-gradient(135deg, #9c3dff, #ff63ee);
  border-radius: 22px;
}

.feature-broadcast span {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-broadcast h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 48px;
  line-height: 0.94;
}

.feature-broadcast p {
  max-width: 380px;
  margin-top: 18px;
  color: #f2eaff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.feature-broadcast a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  background: #3a146d;
  border-radius: 999px;
}

.broadcast-image {
  justify-self: end;
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 48% 48% 18px 18px;
}

.dash-section,
.mini-streams,
.join-banner {
  margin-top: 32px;
}

.dash-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.dash-title h2 {
  margin: 0;
  color: #ff50f0;
  font-size: 20px;
}

.dash-title a {
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.stream-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.stream-cards article,
.mini-streams article,
.rank-card {
  background: #15102a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
}

.stream-cards .image-slot {
  aspect-ratio: 16 / 9;
  border-radius: 16px 16px 0 0;
}

.stream-cards h3,
.mini-streams h3 {
  margin: 14px 16px 0;
  font-size: 17px;
}

.stream-cards p {
  margin: 8px 16px 18px;
  color: #bdb3d9;
  font-size: 12px;
  font-weight: 800;
}

.mini-streams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mini-streams .image-slot {
  aspect-ratio: 16 / 10;
  border-radius: 18px 18px 0 0;
}

.mini-streams a {
  display: inline-flex;
  margin: 12px 16px 18px;
  padding: 8px 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  background: #7f28ff;
  border-radius: 999px;
}

.join-banner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  min-height: 230px;
  padding: 30px 40px;
  background: linear-gradient(135deg, #ff5aec, #8731ff);
  border-radius: 20px;
}

.join-banner h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 0.96;
}

.join-banner p {
  margin-top: 14px;
  color: #f4eaff;
  font-size: 13px;
  font-weight: 850;
}

.join-banner .image-slot {
  justify-self: end;
  width: min(100%, 260px);
  aspect-ratio: 1.45 / 1;
}

.dash-right {
  display: grid;
  gap: 22px;
  align-content: start;
}

.rank-card {
  padding: 22px;
}

.rank-card span {
  display: inline-flex;
  padding: 5px 12px;
  color: #12151a;
  font-size: 10px;
  font-weight: 950;
  background: #24ff43;
  border-radius: 999px;
}

.rank-card h3 {
  margin: 16px 0;
  font-size: 20px;
}

.rank-row,
.score-list p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 0;
  padding: 10px 12px;
  color: #e8e0ff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.rank-row strong,
.score-list b {
  color: #ff50f0;
}

.rank-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  background: linear-gradient(135deg, #8628ff, #ff55ee);
  border-radius: 999px;
}

.rank-card.tall {
  min-height: 440px;
}

@media (max-width: 1120px) {
  .stream-dashboard {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 760px);
  }

  .dash-sidebar,
  .dash-right {
    display: none;
  }

  .stream-number {
    left: 32px;
  }
}

@media (max-width: 720px) {
  .stream-hero {
    min-height: 580px;
  }

  .stream-headline p {
    font-size: 28px;
  }

  .stream-character {
    width: 80vw;
  }

  .feature-broadcast,
  .join-banner,
  .stream-cards,
  .mini-streams,
  .dash-topbar {
    grid-template-columns: 1fr;
  }
}

.chaos-home .image-slot {
  border: 8px solid #111;
  border-radius: 22px;
  box-shadow: 12px 12px 0 rgba(185, 255, 0, 0.9), -10px -10px 0 rgba(122, 38, 255, 0.88);
}

.chaos-home .image-slot span {
  color: #050505;
  font-size: clamp(58px, 6vw, 120px);
}

.chaos-hero {
  position: relative;
  min-height: 880px;
  padding: 28px 54px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 34%, rgba(146, 36, 255, 0.72), transparent 22%),
    radial-gradient(circle at 44% 58%, rgba(185, 255, 0, 0.22), transparent 20%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(16, 16, 18, 0.52) 42%, rgba(35, 21, 55, 0.76)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 12px);
}

.chaos-hero::before,
.chaos-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.chaos-hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 108, 0, 0.7) 0 4px, transparent 5px),
    radial-gradient(circle at 18% 68%, rgba(185, 255, 0, 0.8) 0 6px, transparent 7px),
    radial-gradient(circle at 86% 18%, rgba(122, 38, 255, 0.82) 0 6px, transparent 7px),
    radial-gradient(circle at 78% 72%, rgba(255, 108, 0, 0.78) 0 5px, transparent 6px);
  background-size: 120px 120px, 170px 170px, 150px 150px, 190px 190px;
  opacity: 0.6;
}

.chaos-hero::after {
  left: -5vw;
  right: -5vw;
  bottom: 68px;
  height: 130px;
  background: #b9ff00;
  transform: rotate(-2deg);
  box-shadow: 0 18px 0 #111, 0 -12px 0 rgba(122, 38, 255, 0.82);
}

.chaos-nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
}

.chaos-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.chaos-nav > a {
  font-size: 24px;
}

.chaos-nav div {
  display: flex;
  gap: 28px;
}

.chaos-copy {
  position: relative;
  z-index: 8;
  max-width: 760px;
  margin-top: 76px;
}

.chaos-copy p {
  width: fit-content;
  margin: 0 0 8px;
  color: #b9ff00;
  font-size: 34px;
  font-family: "Comic Sans MS", "Arial Black", cursive;
  transform: rotate(-8deg);
  text-shadow: 4px 4px 0 #111;
}

.chaos-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(96px, 13vw, 230px);
  line-height: 0.78;
  letter-spacing: -0.06em;
  text-shadow: 8px 8px 0 #111, 13px 13px 0 #7a26ff;
}

.chaos-copy h1 span {
  color: #b9ff00;
  text-shadow: 8px 8px 0 #111, 13px 13px 0 #ff6c00;
}

.chaos-copy strong {
  display: block;
  max-width: 330px;
  margin-top: 26px;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
}

.chaos-actions {
  display: flex;
  gap: 18px;
  margin-top: 36px;
}

.chaos-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 54px;
  color: #050505;
  font-size: 15px;
  font-weight: 950;
  background: #b9ff00;
  border: 4px solid #111;
  box-shadow: 7px 7px 0 #7a26ff;
  transform: rotate(-1.5deg);
}

.chaos-actions a + a {
  color: #fff;
  background: #7a26ff;
  box-shadow: 7px 7px 0 #ff6c00;
  transform: rotate(1deg);
}

.hero-monster {
  position: absolute;
  right: 12vw;
  top: 170px;
  z-index: 7;
  width: min(34vw, 560px);
  aspect-ratio: 1;
  border-radius: 42% 38% 45% 34%;
  transform: rotate(3deg);
}

.paint-tag {
  position: absolute;
  z-index: 9;
  padding: 16px 24px;
  color: #111;
  font-size: 18px;
  line-height: 1.05;
  background: #b9ff00;
  border: 5px solid #111;
  box-shadow: 8px 8px 0 #7a26ff;
}

.tag-a {
  left: 45%;
  top: 62px;
  transform: rotate(-8deg);
}

.tag-b {
  right: 96px;
  top: 92px;
  color: #b9ff00;
  background: #111;
  box-shadow: 8px 8px 0 #ff6c00;
  transform: rotate(12deg);
}

.spray-word {
  position: absolute;
  z-index: 3;
  color: rgba(122, 38, 255, 0.58);
  font-size: clamp(62px, 8vw, 138px);
  line-height: 1;
  transform: rotate(-14deg);
  text-shadow: 0 0 24px rgba(122, 38, 255, 0.75);
}

.word-a {
  right: -40px;
  top: 290px;
}

.word-b {
  left: 34%;
  bottom: 150px;
  color: rgba(255, 108, 0, 0.42);
}

.chaos-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 14px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
}

.chaos-strip span {
  font-size: 14px;
  font-weight: 950;
}

.chaos-brand {
  position: relative;
  z-index: 2;
  padding: 0 54px 82px;
  margin-top: -24px;
  color: #fff;
  background: #050505;
  text-align: center;
}

.brand-banner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  align-items: center;
  min-height: 118px;
  margin: 0 auto 62px;
  padding: 0 42px;
  color: #fff;
  background: #b9ff00;
  border-top: 8px solid #111;
  border-bottom: 8px solid #111;
  transform: rotate(-1deg);
}

.brand-banner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 7vw, 116px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-shadow: 7px 7px 0 #111, 11px 11px 0 #7a26ff;
}

.brand-banner span {
  color: #7a26ff;
  font-size: 54px;
  text-shadow: 4px 4px 0 #111;
}

.brand-copy {
  max-width: 1100px;
  margin: 0 auto;
}

.brand-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 70px);
  line-height: 1;
}

.brand-copy h3::first-letter {
  color: #b9ff00;
}

.brand-copy p {
  margin: 24px auto 0;
  max-width: 980px;
  color: #f0edf7;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.9;
}

.chaos-building {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  min-height: 850px;
  padding: 72px 76px 110px;
  background:
    radial-gradient(circle at 60% 34%, rgba(255, 108, 0, 0.28), transparent 18%),
    radial-gradient(circle at 82% 62%, rgba(122, 38, 255, 0.3), transparent 22%),
    #111;
  overflow: hidden;
}

.build-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 6vw, 106px);
  line-height: 0.9;
  transform: rotate(-3deg);
  text-shadow: 6px 6px 0 #050505;
}

.build-copy h2 span {
  color: #ff6c00;
}

.build-copy ul {
  display: grid;
  gap: 18px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.build-copy li {
  max-width: 520px;
  padding: 16px 18px;
  color: #111;
  background: #f0eee6;
  border: 5px solid #111;
  box-shadow: 8px 8px 0 #7a26ff;
  transform: rotate(-1.5deg);
}

.build-copy li:nth-child(2) {
  box-shadow: 8px 8px 0 #ff6c00;
  transform: rotate(1deg);
}

.build-copy li:nth-child(3) {
  box-shadow: 8px 8px 0 #b9ff00;
}

.build-copy strong,
.build-copy span {
  display: block;
}

.build-copy strong {
  font-size: 17px;
  text-transform: uppercase;
}

.build-copy span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 850;
}

.monster-lab {
  position: relative;
  min-height: 700px;
}

.lab-main {
  position: absolute;
  left: 16%;
  top: 90px;
  z-index: 5;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border-radius: 42%;
}

.sketch-board {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
  width: 360px;
  min-height: 270px;
  padding: 24px;
  color: #111;
  background: #eee7d8;
  border: 6px solid #111;
  box-shadow: 10px 10px 0 #ff6c00;
  transform: rotate(5deg);
}

.sketch-board h3 {
  margin: 0 0 18px;
  font-size: 28px;
  text-transform: uppercase;
}

.sketch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.sketch-grid span {
  display: grid;
  place-items: center;
  min-height: 76px;
  color: #111;
  font-size: 28px;
  border: 3px dashed #111;
}

.polaroids {
  position: absolute;
  left: 0;
  right: 40px;
  bottom: 16px;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.polaroids .image-slot {
  aspect-ratio: 0.78 / 1;
  border: 10px solid #f0eee6;
  border-bottom-width: 34px;
  border-radius: 6px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.6);
}

.polaroids .image-slot span {
  font-size: 42px;
}

@media (max-width: 980px) {
  .chaos-hero {
    min-height: 940px;
    padding: 22px 24px;
  }

  .chaos-nav div {
    display: none;
  }

  .chaos-copy {
    margin-top: 58px;
  }

  .chaos-copy h1 {
    font-size: 82px;
  }

  .hero-monster {
    left: 50%;
    right: auto;
    top: 440px;
    width: 72vw;
    transform: translateX(-50%) rotate(3deg);
  }

  .tag-a {
    left: 28px;
    top: 430px;
  }

  .tag-b {
    right: 24px;
    top: 150px;
  }

  .chaos-brand,
  .chaos-building {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-banner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .chaos-building {
    grid-template-columns: 1fr;
  }

  .lab-main,
  .sketch-board,
  .polaroids {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 22px;
  }
}

.starcat-home .image-slot {
  background: #fff;
  border: 0;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.38);
}

.starcat-home .image-slot span {
  color: #07080c;
}

.starcat-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  width: min(1680px, calc(100% - 84px));
  min-height: 76px;
  margin: 0 auto;
  color: #fff;
}

.starcat-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.starcat-top nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.starcat-top nav a {
  color: #858998;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.starcat-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  height: 42px;
  color: #071006;
  font-size: 12px;
  font-weight: 950;
  background: #50ff2d;
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(80, 255, 45, 0.48);
}

.starcat-frame {
  width: min(1580px, calc(100% - 120px));
  margin: 0 auto 90px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 1px) 0 0 / 84px 84px,
    #101116;
  overflow: hidden;
}

.starcat-hero {
  position: relative;
  min-height: 720px;
  padding: 54px 74px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(177, 39, 255, 0.92), transparent 30%),
    linear-gradient(120deg, rgba(57, 0, 110, 0.96), rgba(14, 12, 20, 0.76) 45%, rgba(103, 0, 180, 0.9));
}

.starcat-hero::before,
.starcat-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.starcat-hero::before {
  background:
    linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, 0.18) 47% 49%, transparent 50%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 9px);
  opacity: 0.36;
}

.starcat-hero::after {
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, transparent, #101116 76%);
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 760px;
  height: 280px;
  transform: translate(-50%, -50%) rotate(-4deg);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  filter: blur(1px);
}

.starcat-menu {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  padding: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.starcat-menu a {
  padding: 9px 18px;
  color: #e7ddff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.starcat-copy {
  position: absolute;
  left: 104px;
  top: 180px;
  z-index: 4;
  max-width: 480px;
}

.starcat-copy p,
.section-copy p,
.journey-copy p {
  margin: 0 0 8px;
  color: #50ff2d;
  font-size: 28px;
  line-height: 1;
  font-family: "Comic Sans MS", "Arial Black", cursive;
  transform: rotate(-8deg);
}

.starcat-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(76px, 10vw, 150px);
  line-height: 0.76;
  letter-spacing: -0.04em;
  text-shadow: 0 0 34px rgba(178, 58, 255, 0.78);
}

.starcat-copy > span {
  display: block;
  margin-top: 26px;
  color: #e9e5f5;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
}

.starcat-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.starcat-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 48px;
  color: #071006;
  font-size: 13px;
  font-weight: 950;
  background: #50ff2d;
  border-radius: 999px;
}

.starcat-actions a + a {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.starcat-hero-media {
  position: absolute;
  left: 50%;
  top: 152px;
  z-index: 6;
  width: min(34vw, 540px);
  aspect-ratio: 0.92 / 1;
  transform: translateX(-34%);
  border-radius: 40% 40% 18% 18%;
}

.starcat-hero-media span {
  font-size: clamp(82px, 8vw, 140px);
}

.starcat-side-card {
  position: absolute;
  right: 86px;
  top: 320px;
  z-index: 7;
  width: 300px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  backdrop-filter: blur(18px);
}

.starcat-side-card strong {
  display: block;
  color: #fff;
  font-size: 32px;
}

.starcat-side-card > span {
  color: #bcb6cf;
  font-size: 13px;
  font-weight: 800;
}

.mini-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.mini-cats .image-slot {
  aspect-ratio: 1;
  border-radius: 18px;
}

.mini-cats .image-slot span {
  font-size: 34px;
}

.starcat-nfts {
  position: relative;
  min-height: 760px;
  padding: 110px 74px 88px;
  background:
    radial-gradient(circle at 50% 96%, rgba(94, 31, 255, 0.82), transparent 34%),
    linear-gradient(180deg, #101116 0 54%, #210040);
  overflow: hidden;
}

.asteroid {
  position: absolute;
  width: 250px;
  height: 150px;
  background: linear-gradient(135deg, #242061, #ff35b8 54%, #0c44ff);
  clip-path: polygon(8% 44%, 26% 6%, 82% 0, 100% 38%, 78% 84%, 28% 100%);
  filter: drop-shadow(0 0 40px rgba(165, 44, 255, 0.58));
  opacity: 0.9;
}

.asteroid-a {
  left: 74px;
  top: 140px;
  transform: rotate(-10deg);
}

.asteroid-b {
  right: 92px;
  top: 180px;
  transform: rotate(18deg) scale(0.78);
}

.section-copy {
  position: relative;
  z-index: 3;
  max-width: 440px;
  margin-left: auto;
  margin-right: 360px;
}

.section-copy h2,
.journey-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 54px;
  line-height: 0.92;
}

.section-copy span,
.journey-copy span {
  display: block;
  margin-top: 18px;
  color: #beb8cd;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.7;
}

.nft-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 0.9fr 0.72fr 1.5fr 0.72fr;
  gap: 24px;
  align-items: end;
  margin-top: 170px;
}

.nft-card {
  min-height: 240px;
  padding: 14px;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.nft-card.green {
  background: #30f000;
}

.nft-card.yellow {
  background: #ffcc16;
}

.nft-card.cyan {
  background: #1bbdd8;
}

.nft-card.pink {
  background: #ff2674;
}

.nft-card .image-slot {
  aspect-ratio: 1;
  border-radius: 18px;
}

.nft-card.is-big .image-slot {
  aspect-ratio: 1.22 / 1;
}

.nft-card p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.starcat-journey {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  min-height: 690px;
  padding: 90px 92px 120px;
  background: #101116;
}

.journey-copy {
  max-width: 460px;
}

.journey-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 48px;
  margin-top: 28px;
  color: #071006;
  font-size: 13px;
  font-weight: 950;
  background: #50ff2d;
  border-radius: 999px;
}

.phone-stack {
  position: relative;
  min-height: 520px;
}

.phone-card {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 340px;
  aspect-ratio: 0.68 / 1;
  transform: translateX(-50%);
  border-radius: 34px;
}

.phone-card span {
  font-size: 84px;
}

.hud {
  position: absolute;
  z-index: 4;
  min-width: 150px;
  padding: 18px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  backdrop-filter: blur(16px);
}

.hud-a {
  left: 60px;
  top: 92px;
}

.hud-b {
  right: 70px;
  top: 210px;
}

.hud-c {
  left: 120px;
  bottom: 82px;
}

@media (max-width: 980px) {
  .starcat-top,
  .starcat-frame {
    width: min(100% - 28px, 720px);
  }

  .starcat-top {
    grid-template-columns: 1fr auto;
  }

  .starcat-top nav {
    display: none;
  }

  .starcat-hero {
    min-height: 920px;
    padding: 38px 24px;
  }

  .starcat-copy {
    left: 28px;
    top: 120px;
  }

  .starcat-copy h1 {
    font-size: 72px;
  }

  .starcat-hero-media {
    left: 50%;
    top: 360px;
    width: 76vw;
    transform: translateX(-50%);
  }

  .starcat-side-card {
    left: 28px;
    right: 28px;
    top: auto;
    bottom: 48px;
    width: auto;
  }

  .starcat-nfts,
  .starcat-journey {
    padding: 64px 24px;
  }

  .section-copy {
    margin: 0;
  }

  .nft-strip,
  .starcat-journey {
    grid-template-columns: 1fr;
  }

  .nft-strip {
    margin-top: 80px;
  }
}

.ink-home .image-slot {
  border: 5px solid #0a0a0a;
  box-shadow: 10px 10px 0 #0a0a0a;
}

.ink-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 70px;
  padding: 0 42px;
  color: #111;
  background: #fff7df;
  border-bottom: 6px solid #0a0a0a;
}

.ink-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  color: #fff200;
  font-size: 24px;
  font-weight: 950;
  background: #111;
  transform: rotate(-2deg);
  box-shadow: 6px 6px 0 #ff2bb4;
}

.ink-nav nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.ink-nav nav a,
.ink-nav-cta {
  color: #111;
  font-size: 14px;
  font-weight: 950;
}

.ink-nav-cta {
  padding: 11px 18px;
  background: #d7ff00;
  border: 3px solid #111;
  box-shadow: 5px 5px 0 #111;
}

.ink-hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  background:
    repeating-radial-gradient(circle at 18% 24%, rgba(0, 0, 0, 0.28) 0 3px, transparent 3px 16px),
    linear-gradient(135deg, #ff2bb4 0 28%, #6c42ff 28% 47%, #fff200 47% 66%, #10edc5 66% 100%);
}

.ink-wave {
  position: absolute;
  left: -4%;
  right: -4%;
  top: 325px;
  height: 148px;
  background: #10edc5;
  clip-path: polygon(0 48%, 7% 48%, 9% 16%, 12% 78%, 16% 22%, 20% 70%, 24% 35%, 28% 58%, 34% 48%, 100% 48%, 100% 68%, 0 68%);
}

.ink-disc {
  position: absolute;
  left: 50%;
  top: 96px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 330px;
  height: 330px;
  margin-left: -165px;
  text-align: center;
  background: #07070c;
  border: 10px solid #d7ff00;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #111, 0 0 0 17px #ff2bb4, 0 20px 0 #111;
  transform: rotate(-5deg);
}

.ink-disc span {
  color: #10edc5;
  font-size: 42px;
  line-height: 1;
}

.ink-disc strong {
  color: #fff200;
  font-size: 72px;
  line-height: 0.85;
  text-shadow: 5px 5px 0 #ff2bb4;
}

.ink-disc em {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

.ink-hero-shot {
  position: absolute;
  right: 8%;
  bottom: 130px;
  width: 420px;
  height: 240px;
  transform: rotate(5deg);
}

.ink-release {
  position: absolute;
  right: 8%;
  top: 385px;
  z-index: 4;
  padding: 10px 26px;
  color: #fff200;
  font-size: 32px;
  font-weight: 950;
  background: #111;
  border: 4px solid #fff;
  transform: rotate(-4deg);
}

.ink-primary {
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 4;
  display: inline-flex;
  transform: translateX(-50%) rotate(-1deg);
  padding: 16px 34px;
  color: #111;
  font-size: 20px;
  font-weight: 950;
  background: #fff7df;
  border: 5px solid #111;
  box-shadow: 8px 8px 0 #111;
}

.ink-primary.small {
  position: static;
  margin-top: 26px;
  transform: rotate(-1deg);
}

.ink-splat {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 180px;
  border-radius: 48% 52% 42% 58%;
}

.splat-a {
  left: 5%;
  top: 110px;
  background: #111;
}

.splat-b {
  right: 5%;
  top: 94px;
  background: #d7ff00;
  clip-path: polygon(0 30%, 100% 0, 58% 44%, 100% 100%, 36% 68%, 0 100%);
}

.splat-c {
  left: 15%;
  bottom: 90px;
  background: #6c42ff;
  clip-path: polygon(0 0, 100% 28%, 56% 58%, 90% 100%, 12% 72%);
}

.ink-info-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 18px 42px;
  color: #111;
  background: #fff7df;
  border-top: 6px solid #111;
  border-bottom: 6px solid #111;
}

.ink-info-strip div {
  min-height: 56px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

.ink-info-strip span,
.ink-info-strip strong {
  display: block;
}

.ink-info-strip span {
  color: #9b927f;
  font-size: 13px;
}

.ink-info-strip strong {
  font-size: 20px;
}

.ink-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 34px 54px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(24, 24, 28, 0.9)),
    repeating-linear-gradient(-18deg, transparent 0 18px, rgba(255, 255, 255, 0.05) 18px 36px);
}

.ink-mini-card,
.ink-movie-card,
.ink-menu-grid a {
  display: block;
  color: #111;
  background: #fff7df;
  border: 5px solid #111;
  box-shadow: 9px 9px 0 #111;
  transform: rotate(-1deg);
}

.ink-mini-card.hot {
  background: #fff200;
  transform: rotate(1.4deg);
}

.ink-mini-card .image-slot {
  aspect-ratio: 16 / 9;
  border: 0;
  box-shadow: none;
}

.ink-mini-card b,
.ink-mini-card small {
  display: block;
  padding: 0 18px;
}

.ink-mini-card b {
  margin-top: 14px;
  font-size: 26px;
}

.ink-mini-card small {
  margin: 8px 0 18px;
  color: #3a3434;
  font-size: 14px;
  font-weight: 850;
}

.ink-movie,
.ink-menu,
.ink-information {
  padding: 70px 56px;
  background: #141418;
}

.ink-section-title {
  display: flex;
  align-items: end;
  gap: 22px;
  margin-bottom: 34px;
  color: #fff;
}

.ink-section-title span {
  color: #fff200;
  font-size: 56px;
  line-height: 0.85;
  text-shadow: 5px 5px 0 #111;
}

.ink-section-title strong {
  color: #d7ff00;
  font-size: 20px;
}

.ink-movie-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ink-movie-card {
  padding: 14px;
  background: #ff2bb4;
}

.ink-movie-card .image-slot {
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

.ink-movie-card b {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}

.ink-battle {
  position: relative;
  padding: 96px 56px 78px;
  color: #111;
  background:
    linear-gradient(90deg, rgba(255, 242, 0, 0.86), rgba(215, 255, 0, 0.9)),
    repeating-linear-gradient(-12deg, #111 0 16px, transparent 16px 34px);
  overflow: hidden;
}

.ink-diagonal {
  position: absolute;
  left: -40px;
  top: 22px;
  width: calc(100% + 80px);
  padding: 10px 0;
  color: #111;
  text-align: center;
  font-size: 24px;
  font-weight: 950;
  background: #d7ff00;
  border-top: 5px solid #111;
  border-bottom: 5px solid #111;
  transform: rotate(-3deg);
}

.ink-battle-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.ink-battle h1 {
  color: #111;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.95;
  text-shadow: 5px 5px 0 #fff;
}

.ink-battle p {
  margin-top: 22px;
  max-width: 620px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
}

.ink-battle-image {
  aspect-ratio: 16 / 9;
  transform: rotate(2deg);
}

.ink-menu {
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 43, 180, 0.32), transparent 20%),
    #0f0f13;
}

.ink-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.ink-menu-grid a {
  padding: 12px;
  background: #fff200;
}

.ink-menu-grid .image-slot {
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

.ink-menu-grid b {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}

.ink-information {
  background: #0d0d10;
}

.ink-information h2 {
  text-align: center;
  font-size: 44px;
}

.ink-information article {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  max-width: 920px;
  margin: 34px auto 0;
  padding: 26px;
  border: 5px solid #fff;
  background: #161620;
}

.ink-information .image-slot {
  aspect-ratio: 1 / 1;
  box-shadow: none;
}

.ink-information time {
  color: #fff200;
  font-size: 18px;
  font-weight: 950;
}

.ink-information h3 {
  margin-top: 10px;
  font-size: 28px;
}

.ink-information p {
  margin-top: 12px;
  color: #d5d0dd;
  font-size: 16px;
  line-height: 1.7;
}

.ink-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 42px;
  color: #111;
  background: #fff7df;
  border-top: 6px solid #111;
}

.ink-footer strong {
  font-size: 26px;
}

.ink-footer nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 950;
}

@media (max-width: 980px) {
  .ink-nav {
    grid-template-columns: 1fr auto;
  }

  .ink-nav nav {
    display: none;
  }

  .ink-hero {
    min-height: 780px;
  }

  .ink-disc {
    top: 82px;
    width: 250px;
    height: 250px;
    margin-left: -125px;
  }

  .ink-disc strong {
    font-size: 50px;
  }

  .ink-hero-shot {
    right: 50%;
    bottom: 150px;
    width: min(78vw, 420px);
    transform: translateX(50%) rotate(4deg);
  }

  .ink-info-strip,
  .ink-card-row,
  .ink-movie-track,
  .ink-battle-grid,
  .ink-menu-grid,
  .ink-information article {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(123, 44, 255, 0.24), transparent 27%),
    radial-gradient(circle at 82% 28%, rgba(25, 215, 221, 0.16), transparent 24%),
    linear-gradient(180deg, #161326 0%, #0b0a12 100%);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

body::selection {
  color: #fff;
  background: var(--purple);
}

body.home-page {
  background:
    radial-gradient(circle at 13% 10%, #ff2db7 0 18%, transparent 19%),
    radial-gradient(circle at 86% 8%, #20f0c8 0 12%, transparent 13%),
    linear-gradient(135deg, #26114c 0%, #101021 42%, #04151e 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1600px, calc(100% - 64px));
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid rgba(174, 120, 255, 0.34);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(26, 23, 39, 0.96), rgba(15, 14, 24, 0.98)),
    var(--bg-deep);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
}

.home-page .page-shell {
  border-color: rgba(255, 255, 255, 0.28);
  background: #0d0b17;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.52);
}

.home-page .site-header {
  background: rgba(10, 8, 18, 0.72);
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 78px;
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 950;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #fff;
  background: var(--purple);
  border-radius: 7px;
  box-shadow: 0 0 22px rgba(123, 44, 255, 0.62);
}

.main-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
}

.main-nav a,
.site-footer nav a {
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.main-nav a:hover,
.site-footer nav a:hover {
  color: #fff;
}

.nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  height: 40px;
  padding: 0 18px;
  color: #cfc8dc;
  font-size: 13px;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.03);
}

.main-nav a[aria-current="page"] {
  color: #fff;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.8fr);
  gap: 30px;
  min-height: 610px;
  padding: 88px 60px 72px;
  isolation: isolate;
}

.home-page .hero-section {
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 44%, #060611 0 19%, transparent 20%),
    linear-gradient(140deg, #ff2bae 0 24%, #8034ff 24% 45%, #16e4c3 45% 62%, #fff12e 62% 78%, #ff2bae 78% 100%);
}

.home-page .hero-section::before {
  background:
    radial-gradient(circle at 13% 18%, rgba(0, 0, 0, 0.9) 0 4%, transparent 4.2%),
    radial-gradient(circle at 18% 24%, rgba(0, 0, 0, 0.85) 0 2.4%, transparent 2.6%),
    radial-gradient(circle at 80% 18%, rgba(0, 0, 0, 0.9) 0 2%, transparent 2.2%),
    repeating-radial-gradient(circle at 30% 28%, rgba(0, 0, 0, 0.28) 0 2px, transparent 2px 12px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.03));
}

.home-page .hero-section::after {
  height: 190px;
  background:
    linear-gradient(90deg, transparent 0 14%, #13f1c6 14% 86%, transparent 86%),
    linear-gradient(180deg, transparent, rgba(13, 11, 23, 0.98));
  clip-path: polygon(0 44%, 8% 44%, 11% 31%, 14% 63%, 18% 28%, 21% 70%, 25% 34%, 29% 60%, 34% 44%, 100% 44%, 100% 100%, 0 100%);
  opacity: 0.95;
}

.home-page .hero-copy {
  position: relative;
  z-index: 2;
}

.home-page .hero-copy h1 {
  color: #fff12e;
  text-shadow:
    5px 5px 0 #000,
    10px 10px 0 #ff2bae,
    -4px -4px 0 #16e4c3;
  transform: rotate(-2deg);
}

.home-page .hero-copy p {
  max-width: 560px;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 0 #000;
}

.home-page .primary-btn {
  color: #05050a;
  background: #fff12e;
  border: 3px solid #000;
  box-shadow: 8px 8px 0 #000;
}

.home-page .secondary-btn {
  color: #fff;
  border: 3px solid #000;
  background: #ff2bae;
  box-shadow: 8px 8px 0 #000;
}

.pop-burst span {
  position: absolute;
  z-index: 1;
  display: block;
  background: #000;
  clip-path: polygon(0 45%, 100% 0, 64% 55%, 100% 100%);
}

.pop-burst span:nth-child(1) {
  right: 4%;
  top: 18%;
  width: 180px;
  height: 44px;
  transform: rotate(-28deg);
}

.pop-burst span:nth-child(2) {
  left: 4%;
  top: 28%;
  width: 160px;
  height: 38px;
  transform: rotate(22deg);
}

.pop-burst span:nth-child(3) {
  right: 18%;
  bottom: 28%;
  width: 190px;
  height: 40px;
  background: #fff12e;
  border: 3px solid #000;
  transform: rotate(24deg);
}

.pop-burst span:nth-child(4) {
  left: 42%;
  top: 9%;
  width: 92px;
  height: 92px;
  background: #35ff22;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-22deg);
}

.pop-orbit {
  position: absolute;
  top: 54px;
  right: 148px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 310px;
  height: 310px;
  color: #fff;
  text-align: center;
  background: #05050a;
  border: 9px solid #35ff22;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #111, 0 0 0 18px #ff2bae, 0 20px 0 #000;
  transform: rotate(-5deg);
}

.pop-orbit strong {
  color: #fff12e;
  font-size: 72px;
  line-height: 0.85;
  text-shadow: 4px 4px 0 #ff2bae;
}

.pop-orbit span {
  color: #16e4c3;
  font-size: 38px;
  font-weight: 950;
  text-shadow: 3px 3px 0 #000;
}

.home-page .image-slot-hero {
  z-index: 2;
  top: 165px;
  right: 74px;
  width: min(500px, 100%);
  height: 315px;
  border: 5px solid #000;
  box-shadow: 12px 12px 0 #000;
  transform: rotate(2deg);
}

.home-page .side-slots {
  z-index: 3;
  top: 118px;
  right: 0;
}

.home-page .mini-slot {
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #000;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 13, 25, 0.98) 0%, rgba(17, 15, 28, 0.78) 48%, rgba(17, 15, 28, 0.38) 100%),
    radial-gradient(circle at 68% 28%, rgba(25, 215, 221, 0.26), transparent 32%),
    radial-gradient(circle at 74% 72%, rgba(123, 44, 255, 0.28), transparent 30%);
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 14, 0.98));
}

.hero-copy {
  align-self: center;
  max-width: 600px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 620px;
  font-size: clamp(44px, 6.3vw, 78px);
  line-height: 0.98;
  font-weight: 950;
}

.hero-copy p {
  max-width: 520px;
  margin-top: 28px;
  color: #c7c0d4;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.primary-btn,
.secondary-btn,
.section-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 950;
  border-radius: 4px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.primary-btn,
.section-head a {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 14px 32px rgba(123, 44, 255, 0.28);
}

.primary-btn:hover,
.secondary-btn:hover,
.section-head a:hover {
  transform: translateY(-2px);
}

.secondary-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.03);
}

.primary-btn.compact {
  min-height: 46px;
  margin-top: 24px;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 430px;
}

.side-slots {
  position: absolute;
  top: 78px;
  right: 0;
  display: grid;
  gap: 18px;
}

.image-slot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #111;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.image-slot span {
  color: #111;
  font-size: clamp(34px, 8vw, 92px);
  font-weight: 950;
  line-height: 1;
}

.image-slot-hero {
  position: absolute;
  top: 0;
  right: 54px;
  width: min(420px, 100%);
  height: 500px;
  border-radius: 8px;
  transform: skewY(-1deg);
}

.mini-slot {
  width: 116px;
  height: 116px;
  border-radius: 6px;
}

.mini-slot span {
  font-size: 42px;
}

.feature-section,
.popular-section,
.highlight-section,
.faq-section {
  padding: 70px 60px;
}

.feature-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(18, 17, 28, 0.96), rgba(13, 12, 21, 0.98)),
    var(--bg-deep);
}

.home-page .feature-section {
  background:
    linear-gradient(90deg, #fff7df 0 24%, transparent 24% 76%, #fff7df 76% 100%),
    linear-gradient(135deg, #ff2bae 0 36%, #fff12e 36% 62%, #16e4c3 62% 100%);
}

.home-page .feature-section h2 {
  color: #fff;
  text-shadow: 4px 4px 0 #000;
}

.home-page .feature-card {
  border: 4px solid #000;
  background: #1b1928;
  box-shadow: 8px 8px 0 #000;
}

.home-page .feature-card h3 {
  color: #fff12e;
  text-shadow: 2px 2px 0 #000;
}

.home-page .feature-card p {
  color: #fff;
}

.home-page .feature-icon {
  border: 4px solid #000;
  box-shadow: none;
}

.home-page .highlight-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 45, 183, 0.32), transparent 24%),
    linear-gradient(135deg, #11101a 0 38%, #241257 38% 62%, #061b24 62% 100%);
}

.home-page .faq-section {
  background: #11101a;
}

.feature-section h2,
.faq-section h2 {
  text-align: center;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 950;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.feature-card {
  min-height: 0;
  padding: 18px 18px 24px;
  text-align: left;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(31, 29, 44, 0.78);
}

.feature-icon {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0 0 22px;
  border-radius: 7px;
}

.feature-icon span {
  font-size: clamp(48px, 5vw, 78px);
}

.feature-card h3 {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 950;
}

.feature-card p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.58;
}

.popular-section {
  background: #11101a;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-head h2 {
  max-width: 620px;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.04;
  font-weight: 950;
}

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

.entry-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(33, 30, 47, 0.86);
  transition: transform 160ms ease, border-color 160ms ease;
}

.works-shell {
  overflow: visible;
}

.works-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: 86px 60px 56px;
  background:
    radial-gradient(circle at 82% 10%, rgba(123, 44, 255, 0.22), transparent 30%),
    #11101a;
}

.works-hero h1 {
  max-width: none;
  font-size: clamp(50px, 8vw, 94px);
}

.works-hero p {
  max-width: 780px;
  margin-top: 22px;
  color: #c6bfce;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.works-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 0 60px 60px;
  background: #11101a;
}

.work-item {
  display: flex;
  flex-direction: column;
}

.work-item .entry-media {
  aspect-ratio: 1.55 / 1;
}

.work-item .entry-meta {
  margin-top: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 60px 72px;
  background: #11101a;
}

.page-btn,
.next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  border: 1px solid var(--line);
  background: rgba(33, 30, 47, 0.86);
}

.page-btn.is-current,
.page-btn:hover,
.next-btn:hover {
  border-color: transparent;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.student-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 0 60px 60px;
  background: #11101a;
}

.student-filters {
  display: grid;
  grid-template-columns: 180px 220px minmax(260px, 1fr) auto;
  gap: 14px;
  padding: 0 60px 28px;
  background: #11101a;
}

.student-filters label {
  display: grid;
  gap: 8px;
}

.student-filters span {
  color: #bcb5c8;
  font-size: 12px;
  font-weight: 900;
}

.student-filters select,
.student-filters input,
.student-filters button {
  width: 100%;
  height: 46px;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  border: 1px solid rgba(148, 94, 255, 0.36);
  background: rgba(33, 30, 47, 0.86);
  border-radius: 6px;
}

.student-filters select,
.student-filters input {
  padding: 0 14px;
}

.student-filters button {
  align-self: end;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  cursor: pointer;
}

.student-card {
  min-height: 230px;
  padding: 24px 20px 22px;
  border: 1px solid var(--line);
  background: rgba(33, 30, 47, 0.86);
  transition: transform 160ms ease, border-color 160ms ease;
}

.student-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.student-card .avatar {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.student-card .avatar span {
  font-size: 26px;
}

.student-card p {
  color: #bcb5c8;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.6;
}

.student-card h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 950;
}

.student-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
}

.gallery-shell {
  width: min(1920px, calc(100% - 48px));
  margin: 28px auto;
  overflow: hidden;
  background: #070817;
}

.gallery-dashboard {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 1234px;
  background:
    radial-gradient(circle at 60% 28%, rgba(123, 44, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #070817 0%, #121027 48%, #070817 100%);
}

.gallery-sidebar {
  padding: 56px 42px;
  border-right: 1px solid rgba(148, 94, 255, 0.28);
  background:
    radial-gradient(circle at 100% 20%, rgba(123, 44, 255, 0.18), transparent 32%),
    rgba(8, 9, 24, 0.9);
}

.sidebar-brand {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sidebar-nav {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.sidebar-nav a,
.sidebar-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  color: #d7d1e6;
  font-size: 14px;
  font-weight: 900;
}

.sidebar-nav a {
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.sidebar-nav span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 11px;
  background: rgba(123, 44, 255, 0.34);
  border-radius: 50%;
}

.sidebar-nav a.is-active,
.sidebar-nav a:hover {
  color: #fff;
  border-color: rgba(148, 94, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.sidebar-list {
  margin-top: 42px;
}

.sidebar-list h2 {
  margin: 0 0 18px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sidebar-list a {
  justify-content: space-between;
  min-height: 42px;
  color: #bcb5c8;
}

.sidebar-list a span {
  width: 22px;
  height: 22px;
  margin-right: -4px;
  background: #fff;
  border-radius: 50%;
}

.sidebar-list b {
  color: #fff;
  font-size: 12px;
}

.gallery-main {
  min-width: 0;
  padding: 48px 38px 76px;
  overflow: hidden;
}

.gallery-toolbar {
  display: grid;
  grid-template-columns: minmax(420px, 880px) 160px;
  gap: 18px;
  align-items: center;
  margin-bottom: 60px;
}

.gallery-search {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 26px;
  color: #9d96aa;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
}

.gallery-search span {
  font-size: 26px;
}

.gallery-search input {
  width: 100%;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  background: transparent;
  border: 0;
  outline: 0;
}

.gallery-search input::placeholder {
  color: #9d96aa;
}

.gallery-toolbar button {
  min-height: 66px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  border: 1px solid rgba(148, 94, 255, 0.35);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.gallery-hero-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(390px, 31%);
  gap: 34px;
  margin-bottom: 74px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.stream-card {
  min-width: 0;
}

.stream-media {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: none;
}

.stream-media span {
  font-size: clamp(46px, 4vw, 76px);
}

.stream-kicker {
  display: block;
  margin-top: 22px;
  color: #b9b1c9;
  font-size: 12px;
  font-weight: 850;
}

.stream-card h2 {
  margin-top: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 950;
}

.stream-card p {
  margin-top: 12px;
  color: #bcb5c8;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.stream-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 44px;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  border: 1px solid #fff;
  border-radius: 14px;
}

.stream-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 12px 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(90deg, rgba(123, 44, 255, 0.92), rgba(78, 36, 145, 0.82));
}

.stream-meta span {
  color: #ffe85a;
}

.gallery-block {
  margin-top: 44px;
}

.gallery-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.gallery-title h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 950;
}

.gallery-title p {
  margin-top: 8px;
  color: #9f98ac;
  font-size: 14px;
  font-weight: 700;
}

.gallery-title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 38px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  border-radius: 6px;
}

.stream-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 66px;
}

.stream-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stream-grid.all-works {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 46px;
}

.stream-grid.all-works .stream-kicker {
  margin-top: 14px;
  font-size: 11px;
}

.stream-grid.all-works .stream-card h2 {
  margin-top: 6px;
  font-size: 18px;
}

.stream-grid.all-works .stream-card p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
}

.stream-grid.all-works .stream-card > a {
  min-width: 96px;
  height: 34px;
  margin-top: 14px;
  font-size: 12px;
  border-radius: 12px;
}

.stream-grid.all-works .stream-media span {
  font-size: clamp(34px, 3vw, 54px);
}

.entry-card:hover,
.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.entry-media {
  aspect-ratio: 1.42 / 1;
  border-radius: 6px;
}

.entry-media span {
  font-size: 76px;
}

.entry-card h3 {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 950;
}

.entry-card p {
  margin-top: 8px;
  color: #b8b1c6;
  font-size: 13px;
  font-weight: 700;
}

.entry-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 14px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  background: linear-gradient(90deg, rgba(123, 44, 255, 0.78), rgba(78, 36, 145, 0.78));
}

.entry-meta span {
  color: #f8d64c;
}

.is-soon {
  opacity: 0.92;
}

.highlight-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  align-items: center;
  gap: 46px;
  background:
    radial-gradient(circle at 88% 22%, rgba(25, 215, 221, 0.16), transparent 28%),
    #171521;
}

.highlight-copy h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  font-weight: 950;
}

.highlight-copy p {
  margin-top: 20px;
  color: #c5bed2;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.72;
}

.highlight-media {
  min-height: 300px;
  border-radius: 10px;
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.avatar span {
  font-size: 26px;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 50px;
  align-items: start;
  background: #171521;
}

.faq-section h2 {
  text-align: left;
}

.faq-section > div > p {
  margin-top: 18px;
  color: #c4bdcf;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 14px;
}

details {
  border: 1px solid var(--line);
  background: rgba(33, 30, 47, 0.72);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-size: 16px;
  font-weight: 950;
}

details p {
  padding: 0 22px 22px;
  color: #c1b9ce;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.site-footer {
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto 32px;
  padding: 34px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  color: #c9c2d5;
}

.footer-inner > a:last-child {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 980px) {
  .page-shell,
  .site-footer {
    width: min(100% - 28px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .main-nav {
    display: none;
  }

  .hero-section,
  .highlight-section,
  .works-hero,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding: 62px 24px 50px;
  }

  .hero-art {
    min-height: 430px;
  }

  .image-slot-hero {
    left: 0;
    right: 76px;
    width: auto;
  }

  .feature-section,
  .popular-section,
  .highlight-section,
  .faq-section,
  .works-hero {
    padding: 54px 24px;
  }

  .feature-grid,
  .entry-grid,
  .works-gallery,
  .student-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works-gallery,
  .student-wall {
    padding: 0 24px 54px;
  }

  .student-filters {
    grid-template-columns: 1fr 1fr;
    padding: 0 24px 28px;
  }

  .student-search {
    grid-column: 1 / -1;
  }

  .pagination {
    padding: 0 24px 60px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .gallery-dashboard {
    grid-template-columns: 1fr;
  }

  .gallery-sidebar {
    display: none;
  }

  .gallery-main {
    padding: 30px 24px 54px;
  }

  .gallery-toolbar {
    grid-template-columns: 1fr;
  }

  .gallery-hero-row {
    grid-auto-columns: minmax(280px, 85%);
  }

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

  .site-footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .page-shell,
  .site-footer {
    width: 100%;
    margin-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .site-header {
    min-height: 70px;
  }

  .nav-search {
    min-width: 116px;
    padding: 0 12px;
  }

  .hero-actions,
  .section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-art {
    min-height: 340px;
  }

  .image-slot-hero {
    right: 54px;
    height: 330px;
  }

  .mini-slot {
    width: 78px;
    height: 78px;
  }

  .mini-slot span {
    font-size: 28px;
  }

  .feature-grid,
  .entry-grid,
  .works-gallery,
  .student-wall {
    grid-template-columns: 1fr;
  }

  .highlight-media {
    min-height: 220px;
  }

  .stream-grid,
  .stream-grid.compact {
    grid-template-columns: 1fr;
  }

  .student-filters {
    grid-template-columns: 1fr;
  }

  .gallery-title {
    align-items: stretch;
    flex-direction: column;
  }
}

.chaos-home .hero-monster {
  position: absolute;
  right: 12vw;
  top: 170px;
  z-index: 7;
  width: min(34vw, 560px);
  aspect-ratio: 1;
  border-radius: 42% 38% 45% 34%;
  transform: rotate(3deg);
}

.chaos-home .lab-main {
  position: absolute;
  left: 16%;
  top: 90px;
  z-index: 5;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border-radius: 42%;
}

.chaos-home .sketch-board {
  position: absolute;
}

.chaos-home .polaroids {
  position: absolute;
}

@media (max-width: 980px) {
  .chaos-home .hero-monster {
    left: 50%;
    right: auto;
    top: 440px;
    width: 72vw;
    transform: translateX(-50%) rotate(3deg);
  }

  .chaos-home .lab-main,
  .chaos-home .sketch-board,
  .chaos-home .polaroids {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 22px;
  }
}
