:root {
	--round: #0b1220;
	--lift: #dfe5f0;
	--brand: #ffffff;
	--warm: #ffb300;
	--foot: #111111;
	--dim: #d99700;
	--card: #070b16;
	--shell: #ffffff;
	--flow: color-mix(in srgb, var(--lift) 6%, var(--round));
	--body: color-mix(in srgb, var(--lift) 3%, var(--round));
	--ink: color-mix(in srgb, var(--lift) 18%, var(--round));
	--line: color-mix(in srgb, var(--lift) 68%, var(--round));
	--plain: 1160px;
	--soft: 78ch;
	--deep: 14px;
	--core: 8px;
	--space: 0 2px 4px rgb(0 0 0 / 10%), 0 16px 40px rgb(0 0 0 / 16%);
	--alt: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--zone: clamp(1.15rem, 1.08rem + 0.35vw, 1.35rem);
	--paper: clamp(1.4rem, 1.24rem + 0.75vw, 1.95rem);
	--flat: clamp(1.95rem, 1.5rem + 1.9vw, 3.1rem)
}
*::before, *::after, * {
	box-sizing: border-box
}
body {
	margin: 0;
	background: var(--round);
	color: var(--lift);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: var(--alt);
	line-height: 1.65;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word
}
img {
	max-width: 100%;
	height: auto;
	display: block
}
a {
	color: inherit
}
.article {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--card);
	color: var(--shell)
}
.marker__less, .detail__on, .caption__shut, .article__image, .tag__light {
	width: min(100% - 2rem, var(--plain));
	margin-inline: auto
}
.article__image {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	min-height: 60px;
	padding-block: 0.5rem
}
.zone {
	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
}
.zone 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(--core);
	text-decoration: none;
	color: inherit;
	opacity: 0.82;
	white-space: nowrap;
	font-size: 0.92rem
}
.part a:hover {
	background: color-mix(in srgb, var(--shell) 14%, transparent);
	opacity: 1
}
.part:empty {
	display: none
}
.part:empty + .article__bold {
	margin-inline-start: auto
}
.article__bold {
	display: flex;
	gap: 0.5rem;
	flex-shrink: 0
}
.container {
	display: none;
	position: relative;
	flex-shrink: 0
}
.container__first {
	list-style: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--shell) 40%, transparent);
	border-radius: var(--core)
}
.container__first::-webkit-details-marker {
	display: none
}
.container__first span::after, .container__first span, .container__first span::before {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 2px
}
.container__first span {
	position: relative
}
.container__first span::before {
	position: absolute;
	top: -6px
}
.container__first span::after {
	position: absolute;
	top: 6px
}
.container__view {
	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(--card);
	border: 1px solid color-mix(in srgb, var(--shell) 20%, transparent);
	border-radius: var(--deep);
	box-shadow: var(--space)
}
.container__view a {
	padding: 0.6rem 0.7rem;
	border-radius: var(--core);
	text-decoration: none;
	color: var(--shell)
}
.container__view a:hover {
	background: color-mix(in srgb, var(--shell) 12%, transparent)
}
.container__view .banner {
	margin-top: 0.4rem;
	color: var(--shell);
	border-color: color-mix(in srgb, var(--shell) 40%, transparent)
}
.article .banner--dark {
	color: inherit;
	border-color: color-mix(in srgb, var(--shell) 45%, transparent)
}
.article .banner--dark:hover {
	background: color-mix(in srgb, var(--shell) 14%, transparent)
}
.tag {
	background: color-mix(in srgb, var(--shell) 8%, var(--card));
	border-top: 1px solid color-mix(in srgb, var(--shell) 12%, transparent);
	font-size: 0.9rem
}
.tag__light {
	display: flex;
	gap: 0.25rem;
	overflow-x: auto;
	scrollbar-width: none
}
.tag__light::-webkit-scrollbar {
	display: none
}
.tag a {
	padding: 0.55rem 0.7rem;
	text-decoration: none;
	color: var(--shell);
	opacity: 0.8;
	white-space: nowrap;
	border-bottom: 2px solid transparent
}
.tag a:hover {
	opacity: 1;
	border-bottom-color: var(--warm)
}
.banner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	border: 1px solid var(--edge, transparent);
	border-radius: var(--core);
	padding: 0.6rem 1.1rem;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: var(--warm);
	color: var(--foot);
	transition: background-color 0.15s ease, transform 0.05s ease
}
.banner:hover {
	background: var(--dim)
}
.banner:active {
	transform: translateY(1px)
}
.banner--dark {
	background: transparent;
	color: var(--brand);
	border-color: var(--ink)
}
.banner--dark:hover {
	background: var(--flow)
}
.banner--bottom {
	padding: 0.9rem 1.8rem;
	font-size: var(--zone)
}
:focus-visible {
	outline: 2px solid var(--warm);
	outline-offset: 2px
}
.layer, .pane h3, .figure h2, .pane h2, .figure h3, .detail__less {
	color: var(--brand);
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-wrap: balance
}
.layer {
	font-size: var(--flat);
	margin: 0 0 1rem
}
.detail__less {
	font-size: var(--paper);
	margin: 0 0 1.25rem
}
.figure h3, .pane h3 {
	font-size: var(--zone);
	margin: 1.75rem 0 0.5rem
}
.figure p, .pane p {
	margin: 0 0 1rem
}
.figure > :last-child, .pane > :last-child {
	margin-bottom: 0
}
.pane a, .figure a {
	color: color-mix(in srgb, var(--warm) 72%, var(--brand));
	text-underline-offset: 3px
}
.band {
	display: block
}
.detail {
	padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem);
	scroll-margin-top: 72px
}
.band > .detail:not(.marker):nth-of-type(odd) {
	background: var(--flow)
}
.pane {
	max-width: var(--soft)
}
.detail--list .pane ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	display: grid;
	gap: 0.5rem
}
.detail--list .pane ul > li {
	position: relative;
	padding-inline-start: 1.9rem;
	padding-block: 0.15rem
}
.detail--list .pane 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(--warm);
	border-bottom: 2px solid var(--warm);
	transform: rotate(-45deg)
}
.detail--list .pane ol {
	counter-reset: step;
	list-style: none;
	padding: 0;
	display: grid;
	gap: 0.6rem
}
.detail--list .pane ol > li {
	counter-increment: step;
	position: relative;
	padding-inline-start: 2.6rem
}
.detail--list .pane 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(--warm);
	color: var(--foot);
	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(--line);
	border-radius: 0 var(--core) var(--core) 0;
	background: var(--flow);
	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(--line);
	font-size: 0.88rem;
	background: transparent;
	border-inline-start-color: var(--ink)
}
.note--warning {
	border-inline-start-color: var(--warm);
	background: color-mix(in srgb, var(--warm) 10%, var(--round))
}
.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(--ink));
	border-radius: var(--deep);
	background: var(--body)
}
.note--rg a {
	font-weight: 600
}
.note--independent {
	margin-top: 2.5rem;
	font-size: 0.85rem;
	color: var(--line);
	background: transparent;
	border: 0;
	border-top: 1px solid var(--ink);
	border-radius: 0;
	padding: 1rem 0 0
}
.pane blockquote, .figure blockquote {
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
	border-inline-start: 3px solid var(--warm);
	border-radius: 0 var(--core) var(--core) 0;
	background: var(--flow);
	color: var(--line);
	font-size: 0.95rem
}
.figure blockquote p, .pane blockquote p {
	margin: 0 0 0.6rem
}
.figure blockquote > :last-child, .pane blockquote > :last-child {
	margin-bottom: 0
}
.figure blockquote strong, .pane blockquote strong {
	color: var(--brand)
}
.pane hr {
	border: 0;
	border-top: 1px solid var(--ink);
	margin: 2rem 0
}
.pane table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	background: var(--body);
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	overflow: hidden
}
.detail--table .pane {
	max-width: none;
	overflow-x: auto
}
.pane td, .pane th {
	border-bottom: 1px solid var(--ink);
	padding: 0.7rem 0.9rem;
	text-align: start;
	vertical-align: top
}
.pane caption {
	caption-side: top;
	text-align: start;
	padding: 0 0 0.6rem;
	font-weight: 700;
	color: var(--brand)
}
.pane thead th {
	background: color-mix(in srgb, var(--warm) 16%, var(--flow));
	color: var(--brand);
	font-weight: 700;
	white-space: nowrap
}
.pane tbody tr:last-child td {
	border-bottom: 0
}
.pane tbody tr:nth-child(even) {
	background: color-mix(in srgb, var(--lift) 3%, transparent)
}
.holder {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
	gap: 2rem;
	align-items: start
}
.holder__light {
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	box-shadow: var(--space);
	width: 100%
}
.marker {
	position: relative;
	padding-block: clamp(2rem, 1.2rem + 3vw, 4rem);
	background: var(--card);
	isolation: isolate
}
.marker::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--wide, none);
	background-size: cover;
	background-position: center
}
.element__icon {
	margin-top: 1.25rem;
	text-align: center
}
.element__icon a {
	color: var(--warm);
	font-weight: 600
}
.summary {
	text-align: center
}
.summary__shut {
	font-size: clamp(3.5rem, 12vw, 6rem);
	line-height: 1;
	font-weight: 800;
	color: var(--warm);
	margin-bottom: 0.5rem
}
.summary__cell {
	max-width: 46ch;
	margin-inline: auto;
	color: var(--line)
}
.summary__stub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.75rem
}
@media (max-width: 700px) {
	.marker::before {
		background-image: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 82%)), var(--base, var(--wide, none))
	}
}
.marker__less {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 22rem);
	grid-template-areas: "title offer" "text offer";
	align-content: start;
	gap: 0 2rem
}
.marker .layer {
	grid-area: title;
	color: #ffffff
}
.marker__shut {
	grid-area: text;
	color: #f2f4f8;
	max-width: 62ch
}
.marker .figure {
	margin-bottom: 1.5rem
}
.marker__line {
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
	opacity: 0.75
}
.column {
	grid-area: offer;
	background: var(--round);
	border: 1px solid color-mix(in srgb, var(--warm) 40%, var(--ink));
	border-radius: var(--deep);
	box-shadow: var(--space);
	overflow: hidden;
	align-self: start
}
.column .banner {
	width: 100%
}
.column__small {
	display: grid;
	place-items: center;
	min-height: 74px;
	padding: 0.9rem 1.25rem;
	background: color-mix(in srgb, var(--warm) 22%, var(--round));
	color: var(--brand);
	border-bottom: 3px solid var(--warm)
}
.column__small img {
	height: 42px;
	width: auto;
	max-width: 100%;
	object-fit: contain
}
.column__light {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.25rem;
	text-align: center
}
.column__flat {
	font-weight: 800;
	font-size: var(--zone);
	color: inherit;
	text-align: center
}
.column__stub {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: var(--line);
	margin: 0
}
.column__side {
	font-size: var(--paper);
	font-weight: 800;
	line-height: 1.15;
	color: var(--brand);
	margin: 0;
	text-wrap: balance
}
.column__cell {
	font-size: 0.8rem;
	color: var(--line);
	margin: 0
}
.well {
	padding-block: 1.5rem
}
.record {
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	background: var(--body);
	padding: 0.5rem 1.1rem
}
.record__meta {
	cursor: pointer;
	font-weight: 700;
	color: var(--brand);
	padding-block: 0.6rem;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem
}
.record__meta::-webkit-details-marker {
	display: none
}
.record__meta::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-inline-end: 2px solid var(--warm);
	border-bottom: 2px solid var(--warm);
	transform: rotate(45deg);
	transition: transform 0.15s ease
}
.record[open] .record__meta::before {
	transform: rotate(-135deg)
}
.record__line {
	columns: 2;
	gap: 2rem;
	margin: 0 0 0.75rem;
	padding-inline-start: 1.2rem;
	font-size: 0.95rem
}
.record__line li {
	break-inside: avoid;
	margin-bottom: 0.3rem
}
.record__line a {
	color: var(--line);
	text-underline-offset: 3px
}
.record__line a:hover {
	color: var(--brand)
}
.aside {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0
}
.area {
	display: flex;
	flex-direction: column;
	background: var(--body);
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease
}
.area:hover {
	border-color: var(--warm);
	transform: translateY(-2px)
}
.area__last {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--flow)
}
.area__last img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.area__line {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 0.85rem;
	margin-top: auto
}
.area__large {
	font-weight: 600;
	color: var(--brand);
	line-height: 1.3;
	margin: 0
}
.area .banner {
	width: 100%;
	padding-block: 0.5rem;
	font-size: 0.95rem
}
.sheet__sub {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0
}
.widget {
	background: var(--round);
	border: 1px solid var(--ink);
	border-radius: var(--deep);
	padding: 1.1rem 1.2rem
}
.widget__link {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.4rem
}
.widget__on {
	font-weight: 700;
	color: var(--brand)
}
.widget__bottom {
	color: var(--warm);
	font-weight: 700;
	white-space: nowrap
}
.widget__dark {
	margin: 0;
	color: var(--line)
}
.listing__less {
	display: grid;
	gap: 0.5rem;
	max-width: var(--soft)
}
.listing__plain {
	border: 1px solid var(--ink);
	border-radius: var(--core);
	background: var(--body);
	padding: 0 1.1rem
}
.listing__open {
	cursor: pointer;
	font-weight: 600;
	color: var(--brand);
	padding-block: 0.9rem;
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem
}
.listing__open::-webkit-details-marker {
	display: none
}
.listing__open::before {
	content: "+";
	color: var(--warm);
	font-weight: 700;
	line-height: 1.4;
	flex-shrink: 0
}
.listing__plain[open] .listing__open::before {
	content: "−"
}
.listing__image {
	color: var(--line);
	padding-bottom: 1rem
}
.listing__image > :first-child {
	margin-top: 0
}
.listing__image > :last-child {
	margin-bottom: 0
}
.frame {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 2rem;
	padding: 1.5rem;
	border-radius: var(--deep);
	background: color-mix(in srgb, var(--warm) 12%, var(--flow));
	border: 1px solid color-mix(in srgb, var(--warm) 35%, var(--ink))
}
.frame__sub {
	margin: 0;
	font-size: var(--zone);
	font-weight: 800;
	color: var(--brand);
	text-wrap: balance
}
.frame__icon {
	margin: 0.25rem 0 0;
	font-size: 0.82rem;
	color: var(--line)
}
.caption {
	border-top: 1px solid var(--ink);
	background: var(--flow);
	color: var(--line);
	padding-block: 2rem 6rem
}
.caption__shut {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: center;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--ink)
}
.caption__side {
	margin-inline-end: auto;
	font-weight: 700;
	color: var(--brand)
}
.caption__side img {
	height: 32px;
	width: auto;
	object-fit: contain
}
.caption__copy {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1rem
}
.caption__copy:empty {
	display: none
}
.caption__copy a {
	text-decoration: none
}
.caption__copy a:hover {
	text-decoration: underline
}
.caption__thumb {
	width: min(100% - 2rem, var(--plain));
	margin-inline: auto;
	padding-top: 1.25rem;
	font-size: 0.85rem;
	display: grid;
	gap: 0.5rem
}
.caption__thumb p {
	margin: 0
}
.caption__stub {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap
}
.tile {
	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
}
.row {
	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(--warm) 14%, var(--card));
	color: var(--shell);
	border-top: 1px solid color-mix(in srgb, var(--warm) 45%, transparent)
}
.row__icon {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25
}
.row__thumb {
	font-weight: 800;
	color: var(--shell);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.row__image {
	font-size: 0.75rem;
	opacity: 0.7
}
.row .banner {
	margin-inline-start: auto;
	flex-shrink: 0
}
@media (max-width: 960px) {
	.marker__less {
		grid-template-columns: 1fr;
		grid-template-areas: "title" "offer" "text";
		gap: 1.25rem
	}
	.holder {
		grid-template-columns: 1fr
	}
	.holder__light {
		max-width: 260px;
		margin-inline: auto
	}
}
@media (max-width: 700px) {
	.record__line {
		columns: 1
	}
	.aside {
		grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
		gap: 0.75rem
	}
}
@media (max-width: 640px) {
	.article {
		position: static
	}
	.article__image {
		flex-wrap: wrap;
		gap: 0.5rem 0.75rem;
		padding-block: 0.6rem
	}
	.article__image {
		flex-wrap: nowrap
	}
	.article__bold .banner--dark, .part, .tag {
		display: none
	}
	.part + .article__bold {
		margin-inline-start: auto
	}
	.container {
		display: block;
		order: 3
	}
	.article__bold {
		margin-inline-start: auto
	}
	.article__bold .banner {
		padding: 0.5rem 0.8rem;
		font-size: 0.9rem
	}
	.detail {
		padding-block: 1.75rem
	}
	.column__light, .frame {
		padding: 1.15rem
	}
	.marker__shut .banner--bottom, .frame .banner--bottom {
		width: 100%
	}
	.row__image {
		display: none
	}
}
@media (prefers-reduced-motion: reduce) {
	*::before, * {
		transition: none !important
	}
}
