:root {
  --bg: #f7f2ff;
  --bg-warm: #fff8f1;
  --bg-cool: #eefaff;
  --text: #211a2f;
  --text-soft: #3c334e;
  --muted: #786f88;
  --glass: rgba(255, 255, 255, 0.58);
  --glass-soft: rgba(255, 255, 255, 0.42);
  --glass-strong: rgba(255, 255, 255, 0.76);
  --glass-border: rgba(255, 255, 255, 0.72);
  --glass-border-soft: rgba(139, 111, 255, 0.18);
  --lavender: #cdb8ff;
  --lavender-deep: #a992f2;
  --pink: #ffb8dc;
  --peach: #ffd2a6;
  --cyan: #bff4ff;
  --purple: #8d6bff;
  --lime: #b7ff2a;
  --panel: rgba(255, 255, 255, 0.58);
  --panel-soft: rgba(255, 255, 255, 0.42);
  --ink: var(--text);
  --text-on-dark: var(--text);
  --muted-dark: rgba(255, 255, 255, 0.54);
  --lime-hot: #39ff14;
  --violet: #7c3aed;
  --blue: var(--cyan);
  --shadow-soft: 0 24px 80px rgba(91, 65, 150, 0.18);
  --shadow-glass: 0 18px 48px rgba(104, 80, 180, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --shadow: var(--shadow-soft);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 320px;
  max-width: 100vw;
  overflow-x: clip;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 184, 220, 0.48), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(191, 244, 255, 0.54), transparent 34%),
    radial-gradient(circle at 52% 92%, rgba(205, 184, 255, 0.52), transparent 42%),
    linear-gradient(135deg, var(--bg-warm) 0%, var(--bg) 48%, var(--bg-cool) 100%);
  background-attachment: fixed;
  font-family: "DM Sans", system-ui, sans-serif;
}

body.has-star-intro {
  overflow: hidden;
}

.star-intro {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--star-intro-bg, #0d0d12);
  color: #fff;
  opacity: 1;
  animation: star-intro-in 360ms ease both;
}

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

.star-intro::before {
  inset: -18%;
  background:
    radial-gradient(circle at 50% 64%, var(--star-intro-glow, rgba(183, 255, 42, 0.24)), transparent 28%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(205, 184, 255, 0.16), transparent 22%);
  filter: blur(4px);
}

.star-intro::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 44%, rgba(0, 0, 0, 0.2) 100%);
}

.star-intro.is-leaving {
  pointer-events: none;
  animation: star-intro-out 520ms ease both;
}

.star-intro-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.star-intro-brand {
  position: absolute;
  z-index: 3;
  top: clamp(28px, 5vw, 58px);
  left: clamp(22px, 5vw, 82px);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0;
}

.star-intro-brand b {
  color: var(--lime);
}

.star-intro-copy {
  position: relative;
  z-index: 3;
  width: min(1040px, calc(100% - 56px));
  box-sizing: border-box;
  padding-inline: clamp(10px, 2.2vw, 30px);
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.18);
  animation: star-copy-in 700ms 120ms ease both;
}

.star-intro-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.star-intro-copy h1 {
  max-width: 100%;
  margin: 0 -0.18em;
  padding: 0.08em 0.18em 0.12em;
  color: #fff;
  background:
    linear-gradient(
      105deg,
      #ffffff 0%,
      #ffffff 30%,
      #ffb8dc 42%,
      #fff2fb 52%,
      #ffffff 64%,
      #ffd7ec 74%,
      #ffffff 100%
    );
  background-size: 230% 100%;
  background-position: 120% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2rem, 4.7vw, 4.7rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
  text-wrap: balance;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 24px rgba(255, 184, 220, 0.14), 0 0 54px rgba(255, 255, 255, 0.14);
  filter: drop-shadow(0 0 18px rgba(255, 184, 220, 0.2));
  animation: star-title-wave 1900ms ease-in-out infinite;
}

.star-intro-copy span {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 800;
  line-height: 1.32;
}

.star-intro-skip {
  position: absolute;
  z-index: 4;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(22px, 5vw, 70px);
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-weight: 900;
}

.star-intro-skip:hover {
  background: rgba(255, 255, 255, 0.16);
}

.star-intro-progress {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(26px, 5vw, 76px);
  width: 74px;
  height: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.star-intro-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.86);
  transform-origin: left center;
  animation: star-progress 2800ms linear both;
}

.star-intro-success .star-intro-progress span {
  background: var(--lime);
  animation-duration: 3600ms;
}

.star-intro-success .star-intro-brand b {
  color: #ffd2a6;
}

@keyframes star-intro-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes star-intro-out {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.018);
  }
}

@keyframes star-copy-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes star-title-wave {
  0% {
    background-position: 118% 50%;
    filter: drop-shadow(0 0 16px rgba(255, 184, 220, 0.18));
    text-shadow: 0 0 20px rgba(255, 184, 220, 0.1), 0 0 42px rgba(255, 255, 255, 0.12);
  }

  48% {
    filter: drop-shadow(0 0 30px rgba(255, 184, 220, 0.36));
    text-shadow: 0 0 34px rgba(255, 184, 220, 0.28), 0 0 72px rgba(255, 255, 255, 0.2);
  }

  100% {
    background-position: -118% 50%;
    filter: drop-shadow(0 0 16px rgba(255, 184, 220, 0.18));
    text-shadow: 0 0 20px rgba(255, 184, 220, 0.1), 0 0 42px rgba(255, 255, 255, 0.12);
  }
}

@keyframes star-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .star-intro,
  .star-intro-copy,
  .star-intro-copy h1,
  .star-intro-progress span {
    animation-duration: 0.001ms !important;
  }

  .star-intro-canvas {
    opacity: 0.35;
  }
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

@keyframes soft-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subscription-shell-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.985);
    filter: saturate(0.86);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

@keyframes subscription-piece-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes work-announcement-in {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: saturate(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: saturate(1);
  }
}

@keyframes work-announcement-shine {
  0% {
    transform: translateX(-130%) skewX(-14deg);
    opacity: 0;
  }

  18% {
    opacity: 0.7;
  }

  42% {
    transform: translateX(130%) skewX(-14deg);
    opacity: 0;
  }

  100% {
    transform: translateX(130%) skewX(-14deg);
    opacity: 0;
  }
}

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

.platform-shell {
  position: relative;
  isolation: isolate;
  width: min(100%, 1760px);
  margin: 0 auto;
  padding: 34px clamp(18px, 4vw, 74px) 138px;
  overflow-x: clip;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 40;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 22px;
  align-items: center;
  margin-bottom: 44px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 58px rgba(91, 65, 150, 0.12);
  backdrop-filter: blur(24px) saturate(1.22);
  -webkit-backdrop-filter: blur(24px) saturate(1.22);
}

.brand,
.ai-dsgn {
  display: inline-flex;
  align-items: center;
  width: max-content;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.brand {
  gap: 9px;
  padding: 0 6px;
  min-width: max-content;
  flex-wrap: nowrap;
  line-height: 1;
}

.brand-mark {
  flex: 0 0 auto;
  color: var(--violet);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1;
}

.brand-lab {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 9px 5px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.76rem;
  line-height: 1;
}

.top-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-self: center;
  max-width: 100%;
  gap: 5px;
  padding: 6px;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
}

.top-nav a,
.profile-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
}

.top-nav a {
  padding: 0 10px;
  color: rgba(5, 5, 5, 0.64);
  font-size: clamp(0.78rem, 0.86vw, 0.92rem);
  white-space: nowrap;
}

.top-nav a:hover,
.top-nav a.is-current {
  background: var(--glass-strong);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(91, 65, 150, 0.12);
}

.profile-pill {
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(91, 65, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.online-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime-hot);
  box-shadow: 0 0 16px rgba(57, 255, 20, 0.72);
}

.lab-hero {
  margin-bottom: 72px;
}

.hero-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1fr);
  gap: clamp(28px, 4vw, 68px);
  padding: clamp(42px, 5vw, 76px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.44)),
    radial-gradient(circle at 14% 14%, rgba(255, 184, 220, 0.42), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(191, 244, 255, 0.5), transparent 34%),
    radial-gradient(circle at 62% 96%, rgba(205, 184, 255, 0.5), transparent 38%);
  border: 1px solid var(--glass-border);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 34px 110px rgba(91, 65, 150, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(30px) saturate(1.32);
  -webkit-backdrop-filter: blur(30px) saturate(1.32);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 30px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.32), transparent 38%),
    radial-gradient(circle at 8% 100%, rgba(255, 210, 166, 0.26), transparent 36%);
  pointer-events: none;
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: 7%;
  top: -24%;
  width: 26%;
  height: 130%;
  border-radius: 42% 58% 48% 52%;
  background: linear-gradient(180deg, rgba(141, 107, 255, 0.48), rgba(255, 184, 220, 0.36), rgba(183, 255, 42, 0.32));
  filter: blur(1px);
  transform: rotate(8deg);
  opacity: 0.78;
  z-index: 1;
}

.hero-copy,
.phone-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.chapter-label {
  margin: 0 0 20px;
  color: inherit;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.86rem;
  font-weight: 700;
  opacity: 0.7;
}

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

h1,
h2,
h3 {
  font-family: "Unbounded", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(2.9rem, 5.4vw, 5.4rem);
  line-height: 0.93;
}

.hero-copy > p:not(.chapter-label):not(.hero-subtitle) {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
}

.hero-subtitle {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--text-soft);
  font-size: clamp(20px, 2rem, 30px);
  font-weight: 700;
  line-height: 1.25;
}

.hero-price {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 8px;
  padding: 6px 14px 7px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.92), rgba(218, 255, 132, 0.72)),
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.9), transparent 36%);
  color: var(--text);
  box-shadow:
    0 14px 34px rgba(143, 210, 24, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -8px 18px rgba(114, 169, 18, 0.14);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  font-weight: 900;
}

.hero-button {
  min-width: 300px;
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at 12% 0%, rgba(255, 184, 220, 0.38), transparent 42%);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(91, 65, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  font-size: 1.04rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-button:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(183, 255, 42, 0.34)),
    radial-gradient(circle at 92% 0%, rgba(141, 107, 255, 0.24), transparent 42%);
  box-shadow: 0 22px 60px rgba(91, 65, 150, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.phone-stage {
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.phone-frame {
  position: absolute;
  top: -24px;
  right: 13%;
  width: min(330px, 46%);
  aspect-ratio: 0.52;
  padding: 10px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 48px;
  background: #050505;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}

.phone-screen {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 35%, rgba(186, 255, 0, 0.5), transparent 22%),
    radial-gradient(circle at 63% 46%, rgba(139, 92, 246, 0.55), transparent 22%),
    #000;
  text-align: center;
  overflow: hidden;
}

.phone-screen span {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-style: italic;
  font-weight: 800;
  line-height: 0.7;
}

.phone-screen strong {
  width: max-content;
  margin: 4px auto 0;
  padding: 0 12px;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: clamp(1.4rem, 3vw, 2.35rem);
  font-style: italic;
  line-height: 1.05;
}

.phone-screen small {
  margin-top: 10px;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
}

.feature-stack {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 14px;
  width: min(650px, 100%);
}

.feature-stack div {
  min-height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 18px 46px rgba(91, 65, 150, 0.16);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  font-weight: 900;
  line-height: 1.06;
  overflow-wrap: anywhere;
  word-break: normal;
}

.feature-stack svg {
  width: 30px;
  height: 30px;
  color: var(--purple);
}

.resources-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 0.65fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 38px;
}

.resources-head h2,
.library-toolbar h2,
.hub-toolbar h2,
.account-preview h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.94;
}

.authors-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.avatar-pair {
  display: flex;
}

.avatar-pair span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 5px solid var(--lavender);
  border-radius: 50%;
  background: #e4e6ff;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
}

.avatar-pair span + span {
  margin-left: -16px;
  background: var(--panel);
  color: #fff;
}

.authors-note p {
  margin: 0;
  padding: 20px 24px;
  border-radius: 24px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  color: var(--text-soft);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.24);
  -webkit-backdrop-filter: blur(22px) saturate(1.24);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.18;
}

.prompt-library {
  margin-bottom: 88px;
}

.platform-hub {
  margin-bottom: 138px;
}

.hub-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 34px;
  align-items: end;
  margin-bottom: 40px;
}

.hub-toolbar > p {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.resources-head > *,
.hub-toolbar > *,
.subpage-copy,
.subpage-aside,
.subpage-section-head > *,
.section-material-card,
.tool-lane {
  min-width: 0;
}

.global-sections-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 38px);
}

.platform-card {
  position: relative;
  min-width: 0;
  min-height: 468px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 3.4vw, 56px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.68), transparent 28%),
    radial-gradient(circle at 15% 10%, rgba(255, 184, 220, 0.36), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(191, 244, 255, 0.42), transparent 32%),
    radial-gradient(circle at 80% 92%, rgba(205, 184, 255, 0.48), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 30px 88px rgba(91, 65, 150, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -28px 70px rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(30px) saturate(1.34);
  -webkit-backdrop-filter: blur(30px) saturate(1.34);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.platform-card::before {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -116px;
  z-index: 0;
  width: 320px;
  height: 320px;
  border-radius: 42% 58% 48% 52%;
  background: linear-gradient(135deg, rgba(141, 107, 255, 0.42), rgba(255, 184, 220, 0.34));
  filter: blur(1px);
  opacity: 0.88;
  pointer-events: none;
}

.platform-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 30px;
  right: 34px;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.08), rgba(141, 107, 255, 0.18));
  pointer-events: none;
}

.platform-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 40px 120px rgba(91, 65, 150, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.platform-card > * {
  position: relative;
  z-index: 1;
}

.platform-card > svg {
  position: absolute;
  z-index: 1;
  top: 34px;
  right: 36px;
  width: 48px;
  height: 48px;
  color: var(--purple);
  filter: drop-shadow(0 10px 24px rgba(141, 107, 255, 0.22));
}

.platform-card h3 {
  max-width: min(100%, 760px);
  margin: clamp(24px, 2vw, 34px) 0 clamp(18px, 1.4vw, 26px);
  padding-right: 70px;
  font-family: "DM Sans", "Inter", sans-serif;
  font-size: clamp(2.75rem, 3.85rem, 4.25rem);
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--text);
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
}

.platform-card p {
  max-width: 620px;
  margin: 0 0 clamp(22px, 2.2vw, 34px);
  color: var(--text-soft);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.38;
}

.platform-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  max-width: 760px;
  margin: 0 0 clamp(30px, 2.8vw, 42px);
  padding: 0;
  list-style: none;
}

.platform-card li,
.tool-badges span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.64);
  color: var(--text-soft);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 12px 32px rgba(91, 65, 150, 0.14);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.15;
}

.platform-card .tag {
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.54);
  color: var(--muted);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 12px 30px rgba(91, 65, 150, 0.12);
  backdrop-filter: blur(18px) saturate(1.32);
  -webkit-backdrop-filter: blur(18px) saturate(1.32);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  font-weight: 800;
}

.hub-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  min-height: 54px;
  margin-top: auto;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  box-shadow:
    0 18px 44px rgba(91, 65, 150, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hub-open:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 46px rgba(91, 65, 150, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.telegram-hub-open {
  gap: 9px;
  border-color: rgba(42, 171, 238, 0.45);
  background: #2aabee;
  color: #fff;
  box-shadow:
    0 16px 36px rgba(42, 171, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.telegram-hub-open:hover {
  background: #fff;
  color: #1a8ec8;
  box-shadow:
    0 18px 42px rgba(42, 171, 238, 0.24),
    0 0 28px rgba(42, 171, 238, 0.18);
}

.hub-open-muted {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.32);
  color: rgba(21, 18, 25, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hub-open svg {
  width: 18px;
  height: 18px;
}

.platform-card-video,
.platform-card-client {
  grid-column: span 6;
}

.platform-card-llm {
  grid-column: span 4;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at 20% 14%, rgba(205, 184, 255, 0.42), transparent 34%),
    radial-gradient(circle at 92% 20%, rgba(255, 184, 220, 0.32), transparent 34%);
}

.platform-card-prompts {
  grid-column: span 5;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at 16% 16%, rgba(183, 255, 42, 0.26), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(191, 244, 255, 0.42), transparent 34%);
}

.platform-card-terms {
  grid-column: span 3;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    radial-gradient(circle at 18% 18%, rgba(255, 210, 166, 0.48), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(205, 184, 255, 0.44), transparent 34%);
}

.platform-card-client::before {
  background: linear-gradient(135deg, rgba(141, 107, 255, 0.46), rgba(191, 244, 255, 0.32));
}

.platform-card-llm::before {
  background: linear-gradient(135deg, rgba(255, 184, 220, 0.42), rgba(205, 184, 255, 0.42));
}

.platform-card-prompts::before {
  width: 280px;
  background: linear-gradient(135deg, rgba(183, 255, 42, 0.34), rgba(141, 107, 255, 0.38));
}

.platform-card-terms::before {
  background: linear-gradient(135deg, rgba(255, 210, 166, 0.45), rgba(255, 184, 220, 0.36));
}

.tool-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
}

.tool-badges span {
  border-color: rgba(255, 255, 255, 0.68);
  color: var(--text-soft);
}

.hub-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.hub-utility a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.54);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 12px 30px rgba(91, 65, 150, 0.12);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hub-utility a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(91, 65, 150, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hub-utility svg {
  width: 21px;
  height: 21px;
}

.hub-subpage {
  background: var(--lavender);
}

.glossary-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 184, 220, 0.48), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(183, 255, 42, 0.2), transparent 24%),
    linear-gradient(135deg, #cdb8ff 0%, #efe8ff 52%, #dff7ff 100%);
}

.glossary-main {
  padding: clamp(38px, 7vw, 96px) 0 110px;
}

.glossary-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 86px);
}

.glossary-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.3rem, 7vw, 7.6rem);
  line-height: 0.88;
}

.glossary-hero > p {
  margin: 0 0 0.4rem;
  color: rgba(33, 26, 47, 0.7);
  font-size: clamp(1.08rem, 1.5vw, 1.48rem);
  font-weight: 900;
  line-height: 1.34;
}

.terms-library {
  max-width: 1180px;
}

.terms-section-title {
  margin: 0 0 22px;
  color: rgba(33, 26, 47, 0.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.terms-list {
  margin: 0;
}

.term-entry {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 72px);
  padding: clamp(24px, 3.4vw, 42px) 0;
  border-top: 1px solid rgba(33, 26, 47, 0.16);
}

.term-entry:last-child {
  border-bottom: 1px solid rgba(33, 26, 47, 0.16);
}

.term-entry dt {
  margin: 0;
}

.term-name {
  display: block;
  color: var(--lime);
  font-size: clamp(1.7rem, 3vw, 3.45rem);
  font-weight: 950;
  line-height: 0.98;
}

.term-entry:nth-child(3n + 2) .term-name {
  color: #ff5adf;
}

.term-entry:nth-child(3n + 3) .term-name {
  color: #7b4dff;
}

.term-translation {
  display: block;
  margin-top: 10px;
  color: rgba(33, 26, 47, 0.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.28;
}

.term-entry dd {
  margin: 0;
  color: rgba(33, 26, 47, 0.78);
  font-size: clamp(1.05rem, 1.42vw, 1.38rem);
  font-weight: 800;
  line-height: 1.46;
}

.term-entry p {
  margin: 0;
}

.term-entry p + p,
.term-entry p + ul,
.term-entry ul + p {
  margin-top: 14px;
}

.term-entry ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.1em;
}

.term-entry li::marker {
  color: var(--lime);
}

.term-example {
  color: rgba(33, 26, 47, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92em;
  font-weight: 700;
}

.subpage-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: end;
  margin-bottom: 28px;
  padding: clamp(30px, 5vw, 66px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 30%, rgba(186, 255, 0, 0.16), transparent 22rem),
    radial-gradient(circle at 76% 20%, rgba(139, 92, 246, 0.28), transparent 30rem),
    #050505;
  background-size: 120px 120px, 120px 120px, auto, auto, auto;
  color: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.subpage-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: -18%;
  width: 18%;
  height: 116%;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(186, 255, 0, 0.92), rgba(139, 92, 246, 0.86));
  opacity: 0.74;
  transform: rotate(9deg);
}

.subpage-copy,
.subpage-aside {
  position: relative;
  z-index: 2;
}

.subpage-copy h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.2vw, 4.4rem);
  line-height: 0.9;
  overflow-wrap: break-word;
}

.subpage-copy > p:not(.chapter-label) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.28;
}

.subpage-aside {
  display: grid;
  gap: 12px;
}

.subpage-aside span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 20px;
  background: rgba(133, 141, 210, 0.74);
  color: #fff;
  font-weight: 900;
}

.subpage-section {
  margin: 28px 0 88px;
}

.subpage-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px;
  align-items: end;
  margin-bottom: 18px;
}

.subpage-section-head h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.8vw, 5rem);
  line-height: 0.94;
}

.subpage-section-head p {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-weight: 900;
  line-height: 1.28;
}

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

.section-material-card {
  position: relative;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: #171717;
  color: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.section-material-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--lime), var(--purple));
  opacity: 0.86;
  transform: rotate(-14deg);
}

.section-material-card:hover {
  transform: translateY(-4px);
}

.section-material-card small {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 900;
  text-transform: uppercase;
}

.section-material-card h3 {
  position: relative;
  z-index: 2;
  margin: auto 0 18px;
  font-size: clamp(1.65rem, 2.4vw, 2.75rem);
  line-height: 0.96;
}

.section-material-card p {
  position: relative;
  z-index: 2;
  max-width: 92%;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.section-material-card .hub-open {
  position: relative;
  z-index: 2;
}

.section-material-card.is-placeholder {
  background: #f7f7fb;
  color: var(--ink);
}

.section-material-card.is-placeholder::after {
  background: rgba(139, 92, 246, 0.3);
}

.section-material-card.is-placeholder small,
.section-material-card.is-placeholder p {
  color: rgba(5, 5, 5, 0.58);
}

.section-material-card.is-soon {
  background:
    linear-gradient(145deg, rgba(19, 19, 22, 0.94), rgba(27, 24, 33, 0.9)),
    radial-gradient(circle at 88% 20%, rgba(168, 255, 30, 0.1), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  cursor: default;
  filter: saturate(0.58);
  opacity: 0.68;
}

.section-material-card.is-soon::after {
  background: rgba(255, 255, 255, 0.16);
  opacity: 0.38;
}

.section-material-card.is-soon:hover {
  transform: none;
}

.section-material-card.is-soon .section-material-cover img {
  filter: grayscale(0.22) brightness(0.78);
}

.section-material-card.is-soon small,
.section-material-card.is-soon h3,
.section-material-card.is-soon p {
  color: rgba(255, 255, 255, 0.72);
}

.soon-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 8px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.section-material-card.is-soon .hub-open-muted {
  min-height: 48px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  box-shadow: none;
}

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

.paid-lesson-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--text);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(91, 65, 150, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.paid-lesson-card:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 255, 42, 0.58);
  box-shadow: 0 24px 54px rgba(91, 65, 150, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.paid-lesson-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: rgba(23, 23, 23, 0.12);
}

.paid-lesson-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.paid-lesson-card small {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.paid-lesson-card h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.06;
}

.paid-lesson-card p {
  margin: 0 0 8px;
  color: var(--text-soft);
  font-weight: 800;
  line-height: 1.32;
}

.paid-lesson-card .hub-open {
  min-height: 42px;
  margin-top: auto;
  padding: 0 15px;
  font-size: 0.9rem;
}

.paid-lesson-card-featured {
  border-color: rgba(183, 255, 42, 0.34);
  background:
    radial-gradient(circle at 88% 12%, rgba(183, 255, 42, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(12, 12, 14, 0.96), rgba(24, 22, 34, 0.94));
  color: #fff;
}

.paid-lesson-card-featured img {
  aspect-ratio: 4 / 3;
}

.paid-lesson-card-featured small,
.paid-lesson-card-featured p {
  color: rgba(255, 255, 255, 0.68);
}

.paid-lesson-card-featured .hub-open {
  background: var(--lime);
  color: #050505;
}

.prompting-lesson-page {
  background:
    radial-gradient(circle at 8% 6%, rgba(183, 255, 42, 0.12), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(141, 107, 255, 0.12), transparent 28%),
    #050505;
  color: #fff;
}

.prompting-lesson {
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  padding-bottom: 96px;
}

.prompting-hero,
.prompting-section {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    repeating-linear-gradient(90deg, rgba(183, 255, 42, 0.06) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(191, 244, 255, 0.04) 0 1px, transparent 1px 64px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 26px 78px rgba(0, 0, 0, 0.24);
}

.prompting-hero {
  min-height: min(720px, calc(100vh - 144px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(28px, 5vw, 72px);
}

.prompting-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.prompting-hero-copy h1,
.prompting-section-intro h2 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", "Inter", system-ui, sans-serif;
  letter-spacing: 0;
}

.prompting-hero-copy h1 {
  max-width: min(100%, 820px);
  font-size: clamp(2.7rem, 6.2vw, 5.8rem);
  line-height: 0.92;
  overflow-wrap: anywhere;
}

.prompting-hero-copy > p:not(.chapter-label) {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 800;
  line-height: 1.42;
}

.prompting-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.prompting-hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  align-self: end;
}

.prompting-hero-panel span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(183, 255, 42, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prompting-section {
  padding: clamp(24px, 4vw, 48px);
}

.prompting-section-intro {
  max-width: 720px;
}

.prompting-section-intro.is-wide {
  max-width: 980px;
}

.prompting-section-intro h2 {
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  line-height: 0.96;
}

.prompting-section-intro > p:not(.chapter-label) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 750;
  line-height: 1.5;
}

.prompting-benefit-grid,
.prompting-structure-grid,
.prompting-token-grid,
.prompting-param-grid,
.prompting-checklist-list {
  display: grid;
  gap: 14px;
}

.prompting-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.prompting-benefit-grid article,
.prompting-structure-grid article,
.prompting-token-grid article,
.prompting-param-grid article,
.prompting-checklist-list article,
.prompting-full-prompt {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(15, 15, 17, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.prompting-benefit-grid article {
  min-height: 220px;
  padding: 20px;
}

.prompting-benefit-grid svg {
  width: 28px;
  height: 28px;
  color: var(--lime);
}

.prompting-benefit-grid h3,
.prompting-structure-grid h3,
.prompting-token-grid h3,
.prompting-param-grid h3,
.prompting-checklist-list h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.08;
}

.prompting-benefit-grid p,
.prompting-structure-grid p,
.prompting-token-grid p,
.prompting-param-grid p,
.prompting-checklist-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  line-height: 1.42;
}

.prompting-structure-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
}

.prompting-structure-grid article {
  padding: 20px;
}

.prompting-structure-grid span,
.prompting-example-steps span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
}

.prompting-example {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: start;
}

.prompting-example-copy {
  grid-column: 1 / -1;
  max-width: 860px;
}

.prompting-example-copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  line-height: 0.96;
}

.prompting-example-copy > p:not(.chapter-label) {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 750;
  line-height: 1.5;
}

.prompting-example-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: #101012;
}

.prompting-example-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.prompting-example-steps {
  display: grid;
  gap: 10px;
}

.prompting-example-steps article {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(15, 15, 17, 0.88);
}

.prompting-example-steps h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.14;
}

.prompting-example-steps p {
  grid-column: 2;
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.38;
}

.prompting-full-prompt {
  grid-column: 1 / -1;
  padding: 20px;
}

.prompting-full-prompt > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.prompting-full-prompt pre {
  width: 100%;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: rgba(255, 255, 255, 0.84);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.52;
}

.prompting-token-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.prompting-token-grid article {
  padding: 20px;
}

.prompting-token-grid h3 {
  color: var(--lime);
}

.prompting-token-grid p,
.prompting-checklist-list p {
  color: rgba(255, 255, 255, 0.74);
}

.prompting-param-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.prompting-param-grid article {
  min-height: 210px;
  padding: 20px;
}

.prompting-param-grid article.is-accent {
  background:
    radial-gradient(circle at 88% 10%, rgba(183, 255, 42, 0.18), transparent 34%),
    rgba(183, 255, 42, 0.1);
  border-color: rgba(183, 255, 42, 0.28);
}

.prompting-param-grid small {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.05rem;
  font-weight: 900;
}

.prompting-checklist-list {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 28px;
}

.prompting-checklist-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  gap: 14px;
  padding: 20px;
}

.prompting-checklist-list span {
  grid-column: 2;
  grid-row: 1 / 3;
  justify-self: end;
  align-self: start;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
}

.prompting-checklist-list h3,
.prompting-checklist-list p {
  grid-column: 1;
}

@media (min-width: 1520px) {
  .paid-lesson-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.prompts-styles-page .subpage-hero {
  min-height: 300px;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.4fr);
  align-items: center;
  margin-bottom: 18px;
  padding: clamp(24px, 3.2vw, 42px);
  background:
    linear-gradient(rgba(36, 29, 58, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 29, 58, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, rgba(183, 255, 42, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(230, 216, 255, 0.82));
  background-size: 120px 120px, 120px 120px, auto, auto;
  color: var(--ink);
}

.prompts-styles-page .subpage-hero::after {
  right: 7%;
  top: -24%;
  width: 12%;
  height: 132%;
  opacity: 0.82;
}

.prompts-styles-page .subpage-copy h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 4.15vw, 4.9rem);
}

.prompts-styles-page .subpage-copy > p:not(.chapter-label) {
  max-width: 600px;
  color: rgba(36, 29, 58, 0.72);
  font-size: clamp(0.96rem, 1vw, 1.05rem);
}

.prompts-styles-page .subpage-aside {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.prompts-styles-page .subpage-aside span {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(36, 29, 58, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.prompts-styles-page .subpage-section {
  margin: 20px 0 76px;
}

.prompts-styles-page .section-material-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.prompts-styles-page .section-material-card {
  height: 100%;
  min-height: 260px;
  padding: 22px;
}

.prompts-styles-page .prompt-collection-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #141416;
}

.prompts-styles-page .prompt-collection-card::after {
  display: none;
}

.prompt-featured-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: clamp(20px, 3.8vw, 54px);
  align-items: stretch;
  margin: clamp(48px, 6vw, 64px) 0;
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 14%, rgba(183, 255, 42, 0.18), transparent 29%),
    radial-gradient(circle at 90% 82%, rgba(127, 70, 245, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(15, 15, 17, 0.98), rgba(28, 24, 38, 0.96));
  color: #fff;
  overflow: hidden;
  box-shadow: 0 28px 74px rgba(36, 29, 58, 0.22);
}

.prompt-featured-media {
  position: relative;
  order: 2;
  min-height: 340px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(183, 255, 42, 0.1), transparent 38%),
    #111114;
}

.prompt-featured-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.prompt-featured-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.prompt-featured-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  padding: clamp(8px, 2vw, 24px);
}

.prompt-featured-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.prompt-featured-content h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.96;
}

.prompt-featured-content > p:not(.prompt-featured-label) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(0.96rem, 1.15vw, 1.08rem);
  font-weight: 700;
  line-height: 1.38;
}

.prompt-featured-password {
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(183, 255, 42, 0.46);
  border-radius: var(--radius-pill);
  background: rgba(183, 255, 42, 0.1);
  color: #fff;
  font: inherit;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(183, 255, 42, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.prompt-featured-password span,
.prompt-featured-password strong {
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  line-height: 1.1;
}

.prompt-featured-password span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.prompt-featured-password strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.prompt-featured-password svg {
  width: 18px;
  height: 18px;
  color: var(--lime);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.prompt-featured-password:hover,
.prompt-featured-password:focus-visible,
.prompt-featured-password.is-copied {
  border-color: rgba(183, 255, 42, 0.8);
  background: rgba(183, 255, 42, 0.16);
  box-shadow: 0 18px 42px rgba(183, 255, 42, 0.18);
  transform: translateY(-1px);
}

.prompt-featured-password:hover svg,
.prompt-featured-password:focus-visible svg,
.prompt-featured-password.is-copied svg {
  opacity: 1;
  transform: translateX(0);
}

.prompt-featured-cta {
  min-height: 58px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: #050505;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 20px 48px rgba(183, 255, 42, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.prompt-featured-cta svg {
  width: 20px;
  height: 20px;
}

.prompt-featured-cta:hover,
.prompt-featured-cta:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 24px 58px rgba(183, 255, 42, 0.34);
}

.prompts-styles-page .section-material-cover {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.prompts-styles-page .prompt-collection-card .section-material-cover {
  aspect-ratio: 4 / 3;
  margin: 14px 0 16px;
}

.prompts-styles-page .section-material-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.prompts-styles-page .prompt-collection-card h3 {
  margin: 0 0 12px;
}

.prompts-styles-page .section-material-card h3 {
  margin: auto 0 14px;
  font-size: clamp(1.25rem, 1.55vw, 2rem);
}

.prompts-styles-page .section-material-card p {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: 0.92rem;
}

.help-prompts-note {
  margin: 0 0 16px;
  border: 1px solid rgba(183, 255, 42, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(183, 255, 42, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(15, 15, 17, 0.96), rgba(27, 24, 35, 0.94));
  color: #fff;
  box-shadow: 0 22px 58px rgba(36, 29, 58, 0.16);
  overflow: hidden;
}

.help-prompts-note > summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "kicker title toggle"
    "desc desc desc";
  column-gap: 16px;
  row-gap: 10px;
  align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.help-prompts-note > summary::-webkit-details-marker,
.help-prompt-item details > summary::-webkit-details-marker {
  display: none;
}

.help-prompts-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(183, 255, 42, 0.42);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.1);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.help-prompts-kicker {
  grid-area: kicker;
}

.help-prompts-note > summary strong {
  grid-area: title;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  line-height: 1.08;
}

.help-prompts-note > summary em {
  grid-area: desc;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.66);
  font-style: normal;
  font-weight: 800;
  line-height: 1.28;
}

.help-prompts-toggle {
  grid-area: toggle;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 16px 38px rgba(183, 255, 42, 0.22);
}

.help-prompts-note[open] .help-prompts-toggle {
  background: #fff;
  font-size: 0;
}

.help-prompts-note[open] .help-prompts-toggle::after {
  content: "Свернуть";
  font-size: 0.95rem;
}

.help-prompts-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 0 18px 18px;
}

.help-prompts-group {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.help-prompts-group-identity {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.help-prompts-group-upscale {
  padding: 0;
  border: 0;
  background: transparent;
}

.help-prompts-group h3 {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.help-prompt-item {
  min-width: 0;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  animation: helpPromptFadeUp 0.42s ease both;
}

.help-prompt-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 48px;
}

.help-prompt-row span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(183, 255, 42, 0.12);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
}

.help-prompt-row strong {
  min-width: 0;
  min-height: 2.28em;
  display: -webkit-box;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.12;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.help-prompt-copy.copy-prompt {
  position: static;
  width: 40px;
  height: 40px;
  border-color: rgba(255, 255, 255, 0.26);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
}

.help-prompt-actions {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: start;
  margin-top: auto;
}

.help-prompt-item details {
  position: relative;
  min-width: 0;
  margin-top: 0;
}

.help-prompt-item details > summary {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.help-prompt-item details[open] {
  margin-top: 0;
}

.help-prompt-item details[open] > summary {
  background: rgba(183, 255, 42, 0.12);
  color: var(--lime);
}

.help-prompt-item details[open]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 8px;
  bottom: 0;
  height: 28px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(to bottom, rgba(19, 19, 22, 0), rgba(19, 19, 22, 0.94));
  pointer-events: none;
}

.help-prompt-item pre {
  max-height: 340px;
  margin: 10px 0 0;
  padding: 12px 14px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.42);
  color: rgba(255, 255, 255, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.42;
  scrollbar-color: rgba(183, 255, 42, 0.28) rgba(255, 255, 255, 0.055);
  scrollbar-width: thin;
  white-space: pre-wrap;
}

.help-prompt-item pre::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.help-prompt-item pre::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.help-prompt-item pre::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.help-prompt-item pre::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.28);
}

.help-prompt-item pre::-webkit-scrollbar-thumb:hover {
  background: rgba(183, 255, 42, 0.46);
}

.help-prompts-text-block {
  grid-column: 1 / -1;
  max-width: 1080px;
  display: grid;
  gap: 7px;
  padding: 4px 2px 6px;
  color: rgba(255, 255, 255, 0.72);
  animation: helpPromptFadeUp 0.42s ease both;
}

.help-prompts-text-block h4 {
  margin: 0 0 4px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.45rem);
  line-height: 1.08;
}

.help-prompts-text-block p {
  margin: 0;
  font-weight: 800;
  line-height: 1.38;
}

.help-prompts-text-block b {
  color: var(--lime);
}

.help-prompts-text-block code {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1.25;
}

.help-prompts-warning {
  max-width: 1180px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.8);
}

@keyframes helpPromptFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .prompt-featured-showcase {
    grid-template-columns: 1fr;
    margin: clamp(40px, 8vw, 56px) 0;
  }

  .prompt-featured-media {
    order: 1;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .prompt-featured-content {
    order: 2;
  }

  .top-service-media {
    grid-template-columns: 1fr;
  }

  .help-prompts-note > summary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "kicker toggle"
      "title title"
      "desc desc";
  }

  .help-prompts-note > summary strong,
  .help-prompts-note > summary em {
    grid-column: auto;
  }

  .help-prompts-toggle {
    grid-column: auto;
    grid-row: auto;
  }

  .help-prompts-body {
    grid-template-columns: 1fr;
  }

  .help-prompts-group,
  .help-prompts-group-identity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .help-prompts-note > summary {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "desc"
      "toggle";
    align-items: start;
  }

  .help-prompts-toggle {
    width: max-content;
  }

  .help-prompts-body {
    padding: 0 10px 10px;
  }

  .help-prompts-group {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}

@media (max-width: 1280px) {
  .prompts-styles-page .section-material-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .prompts-styles-page .section-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .prompts-styles-page .subpage-hero,
  .prompts-styles-page .subpage-aside,
  .prompts-styles-page .section-material-grid {
    grid-template-columns: 1fr;
  }

  .prompt-featured-showcase {
    margin: 36px 0;
    padding: 14px;
    border-radius: 24px;
  }

  .prompt-featured-media {
    border-radius: 18px;
  }

  .prompt-featured-content {
    gap: 14px;
    padding: 6px 4px 10px;
  }

  .prompt-featured-content h2 {
    font-size: clamp(1.82rem, 10vw, 2.45rem);
  }

  .prompt-featured-password,
  .prompt-featured-cta {
    width: 100%;
  }

  .prompt-featured-password {
    min-height: 0;
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .prompts-styles-page .subpage-hero {
    min-height: 0;
  }

  .prompts-styles-page .subpage-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.55rem);
  }

}

.gpts-skills-section {
  scroll-margin-top: 120px;
}

.micro-nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 16px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.46);
  color: rgba(5, 5, 5, 0.68);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(18px) saturate(1.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.22);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
}

.micro-nav a {
  color: var(--ink);
}

.micro-nav a:hover {
  color: var(--violet);
}

.gpts-catalog {
  display: grid;
  gap: 16px;
}

.gpt-agents-block {
  display: grid;
  gap: 14px;
  scroll-margin-top: 120px;
}

.gpt-agents-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1fr) minmax(0, 0.42fr);
  gap: 20px;
  align-items: start;
  padding: clamp(22px, 3vw, 30px);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(20px) saturate(1.24);
  -webkit-backdrop-filter: blur(20px) saturate(1.24);
}

.gpt-agents-guide > * {
  min-width: 0;
}

.gpt-agents-guide h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.gpt-agents-guide ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.gpt-agents-guide li,
.gpt-agents-guide > p {
  color: rgba(5, 5, 5, 0.66);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.36;
}

.gpt-agents-guide > p {
  margin: 0;
}

.gpt-agents-guide strong {
  color: var(--ink);
  font-weight: 900;
}

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

.gpt-agent-card {
  min-width: 0;
  min-height: 220px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  background: #f7f7fb;
  color: #050505;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.gpt-agent-card:hover {
  transform: translateY(-4px);
  background: var(--lime);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.24), 0 18px 60px rgba(183, 255, 42, 0.18);
}

.gpt-agent-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #050505;
  color: #fff;
  transition: background 180ms ease, color 180ms ease;
}

.gpt-agent-card:hover .gpt-agent-icon {
  background: #fff;
  color: #050505;
}

.gpt-agent-icon svg {
  width: 32px;
  height: 32px;
}

.gpt-agent-copy {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.gpt-agent-copy small {
  color: rgba(5, 5, 5, 0.5);
  font-weight: 900;
  text-transform: uppercase;
}

.gpt-agent-copy h3 {
  margin: 0;
  color: #050505;
  font-size: clamp(1.45rem, 2.3vw, 2.45rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.gpt-agent-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.34;
}

.gpt-agent-card .hub-open {
  width: max-content;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(183, 255, 42, 0.88);
  color: #050505;
  box-shadow:
    0 14px 34px rgba(143, 210, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.gpt-agent-card:hover .hub-open {
  background: #fff;
}

.gpt-agent-video-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 14px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: #171717;
  color: #fff;
  box-shadow: var(--shadow);
}

.gpt-agent-video-shell {
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border-radius: 22px;
  background: #050505;
  overflow: hidden;
}

.gpt-agent-video-shell iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.gpt-agent-video-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8px;
}

.gpt-agent-video-copy h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.gpt-agent-video-copy p:not(.chapter-label) {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.34;
}

.gpt-agent-video-copy .hub-open {
  width: max-content;
  min-height: 48px;
  padding: 0 18px;
}

.skill-kit-card {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-lg);
  background: #171717;
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.skill-kit-card[open] {
  background: #0d0d0f;
}

.skill-kit-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  cursor: pointer;
  list-style: none;
}

.skill-kit-summary::-webkit-details-marker {
  display: none;
}

.skill-kit-summary:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: -6px;
}

.skill-kit-copy {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.skill-kit-copy small {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 900;
  text-transform: uppercase;
}

.skill-kit-copy strong {
  max-width: 880px;
  font-size: clamp(1.65rem, 3.2vw, 3.35rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.skill-kit-copy span {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.36;
}

.skill-kit-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: #050505;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease;
}

.skill-kit-action svg {
  width: 19px;
  height: 19px;
  transition: transform 180ms ease;
}

.skill-kit-card[open] .skill-kit-action {
  background: #fff;
}

.skill-kit-card[open] .skill-kit-action svg {
  transform: rotate(180deg);
}

.skill-kit-detail {
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  padding: 0 clamp(18px, 3vw, 34px) clamp(22px, 3vw, 34px);
}

.skill-video-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.3fr);
  gap: 22px;
  align-items: end;
  padding-top: clamp(18px, 3vw, 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.skill-video-shell {
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #050505;
  overflow: hidden;
}

.skill-video-shell video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #050505;
}

.skill-detail-caption h3,
.skill-block-head h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.skill-instruction,
.skill-downloads {
  padding-top: clamp(18px, 3vw, 30px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.skill-block-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.skill-instruction > p {
  max-width: 980px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.52;
}

.instruction-steps {
  display: grid;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.instruction-steps article {
  padding: clamp(18px, 3vw, 28px);
}

.instruction-steps article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.instruction-steps h4 {
  margin: 0 0 12px;
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.instruction-steps p,
.instruction-steps li {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.48;
}

.instruction-steps p {
  max-width: 980px;
  margin: 0 0 10px;
}

.instruction-steps p:last-child {
  margin-bottom: 0;
}

.instruction-steps ul {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding-left: 20px;
}

.instruction-steps strong {
  color: #fff;
  font-weight: 900;
}

.skill-highlight {
  color: var(--lime);
  font-weight: 900;
}

.skill-note {
  color: rgba(183, 255, 42, 0.82);
  font-weight: 900;
}

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

.skill-download-card {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.skill-download-card .download-copy strong {
  font-size: clamp(1.32rem, 2vw, 2rem);
  line-height: 1.04;
}

.skill-download-card .download-copy em {
  font-size: 0.96rem;
}

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

.tool-lane {
  min-height: 170px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.54);
}

.tool-lane h3 {
  margin: 0 0 14px;
  font-size: 1.45rem;
}

.tool-lane p {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-weight: 900;
  line-height: 1.24;
}

.library-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px;
  align-items: end;
  margin-bottom: 18px;
}

.search-panel {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.search-panel svg {
  width: 21px;
  height: 21px;
}

.search-panel input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
}

.search-panel input::placeholder {
  color: rgba(5, 5, 5, 0.45);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.filter-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 999px;
  background: transparent;
  color: rgba(5, 5, 5, 0.64);
  font-weight: 900;
}

.filter-button:hover,
.filter-button.is-active {
  background: var(--panel);
  color: #fff;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.resource-card {
  position: relative;
  min-height: 368px;
  padding: 30px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--panel);
  color: var(--text-on-dark);
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
}

.resource-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 72%, rgba(139, 92, 246, 0.24), transparent 28%),
    var(--panel);
}

.resource-card h3 {
  position: relative;
  z-index: 3;
  max-width: 92%;
  margin: 22px 0 18px;
  font-size: clamp(1.45rem, 1.9vw, 2.05rem);
  line-height: 0.98;
}

.resource-card p {
  position: relative;
  z-index: 3;
  max-width: 94%;
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.22;
}

.tag {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.92rem;
  font-weight: 900;
}

.card-image {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: -28px;
  width: 55%;
  aspect-ratio: 0.82;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #c9d2ff);
  transform: rotate(-12deg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.card-image::before,
.card-image::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.card-image::before {
  inset: 12%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85), transparent 62%);
}

.card-image::after {
  width: 58%;
  height: 58%;
  right: -10%;
  bottom: -8%;
  background: var(--lime);
  filter: blur(3px);
}

.image-portrait {
  background-image: url("https://static.tildacdn.com/tild3964-3865-4435-a536-666437353338/Group_1171275181.png");
}

.image-liquid {
  background-image: url("https://static.tildacdn.com/tild6234-3865-4465-a562-396565633338/Group_1171275182.png");
}

.image-magazine {
  background-image: url("https://static.tildacdn.com/tild6630-3436-4430-b266-383337333435/Frame_2087325584.png");
}

.image-texture {
  background-image: url("https://static.tildacdn.com/tild6638-6538-4864-b161-396130653061/Mask_group-1.png");
}

.image-pose {
  background-image: url("https://static.tildacdn.com/tild3465-6431-4064-a339-623465613863/Mask_grodup.png");
}

.image-bag {
  background-image: url("https://static.tildacdn.com/tild3731-3062-4830-b262-653162613937/Mask_group.png");
}

.image-holiday {
  background-image: url("https://static.tildacdn.com/tild3065-3535-4533-b832-393632663464/Mask_group.png");
}

.image-device {
  background-image: url("https://static.tildacdn.com/tild6138-3839-4339-a234-333930643939/Mask_group.png");
}

.image-robot {
  background-image: url("https://static.tildacdn.com/tild6231-3164-4336-a363-316638343766/Group_1171275305.png");
}

.image-fisheye {
  width: 112%;
  height: 90%;
  right: -10%;
  bottom: -10%;
  transform: rotate(-8deg);
  background-image: url("https://static.tildacdn.com/tild3831-3864-4166-b230-653164323131/Mask_group.png");
}

.image-product {
  background-image: url("https://static.tildacdn.com/tild3036-6537-4430-a363-663461306239/Mask_gr3oup.png");
}

.image-video {
  background-image: url("https://static.tildacdn.com/tild3863-3361-4864-a232-393935663836/Mask_group.png");
}

.image-client {
  background:
    linear-gradient(120deg, rgba(186, 255, 0, 0.86) 0 22%, transparent 22% 100%),
    linear-gradient(300deg, rgba(139, 92, 246, 0.86) 0 30%, transparent 30% 100%),
    linear-gradient(135deg, #050505 0 48%, #ffffff 48% 55%, #171717 55% 100%);
}

.image-free-materials {
  background:
    linear-gradient(135deg, #ffffff 0 32%, #baff00 32% 48%, #8b5cf6 48% 64%, #151515 64% 100%);
}

.image-free-video {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0 14px, transparent 14px 28px),
    linear-gradient(135deg, #050505 0 38%, #baff00 38% 58%, #8b5cf6 58% 100%);
}

.image-cinema {
  background:
    repeating-linear-gradient(90deg, #101010 0 18px, #ffffff 18px 26px),
    linear-gradient(135deg, #090909, #baff00);
}

.image-mid {
  background-image: url("https://static.tildacdn.com/tild3964-6261-4331-b630-623165376532/20240358.png");
}

.image-threads {
  background-image: url("https://static.tildacdn.com/tild3466-6363-4030-a265-316638633033/20240357.png");
}

.image-portrait::before,
.image-portrait::after,
.image-liquid::before,
.image-liquid::after,
.image-magazine::before,
.image-magazine::after,
.image-texture::before,
.image-texture::after,
.image-pose::before,
.image-pose::after,
.image-bag::before,
.image-bag::after,
.image-holiday::before,
.image-holiday::after,
.image-device::before,
.image-device::after,
.image-robot::before,
.image-robot::after,
.image-fisheye::before,
.image-fisheye::after,
.image-product::before,
.image-product::after,
.image-video::before,
.image-video::after,
.image-client::before,
.image-client::after,
.image-free-materials::before,
.image-free-materials::after,
.image-free-video::before,
.image-free-video::after,
.image-mid::before,
.image-mid::after,
.image-threads::before,
.image-threads::after {
  display: none;
}

.resource-card:hover,
.resource-card.is-featured {
  color: #fff;
}

.resource-card:hover .tag,
.resource-card.is-featured .tag {
  border-color: rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.66);
}

.resource-card:hover h3,
.resource-card.is-featured h3 {
  max-width: 100%;
  padding: 34px 30px;
  border-radius: 22px;
  background: rgba(18, 18, 18, 0.28);
  backdrop-filter: blur(16px);
}

.resource-card:hover p,
.resource-card.is-featured p {
  opacity: 0;
}

.open-bubble {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 56%;
  width: 156px;
  height: 156px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  transition: opacity 180ms ease, transform 180ms ease;
}

.resource-card:hover .open-bubble,
.resource-card.is-featured .open-bubble {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.resource-card.is-hidden {
  display: none;
}

.is-soon {
  background: #8f97db;
  cursor: default;
}

.is-soon::before {
  background: #8f97db;
}

.is-soon h3,
.is-soon p {
  color: #fff;
}

.soon-circle {
  position: absolute;
  left: 50%;
  top: 58%;
  z-index: 2;
  width: min(68%, 270px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.topic-detail {
  margin: 86px 0;
  color: #fff;
}

.topic-detail.is-hidden {
  display: none;
}

.topic-hero {
  min-height: 100svh;
  padding: clamp(26px, 4vw, 58px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(186, 255, 0, 0.14), transparent 22rem),
    radial-gradient(circle at 76% 22%, rgba(139, 92, 246, 0.22), transparent 28rem),
    #050505;
  background-size: 120px 120px, 120px 120px, auto, auto, auto;
  overflow: hidden;
}

.topic-backbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(40px, 7vw, 96px);
}

.topic-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.topic-close,
.topic-menu {
  min-width: 170px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: #fff;
  font-weight: 900;
}

.topic-close {
  background: #3a3a3a;
}

.topic-menu {
  background: #fff;
  color: #050505;
}

.topic-close svg,
.topic-menu svg {
  width: 19px;
  height: 19px;
}

.topic-close:hover {
  background: var(--lime);
  color: #050505;
}

.topic-menu:hover {
  background: var(--lime);
}

.topic-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.45fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: center;
}

.topic-copy {
  min-width: 0;
}

.topic-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 1.08rem;
  font-weight: 900;
}

.topic-copy h2 {
  max-width: min(100%, 920px);
  margin: 0 0 28px;
  font-size: clamp(3.9rem, 7vw, 6.45rem);
  line-height: 0.88;
  color: #fff;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.topic-copy strong {
  display: block;
  max-width: 620px;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.topic-hero-download {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 0 26px;
  border-radius: 999px;
  color: #161022;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.96), rgba(218, 255, 132, 0.78)),
    radial-gradient(circle at 22% 10%, rgba(255, 255, 255, 0.88), transparent 38%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 18px 42px rgba(143, 210, 24, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -9px 18px rgba(114, 169, 18, 0.14);
  font-weight: 900;
}

.topic-hero-download svg {
  width: 19px;
  height: 19px;
}

.topic-hero-download:hover {
  transform: translateY(-2px);
}

.topic-preview img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
  transform: rotate(-3deg);
}

.topic-detail[data-topic-slug="cinematic-prompts"] .topic-preview {
  grid-template-columns: minmax(0, 0.68fr) minmax(460px, 0.9fr);
}

.topic-detail[data-topic-slug="cinematic-prompts"] .topic-copy h2 {
  font-size: clamp(3.2rem, 6.2vw, 5.65rem);
  line-height: 0.9;
}

.topic-detail[data-topic-slug="cinematic-prompts"] .topic-preview img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: 48% center;
  transform: none;
}

.prompt-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 28px 0 0;
  background: #050505;
}

.prompt-groups {
  display: grid;
  gap: 72px;
  padding: 32px clamp(18px, 4vw, 74px) 100px;
  background: #050505;
}

.prompt-group {
  min-width: 0;
  display: grid;
  gap: 20px;
}

.prompt-group-head {
  display: grid;
  gap: 10px;
  max-width: 860px;
}

.prompt-group-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.prompt-group-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.94;
  text-wrap: balance;
}

.prompt-group .prompt-wall {
  padding: 0;
}

.prompt-card {
  min-width: 0;
  color: #fff;
}

.prompt-card img {
  width: 100%;
  aspect-ratio: 0.76;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  background: #1a1a1a;
}

.prompt-card-wide {
  grid-column: 1 / -1;
}

.prompt-card-wide img {
  aspect-ratio: 21 / 9;
  object-fit: contain;
  background: #050505;
}

.prompt-card-wide .prompt-text {
  max-width: 900px;
}

.prompt-text {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px 4px 0;
}

.prompt-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.prompt-text h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
}

.prompt-text p {
  margin: 0;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 500;
  line-height: 1.12;
}

.copy-prompt {
  position: absolute;
  top: 14px;
  right: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 9px;
  background: transparent;
  color: #fff;
}

.copy-prompt svg {
  width: 18px;
  height: 18px;
}

.copy-prompt:hover,
.copy-prompt.is-copied {
  border-color: var(--lime);
  background: var(--lime);
  color: #050505;
}

.prompt-card-head .copy-prompt {
  position: static;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.46);
}

.fashion-pose-section {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
  padding: 32px clamp(18px, 4vw, 74px) 110px;
  background: #050505;
  color: #fff;
}

.fashion-pose-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.56fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  max-width: 1320px;
}

.fashion-pose-intro h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  line-height: 0.9;
  text-wrap: balance;
}

.fashion-pose-intro strong {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  font-weight: 500;
  line-height: 1.38;
}

.fashion-pose-series-list {
  display: grid;
  gap: clamp(38px, 5vw, 70px);
}

.fashion-pose-subsection {
  display: grid;
  gap: clamp(28px, 4vw, 50px);
  padding-top: clamp(16px, 3vw, 34px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fashion-pose-subsection-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.58fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: end;
  max-width: 1320px;
}

.fashion-pose-subsection-head h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 4.1rem);
  line-height: 0.95;
  text-wrap: balance;
}

.fashion-pose-subsection-head strong {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.42;
}

.fashion-pose-series {
  display: grid;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(183, 255, 42, 0.26);
}

.fashion-pose-series-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.fashion-pose-series-head p,
.fashion-pose-series-head h3 {
  margin: 0;
}

.fashion-pose-series-head p {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fashion-pose-series-head h3 {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
}

.fashion-pose-frame {
  margin: 0;
  display: flex;
  justify-content: center;
}

.fashion-pose-frame img {
  width: 100%;
  display: block;
  border-radius: 26px;
  background: #161616;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.34);
}

.fashion-pose-series.is-portrait .fashion-pose-frame img {
  width: min(560px, 100%);
}

.fashion-pose-prompt-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fashion-pose-prompt {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(183, 255, 42, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.fashion-pose-prompt:hover {
  transform: translateY(-2px);
  border-color: rgba(183, 255, 42, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(183, 255, 42, 0.2), transparent 36%),
    rgba(255, 255, 255, 0.085);
}

.fashion-pose-prompt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fashion-pose-prompt-head span {
  min-width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
}

.fashion-pose-prompt .copy-prompt {
  position: static;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.18);
}

.fashion-pose-prompt-title {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.18;
}

.fashion-pose-prompt p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.34;
}

@media (max-width: 980px) {
  .fashion-pose-intro,
  .fashion-pose-subsection-head {
    grid-template-columns: 1fr;
  }

  .fashion-pose-prompt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fashion-pose-section {
    padding-inline: 16px;
  }

  .fashion-pose-series-head {
    align-items: start;
    flex-direction: column;
  }

  .fashion-pose-frame img {
    border-radius: 18px;
  }

  .fashion-pose-prompt-grid {
    grid-template-columns: 1fr;
  }
}

.texture-topic-hero {
  min-height: auto;
  padding-bottom: clamp(38px, 6vw, 84px);
}

.texture-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.texture-hero-copy {
  max-width: 820px;
}

.texture-hero-copy h2 {
  font-size: clamp(2.9rem, 5.2vw, 5.9rem);
  line-height: 0.9;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.texture-hero-copy strong {
  max-width: 720px;
}

.creative-hero-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.38fr);
  align-items: end;
}

.creative-hero-copy h2 {
  max-width: 840px;
  font-size: clamp(3rem, 6.4vw, 6.9rem);
  white-space: normal;
  text-wrap: balance;
}

.creative-hero-copy strong {
  max-width: 760px;
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.34;
}

.creative-hero-media {
  width: min(100%, 420px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  align-self: center;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(183, 255, 42, 0.12), rgba(255, 255, 255, 0.035)),
    #0d0d0f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 30px 78px rgba(0, 0, 0, 0.28);
}

.creative-hero-media img,
.creative-hero-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.creative-hero-media.is-placeholder div {
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px dashed rgba(183, 255, 42, 0.42);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.creative-hero-media.is-placeholder svg {
  width: 30px;
  height: 30px;
  color: var(--lime);
}

.creative-hero-media.is-placeholder span {
  max-width: 180px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.texture-hero-collage {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: clamp(74px, 8.4vw, 142px);
  gap: clamp(10px, 1.4vw, 18px);
  min-width: 0;
}

.texture-collage-item-1 {
  grid-column: 1 / span 3;
  grid-row: span 2;
}

.texture-collage-item-2 {
  grid-column: 4 / span 3;
}

.texture-collage-item-3 {
  grid-column: 4 / span 2;
}

.texture-collage-item-4 {
  grid-column: 6 / span 1;
}

.texture-collage-item-5 {
  grid-column: 1 / span 2;
}

.texture-collage-item-6 {
  grid-column: 3 / span 2;
}

.texture-collage-item-7 {
  grid-column: 5 / span 2;
}

.texture-placeholder {
  width: 100%;
  min-width: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 238, 238, 0.94)),
    #fff;
  color: rgba(5, 5, 5, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 62px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.texture-placeholder span {
  max-width: 80%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
}

.texture-hero-collage img,
.texture-sketch-board img,
.texture-card img {
  width: 100%;
  display: block;
  background: #0d0d0f;
  object-fit: contain;
}

.texture-collage-item,
.texture-sketch-main,
.texture-preview-item,
.texture-sketch-near {
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 22px 62px rgba(0, 0, 0, 0.18);
}

.texture-hero-collage img,
.texture-sketch-board img {
  height: 100%;
}

.texture-effects-body {
  display: grid;
  gap: clamp(54px, 8vw, 116px);
  padding: 36px clamp(18px, 4vw, 74px) 108px;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

.texture-step {
  display: grid;
  grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.texture-step-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.texture-step-head {
  gap: 14px;
}

.texture-step-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
}

.texture-step-copy h3,
.texture-collection-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.5vw, 4.2rem);
  line-height: 0.96;
  text-wrap: balance;
}

.texture-step-copy p,
.texture-collection-head strong {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  font-weight: 600;
  line-height: 1.36;
}

.texture-step-visual {
  min-width: 0;
}

.texture-sketch-board {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.42fr);
  gap: 18px;
  align-items: stretch;
}

.texture-sketch-main {
  min-height: 430px;
  aspect-ratio: 1.25;
  background: #2d2d2d;
  object-fit: cover;
}

.texture-sketch-near {
  min-height: 430px;
  aspect-ratio: 0.527;
  object-fit: cover;
}

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

.texture-preview-item {
  aspect-ratio: 1;
  border-radius: 18px;
}

.texture-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.texture-step-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.texture-step-card-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.texture-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.texture-card-main {
  width: 100%;
  height: clamp(280px, 26vw, 430px);
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  background: #0d0d0f;
}

.texture-card img.texture-card-main {
  object-fit: cover;
}

.texture-card-prompt {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 4px 2px 0;
}

.texture-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.texture-card-prompt small {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.texture-card-prompt p {
  margin: 0;
  padding-right: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(0.78rem, 0.74vw, 0.9rem);
  font-weight: 600;
  line-height: 1.28;
}

.texture-card-prompt .copy-prompt {
  position: static;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.46);
}

.texture-reference {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: stretch;
  margin-top: auto;
}

.texture-reference span {
  color: rgba(255, 255, 255, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.texture-reference-image {
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  border-radius: 14px;
  background: #0d0d0f;
}

.texture-reference img.texture-reference-image {
  object-fit: cover;
}

.creative-effects-body {
  display: grid;
  gap: clamp(64px, 8vw, 124px);
  padding: 36px clamp(18px, 4vw, 74px) 108px;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

.creative-model-section {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.creative-model-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
}

.creative-model-intro-no-reference {
  grid-template-columns: 1fr;
}

.creative-reference-card {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.creative-reference-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  border-radius: 20px;
  background: #0d0d0f;
  object-fit: cover;
}

.creative-reference-card figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.creative-model-copy {
  min-width: 0;
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.creative-model-copy p {
  width: 96px;
  min-height: 48px;
  margin: 0;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.creative-model-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.15vw, 4.8rem);
  line-height: 0.92;
  text-wrap: balance;
}

.creative-model-copy strong {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  font-weight: 600;
  line-height: 1.42;
}

.creative-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.creative-card-grid.is-wide-grid {
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 72px);
}

.creative-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.creative-card.is-wide-card {
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.creative-card-image {
  width: 100%;
  height: clamp(260px, 24vw, 410px);
  aspect-ratio: 4 / 5;
  display: block;
  border-radius: 20px;
  background: #0d0d0f;
  object-fit: cover;
}

.creative-card-image-wide {
  height: auto;
  aspect-ratio: 21 / 9;
  border-radius: clamp(18px, 2vw, 30px);
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 45%, rgba(171, 255, 37, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(85, 62, 118, 0.28), rgba(9, 10, 12, 0.96));
}

.creative-card-copy {
  display: grid;
  gap: 10px;
  padding: 2px 2px 4px;
}

.creative-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.creative-card-head small {
  color: rgba(255, 255, 255, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.creative-card-head .copy-prompt {
  position: static;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.46);
}

.creative-card.is-wide-card .creative-card-copy {
  max-width: min(100%, 1180px);
  padding: 0;
}

.creative-card.is-wide-card .creative-card-head {
  padding-top: 2px;
}

.prompt-card-prompt,
.texture-prompt,
.creative-prompt {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.2);
}

.prompt-card-prompt summary,
.texture-prompt summary,
.creative-prompt summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.creative-prompt-inline {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.creative-prompt-inline span {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.prompt-card-prompt summary::-webkit-details-marker,
.texture-prompt summary::-webkit-details-marker,
.creative-prompt summary::-webkit-details-marker {
  display: none;
}

.prompt-card-prompt summary::marker,
.texture-prompt summary::marker,
.creative-prompt summary::marker {
  content: "";
}

.prompt-card-prompt summary::before,
.texture-prompt summary::before,
.creative-prompt summary::before {
  content: "\25B8";
  display: inline-block;
  margin-right: 5px;
  transition: transform 0.18s ease;
}

.prompt-card-prompt[open] summary::before,
.texture-prompt[open] summary::before,
.creative-prompt[open] summary::before {
  transform: rotate(90deg);
}

.prompt-card-prompt p,
.texture-prompt p,
.creative-prompt p,
.creative-missing-prompt {
  margin: 0;
  padding: 0 14px 14px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.creative-missing-prompt {
  padding: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.creative-prompt-inline p {
  padding: 0;
  max-width: 1120px;
}

.fisheye-effects-body {
  display: grid;
  gap: clamp(56px, 7vw, 104px);
  padding: 36px clamp(18px, 4vw, 74px) 108px;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

.fisheye-master-section,
.fisheye-magnific-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: start;
}

.fisheye-master-copy {
  display: grid;
  gap: 14px;
}

.fisheye-master-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 4.4rem);
  line-height: 0.95;
  text-wrap: balance;
}

.fisheye-master-copy p:not(.chapter-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 650;
  line-height: 1.42;
}

.fisheye-copy-panel,
.fisheye-master-prompt,
.fisheye-settings-card {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.fisheye-copy-grid {
  display: grid;
  gap: 14px;
}

.fisheye-copy-panel {
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fisheye-master-prompt:hover {
  border-color: rgba(255, 174, 226, 0.72);
  background: rgba(255, 174, 226, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 174, 226, 0.28),
    0 0 34px rgba(255, 174, 226, 0.22),
    0 26px 70px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

.fisheye-short-prompt:hover {
  border-color: rgba(183, 255, 42, 0.72);
  background: rgba(183, 255, 42, 0.075);
  box-shadow:
    0 0 0 1px rgba(183, 255, 42, 0.25),
    0 0 34px rgba(183, 255, 42, 0.2),
    0 26px 70px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

.fisheye-copy-panel h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.4vw, 1.55rem);
  line-height: 1.05;
}

.fisheye-copy-panel > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
}

.fisheye-short-prompt {
  background: rgba(255, 255, 255, 0.035);
}

.fisheye-master-prompt .copy-prompt,
.fisheye-copy-panel .copy-prompt,
.fisheye-card .copy-prompt {
  position: static;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.46);
}

.fisheye-reference-section,
.fisheye-pack-section,
.fisheye-magnific-section {
  display: grid;
  gap: 24px;
}

.fisheye-reference-grid,
.fisheye-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fisheye-reference-grid {
  grid-template-columns: repeat(2, minmax(190px, 280px));
  justify-content: start;
}

.fisheye-reference-card,
.fisheye-card {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.fisheye-reference-card {
  max-width: 280px;
}

.fisheye-model-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  min-width: 86px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.fisheye-reference-image,
.fisheye-card-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #0d0d0f;
  object-fit: cover;
}

.fisheye-reference-image {
  aspect-ratio: 4 / 5;
  max-height: 320px;
}

.fisheye-card-image {
  height: clamp(260px, 24vw, 410px);
  aspect-ratio: 4 / 5;
}

.fisheye-reference-card figcaption {
  color: rgba(255, 255, 255, 0.5);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fisheye-card-copy {
  display: grid;
  gap: 10px;
  padding: 2px 2px 4px;
}

.fisheye-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 255, 42, 0.55), transparent);
}

.fisheye-settings-card span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fisheye-settings-card svg {
  width: 18px;
  height: 18px;
}

.fisheye-settings-image {
  width: 100%;
  min-height: 120px;
  display: block;
  border-radius: 18px;
  background: #111;
  object-fit: contain;
}

.fisheye-result-card .fisheye-card-image {
  background: #0d0d0f;
}

.professions-effects-body {
  display: grid;
  gap: clamp(56px, 7vw, 104px);
  padding: 36px clamp(18px, 4vw, 74px) 108px;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

.professions-overview,
.profession-collection {
  display: grid;
  gap: 24px;
}

.professions-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.professions-stat-row--top {
  margin-top: -18px;
}

.professions-stat-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(183, 255, 42, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.profession-card-grid,
.profession-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.profession-card,
.profession-video-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.profession-card-image {
  width: 100%;
  height: clamp(260px, 24vw, 410px);
  aspect-ratio: 4 / 5;
  display: block;
  border-radius: 20px;
  background: #0d0d0f;
  object-fit: cover;
}

.profession-card-copy {
  display: grid;
  gap: 10px;
  padding: 2px 2px 4px;
}

.profession-card-copy h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  line-height: 1.12;
}

.profession-card .copy-prompt,
.profession-video-card .copy-prompt {
  position: static;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.46);
}

.profession-video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profession-video-shell {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 20px;
  background: #0d0d0f;
}

.profession-video-shell video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fuckup-effects-body {
  gap: clamp(48px, 6vw, 86px);
}

.fuckup-overview {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.4fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(183, 255, 42, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.fuckup-copy {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.55;
}

.fuckup-copy p {
  margin: 0;
}

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

.fuckup-video-card {
  border-color: rgba(255, 255, 255, 0.16);
}

.fuckup-card-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.45;
}

.fuckup-analysis {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  line-height: 1.45;
}

.fuckup-analysis p {
  margin: 0;
}

.fuckup-analysis b {
  color: #b7ff2a;
}

@media (max-width: 1180px) {
  .fisheye-master-section,
  .fisheye-magnific-intro {
    grid-template-columns: 1fr;
  }

  .fisheye-card-grid,
  .profession-card-grid,
  .profession-video-grid,
  .fuckup-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fuckup-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .fisheye-effects-body,
  .professions-effects-body {
    padding: 24px 18px 76px;
  }

  .fisheye-reference-grid,
  .fisheye-card-grid,
  .profession-card-grid,
  .profession-video-grid,
  .fuckup-video-grid {
    grid-template-columns: 1fr;
  }

  .fisheye-card,
  .fisheye-reference-card,
  .fisheye-copy-panel,
  .fisheye-master-prompt,
  .fisheye-settings-card,
  .profession-card,
  .profession-video-card {
    border-radius: 22px;
  }

  .fisheye-reference-card {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .fisheye-card-image {
    height: auto;
    min-height: 320px;
  }

  .profession-card-image,
  .profession-video-shell {
    height: auto;
    min-height: 320px;
  }
}

.texture-collection {
  display: grid;
  gap: 24px;
}

.texture-collection-head {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.texture-collection-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lesson-wall {
  padding: 32px clamp(18px, 4vw, 74px) 100px;
  background: #050505;
  overflow-x: hidden;
}

.lesson-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  width: min(100%, 1320px);
  margin: 0 auto;
  color: #fff;
}

.lesson-card + .lesson-card {
  margin-top: 24px;
}

.lesson-card-video-only {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100%, 1180px);
}

.lesson-video {
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(186, 255, 0, 0.18), transparent 36%),
    linear-gradient(300deg, rgba(139, 92, 246, 0.25), transparent 44%),
    #111;
}

.lesson-video video,
.lesson-video iframe,
.lesson-video img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border: 0;
}

.lesson-video video,
.lesson-video img {
  object-fit: cover;
}

.lesson-card-video-only .lesson-video {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(183, 255, 42, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.lesson-card-video-only .lesson-video video,
.lesson-card-video-only .lesson-video iframe,
.lesson-card-video-only .lesson-video img {
  min-height: 0;
  height: 100%;
}

.lesson-empty {
  min-height: 420px;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 34px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-weight: 900;
}

.lesson-empty svg {
  width: 52px;
  height: 52px;
  color: var(--lime);
}

.lesson-copy {
  min-width: 0;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 28px;
  background: #171717;
  overflow: hidden;
}

.lesson-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 900;
}

.lesson-copy h3 {
  margin: 0 0 24px;
  font-size: 2.35rem;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.lesson-copy strong {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.32;
}

.lesson-prompt {
  position: relative;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.lesson-prompt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.lesson-prompt-head span {
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lesson-prompt .copy-prompt {
  position: static;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #fff;
}

.lesson-prompt p {
  max-height: 360px;
  margin: 0;
  padding-right: 8px;
  overflow: auto;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.lesson-link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-weight: 900;
}

.lesson-external-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lesson-card-video-only .lesson-external-links {
  margin-top: 0;
}

.lesson-external-links .lesson-link {
  min-height: 48px;
  gap: 10px;
  margin-top: 0;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 40px rgba(183, 255, 42, 0.12);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lesson-external-links .lesson-link:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #21172f;
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.16), 0 0 34px rgba(183, 255, 42, 0.18);
}

.lesson-external-links .telegram-hub-open {
  border-color: rgba(42, 171, 238, 0.45);
  background: #2aabee;
  color: #fff;
  box-shadow:
    0 16px 36px rgba(42, 171, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.lesson-external-links .telegram-hub-open:hover {
  background: #fff;
  color: #1a8ec8;
  box-shadow:
    0 18px 42px rgba(42, 171, 238, 0.24),
    0 0 28px rgba(42, 171, 238, 0.18);
}

.lesson-link svg,
.lesson-link i {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.lesson-brand-icon path {
  fill: currentColor;
}

.download-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 32px clamp(18px, 4vw, 74px) 100px;
  background: #050505;
}

.download-card {
  min-width: 0;
  min-height: 220px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  background: #f7f7fb;
  color: #050505;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, background 180ms ease;
}

.download-card:hover {
  background: var(--lime);
  transform: translateY(-4px);
}

.download-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #050505;
  color: #fff;
}

.download-card:hover .download-icon {
  background: #fff;
  color: #050505;
}

.download-icon svg {
  width: 32px;
  height: 32px;
}

.download-copy {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.download-copy small {
  color: rgba(5, 5, 5, 0.5);
  font-weight: 900;
  text-transform: uppercase;
}

.download-copy strong {
  max-width: 780px;
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.download-copy em {
  max-width: 680px;
  color: rgba(5, 5, 5, 0.62);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.34;
}

.download-action {
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-pill);
  background: #b7ff2a;
  color: #050505;
  box-shadow:
    0 14px 34px rgba(143, 210, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-weight: 900;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.download-card:hover .download-action {
  background: #fff;
  color: #050505;
  box-shadow:
    0 18px 42px rgba(255, 255, 255, 0.24),
    0 0 34px rgba(183, 255, 42, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.top-services-panel {
  padding: 0 clamp(18px, 4vw, 74px) clamp(54px, 6vw, 96px);
  background: #050505;
  color: #fff;
}

.top-services-head {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(260px, 0.5fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.top-services-head h3 {
  grid-column: 1;
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 3vw, 3.8rem);
  line-height: 0.96;
}

.top-services-head p:not(.chapter-label) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  line-height: 1.34;
}

.top-services-list {
  display: grid;
  gap: 18px;
}

.top-service-item {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
  padding: clamp(20px, 2.5vw, 34px);
  border: 1px solid rgba(183, 255, 42, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 94% 10%, rgba(183, 255, 42, 0.14), transparent 30%),
    linear-gradient(145deg, #1f2023 0%, #151517 62%, #223316 100%);
  color: #fff;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.top-service-item:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 255, 42, 0.48);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 34px rgba(183, 255, 42, 0.12);
}

.top-service-item.is-text-only {
  grid-template-columns: minmax(0, 1fr);
}

.top-service-item.top-service-card-tripo {
  border-color: rgba(183, 255, 42, 0.3);
  background:
    radial-gradient(circle at 74% 12%, rgba(183, 255, 42, 0.23), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(141, 107, 255, 0.22), transparent 34%),
    linear-gradient(145deg, #191a1d 0%, #111113 58%, #223617 100%);
}

.top-service-item.top-service-card-scanned {
  border-color: rgba(255, 109, 64, 0.34);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 109, 64, 0.25), transparent 34%),
    radial-gradient(circle at 92% 90%, rgba(255, 212, 93, 0.16), transparent 32%),
    linear-gradient(145deg, #1c1718 0%, #111113 58%, #332018 100%);
}

.top-service-item.top-service-card-pinterest {
  border-color: rgba(255, 93, 133, 0.3);
  background:
    radial-gradient(circle at 76% 14%, rgba(255, 93, 133, 0.22), transparent 32%),
    radial-gradient(circle at 92% 88%, rgba(141, 107, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #1e171d 0%, #111113 58%, #321923 100%);
}

.top-service-item.top-service-card-photopea {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 72, 54, 0.2), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(183, 255, 42, 0.1), transparent 30%),
    linear-gradient(145deg, #232323 0%, #111113 58%, #2b2b2b 100%);
}

.top-service-item.top-service-card-enhancer {
  border-color: rgba(133, 222, 255, 0.28);
  background:
    radial-gradient(circle at 86% 14%, rgba(133, 222, 255, 0.2), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(183, 255, 42, 0.12), transparent 30%),
    linear-gradient(145deg, #171d22 0%, #111113 58%, #17252d 100%);
}

.top-service-item.top-service-card-zimage {
  border-color: rgba(217, 187, 255, 0.3);
  background:
    radial-gradient(circle at 80% 12%, rgba(217, 187, 255, 0.2), transparent 32%),
    radial-gradient(circle at 14% 90%, rgba(255, 93, 133, 0.13), transparent 30%),
    linear-gradient(145deg, #1c1724 0%, #111113 58%, #24172b 100%);
}

.top-service-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: stretch;
}

.top-service-media {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(210px, 0.62fr);
  gap: 16px;
  align-items: stretch;
  margin: 0;
}

.top-service-media img,
.top-service-model {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(183, 255, 42, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.top-service-media img {
  object-fit: cover;
  object-position: center;
}

.top-service-media.is-photopea img {
  min-height: 260px;
  padding: 6px;
  object-fit: contain;
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.top-service-media.is-pinterest img {
  padding: clamp(22px, 4vw, 56px);
  object-fit: contain;
  background: #e0e0e0;
}

.top-service-media.is-model {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.58fr);
}

.top-service-media.is-model .top-service-model {
  min-height: 360px;
}

.top-service-media-link {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.56);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 1.2rem;
  font-weight: 950;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.top-service-media-link:hover {
  transform: rotate(10deg) scale(1.05);
  background: var(--lime);
  color: #050505;
  box-shadow: 0 0 30px rgba(183, 255, 42, 0.28), 0 14px 34px rgba(0, 0, 0, 0.32);
}

.top-service-media figcaption {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 12px;
  padding: 4px;
}

.top-service-media small {
  color: #d9bbff;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.top-service-media.is-font-pairs small,
.top-service-media.is-tripo small {
  color: var(--lime);
}

.top-service-media.is-pinterest small {
  color: #ff8ca8;
}

.top-service-media.is-photopea small {
  color: #ff6b5d;
}

.top-service-media.is-scanned small {
  color: #ffd45d;
}

.top-service-media strong {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 2rem);
  line-height: 1.04;
}

.top-service-media p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  line-height: 1.34;
}

.model-fallback-link {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--lime);
  color: #050505;
  font-weight: 950;
}

.model-local-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 68px;
  z-index: 2;
  display: inline-flex;
  max-width: 420px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.62);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.28;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.top-service-model.is-loaded .model-fallback-link,
.top-service-model.is-loaded .model-local-note {
  display: none;
}

.top-service-copy small {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.top-service-copy > strong {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  line-height: 1.04;
}

.top-service-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  line-height: 1.34;
}

.top-service-copy ul {
  display: grid;
  gap: 9px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}

.top-service-copy li {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.28;
}

.top-service-copy li b {
  color: #d9bbff;
}

.top-service-copy .hub-open {
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border-color: rgba(183, 255, 42, 0.42);
  background: var(--lime);
  color: #050505;
}

.top-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.top-service-actions .hub-open {
  margin-top: 0;
  text-decoration: none;
}

.top-service-secondary-action {
  border-color: rgba(217, 187, 255, 0.52);
  background: rgba(217, 187, 255, 0.16);
  color: #f0e6ff;
  box-shadow:
    0 14px 34px rgba(141, 107, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.top-service-secondary-action:hover {
  background: #eadcff;
  color: #120f18;
  box-shadow:
    0 18px 44px rgba(217, 187, 255, 0.2),
    0 0 28px rgba(217, 187, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

@media (min-width: 1100px) and (max-width: 2200px) and (max-height: 1250px) {
  .education-page .platform-shell {
    padding-inline: clamp(12px, 2.4vw, 46px);
  }

  .education-page .topbar {
    top: 10px;
    padding: 7px 14px;
    border-radius: 30px;
  }

  .education-page .brand-mark {
    font-size: clamp(0.95rem, 1.35vw, 1.18rem);
  }

  .education-page .brand-lab {
    min-height: 28px;
    padding: 0 11px;
  }

  .education-page .top-nav a {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .education-page .protected-account {
    min-height: 44px;
    padding: 4px 7px 4px 14px;
    font-size: 0.84rem;
  }

  .education-page .top-services-panel {
    padding-inline: clamp(12px, 2.4vw, 46px);
    padding-bottom: clamp(48px, 4.5vw, 74px);
  }

  .education-page .top-services-head h3 {
    font-size: clamp(1.8rem, 2.25vw, 2.8rem);
  }

  .education-page .top-services-head p:not(.chapter-label),
  .education-page .top-service-copy > p,
  .education-page .top-service-media p {
    font-size: 0.9rem;
    font-weight: 620;
  }

  .education-page .top-service-item {
    gap: clamp(14px, 1.8vw, 26px);
    padding: clamp(16px, 1.7vw, 24px);
    border-radius: 26px;
  }

  .education-page .top-service-copy {
    gap: 10px;
  }

  .education-page .top-service-copy > strong,
  .education-page .top-service-media strong {
    font-size: clamp(1.16rem, 1.25vw, 1.52rem);
  }

  .education-page .top-service-copy li {
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 620;
  }

  .education-page .top-service-actions .hub-open,
  .education-page .top-service-copy .hub-open {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.84rem;
  }

  .education-page .top-service-media img,
  .education-page .top-service-model {
    min-height: 220px;
    border-radius: 20px;
  }

  .education-page .top-service-media.is-model .top-service-model {
    min-height: 270px;
  }

  .education-page .top-service-media-link {
    width: 36px;
    height: 36px;
    font-size: 1.05rem;
  }
}

.payment-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.58fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  margin: 108px 0;
  padding: clamp(44px, 5.6vw, 82px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at 12% 10%, rgba(255, 210, 166, 0.42), transparent 34%),
    radial-gradient(circle at 28% 82%, rgba(183, 255, 42, 0.26), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(141, 107, 255, 0.28), transparent 38%),
    radial-gradient(circle at 70% 92%, rgba(255, 184, 220, 0.38), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--text);
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(91, 65, 150, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(30px) saturate(1.34);
  -webkit-backdrop-filter: blur(30px) saturate(1.34);
}

.payment-section::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 310px;
  height: 310px;
  border-radius: 46% 54% 58% 42%;
  background: linear-gradient(135deg, rgba(191, 244, 255, 0.5), rgba(205, 184, 255, 0.34));
  pointer-events: none;
}

.payment-copy h2 {
  max-width: 780px;
  margin: 0 0 22px;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  line-height: 0.92;
}

.payment-copy > p:not(.chapter-label) {
  max-width: 560px;
  margin: 0;
  color: var(--text-soft);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.24;
}

.checkout-card {
  position: relative;
  z-index: 1;
  padding: clamp(32px, 4vw, 54px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow: 0 24px 80px rgba(91, 65, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(26px) saturate(1.3);
  -webkit-backdrop-filter: blur(26px) saturate(1.3);
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.34);
  color: var(--text);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.86rem;
  font-weight: 800;
}

.checkout-card h3 {
  margin: 26px 0 28px;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 0.96;
}

.checkout-card dl {
  grid-template-columns: 1fr auto;
  gap: 18px;
  margin-bottom: 34px;
}

.checkout-card dt,
.checkout-card dd {
  margin: 0;
}

.checkout-card dt {
  color: var(--muted);
}

.checkout-card dd {
  color: var(--text);
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
  margin: 0 0 18px;
  padding: 18px clamp(18px, 3vw, 28px);
  border-radius: 22px;
  background: #050505;
  color: #fff;
  box-shadow: 0 18px 46px rgba(33, 26, 47, 0.18);
}

.mastercard-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: 20px 20px;
  align-items: center;
  min-width: 78px;
  row-gap: 2px;
}

.mastercard-mark i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.mastercard-mark i + i {
  margin-left: -8px;
  opacity: 0.92;
}

.mastercard-mark b {
  grid-column: 1 / -1;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: lowercase;
}

.visa-mark,
.mir-mark {
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  font-weight: 900;
  line-height: 1;
}

.visa-mark {
  font-style: italic;
}

.card-note {
  margin: 0 0 24px;
  color: var(--text-soft);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.25;
}

.checkout-button {
  width: 100%;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.78), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 90% 0%, rgba(141, 107, 255, 0.24), transparent 48%);
  color: var(--text);
  box-shadow: 0 18px 42px rgba(91, 65, 150, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 1.06rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.checkout-button:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(205, 184, 255, 0.42)),
    radial-gradient(circle at 90% 0%, rgba(255, 184, 220, 0.34), transparent 48%);
}

.checkout-button.is-loading {
  background: #fff;
  color: #050505;
}

.checkout-button.is-error {
  background: var(--purple);
  color: #fff;
}

.checkout-button svg {
  width: 22px;
  height: 22px;
}

.checkout-card small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.account-preview {
  position: relative;
  margin-top: 104px;
  padding: clamp(44px, 6vw, 84px);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.44)),
    radial-gradient(circle at 18% 12%, rgba(191, 244, 255, 0.44), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(205, 184, 255, 0.48), transparent 34%),
    radial-gradient(circle at 74% 92%, rgba(255, 210, 166, 0.38), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 34px 110px rgba(91, 65, 150, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(30px) saturate(1.34);
  -webkit-backdrop-filter: blur(30px) saturate(1.34);
}

.account-preview::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -130px;
  z-index: 0;
  width: 360px;
  height: 360px;
  border-radius: 48% 52% 42% 58%;
  background: linear-gradient(135deg, rgba(255, 184, 220, 0.38), rgba(191, 244, 255, 0.42));
  pointer-events: none;
}

.account-preview > * {
  position: relative;
  z-index: 1;
}

.account-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 56px;
}

.ai-dsgn {
  gap: 8px;
  color: #fff;
  font-style: italic;
  font-size: clamp(1.8rem, 3vw, 3.15rem);
}

.ai-dsgn b {
  padding: 0 10px;
  border-radius: 14px;
  background: #fff;
  color: #050505;
  line-height: 1;
}

.account-top a {
  min-width: 270px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(91, 65, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  font-weight: 900;
}

.account-preview .ai-dsgn {
  color: var(--text);
}

.account-preview .ai-dsgn b {
  background: var(--lime);
  color: var(--text);
}

.account-preview h2 {
  text-align: center;
  margin-bottom: 78px;
}

.account-grid {
  width: min(100%, 1084px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 0 auto;
}

.profile-card,
.subscription-card {
  min-height: 540px;
  padding: clamp(38px, 4vw, 56px);
  border-radius: 38px;
}

.profile-card {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow: 0 24px 80px rgba(91, 65, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(26px) saturate(1.3);
  -webkit-backdrop-filter: blur(26px) saturate(1.3);
}

.subscription-card {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--text);
  box-shadow: 0 24px 80px rgba(91, 65, 150, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(26px) saturate(1.3);
  -webkit-backdrop-filter: blur(26px) saturate(1.3);
}

.profile-card > p,
.subscription-card > p {
  margin-bottom: 34px;
  color: var(--muted);
  font-weight: 900;
}

.subscription-card > p {
  color: var(--muted);
}

dl {
  display: grid;
  gap: 22px;
  margin: 0 0 70px;
}

dt {
  color: rgba(5, 5, 5, 0.35);
  font-size: 1.05rem;
  font-weight: 800;
}

.subscription-card dt {
  color: var(--muted);
}

dd {
  margin: -14px 0 14px;
  font-size: 1.28rem;
  font-weight: 900;
}

.profile-card button,
.subscription-card button {
  width: 100%;
  min-height: 84px;
  border-radius: var(--radius-pill);
  font-size: 1.05rem;
  font-weight: 900;
}

.profile-card button {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(91, 65, 150, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px) saturate(1.28);
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
}

.profile-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 34px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.42);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 24px rgba(91, 65, 150, 0.1);
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
  font-weight: 900;
}

.profile-card svg {
  width: 18px;
  height: 18px;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 58px;
}

.status-row h3 {
  margin: 0;
  font-size: 1.45rem;
}

.status-row span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(211, 235, 229, 0.74);
  color: #00896a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 14px 34px rgba(0, 137, 106, 0.12);
  backdrop-filter: blur(18px) saturate(1.24);
  -webkit-backdrop-filter: blur(18px) saturate(1.24);
  font-weight: 900;
}

.status-row svg {
  width: 22px;
  height: 22px;
}

.subscription-card dl {
  grid-template-columns: 1fr auto;
  gap: 22px;
  margin-bottom: 78px;
}

.subscription-card dt,
.subscription-card dd {
  margin: 0;
}

.subscription-card button {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.54);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(91, 65, 150, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px) saturate(1.28);
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
}

.subscription-card small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 900;
}

.subscription-card small b {
  display: block;
  color: var(--text);
}

.bottom-dock {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 18px;
  width: min(1260px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow:
    0 24px 78px rgba(91, 65, 150, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 44px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 220ms ease;
}

.account-mode .bottom-dock {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 120%);
}

.bottom-dock a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 26px;
  color: var(--text-soft);
  padding: 0 8px;
  font-size: clamp(0.76rem, 0.95vw, 1rem);
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: normal;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.bottom-dock a:hover,
.bottom-dock a.is-current {
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 14px 34px rgba(91, 65, 150, 0.16);
}

.bottom-dock svg {
  width: 30px;
  height: 30px;
}

.top-nav a:focus-visible,
.profile-pill:focus-visible,
.hero-button:focus-visible,
.hub-open:focus-visible,
.hub-utility a:focus-visible,
.checkout-button:focus-visible,
.account-top a:focus-visible,
.bottom-dock a:focus-visible {
  outline: 3px solid rgba(141, 107, 255, 0.45);
  outline-offset: 3px;
}

@media (min-width: 761px) {
  .bottom-dock {
    display: none;
  }

  .platform-shell {
    padding-bottom: clamp(54px, 6vw, 92px);
  }
}

body.section-page {
  background: #050505;
  max-width: 100vw;
  overflow-x: hidden;
}

body.section-page .platform-shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.section-page .topbar,
body.section-page .lab-hero,
body.section-page .llm-menu-intro,
body.section-page .resources-head,
body.section-page .platform-route-section,
body.section-page .platform-hub,
body.section-page .prompt-library,
body.section-page .payment-section,
body.section-page .account-preview,
body.section-page .account-plan-section,
body.section-page .bottom-dock {
  display: none;
}

@media (min-width: 761px) {
  .hub-subpage .bottom-dock {
    display: none;
  }
}

body.section-page .topic-detail {
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

body.section-page .topic-hero {
  border-radius: 0;
}

body.section-page .prompt-wall,
body.section-page .download-wall {
  padding: 32px clamp(18px, 4vw, 74px) 100px;
}

body.section-page .prompt-groups .prompt-wall {
  padding: 0;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-hero {
  min-height: auto;
  padding: clamp(22px, 3.2vw, 44px) clamp(18px, 4vw, 58px) clamp(28px, 4vw, 56px);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-backbar {
  margin-bottom: clamp(22px, 3.8vw, 46px);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-preview {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: clamp(20px, 4vw, 56px);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-copy p {
  margin-bottom: 12px;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-copy h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5.2vw, 4.9rem);
  line-height: 0.92;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-copy strong {
  max-width: 560px;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.28;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .topic-preview img {
  max-height: min(46vh, 420px);
  aspect-ratio: 0.86;
  transform: rotate(-2deg);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  padding: 32px clamp(18px, 4vw, 74px) 96px;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-card {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #171717;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-card + .lesson-card {
  margin-top: 0;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-video {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-video video,
.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-video iframe,
.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-video img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-empty {
  min-height: 0;
  height: 100%;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-copy {
  padding: clamp(18px, 2vw, 24px);
  border-radius: 0;
  background: #171717;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-copy p {
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-copy h3 {
  margin-bottom: 0;
  font-size: clamp(1.16rem, 1.6vw, 1.58rem);
  line-height: 1.08;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-copy strong {
  margin-top: 12px;
  font-size: 0.94rem;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-prompt {
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-prompt p {
  max-height: 220px;
  font-size: 0.86rem;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .lesson-link {
  min-height: 44px;
  margin-top: 16px;
  padding: 0 18px;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(18px, 3vw, 36px);
  margin: 0 clamp(18px, 4vw, 74px) 28px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(233, 238, 224, 0.76)),
    rgba(255, 255, 255, 0.82);
  color: #101012;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-copy {
  min-width: 0;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-copy h3 {
  max-width: 520px;
  margin: 8px 0 14px;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-copy > p:not(.chapter-label) {
  max-width: 580px;
  margin: 0;
  color: rgba(16, 16, 18, 0.72);
  font-weight: 800;
  line-height: 1.38;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-copy a {
  color: #080808;
  font-weight: 1000;
  text-decoration: underline;
  text-decoration-color: rgba(183, 255, 42, 0.88);
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.12em;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-soon {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(16, 16, 18, 0.14);
  border-radius: 999px;
  background: rgba(16, 16, 18, 0.06);
  color: rgba(16, 16, 18, 0.66);
  font-size: 0.82em;
  white-space: normal;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(16, 16, 18, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #101012;
  font-weight: 1000;
  text-decoration: none;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-link-primary {
  border-color: rgba(16, 16, 18, 0.16);
  background: var(--lime);
  box-shadow: 0 18px 38px rgba(183, 255, 42, 0.22);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-link i {
  width: 16px;
  height: 16px;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid rgba(16, 16, 18, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-steps span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #101012;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-steps p {
  margin: 0;
  color: rgba(16, 16, 18, 0.82);
  font-weight: 850;
  line-height: 1.3;
}

.topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto + .lesson-wall {
  padding-top: 4px;
}

.payment-return-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 16% 20%, rgba(186, 255, 0, 0.26), transparent 24rem),
    radial-gradient(circle at 82% 26%, rgba(139, 92, 246, 0.32), transparent 28rem),
    #050505;
  color: #fff;
}

.payment-return {
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 72px;
  padding: clamp(28px, 5vw, 74px);
}

.payment-return section {
  max-width: 950px;
}

.payment-return h1 {
  margin-bottom: 26px;
  font-size: clamp(3.8rem, 10vw, 11rem);
  line-height: 0.86;
}

.payment-return p:not(.chapter-label) {
  max-width: 560px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.15rem;
  font-weight: 900;
}

@media (max-width: 1280px) {
  .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .top-service-item {
    grid-template-columns: 1fr;
  }

  .gpt-agents-guide,
  .gpt-agent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpt-agents-guide > p {
    grid-column: 1 / -1;
  }

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

  .platform-card,
  .platform-card-video,
  .platform-card-client,
  .platform-card-llm,
  .platform-card-prompts,
  .platform-card-terms {
    grid-column: auto;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .phone-stage {
    min-height: 420px;
  }
}

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

  .top-nav {
    display: none;
  }

  .profile-pill span:last-child {
    display: none;
  }

  .profile-pill {
    width: 44px;
    justify-content: center;
    padding: 0;
  }

  .resources-head,
  .hub-toolbar,
  .subpage-hero,
  .subpage-section-head,
  .gpt-agent-video-card,
  .skill-video-block,
  .skill-download-grid,
  .library-toolbar,
  .account-grid {
    grid-template-columns: 1fr;
  }

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

  .platform-card {
    min-height: 390px;
  }

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

  .texture-hero-layout,
  .texture-step {
    grid-template-columns: 1fr;
  }

  .creative-hero-media {
    justify-self: start;
    width: min(100%, 420px);
  }

  .texture-hero-collage {
    grid-auto-rows: clamp(72px, 15vw, 128px);
  }

  .texture-card-grid,
  .texture-step-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-wall {
    grid-template-columns: 1fr;
  }

  .payment-section {
    grid-template-columns: 1fr;
  }

  .topic-preview {
    grid-template-columns: 1fr;
  }

  .topic-detail[data-topic-slug="cinematic-prompts"] .topic-preview {
    grid-template-columns: 1fr;
  }

  .subpage-copy h1 {
    font-size: clamp(3rem, 12vw, 6.4rem);
  }

  .topic-copy h2 {
    font-size: clamp(3.6rem, 10vw, 5.6rem);
  }

  .lesson-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .platform-shell {
    padding: 18px 10px 156px;
  }

  .topbar {
    margin-bottom: 18px;
  }

  .brand-mark {
    font-size: 1.02rem;
  }

  .hero-panel {
    min-height: auto;
    padding: 28px 22px 22px;
    border-radius: 26px;
  }

  .hero-panel::after {
    right: -10%;
    width: 34%;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 9.4vw, 3rem);
    line-height: 0.96;
    overflow-wrap: break-word;
  }

  .hero-copy > p:not(.chapter-label):not(.hero-subtitle) {
    font-size: 1rem;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
    min-height: 64px;
  }

  .phone-stage {
    min-height: 380px;
  }

  .phone-frame {
    right: 8%;
    width: 210px;
  }

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

  .feature-stack div {
    min-height: 120px;
  }

  .resources-head h2,
  .library-toolbar h2,
  .hub-toolbar h2,
  .account-preview h2 {
    font-size: clamp(2.15rem, 12vw, 3.6rem);
  }

  .authors-note {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .global-sections-grid {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 360px;
    padding: 26px;
  }

  .platform-card > svg {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }

  .platform-card h3 {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .subpage-hero {
    min-height: auto;
    padding: 28px 18px;
    border-radius: 26px;
  }

  .subpage-hero::after {
    right: -8%;
    width: 32%;
  }

  .subpage-copy h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
    line-height: 0.94;
  }

  .section-material-grid,
  .gpt-agents-guide,
  .gpt-agent-grid,
  .paid-lesson-grid,
  .tool-lanes {
    grid-template-columns: 1fr;
  }

  .section-material-card {
    min-height: 250px;
  }

  .texture-topic-hero {
    padding: 24px 12px 42px;
  }

  .texture-hero-copy h2 {
    font-size: clamp(2.5rem, 10.6vw, 3.2rem);
    white-space: nowrap;
  }

  .texture-hero-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 132px;
    gap: 10px;
  }

  .texture-collage-item-1,
  .texture-collage-item-2,
  .texture-collage-item-3,
  .texture-collage-item-4,
  .texture-collage-item-5,
  .texture-collage-item-6,
  .texture-collage-item-7 {
    grid-column: auto;
    grid-row: auto;
  }

  .texture-effects-body {
    gap: 58px;
    padding: 26px 12px 86px;
  }

  .texture-step-copy h3,
  .texture-collection-head h3 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .texture-sketch-board,
  .texture-card-grid,
  .texture-step-card-grid {
    grid-template-columns: 1fr;
  }

  .texture-sketch-main {
    min-height: 0;
    height: auto;
    aspect-ratio: 1.25;
  }

  .texture-sketch-near {
    min-height: 0;
    height: auto;
    aspect-ratio: 0.527;
  }

  .texture-sketch-board img {
    height: auto;
  }

  .texture-preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .texture-preview-item {
    border-radius: 14px;
  }

  .texture-card {
    border-radius: 22px;
  }

  .texture-card-main {
    height: clamp(340px, 118vw, 520px);
    aspect-ratio: 4 / 5;
  }

  .gpt-agent-card {
    min-height: 260px;
  }

  .gpt-agent-video-card {
    padding: 14px;
    border-radius: 24px;
  }

  .gpt-agent-video-shell {
    min-height: 210px;
    border-radius: 20px;
  }

  .gpt-agent-video-copy .hub-open {
    width: 100%;
  }

  .micro-nav {
    border-radius: 18px;
    font-size: 0.7rem;
  }

  .skill-kit-summary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .skill-kit-action {
    width: 100%;
    white-space: normal;
  }

  .skill-video-shell {
    min-height: 210px;
    border-radius: 20px;
  }

  .instruction-steps {
    border-radius: 20px;
  }

  .platform-card p {
    font-size: 1rem;
  }

  .hub-open {
    min-height: 44px;
  }

  .hub-utility a {
    width: 100%;
  }

  .resource-card {
    min-height: 360px;
    padding: 26px;
  }

  .card-image {
    right: -26px;
    width: 64%;
  }

  .image-fisheye {
    width: 118%;
  }

  .resource-card:hover h3,
  .resource-card.is-featured h3 {
    padding: 24px 22px;
  }

  .open-bubble {
    width: 132px;
    height: 132px;
  }

  .account-preview {
    padding: 26px 14px;
  }

  .payment-section {
    margin: 58px 0;
    padding: 28px 16px;
    border-radius: 26px;
  }

  .checkout-card {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .checkout-card dl {
    grid-template-columns: 1fr;
  }

  .account-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-top a {
    min-width: 0;
    width: 100%;
  }

  .account-preview h2 {
    margin-bottom: 32px;
    text-align: left;
  }

  .profile-card,
  .subscription-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 30px;
  }

  .status-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .subscription-card dl {
    grid-template-columns: 1fr;
  }

  .bottom-dock {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    gap: 5px;
    padding: 8px;
    border-radius: 26px;
  }

  .bottom-dock a {
    min-width: 0;
    min-height: 34px;
    border-radius: 16px;
    font-size: 0.68rem;
    line-height: 1.04;
  }

  .topic-detail {
    margin: 56px 0;
  }

  .topic-hero {
    min-height: auto;
    padding: 24px 16px;
    border-radius: 26px;
  }

  .topic-backbar {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 42px;
  }

  .topic-actions {
    width: 100%;
    max-width: 358px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .topic-close,
  .topic-menu {
    min-width: 0;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .topic-copy h2 {
    font-size: clamp(2.35rem, 10.2vw, 3rem);
    line-height: 0.96;
    overflow-wrap: break-word;
  }

  .topic-preview,
  .topic-copy {
    max-width: 358px;
  }

  .topic-preview img {
    width: 100%;
    max-height: 420px;
    transform: none;
  }

  .prompt-wall {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .prompt-groups {
    gap: 54px;
    padding: 24px 12px 84px;
  }

  .prompt-group-head h3 {
    font-size: 2.4rem;
  }

  .prompt-card img {
    aspect-ratio: 1;
  }

  .prompt-card-wide img {
    aspect-ratio: 21 / 9;
  }

  .lesson-wall {
    padding: 24px 12px 84px;
  }

  .lesson-video,
  .lesson-video video,
  .lesson-video iframe,
  .lesson-video img,
  .lesson-empty {
    min-height: 240px;
  }

  .lesson-copy {
    padding: 24px 18px;
  }

  .lesson-prompt {
    padding: 16px;
    border-radius: 20px;
  }

  .lesson-prompt p {
    max-height: 300px;
  }

  .download-wall {
    grid-template-columns: 1fr;
    padding: 24px 12px 84px;
  }

  .top-services-panel {
    padding: 0 12px 84px;
  }

  .top-services-head {
    grid-template-columns: 1fr;
  }

  .top-services-head h3,
  .top-services-head p:not(.chapter-label) {
    grid-column: auto;
    grid-row: auto;
  }

  .top-service-item {
    border-radius: 24px;
  }

  .top-service-media {
    grid-template-columns: 1fr;
  }

  .top-service-model,
  .top-service-media img {
    min-height: 260px;
  }

  .download-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px;
  }

  .download-copy strong {
    font-size: 1.75rem;
  }
}

@media (max-width: 1280px) {
  .phone-stage {
    padding-bottom: 240px;
  }

  .platform-card h3 {
    font-size: clamp(2.55rem, 3.2rem, 3.2rem);
    padding-right: 52px;
  }
}

@media (max-width: 980px) {
  .platform-card h3 {
    font-size: clamp(2.4rem, 3rem, 3rem);
  }
}

@media (min-width: 981px) {
  .lab-hero {
    min-height: calc(100svh - 140px);
    margin-bottom: 32px;
  }
}

@media (max-width: 680px) {
  .phone-stage {
    padding-bottom: 210px;
  }

  .platform-card h3 {
    font-size: clamp(2.15rem, 2.55rem, 2.55rem);
    line-height: 1;
    padding-right: 40px;
  }

  .platform-card li,
  .tool-badges span {
    padding: 9px 13px;
    font-size: 0.86rem;
  }

  .bottom-dock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    bottom: 10px;
    gap: 4px;
    padding: 6px;
    border-radius: 24px;
  }

  .bottom-dock a {
    min-height: 29px;
    border-radius: 14px;
    font-size: 0.62rem;
    line-height: 0.96;
  }
}

@media (max-width: 520px) {
  .hero-subtitle {
    font-size: 19px;
  }

  .hero-price {
    margin-top: 8px;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .platform-card {
    padding: 22px 18px;
  }

  .platform-card > svg {
    position: relative;
    top: auto;
    right: auto;
    margin: 6px 0 2px;
  }

  .platform-card h3 {
    font-size: clamp(2rem, 2.18rem, 2.18rem);
    padding-right: 0;
  }
}

/* Compact architecture pass */
.lab-hero {
  min-height: auto;
  margin-bottom: 24px;
}

.hero-panel {
  min-height: 224px;
  grid-template-columns: minmax(0, 1fr);
  padding: 26px 30px;
  border-radius: 28px;
}

.hero-panel::before {
  inset: 10px;
  border-radius: 22px;
}

.hero-panel::after {
  display: none;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: 3.05rem;
  line-height: 1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: 1.16rem;
  font-weight: 800;
}

.hero-price {
  margin-left: 6px;
  padding: 5px 11px 6px;
  box-shadow:
    0 10px 24px rgba(143, 210, 24, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 0.94em;
}

.hero-button {
  min-width: 0;
  min-height: 48px;
  padding: 0 20px;
  background: var(--lime);
  color: #050505;
  cursor: pointer;
}

.hero-button:hover {
  background: #fff;
}

.platform-hub {
  margin-bottom: 48px;
}

.hub-toolbar {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 16px;
  margin-bottom: 12px;
}

.hub-toolbar h2 {
  font-size: 2.55rem;
  line-height: 1;
}

.hub-toolbar > p {
  font-size: 0.94rem;
  font-weight: 800;
}

.global-sections-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.platform-card,
.platform-card-video,
.platform-card-client,
.platform-card-llm,
.platform-card-prompts,
.platform-card-terms,
.platform-card-payment,
.platform-card-profile {
  grid-column: auto;
}

.platform-card {
  min-height: 156px;
  padding: 16px;
  border-radius: 22px;
}

.platform-card::before {
  right: -92px;
  bottom: -112px;
  width: 190px;
  height: 190px;
  opacity: 0.55;
}

.platform-card::after {
  left: 20px;
  top: 18px;
  right: 20px;
}

.platform-card:hover {
  transform: translateY(-3px);
}

.platform-card > svg {
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
}

.platform-card .tag {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.68rem;
}

.platform-card h3 {
  margin: 18px 0 8px;
  padding-right: 34px;
  font-family: "Unbounded", sans-serif;
  font-size: 1.16rem;
  line-height: 1.04;
}

.platform-card p {
  margin-bottom: 12px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.28;
}

.platform-card ul {
  display: none;
}

.platform-card li {
  min-height: 28px;
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 800;
}

.platform-card .hub-open {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.86rem;
}

.platform-card-payment::before,
.platform-card-profile::before {
  background: linear-gradient(135deg, rgba(183, 255, 42, 0.34), rgba(205, 184, 255, 0.34));
}

.llm-menu-page .platform-shell,
.gpts-page .platform-shell {
  padding-bottom: 126px;
}

.llm-menu-intro {
  margin-bottom: 22px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.24);
  -webkit-backdrop-filter: blur(22px) saturate(1.24);
}

.llm-menu-intro h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1;
}

.llm-menu-intro > p:not(.chapter-label) {
  max-width: 780px;
  margin: 0;
  color: rgba(5, 5, 5, 0.68);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 700;
  line-height: 1.35;
}

.llm-menu-section {
  margin-bottom: 64px;
}

.llm-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.llm-menu-card {
  min-height: 236px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-radius: 24px;
  background: #171717;
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, background 180ms ease;
}

.llm-menu-card:hover {
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 70% 10%, rgba(255, 94, 214, 0.17), transparent 34%),
    #101012;
  box-shadow:
    0 0 0 1px rgba(255, 133, 224, 0.32),
    0 24px 70px rgba(255, 74, 204, 0.18),
    var(--shadow);
}

.llm-menu-card small {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 900;
  text-transform: uppercase;
}

.llm-menu-card h3 {
  margin: auto 0 12px;
  font-size: clamp(1.28rem, 1.6vw, 1.9rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.llm-menu-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.34;
}

.llm-menu-card .hub-open {
  min-height: 42px;
  padding: 0 16px;
}

.llm-menu-card:hover .hub-open:not(.hub-open-muted) {
  border-color: rgba(183, 255, 42, 0.74);
  background: var(--lime);
  color: #050505;
  box-shadow: 0 0 0 6px rgba(183, 255, 42, 0.13), 0 18px 42px rgba(183, 255, 42, 0.24);
}

.catalog-back {
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
  box-shadow: var(--shadow-glass);
  font-weight: 900;
}

.catalog-back svg {
  width: 18px;
  height: 18px;
}

.gpts-catalog-intro {
  margin-bottom: 22px;
  padding: 30px 44px;
}

.gpts-page .gpts-catalog-intro .catalog-back {
  margin-bottom: 18px;
}

.gpts-page .gpts-catalog-intro h1 {
  margin-bottom: 12px;
  font-size: 3.45rem;
}

.gpts-page .subpage-section {
  margin-bottom: 54px;
}

.gpts-page .subpage-section-head {
  gap: 18px;
  margin-bottom: 18px;
}

.gpts-page .subpage-section-head h2 {
  max-width: 840px;
  font-size: 3rem;
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.gpts-page .subpage-section-head > p {
  max-width: 420px;
  font-size: 0.98rem;
  font-weight: 800;
}

.gpts-page .gpt-agents-guide {
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 22px;
  margin: 18px 0 0;
  padding: 22px 30px;
  border-radius: 24px;
}

.gpts-page .gpt-agents-guide h3 {
  font-size: 2rem;
  line-height: 1.05;
}

.gpts-page .gpt-agents-guide li,
.gpts-page .gpt-agents-guide > p {
  font-size: 0.94rem;
}

@media (max-width: 1180px) {
  .global-sections-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .hero-panel,
  .llm-menu-intro {
    border-radius: 24px;
    padding: 24px 18px;
  }

  .hero-copy h1 {
    font-size: 2.08rem;
    line-height: 1.04;
  }

  .llm-menu-intro h1 {
    font-size: 2.28rem;
    line-height: 1;
  }

  .hero-subtitle {
    display: grid;
    gap: 10px;
  }

  .hero-price {
    width: max-content;
    margin-left: 0;
  }

  .hub-toolbar,
  .global-sections-grid,
  .llm-menu-grid {
    grid-template-columns: 1fr;
  }

  .gpts-page .subpage-section-head,
  .gpts-page .gpt-agents-guide {
    grid-template-columns: 1fr;
  }

  .gpts-page .subpage-section-head h2 {
    font-size: 2.35rem;
  }

  .gpts-page .gpts-catalog-intro {
    padding: 24px 18px;
  }

  .gpts-page .gpts-catalog-intro h1 {
    font-size: 2.28rem;
  }

  .platform-card,
  .llm-menu-card {
    min-height: 0;
  }

  .platform-card h3 {
    font-size: 1.72rem;
  }
}

/* Public/auth architecture */
.public-shell {
  padding-bottom: 80px;
}

body.public-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 184, 220, 0.5), transparent 28%),
    radial-gradient(circle at 84% 4%, rgba(183, 255, 42, 0.2), transparent 24%),
    radial-gradient(circle at 92% 34%, rgba(191, 244, 255, 0.5), transparent 30%),
    linear-gradient(135deg, #ffeaf4 0%, #cab3ff 42%, #e8dcff 64%, #e9fbff 100%);
}

.public-page .topbar {
  margin-bottom: 36px;
}

.public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 34px;
}

.public-hero-copy,
.public-hero-panel,
.public-section,
.public-free-band,
.public-plan-card,
.auth-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.24);
  -webkit-backdrop-filter: blur(22px) saturate(1.24);
}

.public-hero-copy {
  min-height: 360px;
  padding: 42px;
}

.compact-public-hero .public-hero-copy {
  min-height: 0;
}

.public-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 3.35rem;
  line-height: 1;
}

.hero-brand-lab {
  color: var(--violet);
  text-shadow: 0 12px 32px rgba(124, 58, 237, 0.18);
}

.public-hero-copy > p:not(.chapter-label):not(.public-status) {
  max-width: 620px;
  color: var(--text-soft);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.34;
}

.public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.public-hero-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.public-hero-signal span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(183, 255, 42, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(110deg, rgba(183, 255, 42, 0.13), transparent 46%),
    #171719;
  color: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(19, 15, 31, 0.14);
  font-size: 0.82rem;
  font-weight: 900;
}

.secondary-button,
.text-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}

.secondary-button:hover,
.text-button:hover {
  transform: translateY(-2px);
  background: #fff;
}

.public-status,
.auth-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.public-status[data-tone="error"],
.auth-status[data-tone="error"] {
  color: #7b2554;
}

.public-status[data-tone="success"],
.auth-status[data-tone="success"] {
  color: #345b12;
}

.public-hero-panel {
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 28px;
  border-color: rgba(183, 255, 42, 0.18);
  background:
    linear-gradient(120deg, rgba(183, 255, 42, 0.13) 0%, transparent 38%),
    linear-gradient(145deg, #202124 0%, #171719 56%, #243518 100%);
  color: #fff;
  box-shadow: 0 26px 74px rgba(15, 14, 20, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.public-hero-panel span {
  color: rgba(255, 255, 255, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  font-weight: 800;
}

.public-hero-panel strong {
  font-family: "Unbounded", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}

.public-hero-panel ul,
.public-plan-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-hero-panel li,
.public-plan-card li {
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.public-section,
.public-free-band,
.public-subscription {
  margin-bottom: 28px;
}

.public-section,
.public-free-band {
  padding: 28px;
}

#features {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 184, 220, 0.42), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(191, 244, 255, 0.48), transparent 36%),
    linear-gradient(135deg, rgba(232, 222, 255, 0.88), rgba(244, 235, 255, 0.68) 48%, rgba(226, 244, 255, 0.7));
  animation: soft-rise 520ms ease both;
}

#features,
#inside {
  scroll-margin-top: 124px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#features {
  padding: clamp(18px, 3vw, 30px) 0 34px;
}

#inside {
  position: relative;
  isolation: isolate;
  padding: clamp(24px, 3.6vw, 42px) 0 26px;
}

#inside::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px -28px auto -28px;
  height: min(64%, 520px);
  border-radius: 44px;
  background:
    radial-gradient(circle at 10% 20%, rgba(183, 255, 42, 0.28), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(255, 210, 166, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(236, 255, 199, 0.56), rgba(247, 235, 255, 0.26) 54%, rgba(255, 248, 241, 0.36));
  filter: blur(0.2px);
  pointer-events: none;
}

#features .public-section-head {
  margin-bottom: 34px;
}

.public-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.public-section-head h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1;
}

.public-section-head > p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 800;
  line-height: 1.35;
}

.public-feature-grid,
.public-preview-grid {
  display: grid;
  gap: 12px;
}

.public-preview-grid {
  align-items: start;
}

.public-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.public-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-feature-card,
.public-preview-card {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 34px rgba(104, 80, 180, 0.12);
}

.public-feature-card {
  animation: soft-rise 560ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.public-feature-card.is-full-access {
  background:
    radial-gradient(circle at 88% 8%, rgba(183, 255, 42, 0.34), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(205, 184, 255, 0.3), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 255, 206, 0.58));
  border-color: rgba(183, 255, 42, 0.38);
}

.public-feature-card.is-free-access {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 210, 166, 0.24), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(255, 184, 220, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 235, 255, 0.56));
  border-color: rgba(255, 210, 166, 0.34);
}

.public-feature-card:nth-child(2) {
  animation-delay: 80ms;
}

.public-feature-card:hover {
  transform: translateY(-3px);
}

.public-feature-card.is-full-access:hover {
  border-color: rgba(183, 255, 42, 0.62);
  background:
    radial-gradient(circle at 88% 8%, rgba(183, 255, 42, 0.44), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(205, 184, 255, 0.34), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(238, 255, 206, 0.7));
  box-shadow: 0 22px 48px rgba(143, 210, 24, 0.16);
}

.public-feature-card.is-free-access:hover {
  border-color: rgba(255, 184, 220, 0.5);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 210, 166, 0.32), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(255, 184, 220, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 235, 255, 0.66));
  box-shadow: 0 22px 48px rgba(255, 184, 220, 0.14);
}

.public-preview-card {
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#inside .public-preview-card {
  border-color: rgba(255, 255, 255, 0.62);
  background:
    radial-gradient(circle at 92% 10%, rgba(183, 255, 42, 0.18), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(240, 232, 255, 0.54));
  box-shadow: 0 14px 30px rgba(104, 80, 180, 0.09);
}

#inside .public-preview-card:nth-child(3n + 2) {
  background:
    radial-gradient(circle at 14% 12%, rgba(183, 255, 42, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(239, 255, 208, 0.54));
}

#inside .public-preview-card:nth-child(3n + 3) {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 210, 166, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 236, 246, 0.54));
}

.public-preview-card:hover,
.public-preview-card.is-open {
  transform: translateY(-2px);
  border-color: rgba(183, 255, 42, 0.58);
  background:
    radial-gradient(circle at 96% 8%, rgba(183, 255, 42, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.66);
}

#inside .public-preview-card:hover,
#inside .public-preview-card.is-open {
  border-color: rgba(183, 255, 42, 0.62);
  background:
    radial-gradient(circle at 92% 8%, rgba(183, 255, 42, 0.3), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 255, 208, 0.66));
  box-shadow: 0 22px 46px rgba(143, 210, 24, 0.14);
}

.public-feature-card i {
  width: 28px;
  height: 28px;
  color: var(--purple);
}

.public-feature-card h3,
.public-preview-card h3 {
  margin: auto 0 8px;
  font-size: 1.24rem;
  line-height: 1.08;
}

.public-preview-card h3 {
  margin: 18px 0 8px;
}

.public-feature-card p,
.public-preview-card p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 500;
  line-height: 1.3;
}

.public-preview-card small {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
}

.public-preview-card span {
  width: max-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 8px 11px;
  border-radius: var(--radius-pill);
  background: rgba(183, 255, 42, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
}

.preview-toggle {
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-pill);
  background: rgba(183, 255, 42, 0.52);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
}

.preview-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.public-preview-card.is-open .preview-toggle {
  background: var(--lime);
}

.public-preview-card.is-open .preview-toggle svg {
  transform: rotate(180deg);
}

.preview-menu {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 240ms ease, opacity 180ms ease, margin-top 180ms ease;
}

.public-preview-card.is-open .preview-menu {
  max-height: 760px;
  margin-top: 18px;
  opacity: 1;
}

.preview-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview-menu li {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.12;
}

.preview-link {
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: #050505;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(183, 255, 42, 0.14);
}

#inside .preview-link {
  background: var(--lime);
  color: #050505;
}

#access-types .public-feature-card {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  border-color: rgba(183, 255, 42, 0.16);
  background:
    linear-gradient(110deg, rgba(183, 255, 42, 0.13) 0%, transparent 34%),
    linear-gradient(145deg, #1f2023 0%, #171719 62%, #243518 100%);
  color: #fff;
  box-shadow: 0 26px 68px rgba(19, 15, 31, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#access-types .public-feature-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(183, 255, 42, 0.62), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

#access-types .public-feature-card > * {
  position: relative;
  z-index: 1;
}

#access-types .public-feature-card.is-free-access {
  background:
    linear-gradient(125deg, rgba(255, 184, 220, 0.15) 0%, transparent 38%),
    linear-gradient(145deg, #211d24 0%, #171719 62%, #2f2630 100%);
  border-color: rgba(255, 184, 220, 0.16);
}

#access-types .public-feature-card:hover,
#access-types .public-feature-card.is-full-access:hover,
#access-types .public-feature-card.is-free-access:hover {
  transform: translateY(-2px);
  border-color: rgba(183, 255, 42, 0.42);
  background:
    linear-gradient(110deg, rgba(183, 255, 42, 0.18) 0%, transparent 38%),
    linear-gradient(145deg, #25272a 0%, #171719 58%, #273d19 100%);
  box-shadow: 0 32px 82px rgba(19, 15, 31, 0.28), 0 0 34px rgba(183, 255, 42, 0.12);
}

#access-types .public-feature-card i,
#access-types .public-feature-card svg {
  color: var(--lime);
}

#access-types .public-feature-card h3 {
  color: #fff;
}

#access-types .public-feature-card p {
  color: rgba(255, 255, 255, 0.72);
}

#inside .public-preview-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(112deg, rgba(183, 255, 42, 0.11) 0%, transparent 34%),
    linear-gradient(145deg, #1f2023 0%, #171719 64%, #243518 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(19, 15, 31, 0.2);
}

#inside .public-preview-card:nth-child(3n + 2) {
  background:
    linear-gradient(125deg, rgba(205, 184, 255, 0.14) 0%, transparent 36%),
    linear-gradient(145deg, #202027 0%, #171719 62%, #252039 100%);
}

#inside .public-preview-card:nth-child(3n + 3) {
  background:
    linear-gradient(125deg, rgba(255, 184, 220, 0.13) 0%, transparent 36%),
    linear-gradient(145deg, #211d24 0%, #171719 62%, #302532 100%);
}

#inside .public-preview-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(183, 255, 42, 0.44), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

#inside .public-preview-card > * {
  position: relative;
  z-index: 1;
}

#inside .public-preview-card.has-preview-visual {
  min-height: 0;
}

.preview-visual {
  width: 100%;
  margin: 18px 0 0;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 18%, rgba(183, 255, 42, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

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

#inside .public-preview-card.has-preview-visual .preview-toggle {
  margin-top: 16px;
}

#inside .public-preview-card:hover,
#inside .public-preview-card.is-open {
  transform: translateY(-4px);
  border-color: rgba(205, 184, 255, 0.92);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.5), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(183, 255, 42, 0.2), transparent 34%),
    linear-gradient(180deg, #7c3aed 0%, #a77cff 54%, #efe7ff 100%);
  color: #fff;
  box-shadow:
    0 34px 84px rgba(124, 58, 237, 0.28),
    0 0 38px rgba(205, 184, 255, 0.24);
}

#inside .public-preview-card h3 {
  color: #fff;
}

#inside .public-preview-card small,
#inside .public-preview-card p {
  color: rgba(255, 255, 255, 0.68);
}

#inside .public-preview-card:hover h3,
#inside .public-preview-card.is-open h3 {
  color: #fff;
}

#inside .public-preview-card:hover small,
#inside .public-preview-card:hover p,
#inside .public-preview-card.is-open small,
#inside .public-preview-card.is-open p {
  color: rgba(255, 255, 255, 0.9);
}

#inside .public-preview-card:hover .preview-toggle,
#inside .public-preview-card.is-open .preview-toggle,
#inside .public-preview-card:hover .preview-link,
#inside .public-preview-card.is-open .preview-link {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
  color: #3b147d;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#inside .public-preview-card:hover .preview-menu li,
#inside .public-preview-card.is-open .preview-menu li {
  border-color: rgba(33, 26, 47, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(33, 26, 47, 0.84);
  font-weight: 500;
}

#inside .preview-toggle {
  border-color: rgba(183, 255, 42, 0.34);
  background: rgba(183, 255, 42, 0.92);
  color: #050505;
  box-shadow: 0 16px 34px rgba(183, 255, 42, 0.12);
}

#inside .preview-menu li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.public-page .public-free-band {
  border-color: rgba(183, 255, 42, 0.16);
  background:
    linear-gradient(115deg, rgba(183, 255, 42, 0.16) 0%, transparent 40%),
    linear-gradient(145deg, #1f2023 0%, #171719 62%, #243518 100%);
  color: #fff;
  box-shadow: 0 26px 68px rgba(19, 15, 31, 0.2);
}

.public-page .public-free-band .chapter-label,
.public-page .public-free-band h2 {
  color: #fff;
}

.public-page .public-free-band p {
  color: rgba(255, 255, 255, 0.7);
}

.public-page .public-free-band .secondary-button {
  border-color: rgba(183, 255, 42, 0.5);
  background: var(--lime);
  color: #050505;
  box-shadow: 0 18px 42px rgba(183, 255, 42, 0.16);
}

.public-free-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(183, 255, 42, 0.28), transparent 28%),
    rgba(255, 255, 255, 0.58);
}

.public-free-band h2 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.public-free-band p {
  max-width: 720px;
  margin: 0;
  color: var(--text-soft);
  font-weight: 800;
}

.public-subscription {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 124px;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 184, 220, 0.32), transparent 31%),
    radial-gradient(circle at 88% 2%, rgba(255, 210, 166, 0.22), transparent 34%),
    radial-gradient(circle at 74% 100%, rgba(205, 184, 255, 0.3), transparent 38%),
    linear-gradient(135deg, #21103f 0%, #371a63 50%, #4b244f 100%);
  color: #fff;
  box-shadow: 0 28px 86px rgba(91, 65, 150, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  animation: subscription-shell-in 640ms cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.public-subscription::before,
.public-subscription::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.public-subscription::before {
  inset: -1px;
  background:
    linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.1) 46%, transparent 62%),
    radial-gradient(circle at 18% 18%, rgba(255, 184, 220, 0.24), transparent 30%),
    radial-gradient(circle at 86% 28%, rgba(255, 210, 166, 0.16), transparent 24%);
  opacity: 0.54;
  transition: opacity 220ms ease;
}

.public-subscription::after {
  inset: auto 28px 22px 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  opacity: 0.44;
}

.public-subscription:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 210, 166, 0.42);
  box-shadow: 0 34px 96px rgba(91, 65, 150, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.public-subscription:hover::before {
  opacity: 0.94;
}

.public-subscription > * {
  position: relative;
  z-index: 1;
}

.public-subscription .public-section-head,
.public-subscription .work-announcement,
.public-subscription .current-plan-card,
.public-subscription .tariff-card,
.public-subscription .public-subscription-actions {
  animation: subscription-piece-in 520ms cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
}

.public-subscription .work-announcement {
  animation-name: work-announcement-in;
  animation-delay: 70ms;
}

.public-subscription .current-plan-card {
  animation-delay: 130ms;
}

.public-subscription .tariff-card-free {
  animation-delay: 190ms;
}

.public-subscription .tariff-card-paid {
  animation-delay: 260ms;
}

.public-subscription .public-subscription-actions {
  animation-delay: 330ms;
}

.public-subscription .public-section-head > p {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 500;
}

.public-subscription .public-section-head {
  margin-bottom: 22px;
}

.public-subscription .chapter-label {
  color: rgba(255, 255, 255, 0.64);
}

.work-announcement {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(12px, 1.8vw, 22px);
  align-items: center;
  margin: 0 0 14px;
  padding: 13px 14px;
  border: 1px solid rgba(183, 255, 42, 0.62);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 48%, rgba(183, 255, 42, 0.34), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(255, 184, 220, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 225, 255, 0.64) 52%, rgba(218, 255, 154, 0.5));
  box-shadow:
    0 0 0 1px rgba(183, 255, 42, 0.48),
    0 0 22px rgba(183, 255, 42, 0.2),
    0 0 34px rgba(255, 184, 220, 0.16),
    0 18px 58px rgba(16, 8, 38, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(1.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.22);
}

.work-announcement::before {
  content: "";
  position: absolute;
  inset: -42% auto -42% -28%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  pointer-events: none;
  animation: work-announcement-shine 6.8s cubic-bezier(0.2, 0.8, 0.2, 1) 900ms infinite;
}

.work-announcement::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 26px rgba(255, 184, 220, 0.12),
    inset 0 0 0 1px rgba(183, 255, 42, 0.34);
  pointer-events: none;
}

.work-announcement > * {
  position: relative;
  z-index: 1;
}

.work-announcement-badge,
.work-announcement-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: max-content;
  max-width: 100%;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.work-announcement-badge {
  padding: 0 13px;
  background: rgba(183, 255, 42, 0.82);
  color: var(--text);
  box-shadow: 0 0 24px rgba(183, 255, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.work-announcement-copy {
  min-width: 0;
}

.work-announcement-copy h3 {
  margin: 0 0 4px;
  color: var(--text);
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
  line-height: 1.05;
}

.work-announcement-copy p {
  max-width: 920px;
  margin: 0;
  color: rgba(33, 26, 47, 0.72);
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  font-weight: 500;
  line-height: 1.28;
}

.work-announcement-cta {
  padding: 0 14px;
  border: 1px solid rgba(33, 26, 47, 0.14);
  background: rgba(33, 26, 47, 0.08);
  color: rgba(33, 26, 47, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.work-announcement:hover {
  border-color: rgba(183, 255, 42, 0.88);
  box-shadow:
    0 0 0 1px rgba(183, 255, 42, 0.6),
    0 0 28px rgba(183, 255, 42, 0.24),
    0 0 40px rgba(255, 184, 220, 0.16),
    0 22px 66px rgba(16, 8, 38, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.public-plan-card {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.public-plan-card h3 {
  margin: 12px 0 8px;
  font-size: 2rem;
}

.public-plan-card p,
.public-plan-card small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.public-plan-card small {
  max-width: 260px;
}

.public-plan-card .checkout-button {
  width: max-content;
  min-width: 190px;
}

.account-plan-section {
  margin: 0 0 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.24);
  -webkit-backdrop-filter: blur(22px) saturate(1.24);
}

.current-plan-card,
.tariff-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--text);
  box-shadow: 0 16px 36px rgba(104, 80, 180, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.current-plan-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 12px;
  padding: 18px;
}

.current-plan-card h3 {
  margin: 10px 0 0;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1;
}

.current-plan-card p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 500;
  line-height: 1.34;
}

.tariff-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.76fr) minmax(0, 1.24fr);
  gap: 12px;
}

.tariff-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.tariff-card.is-featured {
  background:
    radial-gradient(circle at 92% 8%, rgba(183, 255, 42, 0.24), transparent 32%),
    radial-gradient(circle at 14% 100%, rgba(205, 184, 255, 0.34), transparent 36%),
    rgba(255, 255, 255, 0.72);
  border-color: rgba(183, 255, 42, 0.48);
}

.tariff-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.02;
}

.tariff-card p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 500;
  line-height: 1.35;
}

.tariff-price {
  color: var(--text);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 800;
  line-height: 0.95;
}

.tariff-price span {
  margin-left: 4px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.42em;
  font-weight: 900;
}

.annual-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.annual-price strong {
  color: var(--text);
}

.annual-price span,
.tariff-status {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 900;
}

.annual-price span {
  background: rgba(183, 255, 42, 0.54);
  color: var(--text);
}

.tariff-status {
  margin-top: auto;
  background: rgba(183, 255, 42, 0.58);
  color: var(--text);
}

.tariff-status[data-state="included"] {
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
}

.platform-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 4px;
  padding: 0;
  list-style: none;
}

.platform-includes li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.16;
}

.tariff-card .checkout-button {
  min-height: 54px;
  margin-top: auto;
}

.checkout-button:disabled {
  cursor: default;
  opacity: 0.72;
  transform: none;
}

.public-subscription .current-plan-card,
.public-subscription .tariff-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(16, 8, 38, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.public-subscription .current-plan-card::before,
.public-subscription .tariff-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 8%, rgba(255, 255, 255, 0.16) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-52%) skewX(-12deg);
  transition: opacity 200ms ease, transform 420ms ease;
  pointer-events: none;
}

.public-subscription .current-plan-card:hover,
.public-subscription .tariff-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 210, 166, 0.42);
  box-shadow: 0 26px 58px rgba(16, 8, 38, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.public-subscription .current-plan-card:hover::before,
.public-subscription .tariff-card:hover::before {
  opacity: 1;
  transform: translateX(55%) skewX(-12deg);
}

.public-subscription .current-plan-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(205, 184, 255, 0.13)),
    rgba(255, 255, 255, 0.06);
}

.public-subscription .current-plan-card.is-full-access-current {
  border-color: rgba(183, 255, 42, 0.78);
  background:
    radial-gradient(circle at 8% 20%, rgba(183, 255, 42, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(183, 255, 42, 0.2), rgba(255, 255, 255, 0.12) 52%, rgba(205, 184, 255, 0.14)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 24px 68px rgba(16, 8, 38, 0.2),
    0 0 24px rgba(183, 255, 42, 0.18),
    inset 0 0 0 1px rgba(183, 255, 42, 0.28);
}

.public-subscription .current-plan-card.is-full-access-current .plan-badge {
  border-color: rgba(183, 255, 42, 0.58);
  background: rgba(183, 255, 42, 0.78);
  color: var(--text);
}

.public-subscription .tariff-card-free {
  background:
    radial-gradient(circle at 18% 0%, rgba(205, 184, 255, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(33, 16, 63, 0.38));
}

.public-subscription .tariff-card.is-featured {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 210, 166, 0.36), transparent 30%),
    radial-gradient(circle at 10% 100%, rgba(255, 184, 220, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.94), rgba(247, 235, 255, 0.9) 54%, rgba(255, 232, 244, 0.94));
  color: var(--text);
  border-color: rgba(255, 210, 166, 0.78);
  box-shadow: 0 24px 66px rgba(16, 8, 38, 0.24), 0 0 0 1px rgba(183, 255, 42, 0.22) inset;
}

.public-subscription .plan-badge {
  align-self: flex-start;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
}

.public-subscription .tariff-card.is-featured .plan-badge,
.public-subscription .annual-price span {
  border-color: rgba(183, 255, 42, 0.44);
  background: rgba(183, 255, 42, 0.72);
  color: var(--text);
}

.public-subscription .tariff-card-free .plan-badge {
  border-color: rgba(205, 184, 255, 0.34);
  background: rgba(205, 184, 255, 0.18);
}

.public-subscription .current-plan-card p,
.public-subscription .tariff-card p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.public-subscription .tariff-card.is-featured p {
  color: rgba(33, 26, 47, 0.72);
}

.public-subscription .tariff-price {
  color: #fff;
}

.public-subscription .tariff-card.is-featured .tariff-price,
.public-subscription .tariff-card.is-featured .annual-price strong {
  color: var(--text);
}

.public-subscription .platform-includes li {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
}

.public-subscription .tariff-card.is-featured .platform-includes li {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(255, 255, 255, 0.78);
  color: rgba(33, 26, 47, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.public-subscription .tariff-status {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
}

.public-subscription .tariff-status[data-state="included"] {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
}

.public-subscription .tariff-status[data-state="current"] {
  background: rgba(183, 255, 42, 0.7);
  color: var(--text);
}

.public-subscription .tariff-card .checkout-button {
  box-shadow: 0 16px 38px rgba(91, 65, 150, 0.18), 0 0 0 1px rgba(183, 255, 42, 0.18) inset;
}

.public-subscription .tariff-card.is-featured .checkout-button:disabled {
  opacity: 1;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.88), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 92% 0%, rgba(255, 184, 220, 0.34), transparent 48%);
  color: var(--text);
  box-shadow: 0 18px 44px rgba(143, 210, 24, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.public-subscription .public-section-head > p:not(.chapter-label),
.public-subscription .current-plan-card > p,
.public-subscription .tariff-card > p,
.public-subscription .promo-panel p,
.public-subscription-actions small {
  font-weight: 400;
  line-height: 1.42;
}

.public-subscription .tariff-card > p {
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.public-subscription .tariff-card:hover,
.public-subscription .tariff-card.is-featured:hover {
  background:
    radial-gradient(circle at 82% 6%, rgba(255, 255, 255, 0.78), transparent 28%),
    radial-gradient(circle at 16% 100%, rgba(183, 255, 42, 0.28), transparent 32%),
    linear-gradient(180deg, #f153d7 0%, #cb7eff 54%, #f6e8ff 100%);
  color: #fff;
  border-color: rgba(255, 184, 220, 0.96);
  box-shadow:
    0 34px 88px rgba(255, 79, 216, 0.3),
    0 0 44px rgba(255, 184, 220, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.public-subscription .tariff-card:hover h3,
.public-subscription .tariff-card:hover p,
.public-subscription .tariff-card:hover .tariff-price,
.public-subscription .tariff-card:hover .tariff-price span,
.public-subscription .tariff-card:hover .annual-price,
.public-subscription .tariff-card:hover .annual-price strong,
.public-subscription .tariff-card:hover .platform-includes li,
.public-subscription .tariff-card:hover .tariff-status,
.public-subscription .tariff-card:hover .tariff-final,
.public-subscription .tariff-card.is-featured:hover h3,
.public-subscription .tariff-card.is-featured:hover p,
.public-subscription .tariff-card.is-featured:hover .tariff-price,
.public-subscription .tariff-card.is-featured:hover .annual-price strong,
.public-subscription .tariff-card.is-featured:hover .platform-includes li {
  color: rgba(255, 255, 255, 0.9);
}

.public-subscription .tariff-card:hover h3,
.public-subscription .tariff-card:hover .tariff-price,
.public-subscription .tariff-card:hover .tariff-price span,
.public-subscription .tariff-card:hover .annual-price strong,
.public-subscription .tariff-card.is-featured:hover h3,
.public-subscription .tariff-card.is-featured:hover .tariff-price,
.public-subscription .tariff-card.is-featured:hover .annual-price strong {
  color: #fff;
}

.public-subscription .tariff-card:hover .plan-badge,
.public-subscription .tariff-card:hover .annual-price span,
.public-subscription .tariff-card:hover .platform-includes li,
.public-subscription .tariff-card:hover .tariff-status {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.public-subscription .tariff-card:hover .checkout-button,
.public-subscription .tariff-card:hover .checkout-button:disabled,
.public-subscription .tariff-card.is-featured:hover .checkout-button:disabled {
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.96), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 90% 0%, rgba(255, 184, 220, 0.34), transparent 48%);
  color: #050505;
  box-shadow: 0 18px 46px rgba(183, 255, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.public-subscription-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.public-subscription-actions small {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 500;
  line-height: 1.32;
}

.public-subscription-actions .secondary-button {
  min-height: 54px;
  padding: 0 22px;
  border-color: rgba(183, 255, 42, 0.52);
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.9), rgba(255, 210, 166, 0.78)),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.58), transparent 44%);
  color: var(--text);
  box-shadow: 0 18px 46px rgba(143, 210, 24, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.public-subscription-actions .secondary-button:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(183, 255, 42, 0.64)),
    radial-gradient(circle at 92% 0%, rgba(255, 184, 220, 0.34), transparent 44%);
  box-shadow: 0 24px 58px rgba(143, 210, 24, 0.22), 0 0 28px rgba(183, 255, 42, 0.22);
}

.tariff-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.public-subscription .tariff-card {
  min-height: 560px;
  cursor: pointer;
}

.tariff-card-top {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.tariff-time,
.recommend-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 950;
}

.tariff-time {
  color: var(--lime-hot);
}

.recommend-pill {
  background: #050505;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 184, 220, 0.18);
}

.tariff-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.25;
}

.tariff-list li,
.platform-includes li {
  position: relative;
}

.tariff-list li {
  padding-left: 22px;
}

.tariff-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lime-hot);
  font-weight: 950;
}

.public-subscription .tariff-card-monthly {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 184, 220, 0.22), transparent 40%),
    radial-gradient(circle at 100% 84%, rgba(183, 255, 42, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(33, 16, 63, 0.42));
}

.public-subscription .tariff-card.is-selected {
  border-color: rgba(183, 255, 42, 0.9);
  box-shadow: 0 30px 82px rgba(16, 8, 38, 0.3), 0 0 30px rgba(183, 255, 42, 0.24);
}

.public-subscription .tariff-card.is-burst::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 20%, rgba(183, 255, 42, 0.62) 46%, rgba(255, 184, 220, 0.52) 58%, transparent 76%);
  opacity: 0;
  pointer-events: none;
  animation: plan-burst 720ms ease both;
}

@keyframes plan-burst {
  0% {
    opacity: 0;
    transform: translateX(-42%) skewX(-14deg);
  }

  34% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateX(42%) skewX(-14deg);
  }
}

.public-subscription .tariff-final {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  background: rgba(183, 255, 42, 0.78);
  color: var(--text);
}

.public-subscription .tariff-final[hidden] {
  display: none;
}

.public-subscription .tariff-card.is-featured .tariff-final {
  background: rgba(183, 255, 42, 0.86);
}

.promo-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.58fr);
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(183, 255, 42, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 184, 220, 0.08));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.promo-panel.is-applied {
  animation: promo-pop 780ms ease both;
}

@keyframes promo-pop {
  0%,
  100% {
    transform: scale(1);
  }

  38% {
    transform: scale(1.012);
    box-shadow: 0 0 46px rgba(183, 255, 42, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}

.promo-panel h3 {
  margin: 10px 0 8px;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
}

.promo-panel p,
.promo-form small {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  line-height: 1.32;
}

.promo-form {
  display: grid;
  gap: 10px;
}

.promo-form label {
  color: rgba(255, 255, 255, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.promo-field input {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-weight: 950;
  text-transform: uppercase;
  outline: 0;
}

.promo-field input:focus {
  box-shadow: 0 0 0 3px rgba(183, 255, 42, 0.36);
}

.promo-field button {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: var(--lime);
  color: var(--text);
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.promo-field button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(183, 255, 42, 0.22);
}

.promo-form small[data-tone="success"] {
  color: var(--lime);
}

.promo-form small[data-tone="error"] {
  color: #ffb8dc;
}

.promo-form small[data-tone="loading"] {
  color: #ffd2a6;
}

.upsell-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(20, 8, 44, 0.58);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.upsell-modal[hidden] {
  display: none;
}

.upsell-dialog {
  position: relative;
  width: min(560px, 100%);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(183, 255, 42, 0.32), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(255, 184, 220, 0.42), transparent 36%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(247, 235, 255, 0.96));
  color: var(--text);
  box-shadow: 0 34px 96px rgba(16, 8, 38, 0.34);
  animation: subscription-piece-in 300ms ease both;
}

.upsell-dialog h2 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
}

.upsell-dialog p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 850;
  line-height: 1.35;
}

.upsell-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(33, 26, 47, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  color: var(--text);
}

.upsell-close svg {
  width: 20px;
  height: 20px;
}

.upsell-compare {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--text-soft);
  font-weight: 900;
}

.upsell-compare strong {
  color: var(--text);
  font-size: 1.1rem;
}

.upsell-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.upsell-actions .checkout-button,
.upsell-actions .secondary-button {
  width: 100%;
}

.has-upsell-modal {
  overflow: hidden;
}

@media (max-width: 1120px) {
  .tariff-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tariff-card-annual {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .tariff-grid-three,
  .work-announcement,
  .promo-panel,
  .promo-field,
  .upsell-actions {
    grid-template-columns: 1fr;
  }

  .work-announcement {
    align-items: flex-start;
    min-height: 0;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
  }

  .work-announcement-badge,
  .work-announcement-cta {
    min-height: 32px;
    white-space: normal;
  }

  .work-announcement-copy p {
    font-size: 0.86rem;
  }

  .public-subscription .tariff-card {
    min-height: 0;
  }

  .tariff-card-annual {
    grid-column: auto;
  }

  .tariff-card-top {
    min-height: 34px;
  }

  .promo-field button {
    width: 100%;
  }

  .upsell-dialog {
    border-radius: 24px;
  }
}

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

.public-download-grid .download-card {
  min-height: 168px;
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 22px;
  border-radius: 22px;
}

.public-download-grid .download-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
}

.public-download-grid .download-copy strong {
  font-size: 1.55rem;
  line-height: 1.05;
}

.public-download-grid .download-action {
  width: max-content;
  margin-top: 14px;
}

.free-case-section {
  background:
    linear-gradient(135deg, rgba(22, 18, 42, 0.94), rgba(34, 29, 66, 0.9) 54%, rgba(13, 43, 62, 0.9)),
    repeating-linear-gradient(90deg, rgba(183, 255, 42, 0.12) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(191, 244, 255, 0.1) 0 1px, transparent 1px 54px);
  color: #fff;
}

.free-case-section .public-section-head > p {
  color: rgba(255, 255, 255, 0.7);
}

.free-case-card {
  min-height: 148px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 22px 52px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.free-case-card:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 255, 42, 0.76);
  background:
    radial-gradient(circle at 92% 18%, rgba(183, 255, 42, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 26px 62px rgba(0, 0, 0, 0.24),
    0 0 38px rgba(183, 255, 42, 0.12);
}

.free-case-card .download-icon {
  width: 72px;
  height: 72px;
  background: rgba(183, 255, 42, 0.16);
  color: var(--lime);
}

.free-case-card .download-copy small,
.free-case-card .download-copy strong {
  color: #fff;
}

.free-case-card .download-action {
  width: max-content;
  margin-top: 14px;
  border-color: rgba(183, 255, 42, 0.78);
  background: #b7ff2a;
  color: #050505;
  box-shadow:
    0 18px 42px rgba(183, 255, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.free-case-card:hover .download-action,
.free-case-card:focus-visible .download-action {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.94);
  background: #ffffff;
  color: #050505;
  box-shadow:
    0 20px 48px rgba(255, 255, 255, 0.18),
    0 0 34px rgba(183, 255, 42, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.skin-case-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(183, 255, 42, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(8, 7, 17, 0.98), rgba(28, 23, 52, 0.96) 52%, rgba(7, 27, 38, 0.95)),
    repeating-linear-gradient(90deg, rgba(183, 255, 42, 0.1) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(191, 244, 255, 0.08) 0 1px, transparent 1px 58px);
  color: #fff;
}

.skin-case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.skin-case-copy {
  min-width: 0;
}

.skin-case-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.85rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.skin-case-copy > p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 700;
  line-height: 1.45;
}

.skin-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 26px;
}

.skin-badge-row span,
.skin-model-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(183, 255, 42, 0.3);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.1);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.skin-case-visual {
  min-height: 520px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 34px 80px rgba(0, 0, 0, 0.28);
}

.skin-case-visual img {
  width: 100%;
  height: 100%;
  min-height: 492px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.skin-material-body {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  margin-top: clamp(34px, 6vw, 76px);
}

.skin-section-intro {
  max-width: 940px;
}

.skin-section-intro h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.skin-section-intro > p:not(.chapter-label) {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.98rem, 1.12vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5;
}

.skin-image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.skin-image-strip figure,
.skin-result-slot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.skin-image-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

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

.skin-prompt-card,
.skin-result-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 44px rgba(0, 0, 0, 0.18);
}

.skin-prompt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.skin-copy-button.copy-prompt {
  position: static;
  inset: auto;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.skin-prompt-card h4,
.skin-result-card h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.4vw, 1.45rem);
  line-height: 1.08;
}

.skin-prompt-card > p,
.skin-result-card > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.42;
}

.skin-prompt-details {
  margin: 16px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
}

.skin-prompt-details summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.skin-prompt-details summary::-webkit-details-marker {
  display: none;
}

.skin-prompt-details summary::marker {
  content: "";
}

.skin-prompt-details summary::before {
  content: "\25B8";
  display: inline-block;
  margin-right: 5px;
  transition: transform 0.18s ease;
}

.skin-prompt-details[open] summary::before {
  transform: rotate(90deg);
}

.skin-prompt-text {
  width: 100%;
  margin: 0;
  padding: 16px;
  overflow: visible;
  white-space: pre-wrap;
  word-break: break-word;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.48;
}

.skin-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.skin-result-card {
  display: grid;
  gap: 14px;
}

.skin-result-slot {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(183, 255, 42, 0.16), transparent 30%),
    rgba(0, 0, 0, 0.26);
}

.skin-result-slot img {
  width: 100%;
  height: 100%;
  display: block;
  grid-area: 1 / 1;
  object-fit: cover;
}

.skin-result-slot:not(.is-missing) span {
  display: none;
}

.skin-result-slot.is-missing img {
  display: none;
}

.skin-result-slot span {
  grid-area: 1 / 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 900;
}

.topic-detail[data-topic-slug="midjourney-guide"] {
  background: #050506;
}

.topic-detail[data-topic-slug="midjourney-guide"] .topic-backbar {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(28px, 4.6vw, 68px);
}

.midjourney-guide-hero {
  position: relative;
  min-height: auto;
  isolation: isolate;
  padding: clamp(24px, 3.6vw, 54px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 75% 18%, rgba(183, 255, 42, 0.2), transparent 28rem),
    radial-gradient(circle at 18% 78%, rgba(126, 68, 255, 0.26), transparent 34rem),
    linear-gradient(135deg, #060607 0%, #111019 48%, #061318 100%);
  background-size: 94px 94px, 94px 94px, auto, auto, auto;
}

.midjourney-guide-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 16%, rgba(183, 255, 42, 0.1) 16% 16.4%, transparent 16.4% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.midjourney-case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
}

.midjourney-case-copy {
  min-width: 0;
  animation: midjourneyRise 0.7s ease both;
}

.midjourney-case-copy h2 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 5.7vw, 6rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
}

.midjourney-case-copy > p:not(.chapter-label) {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  font-weight: 800;
  line-height: 1.46;
}

.midjourney-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 28px;
}

.midjourney-badge-row span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(183, 255, 42, 0.34);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.11);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.midjourney-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.midjourney-hero-actions .topic-hero-download {
  margin-top: 0;
}

.midjourney-case-visual {
  position: relative;
  min-height: 520px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(183, 255, 42, 0.06)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 34px 86px rgba(0, 0, 0, 0.42);
  animation: midjourneyRise 0.76s 0.08s ease both;
}

.midjourney-case-visual img {
  width: 100%;
  height: 100%;
  min-height: 492px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(1.04) contrast(1.03);
}

.midjourney-case-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.62)),
    linear-gradient(120deg, rgba(183, 255, 42, 0.16), transparent 34%);
  pointer-events: none;
}

.midjourney-hero-stats {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.midjourney-hero-stats span {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(7, 7, 9, 0.64);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.midjourney-hero-stats small,
.midjourney-hero-stats strong {
  display: block;
  overflow-wrap: anywhere;
}

.midjourney-hero-stats small {
  color: rgba(255, 255, 255, 0.55);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.midjourney-hero-stats strong {
  margin-top: 4px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.14;
}

.midjourney-material-body {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  padding: clamp(34px, 5vw, 76px) clamp(18px, 4vw, 74px) 110px;
  background:
    radial-gradient(circle at 88% 8%, rgba(183, 255, 42, 0.12), transparent 28rem),
    linear-gradient(180deg, #050506 0%, #0a0811 46%, #050506 100%);
}

.midjourney-section-intro,
.midjourney-param-head {
  max-width: 960px;
}

.midjourney-section-intro h3,
.midjourney-param-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.midjourney-section-intro > p:not(.chapter-label),
.midjourney-param-head > p:not(.chapter-label) {
  max-width: 840px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.98rem, 1.12vw, 1.1rem);
  font-weight: 800;
  line-height: 1.5;
}

.midjourney-material-body > * {
  animation: midjourneyRise 0.62s ease both;
}

.midjourney-image-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.midjourney-image-strip figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.midjourney-image-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.midjourney-image-strip figure:hover img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.06);
}

.midjourney-image-strip figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(6, 6, 8, 0.64);
  color: rgba(255, 255, 255, 0.86);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
}

.midjourney-formula-card {
  display: grid;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(183, 255, 42, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 22px 64px rgba(0, 0, 0, 0.22);
}

.midjourney-formula-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.midjourney-formula-track span {
  min-width: 0;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.32);
}

.midjourney-formula-track small {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.midjourney-formula-track strong {
  color: #fff;
  font-size: clamp(0.92rem, 1.08vw, 1.05rem);
  line-height: 1.16;
}

.midjourney-param-groups {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.midjourney-param-group {
  display: grid;
  gap: 18px;
}

.midjourney-param-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.midjourney-param-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.midjourney-param-card:hover,
.midjourney-preset-card:hover,
.midjourney-prompt-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 255, 42, 0.42);
  background: rgba(183, 255, 42, 0.1);
}

.midjourney-param-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.13);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.midjourney-param-card h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.2vw, 1.28rem);
  line-height: 1.08;
}

.midjourney-param-card small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.32;
}

.midjourney-param-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.42;
}

.midjourney-photo-break {
  display: grid;
  grid-template-columns: 1.08fr 1fr 0.92fr 1fr 1.08fr;
  gap: 10px;
  margin: 8px 0 4px;
}

.midjourney-photo-break figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(183, 255, 42, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.midjourney-photo-break img {
  width: 100%;
  height: clamp(130px, 13vw, 210px);
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.midjourney-photo-break figure:hover img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.06);
}

.midjourney-important-note,
.midjourney-telegram-note {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  padding: 16px 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 105, 151, 0.24), transparent 24%),
    linear-gradient(90deg, rgba(255, 105, 151, 0.18), rgba(183, 255, 42, 0.08)),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(183, 255, 42, 0.42);
  box-shadow:
    0 0 0 1px rgba(183, 255, 42, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.midjourney-important-note span,
.midjourney-telegram-note span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ff6d97;
  color: #08070b;
  font-weight: 950;
}

.midjourney-important-note p,
.midjourney-telegram-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 780;
  line-height: 1.38;
}

.midjourney-telegram-note {
  justify-content: space-between;
  background:
    radial-gradient(circle at 10% 50%, rgba(183, 255, 42, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(217, 187, 255, 0.16), rgba(183, 255, 42, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.midjourney-telegram-note span {
  min-height: 0;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.midjourney-telegram-note .hub-open {
  flex: 0 0 auto;
  min-height: 46px;
  border-color: rgba(42, 171, 238, 0.5);
  background: #2aabee;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 16px 36px rgba(42, 171, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.midjourney-telegram-note .hub-open:hover {
  background: #fff;
  color: #101018;
  box-shadow:
    0 18px 44px rgba(42, 171, 238, 0.24),
    0 0 28px rgba(42, 171, 238, 0.22);
}

.midjourney-presets,
.midjourney-prompt-section {
  display: grid;
  gap: 18px;
}

.midjourney-preset-grid,
.midjourney-prompt-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.midjourney-preset-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
    #111116;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 44px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.midjourney-preset-card span {
  display: block;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.midjourney-preset-card strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(0.92rem, 1.08vw, 1.08rem);
  line-height: 1.34;
}

.midjourney-preset-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.42;
}

.midjourney-prompt-card {
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

@keyframes midjourneyRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .midjourney-case-copy,
  .midjourney-case-visual,
  .midjourney-material-body > *,
  .midjourney-image-strip img,
  .midjourney-photo-break img,
  .midjourney-param-card,
  .midjourney-preset-card,
  .midjourney-prompt-card {
    animation: none;
    transition: none;
  }
}

.prompt-case-page {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 7, 17, 0.98), rgba(18, 14, 37, 0.98) 48%, rgba(7, 26, 38, 0.98)),
    repeating-linear-gradient(90deg, rgba(183, 255, 42, 0.1) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(191, 244, 255, 0.08) 0 1px, transparent 1px 72px),
    #080711;
  background-attachment: fixed;
}

.prompt-case-shell {
  width: min(100%, 1500px);
}

.prompt-case-page .topbar {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(12, 10, 24, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
  color: #fff;
  backdrop-filter: blur(24px) saturate(1.24);
  -webkit-backdrop-filter: blur(24px) saturate(1.24);
}

.prompt-case-page .brand-mark,
.prompt-case-page .brand-lab,
.prompt-case-page .top-nav a,
.prompt-case-page .profile-pill {
  color: #fff;
}

.prompt-case-page .top-nav a.is-current,
.prompt-case-page .top-nav a:hover {
  background: rgba(183, 255, 42, 0.14);
  color: var(--lime);
}

.prompt-case-page .profile-pill {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.prompt-case-page .chapter-label {
  color: var(--lime);
  opacity: 0.86;
}

.prompt-case-main {
  display: grid;
  gap: 22px;
}

.prompt-case-hero,
.prompt-case-section,
.prompt-case-cta {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px) saturate(1.16);
  -webkit-backdrop-filter: blur(20px) saturate(1.16);
}

.prompt-case-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  overflow: hidden;
}

.prompt-case-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding: clamp(8px, 3vw, 26px);
}

.prompt-case-hero h1,
.prompt-case-section h2,
.prompt-case-cta h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  letter-spacing: 0;
}

.prompt-case-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
  font-size: 3.85rem;
  line-height: 1;
}

.prompt-case-hero p,
.prompt-case-section p,
.prompt-case-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.prompt-case-hero .prompt-case-lead {
  max-width: 720px;
  color: #fff;
  font-size: 1.28rem;
}

.prompt-case-tags,
.prompt-case-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.prompt-case-tags span,
.prompt-case-flow span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(183, 255, 42, 0.28);
  border-radius: var(--radius-pill);
  background: rgba(183, 255, 42, 0.12);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  font-weight: 900;
}

.prompt-case-hero-visual,
.prompt-case-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.prompt-case-hero-visual img,
.prompt-case-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.prompt-case-hero-visual {
  min-height: 560px;
}

.prompt-case-section,
.prompt-case-cta {
  padding: 28px;
}

.prompt-case-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(280px, 0.58fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.prompt-case-section-head h2,
.prompt-case-step h2,
.prompt-case-cta h2 {
  font-size: 2.65rem;
  line-height: 1;
}

.prompt-case-section-head .chapter-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.prompt-case-section-head p {
  margin: 0;
}

.prompt-case-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.prompt-case-figure {
  aspect-ratio: 4 / 5;
}

.prompt-case-figure figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 7, 17, 0.68);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.prompt-case-step {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: 20px;
  align-items: stretch;
}

.prompt-case-step.is-reversed {
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
}

.prompt-case-step-copy,
.prompt-case-note-card,
.prompt-case-flow,
.prompt-case-video-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.prompt-case-step-copy,
.prompt-case-note-card {
  min-width: 0;
  padding: 24px;
}

.prompt-case-step-copy {
  display: grid;
  align-content: center;
}

.prompt-case-step-copy p:last-child,
.prompt-case-note-card p:last-child,
.prompt-case-cta p:last-of-type {
  margin-bottom: 0;
}

.prompt-case-note-card {
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.1), rgba(191, 244, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
}

.prompt-case-note-card small {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
}

.prompt-case-note-card strong {
  margin: 12px 0 6px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.05;
}

.prompt-case-dialog p {
  margin: 0;
  color: #fff;
  font-size: 1.16rem;
}

.prompt-case-flow {
  align-content: center;
  justify-content: flex-start;
  padding: 24px;
}

.prompt-case-animation {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
  gap: 20px;
  align-items: center;
}

.prompt-case-video-placeholder {
  min-height: 190px;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  text-align: center;
}

.prompt-case-video-placeholder svg {
  width: 44px;
  height: 44px;
  color: var(--lime);
}

.prompt-case-cta {
  display: grid;
  gap: 14px;
  justify-items: start;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.16), rgba(141, 107, 255, 0.2) 52%, rgba(191, 244, 255, 0.12)),
    rgba(255, 255, 255, 0.08);
}

.prompt-case-cta p {
  max-width: 760px;
  margin: 0;
}

.prompt-case-cta .hero-button {
  margin-top: 6px;
}

body.football-case-page {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 11% 7%, rgba(183, 255, 42, 0.16), transparent 24rem),
    radial-gradient(circle at 84% 16%, rgba(141, 107, 255, 0.22), transparent 34rem),
    linear-gradient(135deg, #050704 0%, #0b0715 47%, #071812 100%);
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
  background-attachment: fixed;
}

.football-case-page::before,
.football-case-page::after {
  display: none;
}

.football-case-page .prompt-case-hero,
.football-case-page .prompt-case-section,
.football-case-page .prompt-case-cta {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(5, 5, 6, 0.78);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.football-case-page .prompt-case-hero {
  background:
    radial-gradient(circle at 86% 12%, rgba(183, 255, 42, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(10, 13, 8, 0.96), rgba(15, 9, 31, 0.95) 58%, rgba(5, 16, 13, 0.94));
}

.football-case-page .prompt-case-hero h1,
.football-case-page .prompt-case-section h2,
.football-case-page .prompt-case-cta h2 {
  color: #fff;
}

.football-case-page .prompt-case-note-card,
.football-case-page .prompt-case-step-copy,
.football-case-page .prompt-case-flow,
.football-case-page .prompt-case-figure,
.football-case-page .prompt-case-hero-visual {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.football-case-page .prompt-case-note-card {
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.13), rgba(141, 107, 255, 0.1)),
    rgba(255, 255, 255, 0.055);
}

.football-case-page .prompt-case-cta {
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.13), rgba(141, 107, 255, 0.13) 58%, rgba(255, 255, 255, 0.045)),
    rgba(6, 7, 7, 0.82);
}

.interactive-scrub-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: clamp(34px, 5vw, 76px) calc(50% - 50vw) clamp(40px, 6vw, 86px);
  padding: 0;
  overflow: hidden;
  border-inline: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(211, 188, 255, 0.32), transparent 42%),
    linear-gradient(90deg, rgba(95, 72, 150, 0.92), rgba(160, 132, 212, 0.88) 52%, rgba(115, 93, 171, 0.94));
  color: #fff;
  isolation: isolate;
}

.interactive-scrub-head {
  position: absolute;
  z-index: 2;
  top: clamp(18px, 3vw, 42px);
  left: clamp(18px, 6vw, 110px);
  width: min(560px, calc(100vw - 36px));
  margin: 0;
  pointer-events: none;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
}

.interactive-scrub-head h2 {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.96);
}

.interactive-scrub-head p:not(.chapter-label) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.interactive-scrub-stage {
  --mascot-shift-x: 0px;
  --mascot-shift-y: 0px;
  --mascot-rotate: 0deg;
  --mascot-shadow-x: 0px;
  --mascot-light-x: 50%;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 21 / 9;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at var(--mascot-light-x) 48%, rgba(146, 122, 199, 0.5), transparent 46%),
    linear-gradient(90deg, #3d2e5c, #49366d 50%, #3d2e5c);
  box-shadow: none;
  cursor: crosshair;
  touch-action: pan-y;
  user-select: none;
}

.mascot-about-copy {
  position: absolute;
  z-index: 4;
  inset: clamp(28px, 5vw, 64px) clamp(22px, 5.4vw, 96px) auto;
  display: grid;
  grid-template-columns: minmax(260px, 28vw) minmax(300px, 1fr) minmax(220px, 24vw);
  gap: clamp(18px, 2.5vw, 46px);
  align-items: start;
  pointer-events: none;
  text-shadow: 0 16px 36px rgba(18, 8, 42, 0.42);
}

.mascot-about-copy h2 {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2.05rem, 3.35vw, 3.9rem);
  font-weight: 900;
  line-height: 0.92;
  text-align: right;
  text-wrap: balance;
}

.mascot-about-text {
  grid-column: 1;
  grid-row: 1;
  max-width: 100%;
  padding-top: clamp(42px, 7.2vw, 118px);
}

.mascot-about-text .chapter-label {
  margin-bottom: 16px;
  color: rgba(183, 255, 42, 0.86);
  font-weight: 800;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.mascot-about-text p:not(.chapter-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.18vw, 1.22rem);
  font-weight: 400;
  line-height: 1.5;
}

.mascot-about-text strong {
  color: rgba(255, 255, 255, 0.96);
  font-weight: 850;
}

.interactive-scrub-stage::before,
.interactive-scrub-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.interactive-scrub-stage::before {
  z-index: 1;
  background:
    linear-gradient(
      112deg,
      rgba(183, 255, 42, 0.12),
      transparent 28%,
      rgba(141, 107, 255, 0.12) 72%,
      transparent
    );
  opacity: 0.72;
  mix-blend-mode: screen;
}

.interactive-scrub-stage::after {
  z-index: 3;
  background:
    linear-gradient(
      180deg,
      rgba(216, 198, 255, 0.38),
      transparent 7%,
      transparent 91%,
      rgba(216, 198, 255, 0.34)
    );
  box-shadow: none;
  mix-blend-mode: screen;
}

.interactive-scrub-video {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  filter: saturate(1.05);
  transform: translate3d(var(--mascot-shift-x), var(--mascot-shift-y), 0) rotate(var(--mascot-rotate)) scale(1.045);
  transform-origin: center;
  transition: filter 0.22s ease;
  box-shadow: var(--mascot-shadow-x) 22px 70px rgba(55, 30, 104, 0.12);
  -webkit-mask-image: radial-gradient(ellipse 42% 90% at 50% 54%, #000 34%, rgba(0, 0, 0, 0.55) 58%, transparent 96%);
  mask-image: radial-gradient(ellipse 42% 90% at 50% 54%, #000 34%, rgba(0, 0, 0, 0.55) 58%, transparent 96%);
  will-change: transform, filter;
}

.interactive-scrub-ui {
  position: absolute;
  z-index: 5;
  right: clamp(18px, 5vw, 92px);
  bottom: clamp(14px, 2vw, 30px);
  display: grid;
  grid-template-columns: auto minmax(100px, 220px);
  gap: 12px;
  align-items: center;
  justify-content: end;
  color: rgba(255, 255, 255, 0.72);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  pointer-events: none;
}

.interactive-scrub-ui span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 5, 6, 0.42);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.interactive-scrub-ui i {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.interactive-scrub-ui b {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lime), rgba(255, 255, 255, 0.92));
  transform: scaleX(0.5);
  transform-origin: left center;
}

@media (prefers-reduced-motion: reduce) {
  .interactive-scrub-video {
    transform: none;
    transition: none;
  }
}

.frame-director-page {
  background:
    radial-gradient(circle at 86% 12%, rgba(183, 255, 42, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(5, 5, 6, 0.98), rgba(14, 13, 24, 0.98) 48%, rgba(4, 20, 20, 0.98)),
    #050505;
}

.frame-director-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
}

.frame-director-hero .hero-button,
.frame-director-page .prompt-case-cta .hero-button {
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
}

.frame-director-hero-visual img {
  object-position: center;
}

.frame-director-screen-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 1fr);
  gap: 16px;
}

.frame-director-screen {
  aspect-ratio: 16 / 9;
  background: #050505;
}

.frame-director-screen img {
  object-fit: contain;
  background: #050505;
}

.frame-director-list {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
}

.frame-director-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.frame-director-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.38;
}

.frame-director-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(183, 255, 42, 0.12);
}

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

.frame-director-prompt-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 44px rgba(0, 0, 0, 0.18);
}

.frame-director-prompt-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.5vw, 1.55rem);
  line-height: 1.08;
}

.frame-director-prompt-card > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.42;
}

.frame-director-result {
  aspect-ratio: auto;
  background: #050505;
}

.frame-director-result img {
  height: auto;
  object-fit: contain;
  background: #050505;
}

.simple-logo-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(183, 255, 42, 0.16), transparent 30%),
    radial-gradient(circle at 14% 88%, rgba(207, 231, 174, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(5, 5, 6, 0.98), rgba(16, 17, 13, 0.98) 48%, rgba(8, 20, 16, 0.98)),
    #050505;
}

.frame-director-page,
.simple-logo-page {
  color: #f7fff2;
  background:
    radial-gradient(circle at 12% 10%, rgba(183, 255, 42, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(63, 97, 35, 0.32), transparent 34rem),
    radial-gradient(circle at 44% 100%, rgba(20, 55, 36, 0.32), transparent 36rem),
    linear-gradient(135deg, #040604 0%, #10150d 48%, #07130d 100%);
  background-attachment: fixed;
}

.frame-director-page .topbar,
.simple-logo-page .topbar {
  border-color: rgba(183, 255, 42, 0.16);
  background:
    linear-gradient(135deg, rgba(17, 23, 15, 0.82), rgba(7, 11, 8, 0.78)),
    rgba(8, 12, 8, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.frame-director-page .prompt-case-hero,
.frame-director-page .prompt-case-section,
.frame-director-page .prompt-case-cta,
.simple-logo-page .prompt-case-hero,
.simple-logo-page .prompt-case-section,
.simple-logo-page .prompt-case-cta {
  border-color: rgba(183, 255, 42, 0.18);
  background:
    radial-gradient(circle at 88% 12%, rgba(183, 255, 42, 0.1), transparent 22rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.024)),
    rgba(8, 12, 8, 0.9);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(183, 255, 42, 0.04);
}

.frame-director-page .prompt-case-hero,
.simple-logo-page .prompt-case-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(183, 255, 42, 0.13), transparent 26rem),
    radial-gradient(circle at 12% 80%, rgba(75, 111, 39, 0.22), transparent 30rem),
    linear-gradient(145deg, rgba(15, 20, 13, 0.96), rgba(6, 9, 7, 0.94));
}

.frame-director-page .prompt-case-cta,
.simple-logo-page .prompt-case-cta {
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.18), rgba(54, 82, 36, 0.2) 46%, rgba(255, 255, 255, 0.04)),
    rgba(8, 12, 8, 0.9);
}

.frame-director-page .prompt-case-step-copy,
.frame-director-page .prompt-case-note-card,
.frame-director-page .prompt-case-flow,
.frame-director-page .prompt-case-video-placeholder,
.frame-director-page .prompt-case-figure,
.frame-director-page .prompt-case-hero-visual,
.simple-logo-page .prompt-case-step-copy,
.simple-logo-page .prompt-case-note-card,
.simple-logo-page .prompt-case-flow,
.simple-logo-page .prompt-case-video-placeholder,
.simple-logo-page .prompt-case-figure,
.simple-logo-page .prompt-case-hero-visual {
  border-color: rgba(183, 255, 42, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(9, 13, 9, 0.82);
}

.frame-director-page .prompt-case-hero h1,
.frame-director-page .prompt-case-section h2,
.frame-director-page .prompt-case-cta h2,
.simple-logo-page .prompt-case-hero h1,
.simple-logo-page .prompt-case-section h2,
.simple-logo-page .prompt-case-cta h2 {
  color: #fff;
}

.frame-director-page .prompt-case-hero p:not(.chapter-label),
.frame-director-page .prompt-case-section p:not(.chapter-label),
.frame-director-page .prompt-case-cta p:not(.chapter-label),
.simple-logo-page .prompt-case-hero p:not(.chapter-label),
.simple-logo-page .prompt-case-section p:not(.chapter-label),
.simple-logo-page .prompt-case-cta p:not(.chapter-label) {
  color: rgba(247, 255, 242, 0.74);
  font-weight: 650;
}

.frame-director-page .prompt-case-hero .prompt-case-lead,
.simple-logo-page .prompt-case-hero .prompt-case-lead {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
}

.frame-director-page .chapter-label,
.simple-logo-page .chapter-label {
  color: var(--lime);
  opacity: 0.92;
}

.simple-logo-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.5fr);
}

.simple-logo-hero-visual {
  background: #eaf1df;
}

.simple-logo-hero-visual img,
.simple-logo-pdf-page img {
  object-fit: cover;
  object-position: center;
}

.simple-logo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.simple-logo-actions .hero-button,
.simple-logo-actions .secondary-button {
  width: max-content;
  max-width: 100%;
}

.simple-logo-formula-card,
.simple-logo-check-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 44px rgba(0, 0, 0, 0.18);
}

.simple-logo-formula-card h3,
.simple-logo-check-grid h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 1.5vw, 1.55rem);
  line-height: 1.08;
}

.simple-logo-formula-card .skin-prompt-text {
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
}

.simple-logo-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.simple-logo-check-grid small {
  width: max-content;
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 10px;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  font-weight: 900;
}

.simple-logo-check-grid p {
  margin: 10px 0 0;
}

.simple-logo-ai-tools {
  gap: 28px;
}

.simple-logo-tool-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.simple-logo-tool-note article {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.06);
}

.simple-logo-tool-note span,
.simple-logo-example-card figcaption span {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.simple-logo-tool-note h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
}

.simple-logo-tool-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.simple-logo-example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.simple-logo-example-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.simple-logo-example-card-wide {
  grid-column: span 2;
}

.simple-logo-example-card img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  background: #101010;
  object-fit: cover;
}

.simple-logo-example-card-wide img {
  aspect-ratio: 16 / 9;
}

.simple-logo-example-card figcaption {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.simple-logo-example-card figcaption strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.08;
}

.simple-logo-vector-card {
  gap: 12px;
}

.simple-logo-vector-card .hub-open {
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  color: var(--lime);
}

.simple-logo-pdf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.simple-logo-pdf-page {
  aspect-ratio: 0.707;
  background: #eaf1df;
}

.auth-page {
  min-height: 100svh;
}

.auth-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  gap: 24px;
  padding: 32px 18px;
}

.auth-card {
  width: min(100%, 520px);
  padding: 30px;
}

.auth-card h1 {
  margin-bottom: 12px;
  font-size: 2.6rem;
  line-height: 1;
}

.auth-card > p {
  color: var(--text-soft);
  font-weight: 800;
}

.auth-card form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.auth-card label {
  display: grid;
  gap: 7px;
  color: var(--text-soft);
  font-weight: 900;
}

.auth-card input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(139, 111, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  outline: none;
}

.auth-card input:focus {
  border-color: rgba(141, 107, 255, 0.68);
  box-shadow: 0 0 0 4px rgba(141, 107, 255, 0.12);
}

.auth-switch {
  margin: 16px 0 0;
}

.auth-switch a {
  color: var(--violet);
  font-weight: 900;
}

.text-button {
  min-height: auto;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.forgot-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(139, 111, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.forgot-panel form[hidden],
.forgot-message[hidden] {
  display: none;
}

.forgot-panel form {
  margin-top: 0;
}

.forgot-panel .checkout-button {
  min-height: 52px;
}

.forgot-message {
  display: grid;
  gap: 10px;
}

.forgot-message h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.28rem;
  line-height: 1.05;
}

.forgot-message p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 800;
  line-height: 1.34;
}

.forgot-message .text-button {
  width: max-content;
  max-width: 100%;
  margin-top: 6px;
}

.forgot-panel[data-state="loading"] {
  opacity: 0.82;
}

.protected-account {
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, auto) auto auto;
  gap: 8px;
  align-items: center;
  padding: 5px 6px 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  font-weight: 900;
}

.protected-account span,
.protected-account strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.protected-account span {
  max-width: 180px;
  color: var(--text);
  font-size: 0.82rem;
}

.protected-account strong {
  max-width: 150px;
  color: var(--muted);
  font-size: 0.72rem;
}

.protected-account button {
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--lime);
  color: var(--text);
  font-weight: 900;
}

.protected-page .topbar,
.platform-dashboard-page .topbar {
  grid-template-columns: max-content minmax(0, 1fr) minmax(0, max-content);
  gap: clamp(10px, 1.1vw, 18px);
}

.protected-page .brand,
.platform-dashboard-page .brand {
  min-width: 0;
}

.protected-page .brand-mark,
.platform-dashboard-page .brand-mark {
  font-size: clamp(1rem, 1.42vw, 1.26rem);
}

.protected-page .brand-lab,
.platform-dashboard-page .brand-lab {
  min-height: 28px;
  padding-inline: 10px;
}

.protected-page .top-nav,
.platform-dashboard-page .top-nav {
  min-width: 0;
  width: 100%;
  justify-self: stretch;
  justify-content: center;
  gap: 3px;
  padding: 5px;
  overflow: hidden;
}

.protected-page .top-nav a,
.platform-dashboard-page .top-nav a {
  min-height: 40px;
  padding-inline: clamp(7px, 0.72vw, 12px);
  font-size: clamp(0.74rem, 0.78vw, 0.86rem);
}

.protected-page .protected-account,
.platform-dashboard-page .protected-account {
  justify-self: end;
  min-width: 0;
  max-width: min(390px, 28vw);
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.protected-page .protected-account span,
.platform-dashboard-page .protected-account span {
  max-width: clamp(118px, 11vw, 176px);
}

.protected-page .protected-account strong,
.platform-dashboard-page .protected-account strong {
  max-width: clamp(92px, 8vw, 132px);
}

@media (min-width: 981px) and (max-width: 1460px) {
  .protected-page .topbar,
  .platform-dashboard-page .topbar {
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
  }

  .protected-page .top-nav,
  .platform-dashboard-page .top-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .protected-page .protected-account,
  .platform-dashboard-page .protected-account {
    grid-column: 2;
    grid-row: 1;
    max-width: min(100%, 460px);
  }
}

.platform-dashboard-intro {
  margin-bottom: 22px;
}

body.is-auth-checking .platform-shell main,
body.is-auth-checking .bottom-dock {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

body.is-auth-checking::after {
  content: "Проверяем доступ...";
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-glass);
  font-weight: 900;
}

.access-error {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.access-error section {
  width: min(100%, 560px);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-glass);
}

.access-error h1 {
  font-size: 2.35rem;
  line-height: 1;
}

@media (max-width: 1180px) {
  .public-preview-grid,
  .public-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-plan-card {
    grid-template-columns: 1fr;
  }

  .public-plan-card small {
    max-width: none;
  }

  .skin-case-hero {
    grid-template-columns: 1fr;
  }

  .skin-case-visual {
    min-height: 0;
  }

  .skin-case-visual img {
    min-height: 420px;
  }

  .skin-prompt-grid,
  .skin-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .midjourney-case-hero {
    grid-template-columns: 1fr;
  }

  .midjourney-case-visual {
    min-height: 0;
  }

  .midjourney-case-visual img {
    min-height: 420px;
  }

  .midjourney-image-strip,
  .midjourney-photo-break,
  .midjourney-param-grid,
  .midjourney-preset-grid,
  .midjourney-prompt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .midjourney-important-note,
  .midjourney-telegram-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .midjourney-formula-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .creative-model-intro {
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  }

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

  .frame-director-hero,
  .frame-director-screen-grid,
  .frame-director-prompt-grid,
  .simple-logo-hero,
  .simple-logo-tool-note,
  .simple-logo-check-grid,
  .simple-logo-pdf-grid {
    grid-template-columns: 1fr;
  }

  .frame-director-screen {
    aspect-ratio: 16 / 10;
  }

  .simple-logo-pdf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simple-logo-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .glossary-main {
    padding: 28px 0 82px;
  }

  .glossary-hero,
  .term-entry {
    grid-template-columns: 1fr;
  }

  .glossary-hero {
    gap: 18px;
    margin-bottom: 42px;
  }

  .glossary-hero h1 {
    font-size: 3rem;
  }

  .glossary-hero > p,
  .term-entry dd {
    font-size: 1rem;
  }

  .term-entry {
    gap: 12px;
    padding: 24px 0;
  }

  .term-name {
    font-size: 2rem;
  }

  .public-hero,
  .public-section-head,
  .public-feature-grid,
  .public-preview-grid,
  .public-free-band,
  .public-download-grid {
    grid-template-columns: 1fr;
  }

  .public-hero-copy,
  .public-hero-panel,
  .public-section,
  .public-free-band,
  .public-subscription,
  .public-plan-card,
  .account-plan-section,
  .current-plan-card,
  .tariff-card,
  .auth-card {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .public-hero-copy {
    min-height: 0;
  }

  .public-hero-copy h1,
  .auth-card h1 {
    font-size: 2.22rem;
  }

  .public-section-head h2,
  .public-free-band h2 {
    font-size: 1.82rem;
  }

  .current-plan-card,
  .tariff-grid {
    grid-template-columns: 1fr;
  }

  .tariff-price {
    font-size: 2.2rem;
  }

  .public-actions,
  .public-plan-card .checkout-button,
  .tariff-card .checkout-button,
  .secondary-button,
  .hero-button {
    width: 100%;
  }

  .public-download-grid .download-card {
    min-height: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 18px;
  }

  .public-download-grid .download-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .public-download-grid .download-copy strong {
    font-size: 1.18rem;
  }

  .skin-case-hero,
  .skin-image-strip,
  .skin-prompt-grid,
  .skin-results-grid {
    grid-template-columns: 1fr;
  }

  .midjourney-guide-hero {
    padding: 18px;
  }

  .topic-detail[data-topic-slug="midjourney-guide"] .topic-backbar {
    margin-bottom: 26px;
  }

  .midjourney-case-hero,
  .midjourney-image-strip,
  .midjourney-param-grid,
  .midjourney-preset-grid,
  .midjourney-prompt-grid,
  .midjourney-formula-track {
    grid-template-columns: 1fr;
  }

  .midjourney-case-copy h2 {
    font-size: 2.34rem;
    line-height: 0.98;
  }

  .midjourney-hero-actions .hero-button,
  .midjourney-hero-actions .topic-hero-download {
    width: 100%;
  }

  .midjourney-case-visual {
    padding: 10px;
    border-radius: 24px;
  }

  .midjourney-case-visual img {
    min-height: 340px;
    border-radius: 18px;
  }

  .midjourney-case-visual::after {
    inset: 10px;
    border-radius: 18px;
  }

  .midjourney-hero-stats {
    left: 20px;
    right: 20px;
    bottom: 20px;
    grid-template-columns: 1fr;
  }

  .midjourney-hero-stats span {
    padding: 10px 12px;
  }

  .midjourney-material-body {
    padding: 32px 18px 88px;
  }

  .midjourney-section-intro h3,
  .midjourney-param-head h3 {
    font-size: 2.08rem;
    line-height: 1;
  }

  .midjourney-formula-card,
  .midjourney-param-card,
  .midjourney-preset-card {
    border-radius: 22px;
  }

  .midjourney-formula-track span {
    min-height: 0;
  }

  .skin-case-copy h2 {
    font-size: 2.28rem;
    line-height: 0.98;
  }

  .skin-case-visual {
    padding: 10px;
    border-radius: 24px;
  }

  .skin-case-visual img {
    min-height: 340px;
    border-radius: 18px;
  }

  .skin-prompt-card,
  .skin-result-card {
    padding: 16px;
    border-radius: 22px;
  }

  .frame-director-page .prompt-case-hero,
  .frame-director-page .prompt-case-section,
  .frame-director-page .prompt-case-cta {
    padding: 18px;
  }

  .frame-director-hero .hero-button,
  .frame-director-page .prompt-case-cta .hero-button {
    width: 100%;
  }

  .frame-director-list,
  .frame-director-prompt-card {
    padding: 16px;
    border-radius: 22px;
  }

  .frame-director-screen {
    aspect-ratio: 4 / 3;
  }

  .simple-logo-actions,
  .simple-logo-actions .hero-button,
  .simple-logo-actions .secondary-button {
    width: 100%;
  }

  .simple-logo-formula-card,
  .simple-logo-check-grid article,
  .simple-logo-tool-note article {
    padding: 16px;
    border-radius: 22px;
  }

  .simple-logo-example-grid {
    grid-template-columns: 1fr;
  }

  .simple-logo-example-card-wide {
    grid-column: auto;
  }

  .simple-logo-example-card {
    border-radius: 20px;
  }

  .simple-logo-example-card img,
  .simple-logo-example-card-wide img {
    aspect-ratio: 1;
  }

  .simple-logo-pdf-grid {
    grid-template-columns: 1fr;
  }

  .skin-prompt-text {
    padding: 14px;
    font-size: 0.72rem;
  }

  .creative-effects-body {
    padding: 24px 18px 76px;
  }

  .creative-model-intro,
  .creative-card-grid {
    grid-template-columns: 1fr;
  }

  .creative-model-copy h3 {
    font-size: 2.24rem;
  }

  .creative-hero-copy h2 {
    font-size: clamp(2.55rem, 13vw, 4.4rem);
    line-height: 0.9;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .creative-hero-copy strong {
    font-size: 1rem;
  }

  .creative-hero-media {
    width: min(100%, 360px);
    justify-self: stretch;
  }

  .creative-reference-card,
  .creative-card {
    border-radius: 22px;
  }

  .creative-reference-image,
  .creative-card-image {
    border-radius: 16px;
  }

  .protected-account {
    grid-template-columns: 1fr auto;
    width: 100%;
    border-radius: 20px;
  }

  .protected-account strong {
    display: none;
  }
}

@media (max-width: 1180px) {
  .prompt-case-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .prompt-case-hero h1 {
    font-size: 3.25rem;
  }

  .prompt-case-hero-visual {
    min-height: 520px;
  }

  .prompt-case-section-head,
  .prompt-case-step,
  .prompt-case-step.is-reversed,
  .prompt-case-animation {
    grid-template-columns: 1fr;
  }

  .interactive-scrub-ui {
    justify-content: start;
  }
}

@media (max-width: 760px) {
  .free-case-card {
    min-height: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 18px;
  }

  .free-case-card .download-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .free-case-card .download-copy strong {
    font-size: 1.14rem;
  }

  .prompt-case-page .topbar {
    border-radius: 24px;
  }

  .prompt-case-hero,
  .prompt-case-section,
  .prompt-case-cta {
    border-radius: 24px;
    padding: 18px;
  }

  .prompt-case-hero-copy,
  .prompt-case-step-copy,
  .prompt-case-note-card,
  .prompt-case-flow,
  .prompt-case-video-placeholder {
    padding: 18px;
  }

  .prompt-case-hero h1 {
    font-size: 1.95rem;
    line-height: 1;
  }

  .prompt-case-hero .prompt-case-lead {
    font-size: 1.08rem;
  }

  .prompt-case-hero-visual {
    min-height: 440px;
  }

  .prompt-case-section-head h2,
  .prompt-case-step h2,
  .prompt-case-cta h2 {
    font-size: 1.78rem;
  }

  .prompt-case-image-grid {
    grid-template-columns: 1fr;
  }

  .prompt-case-figure {
    aspect-ratio: 4 / 5.6;
  }

  .prompt-case-tags span,
  .prompt-case-flow span {
    font-size: 0.76rem;
  }

  .interactive-scrub-section {
    margin-block: 24px 44px;
  }

  .interactive-scrub-stage {
    aspect-ratio: 16 / 9;
    min-height: 430px;
  }

  .mascot-about-copy {
    inset: 18px 18px auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mascot-about-copy h2,
  .mascot-about-text {
    grid-column: 1;
    grid-row: auto;
  }

  .mascot-about-copy h2 {
    justify-self: start;
    max-width: 300px;
    font-size: 2.15rem;
    text-align: left;
  }

  .mascot-about-text {
    max-width: 92%;
    padding-top: 0;
  }

  .mascot-about-text .chapter-label {
    margin-bottom: 8px;
  }

  .mascot-about-text p:not(.chapter-label) {
    font-size: 0.92rem;
    line-height: 1.28;
  }

  .interactive-scrub-ui {
    right: 12px;
    bottom: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 0.58rem;
  }

  .interactive-scrub-ui i {
    width: 120px;
  }

  .prompt-case-cta .hero-button {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-preview {
    grid-template-columns: 1fr;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto {
    grid-template-columns: 1fr;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-preview img {
    width: min(100%, 360px);
    max-height: 320px;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-hero {
    padding: 18px 12px 24px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-backbar {
    margin-bottom: 20px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-preview {
    gap: 16px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-copy h2 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-copy strong {
    font-size: 0.98rem;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .topic-preview img {
    width: min(100%, 300px);
    max-height: 240px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto {
    margin: 0 12px 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-copy h3 {
    font-size: clamp(1.82rem, 10vw, 2.65rem);
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-actions {
    flex-direction: column;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-link {
    width: 100%;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .seedance-howto-steps span {
    width: 30px;
    height: 30px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .lesson-wall {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 12px 84px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .lesson-card {
    border-radius: 20px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .lesson-copy {
    padding: 18px;
  }

  .topic-detail[data-topic-slug="ai-video-seedance"] .lesson-prompt p {
    max-height: 180px;
  }
}

@media (max-width: 1180px) {
  .prompting-hero,
  .prompting-example {
    grid-template-columns: 1fr;
  }

  .prompting-benefit-grid,
  .prompting-structure-grid,
  .prompting-param-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .prompting-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: auto;
  }
}

@media (max-width: 760px) {
  .prompting-lesson {
    gap: 24px;
    padding-bottom: 76px;
  }

  .prompting-hero,
  .prompting-section {
    border-radius: 24px;
  }

  .prompting-hero,
  .prompting-section {
    padding: 18px;
  }

  .prompting-hero {
    min-height: 0;
  }

  .prompting-hero-copy h1 {
    font-size: clamp(2.38rem, 13vw, 3.5rem);
    line-height: 0.96;
  }

  .prompting-hero-actions,
  .prompting-hero-actions .hero-button,
  .prompting-hero-actions .secondary-button {
    width: 100%;
  }

  .prompting-hero-panel,
  .prompting-benefit-grid,
  .prompting-structure-grid,
  .prompting-token-grid,
  .prompting-param-grid,
  .prompting-checklist-list {
    grid-template-columns: 1fr;
  }

  .prompting-section-intro h2,
  .prompting-example-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .prompting-benefit-grid article,
  .prompting-structure-grid article,
  .prompting-token-grid article,
  .prompting-param-grid article,
  .prompting-full-prompt,
  .prompting-checklist-list article {
    border-radius: 20px;
    padding: 16px;
  }

  .prompting-benefit-grid article,
  .prompting-param-grid article {
    min-height: 0;
  }

  .prompting-example-steps article {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 14px;
  }

  .prompting-example-steps span {
    width: 30px;
    height: 30px;
  }

  .prompting-example-steps p {
    grid-column: 1 / -1;
  }

  .prompting-example-visual,
  .prompting-example-visual img {
    border-radius: 20px;
  }

  .prompting-full-prompt pre {
    font-size: 0.72rem;
  }

  .prompting-checklist-list article {
    display: grid;
    grid-template-columns: 1fr;
  }

  .prompting-checklist-list span,
  .prompting-checklist-list h3,
  .prompting-checklist-list p {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

.platform-dashboard-page .platform-dashboard-intro {
  margin-bottom: clamp(28px, 4vw, 56px);
}

body.platform-dashboard-page {
  background:
    radial-gradient(circle at 16% -8%, rgba(255, 255, 255, 0.42), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(183, 255, 42, 0.18), transparent 24%),
    radial-gradient(circle at 54% 64%, rgba(255, 184, 220, 0.18), transparent 36%),
    linear-gradient(135deg, #bfa7fb 0%, #c8b1ff 46%, #d9caff 100%);
}

.platform-route-section {
  display: grid;
  gap: 22px;
  margin-bottom: clamp(48px, 6vw, 78px);
}

.platform-dashboard-page .platform-route-section {
  scroll-margin-top: 118px;
}

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

.quick-route-card {
  min-width: 0;
  min-height: 156px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #121215;
  color: #fff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quick-route-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 255, 42, 0.34);
  background:
    radial-gradient(circle at 88% 18%, rgba(183, 255, 42, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    #121215;
}

.quick-route-card small,
.quick-route-card span {
  color: rgba(255, 255, 255, 0.58);
}

.quick-route-card small {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-route-card strong {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.12rem, 1.45vw, 1.62rem);
  line-height: 1.05;
}

.quick-route-card span {
  font-weight: 800;
  line-height: 1.3;
}

.quick-route-card-warning {
  border-color: rgba(183, 255, 42, 0.26);
}

.quick-route-card-free {
  background:
    radial-gradient(circle at 88% 16%, rgba(183, 255, 42, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    #111315;
}

.quick-route-card-portal {
  border-color: rgba(183, 255, 42, 0.34);
  background:
    radial-gradient(circle at 86% 12%, rgba(183, 255, 42, 0.2), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 94, 214, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    #111315;
}

.platform-dashboard-page .platform-hub {
  margin-bottom: clamp(54px, 7vw, 96px);
}

.platform-dashboard-page .global-sections-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.platform-dashboard-page .platform-card,
.platform-dashboard-page .platform-card-video,
.platform-dashboard-page .platform-card-client,
.platform-dashboard-page .platform-card-llm,
.platform-dashboard-page .platform-card-prompts,
.platform-dashboard-page .platform-card-terms,
.platform-dashboard-page .platform-card-fuckup,
.platform-dashboard-page .platform-card-free {
  grid-column: auto;
}

.platform-dashboard-page .platform-card {
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #121215;
  color: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.platform-dashboard-page .platform-card::before {
  right: -84px;
  bottom: -106px;
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, rgba(183, 255, 42, 0.18), rgba(205, 184, 255, 0.2));
  opacity: 0.66;
}

.platform-dashboard-page .platform-card::after {
  left: 22px;
  top: 20px;
  right: 22px;
  background: linear-gradient(90deg, rgba(183, 255, 42, 0.42), rgba(255, 255, 255, 0.06));
}

.platform-dashboard-page .platform-card:hover {
  border-color: rgba(183, 255, 42, 0.34);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.24);
}

.platform-dashboard-page .platform-card > svg {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  color: #b7ff2a;
  filter: none;
}

.platform-dashboard-page .platform-card .tag {
  min-height: 30px;
  padding: 0 12px;
  border-color: rgba(183, 255, 42, 0.28);
  background: rgba(183, 255, 42, 0.07);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.platform-dashboard-page .platform-card h3 {
  margin: 42px 0 12px;
  padding-right: 34px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.24rem, 1.55vw, 1.85rem);
  line-height: 1.02;
}

.platform-dashboard-page .platform-card p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.platform-dashboard-page .platform-card .hub-open {
  min-height: 42px;
  padding: 0 16px;
  border-color: rgba(183, 255, 42, 0.38);
  background: rgba(183, 255, 42, 0.94);
  color: #050505;
  box-shadow: 0 18px 42px rgba(183, 255, 42, 0.12);
}

.platform-dashboard-page .platform-card-fuckup .tag {
  border-color: rgba(183, 255, 42, 0.42);
  color: #b7ff2a;
}

.platform-dashboard-page .platform-card-free::before {
  background: linear-gradient(135deg, rgba(183, 255, 42, 0.28), rgba(255, 255, 255, 0.14));
}

.platform-dashboard-page .platform-card-portal::before {
  background: linear-gradient(135deg, rgba(183, 255, 42, 0.32), rgba(255, 94, 214, 0.16));
}

@media (max-width: 1280px) {
  .platform-dashboard-page .global-sections-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .quick-route-grid,
  .platform-dashboard-page .global-sections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .quick-route-grid,
  .platform-dashboard-page .global-sections-grid {
    grid-template-columns: 1fr;
  }

  .quick-route-card,
  .platform-dashboard-page .platform-card {
    min-height: 0;
  }
}

.video-page .video-catalog-intro {
  margin-bottom: clamp(28px, 4vw, 50px);
  padding: clamp(24px, 3.6vw, 42px);
}

.video-page .video-catalog-intro .catalog-back {
  margin-bottom: 18px;
}

.video-page .video-catalog-intro h1 {
  max-width: 900px;
  margin-bottom: 12px;
  font-size: clamp(3.1rem, 5.8vw, 6.2rem);
  line-height: 0.92;
}

.video-page .video-catalog-intro > p:not(.chapter-label) {
  max-width: 820px;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.video-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.video-hero-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(36, 32, 56, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(34, 28, 50, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-page .subpage-section {
  margin-bottom: clamp(50px, 6vw, 82px);
}

.video-page .subpage-section-head {
  gap: 18px;
  margin-bottom: 20px;
}

.video-page .subpage-section-head h2 {
  max-width: 840px;
  font-size: clamp(2.45rem, 4.2vw, 4.7rem);
  line-height: 0.96;
}

.video-page .subpage-section-head > p {
  max-width: 440px;
  font-size: 0.98rem;
  font-weight: 800;
}

.video-page .section-material-grid,
.video-page .paid-lesson-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.video-page .section-material-card,
.video-page .paid-lesson-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #121215;
  color: #fff;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.video-page .section-material-card {
  min-height: 292px;
  padding: 22px;
}

.video-page .section-material-card::after {
  width: 42%;
  opacity: 0.58;
}

.video-page .section-material-card:hover,
.video-page .paid-lesson-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 255, 42, 0.36);
  background:
    radial-gradient(circle at 88% 18%, rgba(183, 255, 42, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #101012;
}

.video-page .section-material-card small,
.video-page .paid-lesson-card small {
  color: rgba(255, 255, 255, 0.5);
}

.video-page .section-material-card h3 {
  margin: 28px 0 12px;
  padding-right: 30px;
  color: #fff;
  font-size: clamp(1.22rem, 1.5vw, 1.75rem);
  line-height: 1.04;
}

.video-page .section-material-card p,
.video-page .paid-lesson-card p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.video-page .section-material-card .hub-open,
.video-page .paid-lesson-card .hub-open {
  border-color: rgba(183, 255, 42, 0.34);
  background: rgba(183, 255, 42, 0.92);
  color: #050505;
}

.video-page .paid-lesson-card {
  overflow: hidden;
  padding: 12px;
}

.video-page .paid-lesson-card img {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #050505;
  object-fit: cover;
}

.video-page .paid-lesson-card div {
  padding: 14px 4px 4px;
}

.video-page .paid-lesson-card h3 {
  color: #fff;
  font-size: clamp(1.16rem, 1.35vw, 1.55rem);
  line-height: 1.05;
}

.video-page .paid-lesson-card-featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at 18% 18%, rgba(183, 255, 42, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #111216;
}

.video-page .motion-control-card {
  grid-column: span 2;
  border-color: rgba(217, 187, 255, 0.28);
  background:
    radial-gradient(circle at 84% 12%, rgba(141, 107, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 90%, rgba(183, 255, 42, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #111216;
}

.video-page .motion-control-card img {
  object-position: center;
}

.video-page .telegram-hub-open {
  gap: 9px;
  border-color: rgba(42, 171, 238, 0.45);
  background: #2aabee;
  color: #fff;
  box-shadow:
    0 16px 36px rgba(42, 171, 238, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.video-page .telegram-hub-open:hover {
  background: #fff;
  color: #1a8ec8;
  box-shadow:
    0 18px 42px rgba(42, 171, 238, 0.24),
    0 0 28px rgba(42, 171, 238, 0.18);
}

.telegram-button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.plush-lesson-section {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  padding: clamp(24px, 4vw, 54px) clamp(18px, 4vw, 74px) clamp(56px, 6vw, 96px);
  background:
    radial-gradient(circle at 84% 8%, rgba(183, 255, 42, 0.16), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(141, 107, 255, 0.18), transparent 34%),
    #050505;
  color: #fff;
}

.plush-lesson-hero,
.plush-lesson-block {
  border: 1px solid rgba(183, 255, 42, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(183, 255, 42, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #121215;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

.plush-lesson-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.08fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 48px);
}

.plush-lesson-copy,
.plush-lesson-block-head,
.plush-tool-grid article,
.plush-note-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.plush-lesson-copy h2,
.plush-lesson-block h3 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  line-height: 0.98;
}

.plush-lesson-copy h2 {
  font-size: clamp(2.2rem, 4vw, 5rem);
}

.plush-lesson-block h3 {
  font-size: clamp(1.65rem, 2.5vw, 3.2rem);
}

.plush-lesson-copy p,
.plush-lesson-block-head > p,
.plush-tool-grid p,
.plush-next-block li,
.plush-note-card li {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  line-height: 1.36;
}

.plush-lesson-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

.plush-lesson-actions .hero-button {
  width: max-content;
  max-width: 100%;
}

.plush-lesson-hero-media {
  display: grid;
  gap: 10px;
  margin: 0;
}

.plush-lesson-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.36);
}

.plush-lesson-hero-media figcaption,
.plush-example-grid figcaption,
.plush-video-grid figcaption {
  color: rgba(255, 255, 255, 0.54);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plush-pipeline,
.plush-example-grid,
.plush-video-grid,
.plush-tool-grid,
.plush-prompt-split {
  display: grid;
  gap: 14px;
}

.plush-pipeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plush-pipeline article,
.plush-prompt-card,
.plush-note-card,
.plush-tool-grid article,
.plush-next-block ol,
.plush-codex-block pre {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.plush-pipeline article {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
  padding: 18px;
}

.plush-pipeline span,
.plush-tool-grid small,
.plush-prompt-card small {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.plush-pipeline h3,
.plush-tool-grid h4 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  line-height: 1.04;
}

.plush-pipeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  line-height: 1.34;
}

.plush-lesson-block {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 38px);
}

.plush-prompt-split {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
}

.plush-prompt-card,
.plush-note-card,
.plush-tool-grid article {
  padding: clamp(18px, 2.2vw, 28px);
}

.plush-prompt-card pre,
.plush-codex-block pre {
  margin: 0;
  overflow: auto;
  color: rgba(255, 255, 255, 0.86);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.88rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.plush-note-card ul,
.plush-next-block ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.plush-note-card li {
  list-style: none;
}

.plush-note-card b,
.plush-next-block li::marker {
  color: #d9bbff;
}

.plush-example-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plush-example-grid figure,
.plush-video-grid figure {
  display: grid;
  gap: 10px;
  margin: 0;
}

.plush-example-grid img,
.plush-video-grid video {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #050505;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.plush-example-grid img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.plush-tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plush-tool-grid article {
  min-height: 280px;
}

.plush-tool-grid .hub-open {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  border-color: rgba(183, 255, 42, 0.34);
  background: rgba(183, 255, 42, 0.94);
  color: #050505;
}

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

.plush-video-grid video {
  aspect-ratio: 16 / 9;
}

.plush-next-block {
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  align-items: start;
}

.plush-next-block ol {
  padding: clamp(18px, 2.2vw, 28px) clamp(18px, 2.2vw, 34px);
  list-style-position: inside;
}

.plush-codex-block pre {
  max-height: 340px;
  padding: clamp(18px, 2.2vw, 28px);
}

.client-work-page .client-work-intro {
  margin-bottom: clamp(24px, 4vw, 44px);
}

.client-work-page .section-material-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-work-page .client-material-card {
  min-height: 260px;
}

.client-work-page .client-material-card .hub-open {
  border-color: rgba(183, 255, 42, 0.36);
  background: rgba(183, 255, 42, 0.92);
  color: #050505;
}

.pinterest-lesson-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(183, 255, 42, 0.14), transparent 34%),
    radial-gradient(circle at 92% 4%, rgba(255, 93, 133, 0.18), transparent 34%),
    radial-gradient(circle at 54% 92%, rgba(141, 107, 255, 0.2), transparent 38%),
    #050505;
  color: #fff;
}

.pinterest-lesson {
  display: grid;
  gap: clamp(24px, 4vw, 46px);
  padding-bottom: clamp(56px, 7vw, 104px);
}

.pinterest-hero,
.pinterest-section,
.pinterest-helper-panel,
.pinterest-final {
  border: 1px solid rgba(183, 255, 42, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(183, 255, 42, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #111113;
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.32);
}

.pinterest-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 52px);
}

.pinterest-hero-copy,
.pinterest-section-head,
.pinterest-helper-panel,
.pinterest-final-copy,
.pinterest-step-card,
.pinterest-download-card {
  min-width: 0;
}

.pinterest-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pinterest-hero-copy h1,
.pinterest-section h2,
.pinterest-helper-panel h2,
.pinterest-final h2 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  line-height: 0.96;
}

.pinterest-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(2.8rem, 6.5vw, 7rem);
}

.pinterest-section h2,
.pinterest-helper-panel h2,
.pinterest-final h2 {
  font-size: clamp(1.9rem, 3.2vw, 4rem);
}

.pinterest-hero-copy p,
.pinterest-section-head p,
.pinterest-step-card p,
.pinterest-helper-panel p,
.pinterest-final p,
.pinterest-download-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  line-height: 1.45;
}

.pinterest-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.pinterest-hero-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(183, 255, 42, 0.24);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(183, 255, 42, 0.08);
  color: #d6ff7a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pinterest-hero-media {
  display: grid;
  gap: 10px;
  align-content: stretch;
  margin: 0;
}

.pinterest-hero-media > .pinterest-image-link > img,
.pinterest-step-card img,
.pinterest-analytics-grid img,
.pinterest-final-media img {
  width: 100%;
  display: block;
  border-radius: 22px;
  background: #050505;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.38);
}

.pinterest-hero-media > .pinterest-image-link {
  height: 100%;
}

.pinterest-hero-media > .pinterest-image-link > img {
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center top;
}

.pinterest-mini-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pinterest-mini-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
}

.pinterest-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}

.pinterest-image-link:hover img {
  transform: translateY(-2px);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(183, 255, 42, 0.12);
}

.pinterest-section,
.pinterest-helper-panel,
.pinterest-final {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3.4vw, 42px);
}

.pinterest-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(280px, 0.45fr);
  gap: 18px;
  align-items: end;
}

.pinterest-web-alert {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255, 93, 133, 0.48);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 93, 133, 0.22), transparent 36%),
    rgba(255, 93, 133, 0.08);
  box-shadow:
    0 0 28px rgba(255, 93, 133, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: pinterest-alert-pulse 1.55s ease-in-out infinite;
}

.pinterest-web-alert strong {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  background: #ff5d85;
  color: #08070a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pinterest-web-alert span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
  line-height: 1.35;
}

@keyframes pinterest-alert-pulse {
  0%,
  100% {
    border-color: rgba(255, 93, 133, 0.42);
    box-shadow:
      0 0 22px rgba(255, 93, 133, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    border-color: rgba(183, 255, 42, 0.72);
    box-shadow:
      0 0 34px rgba(183, 255, 42, 0.16),
      0 0 18px rgba(255, 93, 133, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
}

.pinterest-download-grid,
.pinterest-step-grid,
.pinterest-analytics-grid {
  display: grid;
  gap: 14px;
}

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

.pinterest-download-card {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pinterest-download-card:hover {
  transform: translateY(-3px);
  border-color: rgba(183, 255, 42, 0.38);
  background: rgba(183, 255, 42, 0.1);
}

.pinterest-download-card .pinterest-file-type,
.pinterest-step-card span,
.pinterest-final figcaption {
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pinterest-download-card h3,
.pinterest-step-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.8rem);
  line-height: 1.04;
}

.pinterest-download-card .pinterest-file-type {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(183, 255, 42, 0.1);
}

.pinterest-download-card .hero-button,
.pinterest-helper-panel .hero-button,
.pinterest-final .hero-button {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--lime);
  color: #050505;
  font-weight: 950;
  text-decoration: none;
}

.pinterest-helper-panel {
  grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.28fr);
  align-items: center;
  border-color: rgba(255, 93, 133, 0.26);
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 93, 133, 0.18), transparent 32%),
    radial-gradient(circle at 10% 90%, rgba(183, 255, 42, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #111113;
}

.pinterest-helper-badge {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(183, 255, 42, 0.34);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
  text-transform: uppercase;
}

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

.pinterest-step-card {
  display: grid;
  gap: 12px;
}

.pinterest-step-card:first-child {
  grid-column: 1 / -1;
}

.pinterest-step-card:first-child .pinterest-step-image {
  width: min(50%, 820px);
  justify-self: center;
}

.pinterest-step-image {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}

.pinterest-step-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pinterest-step-card:first-child img {
  aspect-ratio: 815 / 236;
  object-fit: contain;
  background: #050505;
}

.pinterest-step-image:hover img {
  transform: translateY(-2px);
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(183, 255, 42, 0.12);
}

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

.pinterest-analytics-grid .pinterest-image-link:first-child {
  grid-column: 1 / -1;
}

.pinterest-final {
  grid-template-columns: minmax(300px, 0.56fr) minmax(0, 0.44fr);
  align-items: center;
}

.pinterest-final-media {
  margin: 0;
}

.pinterest-final-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: center;
}

.pinterest-final-copy .chapter-label {
  margin-bottom: 2px;
}

.pinterest-final-copy h2 {
  max-width: 760px;
}

.pinterest-final-copy p:not(.chapter-label) {
  max-width: 820px;
}

.pinterest-final-media img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
}

.pinterest-final:not(.pinterest-ad-complete) .pinterest-final-media img {
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 50%, rgba(183, 255, 42, 0.08), transparent 42%),
    #050505;
}

.pinterest-ad-complete {
  border-color: rgba(255, 93, 133, 0.24);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 93, 133, 0.14), transparent 32%),
    radial-gradient(circle at 12% 90%, rgba(183, 255, 42, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #111113;
}

.pinterest-ad-complete .pinterest-final-media img {
  object-fit: contain;
  background: #050505;
}

@media (prefers-reduced-motion: reduce) {
  .pinterest-web-alert {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .video-page .section-material-grid,
  .video-page .paid-lesson-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-work-page .section-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plush-lesson-hero,
  .plush-prompt-split,
  .plush-next-block,
  .pinterest-hero,
  .pinterest-section-head,
  .pinterest-helper-panel,
  .pinterest-final {
    grid-template-columns: 1fr;
  }

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

  .plush-tool-grid,
  .plush-example-grid,
  .pinterest-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .video-page .video-catalog-intro h1 {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
  }

  .video-page .section-material-grid,
  .video-page .paid-lesson-grid,
  .video-page .subpage-section-head,
  .client-work-page .section-material-grid,
  .plush-pipeline,
  .plush-tool-grid,
  .plush-example-grid,
  .plush-video-grid {
    grid-template-columns: 1fr;
  }

  .video-page .paid-lesson-card-featured {
    grid-column: auto;
  }

  .video-page .motion-control-card {
    grid-column: auto;
  }

  .video-hero-tags span {
    width: 100%;
    justify-content: center;
  }

  .plush-lesson-section {
    padding-inline: 12px;
  }

  .plush-lesson-hero,
  .plush-lesson-block,
  .pinterest-hero,
  .pinterest-section,
  .pinterest-helper-panel,
  .pinterest-final {
    border-radius: 24px;
  }

  .plush-lesson-copy h2 {
    font-size: clamp(2.15rem, 12vw, 3.7rem);
  }

  .plush-lesson-actions,
  .plush-lesson-actions .hero-button,
  .pinterest-download-card .hero-button,
  .pinterest-helper-panel .hero-button,
  .pinterest-final .hero-button {
    width: 100%;
  }

  .pinterest-web-alert {
    align-items: flex-start;
    flex-direction: column;
  }

  .pinterest-download-grid,
  .pinterest-step-grid,
  .pinterest-analytics-grid,
  .pinterest-mini-strip {
    grid-template-columns: 1fr;
  }

  .pinterest-step-card:first-child .pinterest-step-image {
    width: 100%;
  }

  .pinterest-hero-copy h1 {
    font-size: clamp(2.35rem, 13vw, 4.2rem);
  }

  .plush-lesson-hero-media img {
    min-height: 220px;
  }

  .plush-pipeline article,
  .plush-tool-grid article {
    min-height: 0;
  }

  .plush-prompt-card pre,
  .plush-codex-block pre {
    font-size: 0.78rem;
  }
}
