/* T5D Website v2
   Tec5uport Dimension — Omnichain Intelligent Support Layer
   STYLE: Proposed allocation and infrastructure visuals use precise, playful data mapping in the dark T5D palette. Keep them community-friendly, clearly proposed, and free of live transactional cues.
*/

:root {
  --black: #05070D;
  --black-2: #08111F;
  --panel: rgba(12, 21, 36, 0.72);
  --panel-2: rgba(16, 28, 47, 0.88);
  --royal: #1B5CFF;
  --blue: #4D8DFF;
  --cyan: #9FD7FF;
  --ruby: #E21B3C;
  --gunmetal: #2D3743;
  --silver: #C7D3E0;
  --white: #F7FAFF;
  --muted: #95A3B4;
  --line: rgba(199, 211, 224, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 20% 12%, rgba(27, 92, 255, 0.22), transparent 32rem),
    radial-gradient(circle at 80% 6%, rgba(226, 27, 60, 0.12), transparent 30rem),
    linear-gradient(180deg, #05070D 0%, #07101E 42%, #05070D 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(159, 215, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159, 215, 255, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(5, 7, 13, 0.76);
  border-bottom: 1px solid var(--line);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(27, 92, 255, 0.28));
}

.brand > span:last-child {
  min-width: 0;
}

.brand strong {
  display: block;
  white-space: nowrap;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--silver);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-cta {
  display: inline-flex;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(159, 215, 255, 0.28);
  background: rgba(27, 92, 255, 0.12);
}

.mobile-toggle {
  display: none;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 10px 12px;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 72px 0 96px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 42px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid rgba(159, 215, 255, 0.22);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(159, 215, 255, 0.06);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ruby);
  box-shadow: 0 0 18px rgba(226, 27, 60, 0.65);
}

h1 {
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: 0.94;
  margin: 22px 0 22px;
  letter-spacing: -0.07em;
}

.gradient-text {
  background: linear-gradient(105deg, #FFFFFF 0%, #BFD5FF 36%, #4D8DFF 70%, #F7FAFF 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 690px;
  color: var(--silver);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.72;
}

.hero-wordmark {
  width: min(100%, 520px);
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 18px 34px rgba(27, 92, 255, 0.18));
}

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

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--royal), #0D3BC5);
  box-shadow: 0 14px 44px rgba(27, 92, 255, 0.32);
}

.btn-secondary {
  color: var(--silver);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: rgba(159, 215, 255, 0.36);
  background: rgba(159, 215, 255, 0.08);
}

.hero-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(12, 21, 36, 0.92), rgba(5, 7, 13, 0.64));
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(77, 141, 255, 0.4), transparent 28%, rgba(226, 27, 60, 0.24) 72%, transparent);
  z-index: -1;
}

.pentagon-visual {
  width: min(100%, 580px);
  margin-inline: auto;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.38));
}

.framework-core-badge {
  position: relative;
  z-index: 2;
  width: min(68%, 300px);
  height: auto;
  filter: drop-shadow(0 20px 34px rgba(27, 92, 255, 0.28));
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.meta-box {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.meta-box strong {
  display: block;
  font-size: 1.1rem;
}

.meta-box span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 0.84rem;
}

.section {
  padding: 92px 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.eyebrow {
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  margin: 10px 0 16px;
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-header p,
.lede {
  color: var(--silver);
  font-size: 1.12rem;
  line-height: 1.72;
}

.problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--panel);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
}

.panel h3 {
  font-size: 1.4rem;
  margin: 0 0 14px;
}

.panel p, .panel li {
  color: var(--silver);
  line-height: 1.65;
}

.clean-list {
  padding-left: 1.1rem;
  margin: 0;
}

.clean-list li {
  margin: 10px 0;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pillar-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(77, 141, 255, 0.08), transparent),
    rgba(255, 255, 255, 0.035);
  position: relative;
  overflow: hidden;
}

.pillar-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(27, 92, 255, 0.18);
  filter: blur(8px);
}

.pillar-number {
  color: var(--ruby);
  font-weight: 950;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.pillar-card h3 {
  margin: 16px 0 10px;
  font-size: 1.24rem;
}

.pillar-card p {
  margin: 0;
  color: var(--silver);
  line-height: 1.58;
}

.framework {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 32px;
  align-items: center;
}

.framework-map {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at center, rgba(27, 92, 255, 0.22), transparent 22rem),
    rgba(255, 255, 255, 0.035);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.framework-map::before {
  content: "";
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(159, 215, 255, 0.16);
  clip-path: polygon(50% 0%, 100% 36%, 81% 100%, 19% 100%, 0% 36%);
}


.map-label {
  position: absolute;
  font-weight: 900;
  color: var(--silver);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.map-label.top { top: 52px; left: 50%; transform: translateX(-50%); color: var(--white); }
.map-label.ul { top: 170px; left: 52px; }
.map-label.ur { top: 170px; right: 52px; }
.map-label.ll { bottom: 70px; left: 86px; }
.map-label.lr { bottom: 70px; right: 86px; }

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

.flow-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.flow-num {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(27, 92, 255, 0.32), rgba(226, 27, 60, 0.18));
  display: grid;
  place-items: center;
  font-weight: 950;
  color: var(--white);
}

.flow-item h3 {
  margin: 0 0 4px;
}

.flow-item p {
  margin: 0;
  color: var(--silver);
  line-height: 1.55;
}

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

.doc-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.doc-card h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
}

.doc-card p {
  color: var(--silver);
  line-height: 1.6;
  margin: 0 0 24px;
}

.doc-card a {
  margin-top: auto;
  color: var(--cyan);
  font-weight: 900;
}

.timeline {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.phase {
  color: var(--cyan);
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.timeline-item h3 {
  margin: 0 0 8px;
}

.timeline-item p {
  margin: 0;
  color: var(--silver);
  line-height: 1.58;
}

.cta {
  padding: 58px;
  border: 1px solid rgba(159, 215, 255, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 20%, rgba(27, 92, 255, 0.26), transparent 26rem),
    linear-gradient(135deg, rgba(12, 21, 36, 0.9), rgba(5, 7, 13, 0.84));
  box-shadow: var(--shadow);
}

.cta h2 {
  margin-top: 0;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo {
  width: min(260px, 42vw);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 10px 22px rgba(27, 92, 255, 0.16));
}

.page-hero {
  padding: 78px 0 42px;
}

.content-page {
  max-width: 920px;
  margin-inline: auto;
  padding: 0 0 90px;
}

.content-page article {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.035);
  padding: clamp(24px, 5vw, 54px);
}

.content-page h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.content-page h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-top: 42px;
}

.content-page h3 {
  margin-top: 30px;
  font-size: 1.32rem;
}

.content-page p,
.content-page li {
  color: var(--silver);
  line-height: 1.78;
  font-size: 1.05rem;
}

.content-page hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 34px 0;
}

.download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 32px;
}

@media (max-width: 980px) {
  .hero-grid,
  .problem-solution,
  .framework {
    grid-template-columns: 1fr;
  }

  .pillars-grid,
  .docs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .framework-map {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(5, 7, 13, 0.96);
  }

  .nav-links.open {
    display: flex;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .pillars-grid,
  .docs-grid,
  .hero-meta {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .cta {
    padding: 30px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .framework-map {
    min-height: 360px;
  }
    .framework-core-badge {
      width: min(72%, 240px);
    }

  .map-label {
    font-size: 0.7rem;
  }

  .map-label.top { top: 36px; }
  .map-label.ul { top: 128px; left: 22px; }
  .map-label.ur { top: 128px; right: 22px; }
  .map-label.ll { bottom: 48px; left: 40px; }
  .map-label.lr { bottom: 48px; right: 40px; }

  .brand strong {
    font-size: 0.9rem;
  }
}


/* Pillar icon quick links */
.pillar-link-section {
  margin-top: -58px;
  padding: 0 0 34px;
  position: relative;
  z-index: 4;
}

.pillar-link-dock {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(5, 7, 13, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.pillar-link {
  min-height: 126px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 1px solid rgba(199, 211, 224, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(27, 92, 255, 0.18), transparent 70%),
    rgba(255, 255, 255, 0.035);
  color: var(--silver);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pillar-link:hover {
  transform: translateY(-4px);
  border-color: rgba(159, 215, 255, 0.38);
  background:
    radial-gradient(circle at 50% 0%, rgba(27, 92, 255, 0.30), transparent 70%),
    rgba(255, 255, 255, 0.055);
  color: var(--white);
}

.pillar-link img {
  width: 64px;
  height: 64px;
}

.pillar-icon {
  width: 78px;
  height: 78px;
  margin-bottom: 16px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.3));
}

.pillar-anchor {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(159, 215, 255, 0.55);
  font-weight: 900;
}

.pillar-card {
  scroll-margin-top: 110px;
}

.pillar-card:target {
  border-color: rgba(159, 215, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(159, 215, 255, 0.22), 0 18px 70px rgba(27, 92, 255, 0.18);
}

@media (max-width: 980px) {
  .pillar-link-dock {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .pillar-link-section {
    margin-top: -28px;
  }

  .pillar-link-dock {
    grid-template-columns: 1fr;
  }

  .pillar-link {
    min-height: 88px;
    grid-template-columns: 56px 1fr;
    place-items: center start;
    text-align: left;
    padding: 14px 18px;
  }

  .pillar-link img {
    width: 52px;
    height: 52px;
  }
}

/* Scoped Token Utility Research additions */
.research-hero { padding-bottom: 24px; }
.research-status-banner,
.scenario-banner,
.scope-note {
  border: 1px solid rgba(226, 27, 60, 0.38);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(226, 27, 60, 0.12), rgba(27, 92, 255, 0.08));
  color: var(--silver);
  padding: 18px 20px;
  line-height: 1.6;
}
.research-status-banner { display: grid; gap: 4px; max-width: 900px; margin-top: 26px; }
.research-status-banner strong,
.scenario-banner strong { color: var(--white); letter-spacing: 0.06em; }
.research-section { padding-top: 68px; }
.research-grid { display: grid; gap: 18px; }
.research-grid-2 { grid-template-columns: repeat(2, 1fr); }
.research-grid-3 { grid-template-columns: repeat(3, 1fr); }
.research-grid-4 { grid-template-columns: repeat(4, 1fr); }
.research-panel { min-height: 100%; }
.research-panel h3 { margin-top: 16px; }
.research-panel ul { margin-bottom: 0; }
.status-tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
.status-confirmed { color: #B6F6D0; background: rgba(64, 180, 112, 0.15); border: 1px solid rgba(106, 224, 147, 0.3); }
.status-proposed { color: var(--cyan); background: rgba(77, 141, 255, 0.14); border: 1px solid rgba(77, 141, 255, 0.32); }
.status-active { color: var(--cyan); background: rgba(159, 215, 255, 0.12); border: 1px solid rgba(159, 215, 255, 0.34); }
.status-scenario { color: #FFD9A0; background: rgba(238, 159, 55, 0.14); border: 1px solid rgba(238, 159, 55, 0.34); }
.status-tba { color: #FFB9C4; background: rgba(226, 27, 60, 0.13); border: 1px solid rgba(226, 27, 60, 0.34); }
.research-flow { max-width: 960px; }
.research-note { margin-top: 22px; border-color: rgba(159, 215, 255, 0.28); background: rgba(159, 215, 255, 0.06); }
.research-tight-top { margin-top: 18px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: rgba(5, 7, 13, 0.46); }
.research-table { width: 100%; min-width: 840px; border-collapse: collapse; }
.research-table th,
.research-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); color: var(--silver); line-height: 1.5; }
.research-table th { color: var(--white); background: rgba(77, 141, 255, 0.1); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.research-table tr:last-child td { border-bottom: 0; }
.research-table td:first-child { color: var(--white); font-weight: 800; }
.table-footnote { color: var(--muted); font-size: 0.92rem; line-height: 1.6; margin: 16px 0 0; }
.scenario-banner { display: grid; gap: 8px; margin-bottom: 18px; border-color: rgba(238, 159, 55, 0.4); background: linear-gradient(135deg, rgba(238, 159, 55, 0.13), rgba(226, 27, 60, 0.08)); }
.scenario-banner p { margin: 0; color: var(--silver); }
.scenario-metrics { margin-bottom: 18px; }
.metric-card { min-height: 150px; padding: 20px; border: 1px solid rgba(238, 159, 55, 0.25); border-radius: 20px; background: linear-gradient(160deg, rgba(238, 159, 55, 0.08), rgba(255, 255, 255, 0.035)); }
.metric-card span, .metric-card small { display: block; color: var(--muted); line-height: 1.4; }
.metric-card strong { display: block; margin: 10px 0 8px; color: var(--white); font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -0.04em; }
.scenario-table-wrap { margin-top: 4px; }
.research-legend { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.research-doc-card { grid-column: span 1; }
.research-callout-section { padding-top: 12px; }
.research-callout { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px; border: 1px solid rgba(159, 215, 255, 0.23); border-radius: 28px; background: linear-gradient(135deg, rgba(27, 92, 255, 0.15), rgba(5, 7, 13, 0.74)); }
.research-callout h2 { margin-bottom: 12px; }
.research-callout p { max-width: 800px; margin: 0; color: var(--silver); line-height: 1.65; }
.scope-note a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 980px) {
  .research-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .research-callout { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .research-grid-2,
  .research-grid-3,
  .research-grid-4 { grid-template-columns: 1fr; }
  .research-status-banner { font-size: 0.92rem; }
  .research-callout { padding: 24px; }
  .research-table th, .research-table td { padding: 13px 14px; }
}


/* Brand accessibility and motion preferences */
.brand:focus-visible,
.nav-links a:focus-visible,
.mobile-toggle:focus-visible,
.pillar-link:focus-visible,
.pillar-anchor:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

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

/* STYLE REMINDER: The presale portal is a calm, evidence-first allocation interface.
   Keep it simplified for buyers, visually polished, and conspicuously inactive until
   terms and routing are confirmed. Do not make disabled controls resemble live checkout. */
.presale-hero {
  padding: 76px 0 54px;
  background:
    radial-gradient(circle at 82% 16%, rgba(27, 92, 255, 0.24), transparent 25rem),
    radial-gradient(circle at 18% 78%, rgba(226, 27, 60, 0.12), transparent 26rem);
}

.presale-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

.presale-hero h1 { font-size: clamp(3.4rem, 7vw, 6rem); max-width: 720px; }

.presale-status-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
  color: var(--silver);
  font-size: 0.9rem;
}

.presale-status-line strong { color: var(--white); letter-spacing: 0.1em; font-size: 0.72rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ruby); box-shadow: 0 0 16px rgba(226, 27, 60, 0.7); }

.presale-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 750px;
  margin-top: 34px;
}

.presale-hero-points > div {
  padding: 15px;
  border-left: 1px solid rgba(159, 215, 255, 0.24);
}

.presale-hero-points strong,
.presale-hero-points span { display: block; }
.presale-hero-points strong { color: var(--white); font-size: 0.92rem; }
.presale-hero-points span { color: var(--muted); margin-top: 6px; font-size: 0.8rem; line-height: 1.5; }

.purchase-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(159, 215, 255, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(18, 35, 61, 0.94), rgba(7, 11, 20, 0.96)),
    var(--panel);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.purchase-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(159, 215, 255, 0.08), transparent 32%, rgba(226, 27, 60, 0.06));
}

.purchase-shell > * { position: relative; z-index: 1; }
.purchase-shell-topline { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.purchase-shell-topline h2 { margin: 12px 0 0; font-size: clamp(1.9rem, 4vw, 2.65rem); }
.portal-network { color: var(--cyan); font-size: 0.68rem; font-weight: 950; letter-spacing: 0.11em; padding: 9px 10px; border: 1px solid rgba(159, 215, 255, 0.18); border-radius: 999px; white-space: nowrap; }

.portal-stepper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 26px 0 24px; }
.portal-step { display: flex; align-items: center; gap: 8px; min-width: 0; color: var(--muted); font-size: 0.74rem; font-weight: 800; }
.portal-step span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border: 1px solid var(--line); border-radius: 50%; font-size: 0.7rem; }
.portal-step.is-current { color: var(--white); }
.portal-step.is-current span { color: var(--cyan); border-color: rgba(159, 215, 255, 0.55); background: rgba(77, 141, 255, 0.16); }

.portal-block { margin-top: 20px; }
.portal-label-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 10px; color: var(--white); font-size: 0.84rem; font-weight: 800; }
.portal-label-row span { color: var(--muted); font-size: 0.72rem; font-weight: 650; }

.asset-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.asset-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 9px;
  border: 1px solid rgba(199, 211, 224, 0.13);
  border-radius: 14px;
  color: var(--silver);
  background: rgba(255, 255, 255, 0.028);
  text-align: left;
  opacity: 0.62;
}

.asset-chip:disabled { cursor: not-allowed; }
.asset-chip strong, .asset-chip small { display: block; }
.asset-chip strong { color: var(--silver); font-size: 0.78rem; }
.asset-chip small { margin-top: 2px; font-size: 0.62rem; color: var(--muted); }
.asset-glyph { display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; color: #05070D; font-weight: 950; font-size: 0.9rem; }
.asset-glyph.eth { background: #B3B5FF; }.asset-glyph.usdc { background: #4D8DFF; color: var(--white); }.asset-glyph.usdt { background: #43B38B; color: var(--white); }.asset-glyph.sol { background: linear-gradient(135deg, #14f1d9, #8d57ff); }.asset-glyph.btc { background: #F7931A; }.asset-glyph.bnb { background: #F4BA2F; }.asset-glyph.xrp { background: #E4EBF4; }

.amount-field { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: rgba(5, 7, 13, 0.55); overflow: hidden; }
.amount-field input { width: 100%; min-width: 0; padding: 17px 18px; border: 0; outline: 0; color: var(--muted); background: transparent; font: inherit; }
.amount-field input::placeholder { color: #748094; }
.amount-field span { padding: 0 17px; color: var(--muted); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; }

.quote-card { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-top: 16px; padding: 17px; border: 1px solid rgba(159, 215, 255, 0.16); border-radius: 16px; background: rgba(159, 215, 255, 0.045); }
.quote-card span, .quote-card strong { display: block; }.quote-card span { color: var(--muted); font-size: 0.72rem; }.quote-card strong { margin-top: 5px; color: var(--white); font-size: 0.95rem; }.quote-card p { grid-column: 1 / -1; margin: 2px 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }

.portal-action-stack { margin-top: 20px; }
.portal-primary { width: 100%; min-height: 52px; border: 1px solid rgba(159, 215, 255, 0.17); border-radius: 16px; color: #8995a8; background: rgba(77, 141, 255, 0.09); font-weight: 900; }
.portal-primary:disabled { cursor: not-allowed; }.portal-action-stack p { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 0.72rem; line-height: 1.5; }

.presale-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.024); }
.presale-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.presale-strip-grid > div { padding: 27px 28px; border-right: 1px solid var(--line); }.presale-strip-grid > div:last-child { border-right: 0; }.presale-strip-grid p { margin: 9px 0 0; color: var(--silver); line-height: 1.55; }

.buyer-journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.journey-card { min-height: 182px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(155deg, rgba(77, 141, 255, 0.1), rgba(255, 255, 255, 0.025)); }.journey-card span { color: var(--cyan); font-size: 0.75rem; font-weight: 950; letter-spacing: 0.12em; }.journey-card h3 { margin: 20px 0 8px; font-size: 1.2rem; }.journey-card p { margin: 0; color: var(--silver); line-height: 1.55; }

.presale-split-layout { display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 48px; }.allocation-pulse { padding: 28px; }.allocation-pulse-row { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; color: var(--silver); }.allocation-pulse-row strong { color: var(--white); font-size: 1.35rem; }.allocation-pulse-row small { grid-column: 1 / -1; color: var(--muted); }.allocation-meter { height: 9px; margin: 15px 0 28px; border-radius: 999px; overflow: hidden; background: rgba(255, 255, 255, 0.09); }.allocation-meter span { display: block; height: 100%; min-width: 18px; border-radius: inherit; background: linear-gradient(90deg, var(--royal), var(--cyan)); }.allocation-footnote { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.82rem; line-height: 1.55; }

@media (max-width: 980px) {
  .presale-hero-grid, .presale-split-layout { grid-template-columns: 1fr; }
  .presale-hero-points, .buyer-journey-grid { grid-template-columns: repeat(2, 1fr); }
  .purchase-shell { max-width: 700px; }
}

@media (max-width: 760px) {
  .presale-hero { padding-top: 48px; }
  .presale-hero-points, .presale-strip-grid, .buyer-journey-grid { grid-template-columns: 1fr; }
  .presale-strip-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }.presale-strip-grid > div:last-child { border-bottom: 0; }
  .asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-step small { display: none; }.portal-step { justify-content: center; }
  .purchase-shell-topline { flex-direction: column; }.portal-network { margin-top: -6px; }
}

/* STYLE: Visual allocation and infrastructure explainers — warm, energetic, and easy to scan, with exact proposed proportions and no checkout-like affordances. */
.allocation-visual-section,
.infrastructure-visual-section {
  position: relative;
  overflow: hidden;
}

.allocation-visual-section { background: radial-gradient(circle at 18% 26%, rgba(77, 141, 255, 0.13), transparent 28rem); }
.infrastructure-visual-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 82% 48%, rgba(226, 27, 60, 0.1), transparent 26rem); }
.allocation-visual-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.allocation-visual-heading .section-header { margin-bottom: 30px; }
.allocation-visual-heading > .status-tag { margin-top: 8px; }

.allocation-visual-board {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(159, 215, 255, 0.21);
  border-radius: 32px;
  background: radial-gradient(circle at 25% 22%, rgba(112, 231, 255, 0.12), transparent 16rem), linear-gradient(145deg, rgba(18, 35, 61, 0.76), rgba(5, 7, 13, 0.84));
  box-shadow: var(--shadow);
}

.allocation-orbit { display: grid; justify-items: center; gap: 18px; margin: 0; }
.allocation-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from -90deg, #70E7FF 0deg 144deg, #4D8DFF 144deg 208.8deg, #B8A0FF 208.8deg 262.8deg, #FFB86B 262.8deg 298.8deg, #FF7B9B 298.8deg 324deg, #42D69C 324deg 342deg, #D5DFEF 342deg 360deg);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.025), 0 26px 64px rgba(0, 0, 0, 0.34);
}
.allocation-ring::before { content: ""; position: absolute; inset: 12px; border-radius: inherit; border: 1px solid rgba(5, 7, 13, 0.48); }
.allocation-ring-core { position: relative; z-index: 1; display: grid; place-items: center; align-content: center; width: 57%; aspect-ratio: 1; padding: 16px; border: 1px solid rgba(159, 215, 255, 0.24); border-radius: 50%; background: radial-gradient(circle at 32% 24%, rgba(77, 141, 255, 0.28), rgba(5, 7, 13, 0.96) 68%); text-align: center; box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.38); }
.allocation-ring-core strong { font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -0.07em; }
.allocation-ring-core span { margin-top: 3px; color: var(--cyan); font-size: 0.58rem; font-weight: 950; letter-spacing: 0.12em; line-height: 1.4; }
.allocation-orbit figcaption { max-width: 320px; color: var(--muted); font-size: 0.78rem; line-height: 1.5; text-align: center; }

.allocation-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.allocation-story-card { position: relative; overflow: hidden; min-height: 148px; padding: 17px; border: 1px solid color-mix(in srgb, var(--allocation-color) 34%, transparent); border-radius: 18px; background: linear-gradient(145deg, color-mix(in srgb, var(--allocation-color) 12%, transparent), rgba(255, 255, 255, 0.025)); }
.allocation-story-card::after { content: ""; position: absolute; top: -38px; right: -38px; width: 98px; height: 98px; border-radius: 50%; background: color-mix(in srgb, var(--allocation-color) 22%, transparent); filter: blur(7px); }
.allocation-story-kicker { position: relative; z-index: 1; color: var(--allocation-color); font-size: 1.52rem; font-weight: 950; letter-spacing: -0.06em; }
.allocation-story-card h3 { position: relative; z-index: 1; margin: 8px 0 4px; font-size: 0.98rem; }
.allocation-story-card p { position: relative; z-index: 1; margin: 0; color: var(--silver); font-size: 0.75rem; line-height: 1.45; }
.allocation-story-bar { position: absolute; z-index: 1; right: 17px; bottom: 16px; left: 17px; height: 5px; border-radius: 999px; background: rgba(255, 255, 255, 0.1); overflow: hidden; }
.allocation-story-bar::before { content: ""; display: block; width: var(--allocation-share); min-width: 16px; height: 100%; border-radius: inherit; background: var(--allocation-color); box-shadow: 0 0 16px color-mix(in srgb, var(--allocation-color) 60%, transparent); }
.allocation-visual-caption { max-width: 760px; margin: 20px auto 0; color: var(--silver); font-size: 0.98rem; line-height: 1.6; text-align: center; }

.infrastructure-stage { padding: clamp(20px, 4vw, 38px); border: 1px solid rgba(159, 215, 255, 0.2); border-radius: 32px; background: radial-gradient(circle at 50% 2%, rgba(77, 141, 255, 0.17), transparent 23rem), linear-gradient(145deg, rgba(8, 17, 31, 0.94), rgba(17, 29, 50, 0.74)); }
.infrastructure-lane { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.infrastructure-card { min-height: 218px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.035); }
.infrastructure-card.layer { border-color: rgba(112, 231, 255, 0.38); background: linear-gradient(155deg, rgba(112, 231, 255, 0.13), rgba(27, 92, 255, 0.1)); }
.infrastructure-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(159, 215, 255, 0.25); border-radius: 14px; color: var(--cyan); background: rgba(77, 141, 255, 0.13); font-size: 0.72rem; font-weight: 950; letter-spacing: 0.08em; }
.infrastructure-card h3 { margin: 24px 0 8px; font-size: 1.1rem; }.infrastructure-card p { margin: 0; color: var(--silver); font-size: 0.84rem; line-height: 1.55; }
.infrastructure-connector { color: var(--cyan); font-size: 1.5rem; font-weight: 950; opacity: 0.72; }
.infrastructure-foundation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.infrastructure-foundation { min-height: 144px; padding: 18px; border: 1px solid rgba(199, 211, 224, 0.14); border-radius: 18px; background: rgba(255, 255, 255, 0.026); }
.infrastructure-foundation span { color: var(--cyan); font-size: 0.65rem; font-weight: 950; letter-spacing: 0.12em; }.infrastructure-foundation h3 { margin: 14px 0 6px; font-size: 1rem; }.infrastructure-foundation p { margin: 0; color: var(--muted); font-size: 0.77rem; line-height: 1.5; }

@media (max-width: 980px) {
  .allocation-visual-board { grid-template-columns: 1fr; }
  .infrastructure-lane { grid-template-columns: repeat(2, 1fr); }
  .infrastructure-connector { display: none; }
}

@media (max-width: 760px) {
  .allocation-visual-heading { display: block; }.allocation-visual-heading > .status-tag { margin: -12px 0 24px; }
  .allocation-story-grid, .infrastructure-lane, .infrastructure-foundation-grid { grid-template-columns: 1fr; }
  .allocation-ring { width: min(100%, 270px); }.allocation-story-card { min-height: 132px; }.infrastructure-card { min-height: 0; }
}

/* STYLE: The detailed interaction view reads like a guided journey—plain language, visual flow, and no live-protocol controls. */
.interaction-detail {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(159, 215, 255, 0.18);
  border-radius: 26px;
  background: rgba(5, 7, 13, 0.44);
}
.interaction-detail-heading { max-width: 780px; }
.interaction-detail-heading h3 { margin: 10px 0 12px; font-size: clamp(1.5rem, 3vw, 2.3rem); letter-spacing: -0.045em; }
.interaction-detail-heading p { margin: 0; color: var(--silver); line-height: 1.65; }
.interaction-track { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 9px; align-items: stretch; margin-top: 26px; }
.interaction-step { min-height: 222px; padding: 16px; border: 1px solid rgba(199, 211, 224, 0.14); border-radius: 18px; background: rgba(255, 255, 255, 0.026); }
.interaction-step-number { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: var(--cyan); background: rgba(77, 141, 255, 0.16); font-size: 0.65rem; font-weight: 950; letter-spacing: 0.08em; }
.interaction-step h4 { margin: 18px 0 8px; font-size: 0.98rem; line-height: 1.15; }.interaction-step p { margin: 0; color: var(--silver); font-size: 0.76rem; line-height: 1.52; }.interaction-step small { display: block; margin-top: 15px; color: var(--muted); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.08em; }
.interaction-step.agent-step { border-color: rgba(112, 231, 255, 0.22); }.interaction-step.route-step { border-color: rgba(77, 141, 255, 0.26); }.interaction-step.node-step { border-color: rgba(184, 160, 255, 0.28); }.interaction-step.quality-step { border-color: rgba(255, 184, 107, 0.28); }.interaction-step.rails-step { border-color: rgba(66, 214, 156, 0.28); }
.interaction-arrow { display: grid; place-items: center; color: var(--cyan); font-size: 1.15rem; font-weight: 950; opacity: 0.7; }
.interaction-loop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.interaction-loop-card { min-height: 128px; padding: 18px; border: 1px solid rgba(199, 211, 224, 0.13); border-radius: 18px; background: linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(77, 141, 255, 0.045)); }
.interaction-loop-card span { color: var(--cyan); font-size: 0.62rem; font-weight: 950; letter-spacing: 0.12em; }.interaction-loop-card h4 { margin: 13px 0 6px; font-size: 0.98rem; }.interaction-loop-card p { margin: 0; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }

@media (max-width: 1120px) {
  .interaction-track { grid-template-columns: repeat(3, 1fr); }
  .interaction-arrow { display: none; }
}
@media (max-width: 760px) {
  .interaction-track, .interaction-loop-grid { grid-template-columns: 1fr; }
  .interaction-step { min-height: 0; }
}

/* STYLE: Literal utility diagram — the T5D shield protects a smooth proposed support path around future service rails. Use visual roles, not live-product cues. */
.literal-utility-diagram {
  margin: 18px 0 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(159, 215, 255, 0.22);
  border-radius: 30px;
  background: radial-gradient(circle at 70% 48%, rgba(77, 141, 255, 0.17), transparent 24rem), linear-gradient(145deg, rgba(8, 17, 31, 0.98), rgba(17, 29, 50, 0.72));
  overflow: hidden;
}
.literal-utility-heading { max-width: 800px; }.literal-utility-heading h3 { margin: 10px 0 12px; font-size: clamp(1.65rem, 3vw, 2.55rem); letter-spacing: -0.05em; }.literal-utility-heading p { margin: 0; color: var(--silver); line-height: 1.62; }
.literal-utility-scene { position: relative; display: grid; grid-template-columns: 1.02fr auto 1.02fr auto 1.12fr auto 1.02fr auto 1.56fr; gap: 9px; align-items: center; min-height: 326px; margin-top: 30px; padding: 24px; border: 1px solid rgba(159, 215, 255, 0.14); border-radius: 24px; background: linear-gradient(112deg, rgba(255,255,255,0.03), rgba(5,7,13,0.18)); overflow: hidden; }
.literal-utility-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.18; mix-blend-mode: screen; filter: saturate(0.9) contrast(1.08); pointer-events: none; }
.utility-lane { position: relative; z-index: 1; min-height: 186px; padding: 16px; border: 1px solid rgba(199, 211, 224, 0.13); border-radius: 18px; background: rgba(5,7,13,0.52); backdrop-filter: blur(5px); }.utility-lane strong, .utility-lane small { display: block; }.utility-lane strong { margin-top: 16px; color: var(--white); font-size: 0.85rem; line-height: 1.2; }.utility-lane small { margin-top: 8px; color: var(--muted); font-size: 0.7rem; line-height: 1.45; }
.literal-flow-arrow { display: grid; place-items: center; width: 20px; color: var(--cyan); font-size: 1.3rem; font-weight: 950; }.literal-flow-arrow.blue { color: var(--blue); }.literal-flow-arrow.gold { color: #FFCC75; }
.utility-avatar-row { display: flex; align-items: end; gap: 5px; height: 45px; }.utility-avatar { position: relative; display: block; width: 26px; height: 30px; border-radius: 11px 11px 7px 7px; background: linear-gradient(145deg, #A7CFFF, #4D8DFF); }.utility-avatar::before { content: ""; position: absolute; top: -13px; left: 5px; width: 16px; height: 16px; border-radius: 50%; background: #D8E7FF; }.utility-avatar.small { transform: scale(0.72); transform-origin: bottom; }.utility-avatar.bot { border-radius: 7px; background: linear-gradient(145deg, #82F1E0, #2D8C9A); }.utility-avatar.bot::before { top: 8px; left: 5px; width: 4px; height: 4px; background: #05070D; box-shadow: 10px 0 0 #05070D; }
.utility-agent-mark { position: relative; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border: 1px solid rgba(112,231,255,0.38); border-radius: 15px; background: rgba(112,231,255,0.09); }.utility-agent-mark::before { content: ""; width: 18px; height: 18px; border: 2px solid var(--cyan); border-radius: 50%; }.utility-agent-mark i { position: absolute; bottom: 11px; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }.utility-agent-mark i:nth-child(1){left:13px}.utility-agent-mark i:nth-child(2){left:20px}.utility-agent-mark i:nth-child(3){left:27px}
.utility-data-spark { display: block; width: 44px; height: 44px; border-radius: 50% 50% 50% 12px; background: radial-gradient(circle at 35% 32%, #F7FAFF 0 8%, #70E7FF 9% 23%, #1B5CFF 42%, transparent 44%); filter: drop-shadow(0 0 12px rgba(112,231,255,0.6)); transform: rotate(-16deg); }.utility-data-spark::after { content: ""; display: block; width: 74px; height: 12px; margin: 25px 0 0 19px; border-top: 2px solid rgba(112,231,255,0.7); border-radius: 50%; transform: rotate(18deg); }
.utility-node-array { display: grid; grid-template-columns: repeat(2, 18px); gap: 7px; }.utility-node-array i { display: block; width: 18px; height: 18px; border: 1px solid rgba(184,160,255,0.7); border-radius: 6px; background: rgba(184,160,255,0.15); box-shadow: 0 0 14px rgba(184,160,255,0.23); }.utility-node-array i:nth-child(2), .utility-node-array i:nth-child(3) { transform: translateY(4px); }
.utility-protected-platform { position: relative; min-height: 230px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(112,231,255,0.3); border-radius: 23px; background: radial-gradient(circle at 50% 54%, rgba(112,231,255,0.11), transparent 11rem), rgba(5,7,13,0.36); }.utility-platform-backdrop { position: absolute; right: 15px; bottom: 18px; left: 15px; height: 75px; padding: 11px; border: 1px solid rgba(77,141,255,0.34); border-radius: 14px; color: rgba(199,211,224,0.78); background: linear-gradient(145deg, rgba(77,141,255,0.17), rgba(5,7,13,0.46)); font-size: 0.55rem; font-weight: 950; letter-spacing: 0.08em; text-align: center; }.utility-platform-backdrop i { position: absolute; bottom: 13px; width: 17%; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--blue), rgba(77,141,255,0.22)); }.utility-platform-backdrop i:nth-of-type(1){left:18%;height:24px}.utility-platform-backdrop i:nth-of-type(2){left:42%;height:38px}.utility-platform-backdrop i:nth-of-type(3){left:66%;height:19px}
.utility-forcefield { position: absolute; top: 14px; left: 50%; z-index: 2; width: 158px; height: 158px; transform: translateX(-50%); pointer-events: none; }.forcefield-ring { position: absolute; inset: 0; border: 1px solid rgba(112,231,255,0.52); border-radius: 48% 52% 50% 50%; box-shadow: inset 0 0 26px rgba(112,231,255,0.12), 0 0 28px rgba(77,141,255,0.18); }.ring-two { inset: 12px -8px -8px 12px; border-color: rgba(77,141,255,0.42); transform: rotate(-16deg); }.forcefield-path { position: absolute; top: 70px; left: -42px; width: 238px; border-top: 2px solid rgba(112,231,255,0.5); border-radius: 50%; transform: rotate(-8deg); }
.utility-shield-core { position: relative; z-index: 3; display: grid; place-items: center; width: 85px; height: 104px; margin-top: -28px; filter: drop-shadow(0 10px 22px rgba(112,231,255,0.36)); }.utility-shield-core img { width: 76px; height: 76px; object-fit: contain; }.utility-shield-core span { margin-top: -14px; color: var(--white); font-size: 0.68rem; font-weight: 950; letter-spacing: 0.14em; }.utility-shield-core small { color: var(--cyan); font-size: 0.44rem; font-weight: 900; letter-spacing: 0.12em; }.utility-protected-platform > p { position: absolute; z-index: 4; bottom: 4px; margin: 0; color: var(--muted); font-size: 0.53rem; letter-spacing: 0.04em; text-align: center; }
.literal-utility-key { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }.literal-utility-key > div { min-height: 118px; padding: 16px; border: 1px solid rgba(199,211,224,0.12); border-radius: 17px; background: rgba(255,255,255,0.024); }.literal-utility-key strong { display: inline-block; margin-left: 8px; font-size: 0.78rem; }.literal-utility-key p { margin: 9px 0 0; color: var(--muted); font-size: 0.7rem; line-height: 1.48; }.key-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }.cyan-dot{background:#70E7FF}.blue-dot{background:#4D8DFF}.gold-dot{background:#FFCC75}.ruby-dot{background:var(--ruby)}

/* STYLE: Small presale echo of the shield-forward support path — decorative only, never a live wallet or payment affordance. */
.presale-shield-motif { position: relative; display: flex; align-items: center; gap: 16px; min-height: 82px; max-width: 540px; margin-top: 24px; padding: 12px 16px; overflow: hidden; border: 1px solid rgba(159,215,255,0.16); border-radius: 18px; background: linear-gradient(105deg, rgba(112,231,255,0.06), rgba(77,141,255,0.11), transparent); }.presale-shield-motif img { position: relative; z-index: 2; width: 52px; height: 52px; filter: drop-shadow(0 0 15px rgba(112,231,255,0.36)); }.presale-shield-motif strong, .presale-shield-motif span { display: block; position: relative; z-index: 2; }.presale-shield-motif strong { color: var(--white); font-size: 0.82rem; }.presale-shield-motif span { margin-top: 5px; color: var(--muted); font-size: 0.71rem; line-height: 1.4; }.presale-motif-path { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(112,231,255,0.65), transparent); }.path-a { top: 26px; left: 54px; right: -14px; transform: rotate(-4deg); }.path-b { right: -20px; bottom: 20px; left: 66px; opacity: 0.68; transform: rotate(7deg); }.presale-motif-particle { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }.particle-a { top: 24px; right: 24%; }.particle-b { bottom: 18px; right: 9%; background: var(--ruby); box-shadow: 0 0 12px var(--ruby); }

@media (max-width: 1180px) { .literal-utility-scene { grid-template-columns: repeat(2, 1fr); }.literal-flow-arrow { display: none; }.utility-protected-platform { min-height: 250px; } }
@media (max-width: 760px) { .literal-utility-scene, .literal-utility-key { grid-template-columns: 1fr; }.utility-lane { min-height: 0; }.utility-protected-platform { min-height: 250px; }.literal-utility-key > div { min-height: 0; }.presale-shield-motif { align-items: flex-start; } }


/* STYLE: Preserve the supplied T5D brand artwork exactly; only control scale, placement, framing, and responsive layout. */
.official-brand-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(159, 215, 255, 0.18);
}

.official-brand-wordmark {
  display: block;
  width: min(560px, 100%);
  height: 78px;
  object-fit: contain;
  object-position: left center;
  background: #05070D;
  border: 1px solid rgba(159, 215, 255, 0.18);
  border-radius: 14px;
}

.official-brand-shield {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid rgba(159, 215, 255, 0.26);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.brand-system-section {
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 76% 26%, rgba(77, 141, 255, 0.12), transparent 25rem), rgba(255, 255, 255, 0.018);
}

.brand-icon-board-wrap {
  margin: 28px 0 0;
  padding: 16px;
  border: 1px solid rgba(159, 215, 255, 0.18);
  border-radius: 24px;
  background: #05070D;
  box-shadow: var(--shadow);
}

.brand-icon-board {
  display: block;
  width: 100%;
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.brand-icon-board-wrap figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
}

.presale-official-lockup {
  display: flex;
  margin-top: 18px;
}

.presale-official-lockup img {
  display: block;
  width: min(430px, 100%);
  height: 72px;
  object-fit: contain;
  object-position: left center;
  background: #05070D;
  border: 1px solid rgba(159, 215, 255, 0.18);
  border-radius: 14px;
}

.site-header .brand-mark,
.presale-shield-motif img,
.utility-shield-core img {
  object-fit: cover;
  border-radius: 14px;
}

@media (max-width: 760px) {
  .official-brand-row { align-items: flex-start; flex-direction: column; gap: 14px; }
  .official-brand-wordmark { width: 100%; height: 70px; }
  .official-brand-shield { width: 74px; height: 74px; }
  .brand-icon-board-wrap { padding: 10px; border-radius: 18px; }
  .presale-official-lockup img { width: 100%; height: 62px; }
}
