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