:root {
 --tone: #0b1220;
 --field: #dfe5f0;
 --lead: #ffffff;
 --bold: #ffb300;
 --size: #111111;
 --edge: #d99700;
 --core: #070b16;
 --line: #ffffff;
 --flow: color-mix(in srgb, var(--field) 6%, var(--tone));
 --alt: color-mix(in srgb, var(--field) 3%, var(--tone));
 --lift: color-mix(in srgb, var(--field) 18%, var(--tone));
 --fill: color-mix(in srgb, var(--field) 68%, var(--tone));
 --depth: 1160px;
 --foot: 78ch;
 --space: 14px;
 --zone: 8px;
 --dim: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
 --frame: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
 --paper: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --band: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --wide: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::before, *::after, * {
 box-sizing: border-box;
}
body {
 margin: 0;
 background: var(--tone);
 color: var(--field);
 font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
 font-size: var(--frame);
 line-height: 1.65;
 -webkit-text-size-adjust: 100%;
 overflow-wrap: break-word;
}
img {
 max-width: 100%;
 height: auto;
 display: block;
}
a {
 color: inherit;
}
.badge {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--core);
 color: var(--line);
}
.ramp-lead, .badge-alt, .drawer-first, .post-alt, .rack-top {
 width: min(100% - 2rem, var(--depth));
 margin-inline: auto;
}
.badge-alt {
 display: flex;
 align-items: center;
 gap: 1.25rem;
 min-height: 60px;
 padding-block: 0.5rem;
}
.box {
 display: inline-flex;
 align-items: center;
 font-weight: 700;
 font-size: 1.05rem;
 letter-spacing: -0.01em;
 text-decoration: none;
 color: inherit;
 white-space: nowrap;
 flex-shrink: 0;
}
.box img {
 height: 32px;
 width: auto;
 object-fit: contain;
}
.caption {
 display: flex;
 gap: 0.15rem;
 margin-inline-end: auto;
 min-width: 0;
}
.caption a {
 padding: 0.4rem 0.7rem;
 border-radius: var(--zone);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem;
}
.caption a:hover {
 background: color-mix(in srgb, var(--line) 14%, transparent);
 opacity: 1;
}
.caption:empty {
 display: none;
}
.caption:empty + .badge-last {
 margin-inline-start: auto;
}
.badge-last {
 display: flex;
 gap: 0.5rem;
 flex-shrink: 0;
}
.unit {
 display: none;
 position: relative;
 flex-shrink: 0;
}
.unit-off {
 list-style: none;
 cursor: pointer;
 width: 40px;
 height: 40px;
 display: grid;
 place-items: center;
 border: 1px solid color-mix(in srgb, var(--line) 40%, transparent);
 border-radius: var(--zone);
}
.unit-off::-webkit-details-marker {
 display: none;
}
.unit-off span::before, .unit-off span, .unit-off span::after {
 content: "";
 display: block;
 width: 18px;
 height: 2px;
 background: currentColor;
 border-radius: 2px;
}
.unit-off span {
 position: relative;
}
.unit-off span::before {
 position: absolute;
 top: -6px;
}
.unit-off span::after {
 position: absolute;
 top: 6px;
}
.unit-bottom {
 position: absolute;
 inset-inline-end: 0;
 top: calc(100% + 0.5rem);
 z-index: 25;
 min-width: 14rem;
 display: flex;
 flex-direction: column;
 gap: 0.15rem;
 padding: 0.5rem;
 background: var(--core);
 border: 1px solid color-mix(in srgb, var(--line) 20%, transparent);
 border-radius: var(--space);
 box-shadow: var(--dim);
}
.unit-bottom a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--zone);
 text-decoration: none;
 color: var(--line);
}
.unit-bottom a:hover {
 background: color-mix(in srgb, var(--line) 12%, transparent);
}
.unit-bottom .well {
 margin-top: 0.4rem;
 color: var(--line);
 border-color: color-mix(in srgb, var(--line) 40%, transparent);
}
.badge .well-edge {
 color: inherit;
 border-color: color-mix(in srgb, var(--line) 45%, transparent);
}
.badge .well-edge:hover {
 background: color-mix(in srgb, var(--line) 14%, transparent);
}
.rack {
 background: color-mix(in srgb, var(--line) 8%, var(--core));
 border-top: 1px solid color-mix(in srgb, var(--line) 12%, transparent);
 font-size: 0.9rem;
}
.rack-top {
 display: flex;
 gap: 0.25rem;
 overflow-x: auto;
 scrollbar-width: none;
}
.rack-top::-webkit-scrollbar {
 display: none;
}
.rack a {
 padding: 0.55rem 0.7rem;
 text-decoration: none;
 color: var(--line);
 opacity: 0.8;
 white-space: nowrap;
 border-bottom: 2px solid transparent;
}
.rack a:hover {
 opacity: 1;
 border-bottom-color: var(--bold);
}
.well {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--stroke, transparent);
 border-radius: var(--zone);
 padding: 0.6rem 1.1rem;
 font: inherit;
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
 cursor: pointer;
 text-decoration: none;
 background: var(--bold);
 color: var(--size);
 transition: background-color 0.15s ease, transform 0.05s ease;
}
.well:hover {
 background: var(--edge);
}
.well:active {
 transform: translateY(1px);
}
.well-edge {
 background: transparent;
 color: var(--lead);
 border-color: var(--lift);
}
.well-edge:hover {
 background: var(--flow);
}
.well-foot {
 padding: 0.9rem 1.8rem;
 font-size: var(--paper);
}
:focus-visible {
 outline: 2px solid var(--bold);
 outline-offset: 2px;
}
.quarter h3, .ramp-line, .chip, .arc h2, .arc h3, .quarter h2 {
 color: var(--lead);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}
.chip {
 font-size: var(--wide);
 margin: 0 0 1rem;
}
.ramp-line {
 font-size: var(--band);
 margin: 0 0 1.25rem;
}
.quarter h3, .arc h3 {
 font-size: var(--paper);
 margin: 1.75rem 0 0.5rem;
}
.arc p, .quarter p {
 margin: 0 0 1rem;
}
.quarter > :last-child, .arc > :last-child {
 margin-bottom: 0;
}
.quarter a, .arc a {
 color: color-mix(in srgb, var(--bold) 72%, var(--lead));
 text-underline-offset: 3px;
}
.row {
 display: block;
}
.ramp {
 padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
 scroll-margin-top: 72px;
}
.row > .ramp:not(.drawer):nth-of-type(odd) {
 background: var(--flow);
}
.quarter {
 max-width: var(--foot);
}
.ramp-list .quarter ul {
 list-style: none;
 padding: 0;
 margin: 0 0 1rem;
 display: grid;
 gap: 0.5rem;
}
.ramp-list .quarter ul > li {
 position: relative;
 padding-inline-start: 1.9rem;
 padding-block: 0.15rem;
}
.ramp-list .quarter ul > li::before {
 content: "";
 position: absolute;
 inset-inline-start: 0;
 top: 0.55em;
 width: 0.75rem;
 height: 0.4rem;
 border-inline-start: 2px solid var(--bold);
 border-bottom: 2px solid var(--bold);
 transform: rotate(-45deg);
}
.ramp-list .quarter ol {
 counter-reset: step;
 list-style: none;
 padding: 0;
 display: grid;
 gap: 0.6rem;
}
.ramp-list .quarter ol > li {
 counter-increment: step;
 position: relative;
 padding-inline-start: 2.6rem;
}
.ramp-list .quarter ol > li::before {
 content: counter(step);
 position: absolute;
 inset-inline-start: 0;
 top: 0;
 width: 1.8rem;
 height: 1.8rem;
 border-radius: 50%;
 background: var(--bold);
 color: var(--size);
 font-weight: 700;
 font-size: 0.9rem;
 display: grid;
 place-items: center;
}
.note {
 margin: 1.5rem 0;
 padding: 1rem 1.25rem;
 border: 1px solid var(--lift);
 border-inline-start: 3px solid var(--fill);
 border-radius: 0 var(--zone) var(--zone) 0;
 background: var(--flow);
 font-size: 0.95rem;
}
.note p {
 margin: 0 0 0.6rem;
}
.note > :last-child {
 margin-bottom: 0;
}
.note strong {
 color: var(--lead);
}
.note--disclosure {
 color: var(--fill);
 font-size: 0.88rem;
 background: transparent;
 border-inline-start-color: var(--lift);
}
.note--warning {
 border-inline-start-color: var(--bold);
 background: color-mix(in srgb, var(--bold) 10%, var(--tone));
}
.note--takeaway {
 font-variant-numeric: tabular-nums;
 border-inline-start-color: var(--lead);
}
.note--rg {
 border: 1px solid color-mix(in srgb, var(--lead) 30%, var(--lift));
 border-radius: var(--space);
 background: var(--alt);
}
.note--rg a {
 font-weight: 600;
}
.note--independent {
 margin-top: 2.5rem;
 font-size: 0.85rem;
 color: var(--fill);
 background: transparent;
 border: 0;
 border-top: 1px solid var(--lift);
 border-radius: 0;
 padding: 1rem 0 0;
}
.arc blockquote, .quarter blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--bold);
 border-radius: 0 var(--zone) var(--zone) 0;
 background: var(--flow);
 color: var(--fill);
 font-size: 0.95rem;
}
.arc blockquote p, .quarter blockquote p {
 margin: 0 0 0.6rem;
}
.quarter blockquote > :last-child, .arc blockquote > :last-child {
 margin-bottom: 0;
}
.quarter blockquote strong, .arc blockquote strong {
 color: var(--lead);
}
.quarter hr {
 border: 0;
 border-top: 1px solid var(--lift);
 margin: 2rem 0;
}
.quarter table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--alt);
 border: 1px solid var(--lift);
 border-radius: var(--space);
 overflow: hidden;
}
.ramp-table .quarter {
 max-width: none;
 overflow-x: auto;
}
.quarter th, .quarter td {
 border-bottom: 1px solid var(--lift);
 padding: 0.7rem 0.9rem;
 text-align: start;
 vertical-align: top;
}
.quarter caption {
 caption-side: top;
 text-align: start;
 padding: 0 0 0.6rem;
 font-weight: 700;
 color: var(--lead);
}
.quarter thead th {
 background: color-mix(in srgb, var(--bold) 16%, var(--flow));
 color: var(--lead);
 font-weight: 700;
 white-space: nowrap;
}
.quarter tbody tr:last-child td {
 border-bottom: 0;
}
.quarter tbody tr:nth-child(even) {
 background: color-mix(in srgb, var(--field) 3%, transparent);
}
.cell {
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
 gap: 2rem;
 align-items: start;
}
.cell-off {
 border: 1px solid var(--lift);
 border-radius: var(--space);
 box-shadow: var(--dim);
 width: 100%;
}
.drawer {
 position: relative;
 padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
 background: var(--core);
 isolation: isolate;
}
.drawer::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--card, none);
 background-size: cover;
 background-position: center;
}
.pocket-icon {
 margin-top: 1.25rem;
 text-align: center;
}
.pocket-icon a {
 color: var(--bold);
 font-weight: 600;
}
.group {
 text-align: center;
}
.group-bottom {
 font-size: clamp(3.5rem, 12vw, 6rem);
 line-height: 1;
 font-weight: 800;
 color: var(--bold);
 margin-bottom: 0.5rem;
}
.group-shut {
 max-width: 46ch;
 margin-inline: auto;
 color: var(--fill);
}
.group-bold {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.75rem;
 margin-top: 1.75rem;
}
@media (max-width: 700px) {
 .drawer::before {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--warm, var(--card, none));
 }
}
.drawer-first {
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
 grid-template-areas: "title offer" "text offer";
 align-content: start;
 gap: 0 2rem;
}
.drawer .chip {
 grid-area: title;
 color: #ffffff;
}
.drawer-cell {
 grid-area: text;
 color: #f2f4f8;
 max-width: 62ch;
}
.drawer .arc {
 margin-bottom: 1.5rem;
}
.drawer-top {
 margin: 0.75rem 0 0;
 font-size: 0.85rem;
 opacity: 0.75;
}
.region {
 grid-area: offer;
 background: var(--tone);
 border: 1px solid color-mix(in srgb, var(--bold) 40%, var(--lift));
 border-radius: var(--space);
 box-shadow: var(--dim);
 overflow: hidden;
 align-self: start;
}
.region .well {
 width: 100%;
}
.region-off {
 display: grid;
 place-items: center;
 min-height: 74px;
 padding: 0.9rem 1.25rem;
 background: color-mix(in srgb, var(--bold) 22%, var(--tone));
 color: var(--lead);
 border-bottom: 3px solid var(--bold);
}
.region-off img {
 height: 42px;
 width: auto;
 max-width: 100%;
 object-fit: contain;
}
.region-on {
 display: flex;
 flex-direction: column;
 gap: 0.6rem;
 padding: 1.25rem;
 text-align: center;
}
.region-less {
 font-weight: 800;
 font-size: var(--paper);
 color: inherit;
 text-align: center;
}
.region-bottom {
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.09em;
 color: var(--fill);
 margin: 0;
}
.region-lead {
 font-size: var(--band);
 font-weight: 800;
 line-height: 1.15;
 color: var(--lead);
 margin: 0;
 text-wrap: balance;
}
.region-edge {
 font-size: 0.8rem;
 color: var(--fill);
 margin: 0;
}
.field {
 padding-block: 1.5rem;
}
.article {
 border: 1px solid var(--lift);
 border-radius: var(--space);
 background: var(--alt);
 padding: 0.5rem 1.1rem;
}
.article-on {
 cursor: pointer;
 font-weight: 700;
 color: var(--lead);
 padding-block: 0.6rem;
 list-style: none;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}
.article-on::-webkit-details-marker {
 display: none;
}
.article-on::before {
 content: "";
 width: 0.5rem;
 height: 0.5rem;
 border-inline-end: 2px solid var(--bold);
 border-bottom: 2px solid var(--bold);
 transform: rotate(45deg);
 transition: transform 0.15s ease;
}
.article[open] .article-on::before {
 transform: rotate(-135deg);
}
.article-top {
 columns: 2;
 gap: 2rem;
 margin: 0 0 0.75rem;
 padding-inline-start: 1.2rem;
 font-size: 0.95rem;
}
.article-top li {
 break-inside: avoid;
 margin-bottom: 0.3rem;
}
.article-top a {
 color: var(--fill);
 text-underline-offset: 3px;
}
.article-top a:hover {
 color: var(--lead);
}
.pane {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.shelf2 {
 display: flex;
 flex-direction: column;
 background: var(--alt);
 border: 1px solid var(--lift);
 border-radius: var(--space);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}
.shelf2:hover {
 border-color: var(--bold);
 transform: translateY(-2px);
}
.shelf2-shut {
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--flow);
}
.shelf2-shut img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.shelf2-plain {
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 padding: 0.85rem;
 margin-top: auto;
}
.shelf2-wide {
 font-weight: 600;
 color: var(--lead);
 line-height: 1.3;
 margin: 0;
}
.shelf2 .well {
 width: 100%;
 padding-block: 0.5rem;
 font-size: 0.95rem;
}
.window-plain {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.level {
 background: var(--tone);
 border: 1px solid var(--lift);
 border-radius: var(--space);
 padding: 1.1rem 1.2rem;
}
.level-small {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 0.5rem;
 margin-bottom: 0.4rem;
}
.level-bottom {
 font-weight: 700;
 color: var(--lead);
}
.level-figure {
 color: var(--bold);
 font-weight: 700;
 white-space: nowrap;
}
.level-stub {
 margin: 0;
 color: var(--fill);
}
.circuit-figure {
 display: grid;
 gap: 0.5rem;
 max-width: var(--foot);
}
.circuit-info {
 border: 1px solid var(--lift);
 border-radius: var(--zone);
 background: var(--alt);
 padding: 0 1.1rem;
}
.circuit-wide {
 cursor: pointer;
 font-weight: 600;
 color: var(--lead);
 padding-block: 0.9rem;
 list-style: none;
 display: flex;
 align-items: flex-start;
 gap: 0.75rem;
}
.circuit-wide::-webkit-details-marker {
 display: none;
}
.circuit-wide::before {
 content: "+";
 color: var(--bold);
 font-weight: 700;
 line-height: 1.4;
 flex-shrink: 0;
}
.circuit-info[open] .circuit-wide::before {
 content: "−";
}
.circuit-last {
 color: var(--fill);
 padding-bottom: 1rem;
}
.circuit-last > :first-child {
 margin-top: 0;
}
.circuit-last > :last-child {
 margin-bottom: 0;
}
.strip {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 1rem 2rem;
 padding: 1.5rem;
 border-radius: var(--space);
 background: color-mix(in srgb, var(--bold) 12%, var(--flow));
 border: 1px solid color-mix(in srgb, var(--bold) 35%, var(--lift));
}
.strip-meta {
 margin: 0;
 font-size: var(--paper);
 font-weight: 800;
 color: var(--lead);
 text-wrap: balance;
}
.strip-edge {
 margin: 0.25rem 0 0;
 font-size: 0.82rem;
 color: var(--fill);
}
.post {
 border-top: 1px solid var(--lift);
 background: var(--flow);
 color: var(--fill);
 padding-block: 2rem 6rem;
}
.post-alt {
 display: flex;
 flex-wrap: wrap;
 gap: 1rem 1.5rem;
 align-items: center;
 padding-bottom: 1.25rem;
 border-bottom: 1px solid var(--lift);
}
.post-first {
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--lead);
}
.post-first img {
 height: 32px;
 width: auto;
 object-fit: contain;
}
.post-foot {
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 1rem;
}
.post-foot:empty {
 display: none;
}
.post-foot a {
 text-decoration: none;
}
.post-foot a:hover {
 text-decoration: underline;
}
.post-flat {
 width: min(100% - 2rem, var(--depth));
 margin-inline: auto;
 padding-top: 1.25rem;
 font-size: 0.85rem;
 display: grid;
 gap: 0.5rem;
}
.post-flat p {
 margin: 0;
}
.post-link {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 flex-wrap: wrap;
}
.trail {
 display: inline-grid;
 place-items: center;
 min-width: 2.1rem;
 height: 2.1rem;
 border: 2px solid currentColor;
 border-radius: 50%;
 font-weight: 800;
 font-size: 0.78rem;
}
.band {
 position: fixed;
 inset-inline: 0;
 bottom: 0;
 z-index: 30;
 display: flex;
 align-items: center;
 gap: 1rem;
 padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
 background: color-mix(in srgb, var(--bold) 14%, var(--core));
 color: var(--line);
 border-top: 1px solid color-mix(in srgb, var(--bold) 45%, transparent);
}
.band-image {
 display: flex;
 flex-direction: column;
 min-width: 0;
 line-height: 1.25;
}
.band-open {
 font-weight: 800;
 color: var(--line);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.band-plain {
 font-size: 0.75rem;
 opacity: 0.7;
}
.band .well {
 margin-inline-start: auto;
 flex-shrink: 0;
}
@media (max-width: 960px) {
 .drawer-first {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "offer" "text";
  gap: 1.25rem;
 }
 .cell {
  grid-template-columns: 1fr;
 }
 .cell-off {
  max-width: 260px;
  margin-inline: auto;
 }
}
@media (max-width: 700px) {
 .article-top {
  columns: 1;
 }
 .pane {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.75rem;
 }
}
@media (max-width: 640px) {
 .badge {
  position: static;
 }
 .badge-alt {
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-block: 0.6rem;
 }
 .badge-alt {
  flex-wrap: nowrap;
 }
 .caption, .rack, .badge-last .well-edge {
  display: none;
 }
 .caption + .badge-last {
  margin-inline-start: auto;
 }
 .unit {
  display: block;
  order: 3;
 }
 .badge-last {
  margin-inline-start: auto;
 }
 .badge-last .well {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }
 .ramp {
  padding-block: 1.75rem;
 }
 .strip, .region-on {
  padding: 1.15rem;
 }
 .drawer-cell .well-foot, .strip .well-foot {
  width: 100%;
 }
 .band-plain {
  display: none;
 }
}
@media (prefers-reduced-motion: reduce) {
 *, *::before {
  transition: none !important;
 }
}
