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