:root {
 --warm: #0b1220;
 --alt: #dfe5f0;
 --size: #fff;
 --flow: #ffb300;
 --wide: #111;
 --brand: #d99700;
 --line: #070b16;
 --dim: #fff;
 --zone: color-mix(in srgb, var(--alt) 6%, var(--warm));
 --band: color-mix(in srgb, var(--alt) 3%, var(--warm));
 --round: color-mix(in srgb, var(--alt) 18%, var(--warm));
 --paper: color-mix(in srgb, var(--alt) 68%, var(--warm));
 --space: 1160px;
 --lift: 78ch;
 --tile: 14px;
 --core: 8px;
 --body: 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);
 --ink: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --edge: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --main: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}

*, *::after, *::before {
 box-sizing: border-box;
}

body {
 margin: 0;
 background: var(--warm);
 color: var(--alt);
 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;
}

.frame {
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--line);
 color: var(--dim);
}

.zone_icon, .row_link, .ribbon_soft, .tile_image, .frame_off {
 width: min(100% - 2rem, var(--space));
 margin-inline: auto;
}

.frame_off {
 display: flex;
 align-items: center;
 gap: 1.25rem;
 min-height: 60px;
 padding-block: 0.5rem;
}

.case {
 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;
}

.case img {
 height: 32px;
 width: auto;
 object-fit: contain;
}

.sheet {
 display: flex;
 gap: 0.15rem;
 margin-inline-end: auto;
 min-width: 0;
}

.sheet a {
 padding: 0.4rem 0.7rem;
 border-radius: var(--core);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem;
}

.sheet a:hover {
 background: color-mix(in srgb, var(--dim) 14%, transparent);
 opacity: 1;
}

.sheet:empty {
 display: none;
}

.sheet:empty + .frame_side {
 margin-inline-start: auto;
}

.frame_side {
 display: flex;
 gap: 0.5rem;
 flex-shrink: 0;
}

.module {
 display: none;
 position: relative;
 flex-shrink: 0;
}

.module_foot {
 list-style: none;
 cursor: pointer;
 width: 40px;
 height: 40px;
 display: grid;
 place-items: center;
 border: 1px solid color-mix(in srgb, var(--dim) 40%, transparent);
 border-radius: var(--core);
}

.module_foot::-webkit-details-marker {
 display: none;
}

.module_foot span::before, .module_foot span, .module_foot span::after {
 content: "";
 display: block;
 width: 18px;
 height: 2px;
 background: currentColor;
 border-radius: 2px;
}

.module_foot span {
 position: relative;
}

.module_foot span::before {
 position: absolute;
 top: -6px;
}

.module_foot span::after {
 position: absolute;
 top: 6px;
}

.module_less {
 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(--line);
 border: 1px solid color-mix(in srgb, var(--dim) 20%, transparent);
 border-radius: var(--tile);
 box-shadow: var(--body);
}

.module_less a {
 padding: 0.6rem 0.7rem;
 border-radius: var(--core);
 text-decoration: none;
 color: var(--dim);
}

.module_less a:hover {
 background: color-mix(in srgb, var(--dim) 12%, transparent);
}

.module_less .chunk {
 margin-top: 0.4rem;
 color: var(--dim);
 border-color: color-mix(in srgb, var(--dim) 40%, transparent);
}

.frame .chunk_line {
 color: inherit;
 border-color: color-mix(in srgb, var(--dim) 45%, transparent);
}

.frame .chunk_line:hover {
 background: color-mix(in srgb, var(--dim) 14%, transparent);
}

.row {
 background: color-mix(in srgb, var(--dim) 8%, var(--line));
 border-top: 1px solid color-mix(in srgb, var(--dim) 12%, transparent);
 font-size: 0.9rem;
}

.row_link {
 display: flex;
 gap: 0.25rem;
 overflow-x: auto;
 scrollbar-width: none;
}

.row_link::-webkit-scrollbar {
 display: none;
}

.row a {
 padding: 0.55rem 0.7rem;
 text-decoration: none;
 color: var(--dim);
 opacity: 0.8;
 white-space: nowrap;
 border-bottom: 2px solid transparent;
}

.row a:hover {
 opacity: 1;
 border-bottom-color: var(--flow);
}

.chunk {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--flat, transparent);
 border-radius: var(--core);
 padding: 0.6rem 1.1rem;
 font: inherit;
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
 cursor: pointer;
 text-decoration: none;
 background: var(--flow);
 color: var(--wide);
 transition: background-color 0.15s ease, transform 0.05s ease;
}

.chunk:hover {
 background: var(--brand);
}

.chunk:active {
 transform: translateY(1px);
}

.chunk_line {
 background: transparent;
 color: var(--size);
 border-color: var(--round);
}

.chunk_line:hover {
 background: var(--zone);
}

.chunk_less {
 padding: 0.9rem 1.8rem;
 font-size: var(--ink);
}

:focus-visible {
 outline: 2px solid var(--flow);
 outline-offset: 2px;
}

.zone_view, .detail h3, .aside h3, .detail h2, .deck, .aside h2 {
 color: var(--size);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}

.deck {
 font-size: var(--main);
 margin: 0 0 1rem;
}

.zone_view {
 font-size: var(--edge);
 margin: 0 0 1.25rem;
}

.aside h3, .detail h3 {
 font-size: var(--ink);
 margin: 1.75rem 0 0.5rem;
}

.detail p, .aside p {
 margin: 0 0 1rem;
}

.aside > :last-child, .detail > :last-child {
 margin-bottom: 0;
}

.detail a, .aside a {
 color: color-mix(in srgb, var(--flow) 72%, var(--size));
 text-underline-offset: 3px;
}

.pill {
 display: block;
}

.zone {
 padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
 scroll-margin-top: 72px;
}

.pill > .zone:not(.ribbon):nth-of-type(odd) {
 background: var(--zone);
}

.detail {
 max-width: var(--lift);
}

.zone_list .detail ul {
 list-style: none;
 padding: 0;
 margin: 0 0 1rem;
 display: grid;
 gap: 0.5rem;
}

.zone_list .detail ul > li {
 position: relative;
 padding-inline-start: 1.9rem;
 padding-block: 0.15rem;
}

.zone_list .detail 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(--flow);
 border-bottom: 2px solid var(--flow);
 transform: rotate(-45deg);
}

.zone_list .detail ol {
 counter-reset: step;
 list-style: none;
 padding: 0;
 display: grid;
 gap: 0.6rem;
}

.zone_list .detail ol > li {
 counter-increment: step;
 position: relative;
 padding-inline-start: 2.6rem;
}

.zone_list .detail 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(--flow);
 color: var(--wide);
 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(--round);
 border-inline-start: 3px solid var(--paper);
 border-radius: 0 var(--core) var(--core) 0;
 background: var(--zone);
 font-size: 0.95rem;
}

.note p {
 margin: 0 0 0.6rem;
}

.note > :last-child {
 margin-bottom: 0;
}

.note strong {
 color: var(--size);
}

.note--disclosure {
 color: var(--paper);
 font-size: 0.88rem;
 background: transparent;
 border-inline-start-color: var(--round);
}

.note--warning {
 border-inline-start-color: var(--flow);
 background: color-mix(in srgb, var(--flow) 10%, var(--warm));
}

.note--takeaway {
 font-variant-numeric: tabular-nums;
 border-inline-start-color: var(--size);
}

.note--rg {
 border: 1px solid color-mix(in srgb, var(--size) 30%, var(--round));
 border-radius: var(--tile);
 background: var(--band);
}

.note--rg a {
 font-weight: 600;
}

.note--independent {
 margin-top: 2.5rem;
 font-size: 0.85rem;
 color: var(--paper);
 background: transparent;
 border: 0;
 border-top: 1px solid var(--round);
 border-radius: 0;
 padding: 1rem 0 0;
}

.detail blockquote, .aside blockquote {
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--flow);
 border-radius: 0 var(--core) var(--core) 0;
 background: var(--zone);
 color: var(--paper);
 font-size: 0.95rem;
}

.detail blockquote p, .aside blockquote p {
 margin: 0 0 0.6rem;
}

.aside blockquote > :last-child, .detail blockquote > :last-child {
 margin-bottom: 0;
}

.aside blockquote strong, .detail blockquote strong {
 color: var(--size);
}

.detail hr {
 border: 0;
 border-top: 1px solid var(--round);
 margin: 2rem 0;
}

.detail table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--band);
 border: 1px solid var(--round);
 border-radius: var(--tile);
 overflow: hidden;
}

.zone_table .detail {
 max-width: none;
 overflow-x: auto;
}

.detail th, .detail td {
 border-bottom: 1px solid var(--round);
 padding: 0.7rem 0.9rem;
 text-align: start;
 vertical-align: top;
}

.detail caption {
 caption-side: top;
 text-align: start;
 padding: 0 0 0.6rem;
 font-weight: 700;
 color: var(--size);
}

.detail thead th {
 background: color-mix(in srgb, var(--flow) 16%, var(--zone));
 color: var(--size);
 font-weight: 700;
 white-space: nowrap;
}

.detail tbody tr:last-child td {
 border-bottom: 0;
}

.detail tbody tr:nth-child(even) {
 background: color-mix(in srgb, var(--alt) 3%, transparent);
}

.area {
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
 gap: 2rem;
 align-items: start;
}

.area_light {
 border: 1px solid var(--round);
 border-radius: var(--tile);
 box-shadow: var(--body);
 width: 100%;
}

.ribbon {
 position: relative;
 padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
 background: var(--line);
 isolation: isolate;
}

.ribbon::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--foot, none);
 background-size: cover;
 background-position: center;
}

.element_on {
 margin-top: 1.25rem;
 text-align: center;
}

.element_on a {
 color: var(--flow);
 font-weight: 600;
}

.board {
 text-align: center;
}

.board_flat {
 font-size: clamp(3.5rem, 12vw, 6rem);
 line-height: 1;
 font-weight: 800;
 color: var(--flow);
 margin-bottom: 0.5rem;
}

.board_bottom {
 max-width: 46ch;
 margin-inline: auto;
 color: var(--paper);
}

.board_light {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.75rem;
 margin-top: 1.75rem;
}

@media (max-width: 700px) {
 .ribbon::before {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--grid, var(--foot, none));
 }

}
.ribbon_soft {
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
 grid-template-areas: "title offer" "text offer";
 align-content: start;
 gap: 0 2rem;
}

.ribbon .deck {
 grid-area: title;
 color: #fff;
}

.ribbon_side {
 grid-area: text;
 color: #f2f4f8;
 max-width: 62ch;
}

.ribbon .aside {
 margin-bottom: 1.5rem;
}

.ribbon_first {
 margin: 0.75rem 0 0;
 font-size: 0.85rem;
 opacity: 0.75;
}

.box {
 grid-area: offer;
 background: var(--warm);
 border: 1px solid color-mix(in srgb, var(--flow) 40%, var(--round));
 border-radius: var(--tile);
 box-shadow: var(--body);
 overflow: hidden;
 align-self: start;
}

.box .chunk {
 width: 100%;
}

.box_open {
 display: grid;
 place-items: center;
 min-height: 74px;
 padding: 0.9rem 1.25rem;
 background: color-mix(in srgb, var(--flow) 22%, var(--warm));
 color: var(--size);
 border-bottom: 3px solid var(--flow);
}

.box_open img {
 height: 42px;
 width: auto;
 max-width: 100%;
 object-fit: contain;
}

.box_foot {
 display: flex;
 flex-direction: column;
 gap: 0.6rem;
 padding: 1.25rem;
 text-align: center;
}

.box_bold {
 font-weight: 800;
 font-size: var(--ink);
 color: inherit;
 text-align: center;
}

.box_cell {
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.09em;
 color: var(--paper);
 margin: 0;
}

.box_shut {
 font-size: var(--edge);
 font-weight: 800;
 line-height: 1.15;
 color: var(--size);
 margin: 0;
 text-wrap: balance;
}

.box_copy {
 font-size: 0.8rem;
 color: var(--paper);
 margin: 0;
}

.slab {
 padding-block: 1.5rem;
}

.field {
 border: 1px solid var(--round);
 border-radius: var(--tile);
 background: var(--band);
 padding: 0.5rem 1.1rem;
}

.field_first {
 cursor: pointer;
 font-weight: 700;
 color: var(--size);
 padding-block: 0.6rem;
 list-style: none;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}

.field_first::-webkit-details-marker {
 display: none;
}

.field_first::before {
 content: "";
 width: 0.5rem;
 height: 0.5rem;
 border-inline-end: 2px solid var(--flow);
 border-bottom: 2px solid var(--flow);
 transform: rotate(45deg);
 transition: transform 0.15s ease;
}

.field[open] .field_first::before {
 transform: rotate(-135deg);
}

.field_light {
 columns: 2;
 gap: 2rem;
 margin: 0 0 0.75rem;
 padding-inline-start: 1.2rem;
 font-size: 0.95rem;
}

.field_light li {
 break-inside: avoid;
 margin-bottom: 0.3rem;
}

.field_light a {
 color: var(--paper);
 text-underline-offset: 3px;
}

.field_light a:hover {
 color: var(--size);
}

.holder {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}

.marker {
 display: flex;
 flex-direction: column;
 background: var(--band);
 border: 1px solid var(--round);
 border-radius: var(--tile);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}

.marker:hover {
 border-color: var(--flow);
 transform: translateY(-2px);
}

.marker_last {
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--zone);
}

.marker_last img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.marker_on {
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 padding: 0.85rem;
 margin-top: auto;
}

.marker_icon {
 font-weight: 600;
 color: var(--size);
 line-height: 1.3;
 margin: 0;
}

.marker .chunk {
 width: 100%;
 padding-block: 0.5rem;
 font-size: 0.95rem;
}

.layer_thumb {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}

.promo {
 background: var(--warm);
 border: 1px solid var(--round);
 border-radius: var(--tile);
 padding: 1.1rem 1.2rem;
}

.promo_sub {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 0.5rem;
 margin-bottom: 0.4rem;
}

.promo_view {
 font-weight: 700;
 color: var(--size);
}

.promo_flat {
 color: var(--flow);
 font-weight: 700;
 white-space: nowrap;
}

.promo_stub {
 margin: 0;
 color: var(--paper);
}

.widget_info {
 display: grid;
 gap: 0.5rem;
 max-width: var(--lift);
}

.widget_figure {
 border: 1px solid var(--round);
 border-radius: var(--core);
 background: var(--band);
 padding: 0 1.1rem;
}

.widget_top {
 cursor: pointer;
 font-weight: 600;
 color: var(--size);
 padding-block: 0.9rem;
 list-style: none;
 display: flex;
 align-items: flex-start;
 gap: 0.75rem;
}

.widget_top::-webkit-details-marker {
 display: none;
}

.widget_top::before {
 content: "+";
 color: var(--flow);
 font-weight: 700;
 line-height: 1.4;
 flex-shrink: 0;
}

.widget_figure[open] .widget_top::before {
 content: "−";
}

.widget_less {
 color: var(--paper);
 padding-bottom: 1rem;
}

.widget_less > :first-child {
 margin-top: 0;
}

.widget_less > :last-child {
 margin-bottom: 0;
}

.figure {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 1rem 2rem;
 padding: 1.5rem;
 border-radius: var(--tile);
 background: color-mix(in srgb, var(--flow) 12%, var(--zone));
 border: 1px solid color-mix(in srgb, var(--flow) 35%, var(--round));
}

.figure_less {
 margin: 0;
 font-size: var(--ink);
 font-weight: 800;
 color: var(--size);
 text-wrap: balance;
}

.figure_plain {
 margin: 0.25rem 0 0;
 font-size: 0.82rem;
 color: var(--paper);
}

.tile {
 border-top: 1px solid var(--round);
 background: var(--zone);
 color: var(--paper);
 padding-block: 2rem 6rem;
}

.tile_image {
 display: flex;
 flex-wrap: wrap;
 gap: 1rem 1.5rem;
 align-items: center;
 padding-bottom: 1.25rem;
 border-bottom: 1px solid var(--round);
}

.tile_flat {
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--size);
}

.tile_flat img {
 height: 32px;
 width: auto;
 object-fit: contain;
}

.tile_top {
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 1rem;
}

.tile_top:empty {
 display: none;
}

.tile_top a {
 text-decoration: none;
}

.tile_top a:hover {
 text-decoration: underline;
}

.tile_wide {
 width: min(100% - 2rem, var(--space));
 margin-inline: auto;
 padding-top: 1.25rem;
 font-size: 0.85rem;
 display: grid;
 gap: 0.5rem;
}

.tile_wide p {
 margin: 0;
}

.tile_bold {
 display: flex;
 align-items: center;
 gap: 0.5rem;
 flex-wrap: wrap;
}

.span {
 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;
}

.part {
 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(--flow) 14%, var(--line));
 color: var(--dim);
 border-top: 1px solid color-mix(in srgb, var(--flow) 45%, transparent);
}

.part_alt {
 display: flex;
 flex-direction: column;
 min-width: 0;
 line-height: 1.25;
}

.part_first {
 font-weight: 800;
 color: var(--dim);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.part_soft {
 font-size: 0.75rem;
 opacity: 0.7;
}

.part .chunk {
 margin-inline-start: auto;
 flex-shrink: 0;
}

@media (max-width: 960px) {
 .ribbon_soft {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "offer" "text";
  gap: 1.25rem;
 }

 .area {
  grid-template-columns: 1fr;
 }

 .area_light {
  max-width: 260px;
  margin-inline: auto;
 }

}
@media (max-width: 700px) {
 .field_light {
  columns: 1;
 }

 .holder {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.75rem;
 }

}
@media (max-width: 640px) {
 .frame {
  position: static;
 }

 .frame_off {
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-block: 0.6rem;
 }

 .frame_off {
  flex-wrap: nowrap;
 }

 .sheet, .frame_side .chunk_line, .row {
  display: none;
 }

 .sheet + .frame_side {
  margin-inline-start: auto;
 }

 .module {
  display: block;
  order: 3;
 }

 .frame_side {
  margin-inline-start: auto;
 }

 .frame_side .chunk {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }

 .zone {
  padding-block: 1.75rem;
 }

 .figure, .box_foot {
  padding: 1.15rem;
 }

 .figure .chunk_less, .ribbon_side .chunk_less {
  width: 100%;
 }

 .part_soft {
  display: none;
 }

}
@media (prefers-reduced-motion: reduce) {
 *::before, * {
  transition: none !important;
 }

}
