.np-page { background: #0b1220; color: #e4edf5; padding: clamp(1.5rem, 4vw, 4rem) 1rem; }
.np-shell { max-width: 1080px; margin: 0 auto; }
.np-page p, .np-page li { line-height: 1.8; }
.np-page p { max-width: 80ch; }
.np-page h1 { max-width: 23ch; font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.12; letter-spacing: -.025em; color: #fff; margin: 1rem 0 1.5rem; }
.np-page h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.25; color: #f5f8fc; margin: 0 0 1.4rem; }
.np-page h3 { font-size: 1.15rem; line-height: 1.4; color: #f5f8fc; margin: 0 0 .8rem; }
.np-page a:not(.ghostly-button) { color: #8bdfe6; text-underline-offset: .22em; }
.np-page a:hover { color: #fff; }
.np-page a:focus-visible, .np-page input:focus-visible, .np-page button:focus-visible, .np-table-wrap:focus-visible { outline: 3px solid #ffc777; outline-offset: 5px; }
.np-eyebrow { color: #83d7df; font-size: .8rem; letter-spacing: .1em; font-weight: 700; }
.np-lead { font-size: 1.15rem; color: #c6d3e2; }
.np-meta, .np-disclosure, .np-source { font-size: .88rem; color: #b4c4d5; }
.np-verdict { border-inline-start: 3px solid #6dd4c3; background: #142536; padding: 1.5rem; margin: 1.7rem 0 1rem; border-radius: 0 .7rem .7rem 0; }
.np-verdict > strong { color: #8be3ce; font-size: 1.05rem; }
.np-verdict p { margin: .5rem 0 0; }
.np-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin: 1.4rem 0; }
.np-actions .ghostly-button { white-space: normal; text-align: center; min-height: 48px; padding: .85rem 1.1rem; line-height: 1.4; max-width: 100%; }
.np-toc { margin-top: 2.2rem; }
.np-section { padding: 3rem 0; border-bottom: 1px solid #263549; scroll-margin-top: 6rem; }
.np-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.np-grid.np-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.np-grid + p { margin-top: 1.5rem; }
.np-trust { display: flex; flex-direction: column; gap: clamp(2rem, 4vw, 3rem); }
.np-card { background: #142031; padding: 1.4rem; border: 1px solid #304158; border-radius: .75rem; }
.np-card p { margin: 0; }
.np-table-wrap { overflow-x: auto; border: 1px solid #304158; border-radius: .75rem; }
.np-page table { border-collapse: collapse; width: 100%; min-width: 620px; line-height: 1.6; }
.np-page caption { color: #bccddd; padding: .9rem 1.1rem; caption-side: bottom; font-size: .88rem; }
.np-page th, .np-page td { padding: 1rem; border-bottom: 1px solid #304158; vertical-align: top; }
.np-page thead th { background: #1b2d41; color: #fff; }
.np-page tbody th { color: #c0dfdf; width: 22%; }
.np-page tbody td { width: 39%; }
.np-page tbody tr:nth-child(even) { background: #111e2e; }
.np-source { margin-top: .9rem; }
.np-diagram { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem; margin: 0 0 1.5rem; }
.np-flow { display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid #54baa9; background: #112a2b; border-radius: 1rem; padding: 1.5rem; gap: .65rem; }
.np-flow > strong { color: #9ce5d6; font-size: 1.4rem; margin-bottom: .7rem; }
.np-flow > span:not(.np-arrow) { border: 1px solid #426765; padding: .7rem 1rem; border-radius: .5rem; width: 100%; background: #142326; }
.np-flow .np-arrow { color: #8fdbcc; font-size: 1.3rem; line-height: 1; }
.np-flow small { margin-top: .7rem; color: #b5d3cd; }
.np-flow-cloud { background: #1e2039; border-color: #a197db; }
.np-flow-cloud > strong { color: #d4cdf9; }
.np-flow-cloud > span:not(.np-arrow) { background: #191c30; border-color: #5d587b; }
.np-flow-cloud .np-arrow { color: #c5b9f4; }
.np-flow-cloud small { color: #d1cbe6; }
.np-diagram figcaption { grid-column: 1 / -1; color: #b4c4d5; font-size: .9rem; line-height: 1.65; }
.np-note { padding: 1.5rem; border: 1px solid #877047; background: #29251e; border-radius: .75rem; margin: 1.5rem 0; }
.np-note h3 { color: #f5d397; }
.np-note p { margin-bottom: 0; }
.np-checklist { display: grid; gap: .8rem; margin: 1.5rem 0; }
.np-check { display: flex; align-items: flex-start; gap: .95rem; padding: 1.15rem; border: 1px solid #3d526b; border-radius: .65rem; cursor: pointer; background: #142031; }
.np-check input { flex: 0 0 22px; width: 22px; height: 22px; margin-top: .2rem; accent-color: #86ddc7; cursor: pointer; }
.np-check > span { display: grid; gap: .35rem; line-height: 1.65; }
.np-check > span > span { color: #c2d0df; }
.np-check:has(input:checked) { border-color: #70cbb7; background: #12312e; }
.np-sources li { margin: .6rem 0; }
@media(max-width: 760px) {
  .np-grid, .np-grid.np-two, .np-diagram { grid-template-columns: 1fr; }
  .np-section { padding: 2rem 0; }
  .np-card, .np-note, .np-verdict { padding: 1.2rem; }
}
@media print {
  .np-actions, .np-toc { display: none; }
  .np-page, .np-card, .np-note, .np-verdict, .np-flow, .np-flow-cloud, .np-check { background: white !important; color: black !important; }
  .np-page * { color: black !important; }
  .np-page table { min-width: 0; }
  .np-card, .np-check { break-inside: avoid; }
}
