/* Bitnation editorial homepage */
:root {
	--bn-ink: #101820;
	--bn-slate: #3e4a53;
	--bn-muted: #65717a;
	--bn-paper: #ffffff;
	--bn-wash: #f2f5f4;
	--bn-rule: #d4dcda;
	--bn-accent: #087e70;
	--bn-accent-dark: #075e55;
	--bn-night: #102823;
	--bn-shell: 1180px;
	--bn-serif: "Newsreader", Georgia, "Times New Roman", serif;
	--bn-sans: "Inter", Arial, sans-serif;
}

.home .site-main.bn-home,
.bn-home {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: var(--bn-paper);
	color: var(--bn-ink);
	font-family: var(--bn-sans);
}

.bn-home *,
.bn-home *::before,
.bn-home *::after {
	box-sizing: border-box;
}

.bn-shell {
	width: min(calc(100% - 40px), var(--bn-shell));
	margin-inline: auto;
}

.bn-edition {
	border-top: 1px solid var(--bn-rule);
	border-bottom: 1px solid var(--bn-rule);
	background: var(--bn-paper);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--bn-muted);
}

.bn-edition .bn-shell {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-block: 9px;
}

.bn-masthead {
	padding: clamp(52px, 7vw, 88px) 0 34px;
	border-bottom: 4px solid var(--bn-ink);
	background: var(--bn-paper);
}

.bn-kicker,
.bn-label,
.bn-story-label {
	margin: 0;
	font-family: var(--bn-sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--bn-accent-dark);
}

.bn-masthead h1 {
	max-width: 1000px;
	margin: 12px 0 18px;
	font-family: var(--bn-serif);
	font-size: clamp(48px, 7.4vw, 90px);
	font-weight: 600;
	letter-spacing: -.045em;
	line-height: .94;
	color: var(--bn-ink);
}

.bn-deck {
	max-width: 720px;
	margin: 0;
	font-family: var(--bn-serif);
	font-size: clamp(20px, 2.4vw, 27px);
	line-height: 1.35;
	color: var(--bn-slate);
}

.bn-topic-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin-top: 36px;
	padding-top: 16px;
	border-top: 1px solid var(--bn-rule);
}

.bn-topic-nav a,
.bn-all-link {
	color: var(--bn-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.bn-topic-nav a:hover,
.bn-all-link:hover,
.bn-review-lead h3 a:hover,
.bn-review-item h3 a:hover {
	color: var(--bn-accent-dark);
}

.bn-section {
	padding: clamp(52px, 7vw, 88px) 0;
}

.bn-section + .bn-section {
	border-top: 1px solid var(--bn-rule);
}

.bn-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 28px;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--bn-ink);
}

.bn-section-heading h2,
.bn-standards h2 {
	margin: 5px 0 0;
	font-family: var(--bn-serif);
	font-size: clamp(34px, 4.2vw, 52px);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1;
	color: var(--bn-ink);
}

.bn-section-note {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--bn-muted);
}

.bn-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0b9b62;
	box-shadow: 0 0 0 3px rgba(11, 155, 98, .13);
}

.bn-forecast {
	background: var(--bn-paper);
}

.bn-forecast-intro {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 24px;
}

.bn-forecast-intro p {
	max-width: 680px;
	margin: 0;
	font-family: var(--bn-serif);
	font-size: 20px;
	line-height: 1.45;
	color: var(--bn-slate);
}

.bn-predictions-panel {
	overflow-x: auto;
	border-top: 4px solid var(--bn-ink);
	border-bottom: 1px solid var(--bn-rule);
	background: var(--bn-paper);
}

.bn-predictions-panel .table-responsive,
.bn-predictions-panel .row,
.bn-predictions-panel .col-md-12 {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.bn-predictions-panel table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 14px;
}

.bn-predictions-panel thead th {
	padding: 13px 15px;
	border: 0;
	border-bottom: 1px solid var(--bn-ink);
	background: var(--bn-wash);
	color: var(--bn-ink);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}

.bn-predictions-panel tbody td {
	padding: 15px;
	border: 0;
	border-bottom: 1px solid var(--bn-rule);
	color: var(--bn-slate);
	vertical-align: middle;
}

.bn-predictions-panel tbody tr:hover {
	background: #f7faf9;
}

.bn-predictions-panel img.w-5,
.bn-predictions-panel img.h-5 {
	width: 23px;
	height: 23px;
	margin-right: 8px;
	border-radius: 50%;
	vertical-align: middle;
}

.bn-predictions-panel a {
	color: var(--bn-ink);
	font-weight: 750;
	text-decoration: none;
}

.bn-predictions-panel a:hover {
	color: var(--bn-accent-dark);
}

.bn-predictions-panel .text-success {
	color: #087c51 !important;
	font-weight: 750;
}

.bn-predictions-panel .text-danger {
	color: #b42318 !important;
	font-weight: 750;
}

.bn-reviews {
	background: var(--bn-wash);
}

.bn-review-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: clamp(32px, 5vw, 64px);
}

.bn-review-lead {
	padding-right: clamp(0px, 2vw, 24px);
}

.bn-review-lead__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
	border-bottom: 4px solid var(--bn-accent);
	background: #e1e9e7;
}

.bn-review-lead__image img,
.bn-review-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.82) contrast(1.02);
	transition: filter 180ms ease;
}

.bn-review-lead__image:hover img,
.bn-review-item__image:hover img {
	filter: saturate(1) contrast(1.02);
}

.bn-review-lead h3 {
	margin: 9px 0 10px;
	font-family: var(--bn-serif);
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.02;
}

.bn-review-lead h3 a,
.bn-review-item h3 a {
	color: inherit;
	text-decoration: none;
}

.bn-summary {
	margin: 0;
	font-family: var(--bn-serif);
	font-size: 19px;
	line-height: 1.45;
	color: var(--bn-slate);
}

.bn-byline {
	margin: 13px 0 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--bn-muted);
}

.bn-review-briefing {
	border-top: 4px solid var(--bn-ink);
}

.bn-review-item {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 18px;
	padding: 17px 0;
	border-bottom: 1px solid var(--bn-rule);
}

.bn-review-item__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	background: #e1e9e7;
}

.bn-review-item h3 {
	margin: 6px 0 0;
	font-family: var(--bn-serif);
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 650;
	letter-spacing: -.022em;
	line-height: 1.08;
}

.bn-standards {
	padding: 64px 0;
	border-top: 1px solid var(--bn-rule);
	background: var(--bn-night);
	color: #f5f8f7;
}

.bn-standards .bn-shell {
	display: grid;
	grid-template-columns: .65fr 1.25fr 1fr;
	align-items: start;
	gap: 32px;
}

.bn-standards .bn-label {
	color: #80c8be;
}

.bn-standards h2 {
	font-size: 34px;
	color: #fff;
}

.bn-standards > .bn-shell > p:not(.bn-label) {
	margin: 0;
	font-family: var(--bn-serif);
	font-size: 18px;
	line-height: 1.5;
	color: #c8d4d1;
}

.bn-standards__links {
	display: grid;
	gap: 9px;
	border-left: 1px solid rgba(255, 255, 255, .22);
	padding-left: 28px;
}

.bn-standards__links a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
}

.home #comments,
.home .entry-header,
.bn-home .entry-footer {
	display: none !important;
}

@media (max-width: 900px) {
	.bn-review-layout {
		grid-template-columns: 1fr;
	}

	.bn-review-briefing {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.bn-review-item:nth-child(odd) {
		padding-right: 18px;
		border-right: 1px solid var(--bn-rule);
	}

	.bn-review-item:nth-child(even) {
		padding-left: 18px;
	}

	.bn-standards .bn-shell {
		grid-template-columns: 1fr 1fr;
	}

	.bn-standards .bn-label {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.bn-shell {
		width: min(calc(100% - 28px), var(--bn-shell));
	}

	.bn-edition .bn-shell {
		display: block;
	}

	.bn-edition span:last-child {
		display: none;
	}

	.bn-masthead {
		padding-top: 42px;
	}

	.bn-masthead h1 {
		font-size: clamp(43px, 14.5vw, 64px);
	}

	.bn-topic-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.bn-section-heading,
	.bn-forecast-intro {
		align-items: start;
		flex-direction: column;
		gap: 12px;
	}

	.bn-review-briefing {
		display: block;
	}

	.bn-review-item,
	.bn-review-item:nth-child(odd),
	.bn-review-item:nth-child(even) {
		grid-template-columns: 86px minmax(0, 1fr);
		padding: 16px 0;
		border-right: 0;
	}

	.bn-standards .bn-shell {
		grid-template-columns: 1fr;
	}

	.bn-standards .bn-label {
		grid-column: auto;
	}

	.bn-standards__links {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .22);
		padding: 22px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bn-home img {
		transition: none !important;
	}
}
