:root
{
  --cool: #0b1220;
  --flow: #dfe5f0;
  --brand: #ffffff;
  --lift: #ffb300;
  --core: #111111;
  --ink: #d99700;
  --space: #070b16;
  --stroke: #ffffff;
  --tone: color-mix(in srgb, var(--flow) 6%, var(--cool));
  --tile: color-mix(in srgb, var(--flow) 3%, var(--cool));
  --bold: color-mix(in srgb, var(--flow) 18%, var(--cool));
  --plain: color-mix(in srgb, var(--flow) 68%, var(--cool));
  --grid: 1160px;
  --round: 78ch;
  --paper: 14px;
  --foot: 8px;
  --head: 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);
  --thin: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
  --wide: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
  --zone: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}

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

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

.widget
{
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--space);
  color: var(--stroke)
}

.teaser-link, .column-stub, .well-plain, .widget-icon, .summary-edge
{
  width: min(100% - 2rem, var(--grid));
  margin-inline: auto
}

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

.wrapper
{
  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
}

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

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

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

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

.group:empty
{
  display: none
}

.group:empty + .widget-image
{
  margin-inline-start: auto
}

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

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

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

.article-plain::-webkit-details-marker
{
  display: none
}

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

.article-plain span
{
  position: relative
}

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

.article-plain span::after
{
  position: absolute;
  top: 6px
}

.article-dark
{
  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(--space);
  border: 1px solid color-mix(in srgb, var(--stroke) 20%, transparent);
  border-radius: var(--paper);
  box-shadow: var(--head)
}

.article-dark a
{
  padding: 0.6rem 0.7rem;
  border-radius: var(--foot);
  text-decoration: none;
  color: var(--stroke)
}

.article-dark a:hover
{
  background: color-mix(in srgb, var(--stroke) 12%, transparent)
}

.article-dark .record
{
  margin-top: 0.4rem;
  color: var(--stroke);
  border-color: color-mix(in srgb, var(--stroke) 40%, transparent)
}

.widget .record-dark
{
  color: inherit;
  border-color: color-mix(in srgb, var(--stroke) 45%, transparent)
}

.widget .record-dark:hover
{
  background: color-mix(in srgb, var(--stroke) 14%, transparent)
}

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

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

.column-stub::-webkit-scrollbar
{
  display: none
}

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

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

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

.record:hover
{
  background: var(--ink)
}

.record:active
{
  transform: translateY(1px)
}

.record-dark
{
  background: transparent;
  color: var(--brand);
  border-color: var(--bold)
}

.record-dark:hover
{
  background: var(--tone)
}

.record-cell
{
  padding: 0.9rem 1.8rem;
  font-size: var(--thin)
}

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

.promo h3, .board h2, .chip, .board h3, .summary-open, .promo h2
{
  color: var(--brand);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance
}

.chip
{
  font-size: var(--zone);
  margin: 0 0 1rem
}

.summary-open
{
  font-size: var(--wide);
  margin: 0 0 1.25rem
}

.promo h3, .board h3
{
  font-size: var(--thin);
  margin: 1.75rem 0 0.5rem
}

.promo p, .board p
{
  margin: 0 0 1rem
}

.promo > :last-child, .board > :last-child
{
  margin-bottom: 0
}

.board a, .promo a
{
  color: color-mix(in srgb, var(--lift) 72%, var(--brand));
  text-underline-offset: 3px
}

.entry
{
  display: block
}

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

.entry > .summary:not(.well):nth-of-type(odd)
{
  background: var(--tone)
}

.board
{
  max-width: var(--round)
}

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

.summary-list .board ul > li
{
  position: relative;
  padding-inline-start: 1.9rem;
  padding-block: 0.15rem
}

.summary-list .board 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(--lift);
  border-bottom: 2px solid var(--lift);
  transform: rotate(-45deg)
}

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

.summary-list .board ol > li
{
  counter-increment: step;
  position: relative;
  padding-inline-start: 2.6rem
}

.summary-list .board 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(--lift);
  color: var(--core);
  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(--bold);
  border-inline-start: 3px solid var(--plain);
  border-radius: 0 var(--foot) var(--foot) 0;
  background: var(--tone);
  font-size: 0.95rem
}

.note p
{
  margin: 0 0 0.6rem
}

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

.note strong
{
  color: var(--brand)
}

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

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

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

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

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

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

.promo blockquote, .board blockquote
{
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--lift);
  border-radius: 0 var(--foot) var(--foot) 0;
  background: var(--tone);
  color: var(--plain);
  font-size: 0.95rem
}

.board blockquote p, .promo blockquote p
{
  margin: 0 0 0.6rem
}

.board blockquote > :last-child, .promo blockquote > :last-child
{
  margin-bottom: 0
}

.promo blockquote strong, .board blockquote strong
{
  color: var(--brand)
}

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

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

.summary-table .board
{
  max-width: none;
  overflow-x: auto
}

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

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

.board thead th
{
  background: color-mix(in srgb, var(--lift) 16%, var(--tone));
  color: var(--brand);
  font-weight: 700;
  white-space: nowrap
}

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

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

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

.frame-on
{
  border: 1px solid var(--bold);
  border-radius: var(--paper);
  box-shadow: var(--head);
  width: 100%
}

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

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

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

.figure-outer a
{
  color: var(--lift);
  font-weight: 600
}

.case
{
  text-align: center
}

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

.case-flat
{
  max-width: 46ch;
  margin-inline: auto;
  color: var(--plain)
}

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

@media (max-width: 700px) {
  .well::before
  {
    background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--deep, var(--main, none))
  }

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

.well .chip
{
  grid-area: title;
  color: #ffffff
}

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

.well .promo
{
  margin-bottom: 1.5rem
}

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

.marker
{
  grid-area: offer;
  background: var(--cool);
  border: 1px solid color-mix(in srgb, var(--lift) 40%, var(--bold));
  border-radius: var(--paper);
  box-shadow: var(--head);
  overflow: hidden;
  align-self: start
}

.marker .record
{
  width: 100%
}

.marker-light
{
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 0.9rem 1.25rem;
  background: color-mix(in srgb, var(--lift) 22%, var(--cool));
  color: var(--brand);
  border-bottom: 3px solid var(--lift)
}

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

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

.marker-link
{
  font-weight: 800;
  font-size: var(--thin);
  color: inherit;
  text-align: center
}

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

.marker-open
{
  font-size: var(--wide);
  font-weight: 800;
  line-height: 1.15;
  color: var(--brand);
  margin: 0;
  text-wrap: balance
}

.marker-cell
{
  font-size: 0.8rem;
  color: var(--plain);
  margin: 0
}

.layer
{
  padding-block: 1.5rem
}

.box
{
  border: 1px solid var(--bold);
  border-radius: var(--paper);
  background: var(--tile);
  padding: 0.5rem 1.1rem
}

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

.box-open::-webkit-details-marker
{
  display: none
}

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

.box[open] .box-open::before
{
  transform: rotate(-135deg)
}

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

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

.box-flat a
{
  color: var(--plain);
  text-underline-offset: 3px
}

.box-flat a:hover
{
  color: var(--brand)
}

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

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

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

.wrap-open
{
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--tone)
}

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

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

.wrap-last
{
  font-weight: 600;
  color: var(--brand);
  line-height: 1.3;
  margin: 0
}

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

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

.part
{
  background: var(--cool);
  border: 1px solid var(--bold);
  border-radius: var(--paper);
  padding: 1.1rem 1.2rem
}

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

.part-less
{
  font-weight: 700;
  color: var(--brand)
}

.part-outer
{
  color: var(--lift);
  font-weight: 700;
  white-space: nowrap
}

.part-sub
{
  margin: 0;
  color: var(--plain)
}

.zone-off
{
  display: grid;
  gap: 0.5rem;
  max-width: var(--round)
}

.zone-top
{
  border: 1px solid var(--bold);
  border-radius: var(--foot);
  background: var(--tile);
  padding: 0 1.1rem
}

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

.zone-stub::-webkit-details-marker
{
  display: none
}

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

.zone-top[open] .zone-stub::before
{
  content: "−"
}

.zone-thumb
{
  color: var(--plain);
  padding-bottom: 1rem
}

.zone-thumb > :first-child
{
  margin-top: 0
}

.zone-thumb > :last-child
{
  margin-bottom: 0
}

.stack
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 1.5rem;
  border-radius: var(--paper);
  background: color-mix(in srgb, var(--lift) 12%, var(--tone));
  border: 1px solid color-mix(in srgb, var(--lift) 35%, var(--bold))
}

.stack-sub
{
  margin: 0;
  font-size: var(--thin);
  font-weight: 800;
  color: var(--brand);
  text-wrap: balance
}

.stack-outer
{
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  color: var(--plain)
}

.teaser
{
  border-top: 1px solid var(--bold);
  background: var(--tone);
  color: var(--plain);
  padding-block: 2rem 6rem
}

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

.teaser-view
{
  margin-inline-end: auto;
  font-weight: 700;
  color: var(--brand)
}

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

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

.teaser-small:empty
{
  display: none
}

.teaser-small a
{
  text-decoration: none
}

.teaser-small a:hover
{
  text-decoration: underline
}

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

.teaser-narrow p
{
  margin: 0
}

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

.ribbon
{
  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
}

.region
{
  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(--lift) 14%, var(--space));
  color: var(--stroke);
  border-top: 1px solid color-mix(in srgb, var(--lift) 45%, transparent)
}

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

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

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

.region .record
{
  margin-inline-start: auto;
  flex-shrink: 0
}

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

  .frame
  {
    grid-template-columns: 1fr
  }

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

}
@media (max-width: 700px) {
  .box-flat
  {
    columns: 1
  }

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

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

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

  .widget-icon
  {
    flex-wrap: nowrap
  }

  .widget-image .record-dark, .column, .group
  {
    display: none
  }

  .group + .widget-image
  {
    margin-inline-start: auto
  }

  .article
  {
    display: block;
    order: 3
  }

  .widget-image
  {
    margin-inline-start: auto
  }

  .widget-image .record
  {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem
  }

  .summary
  {
    padding-block: 1.75rem
  }

  .marker-lead, .stack
  {
    padding: 1.15rem
  }

  .stack .record-cell, .well-shut .record-cell
  {
    width: 100%
  }

  .region-small
  {
    display: none
  }

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

}
