:root {
  --bg: #060809;
  --bg-soft: #0b1014;
  --panel: #0e1418;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f3f6f7;
  --muted: #96a4ad;
  --accent: #00e2c2;
  --blue: #4385ff;
  --green: #11d38d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

/* 2026-04-12 homepage refinement: value-driven hero + core pathways */
.hero-section-reframed {
  min-height: 620px;
}

.hero-copy-reframed {
  justify-content: center;
}

.hero-value-copy {
  max-width: 640px;
  font-size: 1.08rem;
}

.hero-value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-value-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d7edf3;
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-slide-actions-minimal {
  margin-top: 24px;
}

.hero-guide-entry {
  min-height: 52px;
  padding-inline: 20px;
  white-space: nowrap;
}

.hero-telegram-mini {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}

.hero-telegram-mini svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-value-pills,
.hero-slide-latest {
  display: none;
}

.hero-slide-latest {
  display: block;
  max-width: 620px;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.hero-slide-latest:hover {
  transform: translateY(-1px);
  border-color: rgba(0,226,194,0.22);
  background: rgba(255,255,255,0.06);
}

.hero-slide-latest-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hero-slide-latest strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
}

.core-pathways-section {
  margin-top: 74px;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pathway-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.pathway-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,226,194,0), rgba(0,226,194,0.92), rgba(67,133,255,0));
  opacity: 0.7;
}

.pathway-card-airdrop {
  border-color: rgba(67,133,255,0.14);
}

.pathway-card-newcoin {
  border-color: rgba(0,226,194,0.12);
}

.pathway-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  margin-bottom: 14px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(0,226,194,0.08);
  border: 1px solid rgba(0,226,194,0.12);
}

.pathway-card h3,
.pathway-card p {
  display: none;
}

.pathway-points {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.pathway-point {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.06);
  color: #d6ebee;
  font-size: 0.88rem;
  line-height: 1.65;
}

.pathway-latest {
  display: block;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.pathway-latest:hover {
  transform: translateY(-1px);
  border-color: rgba(0,226,194,0.18);
}

.pathway-latest span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pathway-latest strong {
  display: -webkit-box;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.55;
  min-height: calc(1.55em * 2);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pathway-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.utility-tool-card-generic .utility-tool-icon {
  background: linear-gradient(135deg, rgba(0,226,194,0.16), rgba(67,133,255,0.14));
}

.utility-tool-card-generic .utility-tool-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: block;
  background: linear-gradient(135deg, rgba(0,226,194,0.92), rgba(67,133,255,0.74));
}

@media (max-width: 1120px) {
  .pathway-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-slide-actions,
  .pathway-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slide-actions .primary-button,
  .hero-slide-actions .ghost-button,
  .pathway-actions .primary-button,
  .pathway-actions .ghost-button {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(0, 226, 194, 0.08), transparent 22%),
    radial-gradient(circle at top right, rgba(67, 133, 255, 0.1), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: "Sora", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-main,
.site-footer,
.site-header-inner,
.mobile-nav,
.hero-section,
.market-section,
.feature-section,
.ai-section,
.showcase-section,
.faq-section,
.archive-shell,
.single-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(6, 8, 9, 0.82);
  border-bottom: 1px solid var(--line);
}

.site-header-inner {
  position: relative;
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-brand-cluster {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  z-index: 6;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.24rem;
  font-weight: 700;
}

.site-logo-image {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0, 226, 194, 0.14));
}

.site-logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  font-size: 1em;
  letter-spacing: -0.02em;
}

.site-logo-text-cn {
  color: var(--accent);
  font-size: calc(1em + 3px);
  font-weight: 800;
}

.site-logo-text-domain {
  color: #8e989f;
  font-size: 0.94em;
}

.site-workbench-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 226, 194, 0.16);
  background: rgba(0, 226, 194, 0.08);
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.site-workbench-link:hover,
.site-workbench-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 226, 194, 0.3);
  background: rgba(0, 226, 194, 0.12);
}

.site-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ffffff;
  font-size: 1.11rem;
  z-index: 5;
}

.site-nav-item {
  position: relative;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 12px 0;
  color: #ffffff;
  transition: color 0.24s ease, transform 0.24s ease, text-shadow 0.24s ease;
}

.site-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 226, 194, 0), rgba(0, 226, 194, 0.95), rgba(0, 226, 194, 0));
  transform: scaleX(0.18);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.site-nav-link:hover,
.site-nav-link:focus-visible,
.site-nav-item.is-open .site-nav-link,
.mobile-nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(0, 226, 194, 0.14);
}

.site-nav-link:hover::after,
.site-nav-link:focus-visible::after,
.site-nav-item.is-open .site-nav-link::after {
  transform: scaleX(1);
  opacity: 1;
}

.site-nav-caret {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.24s ease;
}

.site-nav-item.is-open .site-nav-caret {
  transform: rotate(225deg) translateY(-1px);
}

.site-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 188px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(10, 13, 16, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 226, 194, 0.04);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 40;
}

.site-nav-item.is-open .site-submenu,
.site-nav-item:hover .site-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-submenu-link {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: #ffffff;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-submenu-link:hover,
.site-submenu-link:focus-visible {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transform: translateX(3px);
}

.site-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-search-toggle,
.header-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-search-toggle {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  gap: 8px;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.header-search-toggle:hover,
.header-search-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 226, 194, 0.4);
  background: rgba(255, 255, 255, 0.04);
}

.header-search-icon svg,
.header-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-social-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  transform: translateY(-1px);
  color: #ffffff;
  border-color: rgba(0, 226, 194, 0.36);
}

.header-search-panel {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 18px;
}

.header-search-panel[hidden] {
  display: none;
}

.header-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header-search-form input,
.mobile-search-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font: inherit;
  outline: none;
}

.header-search-form input::placeholder,
.mobile-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.header-search-form input:focus,
.mobile-search-form input:focus {
  border-color: rgba(0, 226, 194, 0.42);
}

.header-search-submit {
  min-height: 50px;
  padding-inline: 20px;
  white-space: nowrap;
}

.primary-button,
.ghost-button,
.market-action,
.hero-dots button,
.market-tabs button,
.feature-switch button,
.nav-toggle {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.primary-button,
.ghost-button,
.market-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--accent), #1ffff0);
  color: #02110e;
  font-weight: 700;
}

.ghost-button {
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.primary-button:hover,
.ghost-button:hover,
.market-action:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
}

.mobile-nav {
  display: none;
  padding-bottom: 16px;
  gap: 10px;
  flex-direction: column;
}

.mobile-nav a {
  color: #ffffff;
  padding: 8px 0;
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-search-form {
  margin-bottom: 10px;
}

.mobile-nav-group {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-nav-group:first-child {
  border-top: 0;
}

.mobile-nav-parent {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.mobile-nav-children {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding-left: 14px;
}

.mobile-social-links {
  display: flex;
  gap: 14px;
  padding-top: 10px;
}

.site-main {
  padding: 28px 0 88px;
}

.hero-section {
  position: relative;
  margin-top: 0;
  padding: 8px 0 6px;
  min-height: 640px;
  overflow: hidden;
}

.hero-section::before {
  display: none;
}

.hero-slides {
  position: relative;
  min-height: 640px;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 36px;
  padding: 56px 0 42px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  background: none;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-slide-static {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.hero-slide::before {
  display: none;
}

.hero-slide-blue {
  background: none;
}

.hero-slide-green {
  background: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
}

.hero-eyebrow,
.section-heading span,
.feature-card span,
.ai-card span,
.single-header .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-eyebrow::before,
.section-heading span::before,
.feature-card span::before,
.ai-card span::before,
.single-header .hero-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero-copy h1 {
  margin: 16px 0 14px;
  max-width: 760px;
  font-size: clamp(2.05rem, 3.45vw, 3.28rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-title-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 3.09em;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.hero-copy > p {
  max-width: 680px;
}

.hero-subscribe-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-subscribe-layer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 36px;
  height: 100%;
  padding: 56px 0 42px;
}

.hero-title-link:hover,
.hero-title-link:focus-visible {
  color: #ffffff;
  opacity: 0.92;
}

.hero-copy p,
.section-heading p,
.feature-card p,
.ai-card p,
.single-meta,
.single-content,
.archive-shell p,
.site-footer p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.hero-subscribe {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-subscribe-layer .hero-subscribe {
  grid-column: 1;
  align-self: start;
  max-width: 760px;
  margin-top: 412px;
  pointer-events: auto;
}

.hero-subscribe-field {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 1 320px;
}

.hero-subscribe-field input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(0, 226, 194, 0.62);
  background: rgba(4, 20, 18, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(0, 226, 194, 0.08),
    0 0 24px rgba(0, 226, 194, 0.08);
  color: var(--text);
  font: inherit;
  outline: none;
}

.hero-subscribe-field input::placeholder {
  color: rgba(144, 244, 226, 0.66);
}

.hero-subscribe-field input:focus {
  border-color: rgba(0, 226, 194, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(0, 226, 194, 0.12),
    0 0 28px rgba(0, 226, 194, 0.12);
}

.hero-subscribe-button,
.hero-telegram-button {
  min-height: 52px;
  padding-inline: 20px;
  white-space: nowrap;
}

.hero-telegram-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid rgba(78, 163, 255, 0.82);
  background: linear-gradient(135deg, rgba(50, 136, 255, 0.96), rgba(64, 173, 255, 0.92));
  box-shadow: 0 12px 28px rgba(45, 134, 255, 0.22);
  color: #f4fbff;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero-telegram-button:hover,
.hero-telegram-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(45, 134, 255, 0.28);
  filter: brightness(1.04);
}

.hero-telegram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.hero-telegram-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero-subscribe-feedback {
  flex: 1 0 100%;
  order: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 4px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 16px;
  background: rgba(9, 16, 27, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 28px rgba(0, 0, 0, 0.18);
  color: rgba(241, 246, 251, 0.98);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-subscribe-feedback[hidden] {
  display: none;
}

.hero-subscribe-feedback::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.82);
  box-shadow: 0 0 0 4px rgba(148, 163, 184, 0.12);
}

.hero-subscribe-feedback.is-loading {
  border-color: rgba(96, 165, 250, 0.42);
  background: rgba(10, 29, 52, 0.82);
  color: rgba(228, 240, 255, 0.98);
}

.hero-subscribe-feedback.is-loading::before {
  background: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.14);
}

.hero-subscribe-feedback.is-success {
  border-color: rgba(0, 226, 194, 0.42);
  background: rgba(4, 28, 24, 0.84);
  color: rgba(214, 255, 248, 0.99);
}

.hero-subscribe-feedback.is-success::before {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(0, 226, 194, 0.12);
}

.hero-subscribe-feedback.is-error {
  border-color: rgba(255, 105, 125, 0.42);
  background: rgba(48, 13, 22, 0.82);
  color: #ffe0e6;
}

.hero-subscribe-feedback.is-error::before {
  background: #ff697d;
  box-shadow: 0 0 0 4px rgba(255, 105, 125, 0.14);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.hero-metrics div {
  padding: 0 18px 0 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.hero-metrics span {
  display: block;
  font-size: 1.45rem;
  font-weight: 700;
}

.hero-metrics small {
  color: var(--muted);
}

.hero-metrics div:last-child {
  border-right: 0;
  padding-right: 0;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 520px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-visual::before {
  inset: 10% -8% -4% 22%;
  background:
    radial-gradient(circle at 64% 34%, rgba(0, 226, 194, 0.08), transparent 24%),
    radial-gradient(circle at 54% 52%, rgba(67, 133, 255, 0.07), transparent 22%),
    radial-gradient(circle at 72% 62%, rgba(255, 255, 255, 0.035), transparent 26%);
  filter: blur(34px);
  opacity: 0.85;
}

.hero-visual::after {
  inset: 2% -8% -6% 38%;
  background: radial-gradient(circle at 72% 50%, rgba(6, 8, 9, 0.1), transparent 60%);
  filter: blur(28px);
}

.hero-sculpture {
  position: absolute;
  inset: 6% -2% 8% 22%;
  transform-style: preserve-3d;
}

.hero-sculpture > * {
  position: absolute;
}

.hero-sculpture-ring,
.hero-sculpture-panel,
.hero-sculpture-beam,
.hero-sculpture-core,
.hero-sculpture-spark {
  pointer-events: none;
}

.hero-sculpture-ring {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03), transparent 70%);
  backdrop-filter: blur(6px);
}

.hero-sculpture-ring-a {
  top: 52px;
  right: 78px;
  width: 270px;
  height: 270px;
  border-color: rgba(0, 226, 194, 0.16);
  transform: rotate(22deg);
  animation: sculptureSpinA 18s linear infinite;
}

.hero-sculpture-ring-b {
  top: 112px;
  right: 120px;
  width: 190px;
  height: 190px;
  border-color: rgba(67, 133, 255, 0.16);
  transform: rotate(-18deg);
  animation: sculptureSpinB 16s linear infinite;
}

.hero-sculpture-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.hero-sculpture-panel-a {
  top: 78px;
  right: 132px;
  width: 168px;
  height: 236px;
  transform: rotate(17deg);
  animation: sculptureFloatA 8s ease-in-out infinite;
}

.hero-sculpture-panel-b {
  top: 194px;
  right: 224px;
  width: 128px;
  height: 172px;
  transform: rotate(-26deg);
  border-color: rgba(0, 226, 194, 0.12);
  animation: sculptureFloatB 9s ease-in-out infinite;
}

.hero-sculpture-beam {
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02));
  filter: blur(0.4px);
  opacity: 0.8;
}

.hero-sculpture-beam-a {
  top: 56px;
  right: 214px;
  width: 1px;
  height: 292px;
  transform: rotate(22deg);
}

.hero-sculpture-beam-b {
  top: 152px;
  right: 108px;
  width: 1px;
  height: 224px;
  transform: rotate(-30deg);
  background: linear-gradient(180deg, rgba(0, 226, 194, 0), rgba(0, 226, 194, 0.26), rgba(67, 133, 255, 0));
}

.hero-sculpture-core {
  top: 162px;
  right: 186px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 32% 32%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02) 34%, transparent 66%),
    linear-gradient(145deg, rgba(0, 226, 194, 0.12), rgba(67, 133, 255, 0.08));
  box-shadow:
    0 0 28px rgba(0, 226, 194, 0.08),
    inset 0 0 26px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
  animation: sculpturePulse 7s ease-in-out infinite;
}

.hero-sculpture-spark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
}

.hero-sculpture-spark-a {
  top: 128px;
  right: 120px;
  animation: sculptureSpark 6s ease-in-out infinite;
}

.hero-sculpture-spark-b {
  top: 298px;
  right: 302px;
  width: 6px;
  height: 6px;
  background: rgba(0, 226, 194, 0.85);
  box-shadow: 0 0 16px rgba(0, 226, 194, 0.28);
  animation: sculptureSpark 5.4s ease-in-out infinite reverse;
}

.hero-slogan-ribbon {
  position: absolute;
  top: 182px;
  right: 6px;
  width: 460px;
  height: 54px;
  overflow: hidden;
  transform: rotate(-28deg);
  transform-origin: center;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 1) 84%, transparent);
  z-index: 3;
}

.hero-slogan-ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0));
  backdrop-filter: blur(6px);
}

.hero-slogan-track {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 44px;
  width: max-content;
  padding-inline: 18px;
  animation: sloganDrift 18s linear infinite;
}

.hero-slogan-track span {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.04);
  -webkit-text-stroke: 1px rgba(180, 208, 220, 0.22);
  text-shadow: 0 0 18px rgba(0, 226, 194, 0.04);
}

.hero-slogan-track span:nth-child(2n) {
  color: rgba(0, 226, 194, 0.06);
  -webkit-text-stroke: 1px rgba(0, 226, 194, 0.24);
}

@keyframes sculptureSpinA {
  from {
    transform: rotate(22deg);
  }

  to {
    transform: rotate(382deg);
  }
}

@keyframes sculptureSpinB {
  from {
    transform: rotate(-18deg);
  }

  to {
    transform: rotate(-378deg);
  }
}

@keyframes sculptureFloatA {
  0%,
  100% {
    transform: rotate(17deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(12deg) translate3d(-6px, 10px, 0);
  }
}

@keyframes sculptureFloatB {
  0%,
  100% {
    transform: rotate(-26deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-19deg) translate3d(8px, -12px, 0);
  }
}

@keyframes sculpturePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes sculptureSpark {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.45;
  }

  50% {
    transform: translate3d(0, -8px, 0);
    opacity: 1;
  }
}

@keyframes sloganDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-34%);
  }
}

.hero-dots {
  position: relative;
  display: flex;
  gap: 10px;
  z-index: 1;
  margin-top: -18px;
  justify-content: center;
}

.hero-dots button {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-dots button.is-active {
  width: 40px;
  background: var(--accent);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading.align-left {
  margin-bottom: 38px;
}

.section-heading h2,
.archive-shell h1,
.single-header h1 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.market-section,
.feature-section,
.ai-section,
.showcase-section,
.faq-section,
.archive-shell,
.single-shell {
  margin-top: 88px;
}

.asset-hub-section {
  margin-top: 96px;
  padding: 0 0 10px;
}

.asset-board {
  margin-top: 14px;
}

.asset-board-tabs {
  display: inline-flex;
  gap: 26px;
  margin-bottom: 26px;
}

.asset-board-tabs button {
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 0;
  font: inherit;
  font-size: 1.02rem;
  cursor: pointer;
}

.asset-board-tabs button.is-active {
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 700;
}

.asset-board-table-wrap {
  overflow-x: auto;
}

.asset-board-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.asset-board-table th,
.asset-board-table td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.asset-board-table th {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  font-weight: 500;
}

.asset-board-table th:nth-child(1),
.asset-board-table td:nth-child(1) {
  width: 36%;
}

.asset-board-table th:nth-child(2),
.asset-board-table td:nth-child(2) {
  width: 18%;
}

.asset-board-table th:nth-child(3),
.asset-board-table td:nth-child(3) {
  width: 18%;
}

.asset-board-table th:nth-child(4),
.asset-board-table td:nth-child(4) {
  width: 18%;
}

.asset-board-table th:nth-child(5),
.asset-board-table td:nth-child(5) {
  width: 10%;
  text-align: right;
  padding-right: 0;
}

.asset-name-cell {
  display: flex;
  align-items: center;
  gap: 14px;
}

.asset-coin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  overflow: hidden;
}

.asset-coin-icon.is-fallback {
  text-transform: uppercase;
}

.asset-coin-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asset-name-text strong,
.asset-price-value,
.asset-volume-value {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

.asset-name-text strong {
  display: block;
}

.asset-name-text span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
}

.asset-change-value.is-positive {
  color: var(--accent);
  font-weight: 700;
}

.asset-change-value.is-negative {
  color: #ff5c73;
  font-weight: 700;
}

.asset-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(0, 226, 194, 0.8);
  background: linear-gradient(135deg, rgba(0, 226, 194, 0.96), rgba(34, 211, 238, 0.92));
  box-shadow: 0 12px 28px rgba(0, 226, 194, 0.18);
  color: #04110f;
  font-weight: 700;
  margin-left: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.asset-detail-link:hover,
.asset-detail-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 226, 194, 0.24);
  filter: brightness(1.02);
}

.asset-loading-row td {
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.asset-board-footer {
  margin-top: 18px;
  text-align: right;
}

.asset-board-footer a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 600;
}

.utility-tools-section {
  margin-top: 92px;
}

.utility-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.utility-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 18px 12px;
  color: #ffffff;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.utility-tool-icon {
  position: relative;
  display: block;
  width: 104px;
  height: 88px;
  margin-bottom: 24px;
  opacity: 0.95;
}

.utility-tool-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.utility-tool-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  font-size: 0.98rem;
}

.utility-tool-card:hover .utility-tool-icon {
  transform: translateY(-2px);
}

.utility-tool-icon::before,
.utility-tool-icon::after {
  content: "";
  position: absolute;
}

.utility-tool-card-wallet .utility-tool-icon::before {
  left: 24px;
  top: 6px;
  width: 56px;
  height: 48px;
  border-radius: 4px 4px 8px 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.08));
  clip-path: polygon(0 28%, 50% 0, 100% 28%, 100% 100%, 0 100%);
}

.utility-tool-card-wallet .utility-tool-icon::after {
  left: 18px;
  bottom: 12px;
  width: 68px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0.08));
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

.utility-tool-card-calc .utility-tool-icon::before {
  left: 18px;
  top: 10px;
  width: 42px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.18));
  box-shadow: inset 0 -10px 22px rgba(0,0,0,0.12);
}

.utility-tool-card-calc .utility-tool-icon::after {
  right: 14px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.36), rgba(255,255,255,0.08) 60%, transparent 62%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12);
}

.utility-tool-card-gas .utility-tool-icon::before {
  left: 22px;
  top: 10px;
  width: 58px;
  height: 46px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.08));
}

.utility-tool-card-gas .utility-tool-icon::after {
  left: 44px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  box-shadow: 34px 20px 0 -2px rgba(255,255,255,0.22);
}

.utility-tool-card-claim .utility-tool-icon::before {
  left: 46px;
  top: 4px;
  width: 34px;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.04));
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
}

.utility-tool-card-claim .utility-tool-icon::after {
  left: 24px;
  top: 22px;
  width: 48px;
  height: 32px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.12)),
    linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
  clip-path: polygon(0 0, 68% 0, 100% 20%, 100% 100%, 0 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.16);
}

.youtube-latest-section {
  margin-top: 92px;
}

.youtube-latest-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 28px;
  align-items: center;
}

.youtube-latest-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.youtube-latest-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.youtube-play-button {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.youtube-play-button svg {
  width: 86px;
  height: 86px;
}

.youtube-play-button circle {
  fill: rgba(10, 13, 16, 0.68);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
}

.youtube-play-button path {
  fill: #ffffff;
}

.youtube-latest-copy {
  max-width: 460px;
}

.youtube-latest-kicker {
  display: inline-flex;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.youtube-latest-copy h3 {
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.youtube-latest-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 1rem;
}

.youtube-channel-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  margin: 0 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.youtube-channel-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: contain;
  background: linear-gradient(145deg, rgba(0, 226, 194, 0.16), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  padding: 8px;
}

.youtube-channel-copy strong,
.youtube-channel-copy a {
  display: block;
}

.youtube-channel-copy strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
}

.youtube-channel-copy a {
  margin-top: 6px;
  color: var(--accent);
  font-size: 0.92rem;
}

.youtube-subscribe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3040, #ff2020);
  box-shadow: 0 16px 36px rgba(255, 43, 43, 0.22);
  color: #ffffff;
  font-weight: 700;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.youtube-subscribe-button:hover,
.youtube-subscribe-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.topic-faq-section {
  margin-top: 108px;
}

.topic-faq-heading {
  text-align: center;
  margin-bottom: 34px;
}

.topic-faq-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.topic-faq-list {
  width: 100%;
  max-width: none;
  margin: 0;
}

.topic-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topic-faq-item:last-child {
  border-bottom: 0;
}

.topic-faq-item summary {
  position: relative;
  display: block;
  padding: 28px 64px 28px 0;
  cursor: pointer;
  color: #ffffff;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.45;
  list-style: none;
}

.topic-faq-item summary::-webkit-details-marker {
  display: none;
}

.topic-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.45rem;
  font-weight: 500;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.topic-faq-item[open] summary::after {
  content: "−";
  background: rgba(0, 226, 194, 0.12);
  color: var(--accent);
}

.topic-faq-content {
  max-width: 760px;
  padding: 0 0 26px;
}

.topic-faq-content p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.8;
  font-size: 1rem;
}

.topic-faq-link {
  min-height: 42px;
  padding-inline: 18px;
}

/* Override the initial FAQ block styles to ensure clean symbols and aligned content */
.topic-faq-item[open] summary::after {
  content: "\2212" !important;
  background: rgba(0, 226, 194, 0.12);
  color: var(--accent);
}

.topic-faq-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topic-faq-content p {
  flex: 1 1 auto;
  margin: 0;
}

.topic-faq-link {
  white-space: nowrap;
  flex: 0 0 auto;
}

.topic-faq-section .section-heading span {
  font-weight: 500;
}

.topic-tabs {
  margin-top: 14px;
}

.topic-tab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.topic-tab-card {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(14, 17, 21, 0.96), rgba(10, 12, 15, 0.96));
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.topic-tab-card:hover,
.topic-tab-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
}

.topic-tab-card.is-active {
  border-color: rgba(0, 226, 194, 0.58);
  background: linear-gradient(180deg, rgba(15, 20, 25, 0.98), rgba(10, 14, 18, 0.98));
}

.topic-tab-title,
.topic-tab-count,
.topic-tab-note {
  position: relative;
  z-index: 1;
  display: block;
}

.topic-tab-title {
  max-width: 72%;
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.3;
}

.topic-tab-count {
  margin-top: 6px;
  color: var(--accent);
  font-size: 0.98rem;
  font-weight: 700;
}

.topic-tab-note {
  max-width: 72%;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.topic-tab-art {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 86px;
  height: 86px;
  border-radius: 24px;
  opacity: 0.9;
}

.topic-tab-card-news .topic-tab-art {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 38% 34%, rgba(0, 226, 194, 0.44), transparent 34%),
    linear-gradient(135deg, rgba(67, 133, 255, 0.34), rgba(0, 226, 194, 0.06));
  clip-path: polygon(18% 24%, 76% 16%, 88% 42%, 74% 78%, 22% 84%, 10% 56%);
}

.topic-tab-card-airdrop .topic-tab-art {
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.28), transparent 22%),
    linear-gradient(145deg, rgba(67, 133, 255, 0.42), rgba(0, 226, 194, 0.12));
  border-radius: 22px 22px 28px 28px;
  transform: rotate(-8deg);
}

.topic-tab-card-radar .topic-tab-art {
  background:
    radial-gradient(circle at center, rgba(0, 226, 194, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(0, 226, 194, 0.1), rgba(67, 133, 255, 0.28));
  border: 1px solid rgba(0, 226, 194, 0.2);
  border-radius: 50%;
}

.topic-tab-card-guide .topic-tab-art {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(255, 198, 87, 0.42), rgba(255, 198, 87, 0.08));
  clip-path: polygon(18% 18%, 82% 18%, 82% 78%, 56% 78%, 50% 88%, 44% 78%, 18% 78%);
}

.topic-panel {
  display: none;
}

.topic-panel.is-active {
  display: block;
}

.topic-list-shell {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 19, 23, 0.98), rgba(9, 12, 14, 0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.topic-list-item + .topic-list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.topic-list-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
}

.topic-list-link:hover {
  background: rgba(255, 255, 255, 0.02);
}

.topic-list-copy h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.45;
}

.topic-list-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.topic-list-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.88rem;
  white-space: nowrap;
}

.topic-list-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.topic-panel-footer {
  padding: 0 24px 20px;
  text-align: right;
}

.topic-panel-footer a {
  color: var(--accent);
  font-weight: 700;
}

.ticker-grid,
.feature-grid,
.showcase-columns,
.post-grid {
  display: grid;
  gap: 20px;
}

.ticker-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ticker-card,
.feature-card,
.ai-card,
.market-board,
.sidebar-card,
.empty-state,
.single-content,
.post-card,
.feature-switch {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16, 22, 27, 0.98), rgba(10, 13, 16, 0.98));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.ticker-card {
  padding: 22px;
}

.ticker-card span,
.ticker-card small {
  display: block;
}

.ticker-card span {
  color: var(--muted);
}

.ticker-card strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.ticker-card small {
  color: var(--muted);
}

.market-board {
  margin-top: 20px;
  padding: 18px 20px 20px;
}

.market-tabs,
.feature-switch {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
}

.market-tabs {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  margin-bottom: 18px;
}

.market-tabs button,
.feature-switch button {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
}

.market-tabs button.is-active,
.feature-switch button.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.market-panel {
  display: none;
}

.market-panel.is-active {
  display: block;
}

.market-table {
  width: 100%;
  border-collapse: collapse;
}

.market-table th,
.market-table td {
  padding: 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.market-table th {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.market-row-title strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.45;
}

.market-row-title span {
  color: var(--muted);
  font-size: 0.88rem;
}

.market-action {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.market-panel-footer {
  margin-top: 16px;
  text-align: right;
}

.market-panel-footer a,
.column-head a {
  color: var(--accent);
  font-weight: 600;
}

.feature-switch {
  margin-bottom: 18px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
  padding: 30px;
}

.feature-card h3,
.ai-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.ai-card {
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.showcase-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.post-stack {
  display: grid;
  gap: 18px;
}

.post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
  overflow: hidden;
}

.post-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card-media {
  aspect-ratio: 1.65;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(0, 226, 194, 0.16), rgba(67, 133, 255, 0.08));
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 226, 194, 0.28), transparent 32%),
    linear-gradient(145deg, rgba(8, 12, 14, 1), rgba(15, 24, 28, 1));
}

.post-card-copy {
  padding: 18px;
}

.post-card-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 226, 194, 0.12);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
}

.post-card-title {
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 1.08rem;
}

.post-card-excerpt {
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.post-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.85rem;
}

.post-card-compact .post-card-media {
  aspect-ratio: 1.5;
}

.post-card-compact .post-card-copy {
  padding: 16px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius-md);
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.site-footer {
  margin-top: 100px;
  width: min(1220px, calc(100% - 48px));
  padding: 38px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.site-footer h3,
.site-footer h4 {
  margin-top: 0;
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-brand {
  max-width: 380px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-brand-image {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 226, 194, 0.12));
}

.footer-brand-copy strong,
.footer-brand-copy span {
  display: block;
}

.footer-brand-copy strong {
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: 700;
}

.footer-brand-copy span {
  margin-top: 6px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-column h4 {
  color: #ffffff;
  font-size: 0.98rem;
  margin-bottom: 16px;
}

.footer-link-list {
  display: grid;
  gap: 10px;
}

.footer-link-list a {
  margin-bottom: 0;
  line-height: 1.6;
}

.footer-brand-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-brand-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 226, 194, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(232, 241, 248, 0.88);
  font-size: 0.9rem;
}

.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-quick-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-bottom: 0 !important;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(226, 235, 243, 0.84) !important;
}

.footer-quick-link:hover,
.footer-quick-link:focus-visible {
  color: #ffffff !important;
  border-color: rgba(0, 226, 194, 0.28);
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0 !important;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.84) !important;
  transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-1px);
  color: #ffffff !important;
  border-color: rgba(0, 226, 194, 0.32);
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.archive-shell,
.single-shell {
  padding-top: 14px;
}

.listing-shell,
.single-article-shell {
  margin-top: 0;
}

.page-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 26px 0 18px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 226, 194, 0.05), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(67, 133, 255, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(9, 13, 16, 0.44), rgba(9, 13, 16, 0.08) 68%, rgba(9, 13, 16, 0));
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(260px, 0.84fr);
  gap: 36px;
  align-items: center;
}

.page-hero-copy {
  min-width: 0;
  padding: 38px 0 26px;
}

.page-hero-copy h1 {
  margin: 16px 0 16px;
  font-size: clamp(2.5rem, 4.4vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.page-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
  font-size: 1rem;
}

.page-hero-stats,
.page-hero-meta {
  display: flex;
  gap: 18px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.page-hero-stats div,
.page-hero-meta span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 66px;
  padding: 10px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.page-hero-stats strong {
  color: #ffffff;
  font-size: 1.42rem;
  font-weight: 700;
}

.page-hero-stats span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.page-hero-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.hero-meta-telegram-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 66px;
  padding: 10px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 226, 194, 0.16);
  background: rgba(0, 226, 194, 0.08);
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.hero-meta-telegram-button:hover,
.hero-meta-telegram-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 226, 194, 0.32);
  background: rgba(0, 226, 194, 0.12);
}

.hero-meta-telegram-button .hero-telegram-mini {
  width: 16px;
  height: 16px;
}

.page-hero-visual {
  position: relative;
  min-height: 300px;
  opacity: 0.88;
}

.page-hero-single {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 26px 0 14px;
}

.page-hero-single::before {
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 226, 194, 0.05), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(67, 133, 255, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(9, 13, 16, 0.48), rgba(9, 13, 16, 0.08) 68%, rgba(9, 13, 16, 0));
}

.page-hero-inner-single {
  display: block;
  min-height: 390px;
}

.page-hero-copy-single {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 0 30px;
}

.page-hero-copy-single h1 {
  max-width: 880px;
}

.page-hero-copy-single p {
  max-width: 760px;
  margin-inline: auto;
}

.page-hero-single .single-tags,
.page-hero-single .page-hero-meta {
  justify-content: center;
}

.page-hero-visual-single {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.9;
}

.single-hero-shape {
  position: absolute;
  pointer-events: none;
}

.single-hero-shape-glow-a {
  top: 18px;
  left: 4%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 226, 194, 0.09), rgba(0, 226, 194, 0.015) 64%, transparent 74%);
  filter: blur(14px);
}

.single-hero-shape-glow-b {
  right: 6%;
  bottom: 10px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 133, 255, 0.1), rgba(67, 133, 255, 0.015) 64%, transparent 74%);
  filter: blur(16px);
}

.single-hero-shape-ring-a,
.single-hero-shape-ring-b {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.single-hero-shape-ring-a {
  top: 58px;
  right: 16%;
  width: 320px;
  height: 320px;
  border-color: rgba(0, 226, 194, 0.14);
  transform: rotate(18deg);
}

.single-hero-shape-ring-b {
  top: 104px;
  left: 18%;
  width: 220px;
  height: 220px;
  border-color: rgba(67, 133, 255, 0.14);
  transform: rotate(-16deg);
}

.single-hero-shape-panel-a,
.single-hero-shape-panel-b {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(14px);
}

.single-hero-shape-panel-a {
  top: 72px;
  right: 22%;
  width: 180px;
  height: 240px;
  transform: rotate(12deg);
}

.single-hero-shape-panel-b {
  left: 20%;
  bottom: 52px;
  width: 140px;
  height: 190px;
  transform: rotate(-18deg);
}

.single-hero-shape-line-a,
.single-hero-shape-line-b {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.2), rgba(255,255,255,0));
}

.single-hero-shape-line-a {
  top: 160px;
  left: 10%;
  width: 420px;
  transform: rotate(-18deg);
}

.single-hero-shape-line-b {
  right: 12%;
  bottom: 132px;
  width: 360px;
  transform: rotate(16deg);
}

.single-hero-shape-grid {
  inset: 42px 16% 32px 16%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.2;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.82), transparent 84%);
}

.page-hero-image {
  position: relative;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.page-hero-image img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
}

.page-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.9;
}

.page-hero-orb-a {
  top: 20px;
  right: 30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 226, 194, 0.24), rgba(0, 226, 194, 0.02) 70%);
}

.page-hero-orb-b {
  right: 130px;
  bottom: 18px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(67, 133, 255, 0.22), rgba(67, 133, 255, 0.02) 70%);
}

.page-hero-grid {
  position: absolute;
  inset: 14px 0 0 70px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.3;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 90%);
}

.single-content-wrap {
  width: min(1220px, calc(100% - 48px));
  margin: 34px auto 0;
}

.single-content-wrap .single-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.single-content-wrap .single-content > *:first-child {
  margin-top: 0;
}

.single-content-wrap .single-content > *:last-child {
  margin-bottom: 0;
}

.pagination-wrap .nav-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.pagination-wrap a,
.pagination-wrap span {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.pagination-wrap .current {
  color: var(--text);
  border-color: var(--accent);
}

.empty-state,
.single-content {
  padding: 30px;
}

.single-header {
  max-width: 820px;
  margin-bottom: 24px;
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-tags a {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 226, 194, 0.12);
  color: var(--accent);
  font-size: 0.85rem;
}

.single-meta {
  display: flex;
  gap: 18px;
}

.single-cover {
  margin-bottom: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}

.single-cover img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.72fr);
  gap: 24px;
}

.single-content {
  overflow-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.95;
}

.single-content p,
.single-content ul,
.single-content ol,
.single-content blockquote {
  margin: 0 0 18px;
}

.single-content h2,
.single-content h3,
.single-content h4 {
  margin: 32px 0 14px;
  line-height: 1.22;
}

.single-content h2 {
  font-size: 1.95rem;
}

.single-content h3 {
  font-size: 1.55rem;
}

.single-content h4 {
  font-size: 1.25rem;
}

.single-content li {
  margin-bottom: 8px;
}

.single-content a {
  color: var(--accent);
}

.single-content img {
  border-radius: 18px;
  margin: 18px 0;
}

.single-content .legal-page-intro {
  margin: 0 0 26px;
  padding: 24px 26px;
  border: 1px solid rgba(0, 226, 194, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(0, 226, 194, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.02);
}

.single-content .legal-page-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-content .legal-page-summary {
  margin: 0;
  color: rgba(235, 243, 250, 0.92);
  font-size: 1.06rem;
  line-height: 1.9;
}

.single-content .legal-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 32px;
}

.single-content .legal-page-card {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.single-content .legal-page-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.04rem;
}

.single-content .legal-page-card p {
  margin: 0;
}

.single-content .legal-page-note {
  margin: 28px 0 0;
  padding: 20px 22px;
  border-left: 3px solid rgba(0, 226, 194, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.sidebar-card {
  padding: 24px;
  margin-bottom: 18px;
}

.sidebar-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.sidebar-card h3 {
  margin: 10px 0 14px;
  font-size: 1.35rem;
  line-height: 1.35;
}

.sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.sidebar-card li + li {
  margin-top: 12px;
}

.sidebar-card li a {
  color: var(--muted);
  line-height: 1.6;
}

.page-shell .single-content {
  max-width: 920px;
}

@media (max-width: 1100px) {
  .site-nav,
  .site-header-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    min-height: 760px;
  }

  .hero-subscribe-layer-inner {
    grid-template-columns: 1fr;
  }

  .site-workbench-link {
    display: none;
  }

  .hero-subscribe-layer .hero-subscribe {
    margin-top: 474px;
    max-width: 100%;
  }

  .hero-section {
    min-height: 760px;
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-sculpture {
    inset: 2% -4% 2% 28%;
    transform: scale(0.92);
    transform-origin: center right;
  }

  .hero-slogan-ribbon {
    top: 146px;
    right: 18px;
    width: 380px;
  }

  .page-hero-inner {
    grid-template-columns: 1fr;
  }

  .page-hero-inner-single {
    min-height: 360px;
  }

  .topic-tab-grid,
  .showcase-columns,
  .post-grid,
  .site-footer-grid,
  .single-layout {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    max-width: 100%;
  }

  .utility-tools-grid {
    grid-template-columns: 1fr 1fr;
  }

  .youtube-latest-card {
    grid-template-columns: 1fr;
  }

  .topic-tab-title,
  .topic-tab-note {
    max-width: 100%;
  }

  .ticker-grid,
  .feature-grid,
  .site-footer-grid,
  .single-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .site-main,
  .site-footer,
  .site-header-inner,
  .mobile-nav,
  .hero-section,
  .market-section,
  .feature-section,
  .ai-section,
  .showcase-section,
  .faq-section,
  .archive-shell,
  .single-shell {
    width: min(100% - 28px, 1220px);
  }

  .hero-slides {
    min-height: 860px;
  }

  .hero-slide {
    padding: 28px 0 26px;
    min-height: 860px;
  }

  .hero-subscribe-layer-inner {
    padding: 28px 0 26px;
  }

  .hero-subscribe-layer .hero-subscribe {
    margin-top: 528px;
  }

  .site-header-inner {
    min-height: 82px;
  }

  .site-logo-image,
  .footer-brand-image {
    width: 46px;
    height: 46px;
  }

  .hero-section {
    min-height: 860px;
  }

  .page-hero {
    padding: 24px 0 18px;
  }

  .page-hero-inner,
  .single-content-wrap {
    width: min(100% - 28px, 1220px);
  }

  .page-hero-copy {
    padding: 26px 0 20px;
  }

  .page-hero-copy-single {
    padding: 32px 0 20px;
  }

  .page-hero-stats {
    gap: 20px;
  }

  .page-hero-image {
    min-height: 220px;
  }

  .page-hero-image img {
    max-height: 260px;
  }

  .single-content-wrap .single-content {
    padding: 0;
  }

  .single-hero-shape-line-a,
  .single-hero-shape-line-b {
    display: none;
  }

  .single-hero-shape-panel-a {
    right: 10%;
    width: 150px;
    height: 200px;
  }

  .single-hero-shape-panel-b {
    left: 12%;
    width: 110px;
    height: 150px;
  }

  .hero-actions,
  .site-footer-bottom,
  .single-meta,
  .ai-card {
    flex-direction: column;
  }

  .footer-quick-links,
  .site-footer-bottom {
    align-items: flex-start;
  }

  .hero-subscribe {
    align-items: stretch;
  }

  .hero-subscribe-field {
    min-width: 100%;
    flex-basis: 100%;
  }

  .hero-subscribe-button,
  .hero-telegram-button {
    width: 100%;
  }

  .topic-tab-grid,
  .ticker-grid,
  .feature-grid,
  .showcase-columns,
  .post-grid,
  .site-footer-grid,
  .single-layout {
    grid-template-columns: 1fr;
  }

  .single-content .legal-page-grid {
    grid-template-columns: 1fr;
  }

  .utility-tools-grid {
    grid-template-columns: 1fr;
  }

  .youtube-play-button svg {
    width: 72px;
    height: 72px;
  }

  .asset-hub-heading {
    text-align: left;
  }

  .asset-board-tabs {
    gap: 14px;
    flex-wrap: wrap;
  }

  .topic-faq-heading {
    text-align: left;
  }

  .topic-faq-item summary {
    padding-right: 48px;
    font-size: 1.18rem;
  }

  .topic-faq-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .topic-faq-content {
    max-width: 100%;
  }

  .topic-list-link {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topic-list-meta {
    justify-content: space-between;
  }

  .hero-sculpture {
    inset: 4% -12% 18% 18%;
    transform: scale(0.88);
  }

  .hero-slogan-ribbon {
    top: 122px;
    right: -10px;
    width: 320px;
    height: 46px;
    transform: rotate(-24deg);
  }

  .hero-slogan-track span {
    font-size: 0.88rem;
    letter-spacing: 0.14em;
  }

  .hero-dots {
    justify-content: center;
  }
}

/* 2026-04-12 topic/business page relayout */
.section-heading-compact {
  margin-bottom: 20px;
}

.section-heading-compact h2 {
  display: none;
}

.topic-page-hero {
  padding-top: 34px;
}

.topic-page-hero-inner {
  align-items: center;
}

.topic-page-hero-copy {
  max-width: 760px;
}

.topic-page-excerpt {
  max-width: 720px;
}

.topic-page-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.topic-page-signal {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(10px);
}

.topic-page-signal span {
  display: block;
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.topic-page-signal strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.65;
}

.topic-page-hero-actions {
  margin-top: 24px;
}

.topic-page-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 36px auto 0;
}

.topic-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.topic-page-main-full {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.topic-page-prose {
  padding: 34px 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 226, 194, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(15, 19, 23, 0.98), rgba(9, 12, 14, 0.98));
  box-shadow: var(--shadow);
}

.topic-page-prose > *:first-child {
  margin-top: 0;
}

.topic-page-prose > *:last-child {
  margin-bottom: 0;
}

.topic-page-prose p,
.topic-page-prose ul,
.topic-page-prose ol,
.topic-page-prose blockquote,
.topic-page-prose table {
  margin-bottom: 20px;
}

.topic-page-prose h2,
.topic-page-prose h3 {
  position: relative;
  scroll-margin-top: 110px;
}

.topic-page-prose h2 {
  margin-top: 44px;
  padding-top: 12px;
}

.topic-page-prose h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 226, 194, 0.95), rgba(67, 133, 255, 0.4));
}

.topic-page-prose h3 {
  margin-top: 32px;
}

.topic-page-prose ul,
.topic-page-prose ol {
  padding-left: 1.2em;
}

.topic-page-prose li + li {
  margin-top: 8px;
}

.topic-page-prose blockquote {
  padding: 20px 22px;
  border-left: 3px solid rgba(0, 226, 194, 0.75);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.topic-page-prose table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.topic-page-prose th,
.topic-page-prose td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.topic-page-prose th {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.topic-page-prose strong {
  color: #fff;
}

.topic-page-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
}

.topic-page-aside-card {
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 20, 24, 0.96), rgba(10, 13, 16, 0.96));
  box-shadow: var(--shadow);
}

.topic-page-aside-card > span {
  display: inline-flex;
  align-items: center;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-page-aside-card h3 {
  margin: 12px 0 16px;
  font-size: 1.18rem;
  line-height: 1.4;
}

.topic-page-toc,
.topic-page-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.topic-page-toc a,
.topic-page-links a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(243, 246, 247, 0.88);
  line-height: 1.55;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.topic-page-toc a:hover,
.topic-page-links a:hover,
.topic-page-toc a:focus-visible,
.topic-page-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 226, 194, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.archive-hero-copy {
  max-width: 760px;
}

.archive-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.archive-signal-card {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(10px);
}

.archive-signal-card span {
  display: block;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.archive-signal-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.6;
}

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

.comments-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 34px auto 0;
}

.comments-wrap {
  padding: 32px 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 226, 194, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(15, 19, 23, 0.98), rgba(9, 12, 14, 0.98));
  box-shadow: var(--shadow);
}

.comments-head {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.comments-head h2 {
  margin: 10px 0 10px;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.comments-head p {
  color: var(--muted);
  margin-bottom: 0;
}

.comment-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.comment-list .comment {
  padding: 0;
  border: 0;
}

.comment-list > .comment:first-child {
  padding-top: 0;
}

.comment-body {
  display: block;
  padding: 20px 22px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comment-author .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 0 0 auto;
}

.comment-meta,
.comment-metadata a {
  color: var(--muted);
  font-size: 0.88rem;
}

.comment-author .fn {
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.comment-author .says {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.86rem;
}

.comment-metadata {
  text-align: right;
  white-space: nowrap;
}

.comment-content {
  margin-top: 16px;
  color: rgba(236, 246, 247, 0.92);
  line-height: 1.8;
  font-size: 0.98rem;
}

.reply {
  margin-top: 14px;
}

.reply a,
.comment-reply-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 226, 194, 0.18);
  background: rgba(0, 226, 194, 0.07);
  color: var(--accent);
  font-weight: 600;
}

.comment-form {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comment-form-title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.comment-form-title small {
  font-size: 0.92rem;
  font-weight: 500;
}

#cancel-comment-reply-link {
  color: var(--accent);
}

.comment-notes {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin: 0 0 16px;
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color 0.22s ease, background-color 0.22s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(0, 226, 194, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.comment-form-cookies-consent input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  padding: 0;
  margin-top: 4px;
  flex: 0 0 auto;
}

.comment-form-cookies-consent label {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.form-submit {
  margin: 0;
}

.comment-submit-button {
  min-height: 46px;
  padding-inline: 20px;
}

.comment-respond {
  margin-top: 24px;
}

.comment-navigation {
  margin-top: 20px;
}

.comment-navigation .nav-links {
  display: flex;
  gap: 12px;
}

.related-reading-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 34px auto 0;
}

.related-reading-shell .section-heading {
  margin-bottom: 20px;
}

.related-reading-shell .section-heading p {
  max-width: 760px;
  color: var(--muted);
}

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

.related-reading-footer {
  margin-top: 18px;
  text-align: right;
}

.related-reading-footer a {
  color: var(--accent);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .topic-page-signals,
  .topic-page-layout,
  .archive-signal-grid,
  .related-post-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .topic-page-shell {
    width: min(100% - 28px, 1220px);
  }

  .topic-page-signals,
  .topic-page-layout,
  .archive-signal-grid,
  .related-post-grid {
    grid-template-columns: 1fr;
  }

  .topic-page-prose {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .topic-page-aside {
    position: static;
  }

  .archive-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .archive-hero-actions .primary-button,
  .archive-hero-actions .ghost-button {
    width: 100%;
  }

  .comments-shell {
    width: min(100% - 28px, 1220px);
  }

  .comments-wrap {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .comment-body {
    padding: 18px 16px 16px;
  }

  .comment-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-metadata {
    text-align: left;
    white-space: normal;
  }

  .comment-form-title {
    align-items: flex-start;
  }

  .related-reading-shell {
    width: min(100% - 28px, 1220px);
  }
}
