:root
{
 --field: #0b1220;
 --round: #dfe5f0;
 --frame: #fff;
 --zone: #ffb300;
 --space: #111;
 --body: #d99700;
 --lead: #070b16;
 --main: #fff;
 --paper: color-mix(in srgb, var(--round) 6%, var(--field));
 --ink: color-mix(in srgb, var(--round) 3%, var(--field));
 --brand: color-mix(in srgb, var(--round) 18%, var(--field));
 --cool: color-mix(in srgb, var(--round) 68%, var(--field));
 --card: 1160px;
 --tone: 78ch;
 --shell: 14px;
 --flow: 8px;
 --size: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
 --wide: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
 --line: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --core: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --depth: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::after, *::before, *
{
 box-sizing: border-box;
}
body
{
 margin: 0;
 background: var(--field);
 color: var(--round);
 font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
 font-size: var(--wide);
 line-height: 1.65;
 -webkit-text-size-adjust: 100%;
 overflow-wrap: break-word;
}
img
{
 max-width: 100%;
 height: auto;
 display: block;
}
a
{
 color: inherit;
}
.banner
{
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--lead);
 color: var(--main);
}
.deck_small, .sheet_off, .band_meta, .banner_alt, .element_plain
{
 width: min(100% - 2rem, var(--card));
 margin-inline: auto;
}
.banner_alt
{
 display: flex;
 align-items: center;
 gap: 1.25rem;
 min-height: 60px;
 padding-block: 0.5rem;
}
.marker
{
 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;
}
.marker img
{
 height: 32px;
 width: auto;
 object-fit: contain;
}
.shell
{
 display: flex;
 gap: 0.15rem;
 margin-inline-end: auto;
 min-width: 0;
}
.shell a
{
 padding: 0.4rem 0.7rem;
 border-radius: var(--flow);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem;
}
.shell a:hover
{
 background: color-mix(in srgb, var(--main) 14%, transparent);
 opacity: 1;
}
.shell:empty
{
 display: none;
}
.shell:empty + .banner_less
{
 margin-inline-start: auto;
}
.banner_less
{
 display: flex;
 gap: 0.5rem;
 flex-shrink: 0;
}
.well
{
 display: none;
 position: relative;
 flex-shrink: 0;
}
.well_off
{
 list-style: none;
 cursor: pointer;
 width: 40px;
 height: 40px;
 display: grid;
 place-items: center;
 border: 1px solid color-mix(in srgb, var(--main) 40%, transparent);
 border-radius: var(--flow);
}
.well_off::-webkit-details-marker
{
 display: none;
}
.well_off span::before, .well_off span, .well_off span::after
{
 content: "";
 display: block;
 width: 18px;
 height: 2px;
 background: currentColor;
 border-radius: 2px;
}
.well_off span
{
 position: relative;
}
.well_off span::before
{
 position: absolute;
 top: -6px;
}
.well_off span::after
{
 position: absolute;
 top: 6px;
}
.well_edge
{
 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(--lead);
 border: 1px solid color-mix(in srgb, var(--main) 20%, transparent);
 border-radius: var(--shell);
 box-shadow: var(--size);
}
.well_edge a
{
 padding: 0.6rem 0.7rem;
 border-radius: var(--flow);
 text-decoration: none;
 color: var(--main);
}
.well_edge a:hover
{
 background: color-mix(in srgb, var(--main) 12%, transparent);
}
.well_edge .strip
{
 margin-top: 0.4rem;
 color: var(--main);
 border-color: color-mix(in srgb, var(--main) 40%, transparent);
}
.banner .strip_outer
{
 color: inherit;
 border-color: color-mix(in srgb, var(--main) 45%, transparent);
}
.banner .strip_outer:hover
{
 background: color-mix(in srgb, var(--main) 14%, transparent);
}
.sheet
{
 background: color-mix(in srgb, var(--main) 8%, var(--lead));
 border-top: 1px solid color-mix(in srgb, var(--main) 12%, transparent);
 font-size: 0.9rem;
}
.sheet_off
{
 display: flex;
 gap: 0.25rem;
 overflow-x: auto;
 scrollbar-width: none;
}
.sheet_off::-webkit-scrollbar
{
 display: none;
}
.sheet a
{
 padding: 0.55rem 0.7rem;
 text-decoration: none;
 color: var(--main);
 opacity: 0.8;
 white-space: nowrap;
 border-bottom: 2px solid transparent;
}
.sheet a:hover
{
 opacity: 1;
 border-bottom-color: var(--zone);
}
.strip
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--plain, transparent);
 border-radius: var(--flow);
 padding: 0.6rem 1.1rem;
 font: inherit;
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
 cursor: pointer;
 text-decoration: none;
 background: var(--zone);
 color: var(--space);
 transition: background-color 0.15s ease, transform 0.05s ease;
}
.strip:hover
{
 background: var(--body);
}
.strip:active
{
 transform: translateY(1px);
}
.strip_outer
{
 background: transparent;
 color: var(--frame);
 border-color: var(--brand);
}
.strip_outer:hover
{
 background: var(--paper);
}
.strip_edge
{
 padding: 0.9rem 1.8rem;
 font-size: var(--line);
}
:focus-visible
{
 outline: 2px solid var(--zone);
 outline-offset: 2px;
}
.slab h3, .piece, .box h3, .band_shut, .slab h2, .box h2
{
 color: var(--frame);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}
.piece
{
 font-size: var(--depth);
 margin: 0 0 1rem;
}
.band_shut
{
 font-size: var(--core);
 margin: 0 0 1.25rem;
}
.box h3, .slab h3
{
 font-size: var(--line);
 margin: 1.75rem 0 0.5rem;
}
.box p, .slab p
{
 margin: 0 0 1rem;
}
.box > :last-child, .slab > :last-child
{
 margin-bottom: 0;
}
.box a, .slab a
{
 color: color-mix(in srgb, var(--zone) 72%, var(--frame));
 text-underline-offset: 3px;
}
.tag
{
 display: block;
}
.band
{
 padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
 scroll-margin-top: 72px;
}
.tag > .band:not(.deck):nth-of-type(odd)
{
 background: var(--paper);
}
.slab
{
 max-width: var(--tone);
}
.band_list .slab ul
{
 list-style: none;
 padding: 0;
 margin: 0 0 1rem;
 display: grid;
 gap: 0.5rem;
}
.band_list .slab ul > li
{
 position: relative;
 padding-inline-start: 1.9rem;
 padding-block: 0.15rem;
}
.band_list .slab 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(--zone);
 border-bottom: 2px solid var(--zone);
 transform: rotate(-45deg);
}
.band_list .slab ol
{
 counter-reset: step;
 list-style: none;
 padding: 0;
 display: grid;
 gap: 0.6rem;
}
.band_list .slab ol > li
{
 counter-increment: step;
 position: relative;
 padding-inline-start: 2.6rem;
}
.band_list .slab 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(--zone);
 color: var(--space);
 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(--brand);
 border-inline-start: 3px solid var(--cool);
 border-radius: 0 var(--flow) var(--flow) 0;
 background: var(--paper);
 font-size: 0.95rem;
}
.note p
{
 margin: 0 0 0.6rem;
}
.note > :last-child
{
 margin-bottom: 0;
}
.note strong
{
 color: var(--frame);
}
.note--disclosure
{
 color: var(--cool);
 font-size: 0.88rem;
 background: transparent;
 border-inline-start-color: var(--brand);
}
.note--warning
{
 border-inline-start-color: var(--zone);
 background: color-mix(in srgb, var(--zone) 10%, var(--field));
}
.note--takeaway
{
 font-variant-numeric: tabular-nums;
 border-inline-start-color: var(--frame);
}
.note--rg
{
 border: 1px solid color-mix(in srgb, var(--frame) 30%, var(--brand));
 border-radius: var(--shell);
 background: var(--ink);
}
.note--rg a
{
 font-weight: 600;
}
.note--independent
{
 margin-top: 2.5rem;
 font-size: 0.85rem;
 color: var(--cool);
 background: transparent;
 border: 0;
 border-top: 1px solid var(--brand);
 border-radius: 0;
 padding: 1rem 0 0;
}
.slab blockquote, .box blockquote
{
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--zone);
 border-radius: 0 var(--flow) var(--flow) 0;
 background: var(--paper);
 color: var(--cool);
 font-size: 0.95rem;
}
.slab blockquote p, .box blockquote p
{
 margin: 0 0 0.6rem;
}
.slab blockquote > :last-child, .box blockquote > :last-child
{
 margin-bottom: 0;
}
.box blockquote strong, .slab blockquote strong
{
 color: var(--frame);
}
.slab hr
{
 border: 0;
 border-top: 1px solid var(--brand);
 margin: 2rem 0;
}
.slab table
{
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--ink);
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 overflow: hidden;
}
.band_table .slab
{
 max-width: none;
 overflow-x: auto;
}
.slab td, .slab th
{
 border-bottom: 1px solid var(--brand);
 padding: 0.7rem 0.9rem;
 text-align: start;
 vertical-align: top;
}
.slab caption
{
 caption-side: top;
 text-align: start;
 padding: 0 0 0.6rem;
 font-weight: 700;
 color: var(--frame);
}
.slab thead th
{
 background: color-mix(in srgb, var(--zone) 16%, var(--paper));
 color: var(--frame);
 font-weight: 700;
 white-space: nowrap;
}
.slab tbody tr:last-child td
{
 border-bottom: 0;
}
.slab tbody tr:nth-child(even)
{
 background: color-mix(in srgb, var(--round) 3%, transparent);
}
.holder
{
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
 gap: 2rem;
 align-items: start;
}
.holder_copy
{
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 box-shadow: var(--size);
 width: 100%;
}
.deck
{
 position: relative;
 padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
 background: var(--lead);
 isolation: isolate;
}
.deck::before
{
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--base, none);
 background-size: cover;
 background-position: center;
}
.ribbon_view
{
 margin-top: 1.25rem;
 text-align: center;
}
.ribbon_view a
{
 color: var(--zone);
 font-weight: 600;
}
.promo
{
 text-align: center;
}
.promo_alt
{
 font-size: clamp(3.5rem, 12vw, 6rem);
 line-height: 1;
 font-weight: 800;
 color: var(--zone);
 margin-bottom: 0.5rem;
}
.promo_top
{
 max-width: 46ch;
 margin-inline: auto;
 color: var(--cool);
}
.promo_stub
{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.75rem;
 margin-top: 1.75rem;
}
@media (max-width: 700px) {
 .deck::before
 {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--lift, var(--base, none));
 }
}
.deck_small
{
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
 grid-template-areas: "title offer" "text offer";
 align-content: start;
 gap: 0 2rem;
}
.deck .piece
{
 grid-area: title;
 color: #fff;
}
.deck_bold
{
 grid-area: text;
 color: #f2f4f8;
 max-width: 62ch;
}
.deck .box
{
 margin-bottom: 1.5rem;
}
.deck_line
{
 margin: 0.75rem 0 0;
 font-size: 0.85rem;
 opacity: 0.75;
}
.field
{
 grid-area: offer;
 background: var(--field);
 border: 1px solid color-mix(in srgb, var(--zone) 40%, var(--brand));
 border-radius: var(--shell);
 box-shadow: var(--size);
 overflow: hidden;
 align-self: start;
}
.field .strip
{
 width: 100%;
}
.field_last
{
 display: grid;
 place-items: center;
 min-height: 74px;
 padding: 0.9rem 1.25rem;
 background: color-mix(in srgb, var(--zone) 22%, var(--field));
 color: var(--frame);
 border-bottom: 3px solid var(--zone);
}
.field_last img
{
 height: 42px;
 width: auto;
 max-width: 100%;
 object-fit: contain;
}
.field_open
{
 display: flex;
 flex-direction: column;
 gap: 0.6rem;
 padding: 1.25rem;
 text-align: center;
}
.field_first
{
 font-weight: 800;
 font-size: var(--line);
 color: inherit;
 text-align: center;
}
.field_alt
{
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.09em;
 color: var(--cool);
 margin: 0;
}
.field_light
{
 font-size: var(--core);
 font-weight: 800;
 line-height: 1.15;
 color: var(--frame);
 margin: 0;
 text-wrap: balance;
}
.field_shut
{
 font-size: 0.8rem;
 color: var(--cool);
 margin: 0;
}
.pill
{
 padding-block: 1.5rem;
}
.caption
{
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 background: var(--ink);
 padding: 0.5rem 1.1rem;
}
.caption_info
{
 cursor: pointer;
 font-weight: 700;
 color: var(--frame);
 padding-block: 0.6rem;
 list-style: none;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}
.caption_info::-webkit-details-marker
{
 display: none;
}
.caption_info::before
{
 content: "";
 width: 0.5rem;
 height: 0.5rem;
 border-inline-end: 2px solid var(--zone);
 border-bottom: 2px solid var(--zone);
 transform: rotate(45deg);
 transition: transform 0.15s ease;
}
.caption[open] .caption_info::before
{
 transform: rotate(-135deg);
}
.caption_meta
{
 columns: 2;
 gap: 2rem;
 margin: 0 0 0.75rem;
 padding-inline-start: 1.2rem;
 font-size: 0.95rem;
}
.caption_meta li
{
 break-inside: avoid;
 margin-bottom: 0.3rem;
}
.caption_meta a
{
 color: var(--cool);
 text-underline-offset: 3px;
}
.caption_meta a:hover
{
 color: var(--frame);
}
.aside
{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.tile
{
 display: flex;
 flex-direction: column;
 background: var(--ink);
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}
.tile:hover
{
 border-color: var(--zone);
 transform: translateY(-2px);
}
.tile_soft
{
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--paper);
}
.tile_soft img
{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.tile_light
{
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 padding: 0.85rem;
 margin-top: auto;
}
.tile_thumb
{
 font-weight: 600;
 color: var(--frame);
 line-height: 1.3;
 margin: 0;
}
.tile .strip
{
 width: 100%;
 padding-block: 0.5rem;
 font-size: 0.95rem;
}
.wrap_bold
{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.module
{
 background: var(--field);
 border: 1px solid var(--brand);
 border-radius: var(--shell);
 padding: 1.1rem 1.2rem;
}
.module_off
{
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 0.5rem;
 margin-bottom: 0.4rem;
}
.module_thumb
{
 font-weight: 700;
 color: var(--frame);
}
.module_copy
{
 color: var(--zone);
 font-weight: 700;
 white-space: nowrap;
}
.module_top
{
 margin: 0;
 color: var(--cool);
}
.layer_bottom
{
 display: grid;
 gap: 0.5rem;
 max-width: var(--tone);
}
.layer_flat
{
 border: 1px solid var(--brand);
 border-radius: var(--flow);
 background: var(--ink);
 padding: 0 1.1rem;
}
.layer_wide
{
 cursor: pointer;
 font-weight: 600;
 color: var(--frame);
 padding-block: 0.9rem;
 list-style: none;
 display: flex;
 align-items: flex-start;
 gap: 0.75rem;
}
.layer_wide::-webkit-details-marker
{
 display: none;
}
.layer_wide::before
{
 content: "+";
 color: var(--zone);
 font-weight: 700;
 line-height: 1.4;
 flex-shrink: 0;
}
.layer_flat[open] .layer_wide::before
{
 content: "−";
}
.layer_icon
{
 color: var(--cool);
 padding-bottom: 1rem;
}
.layer_icon > :first-child
{
 margin-top: 0;
}
.layer_icon > :last-child
{
 margin-bottom: 0;
}
.zone
{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 1rem 2rem;
 padding: 1.5rem;
 border-radius: var(--shell);
 background: color-mix(in srgb, var(--zone) 12%, var(--paper));
 border: 1px solid color-mix(in srgb, var(--zone) 35%, var(--brand));
}
.zone_side
{
 margin: 0;
 font-size: var(--line);
 font-weight: 800;
 color: var(--frame);
 text-wrap: balance;
}
.zone_small
{
 margin: 0.25rem 0 0;
 font-size: 0.82rem;
 color: var(--cool);
}
.element
{
 border-top: 1px solid var(--brand);
 background: var(--paper);
 color: var(--cool);
 padding-block: 2rem 6rem;
}
.element_plain
{
 display: flex;
 flex-wrap: wrap;
 gap: 1rem 1.5rem;
 align-items: center;
 padding-bottom: 1.25rem;
 border-bottom: 1px solid var(--brand);
}
.element_less
{
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--frame);
}
.element_less img
{
 height: 32px;
 width: auto;
 object-fit: contain;
}
.element_soft
{
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 1rem;
}
.element_soft:empty
{
 display: none;
}
.element_soft a
{
 text-decoration: none;
}
.element_soft a:hover
{
 text-decoration: underline;
}
.element_thumb
{
 width: min(100% - 2rem, var(--card));
 margin-inline: auto;
 padding-top: 1.25rem;
 font-size: 0.85rem;
 display: grid;
 gap: 0.5rem;
}
.element_thumb p
{
 margin: 0;
}
.element_narrow
{
 display: flex;
 align-items: center;
 gap: 0.5rem;
 flex-wrap: wrap;
}
.case
{
 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;
}
.figure
{
 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(--zone) 14%, var(--lead));
 color: var(--main);
 border-top: 1px solid color-mix(in srgb, var(--zone) 45%, transparent);
}
.figure_top
{
 display: flex;
 flex-direction: column;
 min-width: 0;
 line-height: 1.25;
}
.figure_outer
{
 font-weight: 800;
 color: var(--main);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.figure_soft
{
 font-size: 0.75rem;
 opacity: 0.7;
}
.figure .strip
{
 margin-inline-start: auto;
 flex-shrink: 0;
}
@media (max-width: 960px) {
 .deck_small
 {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "offer" "text";
  gap: 1.25rem;
 }
 .holder
 {
  grid-template-columns: 1fr;
 }
 .holder_copy
 {
  max-width: 260px;
  margin-inline: auto;
 }
}
@media (max-width: 700px) {
 .caption_meta
 {
  columns: 1;
 }
 .aside
 {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.75rem;
 }
}
@media (max-width: 640px) {
 .banner
 {
  position: static;
 }
 .banner_alt
 {
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-block: 0.6rem;
 }
 .banner_alt
 {
  flex-wrap: nowrap;
 }
 .shell, .sheet, .banner_less .strip_outer
 {
  display: none;
 }
 .shell + .banner_less
 {
  margin-inline-start: auto;
 }
 .well
 {
  display: block;
  order: 3;
 }
 .banner_less
 {
  margin-inline-start: auto;
 }
 .banner_less .strip
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }
 .band
 {
  padding-block: 1.75rem;
 }
 .field_open, .zone
 {
  padding: 1.15rem;
 }
 .deck_bold .strip_edge, .zone .strip_edge
 {
  width: 100%;
 }
 .figure_soft
 {
  display: none;
 }
}
@media (prefers-reduced-motion: reduce) {
 *::before, *
 {
  transition: none !important;
 }
}
