body.structure-preview .nav-links {
  width: min(100%, 660px);
}

body.structure-preview .launch-hero {
  min-height: 100svh;
  place-items: center;
  padding: 122px 16px 64px;
}

body.structure-preview .hero-field::before {
  right: 50%;
  top: 48%;
  width: min(72vw, 920px);
  height: min(72vw, 920px);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 226, 77, 0.24), rgba(244, 201, 21, 0.08) 42%, transparent 70%);
  opacity: 0.92;
  transform: translate(50%, -50%);
}

body.structure-preview .launch-code {
  display: none;
}

body.structure-preview .launch-stage {
  grid-template-columns: minmax(0, 1fr);
  width: min(calc(100% - 32px), 1040px);
  min-height: calc(100svh - 186px);
  place-items: center;
  text-align: center;
}

body.structure-preview .mission-brief {
  display: grid;
  width: 100%;
  max-width: 940px;
  justify-items: center;
}

body.structure-preview .mission-brief .eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 14px;
  border: 1px solid rgba(255, 229, 126, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.07), rgba(244, 201, 21, 0.035)),
    rgba(0, 0, 0, 0.14);
}

body.structure-preview .mission-brief h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(6.2rem, 13vw, 11rem);
  line-height: 0.82;
  text-align: center;
}

body.structure-preview .mission-lede {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 250, 240, 0.72);
  text-align: center;
}

body.structure-preview .mission-actions {
  justify-content: center;
}

body.structure-preview .mission-actions .primary-action,
body.structure-preview .mission-actions .secondary-action {
  min-width: 180px;
}

body.structure-preview .assurance-strip {
  width: min(100%, 760px);
  margin-top: 24px;
  border-color: rgba(255, 229, 126, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.052), rgba(244, 201, 21, 0.05), rgba(255, 250, 240, 0.052)),
    rgba(11, 9, 5, 0.46);
}

body.structure-preview .home-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 860px);
  margin-top: 14px;
}

body.structure-preview .home-signal-card {
  position: relative;
  min-height: 118px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 229, 126, 0.14);
  border-radius: 16px;
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.06), rgba(244, 201, 21, 0.026)),
    rgba(14, 11, 5, 0.6);
  backdrop-filter: blur(18px);
}

body.structure-preview .home-signal-card::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 229, 126, 0.18);
  content: "";
  transform: rotate(45deg);
}

body.structure-preview .home-signal-card span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(255, 229, 126, 0.18);
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.structure-preview .home-signal-card strong {
  display: block;
  margin-top: 13px;
  color: #fffaf0;
  font-size: 1.08rem;
}

body.structure-preview .home-signal-card p {
  max-width: 220px;
  margin: 7px 0 0;
  color: rgba(255, 250, 240, 0.6);
  font-size: 0.84rem;
  line-height: 1.6;
}

body.structure-preview #launch .launch-terminal,
body.structure-preview #launch .platform-metrics {
  display: none;
}

body.structure-preview .project-detail-section {
  width: min(calc(100% - 32px), 1240px);
  padding-top: 118px;
}

body.structure-preview #project-page .section-head {
  display: none;
}

body.structure-preview .project-page-layout {
  display: grid;
  grid-template-areas:
    "hero mint"
    "contracts mint";
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 16px;
  align-items: stretch;
}

body.structure-preview .project-hero-card,
body.structure-preview .project-contract-card,
body.structure-preview #project-page .launch-terminal {
  border-color: rgba(255, 229, 126, 0.18);
}

body.structure-preview .project-hero-card {
  grid-area: hero;
  display: grid;
  align-content: start;
  min-height: 0;
  padding: 24px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 229, 126, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0.07), rgba(255, 250, 240, 0.018)),
    rgba(14, 11, 5, 0.82);
}

body.structure-preview .project-page-topline {
  align-items: center;
  margin-bottom: 24px;
}

body.structure-preview #projectPageStatus {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 229, 126, 0.18);
  border-radius: 999px;
  color: var(--amber);
  background: rgba(255, 250, 240, 0.045);
  font-size: 0.72rem;
  font-weight: 950;
}

body.structure-preview .project-page-logo {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
}

body.structure-preview .project-hero-card h3 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

body.structure-preview .project-hero-card p {
  max-width: 780px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.98rem;
}

body.structure-preview .project-progress-stack {
  display: none;
}

body.structure-preview .project-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

body.structure-preview .project-focus-card {
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(255, 229, 126, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.046), rgba(244, 201, 21, 0.026)),
    rgba(0, 0, 0, 0.12);
}

body.structure-preview .project-focus-card span {
  display: block;
  color: var(--amber);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.structure-preview .project-focus-card strong {
  display: block;
  margin-top: 10px;
  color: #fffaf0;
  font-size: 0.98rem;
  line-height: 1.3;
}

body.structure-preview .project-focus-card p {
  margin: 6px 0 0;
  color: rgba(255, 250, 240, 0.56);
  font-size: 0.76rem;
  line-height: 1.55;
}

body.structure-preview .project-page-actions {
  margin-top: 24px;
}

body.structure-preview .project-page-actions .secondary-action {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.82rem;
}

body.structure-preview #project-page .launch-terminal {
  grid-area: mint;
  display: block;
  width: 100%;
  max-width: none;
  align-self: stretch;
  padding: 20px;
  border-radius: 20px;
}

body.structure-preview #project-page .launch-terminal::before {
  opacity: 0.34;
}

body.structure-preview #project-page .terminal-header {
  margin-bottom: 16px;
}

body.structure-preview #project-page .terminal-header h2 {
  display: none;
}

body.structure-preview #project-page .terminal-header .panel-kicker {
  margin-bottom: 0;
}

body.structure-preview #project-page .terminal-header .panel-kicker::after {
  content: " / MINT CONSOLE";
  color: rgba(255, 250, 240, 0.58);
}

body.structure-preview #project-page .launch-window {
  min-height: 116px;
}

body.structure-preview #project-page .feed-panel {
  display: none;
}

body.structure-preview .project-contract-card {
  grid-area: contracts;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.052), rgba(255, 250, 240, 0.018)),
    rgba(14, 11, 5, 0.76);
}

body.structure-preview .project-contract-card div {
  min-height: 86px;
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 229, 126, 0.12);
  background: transparent;
}

body.structure-preview .project-contract-card div:nth-child(4) {
  border-right: 0;
}

body.structure-preview .project-contract-card span {
  color: rgba(255, 250, 240, 0.5);
  font-size: 0.68rem;
}

body.structure-preview .project-contract-card strong {
  margin-top: 8px;
  font-size: 0.86rem;
  line-height: 1.45;
}

body.structure-preview .project-contract-card div:nth-child(3),
body.structure-preview .project-contract-card div:nth-child(6),
body.structure-preview .project-contract-card p,
body.structure-preview .project-mint-suite,
body.structure-preview .project-mint-note,
body.structure-preview #project-page .platform-metrics {
  display: none;
}

body.structure-preview .project-page-actions #projectMintButton {
  display: none;
}

body.structure-preview .project-card-actions button[data-project-action="mint"] {
  display: none;
}

body.structure-preview .project-card-actions {
  grid-template-columns: 1fr;
}

body.structure-preview .structure-project-detail-link {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid rgba(255, 229, 126, 0.2);
  border-radius: 12px;
  color: #121006;
  font-weight: 950;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(255, 231, 106, 0.9) 48%, rgba(244, 201, 21, 0.98)),
    var(--gold);
}

body.structure-preview .structure-preview-project-card {
  border-color: rgba(244, 201, 21, 0.46);
}

body.structure-preview .mirror-surface {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    filter 180ms ease;
}

body.structure-preview .mirror-surface:hover {
  border-color: rgba(255, 238, 152, 0.36);
  box-shadow:
    0 34px 104px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 229, 126, 0.08) inset,
    0 0 48px rgba(244, 201, 21, 0.08);
  filter: saturate(1.06) brightness(1.035);
}

body.structure-preview .mirror-sheen {
  position: absolute;
  inset: -55% -90%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 35%,
      rgba(255, 255, 255, 0.06) 43%,
      rgba(255, 252, 230, 0.48) 49%,
      rgba(255, 229, 126, 0.18) 54%,
      transparent 64%
    );
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-42%, 0, 0) skewX(-16deg);
  will-change: transform, opacity;
}

body.structure-preview .mirror-surface:hover > .mirror-sheen {
  opacity: 0.42;
  transform: translate3d(8%, 0, 0) skewX(-16deg);
  transition:
    transform 820ms cubic-bezier(0.18, 0.82, 0.22, 1),
    opacity 260ms ease;
}

body.structure-preview .mirror-surface.is-mirror-sweeping > .mirror-sheen {
  animation: mirror-sweep 760ms cubic-bezier(0.16, 0.84, 0.24, 1) both;
}

body.structure-preview .mirror-surface.is-mirror-sweeping {
  transform: translateY(-1px);
}

body.structure-preview #creator .mirror-surface {
  transition:
    border-color 200ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

body.structure-preview #creator .mirror-surface:hover {
  border-color: rgba(255, 229, 126, 0.28);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 241, 178, 0.06) inset,
    0 0 34px rgba(244, 201, 21, 0.055);
  filter: saturate(1.025) brightness(1.018);
}

body.structure-preview #creator .mirror-surface > .mirror-sheen {
  inset: -34% -62%;
  background:
    linear-gradient(
      116deg,
      transparent 42%,
      rgba(255, 255, 255, 0.035) 47%,
      rgba(255, 247, 204, 0.24) 50%,
      rgba(244, 201, 21, 0.085) 54%,
      transparent 61%
    );
  transform: translate3d(-62%, 0, 0) skewX(-12deg);
}

body.structure-preview #creator .mirror-surface:hover > .mirror-sheen {
  opacity: 0.22;
  transform: translate3d(-8%, 0, 0) skewX(-12deg);
  transition:
    transform 1040ms cubic-bezier(0.18, 0.82, 0.22, 1),
    opacity 300ms ease;
}

body.structure-preview #creator .mirror-surface.is-mirror-sweeping > .mirror-sheen {
  animation: creator-mirror-sweep 920ms cubic-bezier(0.16, 0.84, 0.24, 1) both;
}

body.structure-preview #creator .mirror-surface.is-mirror-sweeping {
  transform: none;
}

body.structure-preview #creator .creator-flow > div,
body.structure-preview #creator .creator-form-section,
body.structure-preview #creator .creator-equation,
body.structure-preview #creator .mechanism-note,
body.structure-preview #creator .tax-builder,
body.structure-preview #creator .tax-allocation-card,
body.structure-preview #creator .factory-dock div {
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

body.structure-preview #creator .creator-flow > div:hover,
body.structure-preview #creator .creator-form-section:hover,
body.structure-preview #creator .creator-equation:hover,
body.structure-preview #creator .mechanism-note:hover,
body.structure-preview #creator .tax-builder:hover,
body.structure-preview #creator .tax-allocation-card:hover,
body.structure-preview #creator .factory-dock div:hover {
  border-color: rgba(255, 229, 126, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.055), rgba(244, 201, 21, 0.026)),
    rgba(255, 255, 255, 0.032);
  box-shadow:
    0 0 0 1px rgba(255, 229, 126, 0.035) inset,
    0 14px 34px rgba(0, 0, 0, 0.16);
}

@keyframes mirror-sweep {
  0% {
    opacity: 0;
    transform: translate3d(-48%, 0, 0) skewX(-16deg);
  }

  18% {
    opacity: 0.74;
  }

  100% {
    opacity: 0;
    transform: translate3d(52%, 0, 0) skewX(-16deg);
  }
}

@keyframes creator-mirror-sweep {
  0% {
    opacity: 0;
    transform: translate3d(-70%, 0, 0) skewX(-12deg);
  }

  24% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translate3d(34%, 0, 0) skewX(-12deg);
  }
}

@media (max-width: 1080px) {
  body.structure-preview .home-signal-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  body.structure-preview .project-page-layout {
    grid-template-areas:
      "hero"
      "mint"
      "contracts";
    grid-template-columns: 1fr;
  }

  body.structure-preview #project-page .launch-terminal {
    min-height: 0;
  }

  body.structure-preview .project-contract-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.structure-preview .project-focus-grid {
    grid-template-columns: 1fr;
  }

  body.structure-preview .project-contract-card div:nth-child(2) {
    border-right: 0;
  }

  body.structure-preview .project-contract-card div:nth-child(4) {
    border-top: 1px solid rgba(255, 229, 126, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.structure-preview .mirror-surface,
  body.structure-preview .mirror-surface:hover,
  body.structure-preview .mirror-sheen {
    transition: none;
    animation: none;
    transform: none;
  }

  body.structure-preview .mirror-surface:hover > .mirror-sheen,
  body.structure-preview .mirror-surface.is-mirror-sweeping > .mirror-sheen {
    opacity: 0;
  }
}

@media (max-width: 680px) {
  body.structure-preview .launch-stage,
  body.structure-preview .project-detail-section {
    width: calc(100vw - 24px);
  }

  body.structure-preview .launch-hero {
    padding-top: 132px;
  }

  body.structure-preview .mission-brief h1 {
    font-size: clamp(4.6rem, 24vw, 6.4rem);
  }

  body.structure-preview .mission-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.structure-preview .mission-actions .primary-action,
  body.structure-preview .mission-actions .secondary-action {
    width: 100%;
    min-width: 0;
  }

  body.structure-preview .assurance-strip {
    border-radius: 18px;
  }

  body.structure-preview .home-signal-card {
    min-height: 104px;
  }

  body.structure-preview .project-detail-section {
    padding-top: 104px;
  }

  body.structure-preview .project-hero-card,
  body.structure-preview #project-page .launch-terminal {
    padding: 18px;
  }

  body.structure-preview .project-hero-card h3 {
    font-size: clamp(2.6rem, 16vw, 4.2rem);
  }

  body.structure-preview .project-contract-card {
    grid-template-columns: 1fr;
  }

  body.structure-preview .project-contract-card div,
  body.structure-preview .project-contract-card div:nth-child(2),
  body.structure-preview .project-contract-card div:nth-child(4) {
    min-height: 76px;
    border-right: 0;
    border-top: 1px solid rgba(255, 229, 126, 0.12);
  }

  body.structure-preview .project-contract-card div:first-child {
    border-top: 0;
  }
}
