@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  color-scheme: dark;
  --bg: #04111d;
  --bg-2: #071827;
  --panel: rgba(9, 25, 40, 0.82);
  --panel-strong: rgba(13, 31, 49, 0.94);
  --border: rgba(140, 195, 255, 0.14);
  --border-strong: rgba(140, 195, 255, 0.28);
  --text: #f5fbff;
  --muted: #9ab0c6;
  --muted-2: #6d839b;
  --accent: #35dc83;
  --accent-2: #55d8ff;
  --shadow: 0 25px 70px rgba(0, 0, 0, 0.36);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1220px, calc(100vw - 40px));
  --font-body: 'Manrope', system-ui, sans-serif;
  --font-display: 'Space Grotesk', 'Manrope', system-ui, sans-serif;
}

/* Platform shell */
.platform-header {
  width: min(1460px, calc(100vw - 40px));
  padding: 14px 0;
  gap: 18px;
}

.platform-header .brand-mark {
  width: 72px;
  padding: 4px;
  border-radius: 12px;
}

.platform-header .brand-mark img {
  border-radius: 8px;
}

.platform-header .brand-copy strong {
  font-size: 0.86rem;
}

.platform-header .brand-copy small {
  font-size: 0.68rem;
}

.platform-header .site-nav a {
  padding: 8px 11px;
  font-size: 0.82rem;
}

.platform-console-link {
  color: var(--muted);
  font-size: 0.84rem;
  white-space: nowrap;
}

.platform-console-link:hover {
  color: var(--text);
}

.platform-home {
  width: min(1460px, calc(100vw - 40px));
  padding: 28px 0 76px;
}

.platform-frame {
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  min-height: 810px;
  overflow: hidden;
  border: 1px solid rgba(130, 186, 211, 0.18);
  border-radius: 28px;
  background: rgba(4, 15, 25, 0.88);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.4);
}

.platform-rail {
  display: flex;
  flex-direction: column;
  padding: 24px 16px 18px;
  border-right: 1px solid rgba(130, 186, 211, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 31, 42, 0.98), rgba(6, 20, 29, 0.98)),
    radial-gradient(circle at 20% 0%, rgba(53, 220, 131, 0.12), transparent 40%);
}

.rail-product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 7px 24px;
  border-bottom: 1px solid rgba(130, 186, 211, 0.1);
}

.rail-product-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--accent), #1ca561);
  color: #04130d;
  font-family: var(--font-display);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(53, 220, 131, 0.22);
}

.rail-product div,
.rail-support {
  display: grid;
  gap: 3px;
}

.rail-product strong {
  font-family: var(--font-display);
  font-size: 0.85rem;
}

.rail-product small,
.rail-support small {
  color: var(--muted-2);
  font-size: 0.68rem;
}

.rail-nav {
  display: grid;
  gap: 7px;
  padding-top: 22px;
}

.rail-nav a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--muted);
  transition: 0.2s ease;
}

.rail-nav a span {
  color: var(--muted-2);
  font-family: var(--font-display);
  font-size: 0.66rem;
}

.rail-nav a strong {
  font-size: 0.8rem;
}

.rail-nav a:hover,
.rail-nav a.is-active {
  border-color: rgba(53, 220, 131, 0.18);
  background: rgba(53, 220, 131, 0.08);
  color: #eafff3;
}

.rail-nav a.is-active span {
  color: var(--accent);
}

.rail-support {
  position: relative;
  margin-top: auto;
  padding: 15px 12px 15px 34px;
  border: 1px solid rgba(53, 220, 131, 0.15);
  border-radius: 15px;
  background: rgba(53, 220, 131, 0.06);
}

.rail-support strong {
  font-size: 0.73rem;
}

.rail-support-dot {
  position: absolute;
  top: 18px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(53, 220, 131, 0.1);
}

.platform-surface {
  min-width: 0;
  padding: 32px;
  background:
    radial-gradient(circle at 88% 0%, rgba(85, 216, 255, 0.08), transparent 31%),
    linear-gradient(180deg, rgba(7, 23, 34, 0.96), rgba(5, 17, 27, 0.98));
}

.platform-surface-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.platform-breadcrumb {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.platform-surface-top h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.platform-surface-top p:last-child {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.surface-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid rgba(53, 220, 131, 0.16);
  border-radius: 999px;
  background: rgba(53, 220, 131, 0.06);
  color: #bff9d6;
  font-size: 0.72rem;
}

.surface-status span,
.live-indicator::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(53, 220, 131, 0.7);
}

.global-search {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  margin-top: 25px;
  padding: 7px;
  border: 1px solid rgba(130, 186, 211, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.search-scope {
  padding: 0 14px;
  border-right: 1px solid rgba(130, 186, 211, 0.14);
  color: var(--accent-2);
  font-size: 0.75rem;
}

.global-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
}

.global-search input::placeholder {
  color: #60788b;
}

.global-search button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 11px;
  background: var(--accent);
  color: #04140d;
  font-weight: 800;
  cursor: pointer;
}

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

.platform-stat-grid article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(130, 186, 211, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.platform-stat-grid span,
.platform-stat-grid small {
  color: var(--muted);
  font-size: 0.72rem;
}

.platform-stat-grid strong {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
  letter-spacing: -0.03em;
}

.platform-stat-grid article:first-child strong {
  color: var(--accent);
}

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

.platform-module {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  min-height: 182px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(130, 186, 211, 0.14);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(17, 39, 53, 0.9), rgba(8, 23, 34, 0.92));
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.platform-module::after {
  content: '';
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(85, 216, 255, 0.1);
  border-radius: 50%;
}

.platform-module:hover {
  transform: translateY(-3px);
  border-color: rgba(53, 220, 131, 0.34);
}

.module-index {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: rgba(53, 220, 131, 0.1);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.68rem;
}

.platform-module div {
  min-width: 0;
}

.platform-module small {
  display: block;
  color: var(--muted-2);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.platform-module strong {
  display: block;
  margin-top: 9px;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.35;
}

.platform-module p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.platform-module b {
  color: var(--muted-2);
  font-weight: 500;
}

.module-resource .module-index {
  color: var(--accent-2);
  background: rgba(85, 216, 255, 0.1);
}

.module-deal .module-index {
  color: #ffca67;
  background: rgba(255, 202, 103, 0.1);
}

.module-live .module-index {
  color: #ff8f91;
  background: rgba(255, 143, 145, 0.1);
}

.platform-intelligence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 12px;
  margin-top: 18px;
}

.intelligence-panel {
  min-height: 232px;
  padding: 20px;
  border: 1px solid rgba(130, 186, 211, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.intelligence-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.intelligence-head div {
  display: grid;
  gap: 5px;
}

.intelligence-head small {
  color: var(--muted-2);
  font-size: 0.68rem;
}

.intelligence-head strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.intelligence-head a {
  color: var(--accent);
  font-size: 0.72rem;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #bff9d6;
  font-size: 0.7rem;
}

.live-indicator::before {
  content: '';
  display: block;
}

.market-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  margin-top: 20px;
}

.market-bar {
  display: grid;
  grid-template-columns: minmax(62px, auto) 1fr auto;
  gap: 9px;
  align-items: center;
}

.market-bar span,
.market-bar strong {
  font-size: 0.72rem;
}

.market-bar span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted);
}

.market-bar-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.market-bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.platform-feed {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.platform-feed-item {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding-top: 9px;
  border-top: 1px solid rgba(130, 186, 211, 0.08);
}

.platform-feed-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.platform-feed-item > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-2);
}

.platform-feed-item div {
  min-width: 0;
}

.platform-feed-item strong,
.platform-feed-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-feed-item strong {
  font-size: 0.78rem;
}

.platform-feed-item small,
.platform-feed-item time {
  color: var(--muted-2);
  font-size: 0.65rem;
}

.model-section,
.operations-section,
.metrics-section,
.pillars-section,
.members-section {
  display: none;
}

@media (max-width: 1240px) {
  .platform-header .brand-copy {
    display: none;
  }

  .platform-frame {
    grid-template-columns: 178px minmax(0, 1fr);
  }

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

  .platform-module {
    min-height: 150px;
  }
}

@media (max-width: 1000px) {
  .platform-header,
  .platform-home {
    width: min(100% - 28px, 900px);
  }

  .platform-frame {
    grid-template-columns: 1fr;
  }

  .platform-rail {
    display: none;
  }

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

@media (max-width: 720px) {
  .platform-home {
    padding-top: 16px;
  }

  .platform-frame {
    border-radius: 21px;
  }

  .platform-surface {
    padding: 22px 16px;
  }

  .platform-surface-top {
    display: grid;
    gap: 16px;
  }

  .platform-surface-top h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .surface-status {
    width: max-content;
  }

  .global-search {
    grid-template-columns: 1fr auto;
  }

  .search-scope {
    display: none;
  }

  .global-search input {
    padding-left: 10px;
  }

  .platform-module-grid,
  .platform-intelligence-grid,
  .market-bars {
    grid-template-columns: 1fr;
  }

  .platform-module {
    min-height: 134px;
  }
}

@media (max-width: 480px) {
  .platform-header,
  .platform-home {
    width: calc(100% - 20px);
  }

  .platform-header .brand-mark {
    width: 62px;
  }

  .platform-header .platform-console-link,
  .platform-header .btn-primary {
    display: none;
  }

  .platform-stat-grid {
    gap: 8px;
  }

  .platform-stat-grid article {
    padding: 14px;
  }

  .platform-stat-grid small {
    display: none;
  }

  .platform-module {
    grid-template-columns: auto 1fr;
  }

  .platform-module b {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 15% 20%, rgba(49, 214, 255, 0.16), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(126, 240, 203, 0.12), transparent 24%),
    radial-gradient(circle at 50% 90%, rgba(81, 119, 255, 0.1), transparent 28%),
    linear-gradient(180deg, var(--bg), var(--bg-2) 40%, #04101a 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

main {
  position: relative;
  z-index: 1;
}

.backdrop {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.45;
  pointer-events: none;
}

.backdrop-a {
  width: 420px;
  height: 420px;
  top: -150px;
  left: -120px;
  background: rgba(49, 214, 255, 0.16);
}

.backdrop-b {
  width: 560px;
  height: 560px;
  top: 24vh;
  right: -180px;
  background: rgba(126, 240, 203, 0.12);
}

.site-header,
.site-footer,
.section {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 10, 18, 0.82), rgba(3, 10, 18, 0.36));
  border-bottom: 1px solid rgba(140, 195, 255, 0.12);
  z-index: -1;
  margin-left: calc((100vw - var(--container)) / -2);
  margin-right: calc((100vw - var(--container)) / -2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(86px, 9vw, 116px);
  padding: 6px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 0.9rem;
  font-family: var(--font-display);
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  min-width: 0;
}

.site-nav a {
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.84rem;
  white-space: nowrap;
  transition: 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #68e6ff);
  color: #03131f;
  box-shadow: 0 18px 40px rgba(49, 214, 255, 0.22);
}

.btn-secondary,
.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--border);
  color: var(--text);
}

.lang-toggle {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.section {
  padding: 58px 0;
  position: relative;
}

.members-section,
.ecosystem-section,
.live-section,
.insights-section,
.join-section,
.about-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.members-section::before,
.ecosystem-section::before,
.live-section::before,
.insights-section::before,
.join-section::before,
.about-section::before {
  content: '';
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(140, 195, 255, 0.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(49, 214, 255, 0.06), transparent 38%),
    radial-gradient(circle at 82% 0%, rgba(126, 240, 203, 0.05), transparent 30%);
  pointer-events: none;
}

.members-section > *,
.ecosystem-section > *,
.live-section > *,
.insights-section > *,
.join-section > *,
.about-section > * {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 46px;
  padding-top: 38px;
  min-height: calc(100vh - 100px);
}

.eyebrow,
.section-kicker,
.card-label,
.panel-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--accent);
  margin: 0 0 12px;
}

.hero h1,
.section-head h2,
.join-copy h2 {
  font-family: var(--font-display);
  line-height: 0.95;
  margin: 0;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(3.3rem, 6.2vw, 6.2rem);
}

.lede,
.section-head p:last-child,
.join-copy p,
.about-card p,
.member-card p,
.resource-card p,
.insight-card p,
.floating-card p,
.tool-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero .lede {
  max-width: 62ch;
  font-size: 1.05rem;
  margin: 22px 0 0;
}

.hero-actions,
.hero-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 28px;
}

.hero-pills {
  margin-top: 24px;
}

.hero-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--muted);
}

.hero-signal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  max-width: 720px;
}

.signal-card {
  min-height: 148px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(140, 195, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(11, 29, 45, 0.98), rgba(8, 20, 33, 0.92)),
    radial-gradient(circle at 20% 20%, rgba(49, 214, 255, 0.12), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
}

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

.signal-card strong {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.signal-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
  max-width: 26ch;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.orbit-card {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(100%, 620px);
  height: min(100%, 620px);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(49, 214, 255, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(140, 195, 255, 0.15);
  box-shadow: inset 0 0 40px rgba(49, 214, 255, 0.08), var(--shadow);
  overflow: hidden;
}

.orbit-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(8, 24, 39, 0.96), rgba(9, 22, 35, 0.78));
  border: 1px solid rgba(140, 195, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.orbit-core strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.orbit-core span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.orbit-ring {
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  border: 1px solid rgba(140, 195, 255, 0.16);
  transform: translate(-50%, -50%);
}

.ring-a {
  width: 360px;
  height: 360px;
  animation: spin 24s linear infinite;
}

.ring-b {
  width: 470px;
  height: 470px;
  animation: spin 30s linear infinite reverse;
}

.ring-c {
  width: 560px;
  height: 560px;
  animation: spin 36s linear infinite;
}

.orbit-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(140, 195, 255, 0.18);
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
}

.node-a { top: 14%; left: 18%; }
.node-b { top: 18%; right: 16%; }
.node-c { bottom: 18%; left: 14%; }
.node-d { bottom: 14%; right: 18%; }
.node-e { top: 46%; right: 8%; }

.floating-stack {
  position: absolute;
  inset: auto 16px 8px auto;
  width: min(260px, 42vw);
  display: grid;
  gap: 12px;
}

.floating-card,
.metric-card,
.pillar-card,
.member-card,
.resource-card,
.insight-card,
.about-card,
.tool-card {
  background: linear-gradient(180deg, var(--panel), rgba(6, 17, 28, 0.86));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.floating-card {
  padding: 18px 18px 16px;
  backdrop-filter: blur(18px);
}

.floating-card strong {
  display: block;
  margin: 10px 0 6px;
  font-family: var(--font-display);
  font-size: 2rem;
}

.model-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.model-panel,
.model-card {
  background: linear-gradient(180deg, var(--panel), rgba(6, 17, 28, 0.88));
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.model-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.model-panel::before {
  content: '';
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 20% 20%, rgba(49, 214, 255, 0.16), transparent 36%),
    radial-gradient(circle at 88% 18%, rgba(126, 240, 203, 0.12), transparent 34%);
  pointer-events: none;
}

.model-panel strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 10px 0 14px;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1.06;
}

.model-panel p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.model-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.model-points span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

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

.model-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  min-height: 220px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.model-card:hover {
  transform: translateY(-2px);
  border-color: rgba(49, 214, 255, 0.24);
  background: linear-gradient(180deg, rgba(11, 29, 45, 0.96), rgba(8, 20, 33, 0.96));
}

.model-card span {
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.model-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.model-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.workspace-shell {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(8, 24, 39, 0.94), rgba(7, 18, 29, 0.9));
  border: 1px solid rgba(140, 195, 255, 0.14);
  box-shadow: var(--shadow);
}

.workspace-toolbar {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 16px;
  align-items: end;
}

.workspace-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.workspace-tab {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
}

.workspace-tab.is-active {
  background: rgba(49, 214, 255, 0.14);
  border-color: rgba(49, 214, 255, 0.28);
  color: var(--text);
}

.workspace-search {
  display: grid;
  gap: 8px;
}

.workspace-search span {
  color: var(--muted);
  font-size: 0.9rem;
}

.workspace-search input {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

.workspace-search select {
  width: 100%;
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 0 16px;
  outline: none;
}

.workspace-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.7fr;
  gap: 18px;
}

.workspace-list,
.workspace-detail,
.workspace-side {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.workspace-list,
.workspace-detail,
.workspace-side {
  padding: 20px;
}

.workspace-list {
  display: grid;
  gap: 16px;
}

.workspace-list-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.workspace-list-head strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.workspace-items {
  display: grid;
  gap: 12px;
}

.workspace-item {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.workspace-item:hover,
.workspace-item.is-active {
  transform: translateY(-1px);
  border-color: rgba(49, 214, 255, 0.24);
  background: rgba(49, 214, 255, 0.08);
}

.workspace-item-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.workspace-item-top strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.workspace-item-top span {
  color: var(--muted);
}

.workspace-item p,
.workspace-item small {
  color: var(--muted);
  line-height: 1.5;
}

.workspace-item-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.workspace-detail {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 520px;
}

.workspace-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.workspace-detail-head h3 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.workspace-detail-body {
  display: grid;
  gap: 14px;
}

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

.detail-chip,
.snapshot-item,
.queue-item {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.detail-chip span,
.snapshot-item span,
.queue-item span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.detail-chip strong,
.snapshot-item strong,
.queue-item strong {
  font-family: var(--font-display);
}

.workspace-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.snapshot-card,
.queue-card {
  display: grid;
  gap: 12px;
}

.snapshot-grid,
.queue-list {
  display: grid;
  gap: 10px;
}

.directory-editor {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.member-certification-section {
  padding-top: 0;
}

.member-certification-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(140, 195, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 24, 39, 0.94), rgba(7, 18, 29, 0.9)),
    radial-gradient(circle at 12% 0%, rgba(126, 240, 203, 0.08), transparent 42%);
  box-shadow: var(--shadow);
}

.member-certification-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.member-certification-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.member-certification-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.certification-track,
.member-benefit-grid {
  display: grid;
  gap: 12px;
}

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

.member-benefit-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.certification-step,
.member-benefit-card,
.member-certification-profile {
  border: 1px solid rgba(140, 195, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.certification-step,
.member-benefit-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
}

.certification-step span,
.member-certification-profile span {
  color: var(--muted-2);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certification-step strong,
.member-benefit-card strong,
.member-certification-profile strong {
  font-family: var(--font-display);
  line-height: 1.25;
}

.certification-step p,
.member-benefit-card p,
.member-certification-profile p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.certification-step.is-summary {
  background: rgba(49, 214, 255, 0.08);
  border-color: rgba(49, 214, 255, 0.22);
}

.member-certification-profile {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
}

.member-certification-profile > div {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.member-profile-actions {
  margin-top: 4px;
}

.operations-shell {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(8, 24, 39, 0.94), rgba(7, 18, 29, 0.9));
  border: 1px solid rgba(140, 195, 255, 0.14);
  box-shadow: var(--shadow);
}

.operations-toolbar {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 16px;
  align-items: end;
}

.operations-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.operations-tools {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 12px;
}

.operations-tab {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
}

.operations-tab.is-active {
  background: rgba(49, 214, 255, 0.14);
  border-color: rgba(49, 214, 255, 0.28);
  color: var(--text);
}

.operations-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.72fr;
  gap: 18px;
}

.operations-list,
.operations-editor,
.operations-side {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.operations-list,
.operations-editor,
.operations-side {
  padding: 20px;
}

.operations-list {
  display: grid;
  gap: 16px;
}

.operations-items {
  display: grid;
  gap: 12px;
}

.operations-item {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.operations-item:hover,
.operations-item.is-active {
  transform: translateY(-1px);
  border-color: rgba(49, 214, 255, 0.24);
  background: rgba(49, 214, 255, 0.08);
}

.operations-item-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.operations-item-top strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.operations-item-top span {
  color: var(--muted);
}

.operations-item p {
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.operations-item-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pill-btn {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.operations-editor {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 540px;
}

.operations-editor-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.operations-editor-head h3 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.operations-form {
  display: grid;
  gap: 14px;
}

.operations-form label {
  display: grid;
  gap: 8px;
}

.operations-form span {
  color: var(--muted);
  font-size: 0.92rem;
}

.operations-form input,
.operations-form textarea,
.operations-form select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

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

.operations-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.activity-item {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.activity-item strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.activity-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.activity-item time {
  display: block;
  margin-top: 8px;
  color: var(--muted-2);
  font-size: 0.86rem;
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-bottom: 30px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.section-head p:last-child,
.lede {
  max-width: 68ch;
}

.section-head p:last-child {
  font-size: 1.02rem;
  line-height: 1.72;
}

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

.section-snapshot .snapshot-item {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 27, 43, 0.96), rgba(8, 19, 31, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(49, 214, 255, 0.08), transparent 48%);
  border-color: rgba(140, 195, 255, 0.16);
  backdrop-filter: blur(12px);
}

.section-snapshot .snapshot-item::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(49, 214, 255, 0.72), rgba(126, 240, 203, 0.46), rgba(49, 214, 255, 0));
}

.map-core,
.live-board {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 18px 20px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(140, 195, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 24, 39, 0.96), rgba(7, 18, 29, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(49, 214, 255, 0.08), transparent 48%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.map-core strong,
.live-board strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
}

.map-core p,
.live-board p {
  margin: 0;
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.65;
}

.map-core-stats,
.live-board-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.map-core-detail,
.live-board-profile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(140, 195, 255, 0.12);
}

.panel-field {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.panel-field span {
  color: var(--muted-2);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-field strong {
  overflow-wrap: anywhere;
  font-size: 0.98rem;
  line-height: 1.35;
}

.panel-field p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.board-stat {
  display: grid;
  gap: 4px;
  min-width: 92px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(140, 195, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.board-stat span {
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-stat strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.metrics-grid,
.pillar-grid,
.member-grid,
.insight-grid,
.about-grid {
  display: grid;
  gap: 18px;
}

.metrics-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.metric-card {
  padding: 18px;
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.metric-card span {
  color: var(--muted);
  line-height: 1.5;
}

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

.pillar-card,
.member-card,
.resource-card,
.insight-card,
.about-card {
  padding: 20px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.pillar-card::before,
.member-card::before,
.resource-card::before,
.insight-card::before,
.about-card::before,
.tool-card::before,
.join-point::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(49, 214, 255, 0.72), rgba(126, 240, 203, 0.46), rgba(49, 214, 255, 0));
  opacity: 0.8;
}

.pillar-card h3,
.member-card h3,
.resource-card h3,
.insight-card h3,
.about-card span,
.tool-card span,
.join-copy h2 {
  font-family: var(--font-display);
}

.pillar-card h3,
.member-card h3,
.resource-card h3,
.insight-card h3 {
  margin: 10px 0 8px;
  font-size: 1.25rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.86rem;
}

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

.member-top,
.resource-top,
.insight-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.status-badge,
.status-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(126, 240, 203, 0.18);
  background: rgba(126, 240, 203, 0.08);
  color: #baf8e7;
  white-space: nowrap;
}

.status-badge::before,
.status-live::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4df0b1;
  box-shadow: 0 0 0 6px rgba(77, 240, 177, 0.12);
}

.member-card p,
.resource-card p,
.insight-card p {
  margin: 10px 0 0;
}

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

.filter-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  cursor: pointer;
}

.filter-chip.is-active {
  background: rgba(49, 214, 255, 0.14);
  border-color: rgba(49, 214, 255, 0.28);
  color: var(--text);
}

.ecosystem-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 18px;
}

.ecosystem-map,
.ecosystem-panel,
.chat-panel,
.live-users,
.live-tools,
.join-form {
  background:
    linear-gradient(180deg, rgba(8, 24, 39, 0.92), rgba(7, 18, 29, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(49, 214, 255, 0.06), transparent 45%);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.ecosystem-map {
  min-height: 620px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.ecosystem-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black 54%, transparent 100%);
  pointer-events: none;
}

.map-grid {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 570px;
}

.map-node {
  appearance: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  position: absolute;
  min-width: 120px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(9, 25, 40, 0.96);
  border: 1px solid rgba(140, 195, 255, 0.18);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.25);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.map-node:hover,
.map-node:focus-visible,
.map-node.is-active {
  border-color: rgba(49, 214, 255, 0.6);
  box-shadow: 0 18px 46px rgba(49, 214, 255, 0.14), 0 16px 38px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.map-node.is-active::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(49, 214, 255, 0.8);
}

.map-node strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.map-node span {
  color: var(--muted);
  font-size: 0.9rem;
}

.map-node p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ecosystem-panel {
  padding: 20px;
}

.panel-header {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.panel-header strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource-card {
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.resource-card .card-label {
  margin-bottom: 8px;
}

.resource-card .tag-row {
  margin-top: 12px;
}

.live-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.7fr;
  gap: 18px;
}

.live-users,
.live-tools {
  padding: 20px;
  display: grid;
  gap: 14px;
}

.live-user {
  cursor: pointer;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(140, 195, 255, 0.14);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.live-user:hover,
.live-user:focus-visible,
.live-user.is-active {
  border-color: rgba(49, 214, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(49, 214, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.live-user strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: 6px;
}

.live-user span {
  display: block;
  color: var(--muted);
  line-height: 1.5;
}

.chat-panel {
  padding: 20px;
  display: grid;
  gap: 16px;
}

.chat-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.chat-panel-top strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.chat-log {
  min-height: 420px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding-right: 4px;
}

.chat-bubble {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(140, 195, 255, 0.14);
}

.chat-bubble strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.chat-bubble p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.chat-bubble.is-me {
  margin-left: auto;
  background: rgba(49, 214, 255, 0.12);
  border-color: rgba(49, 214, 255, 0.22);
}

.live-users {
  position: relative;
}

.live-users::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(49, 214, 255, 0.72), rgba(126, 240, 203, 0.46), rgba(49, 214, 255, 0));
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.chat-form input,
.join-form input,
.join-form select,
.join-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

.chat-form input::placeholder,
.join-form input::placeholder,
.join-form select::placeholder,
.join-form textarea::placeholder {
  color: var(--muted-2);
}

.live-tools {
  align-content: start;
}

.tool-card {
  padding: 18px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.tool-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

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

.insight-card time {
  color: var(--muted-2);
  font-size: 0.9rem;
}

.join-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 18px;
  align-items: start;
}

.join-copy {
  padding: 8px 0;
}

.join-copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  max-width: 11ch;
  margin-bottom: 18px;
}

.join-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.join-point {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.join-point strong {
  display: block;
  margin-bottom: 4px;
}

.join-form {
  padding: 22px;
  display: grid;
  gap: 14px;
}

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

.join-form label,
.join-point,
.live-user,
.chat-bubble {
  backdrop-filter: blur(10px);
}

.join-form label {
  display: grid;
  gap: 8px;
}

.join-form span {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-note {
  margin: 0;
  color: var(--muted-2);
}

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

.about-card span {
  display: block;
  color: var(--accent);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.site-footer {
  padding: 38px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted);
  border-top: 1px solid rgba(140, 195, 255, 0.12);
  margin-top: 18px;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 214, 255, 0.35), rgba(126, 240, 203, 0.24), transparent);
}

.site-footer strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.footer-brand {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.footer-logo {
  display: block;
  width: clamp(120px, 15vw, 180px);
  height: auto;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-links,
.footer-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--muted);
}

.footer-meta span {
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(7, 24, 39, 0.95);
  border: 1px solid rgba(140, 195, 255, 0.2);
  box-shadow: var(--shadow);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 80;
}

.toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.is-hidden {
  display: none !important;
}

.admin-shell {
  width: var(--container);
  margin: 0 auto 72px;
  display: grid;
  gap: 24px;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.admin-panel {
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(13, 31, 49, 0.94), rgba(7, 24, 39, 0.86)),
    linear-gradient(160deg, rgba(49, 214, 255, 0.08), transparent 60%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.admin-import-panel {
  display: grid;
  gap: 18px;
}

.admin-import-grid {
  display: grid;
  gap: 16px;
}

.admin-import-template {
  display: grid;
  gap: 8px;
}

.admin-import-template span {
  color: var(--muted);
  font-size: 0.92rem;
}

.admin-import-template select {
  width: 100%;
}

.admin-import-template .form-note {
  margin-top: 2px;
}

.admin-import-textarea {
  display: grid;
  gap: 8px;
}

.admin-import-textarea span {
  color: var(--muted);
  font-size: 0.92rem;
}

.admin-import-textarea textarea {
  min-height: 220px;
  resize: vertical;
}

.admin-import-meta {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.admin-import-option {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.94rem;
}

.admin-import-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.admin-import-preview {
  display: grid;
  gap: 16px;
  padding-top: 4px;
  border-top: 1px solid rgba(140, 195, 255, 0.14);
}

.admin-import-preview .snapshot-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-import-preview .admin-list {
  display: grid;
  gap: 12px;
}

.admin-import-panel .btn:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  transform: none;
}

.auth-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.auth-form input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(140, 195, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-form input:focus {
  border-color: rgba(49, 214, 255, 0.56);
  box-shadow: 0 0 0 4px rgba(49, 214, 255, 0.12);
}

.session-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(126, 240, 203, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
}

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

.database-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr) minmax(180px, 0.34fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(140, 195, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.database-toolbar .btn {
  min-height: 50px;
  white-space: nowrap;
}

.admin-workflow {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.admin-stat {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(140, 195, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.admin-stat span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-stat strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.admin-recent {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.admin-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.admin-item {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(140, 195, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.admin-item.is-muted {
  opacity: 0.78;
}

.admin-item strong {
  display: block;
  font-size: 1rem;
}

.admin-item p,
.admin-item time {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.admin-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.admin-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.admin-item-tags span {
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(140, 195, 255, 0.14);
  color: var(--muted);
  font-size: 0.78rem;
}

.admin-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.admin-item-actions .btn {
  min-height: 38px;
  padding: 0 12px;
}

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 1180px) {
  .site-header {
    gap: 14px;
  }

  .brand-copy strong {
    font-size: 0.84rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .site-nav {
    gap: 2px;
  }

  .site-nav a {
    padding: 7px 9px;
    font-size: 0.78rem;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .btn,
  .lang-toggle {
    min-height: 40px;
  }

  .workspace-toolbar,
  .workspace-grid,
  .operations-toolbar,
  .operations-grid,
  .operations-tools,
  .database-toolbar {
    grid-template-columns: 1fr;
  }

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

  .pillar-grid,
  .member-grid,
  .insight-grid,
  .about-grid,
  .ecosystem-layout,
  .live-layout,
  .join-grid,
  .hero,
  .admin-hero,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-workflow {
    grid-template-columns: 1fr;
  }

  .member-certification-layout,
  .member-benefit-grid,
  .member-certification-profile {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 30px;
    padding-top: 30px;
  }

  .model-layout,
  .model-grid {
    grid-template-columns: 1fr;
  }

  .database-grid {
    grid-template-columns: 1fr;
  }

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

  .map-core-detail,
  .live-board-profile {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .floating-stack {
    position: absolute;
    right: 0;
    left: auto;
    width: min(250px, 36vw);
  }

  .hero h1 {
    font-size: clamp(3rem, 7vw, 5.3rem);
  }

  .hero .lede {
    font-size: 1rem;
  }

  .hero-signal {
    margin-top: 20px;
    max-width: 680px;
  }

  .signal-card {
    min-height: 138px;
    padding: 16px;
  }

  .workspace-detail {
    min-height: auto;
  }

  .operations-editor {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    background: rgba(4, 17, 29, 0.96);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 12px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-actions {
    margin-left: auto;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy small {
    display: none;
  }

  .brand-mark {
    width: 80px;
    padding: 5px;
  }

  .hero {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .hero-visual {
    min-height: 460px;
  }

  .model-panel {
    padding: 20px;
  }

  .orbit-card {
    width: 100%;
    height: 100%;
  }

  .floating-stack {
    width: min(270px, 86vw);
  }

  .chat-form,
  .join-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
    justify-items: start;
  }

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

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .operations-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section {
    width: min(100vw - 28px, var(--container));
  }

  .site-header {
    gap: 10px;
  }

  .brand-copy {
    display: none;
  }

  .brand-mark {
    width: 74px;
    padding: 4px;
    border-radius: 14px;
  }

  .header-actions .btn-primary {
    display: none;
  }

  .admin-panel {
    padding: 20px;
  }

  .metrics-grid,
  .pillar-grid,
  .member-grid,
  .insight-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-pills {
    display: grid;
    grid-template-columns: 1fr;
  }

  .join-form-grid {
    grid-template-columns: 1fr;
  }

  .section-snapshot {
    grid-template-columns: 1fr;
  }

  .certification-track {
    grid-template-columns: 1fr;
  }

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

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 420px;
  }

  .model-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-signal {
    grid-template-columns: 1fr;
  }

  .orbit-node {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 0.85rem;
  }

  .node-a { top: 12%; left: 10%; }
  .node-b { top: 16%; right: 10%; }
  .node-c { bottom: 14%; left: 8%; }
  .node-d { bottom: 12%; right: 10%; }
  .node-e { top: 46%; right: 4%; }

  .hero h1,
  .join-copy h2,
  .section-head h2 {
    line-height: 1.02;
  }
}

header.site-header.platform-header,
section.section.platform-home {
  width: min(1460px, calc(100vw - 40px));
}

header.site-header.platform-header {
  padding-top: 14px;
  padding-bottom: 14px;
}

section.section.platform-home {
  padding-top: 28px;
  padding-bottom: 76px;
}

@media (max-width: 1000px) {
  header.site-header.platform-header,
  section.section.platform-home {
    width: min(100% - 28px, 900px);
  }
}

@media (max-width: 720px) {
  section.section.platform-home {
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  header.site-header.platform-header,
  section.section.platform-home {
    width: calc(100% - 20px);
  }
}
