@font-face {
  font-family: "DawnCrystal";
  src: url("assets/fonts/dawncrystal-display.woff2") format("woff2");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --nt-ink: #020711;
  --nt-ink-soft: #061324;
  --nt-panel: rgba(6, 18, 34, 0.88);
  --nt-panel-strong: rgba(4, 13, 27, 0.97);
  --nt-line: rgba(118, 181, 224, 0.2);
  --nt-line-bright: rgba(91, 213, 255, 0.43);
  --nt-gold: #f5c45e;
  --nt-gold-bright: #ffe7a6;
  --nt-blue: #39aaff;
  --nt-cyan: #5bd5ff;
  --nt-green: #52e5c4;
  --nt-red: #ff6b77;
  --nt-text: #edf7ff;
  --nt-muted: #91a8bb;
  --nt-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --nt-display: "DawnCrystal", "Trebuchet MS", sans-serif;
  --nt-ui: "Aptos", "Segoe UI", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--nt-ink); scroll-behavior: smooth; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% -10%, rgba(57, 170, 255, 0.21), transparent 32%),
    radial-gradient(circle at 14% 16%, rgba(245, 196, 94, 0.12), transparent 27%),
    linear-gradient(155deg, #020711 0%, #031323 48%, #020711 100%);
  color: var(--nt-text);
  font-family: var(--nt-ui);
}

button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--nt-cyan); outline-offset: 3px; }
a { color: inherit; text-decoration: none; }

.nt-space-field,
.nt-scanlines {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.nt-space-field {
  background:
    radial-gradient(circle at 13% 22%, rgba(245, 196, 94, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 83% 13%, rgba(91, 213, 255, 0.58) 0 1px, transparent 1.5px),
    radial-gradient(circle at 65% 72%, rgba(255, 255, 255, 0.46) 0 1px, transparent 1.5px),
    radial-gradient(circle at 42% 36%, rgba(91, 213, 255, 0.33) 0 1px, transparent 1.5px),
    radial-gradient(circle at 35% 83%, rgba(245, 196, 94, 0.26) 0 1px, transparent 1.5px);
  background-size: 260px 230px, 380px 310px, 440px 360px, 290px 400px, 510px 420px;
  opacity: 0.48;
}

.nt-scanlines {
  z-index: -1;
  background-image: linear-gradient(rgba(91, 213, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 213, 255, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.32) 75%, transparent);
}

.nt-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 8px;
  padding: 9px 12px;
  background: var(--nt-cyan);
  color: #00121e;
  font-weight: 900;
}

.nt-skip-link:focus { transform: translateY(0); }

.nt-access-strip {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-bottom: 1px solid rgba(245, 196, 94, 0.38);
  padding: 7px 20px;
  background: linear-gradient(90deg, rgba(75, 47, 12, 0.97), rgba(171, 116, 29, 0.97) 48%, rgba(75, 47, 12, 0.97));
  color: #fff6d7;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nt-access-strip strong { color: #fff; }
.nt-access-strip > span:not(.nt-access-orbit) { color: rgba(35, 18, 2, 0.92); }
.nt-access-strip > span:not(.nt-access-orbit)::before { content: ""; display: inline-block; width: 3px; height: 3px; margin: 0 8px 2px 0; border-radius: 50%; background: currentColor; vertical-align: middle; }
.nt-access-strip a { border-bottom: 1px solid rgba(255,255,255,0.68); color: #fff; }
.nt-access-orbit { width: 10px; height: 10px; border: 1px solid rgba(255,255,255,0.85); border-radius: 50%; box-shadow: 0 0 0 3px rgba(91,213,255,0.28), 0 0 12px rgba(91,213,255,0.88); }

.nt-shell { display: grid; grid-template-columns: 276px minmax(0, 1fr); min-height: calc(100vh - 34px); }

.nt-rail {
  position: sticky;
  top: 34px;
  align-self: start;
  height: calc(100vh - 34px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  border-right: 1px solid var(--nt-line);
  padding: 26px 16px 18px;
  background: linear-gradient(180deg, rgba(2, 9, 20, 0.96), rgba(4, 15, 29, 0.92));
  box-shadow: 20px 0 50px rgba(0, 0, 0, 0.15);
}

.nt-rail::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 250px;
  background: radial-gradient(circle at 50% 0%, rgba(57, 170, 255, 0.13), transparent 68%);
  pointer-events: none;
}

.nt-rail-top,
.nt-nav,
.nt-rail-bottom { position: relative; z-index: 1; }

.nt-brand { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 0 4px; }

.nt-brand-marks { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; }
.nt-brand-marks img,
.nt-brand-marks img:first-child,
.nt-brand-marks img:last-child { position: static; display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 14px rgba(0,0,0,0.4)) drop-shadow(0 0 12px rgba(185,133,255,0.18)); }
.nt-brand-marks i { display: none; }
.nt-brand-copy { display: grid; min-width: 0; gap: 2px; }
.nt-brand-copy small { color: #a5c4dd; font-size: 0.61rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.nt-brand-copy strong { color: #f7fbff; font-family: var(--nt-display); font-size: 1.22rem; font-weight: 700; letter-spacing: 0.025em; white-space: nowrap; }

.nt-rail-label { display: flex; align-items: center; gap: 8px; margin: 22px 5px 2px; color: var(--nt-gold); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.nt-rail-label span { width: 26px; height: 1px; background: linear-gradient(90deg, var(--nt-gold), transparent); }

.nt-nav { display: grid; gap: 4px; }
.nt-nav-link { position: relative; display: grid; grid-template-columns: 25px 1fr; column-gap: 8px; align-items: center; min-height: 53px; border: 1px solid transparent; border-radius: 10px; padding: 8px 8px 8px 10px; background: transparent; color: var(--nt-muted); text-align: left; transition: 150ms ease; }
.nt-nav-link:hover { border-color: rgba(91,213,255,0.22); background: rgba(19,48,76,0.36); color: var(--nt-text); }
.nt-nav-link.is-active { border-color: rgba(91,213,255,0.37); background: linear-gradient(90deg, rgba(24,83,130,0.45), rgba(11,35,59,0.65)); color: #fff; box-shadow: inset 3px 0 0 var(--nt-gold), 0 9px 22px rgba(0,0,0,0.15); }
.nt-nav-link > span { align-self: start; padding-top: 2px; color: var(--nt-gold); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.08em; }
.nt-nav-link b { font-size: 0.77rem; letter-spacing: 0.01em; }
.nt-nav-link i { grid-column: 2; color: #86a4bc; font-size: 0.61rem; font-style: normal; line-height: 1.2; }

.nt-rail-bottom { margin-top: auto; display: grid; gap: 10px; }
.nt-boundary-card { position: relative; overflow: hidden; border: 1px solid rgba(245,196,94,0.28); border-radius: 12px; padding: 13px; background: linear-gradient(145deg, rgba(48,32,11,0.62), rgba(10,25,40,0.88)); }
.nt-boundary-card::after { content: ""; position: absolute; inset: auto -20px -35px auto; width: 110px; height: 110px; border: 1px solid rgba(91,213,255,0.16); border-radius: 50%; box-shadow: inset 0 0 22px rgba(91,213,255,0.08); }
.nt-boundary-card > div:first-child { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 9px; }
.nt-boundary-seal { display: grid; width: 36px; height: 36px; place-items: center; }
.nt-boundary-seal img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 7px 10px rgba(0,0,0,0.42)) drop-shadow(0 0 9px rgba(185,133,255,0.2)); }
.nt-boundary-card span { display: block; color: var(--nt-gold); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.nt-boundary-card strong { color: #fff7e2; font-size: 0.76rem; }
.nt-boundary-card p { position: relative; z-index: 1; margin: 10px 0 0; color: #bbcad8; font-size: 0.67rem; line-height: 1.48; }
.nt-account-link { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; border: 1px solid rgba(91,213,255,0.27); border-radius: 8px; color: #cceeff; font-size: 0.69rem; font-weight: 800; }
.nt-account-link span { color: var(--nt-gold); font-size: 1rem; }
.nt-account-link:hover { border-color: var(--nt-cyan); background: rgba(31,92,135,0.23); }

.nt-main { min-width: 0; display: flex; flex-direction: column; padding: 0 32px; }

.nt-topbar { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--nt-line); }
.nt-breadcrumb { display: flex; align-items: center; gap: 8px; color: #85a5bd; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.nt-breadcrumb b { color: var(--nt-gold); }
.nt-breadcrumb strong { color: var(--nt-text); }
.nt-top-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.nt-menu-button { display: none; }

.nt-quiet-button,
.nt-outline-button,
.nt-primary-button,
.nt-text-button { border: 0; transition: 160ms ease; }
.nt-quiet-button { min-height: 36px; border: 1px solid transparent; border-radius: 8px; padding: 0 10px; background: transparent; color: #a8c4da; font-size: 0.68rem; font-weight: 800; }
.nt-quiet-button:hover { border-color: var(--nt-line); background: rgba(12,39,64,0.4); color: #fff; }
.nt-outline-button { min-height: 38px; border: 1px solid rgba(91,213,255,0.33); border-radius: 8px; padding: 0 12px; background: rgba(8,32,55,0.55); color: #d8f3ff; font-size: 0.68rem; font-weight: 900; }
.nt-outline-button:hover { border-color: var(--nt-cyan); box-shadow: 0 0 0 3px rgba(91,213,255,0.09); }
.nt-primary-button { min-height: 39px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,235,174,0.85); border-radius: 8px; padding: 0 14px; background: linear-gradient(135deg, #fff0b8, #edbf61 52%, #b57720); color: #1a1005; font-size: 0.69rem; font-weight: 900; letter-spacing: 0.01em; box-shadow: 0 10px 24px rgba(174,110,21,0.22), inset 0 1px 0 rgba(255,255,255,0.78); }
.nt-primary-button:hover { transform: translateY(-1px); box-shadow: 0 13px 28px rgba(174,110,21,0.31), inset 0 1px 0 rgba(255,255,255,0.88); }
.nt-text-button { border-bottom: 1px solid rgba(91,213,255,0.42); padding: 0 0 2px; background: transparent; color: var(--nt-cyan); font-size: 0.67rem; font-weight: 800; }
.nt-text-button:hover { color: #fff; border-bottom-color: #fff; }

.nt-safety-banner { display: flex; align-items: center; gap: 13px; margin: 24px 0 0; border: 1px solid rgba(82,229,196,0.24); border-radius: 12px; padding: 12px 15px; background: linear-gradient(90deg, rgba(11,57,59,0.59), rgba(9,25,43,0.75)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.035); }
.nt-safety-lock { position: relative; width: 30px; height: 31px; flex: 0 0 30px; border: 2px solid var(--nt-green); border-radius: 7px; box-shadow: 0 0 16px rgba(82,229,196,0.19); }
.nt-safety-lock::before { content: ""; position: absolute; top: -12px; left: 6px; width: 14px; height: 14px; border: 2px solid var(--nt-green); border-bottom: 0; border-radius: 9px 9px 0 0; }
.nt-safety-lock span { position: absolute; top: 10px; left: 12px; width: 4px; height: 8px; border-radius: 3px; background: var(--nt-green); }
.nt-safety-banner > div { min-width: 0; }
.nt-safety-banner strong { display: block; color: #eafff9; font-size: 0.74rem; }
.nt-safety-banner p { margin: 3px 0 0; color: #afcec9; font-size: 0.68rem; line-height: 1.35; }
.nt-safety-status { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; color: #b9eadd; font-size: 0.63rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.nt-safety-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--nt-green); box-shadow: 0 0 10px rgba(82,229,196,0.9); }

.nt-view { padding: 38px 0 16px; animation: nt-view-in 220ms ease both; }
.nt-view[hidden] { display: none; }
@keyframes nt-view-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.nt-view-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.nt-view-heading > div:first-child { max-width: 810px; }
.nt-kicker { margin: 0 0 9px; color: var(--nt-gold); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.nt-view-heading h1 { max-width: 850px; margin: 0; color: #f3f9ff; font-family: var(--nt-display); font-size: clamp(2rem, 3.7vw, 3.7rem); font-weight: 700; letter-spacing: -0.015em; line-height: 0.98; }
.nt-overview-heading h1 span { display: block; color: transparent; background: linear-gradient(90deg, #fff0bd, #f0bd50 38%, #79d9ff 94%); -webkit-background-clip: text; background-clip: text; }
.nt-heading-copy { max-width: 760px; margin: 13px 0 0; color: #a8bdcf; font-size: 0.93rem; line-height: 1.65; }
.nt-snapshot-card,
.nt-data-source-card { min-width: 200px; display: grid; grid-template-columns: 1fr auto; gap: 3px 17px; align-items: center; border: 1px solid rgba(91,213,255,0.26); border-radius: 12px; padding: 14px 15px; background: linear-gradient(145deg, rgba(13,49,80,0.72), rgba(4,18,33,0.86)); box-shadow: var(--nt-shadow); }
.nt-snapshot-card span,
.nt-data-source-card span { color: var(--nt-cyan); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.nt-snapshot-card strong,
.nt-data-source-card strong { color: #efffff; font-size: 0.88rem; }
.nt-snapshot-card b { grid-row: span 2; color: var(--nt-gold-bright); font-family: var(--nt-display); font-size: 1.55rem; }
.nt-snapshot-card small,
.nt-data-source-card small { grid-column: 1 / -1; border-top: 1px solid rgba(91,213,255,0.14); padding-top: 8px; color: #8ba7ba; font-size: 0.61rem; line-height: 1.4; }
.nt-data-source-card { display: grid; grid-template-columns: 1fr; min-width: 180px; gap: 5px; }

.nt-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.nt-metric-card { position: relative; min-height: 157px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-start; border: 1px solid var(--nt-line); border-radius: 13px; padding: 18px; background: linear-gradient(145deg, rgba(13,39,64,0.86), rgba(4,17,31,0.93)); box-shadow: 0 16px 40px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.035); }
.nt-metric-card > span { color: #9eb8ca; font-size: 0.63rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.nt-metric-card > strong { margin-top: 12px; color: #f5f9fd; font-family: var(--nt-display); font-size: clamp(1.46rem, 2vw, 2rem); font-weight: 700; line-height: 1; }
.nt-metric-card > small { max-width: 205px; margin-top: 9px; color: #849fb3; font-size: 0.65rem; line-height: 1.35; }
.nt-metric-value { border-color: rgba(245,196,94,0.35); background: linear-gradient(145deg, rgba(66,43,9,0.75), rgba(8,25,42,0.96)); }
.nt-metric-value > span { color: var(--nt-gold); }
.nt-metric-value > strong { color: var(--nt-gold-bright); }
.nt-metric-orbit { position: absolute; right: -24px; bottom: -46px; width: 132px; height: 75px; border: 1px solid rgba(91,213,255,0.55); border-radius: 50%; transform: rotate(-25deg); box-shadow: 0 0 17px rgba(91,213,255,0.2); }
.nt-metric-orbit::before { content: ""; position: absolute; top: 30px; left: 29px; width: 8px; height: 8px; border-radius: 50%; background: var(--nt-cyan); box-shadow: 0 0 10px var(--nt-cyan); }
.nt-sparkline { display: flex; align-items: end; gap: 5px; height: 23px; margin-top: auto; padding-top: 6px; }
.nt-sparkline i { display: block; width: 8px; border-radius: 5px 5px 1px 1px; background: linear-gradient(#7fe5ff, #287dcc); box-shadow: 0 0 8px rgba(91,213,255,0.18); }
.nt-sparkline i:nth-child(1) { height: 7px; }.nt-sparkline i:nth-child(2) { height: 11px; }.nt-sparkline i:nth-child(3) { height: 9px; }.nt-sparkline i:nth-child(4) { height: 14px; }.nt-sparkline i:nth-child(5) { height: 13px; }.nt-sparkline i:nth-child(6) { height: 19px; }.nt-sparkline i:nth-child(7) { height: 22px; background: linear-gradient(#fff2a8, #e4a637); }
.nt-health-line { display: flex; align-items: center; gap: 9px; margin-top: auto; color: #bcf4e7; font-size: 0.68rem; font-weight: 900; }
.nt-health-line i { flex: 1; max-width: 112px; height: 5px; border-radius: 999px; background: linear-gradient(90deg, var(--nt-green) 0 96%, rgba(255,255,255,0.1) 96%); box-shadow: 0 0 10px rgba(82,229,196,0.22); }
.nt-timer { display: flex; align-items: center; gap: 7px; margin-top: auto; color: #c3dff1; font-size: 0.64rem; }
.nt-timer i { width: 9px; height: 9px; border: 2px solid var(--nt-cyan); border-radius: 50%; }

.nt-command-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr); gap: 14px; margin-top: 14px; }
.nt-panel { position: relative; overflow: hidden; border: 1px solid var(--nt-line); border-radius: 13px; padding: 20px; background: linear-gradient(145deg, rgba(10,31,52,0.9), rgba(4,14,27,0.96)); box-shadow: 0 18px 48px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.035); }
.nt-panel::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(115deg, rgba(255,255,255,0.04), transparent 24%, transparent 76%, rgba(91,213,255,0.035)); pointer-events: none; }
.nt-panel > * { position: relative; z-index: 1; }
.nt-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.nt-panel-heading span { display: block; color: var(--nt-cyan); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.nt-panel-heading h2 { margin: 5px 0 0; color: #f3f8fd; font-size: 1rem; letter-spacing: -0.01em; }

.nt-allocation-content { display: grid; grid-template-columns: 188px minmax(0, 1fr); align-items: center; gap: 18px; margin-top: 23px; }
.nt-allocation-ring { position: relative; width: 166px; height: 166px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; background: conic-gradient(var(--nt-blue) 0 48%, var(--nt-gold) 48% 75%, var(--nt-green) 75% 100%); box-shadow: 0 0 32px rgba(57,170,255,0.2); }
.nt-allocation-ring::before { content: ""; position: absolute; inset: 12px; border-radius: inherit; background: #08192b; box-shadow: inset 0 0 20px rgba(0,0,0,0.4); }
.nt-allocation-ring::after { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(91,213,255,0.21); border-radius: inherit; }
.nt-allocation-ring span { position: relative; z-index: 1; display: grid; gap: 3px; text-align: center; }
.nt-allocation-ring b { color: #f3faff; font-family: var(--nt-display); font-size: 1.65rem; }
.nt-allocation-ring small { color: #91aabc; font-size: 0.61rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.nt-allocation-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.nt-allocation-list li { display: grid; grid-template-columns: 10px 1fr auto; column-gap: 9px; align-items: center; }
.nt-allocation-list li i { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 10px currentColor; }
.nt-core-dot { color: var(--nt-blue); background: var(--nt-blue); }.nt-growth-dot { color: var(--nt-gold); background: var(--nt-gold); }.nt-reserve-dot { color: var(--nt-green); background: var(--nt-green); }
.nt-allocation-list span { color: #dfebf5; font-size: 0.75rem; font-weight: 800; }.nt-allocation-list strong { color: #fff; font-family: var(--nt-display); font-size: 1rem; }.nt-allocation-list small { grid-column: 2 / -1; margin-top: 2px; color: #87a1b3; font-size: 0.61rem; }

.nt-next-decision-panel { border-color: rgba(245,196,94,0.3); background: linear-gradient(145deg, rgba(56,37,9,0.72), rgba(9,24,39,0.96)); }
.nt-status-pill { display: inline-flex; align-items: center; min-height: 24px; border: 1px solid currentColor; border-radius: 999px; padding: 0 8px; font-size: 0.57rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.nt-status-review { color: var(--nt-gold-bright); background: rgba(245,196,94,0.08); }
.nt-decision-number { margin-top: 23px; color: var(--nt-gold); font-family: var(--nt-display); font-size: 2.8rem; line-height: 0.9; }.nt-decision-number span { color: #9fb0be; font-size: 1rem; }
.nt-next-decision-panel h3 { max-width: 430px; margin: 12px 0 0; color: #fff7df; font-size: 1.05rem; line-height: 1.32; }.nt-next-decision-panel p { margin: 10px 0 0; color: #bdcbd5; font-size: 0.76rem; line-height: 1.6; }
.nt-decision-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }.nt-decision-meta span { border: 1px solid rgba(255,255,255,0.12); border-radius: 99px; padding: 5px 7px; color: #b9c6d0; font-size: 0.59rem; font-weight: 800; }
.nt-inline-action { margin-top: 19px; }

.nt-overview-lower { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr); gap: 14px; margin-top: 14px; }
.nt-agent-pulse-list { display: grid; gap: 0; margin-top: 16px; }.nt-agent-pulse-list > div { display: grid; grid-template-columns: 44px 1fr auto; column-gap: 10px; align-items: center; min-height: 54px; border-top: 1px solid rgba(118,181,224,0.13); }.nt-agent-pulse-list > div:first-child { border-top: 0; }
.nt-agent-pulse-emblem { display: grid; width: 38px; height: 38px; place-items: center; filter: drop-shadow(0 5px 8px rgba(0,0,0,0.42)) drop-shadow(0 0 8px rgba(185,133,255,0.3)); transition: filter 180ms ease, transform 180ms ease; }.nt-agent-pulse-emblem img { display: block; width: 100%; height: 100%; object-fit: contain; }.nt-agent-pulse-list > div:hover .nt-agent-pulse-emblem { filter: drop-shadow(0 7px 10px rgba(0,0,0,0.48)) drop-shadow(0 0 13px rgba(245,196,94,0.46)); transform: translateY(-2px) scale(1.04); }
.nt-agent-pulse-list strong { color: #e9f5ff; font-size: 0.71rem; }.nt-agent-pulse-list strong em { margin-left: 5px; color: var(--nt-gold); font-size: 0.55rem; font-style: normal; letter-spacing: 0.08em; }.nt-agent-pulse-list small { grid-column: 2; color: #8da7b9; font-size: 0.61rem; }
.nt-state-dot { width: 7px; height: 7px; border-radius: 50%; }.nt-state-dot.is-good { background: var(--nt-green); box-shadow: 0 0 10px rgba(82,229,196,0.75); }.nt-state-dot.is-review { background: var(--nt-gold); box-shadow: 0 0 10px rgba(245,196,94,0.75); }
.nt-profile-glance-panel { background: linear-gradient(145deg, rgba(11,50,77,0.86), rgba(7,20,37,0.96)); }.nt-profile-badge { display: inline-flex; border: 1px solid rgba(91,213,255,0.42); border-radius: 999px; padding: 5px 8px; color: var(--nt-cyan); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.nt-profile-glance-panel > p { margin: 17px 0 0; color: #afc6d8; font-size: 0.75rem; line-height: 1.55; }.nt-profile-bands { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }.nt-profile-bands div { border: 1px solid rgba(91,213,255,0.14); border-radius: 8px; padding: 9px 7px; background: rgba(2,14,27,0.42); }.nt-profile-bands span { display: block; color: #8fa9ba; font-size: 0.55rem; font-weight: 800; line-height: 1.25; }.nt-profile-bands strong { display: block; margin-top: 6px; color: #f6fbff; font-family: var(--nt-display); font-size: 1.06rem; }

.nt-table-panel { padding: 0; }.nt-table-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; border-bottom: 1px solid var(--nt-line); padding: 0 20px; color: #dae8f2; font-size: 0.72rem; font-weight: 800; }.nt-table-toolbar > div { display: flex; gap: 5px; }.nt-filter { min-height: 28px; border: 1px solid rgba(118,181,224,0.19); border-radius: 6px; padding: 0 8px; background: rgba(5,23,39,0.66); color: #94afc1; font-size: 0.59rem; font-weight: 800; }.nt-filter:hover,.nt-filter.is-active { border-color: rgba(91,213,255,0.47); background: rgba(23,77,115,0.52); color: #effaff; }.nt-table-wrap { overflow-x: auto; }.nt-table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }.nt-table-wrap th { padding: 12px 20px; color: #7f9caf; font-size: 0.57rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }.nt-table-wrap td { border-top: 1px solid rgba(118,181,224,0.12); padding: 15px 20px; color: #d8e5ef; font-size: 0.72rem; }.nt-table-wrap td strong { display: block; color: #f5fbff; font-size: 0.75rem; }.nt-table-wrap td small { display: block; margin-top: 3px; color: #809caf; font-size: 0.61rem; }.nt-asset-badge { display: inline-grid; width: 31px; height: 31px; place-items: center; margin-right: 8px; border: 1px solid currentColor; border-radius: 8px; color: var(--nt-cyan); font-family: var(--nt-display); font-size: 0.9rem; vertical-align: middle; }.nt-asset-badge.is-gold { color: var(--nt-gold); }.nt-asset-badge.is-green { color: var(--nt-green); }.nt-status-small { display: inline-flex; align-items: center; gap: 5px; color: #a9c9bf; font-size: 0.62rem; font-weight: 800; }.nt-status-small::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.nt-inline-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; border-left: 2px solid var(--nt-gold); padding: 3px 0 3px 12px; color: #9bb3c5; font-size: 0.71rem; line-height: 1.55; }.nt-inline-note span { display: grid; width: 18px; height: 18px; place-items: center; flex: 0 0 18px; border: 1px solid rgba(245,196,94,0.55); border-radius: 50%; color: var(--nt-gold); font-weight: 900; }.nt-inline-note p { margin: 0; }

.nt-staking-summary { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 13px; margin-bottom: 14px; }.nt-staking-summary article { border: 1px solid var(--nt-line); border-radius: 10px; padding: 15px; background: rgba(7,25,43,0.75); }.nt-staking-summary span { display: block; color: #8da7b9; font-size: 0.6rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }.nt-staking-summary strong { display: block; margin-top: 10px; color: #effaff; font-family: var(--nt-display); font-size: 1.3rem; }.nt-staking-summary small { display: block; margin-top: 5px; color: #8099ac; font-size: 0.61rem; }
.nt-read-only-mark { color: var(--nt-green) !important; }.nt-staking-stack { display: grid; gap: 10px; margin-top: 18px; }.nt-staking-row { display: grid; grid-template-columns: minmax(150px,1.25fr) minmax(120px,0.8fr) minmax(120px,0.8fr) minmax(150px,1fr) 90px; gap: 13px; align-items: center; border: 1px solid rgba(118,181,224,0.13); border-radius: 10px; padding: 14px; background: rgba(4,18,32,0.52); }.nt-staking-row > div > span { display: block; color: #89a6b9; font-size: 0.59rem; }.nt-staking-row > div > strong { display: block; margin-top: 3px; color: #e6f3fc; font-size: 0.76rem; }.nt-staking-row .nt-staking-name { display: flex; align-items: center; gap: 9px; }.nt-staking-symbol { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(91,213,255,0.37); border-radius: 9px; color: var(--nt-cyan); font-family: var(--nt-display); }.nt-staking-progress { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,0.1); }.nt-staking-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--nt-green), var(--nt-cyan)); }.nt-staking-row > .nt-status-small { justify-self: end; }

.nt-flow-bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid rgba(91,213,255,0.22); border-radius: 10px; margin-bottom: 14px; padding: 13px 17px; background: rgba(9,37,60,0.57); color: #cce6f5; font-size: 0.66rem; font-weight: 800; text-align: center; }.nt-flow-bar i { color: var(--nt-gold); font-style: normal; }.nt-agent-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }.nt-agent-card { position: relative; overflow: hidden; min-height: 253px; display: flex; flex-direction: column; border: 1px solid var(--nt-line); border-radius: 12px; padding: 16px; background: linear-gradient(155deg, rgba(12,43,69,0.88), rgba(4,16,29,0.97)); }.nt-agent-card:nth-child(2n) { background: linear-gradient(155deg, rgba(42,34,19,0.68), rgba(4,16,29,0.97)); }.nt-agent-card::after { content: ""; position: absolute; right: -36px; bottom: -45px; width: 130px; height: 130px; border: 1px solid rgba(91,213,255,0.13); border-radius: 50%; }.nt-agent-card > * { position: relative; z-index: 1; }.nt-agent-card > span { display: inline-grid; width: 36px; height: 27px; place-items: center; border: 1px solid rgba(91,213,255,0.45); border-radius: 6px; color: var(--nt-cyan); font-size: 0.61rem; font-weight: 900; }.nt-agent-card small { margin-top: 13px; color: var(--nt-gold); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }.nt-agent-card h2 { margin: 7px 0 0; color: #f1f8fe; font-size: 0.92rem; line-height: 1.25; }.nt-agent-card p { margin: 10px 0 0; color: #a5bccd; font-size: 0.67rem; line-height: 1.52; }.nt-agent-output { margin-top: auto; border-top: 1px solid rgba(118,181,224,0.15); padding-top: 11px; }.nt-agent-output span { color: #8da9bc; font-size: 0.56rem; font-weight: 800; text-transform: uppercase; }.nt-agent-output strong { display: block; margin-top: 4px; color: #dcebf6; font-size: 0.65rem; }.nt-agent-state { margin-top: 10px; color: var(--nt-green); font-size: 0.6rem; font-weight: 900; }.nt-agent-state::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }

.nt-recommendation-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }.nt-recommendation-card { display: flex; flex-direction: column; min-height: 310px; border: 1px solid var(--nt-line); border-radius: 13px; padding: 19px; background: linear-gradient(155deg, rgba(13,39,64,0.9), rgba(4,15,29,0.97)); }.nt-recommendation-card.is-review { border-color: rgba(245,196,94,0.36); background: linear-gradient(155deg, rgba(56,37,10,0.65), rgba(4,15,29,0.97)); }.nt-recommendation-card.is-reviewed { opacity: 0.72; }.nt-rec-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.nt-rec-code { color: var(--nt-cyan); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.1em; }.nt-rec-risk { border: 1px solid currentColor; border-radius: 99px; padding: 4px 7px; color: var(--nt-green); font-size: 0.55rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }.nt-rec-risk.is-medium { color: var(--nt-gold); }.nt-recommendation-card h2 { margin: 24px 0 0; color: #f1f8fd; font-size: 1rem; line-height: 1.3; }.nt-recommendation-card p { margin: 11px 0 0; color: #afc2d1; font-size: 0.72rem; line-height: 1.6; }.nt-rec-evidence { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 15px; }.nt-rec-evidence span { border: 1px solid rgba(91,213,255,0.2); border-radius: 99px; padding: 4px 7px; color: #9fc8de; font-size: 0.57rem; font-weight: 800; }.nt-rec-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 20px; }.nt-rec-actions button { min-height: 32px; border: 1px solid rgba(91,213,255,0.32); border-radius: 7px; padding: 0 9px; background: rgba(12,49,77,0.62); color: #d8f3ff; font-size: 0.61rem; font-weight: 900; }.nt-rec-actions button:hover { border-color: var(--nt-cyan); }.nt-rec-actions button[data-rec-action="defer"] { border-color: rgba(245,196,94,0.3); color: var(--nt-gold-bright); }.nt-rec-actions button[data-rec-action="review"] { border-color: rgba(82,229,196,0.34); color: #c7faea; }

.nt-activity-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(285px,0.7fr); gap: 14px; }.nt-activity-list { display: grid; gap: 0; margin-top: 13px; }.nt-activity-item { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; min-height: 71px; border-top: 1px solid rgba(118,181,224,0.14); }.nt-activity-item:first-child { border-top: 0; }.nt-activity-date { color: var(--nt-gold); font-size: 0.59rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }.nt-activity-item strong { color: #eaf6ff; font-size: 0.71rem; }.nt-activity-item small { display: block; margin-top: 4px; color: #87a1b4; font-size: 0.61rem; }.nt-activity-pill { justify-self: end; border: 1px solid currentColor; border-radius: 99px; padding: 4px 7px; color: var(--nt-green); font-size: 0.56rem; font-weight: 900; text-transform: uppercase; }.nt-activity-pill.is-open { color: var(--nt-gold); }.nt-report-register ul { display: grid; gap: 9px; margin: 17px 0 0; padding: 0; list-style: none; }.nt-report-register li { display: grid; grid-template-columns: 1fr auto; gap: 2px 9px; border: 1px solid rgba(118,181,224,0.14); border-radius: 8px; padding: 10px; background: rgba(3,16,29,0.45); }.nt-report-register li > span { color: #dceaf4; font-size: 0.69rem; font-weight: 800; }.nt-report-register li > strong { color: var(--nt-green); font-size: 0.59rem; text-transform: uppercase; }.nt-report-register li > small { grid-column: 1 / -1; color: #819cb0; font-size: 0.59rem; }.nt-report-lock { margin-top: 15px; border-left: 2px solid var(--nt-gold); padding: 3px 0 3px 10px; }.nt-report-lock span { color: var(--nt-gold); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }.nt-report-lock p { margin: 4px 0 0; color: #9cb5c6; font-size: 0.65rem; line-height: 1.45; }

.nt-profile-selector { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }.nt-profile-option { position: relative; min-height: 160px; overflow: hidden; display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; align-content: start; border: 1px solid var(--nt-line); border-radius: 12px; padding: 17px; background: linear-gradient(145deg, rgba(8,30,49,0.84), rgba(4,15,29,0.97)); color: #dcebf5; text-align: left; transition: 160ms ease; }.nt-profile-option:hover { transform: translateY(-2px); border-color: rgba(91,213,255,0.45); }.nt-profile-option.is-selected { border-color: rgba(245,196,94,0.62); background: linear-gradient(145deg, rgba(60,40,10,0.77), rgba(7,22,38,0.97)); box-shadow: 0 17px 38px rgba(0,0,0,0.26), inset 0 0 0 1px rgba(255,229,160,0.09); }.nt-profile-option > span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(91,213,255,0.4); border-radius: 6px; color: var(--nt-cyan); font-size: 0.59rem; font-weight: 900; }.nt-profile-option.is-selected > span { border-color: rgba(245,196,94,0.72); color: var(--nt-gold); }.nt-profile-option strong { color: #f5fbff; font-size: 0.92rem; }.nt-profile-option small { grid-column: 2; margin-top: 7px; color: #a8bdcb; font-size: 0.67rem; line-height: 1.45; }.nt-profile-option i { grid-column: 1 / -1; align-self: end; margin-top: 16px; color: var(--nt-gold); font-size: 0.58rem; font-style: normal; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }
.nt-profile-config { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(295px,0.84fr); gap: 14px; margin-top: 14px; }.nt-customer-owned { color: var(--nt-green) !important; }.nt-control-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 20px; margin-top: 21px; }.nt-control-list label { display: grid; grid-template-columns: 1fr auto; gap: 9px; color: #d6e6f0; font-size: 0.7rem; font-weight: 800; }.nt-control-list output { color: var(--nt-gold-bright); font-family: var(--nt-display); font-size: 1rem; }.nt-control-list input { grid-column: 1 / -1; width: 100%; accent-color: var(--nt-gold); }.nt-control-list select { grid-column: 1 / -1; min-height: 38px; border: 1px solid rgba(91,213,255,0.3); border-radius: 7px; padding: 0 9px; background: #071a2d; color: #e3f3ff; }.nt-control-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; border-top: 1px solid rgba(118,181,224,0.15); padding-top: 17px; }.nt-control-actions span { color: #a6cfc4; font-size: 0.66rem; }.nt-profile-boundary { display: flex; flex-direction: column; border-color: rgba(245,196,94,0.28); background: linear-gradient(145deg, rgba(54,35,9,0.66), rgba(5,19,33,0.95)); }.nt-profile-boundary-number { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid rgba(245,196,94,0.6); border-radius: 50%; color: var(--nt-gold-bright); font-family: var(--nt-display); font-size: 1.5rem; box-shadow: inset 0 0 15px rgba(245,196,94,0.1); }.nt-profile-boundary h2 { margin: 18px 0 0; color: #fff4d8; font-size: 1.05rem; }.nt-profile-boundary ul { display: grid; gap: 9px; margin: 15px 0 0; padding: 0; list-style: none; }.nt-profile-boundary li { position: relative; padding-left: 16px; color: #bfccd5; font-size: 0.69rem; line-height: 1.42; }.nt-profile-boundary li::before { content: ""; position: absolute; top: 0.48em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--nt-gold); box-shadow: 0 0 7px rgba(245,196,94,0.6); }.nt-profile-boundary > div { margin-top: auto; border-top: 1px solid rgba(245,196,94,0.16); padding-top: 14px; }.nt-profile-boundary > div span { display: block; color: var(--nt-gold); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }.nt-profile-boundary > div strong { display: block; margin-top: 4px; color: #fff5dc; font-size: 0.76rem; }

.nt-footer { display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid var(--nt-line); margin-top: 10px; padding: 18px 0 28px; color: #7892a6; font-size: 0.59rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.nt-toast { position: fixed; right: 24px; bottom: 24px; z-index: 60; max-width: min(370px, calc(100vw - 48px)); transform: translateY(130%); border: 1px solid rgba(91,213,255,0.47); border-radius: 10px; padding: 12px 14px; background: #07213b; color: #e5f7ff; box-shadow: var(--nt-shadow); font-size: 0.71rem; line-height: 1.4; opacity: 0; transition: 220ms ease; }.nt-toast.is-visible { transform: translateY(0); opacity: 1; }

body.nt-values-hidden [data-sensitive] { color: transparent !important; text-shadow: 0 0 10px rgba(237,247,255,0.65); user-select: none; }

@media (max-width: 1280px) {
  .nt-shell { grid-template-columns: 238px minmax(0,1fr); }
  .nt-rail { padding-inline: 12px; }
  .nt-main { padding-inline: 24px; }
  .nt-agent-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .nt-metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 1040px) {
  .nt-command-grid,.nt-overview-lower,.nt-activity-layout,.nt-profile-config { grid-template-columns: 1fr; }
  .nt-agent-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nt-staking-row { grid-template-columns: minmax(160px,1.25fr) repeat(2,minmax(100px,.8fr)) 1fr; }.nt-staking-row > .nt-status-small { grid-column: 4; grid-row: 1; }
}

@media (max-width: 860px) {
  .nt-access-strip { gap: 8px; padding-inline: 10px; font-size: 0.56rem; }.nt-access-strip > span:not(.nt-access-orbit) { display: none; }
  .nt-shell { display: block; }.nt-rail { position: fixed; top: 34px; bottom: 0; left: 0; z-index: 35; width: min(300px, 86vw); height: auto; transform: translateX(-105%); transition: transform 220ms ease; box-shadow: 24px 0 80px rgba(0,0,0,0.56); }.nt-rail.is-open { transform: translateX(0); }.nt-main { padding-inline: 19px; }.nt-menu-button { display: inline-flex; min-height: 34px; align-items: center; border: 1px solid var(--nt-line-bright); border-radius: 7px; padding: 0 9px; background: rgba(8,34,57,0.72); color: #e4f6ff; font-size: 0.65rem; font-weight: 900; }.nt-topbar { min-height: 70px; }.nt-breadcrumb { font-size: 0.59rem; }.nt-top-actions .nt-quiet-button { display: none; }.nt-top-actions .nt-outline-button { display: none; }.nt-top-actions .nt-primary-button { min-height: 34px; padding-inline: 9px; font-size: 0.59rem; }
  .nt-view-heading { align-items: flex-start; flex-direction: column; }.nt-snapshot-card,.nt-data-source-card { width: 100%; }.nt-profile-selector { grid-template-columns: 1fr; }.nt-staking-summary { grid-template-columns: repeat(2, minmax(0,1fr)); }.nt-flow-bar { flex-wrap: wrap; justify-content: center; }.nt-flow-bar i { transform: rotate(90deg); }
}

@media (max-width: 620px) {
  .nt-access-strip strong { display: none; }.nt-access-orbit { display: none; }.nt-access-strip a { margin-left: auto; }.nt-main { padding-inline: 13px; }.nt-topbar { gap: 9px; }.nt-breadcrumb { min-width: 0; }.nt-breadcrumb span,.nt-breadcrumb b { display: none; }.nt-breadcrumb strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.nt-top-actions .nt-primary-button span { display: none; }.nt-safety-banner { align-items: flex-start; }.nt-safety-status { display: none; }.nt-view { padding-top: 27px; }.nt-view-heading h1 { font-size: 2.15rem; }.nt-heading-copy { font-size: 0.8rem; }.nt-metric-grid,.nt-staking-summary { grid-template-columns: 1fr; }.nt-command-grid,.nt-overview-lower { gap: 12px; }.nt-allocation-content { grid-template-columns: 1fr; }.nt-allocation-ring { width: 148px; height: 148px; }.nt-profile-bands { grid-template-columns: 1fr; }.nt-agent-grid,.nt-recommendation-grid { grid-template-columns: 1fr; }.nt-agent-card { min-height: 220px; }.nt-panel { padding: 16px; }.nt-table-toolbar { align-items: flex-start; flex-direction: column; padding: 13px 15px; }.nt-table-toolbar > div { flex-wrap: wrap; }.nt-control-list { grid-template-columns: 1fr; }.nt-staking-row { grid-template-columns: 1fr 1fr; }.nt-staking-row .nt-staking-name { grid-column: 1 / -1; }.nt-staking-row > .nt-status-small { grid-column: 2; grid-row: auto; }.nt-footer { align-items: flex-start; flex-direction: column; }
}

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

/* Dynamic command records */
.nt-asset-cell { display: flex; align-items: center; gap: 10px; min-width: 170px; }
.nt-asset-mark { display: grid; width: 33px; height: 33px; place-items: center; flex: 0 0 33px; border: 1px solid currentColor; border-radius: 9px; background: rgba(8, 30, 49, 0.72); font-family: var(--nt-display); font-size: 0.78rem; font-weight: 700; }
.nt-asset-cyan { color: var(--nt-cyan); }.nt-asset-gold { color: var(--nt-gold); }.nt-asset-green { color: var(--nt-green); }.nt-asset-blue { color: var(--nt-blue); }
.nt-posture { color: #c9e9f8; font-size: 0.68rem; font-weight: 800; }
.nt-table-status { display: inline-flex; align-items: center; gap: 6px; font-size: 0.64rem; font-weight: 800; }
.nt-table-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.nt-table-status.is-good { color: #a9e9d6; }.nt-table-status.is-watch { color: var(--nt-gold-bright); }

.nt-staking-row { display: block; padding: 16px; }
.nt-staking-row-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.nt-staking-row-top h3 { margin: 5px 0 0; color: #ecf7ff; font-size: 0.95rem; }
.nt-staking-code { color: var(--nt-cyan); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.nt-staking-metrics { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 15px; }
.nt-staking-metrics > div { min-width: 0; border: 1px solid rgba(118, 181, 224, 0.13); border-radius: 8px; padding: 9px; background: rgba(3, 15, 28, 0.44); }
.nt-staking-metrics > div > span { display: block; color: #8da7b9; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.nt-staking-metrics > div > strong { display: block; overflow: hidden; margin-top: 5px; color: #e9f6ff; font-size: 0.72rem; text-overflow: ellipsis; white-space: nowrap; }
.nt-staking-note { margin: 11px 0 0; color: #9fb9c9; font-size: 0.67rem; line-height: 1.45; }

.nt-agent-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; }
.nt-agent-card-emblem { position: relative; display: grid; width: 78px; height: 78px; flex: 0 0 78px; place-items: center; overflow: visible; }
.nt-agent-card-emblem img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: contain; filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.44)) drop-shadow(0 0 12px rgba(185, 133, 255, 0.18)); }
.nt-agent-status { color: #b9e8dc; font-size: 0.55rem; font-weight: 900; letter-spacing: 0.06em; text-align: right; text-transform: uppercase; }
.nt-agent-card dl { display: grid; gap: 10px; margin: auto 0 0; border-top: 1px solid rgba(118, 181, 224, 0.15); padding-top: 12px; }
.nt-agent-card dl div { display: grid; gap: 3px; }
.nt-agent-card dt { color: #89a6b9; font-size: 0.52rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.nt-agent-card dd { margin: 0; color: #d5e9f5; font-size: 0.62rem; line-height: 1.4; }
.nt-agent-card footer { display: flex; justify-content: space-between; gap: 8px; margin-top: 13px; color: #91aabd; font-size: 0.56rem; font-weight: 800; }
.nt-agent-card footer strong { color: var(--nt-gold-bright); }
.nt-agent-gold { border-color: rgba(245, 196, 94, 0.31); }
.nt-agent-blue { border-color: rgba(57, 170, 255, 0.32); }.nt-agent-green { border-color: rgba(82, 229, 196, 0.3); }.nt-agent-amber { border-color: rgba(245, 196, 94, 0.4); }

.nt-status-monitor { color: var(--nt-cyan); background: rgba(91, 213, 255, 0.08); }.nt-status-prepare { color: #c8f5e7; background: rgba(82, 229, 196, 0.08); }
.nt-recommendation-card.is-open { border-color: rgba(245, 196, 94, 0.36); background: linear-gradient(155deg, rgba(56, 37, 10, 0.58), rgba(4, 15, 29, 0.97)); }
.nt-recommendation-card.is-deferred { border-color: rgba(91, 213, 255, 0.28); }.nt-recommendation-card.is-reviewed,.nt-recommendation-card.is-archived { opacity: 0.72; }
.nt-recommendation-card > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.nt-recommendation-card > header > div { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.nt-rec-id { color: var(--nt-cyan); font-size: 0.61rem; font-weight: 900; letter-spacing: 0.1em; }
.nt-rec-state { border: 1px solid rgba(118, 181, 224, 0.24); border-radius: 999px; padding: 4px 7px; color: #a8c7d9; font-size: 0.54rem; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.nt-recommendation-card.is-reviewed .nt-rec-state { border-color: rgba(82, 229, 196, 0.38); color: var(--nt-green); }
.nt-recommendation-card.is-deferred .nt-rec-state { border-color: rgba(245, 196, 94, 0.36); color: var(--nt-gold-bright); }
.nt-rec-evidence { display: block; margin-top: 16px; }
.nt-rec-evidence > span { color: #8da9bc; font-size: 0.55rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.nt-rec-evidence ul { display: flex; flex-wrap: wrap; gap: 5px; margin: 8px 0 0; padding: 0; list-style: none; }
.nt-rec-evidence li { border: 1px solid rgba(91, 213, 255, 0.2); border-radius: 99px; padding: 4px 7px; color: #9fc8de; font-size: 0.57rem; font-weight: 800; }
.nt-recommendation-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 20px; color: #a5c2d2; font-size: 0.62rem; }
.nt-recommendation-card > footer > div { display: flex; align-items: center; gap: 8px; }
.nt-archive-action { color: #a7c1d3; }.nt-rec-action { min-height: 32px; font-size: 0.6rem; }.nt-rec-action:disabled,.nt-text-button:disabled { cursor: default; opacity: 0.58; }

.nt-activity-row { display: grid; grid-template-columns: 104px 90px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 78px; border-top: 1px solid rgba(118, 181, 224, 0.14); }
.nt-activity-row:first-child { border-top: 0; }
.nt-activity-time { color: var(--nt-gold); font-size: 0.58rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.04em; text-transform: uppercase; }
.nt-activity-type { color: #7da9c3; font-size: 0.58rem; font-weight: 800; }
.nt-activity-copy strong { color: #eaf6ff; font-size: 0.71rem; }
.nt-activity-copy p { margin: 4px 0 0; color: #87a1b4; font-size: 0.61rem; line-height: 1.43; }
.nt-activity-status { justify-self: end; border: 1px solid currentColor; border-radius: 999px; padding: 4px 7px; color: var(--nt-green); font-size: 0.55rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .nt-staking-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .nt-agent-card-emblem { width: 58px; height: 58px; flex-basis: 58px; }
  .nt-agent-card-emblem img { border-radius: 0; }
  .nt-staking-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nt-activity-row { grid-template-columns: 1fr auto; gap: 8px; padding: 13px 0; }
  .nt-activity-time,.nt-activity-type { grid-column: 1; }
  .nt-activity-copy { grid-column: 1 / -1; }
  .nt-activity-status { grid-column: 2; grid-row: 1 / span 2; }
  .nt-recommendation-card > footer { align-items: flex-start; flex-direction: column; }
}

.nt-profile-boundary-number {
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nt-profile-boundary-number img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 11px 16px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 12px rgba(185, 133, 255, 0.18));
}
