:root
{
 --paper: #0b1220;
 --card: #dfe5f0;
 --plain: #fff;
 --band: #ffb300;
 --flat: #111;
 --lift: #d99700;
 --shell: #070b16;
 --wide: #fff;
 --alt: color-mix(in srgb, var(--card) 6%, var(--paper));
 --head: color-mix(in srgb, var(--card) 3%, var(--paper));
 --base: color-mix(in srgb, var(--card) 18%, var(--paper));
 --tone: color-mix(in srgb, var(--card) 68%, var(--paper));
 --space: 1160px;
 --main: 78ch;
 --ink: 14px;
 --body: 8px;
 --fill: 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);
 --edge: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
 --round: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
 --size: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem);
}
*::after, *::before, *
{
 box-sizing: border-box;
}
body
{
 margin: 0;
 background: var(--paper);
 color: var(--card);
 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;
}
.lot
{
 position: sticky;
 top: 0;
 z-index: 20;
 background: var(--shell);
 color: var(--wide);
}
.lot-plain, .ward-edge, .matrix-icon, .basket-stub, .orbit-off
{
 width: min(100% - 2rem, var(--space));
 margin-inline: auto;
}
.lot-plain
{
 display: flex;
 align-items: center;
 gap: 1.25rem;
 min-height: 60px;
 padding-block: 0.5rem;
}
.article
{
 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;
}
.article img
{
 height: 32px;
 width: auto;
 object-fit: contain;
}
.cell
{
 display: flex;
 gap: 0.15rem;
 margin-inline-end: auto;
 min-width: 0;
}
.cell a
{
 padding: 0.4rem 0.7rem;
 border-radius: var(--body);
 text-decoration: none;
 color: inherit;
 opacity: 0.82;
 white-space: nowrap;
 font-size: 0.92rem;
}
.cell a:hover
{
 background: color-mix(in srgb, var(--wide) 14%, transparent);
 opacity: 1;
}
.cell:empty
{
 display: none;
}
.cell:empty + .lot-sub
{
 margin-inline-start: auto;
}
.lot-sub
{
 display: flex;
 gap: 0.5rem;
 flex-shrink: 0;
}
.tier
{
 display: none;
 position: relative;
 flex-shrink: 0;
}
.tier-lead
{
 list-style: none;
 cursor: pointer;
 width: 40px;
 height: 40px;
 display: grid;
 place-items: center;
 border: 1px solid color-mix(in srgb, var(--wide) 40%, transparent);
 border-radius: var(--body);
}
.tier-lead::-webkit-details-marker
{
 display: none;
}
.tier-lead span::after, .tier-lead span::before, .tier-lead span
{
 content: "";
 display: block;
 width: 18px;
 height: 2px;
 background: currentColor;
 border-radius: 2px;
}
.tier-lead span
{
 position: relative;
}
.tier-lead span::before
{
 position: absolute;
 top: -6px;
}
.tier-lead span::after
{
 position: absolute;
 top: 6px;
}
.tier-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(--shell);
 border: 1px solid color-mix(in srgb, var(--wide) 20%, transparent);
 border-radius: var(--ink);
 box-shadow: var(--fill);
}
.tier-dark a
{
 padding: 0.6rem 0.7rem;
 border-radius: var(--body);
 text-decoration: none;
 color: var(--wide);
}
.tier-dark a:hover
{
 background: color-mix(in srgb, var(--wide) 12%, transparent);
}
.tier-dark .shell
{
 margin-top: 0.4rem;
 color: var(--wide);
 border-color: color-mix(in srgb, var(--wide) 40%, transparent);
}
.lot .shell--off
{
 color: inherit;
 border-color: color-mix(in srgb, var(--wide) 45%, transparent);
}
.lot .shell--off:hover
{
 background: color-mix(in srgb, var(--wide) 14%, transparent);
}
.matrix
{
 background: color-mix(in srgb, var(--wide) 8%, var(--shell));
 border-top: 1px solid color-mix(in srgb, var(--wide) 12%, transparent);
 font-size: 0.9rem;
}
.matrix-icon
{
 display: flex;
 gap: 0.25rem;
 overflow-x: auto;
 scrollbar-width: none;
}
.matrix-icon::-webkit-scrollbar
{
 display: none;
}
.matrix a
{
 padding: 0.55rem 0.7rem;
 text-decoration: none;
 color: var(--wide);
 opacity: 0.8;
 white-space: nowrap;
 border-bottom: 2px solid transparent;
}
.matrix a:hover
{
 opacity: 1;
 border-bottom-color: var(--band);
}
.shell
{
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 0.4rem;
 border: 1px solid var(--brand, transparent);
 border-radius: var(--body);
 padding: 0.6rem 1.1rem;
 font: inherit;
 font-weight: 700;
 line-height: 1.2;
 text-align: center;
 cursor: pointer;
 text-decoration: none;
 background: var(--band);
 color: var(--flat);
 transition: background-color 0.15s ease, transform 0.05s ease;
}
.shell:hover
{
 background: var(--lift);
}
.shell:active
{
 transform: translateY(1px);
}
.shell--off
{
 background: transparent;
 color: var(--plain);
 border-color: var(--base);
}
.shell--off:hover
{
 background: var(--alt);
}
.shell--small
{
 padding: 0.9rem 1.8rem;
 font-size: var(--edge);
}
:focus-visible
{
 outline: 2px solid var(--band);
 outline-offset: 2px;
}
.leaf h3, .field, .leaf h2, .post h3, .post h2, .basket-flat
{
 color: var(--plain);
 line-height: 1.18;
 letter-spacing: -0.02em;
 text-wrap: balance;
}
.field
{
 font-size: var(--size);
 margin: 0 0 1rem;
}
.basket-flat
{
 font-size: var(--round);
 margin: 0 0 1.25rem;
}
.post h3, .leaf h3
{
 font-size: var(--edge);
 margin: 1.75rem 0 0.5rem;
}
.post p, .leaf p
{
 margin: 0 0 1rem;
}
.post > :last-child, .leaf > :last-child
{
 margin-bottom: 0;
}
.leaf a, .post a
{
 color: color-mix(in srgb, var(--band) 72%, var(--plain));
 text-underline-offset: 3px;
}
.pill
{
 display: block;
}
.basket
{
 padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
 scroll-margin-top: 72px;
}
.pill > .basket:not(.orbit):nth-of-type(odd)
{
 background: var(--alt);
}
.post
{
 max-width: var(--main);
}
.basket--list .post ul
{
 list-style: none;
 padding: 0;
 margin: 0 0 1rem;
 display: grid;
 gap: 0.5rem;
}
.basket--list .post ul > li
{
 position: relative;
 padding-inline-start: 1.9rem;
 padding-block: 0.15rem;
}
.basket--list .post 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(--band);
 border-bottom: 2px solid var(--band);
 transform: rotate(-45deg);
}
.basket--list .post ol
{
 counter-reset: step;
 list-style: none;
 padding: 0;
 display: grid;
 gap: 0.6rem;
}
.basket--list .post ol > li
{
 counter-increment: step;
 position: relative;
 padding-inline-start: 2.6rem;
}
.basket--list .post 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(--band);
 color: var(--flat);
 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(--base);
 border-inline-start: 3px solid var(--tone);
 border-radius: 0 var(--body) var(--body) 0;
 background: var(--alt);
 font-size: 0.95rem;
}
.note p
{
 margin: 0 0 0.6rem;
}
.note > :last-child
{
 margin-bottom: 0;
}
.note strong
{
 color: var(--plain);
}
.note--disclosure
{
 color: var(--tone);
 font-size: 0.88rem;
 background: transparent;
 border-inline-start-color: var(--base);
}
.note--warning
{
 border-inline-start-color: var(--band);
 background: color-mix(in srgb, var(--band) 10%, var(--paper));
}
.note--takeaway
{
 font-variant-numeric: tabular-nums;
 border-inline-start-color: var(--plain);
}
.note--rg
{
 border: 1px solid color-mix(in srgb, var(--plain) 30%, var(--base));
 border-radius: var(--ink);
 background: var(--head);
}
.note--rg a
{
 font-weight: 600;
}
.note--independent
{
 margin-top: 2.5rem;
 font-size: 0.85rem;
 color: var(--tone);
 background: transparent;
 border: 0;
 border-top: 1px solid var(--base);
 border-radius: 0;
 padding: 1rem 0 0;
}
.post blockquote, .leaf blockquote
{
 margin: 1.25rem 0;
 padding: 1rem 1.25rem;
 border-inline-start: 3px solid var(--band);
 border-radius: 0 var(--body) var(--body) 0;
 background: var(--alt);
 color: var(--tone);
 font-size: 0.95rem;
}
.post blockquote p, .leaf blockquote p
{
 margin: 0 0 0.6rem;
}
.leaf blockquote > :last-child, .post blockquote > :last-child
{
 margin-bottom: 0;
}
.leaf blockquote strong, .post blockquote strong
{
 color: var(--plain);
}
.post hr
{
 border: 0;
 border-top: 1px solid var(--base);
 margin: 2rem 0;
}
.post table
{
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.25rem;
 font-size: 0.95rem;
 background: var(--head);
 border: 1px solid var(--base);
 border-radius: var(--ink);
 overflow: hidden;
}
.basket--table .post
{
 max-width: none;
 overflow-x: auto;
}
.post td, .post th
{
 border-bottom: 1px solid var(--base);
 padding: 0.7rem 0.9rem;
 text-align: start;
 vertical-align: top;
}
.post caption
{
 caption-side: top;
 text-align: start;
 padding: 0 0 0.6rem;
 font-weight: 700;
 color: var(--plain);
}
.post thead th
{
 background: color-mix(in srgb, var(--band) 16%, var(--alt));
 color: var(--plain);
 font-weight: 700;
 white-space: nowrap;
}
.post tbody tr:last-child td
{
 border-bottom: 0;
}
.post tbody tr:nth-child(even)
{
 background: color-mix(in srgb, var(--card) 3%, transparent);
}
.ledge
{
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
 gap: 2rem;
 align-items: start;
}
.ledge-wide
{
 border: 1px solid var(--base);
 border-radius: var(--ink);
 box-shadow: var(--fill);
 width: 100%;
}
.orbit
{
 position: relative;
 padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
 background: var(--shell);
 isolation: isolate;
}
.orbit::before
{
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--depth, none);
 background-size: cover;
 background-position: center;
}
.trunk-soft
{
 margin-top: 1.25rem;
 text-align: center;
}
.trunk-soft a
{
 color: var(--band);
 font-weight: 600;
}
.vein
{
 text-align: center;
}
.vein-meta
{
 font-size: clamp(3.5rem, 12vw, 6rem);
 line-height: 1;
 font-weight: 800;
 color: var(--band);
 margin-bottom: 0.5rem;
}
.vein-alt
{
 max-width: 46ch;
 margin-inline: auto;
 color: var(--tone);
}
.vein-icon
{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 0.75rem;
 margin-top: 1.75rem;
}
@media (max-width: 700px) {
 .orbit::before
 {
  background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--warm, var(--depth, none));
 }
}
.orbit-off
{
 display: grid;
 grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
 grid-template-areas: "title offer" "text offer";
 align-content: start;
 gap: 0 2rem;
}
.orbit .field
{
 grid-area: title;
 color: #fff;
}
.orbit-alt
{
 grid-area: text;
 color: #f2f4f8;
 max-width: 62ch;
}
.orbit .leaf
{
 margin-bottom: 1.5rem;
}
.orbit-side
{
 margin: 0.75rem 0 0;
 font-size: 0.85rem;
 opacity: 0.75;
}
.ridge
{
 grid-area: offer;
 background: var(--paper);
 border: 1px solid color-mix(in srgb, var(--band) 40%, var(--base));
 border-radius: var(--ink);
 box-shadow: var(--fill);
 overflow: hidden;
 align-self: start;
}
.ridge .shell
{
 width: 100%;
}
.ridge-lead
{
 display: grid;
 place-items: center;
 min-height: 74px;
 padding: 0.9rem 1.25rem;
 background: color-mix(in srgb, var(--band) 22%, var(--paper));
 color: var(--plain);
 border-bottom: 3px solid var(--band);
}
.ridge-lead img
{
 height: 42px;
 width: auto;
 max-width: 100%;
 object-fit: contain;
}
.ridge-soft
{
 display: flex;
 flex-direction: column;
 gap: 0.6rem;
 padding: 1.25rem;
 text-align: center;
}
.ridge-narrow
{
 font-weight: 800;
 font-size: var(--edge);
 color: inherit;
 text-align: center;
}
.ridge-figure
{
 font-size: 0.78rem;
 text-transform: uppercase;
 letter-spacing: 0.09em;
 color: var(--tone);
 margin: 0;
}
.ridge-icon
{
 font-size: var(--round);
 font-weight: 800;
 line-height: 1.15;
 color: var(--plain);
 margin: 0;
 text-wrap: balance;
}
.ridge-edge
{
 font-size: 0.8rem;
 color: var(--tone);
 margin: 0;
}
.marker
{
 padding-block: 1.5rem;
}
.surface
{
 border: 1px solid var(--base);
 border-radius: var(--ink);
 background: var(--head);
 padding: 0.5rem 1.1rem;
}
.surface-alt
{
 cursor: pointer;
 font-weight: 700;
 color: var(--plain);
 padding-block: 0.6rem;
 list-style: none;
 display: flex;
 align-items: center;
 gap: 0.5rem;
}
.surface-alt::-webkit-details-marker
{
 display: none;
}
.surface-alt::before
{
 content: "";
 width: 0.5rem;
 height: 0.5rem;
 border-inline-end: 2px solid var(--band);
 border-bottom: 2px solid var(--band);
 transform: rotate(45deg);
 transition: transform 0.15s ease;
}
.surface[open] .surface-alt::before
{
 transform: rotate(-135deg);
}
.surface-wide
{
 columns: 2;
 gap: 2rem;
 margin: 0 0 0.75rem;
 padding-inline-start: 1.2rem;
 font-size: 0.95rem;
}
.surface-wide li
{
 break-inside: avoid;
 margin-bottom: 0.3rem;
}
.surface-wide a
{
 color: var(--tone);
 text-underline-offset: 3px;
}
.surface-wide a:hover
{
 color: var(--plain);
}
.bundle
{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.shelf
{
 display: flex;
 flex-direction: column;
 background: var(--head);
 border: 1px solid var(--base);
 border-radius: var(--ink);
 overflow: hidden;
 transition: border-color 0.15s ease, transform 0.15s ease;
}
.shelf:hover
{
 border-color: var(--band);
 transform: translateY(-2px);
}
.shelf-lead
{
 aspect-ratio: 4 / 3;
 overflow: hidden;
 background: var(--alt);
}
.shelf-lead img
{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.shelf-info
{
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 padding: 0.85rem;
 margin-top: auto;
}
.shelf-view
{
 font-weight: 600;
 color: var(--plain);
 line-height: 1.3;
 margin: 0;
}
.shelf .shell
{
 width: 100%;
 padding-block: 0.5rem;
 font-size: 0.95rem;
}
.grille-stub
{
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 1rem;
 list-style: none;
 margin: 0;
 padding: 0;
}
.group
{
 background: var(--paper);
 border: 1px solid var(--base);
 border-radius: var(--ink);
 padding: 1.1rem 1.2rem;
}
.group-meta
{
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 gap: 0.5rem;
 margin-bottom: 0.4rem;
}
.group-wide
{
 font-weight: 700;
 color: var(--plain);
}
.group-figure
{
 color: var(--band);
 font-weight: 700;
 white-space: nowrap;
}
.group-info
{
 margin: 0;
 color: var(--tone);
}
.loop-edge
{
 display: grid;
 gap: 0.5rem;
 max-width: var(--main);
}
.loop-icon
{
 border: 1px solid var(--base);
 border-radius: var(--body);
 background: var(--head);
 padding: 0 1.1rem;
}
.loop-flat
{
 cursor: pointer;
 font-weight: 600;
 color: var(--plain);
 padding-block: 0.9rem;
 list-style: none;
 display: flex;
 align-items: flex-start;
 gap: 0.75rem;
}
.loop-flat::-webkit-details-marker
{
 display: none;
}
.loop-flat::before
{
 content: "+";
 color: var(--band);
 font-weight: 700;
 line-height: 1.4;
 flex-shrink: 0;
}
.loop-icon[open] .loop-flat::before
{
 content: "−";
}
.loop-dark
{
 color: var(--tone);
 padding-bottom: 1rem;
}
.loop-dark > :first-child
{
 margin-top: 0;
}
.loop-dark > :last-child
{
 margin-bottom: 0;
}
.porch
{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 1rem 2rem;
 padding: 1.5rem;
 border-radius: var(--ink);
 background: color-mix(in srgb, var(--band) 12%, var(--alt));
 border: 1px solid color-mix(in srgb, var(--band) 35%, var(--base));
}
.porch-meta
{
 margin: 0;
 font-size: var(--edge);
 font-weight: 800;
 color: var(--plain);
 text-wrap: balance;
}
.porch-side
{
 margin: 0.25rem 0 0;
 font-size: 0.82rem;
 color: var(--tone);
}
.ward
{
 border-top: 1px solid var(--base);
 background: var(--alt);
 color: var(--tone);
 padding-block: 2rem 6rem;
}
.ward-edge
{
 display: flex;
 flex-wrap: wrap;
 gap: 1rem 1.5rem;
 align-items: center;
 padding-bottom: 1.25rem;
 border-bottom: 1px solid var(--base);
}
.ward-stub
{
 margin-inline-end: auto;
 font-weight: 700;
 color: var(--plain);
}
.ward-stub img
{
 height: 32px;
 width: auto;
 object-fit: contain;
}
.ward-foot
{
 display: flex;
 flex-wrap: wrap;
 gap: 0.25rem 1rem;
}
.ward-foot:empty
{
 display: none;
}
.ward-foot a
{
 text-decoration: none;
}
.ward-foot a:hover
{
 text-decoration: underline;
}
.ward-narrow
{
 width: min(100% - 2rem, var(--space));
 margin-inline: auto;
 padding-top: 1.25rem;
 font-size: 0.85rem;
 display: grid;
 gap: 0.5rem;
}
.ward-narrow p
{
 margin: 0;
}
.ward-cell
{
 display: flex;
 align-items: center;
 gap: 0.5rem;
 flex-wrap: wrap;
}
.plank
{
 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;
}
.set
{
 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(--band) 14%, var(--shell));
 color: var(--wide);
 border-top: 1px solid color-mix(in srgb, var(--band) 45%, transparent);
}
.set-light
{
 display: flex;
 flex-direction: column;
 min-width: 0;
 line-height: 1.25;
}
.set-lead
{
 font-weight: 800;
 color: var(--wide);
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.set-bold
{
 font-size: 0.75rem;
 opacity: 0.7;
}
.set .shell
{
 margin-inline-start: auto;
 flex-shrink: 0;
}
@media (max-width: 960px) {
 .orbit-off
 {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "offer" "text";
  gap: 1.25rem;
 }
 .ledge
 {
  grid-template-columns: 1fr;
 }
 .ledge-wide
 {
  max-width: 260px;
  margin-inline: auto;
 }
}
@media (max-width: 700px) {
 .surface-wide
 {
  columns: 1;
 }
 .bundle
 {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 0.75rem;
 }
}
@media (max-width: 640px) {
 .lot
 {
  position: static;
 }
 .lot-plain
 {
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding-block: 0.6rem;
 }
 .lot-plain
 {
  flex-wrap: nowrap;
 }
 .lot-sub .shell--off, .matrix, .cell
 {
  display: none;
 }
 .cell + .lot-sub
 {
  margin-inline-start: auto;
 }
 .tier
 {
  display: block;
  order: 3;
 }
 .lot-sub
 {
  margin-inline-start: auto;
 }
 .lot-sub .shell
 {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
 }
 .basket
 {
  padding-block: 1.75rem;
 }
 .ridge-soft, .porch
 {
  padding: 1.15rem;
 }
 .orbit-alt .shell--small, .porch .shell--small
 {
  width: 100%;
 }
 .set-bold
 {
  display: none;
 }
}
@media (prefers-reduced-motion: reduce) {
 *, *::before
 {
  transition: none !important;
 }
}
