:root {
  --nclcd-bg: #061813;
  --nclcd-bg-deep: #03110d;
  --nclcd-panel: rgba(13, 43, 34, .82);
  --nclcd-panel-strong: rgba(14, 50, 39, .96);
  --nclcd-line: rgba(197, 233, 216, .14);
  --nclcd-line-strong: rgba(197, 233, 216, .25);
  --nclcd-text: #f4f8f5;
  --nclcd-muted: #a7beb3;
  --nclcd-emerald: #4ee6a8;
  --nclcd-emerald-deep: #0f9f70;
  --nclcd-gold: #e4b75d;
  --nclcd-blue: #7ec8ff;
  --nclcd-orange: #f2a65a;
  --nclcd-red: #ff7c6f;
  --nclcd-radius: 26px;
  --nclcd-shadow: 0 24px 80px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.nclcd-page {
  margin: 0;
  min-height: 100vh;
  color: var(--nclcd-text);
  background:
    radial-gradient(circle at 9% 2%, rgba(31, 151, 108, .17), transparent 29rem),
    radial-gradient(circle at 92% 14%, rgba(228, 183, 93, .1), transparent 26rem),
    linear-gradient(180deg, #071b15 0%, var(--nclcd-bg) 52%, var(--nclcd-bg-deep) 100%);
  font-family: "Afacad Flux", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nclcd-page a { color: inherit; }

.nclcd-main {
  width: min(1540px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 96px;
}

.nclcd-disclosure {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  overflow: hidden;
  border: 1px solid rgba(228, 183, 93, .38);
  border-radius: 20px;
  background: linear-gradient(105deg, rgba(80, 58, 18, .68), rgba(20, 47, 36, .9));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

.nclcd-disclosure::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(228, 183, 93, .08));
  pointer-events: none;
}

.nclcd-disclosure__signal {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  align-items: end;
  gap: 4px;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 1px solid rgba(228, 183, 93, .35);
  border-radius: 50%;
}

.nclcd-disclosure__signal i { display: block; border-radius: 99px; background: var(--nclcd-gold); }
.nclcd-disclosure__signal i:nth-child(1) { height: 9px; opacity: .55; }
.nclcd-disclosure__signal i:nth-child(2) { height: 17px; opacity: .76; }
.nclcd-disclosure__signal i:nth-child(3) { height: 25px; }

.nclcd-disclosure span,
.nclcd-disclosure strong,
.nclcd-disclosure p { display: block; position: relative; z-index: 1; }

.nclcd-disclosure span { margin-bottom: 3px; color: var(--nclcd-gold); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.nclcd-disclosure strong { font-size: 1.05rem; letter-spacing: .01em; }
.nclcd-disclosure p { max-width: 1040px; margin: 4px 0 0; color: #d4dfd9; line-height: 1.45; }

.nclcd-tier-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 38px;
}

.nclcd-tier-legend article {
  position: relative;
  min-height: 118px;
  padding: 18px 18px 16px;
  overflow: hidden;
  border: 1px solid var(--nclcd-line);
  border-radius: 18px;
  background: rgba(9, 33, 26, .74);
}

.nclcd-tier-legend article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--tier-color, var(--nclcd-emerald));
}

.nclcd-tier-legend .is-actual { --tier-color: var(--nclcd-emerald); }
.nclcd-tier-legend .is-fos_simulation { --tier-color: var(--nclcd-blue); }
.nclcd-tier-legend .is-device_simulation { --tier-color: var(--nclcd-orange); }
.nclcd-tier-legend b { display: block; color: var(--tier-color, var(--nclcd-emerald)); font-size: .68rem; letter-spacing: .14em; }
.nclcd-tier-legend span { display: block; margin-top: 7px; font-weight: 750; }
.nclcd-tier-legend p { margin: 6px 0 0; color: var(--nclcd-muted); font-size: .86rem; line-height: 1.35; }

.nclcd-tier-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1;
}

.nclcd-tier-badge.is-actual { color: var(--nclcd-emerald); background: rgba(78, 230, 168, .08); }
.nclcd-tier-badge.is-fos { color: var(--nclcd-blue); background: rgba(126, 200, 255, .08); }
.nclcd-tier-badge.is-device { color: var(--nclcd-orange); background: rgba(242, 166, 90, .08); }

.nclcd-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: 28px;
  align-items: stretch;
}

.nclcd-hero__copy,
.nclcd-hero__seal {
  position: relative;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid var(--nclcd-line);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(17, 60, 46, .95), rgba(7, 27, 21, .92));
  box-shadow: var(--nclcd-shadow);
}

.nclcd-hero__copy::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  bottom: -180px;
  border: 1px solid rgba(78, 230, 168, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(78, 230, 168, .02), 0 0 0 92px rgba(78, 230, 168, .02);
}

.nclcd-kicker { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--nclcd-muted); font-size: .82rem; }
.nclcd-hero h1 { position: relative; z-index: 1; max-width: 850px; margin: 22px 0 14px; font-family: Cinzel, Georgia, serif; font-size: clamp(2.35rem, 5.2vw, 5.6rem); font-weight: 520; letter-spacing: -.045em; line-height: .96; }
.nclcd-hero__copy > p { position: relative; z-index: 1; max-width: 820px; margin: 0; color: #c7d7cf; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.55; }
.nclcd-hero__actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.nclcd-button { display: inline-flex; min-height: 46px; padding: 0 17px; align-items: center; justify-content: center; border: 1px solid var(--nclcd-line-strong); border-radius: 13px; color: var(--nclcd-text); text-decoration: none; font-weight: 760; transition: .2s ease; }
.nclcd-button:hover { transform: translateY(-2px); border-color: rgba(78, 230, 168, .55); }
.nclcd-button.is-primary { border-color: var(--nclcd-emerald); color: #022117; background: var(--nclcd-emerald); }

.nclcd-hero__seal {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(3, 17, 13, .08), rgba(3, 17, 13, .78)),
    radial-gradient(circle at 65% 20%, rgba(228, 183, 93, .22), transparent 42%),
    #123d2f;
}

.nclcd-hero__seal::before { content: ""; position: absolute; width: 180px; height: 180px; top: 30px; right: 30px; border: 1px solid rgba(228, 183, 93, .25); border-radius: 50%; box-shadow: inset 0 0 60px rgba(228, 183, 93, .05); }
.nclcd-hero__seal::after { content: "NC"; position: absolute; top: 77px; right: 74px; color: rgba(228, 183, 93, .3); font-family: Cinzel, Georgia, serif; font-size: 3.7rem; }
.nclcd-hero__seal span { color: var(--nclcd-gold); font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.nclcd-hero__seal strong { margin: 7px 0 3px; font-family: Cinzel, Georgia, serif; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.nclcd-hero__seal small { color: var(--nclcd-muted); }

.nclcd-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 30px;
}

.nclcd-kpis article {
  padding: 22px;
  border: 1px solid var(--nclcd-line);
  border-radius: 19px;
  background: rgba(9, 33, 26, .78);
}

.nclcd-kpis article > span { display: block; color: var(--nclcd-emerald); font-size: .67rem; font-weight: 850; letter-spacing: .14em; }
.nclcd-kpis article > strong { display: block; margin: 9px 0 2px; font-family: Cinzel, Georgia, serif; font-size: 2.55rem; font-weight: 550; line-height: 1; }
.nclcd-kpis article > small { color: var(--nclcd-muted); line-height: 1.3; }
.nclcd-kpis article.is-pending { border-color: rgba(228, 183, 93, .26); background: rgba(55, 43, 18, .3); }
.nclcd-kpis article.is-pending > span { color: var(--nclcd-gold); }

.nclcd-panel {
  border: 1px solid var(--nclcd-line);
  border-radius: var(--nclcd-radius);
  background: linear-gradient(145deg, rgba(15, 49, 39, .9), rgba(7, 26, 21, .9));
  box-shadow: var(--nclcd-shadow);
}

.nclcd-panel > header,
.nclcd-section-heading {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  justify-content: space-between;
}

.nclcd-panel > header > div > span:not(.nclcd-tier-badge),
.nclcd-panel > header > div > small,
.nclcd-section-heading > div > span:not(.nclcd-tier-badge) { display: block; color: var(--nclcd-emerald); font-size: .66rem; font-weight: 850; letter-spacing: .14em; }
.nclcd-panel h2,
.nclcd-panel h3,
.nclcd-section-heading h2 { margin: 7px 0 0; font-family: Cinzel, Georgia, serif; font-weight: 520; letter-spacing: -.025em; }
.nclcd-panel h2,
.nclcd-section-heading h2 { font-size: clamp(1.6rem, 2.7vw, 2.7rem); }
.nclcd-panel h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
.nclcd-panel > header > small,
.nclcd-panel > header > p { max-width: 540px; margin: 0; color: var(--nclcd-muted); text-align: right; line-height: 1.45; }

.nclcd-portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nclcd-breakdown { padding: 27px; }
.nclcd-breakdown > header { margin-bottom: 25px; }
.nclcd-bar-row { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(140px, 1fr) 52px; gap: 13px; align-items: center; padding: 13px 0; border-top: 1px solid var(--nclcd-line); }
.nclcd-bar-row > div:first-child strong,
.nclcd-bar-row > div:first-child span { display: block; }
.nclcd-bar-row > div:first-child span { margin-top: 2px; color: var(--nclcd-muted); font-size: .78rem; }
.nclcd-bar-row > b { color: #dce8e2; text-align: right; font-size: .82rem; }
.nclcd-bar { height: 8px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .07); }
.nclcd-bar i { display: block; width: var(--bar); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--nclcd-emerald-deep), var(--nclcd-emerald)); }
.nclcd-bar.is-gold i { background: linear-gradient(90deg, #9b6d1e, var(--nclcd-gold)); }

.nclcd-map-panel { margin-top: 18px; padding: 28px; }
.nclcd-map-panel > header { margin-bottom: 20px; }
.nclcd-map-frame { height: clamp(480px, 62vw, 820px); overflow: hidden; border: 1px solid var(--nclcd-line-strong); border-radius: 20px; background: #071d17; }
.nclcd-map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.nclcd-digital-twin,
.nclcd-devices { scroll-margin-top: 100px; margin-top: 76px; }
.nclcd-section-heading { margin-bottom: 26px; }
.nclcd-section-heading > p { max-width: 720px; margin: 0; color: var(--nclcd-muted); font-size: 1rem; line-height: 1.55; }

.nclcd-pipeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(126, 200, 255, .24);
  border-radius: 18px;
  background: rgba(8, 31, 26, .82);
}

.nclcd-pipeline div { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; min-height: 72px; padding: 13px 15px; border-right: 1px solid var(--nclcd-line); }
.nclcd-pipeline div:last-child { border-right: 0; }
.nclcd-pipeline b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(126, 200, 255, .35); border-radius: 50%; color: var(--nclcd-blue); font-size: .68rem; }
.nclcd-pipeline span { font-size: .82rem; font-weight: 740; }
.nclcd-pipeline i { position: absolute; right: -4px; z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: var(--nclcd-blue); box-shadow: 0 0 12px rgba(126, 200, 255, .8); }
.nclcd-pipeline div:last-child i { display: none; }

.nclcd-twin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nclcd-twin-grid > article { min-height: 400px; padding: 28px; }

.nclcd-mission-card > header > div > span { color: var(--nclcd-blue) !important; }
.nclcd-mission-card > header > b { color: var(--nclcd-blue); font-size: 2rem; }
.nclcd-mission-card > p { display: grid; gap: 5px; margin: 25px 0; padding: 16px; border: 1px solid rgba(126, 200, 255, .16); border-radius: 14px; background: rgba(126, 200, 255, .05); }
.nclcd-mission-card > p span { color: var(--nclcd-muted); font-size: .82rem; }
.nclcd-mission-card dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 0; }
.nclcd-mission-card dl div { padding: 13px; border: 1px solid var(--nclcd-line); border-radius: 12px; }
.nclcd-mission-card dt { color: var(--nclcd-muted); font-size: .62rem; letter-spacing: .08em; }
.nclcd-mission-card dd { margin: 7px 0 0; font-size: 1.05rem; font-weight: 760; }
.nclcd-progress { height: 7px; margin: 27px 0 10px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .07); }
.nclcd-progress i { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--nclcd-blue), var(--nclcd-emerald)); }
.nclcd-mission-card > small { color: var(--nclcd-muted); }

.nclcd-track-card > header > b,
.nclcd-telemetry > header > b { display: flex; gap: 7px; align-items: center; color: var(--nclcd-blue); font-size: .65rem; letter-spacing: .1em; }
.nclcd-track-card > header > b i,
.nclcd-telemetry > header > b i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.nclcd-track-map { position: relative; min-height: 310px; margin-top: 20px; overflow: hidden; border: 1px solid rgba(126, 200, 255, .14); border-radius: 17px; background: radial-gradient(circle at 72% 32%, rgba(78, 230, 168, .08), transparent 22%), #071f19; }
.nclcd-track-map svg { position: absolute; inset: 0; width: 100%; height: calc(100% - 70px); padding: 18px; overflow: visible; }
.track-grid { fill: none; stroke: rgba(197, 233, 216, .06); stroke-width: .35; }
.track-boundary { fill: rgba(78, 230, 168, .035); stroke: rgba(78, 230, 168, .25); stroke-width: .65; stroke-dasharray: 2 2; }
.track-route { fill: none; stroke: url(#routeGlow); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 3px rgba(78, 230, 168, .75)); stroke-dasharray: 160; stroke-dashoffset: 160; animation: nclcd-route 2.4s ease forwards .35s; }
.track-start { fill: var(--nclcd-emerald); }
.track-end { fill: var(--nclcd-gold); }
.track-pulse { fill: rgba(126, 200, 255, .7); transform-origin: 67px 34px; animation: nclcd-pulse 2s infinite; }
@keyframes nclcd-route { to { stroke-dashoffset: 0; } }
@keyframes nclcd-pulse { 0%,100% { opacity:.4; transform:scale(.7); } 50% { opacity:1; transform:scale(1.6); } }
.nclcd-track-stats { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid var(--nclcd-line); background: rgba(3, 17, 13, .7); }
.nclcd-track-stats span { display: grid; gap: 2px; padding: 13px 17px; }
.nclcd-track-stats span + span { border-left: 1px solid var(--nclcd-line); }
.nclcd-track-stats b { color: var(--nclcd-blue); }
.nclcd-track-stats small { color: var(--nclcd-muted); }

.nclcd-evidence-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 23px 0; }
.nclcd-evidence-metrics span { display: grid; gap: 3px; padding: 13px; text-align: center; border: 1px solid var(--nclcd-line); border-radius: 13px; }
.nclcd-evidence-metrics b { color: var(--nclcd-blue); font-family: Cinzel, Georgia, serif; font-size: 1.8rem; }
.nclcd-evidence-metrics small { color: var(--nclcd-muted); }
.nclcd-evidence-list { border-top: 1px solid var(--nclcd-line); }
.nclcd-evidence-list > div { display: grid; grid-template-columns: 12px 1fr auto; gap: 11px; align-items: center; padding: 12px 2px; border-bottom: 1px solid var(--nclcd-line); }
.nclcd-evidence-list i { width: 9px; height: 9px; border-radius: 50%; background: var(--nclcd-emerald); }
.nclcd-evidence-list i.is-video { background: var(--nclcd-gold); }
.nclcd-evidence-list i.is-voice { background: var(--nclcd-blue); }
.nclcd-evidence-list time { color: var(--nclcd-muted); font-variant-numeric: tabular-nums; }

.nclcd-ai-score { display: grid; grid-template-columns: 150px 1fr; gap: 23px; align-items: center; margin: 27px 0 22px; }
.nclcd-ai-score > div { display: flex; width: 140px; height: 140px; align-items: baseline; justify-content: center; padding-top: 42px; border-radius: 50%; background: radial-gradient(circle at center, #0c2d23 54%, transparent 55%), conic-gradient(var(--nclcd-blue) calc(var(--score) * 1%), rgba(255,255,255,.07) 0); }
.nclcd-ai-score > div strong { font-family: Cinzel, Georgia, serif; font-size: 3rem; font-weight: 520; }
.nclcd-ai-score > div small { color: var(--nclcd-muted); }
.nclcd-ai-score p { display: grid; gap: 6px; margin: 0; }
.nclcd-ai-score p b { font-size: 1.15rem; }
.nclcd-ai-score p span { color: var(--nclcd-muted); }
.nclcd-ai-card blockquote { margin: 0; padding: 15px 17px; border-left: 3px solid var(--nclcd-blue); border-radius: 0 13px 13px 0; color: #cadbd4; background: rgba(126, 200, 255, .06); line-height: 1.45; }
.nclcd-human-rule { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 20px; color: var(--nclcd-muted); }
.nclcd-human-rule i,
.nclcd-human-rule b { display: inline-flex; padding: 5px 9px; border-radius: 7px; font-style: normal; font-size: .72rem; letter-spacing: .08em; }
.nclcd-human-rule i { color: var(--nclcd-blue); background: rgba(126, 200, 255, .09); }
.nclcd-human-rule b { color: #082119; background: var(--nclcd-emerald); }

.nclcd-device-grid { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); gap: 18px; }
.nclcd-watch-feed { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(242, 166, 90, .27); border-radius: var(--nclcd-radius); box-shadow: var(--nclcd-shadow); background: #03110d; }
.nclcd-watch-feed::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,17,13,.08), rgba(3,17,13,.2) 52%, rgba(3,17,13,.94)); pointer-events: none; }
.nclcd-watch-feed img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; filter: saturate(.72) contrast(1.06) brightness(.75); }
.nclcd-feed-overlay { position: absolute; z-index: 2; inset: 19px 19px auto; display: flex; gap: 12px; justify-content: space-between; align-items: center; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; }
.nclcd-feed-overlay span { display: flex; gap: 8px; align-items: center; padding: 7px 9px; border-radius: 7px; background: rgba(2, 15, 11, .75); }
.nclcd-feed-overlay span i { width: 7px; height: 7px; border-radius: 50%; background: var(--nclcd-orange); box-shadow: 0 0 10px var(--nclcd-orange); animation: nclcd-feed 1.4s infinite; }
@keyframes nclcd-feed { 50% { opacity: .35; } }
.nclcd-feed-overlay b { padding: 7px 9px; border-radius: 7px; background: rgba(2, 15, 11, .75); }
.nclcd-feed-event { position: absolute; z-index: 2; inset: auto 22px 22px; display: grid; gap: 5px; }
.nclcd-feed-event strong { font-size: 1.1rem; }
.nclcd-feed-event span { color: var(--nclcd-orange); font-size: .72rem; letter-spacing: .08em; }

.nclcd-telemetry { padding: 28px; }
.nclcd-telemetry > header > b { color: var(--nclcd-orange); }
.nclcd-telemetry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 25px; }
.nclcd-telemetry-grid > div { position: relative; min-height: 103px; padding: 16px; overflow: hidden; border: 1px solid var(--nclcd-line); border-radius: 14px; background: rgba(3, 17, 13, .32); }
.nclcd-telemetry-grid > div > span { display: block; color: var(--nclcd-muted); font-size: .76rem; }
.nclcd-telemetry-grid strong { display: block; margin-top: 8px; font-family: Cinzel, Georgia, serif; font-size: 1.95rem; font-weight: 520; }
.nclcd-telemetry-grid strong small { margin-left: 4px; color: var(--nclcd-muted); font-family: inherit; font-size: .72rem; }
.nclcd-telemetry-grid i { position: absolute; right: 14px; bottom: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--nclcd-emerald); box-shadow: 0 0 9px var(--nclcd-emerald); }
.nclcd-telemetry-grid i.is-light,
.nclcd-telemetry-grid i.is-charging { background: var(--nclcd-gold); box-shadow: 0 0 9px var(--nclcd-gold); }
.nclcd-telemetry footer { display: flex; flex-wrap: wrap; gap: 9px 18px; justify-content: space-between; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--nclcd-line); color: var(--nclcd-muted); font-size: .76rem; }

.nclcd-closeout-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 18px; margin-top: 18px; }
.nclcd-timeline,
.nclcd-review-card { padding: 28px; }
.nclcd-timeline > header > b { color: var(--nclcd-blue); }
.nclcd-timeline ol { position: relative; margin: 25px 0 0; padding: 0; list-style: none; }
.nclcd-timeline ol::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 60px; width: 1px; background: var(--nclcd-line-strong); }
.nclcd-timeline li { position: relative; display: grid; grid-template-columns: 45px 12px 1fr; gap: 10px; align-items: center; min-height: 42px; }
.nclcd-timeline time { color: var(--nclcd-muted); font-size: .76rem; font-variant-numeric: tabular-nums; }
.nclcd-timeline li i { position: relative; z-index: 1; width: 9px; height: 9px; border: 2px solid #0b2d23; border-radius: 50%; background: var(--nclcd-blue); box-shadow: 0 0 0 1px rgba(126, 200, 255, .35); }
.nclcd-timeline li.is-device_simulation i { background: var(--nclcd-orange); box-shadow: 0 0 0 1px rgba(242, 166, 90, .35); }
.nclcd-timeline li span { font-size: .9rem; }

.nclcd-review-card { text-align: center; }
.nclcd-review-card > header { text-align: left; }
.nclcd-review-mark { display: grid; width: 78px; height: 78px; margin: 28px auto 15px; place-items: center; border: 1px solid rgba(78, 230, 168, .42); border-radius: 50%; color: var(--nclcd-emerald); background: rgba(78, 230, 168, .08); font-size: 2rem; }
.nclcd-review-card > strong { display: block; font-family: Cinzel, Georgia, serif; font-size: 1.35rem; font-weight: 520; }
.nclcd-review-card > p { color: var(--nclcd-muted); line-height: 1.45; }
.nclcd-review-card dl { margin: 23px 0 0; text-align: left; border-top: 1px solid var(--nclcd-line); }
.nclcd-review-card dl div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--nclcd-line); }
.nclcd-review-card dt { color: var(--nclcd-muted); font-size: .67rem; letter-spacing: .08em; }
.nclcd-review-card dd { margin: 0; overflow-wrap: anywhere; font-size: .82rem; }

.nclcd-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  padding: 25px;
  border: 1px solid var(--nclcd-line-strong);
  border-radius: 22px;
  background: rgba(9, 31, 25, .88);
}
.nclcd-boundary > div:not(.nclcd-boundary__actions) { display: grid; gap: 4px; }
.nclcd-boundary > div > span { color: var(--nclcd-muted); line-height: 1.4; }
.nclcd-boundary__actions { display: grid; gap: 8px; }
.nclcd-boundary__actions a { display: inline-flex; min-height: 42px; padding: 0 14px; align-items: center; border: 1px solid var(--nclcd-line-strong); border-radius: 11px; text-decoration: none; font-weight: 740; }
.nclcd-boundary__actions a:first-child { border-color: rgba(126, 200, 255, .46); color: var(--nclcd-blue); }

.nclcd-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.nclcd-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .nclcd-hero { grid-template-columns: 1fr; }
  .nclcd-hero__seal { min-height: 260px; }
  .nclcd-kpis { grid-template-columns: repeat(2, 1fr); }
  .nclcd-pipeline { grid-template-columns: repeat(7, minmax(130px, 1fr)); overflow-x: auto; }
  .nclcd-device-grid,
  .nclcd-closeout-grid { grid-template-columns: 1fr; }
  .nclcd-boundary { grid-template-columns: repeat(2, 1fr); }
  .nclcd-boundary__actions { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nclcd-main { width: min(100% - 28px, 760px); padding-top: 24px; }
  .nclcd-tier-legend,
  .nclcd-portfolio-grid,
  .nclcd-twin-grid { grid-template-columns: 1fr; }
  .nclcd-tier-legend article { min-height: 0; }
  .nclcd-section-heading,
  .nclcd-panel > header { flex-direction: column; gap: 10px; }
  .nclcd-panel > header > small,
  .nclcd-panel > header > p { text-align: left; }
  .nclcd-map-frame { height: 600px; }
  .nclcd-twin-grid > article { min-height: 0; }
}

@media (max-width: 620px) {
  .nclcd-main { width: min(100% - 20px, 560px); }
  .nclcd-disclosure { grid-template-columns: 1fr; }
  .nclcd-disclosure__signal { display: none; }
  .nclcd-hero__copy,
  .nclcd-hero__seal,
  .nclcd-panel,
  .nclcd-twin-grid > article,
  .nclcd-telemetry,
  .nclcd-timeline,
  .nclcd-review-card { padding: 21px; border-radius: 20px; }
  .nclcd-hero h1 { font-size: 2.55rem; }
  .nclcd-kpis { grid-template-columns: 1fr 1fr; gap: 9px; }
  .nclcd-kpis article { padding: 17px; }
  .nclcd-kpis article > strong { font-size: 2rem; }
  .nclcd-bar-row { grid-template-columns: 1fr 44px; }
  .nclcd-bar-row .nclcd-bar { grid-column: 1 / -1; grid-row: 2; }
  .nclcd-mission-card dl,
  .nclcd-evidence-metrics,
  .nclcd-telemetry-grid { grid-template-columns: repeat(2, 1fr); }
  .nclcd-ai-score { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .nclcd-watch-feed,
  .nclcd-watch-feed img { min-height: 420px; }
  .nclcd-feed-overlay { align-items: flex-start; flex-direction: column; }
  .nclcd-boundary,
  .nclcd-boundary__actions { grid-template-columns: 1fr; }
  .nclcd-map-frame { height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .track-route { animation: none; stroke-dashoffset: 0; }
  .track-pulse,
  .nclcd-feed-overlay span i { animation: none; }
  .nclcd-button { transition: none; }
  .nclcd-reveal { opacity: 1; transform: none; transition: none; }
}
