:root {
  --treasure-gold: #f5c45e;
  --treasure-gold-bright: #ffe69b;
  --treasure-gold-rgb: 245, 196, 94;
  --treasure-blue: #39aaff;
  --treasure-cyan: #5bd5ff;
  --treasure-ink: #020711;
  --treasure-panel: rgba(5, 16, 31, 0.9);
  --treasure-line: rgba(122, 183, 226, 0.22);
}

html {
  scroll-behavior: smooth;
}

.department-treasure-page {
  --division-accent: var(--treasure-gold);
  --division-accent-rgb: var(--treasure-gold-rgb);
  background:
    radial-gradient(circle at 72% 5%, rgba(30, 127, 218, 0.18), transparent 30%),
    radial-gradient(circle at 18% 12%, rgba(245, 196, 94, 0.08), transparent 26%),
    linear-gradient(180deg, #020711 0%, #031020 45%, #020811 100%);
}

.department-treasure-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    radial-gradient(circle, rgba(91, 213, 255, 0.72) 0 1px, transparent 1.3px),
    radial-gradient(circle, rgba(245, 196, 94, 0.62) 0 1px, transparent 1.2px);
  background-position: 0 0, 41px 67px;
  background-size: 127px 127px, 181px 181px;
  opacity: 0.2;
  pointer-events: none;
}

.treasure-shell {
  width: min(1540px, calc(100% - 32px));
}

.treasure-nav {
  border-color: rgba(245, 196, 94, 0.16);
  background: rgba(2, 7, 17, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(57, 170, 255, 0.1);
}

.department-treasure-page .corporate-nav-links a[aria-current="page"] {
  border-color: rgba(245, 196, 94, 0.7);
  background: linear-gradient(135deg, #ffe9a8, #c99531);
  color: #191006;
}

.department-treasure-page .corporate-nav-links .treasure-dashboard-link {
  border-color: rgba(57, 170, 255, 0.55);
  background: rgba(13, 78, 140, 0.22);
  color: #dff5ff;
}

.treasure-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  min-height: 680px;
  align-items: center;
  gap: 30px;
  padding: 30px 8px 24px;
}

.treasure-hero::before {
  content: "";
  position: absolute;
  inset: 4% 42% 8% -10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 170, 255, 0.14), transparent 68%);
  filter: blur(12px);
}

.treasure-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 15px;
  padding: 20px 0 20px 6px;
}

.treasure-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
}

.treasure-lockup img {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(245, 196, 94, 0.4);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32), 0 0 28px rgba(57, 170, 255, 0.16);
}

.treasure-lockup div {
  display: grid;
  gap: 3px;
}

.treasure-lockup .eyebrow {
  margin: 0;
  color: var(--treasure-gold);
}

.treasure-lockup strong {
  color: rgba(224, 240, 255, 0.76);
  font-size: 0.74rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.treasure-hero h1 {
  margin: 0;
  color: transparent;
  background: linear-gradient(180deg, #fff9df 0%, #f1c76d 54%, #9a671d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-wrap: balance;
}

.treasure-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #ffffff, #aebbc9 76%, #64788d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 0.62em;
  letter-spacing: 0.01em;
}

.treasure-tagline {
  margin: 0;
  color: var(--treasure-cyan);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 850;
  letter-spacing: 0.04em;
}

.treasure-lede {
  max-width: 630px;
  margin: 0;
  color: rgba(231, 241, 251, 0.84);
  font-size: 1.06rem;
  line-height: 1.62;
}

.treasure-primary,
.department-treasure-page .primary-button.treasure-primary {
  border-color: rgba(255, 234, 170, 0.78);
  background: linear-gradient(135deg, #ffe9a6, #dca63e 54%, #b87b20);
  color: #160e05;
  box-shadow: 0 16px 34px rgba(174, 110, 21, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.treasure-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.treasure-pill-row span,
.treasure-preview-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(57, 170, 255, 0.3);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(4, 27, 53, 0.62);
  color: rgba(223, 244, 255, 0.88);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.treasure-hero-art {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(57, 170, 255, 0.25);
  border-radius: 12px;
  background: #020711;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.5), 0 0 60px rgba(29, 123, 211, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.treasure-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 7, 17, 0.78), transparent 20%, transparent 76%, rgba(2, 7, 17, 0.16)), linear-gradient(180deg, transparent 62%, rgba(2, 7, 17, 0.8));
  pointer-events: none;
}

.treasure-hero-image {
  min-height: 605px;
  background: url("assets/novaorbital-treasure-hero-source.png") 50% 35% / cover no-repeat;
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.01);
}

.treasure-hero-art figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 2px;
  text-align: right;
}

.treasure-hero-art figcaption span {
  color: var(--treasure-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.treasure-hero-art figcaption strong {
  color: #f7fbff;
  font-size: 0.9rem;
}

.treasure-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 4px 0 26px;
  border-block: 1px solid rgba(57, 170, 255, 0.18);
  background: rgba(3, 13, 27, 0.72);
}

.treasure-trust-strip article {
  display: flex;
  min-width: 0;
  min-height: 90px;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
}

.treasure-trust-strip article + article {
  border-left: 1px solid rgba(57, 170, 255, 0.14);
}

.treasure-trust-strip .orbital-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  --icon-a: #f5c45e;
  --icon-b: #39aaff;
}

.treasure-trust-strip div {
  display: grid;
  gap: 3px;
}

.treasure-trust-strip strong {
  color: #f7fbff;
  font-size: 0.9rem;
}

.treasure-trust-strip small {
  color: rgba(206, 225, 241, 0.65);
  line-height: 1.35;
}

.treasure-dashboard,
.treasure-mission,
.treasure-workflow,
.treasure-roadmap,
.treasure-networks,
.treasure-controls,
.treasure-cta {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(77, 150, 207, 0.24);
  border-radius: 10px;
  padding: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(57, 170, 255, 0.1), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(245, 196, 94, 0.07), transparent 28%),
    linear-gradient(145deg, rgba(4, 15, 30, 0.96), rgba(2, 8, 18, 0.94));
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.treasure-dashboard::before,
.treasure-mission::before,
.treasure-workflow::before,
.treasure-roadmap::before,
.treasure-networks::before,
.treasure-controls::before,
.treasure-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: min(440px, calc(100% - 44px));
  height: 1px;
  background: linear-gradient(90deg, var(--treasure-gold), var(--treasure-blue), transparent);
}

.treasure-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.treasure-section-heading > div:first-child {
  display: grid;
  gap: 8px;
}

.treasure-section-heading .eyebrow {
  margin: 0;
  color: var(--treasure-gold);
}

.treasure-section-heading h2,
.treasure-controls h2,
.treasure-cta h2 {
  max-width: 920px;
  margin: 0;
  color: #f6fbff;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.08;
  text-wrap: balance;
}

.treasure-section-heading p,
.treasure-controls p,
.treasure-cta p {
  max-width: 820px;
  margin: 0;
  color: rgba(210, 229, 244, 0.72);
  line-height: 1.56;
}

.treasure-preview-badge {
  flex: 0 0 auto;
  border-color: rgba(245, 196, 94, 0.36);
  background: rgba(72, 48, 9, 0.42);
  color: var(--treasure-gold-bright);
}

.treasure-preview-badge i {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--treasure-gold);
  box-shadow: 0 0 12px var(--treasure-gold);
}

.treasure-metric-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.08fr 1fr 0.82fr;
  gap: 12px;
}

.treasure-metric-card,
.treasure-panel,
.treasure-principle-grid article,
.treasure-roadmap-grid li,
.network-universe-grid article,
.controls-status-card {
  border: 1px solid var(--treasure-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(7, 24, 45, 0.88), rgba(3, 13, 27, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 34px rgba(0, 0, 0, 0.16);
}

.treasure-metric-card {
  position: relative;
  display: grid;
  min-height: 220px;
  align-content: start;
  gap: 10px;
  padding: 17px;
  overflow: hidden;
}

.metric-label,
.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.metric-label > span:first-child,
.panel-heading span {
  color: rgba(211, 230, 244, 0.68);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-label .orbital-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  --icon-a: #f5c45e;
  --icon-b: #39aaff;
}

.treasure-metric-card > strong {
  color: #f7fbff;
  font-size: 1.45rem;
}

.treasure-metric-card p {
  margin: 0;
  color: rgba(205, 224, 239, 0.68);
  font-size: 0.85rem;
  line-height: 1.46;
}

.treasure-metric-card small {
  color: var(--treasure-gold);
  font-size: 0.72rem;
  font-weight: 850;
}

.metric-progress,
.table-bar {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(122, 183, 226, 0.12);
}

.metric-progress i {
  display: block;
  width: 16.66%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--treasure-gold), var(--treasure-blue));
  box-shadow: 0 0 12px rgba(57, 170, 255, 0.52);
}

.reward-sparkline {
  width: 100%;
  margin-top: auto;
  overflow: visible;
}

.sparkline-fill {
  fill: rgba(57, 170, 255, 0.12);
}

.sparkline-line {
  fill: none;
  stroke: var(--treasure-blue);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(57, 170, 255, 0.7));
}

.allocation-layout {
  display: grid;
  grid-template-columns: 114px 1fr;
  align-items: center;
  gap: 14px;
}

.allocation-ring {
  position: relative;
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--treasure-blue) 0 50%, #8e59df 50% 80%, #3fc99c 80% 100%);
  box-shadow: 0 0 26px rgba(57, 170, 255, 0.14);
}

.allocation-ring::before {
  content: "";
  position: absolute;
  width: 72px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #071425;
}

.allocation-ring span {
  position: relative;
  z-index: 1;
  color: rgba(224, 241, 254, 0.72);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.allocation-layout ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.allocation-layout li {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 7px;
  color: rgba(225, 240, 252, 0.78);
  font-size: 0.76rem;
}

.allocation-layout li i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.allocation-core { background: var(--treasure-blue); }
.allocation-growth { background: #8e59df; }
.allocation-reserve { background: #3fc99c; }

.metric-status {
  justify-items: center;
  text-align: center;
}

.metric-status .metric-label {
  width: 100%;
}

.status-shield {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(75, 222, 139, 0.52);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(75, 222, 139, 0.35), rgba(17, 77, 49, 0.24) 60%, transparent 62%);
  box-shadow: 0 0 28px rgba(75, 222, 139, 0.2);
}

.status-shield span {
  color: #8cf4b7;
  font-size: 2rem;
}

.treasure-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) 240px minmax(320px, 0.86fr);
  gap: 12px;
  margin-top: 12px;
}

.treasure-panel {
  min-width: 0;
  padding: 16px;
}

.panel-heading {
  margin-bottom: 12px;
}

.panel-heading > div {
  display: grid;
  gap: 4px;
}

.panel-heading strong {
  color: #f4f9fd;
  font-size: 0.94rem;
}

.panel-heading small {
  color: var(--treasure-blue);
  font-size: 0.68rem;
  font-weight: 850;
}

.treasure-table-wrap {
  overflow-x: auto;
}

.treasure-table-wrap table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.treasure-table-wrap th,
.treasure-table-wrap td {
  padding: 12px 10px;
  border-top: 1px solid rgba(88, 153, 204, 0.14);
  background: transparent;
  color: rgba(214, 230, 243, 0.74);
  font-size: 0.77rem;
  text-align: left;
}

.treasure-table-wrap th {
  background: rgba(18, 49, 78, 0.42);
  color: rgba(189, 214, 232, 0.56);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.treasure-table-wrap td:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.treasure-table-wrap td:first-child div {
  display: grid;
  gap: 2px;
}

.treasure-table-wrap td strong {
  color: #f2f8fc;
}

.treasure-table-wrap td small {
  color: rgba(189, 211, 229, 0.54);
}

.network-glyph {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  color: white;
  font-weight: 950;
}

.network-core { background: linear-gradient(135deg, #176cc1, #39aaff); }
.network-growth { background: linear-gradient(135deg, #553098, #a370ef); }
.network-reserve { background: linear-gradient(135deg, #187b5e, #4bd69f); }

.treasure-table-wrap td:nth-child(2) {
  min-width: 100px;
}

.table-bar {
  width: 76px;
  margin-top: 6px;
}

.table-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--treasure-blue), var(--treasure-gold));
}

.status-tag {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(245, 196, 94, 0.3);
  border-radius: 999px;
  padding: 0 8px;
  background: rgba(104, 67, 14, 0.2);
  color: var(--treasure-gold-bright);
  white-space: nowrap;
}

.dashboard-menu nav {
  display: grid;
  gap: 6px;
}

.dashboard-menu a {
  display: grid;
  grid-template-columns: 28px 1fr;
  min-height: 38px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 10px;
  color: rgba(219, 234, 246, 0.76);
  font-size: 0.82rem;
  text-decoration: none;
}

.dashboard-menu a span {
  color: var(--treasure-blue);
  font-size: 0.65rem;
  font-weight: 900;
}

.dashboard-menu a:hover,
.dashboard-menu a:focus-visible,
.dashboard-menu a.is-active {
  border-color: rgba(57, 170, 255, 0.32);
  background: linear-gradient(90deg, rgba(29, 109, 185, 0.38), rgba(16, 60, 104, 0.14));
  color: #fff;
}

.activity-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-panel li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid rgba(88, 153, 204, 0.14);
}

.activity-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(57, 170, 255, 0.34);
  border-radius: 50%;
  background: rgba(20, 80, 137, 0.22);
  color: var(--treasure-blue);
  font-size: 0.62rem;
  font-weight: 950;
}

.activity-panel li div {
  display: grid;
  gap: 2px;
}

.activity-panel li strong {
  color: #f4f9fd;
  font-size: 0.76rem;
}

.activity-panel li small,
.activity-panel time {
  color: rgba(190, 212, 229, 0.54);
  font-size: 0.64rem;
}

.activity-panel time {
  color: var(--treasure-gold);
  font-weight: 850;
}

.treasure-mission {
  display: grid;
  gap: 20px;
}

.mission-copy {
  align-items: center;
}

.mission-emblem {
  display: grid;
  width: 104px;
  height: 104px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(245, 196, 94, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 196, 94, 0.18), transparent 68%);
  box-shadow: 0 0 34px rgba(245, 196, 94, 0.1);
}

.mission-emblem span {
  color: var(--treasure-gold);
  font-size: 3rem;
}

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

.treasure-principle-grid article {
  display: grid;
  min-height: 250px;
  align-content: start;
  gap: 9px;
  padding: 18px;
}

.treasure-principle-grid .orbital-icon {
  width: 64px;
  height: 64px;
  --icon-a: #f5c45e;
  --icon-b: #39aaff;
}

.treasure-principle-grid small,
.treasure-roadmap-grid small {
  color: var(--treasure-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.treasure-principle-grid h3,
.treasure-roadmap-grid h3 {
  margin: 0;
  color: #f5faff;
  font-size: 1.08rem;
}

.treasure-principle-grid p {
  margin: 0;
  color: rgba(203, 222, 238, 0.68);
  line-height: 1.52;
}

.centered-heading {
  justify-content: center;
  text-align: center;
}

.centered-heading > div:first-child {
  justify-items: center;
}

.centered-heading p {
  margin-inline: auto;
}

.treasure-workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.treasure-workflow-grid li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 218px;
  align-content: center;
  padding: 14px;
  text-align: center;
}

.treasure-workflow-grid li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 42%;
  right: -14px;
  z-index: 2;
  color: var(--treasure-blue);
  font-size: 1.25rem;
  filter: drop-shadow(0 0 8px rgba(57, 170, 255, 0.6));
}

.treasure-workflow-grid li > span {
  color: var(--treasure-gold);
  font-size: 0.66rem;
  font-weight: 950;
}

.workflow-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(57, 170, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 170, 255, 0.16), transparent 68%);
  color: #dff5ff;
  font-size: 2rem;
  box-shadow: 0 0 24px rgba(57, 170, 255, 0.1);
}

.treasure-workflow-grid strong {
  color: var(--treasure-gold-bright);
  text-transform: uppercase;
}

.treasure-workflow-grid p {
  margin: 0;
  color: rgba(203, 222, 238, 0.64);
  font-size: 0.82rem;
  line-height: 1.45;
}

.treasure-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.treasure-roadmap-grid > li {
  position: relative;
  display: grid;
  min-height: 385px;
  align-content: start;
  gap: 10px;
  padding: 16px;
}

.treasure-roadmap-grid > li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(245, 196, 94, 0.58);
  border-radius: 50%;
  color: var(--treasure-gold-bright);
  font-weight: 950;
  box-shadow: inset 0 0 18px rgba(245, 196, 94, 0.08);
}

.treasure-roadmap-grid small {
  min-height: 30px;
  color: var(--treasure-blue);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
}

.treasure-roadmap-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: rgba(207, 225, 239, 0.7);
  font-size: 0.78rem;
  line-height: 1.42;
  list-style: none;
}

.treasure-roadmap-grid ul li::before {
  content: "•";
  margin-right: 6px;
  color: var(--treasure-gold);
}

.network-universe-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.network-universe-grid article {
  display: grid;
  min-height: 168px;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 12px;
  text-align: center;
}

.network-coin {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 1.45rem;
  font-weight: 950;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.network-coin.sol { background: linear-gradient(145deg, #16d8aa, #4b42cf 58%, #b54be0); }
.network-coin.eth { background: linear-gradient(145deg, #c9d5e7, #566c8e); }
.network-coin.ada { background: linear-gradient(145deg, #1269d3, #05255d); }
.network-coin.avax { background: linear-gradient(145deg, #f15e5a, #8f1f25); }
.network-coin.sui { background: linear-gradient(145deg, #65d1ff, #145ab6); }
.network-coin.dot { background: linear-gradient(145deg, #ee56a8, #9d1760); }
.network-coin.atom { background: linear-gradient(145deg, #495783, #131a34); }
.network-coin.more { background: linear-gradient(145deg, #f4c65e, #755019); }

.network-universe-grid strong {
  color: #f5faff;
  font-size: 0.88rem;
}

.network-universe-grid small {
  color: rgba(193, 214, 231, 0.58);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.treasure-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 24px;
}

.controls-copy {
  display: grid;
  gap: 10px;
}

.treasure-checklist {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  color: rgba(220, 234, 245, 0.78);
  list-style: none;
}

.treasure-checklist li::before {
  content: "✓";
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 9px;
  place-items: center;
  border: 1px solid rgba(245, 196, 94, 0.42);
  border-radius: 50%;
  color: var(--treasure-gold);
  font-size: 0.72rem;
}

.controls-status-card {
  display: grid;
  min-height: 310px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}

.controls-status-card .orbital-icon {
  width: 82px;
  height: 82px;
  --icon-a: #f5c45e;
  --icon-b: #39aaff;
}

.controls-status-card small {
  color: var(--treasure-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.controls-status-card strong {
  color: #f7fbff;
  font-size: 1.25rem;
}

.controls-status-card p {
  font-size: 0.84rem;
}

.controls-status-card a {
  color: var(--treasure-cyan);
  font-weight: 850;
  text-underline-offset: 4px;
}

.treasure-cta {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.treasure-cta img {
  width: 154px;
  height: 154px;
  border-radius: 34px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.36)) drop-shadow(0 0 18px rgba(57, 170, 255, 0.15));
}

.treasure-cta > div {
  display: grid;
  gap: 9px;
}

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

.treasure-footer nav {
  justify-content: center;
}

.treasure-footer small {
  color: rgba(191, 214, 231, 0.48);
  text-align: right;
}

@media (max-width: 1260px) {
  .treasure-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  }

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

  .treasure-dashboard-grid {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .activity-panel {
    grid-column: 1 / -1;
  }

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

  .treasure-roadmap-grid > li {
    min-height: 320px;
  }

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

  .treasure-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .treasure-footer small {
    text-align: center;
  }
}

@media (max-width: 960px) {
  .treasure-hero {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .treasure-hero-art {
    grid-row: 1;
  }

  .treasure-hero-image {
    min-height: 480px;
  }

  .treasure-trust-strip,
  .treasure-principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treasure-trust-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(57, 170, 255, 0.14);
  }

  .treasure-trust-strip article:nth-child(4) {
    border-top: 1px solid rgba(57, 170, 255, 0.14);
  }

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

  .treasure-workflow-grid li::after {
    display: none;
  }

  .treasure-controls,
  .treasure-cta {
    grid-template-columns: 1fr;
  }

  .treasure-cta {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .treasure-shell {
    width: min(100% - 18px, 1540px);
  }

  .treasure-nav {
    gap: 12px;
  }

  .treasure-nav .corporate-nav-brand {
    justify-self: center;
  }

  .treasure-nav .corporate-nav-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treasure-nav .corporate-nav-links a {
    min-width: 0;
    justify-content: center;
    padding-inline: 5px;
    font-size: 0.64rem;
    text-align: center;
  }

  .treasure-hero h1 {
    font-size: clamp(2.7rem, 16vw, 4rem);
  }

  .treasure-hero-image {
    min-height: 390px;
    background-position: 50% 31%;
  }

  .treasure-hero-art figcaption {
    right: 15px;
    bottom: 14px;
  }

  .treasure-dashboard,
  .treasure-mission,
  .treasure-workflow,
  .treasure-roadmap,
  .treasure-networks,
  .treasure-controls,
  .treasure-cta {
    padding: 17px;
  }

  .treasure-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .centered-heading {
    align-items: center;
  }

  .treasure-metric-grid,
  .treasure-dashboard-grid,
  .treasure-principle-grid,
  .treasure-workflow-grid,
  .treasure-roadmap-grid,
  .network-universe-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-menu,
  .activity-panel {
    grid-column: auto;
  }

  .treasure-roadmap-grid > li,
  .treasure-principle-grid article {
    min-height: 0;
  }

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

  .treasure-workflow-grid li {
    min-height: 188px;
  }

  .treasure-cta img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 520px) {
  .treasure-trust-strip {
    grid-template-columns: 1fr;
  }

  .treasure-trust-strip article + article {
    border-top: 1px solid rgba(57, 170, 255, 0.14);
    border-left: 0;
  }

  .treasure-metric-grid,
  .network-universe-grid {
    grid-template-columns: 1fr;
  }

  .allocation-layout {
    grid-template-columns: 100px 1fr;
  }

  .allocation-ring {
    width: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
