/*
Theme Name: Sondaggi Politici Editorial
Theme URI: https://sondaggipolitici.com/
Author: Codex
Description: Tema editoriale ufficiale di SondaggiPolitici.com, pensato per sondaggi reali, simulazioni AI dichiarate, hub tematici, grafici brandizzati e pagine trust. Versione 0.3.83: livello di accessibilità WCAG 2.2 AA / European Accessibility Act (focus visibile, target size, forced colors, ticker pause, dichiarazione di accessibilità).
Version: 0.3.83
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: sp-recovery
*/

:root {
	--sp-background: #fafaf8;
	--sp-background-soft: #f3eee6;
	--sp-surface: #fdfbf7;
	--sp-surface-strong: #ffffff;
	--sp-surface-dark: #1a1a2e;
	--sp-ink: #1f2430;
	--sp-ink-soft: #4e5563;
	--sp-ink-muted: #6a7280;
	--sp-border: #ddd7cd;
	--sp-border-strong: #cac2b7;
	--sp-primary: #1a1a2e;
	--sp-secondary: #121625;
	--sp-accent: #e94560;
	--sp-link: #2563eb;
	--sp-real: #2563eb;
	--sp-ai: #7c3aed;
	--sp-method: #059669;
	--sp-trend: #d97706;
	--sp-hub: #dc2626;
	--sp-shadow: 0 18px 45px rgba(26, 26, 46, 0.08);
	--sp-shadow-strong: 0 28px 80px rgba(26, 26, 46, 0.16);
	--sp-radius-xl: 22px;
	--sp-radius-lg: 16px;
	--sp-radius-md: 12px;
	--sp-radius-sm: 8px;
	--sp-wrap: min(1380px, calc(100% - 2rem));
	--sp-reading: min(760px, 100%);
	--sp-header-height: 7.25rem;
	--sp-admin-offset: 0px;
	--sp-sticky-offset: calc(var(--sp-header-height) + var(--sp-admin-offset));
	--sp-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--sp-display: Georgia, serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--sp-sticky-offset) + 1rem);
}

body {
	margin: 0;
	color: var(--sp-ink);
	font-family: var(--sp-sans);
	font-size: 16px;
	line-height: 1.68;
	text-wrap: pretty;
	overflow-x: clip;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0)) 0 0 / 100% 220px no-repeat,
		linear-gradient(180deg, #fafaf8 0%, #f4efe6 44%, #eee7dc 100%);
}

body.admin-bar {
	--sp-admin-offset: 32px;
}

a {
	color: var(--sp-link);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--sp-primary);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(21, 77, 255, 0.28);
	outline-offset: 3px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

::selection {
	background: rgba(37, 99, 235, 0.16);
	color: var(--sp-ink);
}

.alignwide {
	width: min(1180px, calc(100% - 2rem));
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
}

.sticky {
	position: relative;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sp-skip-link {
	position: absolute;
	top: -4rem;
	left: 1rem;
	z-index: 120;
	padding: 0.75rem 1rem;
	color: var(--sp-surface-strong);
	font-weight: 700;
	text-decoration: none;
	background: var(--sp-primary);
	border-radius: var(--sp-radius-sm);
	box-shadow: var(--sp-shadow);
	transition: top 160ms ease;
}

.sp-skip-link:focus {
	top: 1rem;
}

.sp-wrap {
	width: var(--sp-wrap);
	margin: 0 auto;
}

.sp-panel,
.sp-surface-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 249, 244, 0.95));
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-xl);
	box-shadow: var(--sp-shadow);
}

.sp-shell {
	padding: clamp(1.3rem, 2.8vw, 2rem);
}

.sp-accessibility-note {
	padding: clamp(1.1rem, 2vw, 1.5rem);
	margin-top: 1.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 246, 240, 0.98));
	border: 1px solid var(--sp-border);
	border-left: 4px solid var(--sp-method);
}

.sp-accessibility-note__list {
	padding-left: 1.1rem;
	margin: 0.9rem 0 0;
}

.sp-accessibility-note__list li + li {
	margin-top: 0.6rem;
}

.sp-shell-tight {
	padding: 1rem 1.1rem;
}

.sp-main {
	padding: 1.15rem 0 4.5rem;
}

.sp-header {
	position: sticky;
	top: var(--sp-admin-offset);
	z-index: 50;
	min-height: var(--sp-header-height);
	padding: 0.2rem 0 0.45rem;
	background: rgba(250, 248, 243, 0.92);
	border-bottom: 1px solid rgba(26, 26, 46, 0.08);
	backdrop-filter: blur(14px);
	transition: min-height 180ms ease, padding 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sp-header__bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.42rem;
	margin-bottom: 0.62rem;
	border-bottom: 1px solid rgba(26, 26, 46, 0.06);
	transition: margin 180ms ease, padding 180ms ease, opacity 180ms ease;
}

.sp-header__micro {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.8rem;
	align-items: center;
	overflow-x: auto;
	scrollbar-width: none;
}

.sp-header__micro::-webkit-scrollbar {
	display: none;
}

.sp-header__micro a {
	color: var(--sp-ink-soft);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.sp-header__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem 1.4rem;
	align-items: center;
}

.sp-brand {
	display: grid;
	gap: 0.32rem;
}

.sp-brandmark,
.sp-footer-brandmark {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	text-decoration: none;
}

.sp-brandmark img,
.sp-footer-brandmark img,
.sp-brandmark .custom-logo,
.sp-footer-brandmark .custom-logo {
	display: block;
	max-width: 100%;
	height: auto;
}

.sp-brandmark .custom-logo-link,
.sp-footer-brandmark .custom-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.sp-brandmark--fallback img {
	width: min(380px, 100%);
	transition: width 180ms ease;
}

.sp-brandmark--text {
	color: var(--sp-ink);
	font-family: var(--sp-display);
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.02;
}

.sp-brand__kicker,
.sp-resource-card__eyebrow,
.sp-eyebrow {
	margin: 0;
	color: var(--sp-ink-muted);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.sp-tagline {
	max-width: 58ch;
	margin: 0.25rem 0 0;
	color: var(--sp-ink-soft);
	font-size: 0.87rem;
	line-height: 1.45;
	transition: opacity 180ms ease, margin 180ms ease;
}

.sp-header__actions {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	justify-content: flex-end;
}

.sp-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0.55rem;
	border: 1px solid var(--sp-border-strong);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.78);
	color: var(--sp-ink-soft);
	font: inherit;
	font-size: 1rem;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.sp-theme-toggle:hover {
	background: rgba(255, 255, 255, 0.96);
	color: var(--sp-ink);
}

.sp-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: 0.75rem 0.95rem;
	border: 1px solid var(--sp-border-strong);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.78);
	color: var(--sp-secondary);
	font: inherit;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.sp-nav-toggle__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	pointer-events: none;
}

.sp-nav-toggle__icon {
	display: inline-grid;
	gap: 4px;
}

.sp-nav-toggle__icon span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.sp-nav-toggle.is-open .sp-nav-toggle__icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.sp-nav-toggle.is-open .sp-nav-toggle__icon span:nth-child(2) {
	opacity: 0;
}

.sp-nav-toggle.is-open .sp-nav-toggle__icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.sp-nav-shell {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.65rem;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.sp-nav-priority-links {
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 0.4rem;
	align-items: center;
}

.sp-nav-priority-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.38rem 0.7rem;
	border: 1px solid rgba(26, 26, 46, 0.14);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.76);
	color: var(--sp-ink);
	font-size: 0.86rem;
	font-weight: 760;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sp-nav-priority-link:hover,
.sp-nav-priority-link:focus-visible {
	border-color: rgba(26, 26, 46, 0.26);
	background: #fff;
	color: var(--sp-primary);
}

.sp-nav-priority-link--podcast {
	border-color: rgba(124, 58, 237, 0.26);
	color: var(--sp-ai);
}

.sp-nav-priority-link--all_articles {
	border-color: rgba(37, 99, 235, 0.22);
	color: var(--sp-link);
}

.sp-nav-panel-brand {
	display: none;
}

.sp-nav-panel-trust {
	display: none;
}

body.sp-nav-open::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 45;
	background: rgba(18, 22, 37, 0.26);
}

.sp-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1rem;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sp-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 2.6rem;
	padding: 0.2rem 0;
	color: var(--sp-ink);
	font-size: 0.94rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
	position: relative;
}

.sp-nav .sp-required-menu-item--podcast > a {
	color: var(--sp-ai);
	font-weight: 800;
}

.sp-nav .sp-required-menu-item--all_articles > a {
	font-weight: 750;
}

.sp-nav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.28rem;
	left: 0;
	height: 2px;
	background: var(--sp-accent);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
}

.sp-nav a:hover::after,
.sp-nav .current-menu-item > a::after,
.sp-nav .current-menu-ancestor > a::after,
.sp-nav .current_page_item > a::after {
	transform: scaleX(1);
}

.sp-nav .current-menu-item > a,
.sp-nav .current-menu-ancestor > a,
.sp-nav .current_page_item > a {
	color: var(--sp-primary);
}

.sp-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0.7rem 0.95rem;
	border: 1px solid var(--sp-border-strong);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.84);
	color: var(--sp-secondary);
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.sp-header__cta:hover {
	color: #fff;
	background: var(--sp-accent);
	border-color: var(--sp-accent);
}

.sp-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(1.8rem, 3.4vw, 2.6rem);
	margin-bottom: 1.5rem;
	background:
		radial-gradient(circle at top right, rgba(233, 69, 96, 0.22), transparent 28%),
		radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.18), transparent 24%),
		linear-gradient(180deg, rgba(26, 26, 46, 0.98), rgba(20, 24, 42, 0.98));
}

.sp-hero::before {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: calc(var(--sp-radius-xl) - 8px);
	pointer-events: none;
}

.sp-hero > * {
	position: relative;
	z-index: 1;
}

.sp-hero__grid,
.sp-hero__main,
.sp-hero__rail {
	display: grid;
	gap: 1rem;
}

.sp-hero__main {
	max-width: 62rem;
}

.sp-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.42rem 0.68rem;
	margin: 0 0 0.95rem;
	border: 1px solid rgba(17, 17, 15, 0.08);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.86);
	color: var(--sp-primary);
	font-size: 0.74rem;
	font-weight: 760;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.sp-kicker.is-ai {
	color: var(--sp-ai);
}

.sp-hero__title,
.sp-page-title,
.sp-section-title {
	margin: 0 0 0.7rem;
	font-family: var(--sp-display);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: 0;
	text-wrap: balance;
}

.sp-hero__title,
.sp-page-title {
	font-size: clamp(2.7rem, 6vw, 5.6rem);
	max-width: 12ch;
}

.sp-section-title {
	font-size: clamp(1.35rem, 2.3vw, 1.85rem);
	max-width: 16ch;
	color: #2d3442;
}

.sp-hero__copy,
.sp-section-intro,
.sp-page-intro {
	margin: 0;
	max-width: 60ch;
	color: var(--sp-ink-soft);
	font-size: 1.02rem;
}

.sp-hero .sp-kicker {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
}

.sp-hero .sp-hero__title,
.sp-hero .sp-hero__copy,
.sp-hero .sp-resource-card__eyebrow,
.sp-hero .sp-mini-card__title,
.sp-hero .sp-mini-list a {
	color: #ffffff;
}

.sp-hero .sp-hero__copy,
.sp-hero .sp-mini-list p {
	color: rgba(255, 255, 255, 0.72);
}

.sp-hero__notice {
	max-width: 68ch;
	margin: 0.2rem 0 0;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
	line-height: 1.55;
	text-wrap: pretty;
}

.sp-manifesto-list {
	display: grid;
	gap: 0.65rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sp-manifesto-list li {
	position: relative;
	padding: 0.8rem 0.9rem 0.8rem 1rem;
	border-left: 3px solid var(--sp-accent);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.96rem;
	font-weight: 520;
}

.sp-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 0.6rem;
}

.sp-inline-actions--home {
	margin-top: 0;
}

.sp-home-compass {
	display: grid;
	gap: 0.95rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--sp-radius-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sp-home-compass__header {
	display: grid;
	gap: 0.4rem;
}

.sp-home-compass__copy {
	max-width: 62ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
	line-height: 1.6;
}

.sp-home-compass__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.sp-home-mode-card {
	display: grid;
	gap: 0.4rem;
	align-content: start;
	min-width: 0;
	min-height: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	text-decoration: none;
	box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.14);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sp-home-mode-card:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.2);
}

.sp-home-mode-card--real {
	box-shadow: inset 0 3px 0 var(--sp-real);
}

.sp-home-mode-card--ai {
	box-shadow: inset 0 3px 0 var(--sp-ai);
}

.sp-home-mode-card--guide {
	box-shadow: inset 0 3px 0 var(--sp-method);
}

.sp-home-mode-card__eyebrow {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.71rem;
	font-weight: 760;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sp-home-mode-card__title {
	font-family: var(--sp-display);
	font-size: 1.14rem;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.sp-home-mode-card__copy {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.89rem;
	line-height: 1.52;
	text-wrap: pretty;
}

.sp-section-more {
	display: none;
	margin: 1rem 0 0;
}

.sp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.82rem 1.05rem;
	border: 1px solid var(--sp-border-strong);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.82);
	color: var(--sp-secondary);
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.sp-button--primary {
	border-color: var(--sp-accent);
	background: var(--sp-accent);
	color: #fff;
}

.sp-button:hover {
	border-color: var(--sp-secondary);
	color: var(--sp-secondary);
	transform: translateY(-1px);
}

.sp-button--primary:hover {
	color: #fff;
	background: var(--sp-primary);
	border-color: var(--sp-primary);
}

.sp-mini-list {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sp-mini-list li {
	padding-top: 0.55rem;
	border-top: 1px solid rgba(17, 17, 15, 0.08);
}

.sp-mini-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.sp-mini-list a {
	color: var(--sp-secondary);
	font-weight: 680;
	text-decoration: none;
}

.sp-mini-list p {
	margin: 0.2rem 0 0;
	color: var(--sp-ink-soft);
	font-size: 0.9rem;
}

.sp-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.sp-stat-card {
	display: grid;
	gap: 0.2rem;
	padding: 0.95rem 1rem;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.82);
	min-width: 0;
}

.sp-stat-card strong {
	display: block;
	font-family: var(--sp-display);
	font-size: 2rem;
	font-weight: 850;
	letter-spacing: -0.08em;
	line-height: 0.95;
}

.sp-stat-card span {
	color: var(--sp-ink-soft);
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sp-section {
	padding: clamp(1.05rem, 2.2vw, 1.5rem);
	margin-top: 1.1rem;
}

.sp-section.is-tone-neutral {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 243, 0.96));
}

.sp-section.is-tone-real {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.06), rgba(255, 255, 255, 0.96));
}

.sp-section--graphics {
	box-shadow: 0 18px 44px rgba(37, 99, 235, 0.08);
}

.sp-section.is-tone-hub {
	background: linear-gradient(180deg, rgba(220, 38, 38, 0.05), rgba(255, 255, 255, 0.96));
}

.sp-section.is-tone-guide,
.sp-section.is-tone-trust {
	background: linear-gradient(180deg, rgba(5, 150, 105, 0.06), rgba(255, 255, 255, 0.96));
}

.sp-resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.sp-section-tools {
	display: grid;
	gap: 0.85rem;
	margin-top: 1rem;
}

.sp-filter-search {
	display: block;
}

.sp-filter-search__input {
	width: 100%;
	padding: 0.88rem 1rem;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.92);
	color: var(--sp-ink);
	font: inherit;
}

.sp-filter-search__input::placeholder {
	color: var(--sp-ink-muted);
}

.sp-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.sp-filter-chip {
	padding: 0.58rem 0.88rem;
	border: 1px solid var(--sp-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--sp-secondary);
	font: inherit;
	font-size: 0.84rem;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sp-filter-chip:hover {
	transform: translateY(-1px);
	border-color: rgba(26, 26, 46, 0.2);
}

.sp-filter-chip.is-active {
	background: var(--sp-primary);
	border-color: var(--sp-primary);
	color: #fff;
}

.sp-section-tools__count,
.sp-resource-card__meta,
.sp-filter-empty {
	margin: 0;
	color: var(--sp-ink-muted);
	font-size: 0.86rem;
}

.sp-resource-card__meta {
	margin-top: 0.85rem;
	font-weight: 600;
}

.sp-filter-empty {
	padding: 0.85rem 0;
}

.sp-resource-card,
.sp-link-card {
	display: grid;
	align-content: start;
	height: 100%;
	padding: 1.1rem;
	border: 1px solid var(--sp-border);
	border-left: 4px solid var(--sp-border);
	border-radius: var(--sp-radius-lg);
	background: rgba(255, 255, 255, 0.9);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sp-resource-card:hover,
.sp-link-card:hover {
	transform: translateY(-2px);
	border-color: rgba(26, 26, 46, 0.16);
	box-shadow: var(--sp-shadow);
}

.sp-resource-card.is-landing {
	border-left-color: var(--sp-trend);
}

.sp-resource-card.is-hub {
	border-left-color: var(--sp-method);
}

.sp-resource-card.is-guide {
	border-left-color: var(--sp-method);
}

.sp-resource-card.is-explainer {
	border-left-color: var(--sp-real);
}

.sp-resource-card.is-trust {
	border-left-color: var(--sp-secondary);
}

.sp-resource-card.is-format.is-real,
.sp-resource-card.is-real {
	border-left-color: var(--sp-real);
}

.sp-resource-card.is-format.is-ai,
.sp-resource-card.is-ai {
	border-left-color: var(--sp-ai);
}

.sp-resource-card__title,
.sp-link-card h3 {
	margin: 0.4rem 0 0.5rem;
	font-family: var(--sp-display);
	font-size: 1.16rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.22;
	text-wrap: balance;
}

.sp-resource-card__title a,
.sp-link-card a {
	color: var(--sp-ink);
	text-decoration: none;
}

.sp-resource-card__text,
.sp-link-card p {
	margin: 0;
	color: var(--sp-ink-soft);
	font-size: 0.95rem;
}

.sp-post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
	gap: 0.9rem;
	margin-top: 1.05rem;
}

.sp-section--graphics .sp-post-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 1.15rem;
}

.sp-post-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	padding: 0.92rem;
	border-left: 4px solid rgba(17, 17, 15, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sp-post-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--sp-shadow-strong);
}

.sp-post-card > * {
	position: relative;
	z-index: 2;
}

.sp-post-card--real_poll,
.sp-post-card.category-sondaggi-reali {
	border-left-color: var(--sp-real);
}

.sp-post-card--ai_simulation,
.sp-post-card.category-simulazioni-ai {
	border-left-color: #7c3aed;
}

.sp-post-card--mixed_article,
.sp-post-card.category-trend-topic {
	border-left-color: #d97706;
}

.sp-post-card__thumb {
	display: block;
	overflow: hidden;
	border-radius: var(--sp-radius-md);
	border: 1px solid rgba(17, 17, 15, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 239, 231, 0.98));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.sp-post-card__thumb img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.98);
	transition: transform 220ms ease;
}

.sp-post-card--generated-poll-image .sp-post-card__thumb {
	background: #f1ede6;
}

.sp-post-card--generated-editorial-image .sp-post-card__thumb {
	background: linear-gradient(180deg, #eef1f6 0%, #e8ebf2 100%);
}

.sp-section--graphics .sp-post-card {
	padding: 1.05rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 247, 242, 0.98));
}

.sp-section--graphics .sp-post-card__thumb {
	background: linear-gradient(180deg, #f3efe8 0%, #ece8e0 100%);
}

.sp-post-card__thumb img.sp-post-card__image--poll {
	aspect-ratio: 1200 / 630;
	object-fit: contain;
	object-position: center;
	background: #f1ede6;
}

.sp-post-card__thumb img.sp-post-card__image--editorial {
	aspect-ratio: 1200 / 630;
	object-fit: cover;
	object-position: center;
	background: #eef1f6;
}

.sp-section--graphics .sp-post-card__thumb img.sp-post-card__image--poll {
	padding: 0.2rem;
}

.sp-post-card:hover .sp-post-card__thumb img {
	transform: scale(1.03);
}

.sp-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	align-items: center;
}

.sp-post-card__meta .sp-term-line {
	margin: 0;
}

.sp-term-line,
.sp-term-line a {
	color: var(--sp-ink-soft);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.sp-post-card__title {
	margin: 0;
	font-family: var(--sp-display);
	font-size: 1.34rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-wrap: balance;
}

.sp-post-card__title a {
	color: var(--sp-ink);
	text-decoration: none;
}

.sp-post-meta {
	margin: 0;
	color: var(--sp-ink-soft);
	font-size: 0.88rem;
}

.sp-post-card__excerpt > :first-child {
	margin-top: 0;
}

.sp-post-card__excerpt > :last-child {
	margin-bottom: 0;
}

.sp-post-card__cta {
	margin: auto 0 0;
	padding-top: 0.2rem;
}

.sp-post-card__cta a {
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.sp-post-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.sp-mini-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 0.9rem;
}

.sp-latest-articles__actions {
	margin-top: 0.75rem;
}

.sp-mini-post-card {
	position: relative;
	display: grid;
	gap: 0.65rem;
	padding: 1rem 1rem 1.05rem;
	min-width: 0;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.sp-mini-post-card:hover,
.sp-mini-post-card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(12, 76, 140, 0.18);
	box-shadow: 0 18px 36px rgba(17, 24, 39, 0.08);
}

.sp-mini-post-card__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.6rem;
	padding-right: 1.2rem;
}

.sp-mini-post-card__date {
	color: var(--sp-ink-soft);
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.sp-mini-post-card__title {
	margin: 0;
	font-family: var(--sp-display);
	font-size: 1.02rem;
	font-weight: 760;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.sp-mini-post-card__title a {
	color: inherit;
	text-decoration: none;
}

.sp-mini-post-card__title a:hover,
.sp-mini-post-card__title a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.14em;
}

.sp-mini-post-card .sp-term-line {
	position: relative;
	z-index: 2;
	margin: 0;
}

.sp-mini-post-card__excerpt {
	margin: 0;
	color: var(--sp-ink-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.sp-mini-post-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.sp-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.sp-pagination a {
	display: inline-flex;
	align-items: center;
	min-height: 2.8rem;
	padding: 0.7rem 0.95rem;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.82);
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.sp-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.55rem;
	border: 1px solid transparent;
	border-radius: var(--sp-radius-sm);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sp-badge--real_poll {
	background: rgba(20, 80, 255, 0.08);
	border-color: rgba(20, 80, 255, 0.14);
	color: var(--sp-real);
}

.sp-badge--ai_simulation {
	background: rgba(52, 47, 69, 0.08);
	border-color: rgba(52, 47, 69, 0.14);
	color: var(--sp-ai);
}

.sp-badge--mixed_article {
	background: rgba(17, 17, 15, 0.06);
	border-color: rgba(17, 17, 15, 0.12);
	color: var(--sp-secondary);
}

.sp-badge--pending {
	padding: 0.22rem 0.45rem;
	background: #f1f1f1;
	border-color: #e1e1e1;
	color: #7a7a7a;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
}

.sp-breadcrumbs {
	margin: 0 0 1rem;
}

.sp-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--sp-ink-muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sp-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.sp-breadcrumbs li:not(:last-child)::after {
	content: "/";
	opacity: 0.45;
}

.sp-page-shell {
	padding: 0.95rem 0 2.15rem;
}

.sp-archive-summary {
	margin: 0.7rem 0 0;
	color: var(--sp-ink-muted);
	font-size: 0.96rem;
}

.sp-section--all-articles,
.sp-section--all-articles-results {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.04), rgba(255, 255, 255, 0.97));
}

.sp-section--category-archive-tools {
	background: linear-gradient(180deg, rgba(233, 69, 96, 0.04), rgba(255, 255, 255, 0.98));
}

.sp-section--category-results {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.035), rgba(255, 255, 255, 0.98));
}

.sp-archive-search-panel {
	display: grid;
	gap: 0.75rem;
	margin-top: 0.85rem;
}

.sp-search-form--archive {
	margin-top: 0;
}

.sp-archive-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.7rem;
}

.sp-archive-filter {
	display: grid;
	gap: 0.35rem;
	flex: 1 1 220px;
	min-width: min(100%, 220px);
}

.sp-archive-filter span {
	color: var(--sp-ink-muted);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sp-archive-filter select {
	width: 100%;
	min-height: 2.8rem;
	padding: 0.72rem 0.9rem;
	color: var(--sp-ink);
	font: inherit;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-sm);
}

.sp-category-sidebar-card {
	display: grid;
	gap: 0.75rem;
}

.sp-category-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
	gap: 0.58rem;
	max-height: min(68svh, 820px);
	padding-right: 0.2rem;
	overflow: auto;
	overscroll-behavior: contain;
	scroll-snap-type: y proximity;
	scrollbar-gutter: stable;
}

.sp-category-tab {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 0.22rem 0.65rem;
	padding: 0.74rem 0.78rem;
	border: 1px solid rgba(26, 26, 46, 0.1);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.84);
	color: var(--sp-ink);
	text-decoration: none;
	scroll-snap-align: start;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.sp-category-tab:hover,
.sp-category-tab:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(37, 99, 235, 0.28);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: var(--sp-shadow);
}

.sp-category-tab.is-primary {
	border-left: 4px solid rgba(37, 99, 235, 0.44);
}

.sp-category-tab.is-current {
	border-color: rgba(233, 69, 96, 0.32);
	border-left-color: rgba(233, 69, 96, 0.82);
	background: linear-gradient(180deg, rgba(233, 69, 96, 0.06), rgba(255, 255, 255, 0.98));
	box-shadow: 0 10px 24px rgba(26, 26, 46, 0.08);
}

.sp-category-tab__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.45rem;
	border: 1px solid rgba(26, 26, 46, 0.1);
	border-radius: 999px;
	background: rgba(26, 26, 46, 0.04);
	color: var(--sp-secondary);
	font-size: 0.74rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1;
}

.sp-category-tab__body {
	display: grid;
	min-width: 0;
	gap: 0.16rem;
}

.sp-category-tab__eyebrow {
	color: var(--sp-ink-muted);
	font-size: 0.65rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sp-category-tab__title {
	font-family: var(--sp-display);
	font-size: 0.94rem;
	line-height: 1.16;
}

.sp-category-tab__meta {
	color: var(--sp-ink-soft);
	font-size: 0.75rem;
}

.sp-section--snapshot {
	background: linear-gradient(180deg, rgba(37, 99, 235, 0.06), rgba(255, 255, 255, 0.98));
}

.sp-section--latest-articles {
	background: linear-gradient(180deg, rgba(12, 76, 140, 0.05), rgba(255, 255, 255, 0.97));
}

.sp-home-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(380px, 31vw, 440px);
	gap: 1.1rem;
	align-items: start;
	min-width: 0;
}

.sp-home-layout__main,
.sp-home-layout__rail {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.sp-home-layout__main > *,
.sp-home-layout__rail > *,
.sp-home-layout__rail .sp-section,
.sp-home-layout__rail .sp-panel {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.sp-home-layout__rail {
	position: sticky;
	top: calc(var(--sp-header-height) + 1.2rem + var(--sp-admin-offset));
}

.sp-home-layout--category-archive {
	grid-template-columns: minmax(0, 1fr) clamp(300px, 24vw, 340px);
	gap: 1rem;
}

.sp-home-layout--category-archive .sp-home-layout__rail {
	top: calc(var(--sp-header-height) + 1rem + var(--sp-admin-offset));
}

@supports (content-visibility: auto) {
	.home .sp-home-layout__main > .sp-section,
	.home .sp-home-layout__rail > .sp-section,
	.home .sp-home-layout__rail > .sp-panel,
	.blog .sp-home-layout__main > .sp-section,
	.blog .sp-home-layout__rail > .sp-section,
	.blog .sp-home-layout__rail > .sp-panel {
		content-visibility: auto;
		contain-intrinsic-size: auto 640px;
	}
}

.sp-section--rail-stats {
	background: linear-gradient(180deg, rgba(26, 26, 46, 0.03), rgba(255, 255, 255, 0.96));
}

.sp-snapshot-table-wrap {
	margin-top: 1rem;
	overflow-x: auto;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-lg);
	background: rgba(255, 255, 255, 0.9);
}

.sp-snapshot-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-size: 0.92rem;
}

.sp-snapshot-table th {
	padding: 0.8rem 0.9rem;
	border-bottom: 2px solid rgba(26, 26, 46, 0.9);
	color: var(--sp-ink-muted);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: left;
	text-transform: uppercase;
}

.sp-snapshot-table td {
	padding: 0.9rem;
	border-bottom: 1px solid var(--sp-border);
	color: var(--sp-ink);
	vertical-align: top;
}

.sp-snapshot-table tr:last-child td {
	border-bottom: 0;
}

.sp-snapshot-source {
	display: inline-flex;
	align-items: center;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sp-real);
}

.sp-snapshot-link {
	color: var(--sp-ink);
	font-family: var(--sp-display);
	font-weight: 700;
	text-decoration: none;
}

@media (min-width: 1101px) {
	.sp-home-layout__rail .sp-section--snapshot {
		padding: clamp(1.05rem, 1.6vw, 1.35rem);
	}

	.sp-home-layout__rail .sp-section--snapshot .sp-section-title {
		max-width: 15ch;
		font-size: clamp(1.55rem, 2vw, 2.15rem);
	}

	.sp-home-layout__rail .sp-section--snapshot .sp-section-intro {
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.sp-home-layout__rail .sp-snapshot-table-wrap {
		padding: 0.55rem;
		overflow: visible;
		background: rgba(255, 255, 255, 0.78);
	}

	.sp-home-layout__rail .sp-snapshot-table,
	.sp-home-layout__rail .sp-snapshot-table tbody {
		display: grid;
		gap: 0.7rem;
		min-width: 0;
	}

	.sp-home-layout__rail .sp-snapshot-table thead {
		display: none;
	}

	.sp-home-layout__rail .sp-snapshot-table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(112px, 0.64fr);
		gap: 0.48rem 0.85rem;
		padding: 0.9rem;
		border: 1px solid rgba(37, 99, 235, 0.12);
		border-radius: var(--sp-radius-md);
		background: linear-gradient(180deg, #ffffff, #f8fafc);
		box-shadow: 0 10px 24px rgba(26, 26, 46, 0.06);
	}

	.sp-home-layout__rail .sp-snapshot-table td {
		display: block;
		padding: 0;
		border: 0;
		line-height: 1.42;
	}

	.sp-home-layout__rail .sp-snapshot-table td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 0.12rem;
		color: var(--sp-ink-muted);
		font-size: 0.63rem;
		font-weight: 760;
		letter-spacing: 0.11em;
		text-transform: uppercase;
	}

	.sp-home-layout__rail .sp-snapshot-table td:nth-child(1),
	.sp-home-layout__rail .sp-snapshot-table td:nth-child(2) {
		grid-column: 1 / -1;
	}

	.sp-home-layout__rail .sp-snapshot-source {
		font-size: 0.72rem;
		letter-spacing: 0.1em;
	}

	.sp-home-layout__rail .sp-snapshot-link {
		display: inline-block;
		font-size: 1rem;
		line-height: 1.32;
	}
}

.sp-news-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin-top: 1rem;
}

.sp-news-card {
	border-left: 3px solid var(--sp-trend);
	background: rgba(255, 255, 255, 0.92);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sp-news-card:hover {
	transform: translateY(-2px);
	border-color: var(--sp-accent);
	box-shadow: 0 14px 30px rgba(17, 17, 15, 0.08);
}

.sp-news-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 0.4rem;
}

.sp-news-card__source {
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sp-trend);
}

.sp-news-card__ago {
	font-size: 0.74rem;
	color: var(--sp-ink-muted);
}

.sp-news-card__title {
	margin: 0;
	font-family: var(--sp-display);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	text-wrap: balance;
}

.sp-news-card__title a {
	color: var(--sp-ink);
	text-decoration: none;
}

.sp-news-card__title a:hover {
	color: var(--sp-accent);
}

.sp-news-card__title a::after {
	content: " ↗";
	font-size: 0.82em;
	opacity: 0.45;
}

.sp-news-card--authority {
	border-left-color: var(--sp-real);
}

.sp-section--explainer {
	background: linear-gradient(180deg, rgba(5, 150, 105, 0.05), rgba(255, 255, 255, 0.96));
}

.sp-section--faq-home {
	background: linear-gradient(180deg, rgba(26, 26, 46, 0.03), rgba(255, 255, 255, 0.97));
}

.sp-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1rem;
}

.sp-faq-item {
	overflow: hidden;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-lg);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px rgba(17, 17, 15, 0.04);
}

.sp-faq-item summary {
	position: relative;
	display: block;
	padding: 1rem 3rem 1rem 1rem;
	color: var(--sp-ink);
	font-family: var(--sp-display);
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.32;
	cursor: pointer;
	list-style: none;
}

.sp-faq-item summary::-webkit-details-marker {
	display: none;
}

.sp-faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid rgba(26, 26, 46, 0.12);
	border-radius: 999px;
	background: rgba(26, 26, 46, 0.04);
	color: var(--sp-ink-soft);
	font-family: var(--sp-sans);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-50%);
}

.sp-faq-item[open] summary::after {
	content: "−";
}

.sp-faq-item__body {
	padding: 0 1rem 1rem;
	border-top: 1px solid rgba(26, 26, 46, 0.08);
}

.sp-faq-item__body p {
	margin: 0.8rem 0 0;
	color: var(--sp-ink-soft);
	font-size: 0.96rem;
}

.sp-transparency-panel {
	margin: 1rem 0 1.2rem;
	border-color: rgba(27, 58, 107, 0.14);
	background:
		linear-gradient(180deg, rgba(245, 248, 252, 0.96), rgba(255, 255, 255, 0.98)),
		rgba(255, 255, 255, 0.96);
}

.sp-transparency-panel summary {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	padding-right: 3.4rem;
}

.sp-transparency-panel__meta {
	display: block;
	color: var(--sp-ink-soft);
	font-family: var(--sp-sans);
	font-size: 0.78rem;
	font-weight: 560;
	letter-spacing: 0.03em;
}

.sp-transparency-panel__body {
	display: grid;
	gap: 1rem;
}

.sp-transparency-panel__section {
	display: grid;
	gap: 0.72rem;
}

.sp-transparency-panel__section h3 {
	margin: 0;
	font-family: var(--sp-display);
	font-size: 0.82rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sp-ink);
}

.sp-transparency-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem 1rem;
	margin: 0;
}

.sp-transparency-facts__item {
	padding: 0.75rem 0.85rem;
	border: 1px solid rgba(17, 17, 15, 0.08);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.7);
}

.sp-transparency-facts dt {
	margin: 0 0 0.25rem;
	color: var(--sp-ink-soft);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sp-transparency-facts dd {
	margin: 0;
	color: var(--sp-ink);
	font-size: 0.95rem;
	line-height: 1.5;
}

.sp-transparency-links {
	margin-top: 0;
}

.sp-rail-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

.sp-rail-stat {
	display: grid;
	gap: 0.15rem;
	padding: 0.68rem 0.72rem;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.86);
	text-align: center;
	min-width: 0;
	overflow: hidden;
}

.sp-rail-stat:first-child {
	grid-column: 1 / -1;
}

.sp-rail-stat strong {
	font-family: var(--sp-display);
	font-size: 1.3rem;
	font-weight: 850;
	letter-spacing: -0.06em;
	line-height: 1;
}

.sp-rail-stat span {
	color: var(--sp-ink-muted);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.sp-explainer-list {
	display: grid;
	gap: 0.7rem;
	padding-left: 1rem;
	margin: 1rem 0 0;
	color: var(--sp-ink-soft);
}

.sp-explainer-list li {
	padding-left: 0.1rem;
	line-height: 1.6;
}

.sp-explainer-link {
	display: inline-flex;
	align-items: center;
	color: var(--sp-real);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.sp-explainer-link:hover {
	color: var(--sp-secondary);
}

.sp-resource-card__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0.28rem 0.55rem;
	border-radius: var(--sp-radius-sm);
	background: rgba(17, 17, 15, 0.06);
	color: var(--sp-ink-soft);
}

.sp-resource-card.is-landing .sp-resource-card__eyebrow {
	background: rgba(217, 119, 6, 0.1);
	color: var(--sp-trend);
}

.sp-resource-card.is-hub .sp-resource-card__eyebrow,
.sp-resource-card.is-guide .sp-resource-card__eyebrow {
	background: rgba(5, 150, 105, 0.1);
	color: var(--sp-method);
}

.sp-resource-card.is-explainer .sp-resource-card__eyebrow {
	background: rgba(37, 99, 235, 0.08);
	color: var(--sp-real);
}

.sp-resource-card.is-trust .sp-resource-card__eyebrow {
	background: rgba(26, 26, 46, 0.08);
	color: var(--sp-secondary);
}

.sp-blackout-banner {
	padding: 0.85rem 1rem;
	margin-bottom: 1rem;
	border-left: 4px solid var(--sp-hub);
	border-radius: var(--sp-radius-md);
	background: rgba(220, 38, 38, 0.06);
	color: var(--sp-hub);
	font-size: 0.88rem;
	font-weight: 600;
	overflow-wrap: anywhere;
	max-width: 100%;
	text-wrap: pretty;
}

.sp-blackout-banner strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sp-ticker {
	margin-bottom: 1rem;
	background: var(--sp-surface-dark);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.5rem 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-ticker--animated .sp-wrap {
	overflow: hidden;
}

.sp-ticker__track {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	width: max-content;
	animation: sp-ticker-scroll 45s linear infinite;
	will-change: transform;
}

.sp-ticker__track:hover {
	animation-play-state: paused;
}

.sp-ticker__item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	white-space: nowrap;
}

.sp-ticker--static .sp-wrap {
	overflow-x: auto;
	scrollbar-width: thin;
}

.sp-ticker--static .sp-ticker__track {
	width: auto;
	flex-wrap: wrap;
	gap: 0.7rem 1rem;
	animation: none;
}

.sp-ticker--static .sp-ticker__item {
	white-space: normal;
}

.sp-ticker--static .sp-ticker__item a {
	overflow-wrap: anywhere;
}

.sp-ticker__item a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.sp-ticker__item a:hover {
	color: #fff;
}

.sp-ticker__source {
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sp-trend);
}

.sp-ticker__sep {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
}

@keyframes sp-ticker-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

[data-theme="dark"] {
	--sp-background: #121625;
	--sp-background-soft: #1a1e34;
	--sp-surface: #1b1f36;
	--sp-surface-strong: #22273e;
	--sp-surface-dark: #0d0f1a;
	--sp-ink: #e4e2dd;
	--sp-ink-soft: #c1bdb5;
	--sp-ink-muted: #9b978f;
	--sp-border: rgba(255, 255, 255, 0.12);
	--sp-border-strong: rgba(255, 255, 255, 0.2);
	--sp-link: #8ab4ff;
	--sp-real: #79a9ff;
	--sp-ai: #b08cff;
	--sp-method: #34c48f;
	--sp-trend: #ffb357;
	--sp-hub: #ff7b7b;
	--sp-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
	--sp-shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] body {
	background:
		linear-gradient(180deg, rgba(25, 30, 50, 0.98) 0%, rgba(13, 15, 26, 1) 58%, rgba(10, 12, 20, 1) 100%);
}

[data-theme="dark"] a {
	color: var(--sp-link);
}

[data-theme="dark"] a:hover {
	color: #c9dcff;
}

[data-theme="dark"] ::selection {
	background: rgba(121, 169, 255, 0.26);
	color: #f7f5f1;
}

[data-theme="dark"] .sp-header {
	background: rgba(250, 248, 243, 0.96);
	border-bottom-color: rgba(26, 26, 46, 0.09);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

[data-theme="dark"] .sp-panel,
[data-theme="dark"] .sp-surface-card {
	background: linear-gradient(180deg, rgba(27, 31, 54, 0.95), rgba(22, 26, 44, 0.95));
	border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .sp-section.is-tone-neutral,
[data-theme="dark"] .sp-section.is-tone-real,
[data-theme="dark"] .sp-section.is-tone-hub,
[data-theme="dark"] .sp-section.is-tone-guide,
[data-theme="dark"] .sp-section.is-tone-trust,
[data-theme="dark"] .sp-section--all-articles,
[data-theme="dark"] .sp-section--all-articles-results,
[data-theme="dark"] .sp-section--latest-articles,
[data-theme="dark"] .sp-section--snapshot,
[data-theme="dark"] .sp-section--explainer,
[data-theme="dark"] .sp-section--faq-home,
[data-theme="dark"] .sp-section--rail-stats {
	background: linear-gradient(180deg, rgba(28, 33, 56, 0.96), rgba(20, 24, 41, 0.98));
}

[data-theme="dark"] .sp-mini-post-card {
	background: rgba(13, 18, 32, 0.88);
	border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .sp-mini-post-card:hover,
[data-theme="dark"] .sp-mini-post-card:focus-within {
	border-color: rgba(121, 169, 255, 0.28);
	box-shadow: 0 22px 40px rgba(2, 6, 23, 0.42);
}

[data-theme="dark"] .sp-mini-post-card__date,
[data-theme="dark"] .sp-mini-post-card__excerpt {
	color: var(--sp-ink-soft);
}

[data-theme="dark"] .sp-archive-summary,
[data-theme="dark"] .sp-archive-filter span {
	color: var(--sp-ink-soft);
}

[data-theme="dark"] .sp-archive-filter select {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.14);
	color: #f3efe9;
}

[data-theme="dark"] .sp-category-tab {
	background: rgba(14, 18, 30, 0.82);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

[data-theme="dark"] .sp-category-tab:hover,
[data-theme="dark"] .sp-category-tab:focus-visible {
	border-color: rgba(121, 169, 255, 0.28);
	background: rgba(20, 24, 40, 0.96);
}

[data-theme="dark"] .sp-category-tab.is-current {
	border-color: rgba(233, 69, 96, 0.24);
	border-left-color: rgba(233, 69, 96, 0.72);
	background: linear-gradient(180deg, rgba(87, 34, 49, 0.32), rgba(18, 22, 36, 0.98));
}

[data-theme="dark"] .sp-category-tab__icon {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: #f2eee7;
}

[data-theme="dark"] .sp-category-tab__meta,
[data-theme="dark"] .sp-category-tab__eyebrow {
	color: var(--sp-ink-soft);
}

[data-theme="dark"] .sp-header__bar,
[data-theme="dark"] .sp-header__micro a,
[data-theme="dark"] .sp-tagline,
[data-theme="dark"] .sp-page-header .category a,
[data-theme="dark"] .sp-page-header .cat-links a,
[data-theme="dark"] .sp-article-header-meta .category a,
[data-theme="dark"] .sp-article-header-meta .cat-links a {
	color: var(--sp-ink-soft);
	border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .sp-brandmark--text,
[data-theme="dark"] .sp-resource-card__title a,
[data-theme="dark"] .sp-link-card a,
[data-theme="dark"] .sp-page-title,
[data-theme="dark"] .sp-article-main h1,
[data-theme="dark"] .sp-article-main h2,
[data-theme="dark"] .sp-article-main h3,
[data-theme="dark"] .sp-article-main h4,
[data-theme="dark"] .sp-sidebar-title {
	color: #f4f1eb;
}

[data-theme="dark"] .sp-story-deck,
[data-theme="dark"] .sp-article-excerpt,
[data-theme="dark"] .sp-article-lead,
[data-theme="dark"] .sp-resource-card__text,
[data-theme="dark"] .sp-link-card p,
[data-theme="dark"] .sp-brand__kicker,
[data-theme="dark"] .sp-resource-card__eyebrow,
[data-theme="dark"] .sp-eyebrow {
	color: var(--sp-ink-soft);
}

[data-theme="dark"] .sp-nav-toggle,
[data-theme="dark"] .sp-theme-toggle,
[data-theme="dark"] .sp-button,
[data-theme="dark"] .sp-pagination a {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.14);
	color: #f0ece5;
}

[data-theme="dark"] .sp-nav-toggle:hover,
[data-theme="dark"] .sp-theme-toggle:hover,
[data-theme="dark"] .sp-button:hover,
[data-theme="dark"] .sp-pagination a:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(121, 169, 255, 0.4);
	color: #fff;
}

[data-theme="dark"] .sp-button--primary {
	background: var(--sp-accent);
	border-color: var(--sp-accent);
	color: #fff;
}

[data-theme="dark"] .sp-button--primary:hover {
	background: #ff6b86;
	border-color: #ff6b86;
}

[data-theme="dark"] .sp-story-chip,
[data-theme="dark"] .sp-featured-image,
[data-theme="dark"] .sp-inline-article-visual,
[data-theme="dark"] .sp-resource-card,
[data-theme="dark"] .sp-link-card,
[data-theme="dark"] .sp-mini-card,
[data-theme="dark"] .sp-section-split > *,
[data-theme="dark"] .sp-sidebar-panel {
	background: linear-gradient(180deg, rgba(24, 29, 47, 0.96), rgba(17, 21, 36, 0.98));
	border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .sp-inline-article-visual__img {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(8, 11, 20, 0.94);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

[data-theme="dark"] .sp-resource-card:hover,
[data-theme="dark"] .sp-link-card:hover {
	border-color: rgba(121, 169, 255, 0.28);
}

[data-theme="dark"] .sp-story-chip span,
[data-theme="dark"] .sp-fact-list dt,
[data-theme="dark"] .sp-breadcrumbs ol {
	color: var(--sp-ink-muted);
}

[data-theme="dark"] .sp-faq-item,
[data-theme="dark"] .sp-news-card,
[data-theme="dark"] .sp-rail-stat,
[data-theme="dark"] .sp-stat-card,
[data-theme="dark"] .sp-snapshot-table-wrap,
[data-theme="dark"] .sp-section--graphics .sp-post-card,
[data-theme="dark"] .sp-snapshot-table tr {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(18, 22, 37, 0.12);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	color: #18202c;
}

[data-theme="dark"] .sp-faq-item summary,
[data-theme="dark"] .sp-news-card__title,
[data-theme="dark"] .sp-news-card__title a,
[data-theme="dark"] .sp-rail-stat strong,
[data-theme="dark"] .sp-stat-card strong,
[data-theme="dark"] .sp-snapshot-link,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__title a {
	color: #18202c;
	font-weight: 620;
}

[data-theme="dark"] .sp-faq-item__body,
[data-theme="dark"] .sp-faq-item__body p,
[data-theme="dark"] .sp-transparency-panel__meta,
[data-theme="dark"] .sp-transparency-facts dt,
[data-theme="dark"] .sp-faq-item__body a,
[data-theme="dark"] .sp-news-card__ago,
[data-theme="dark"] .sp-rail-stat span,
[data-theme="dark"] .sp-stat-card span,
[data-theme="dark"] .sp-post-meta,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__excerpt,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__excerpt p,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__cta a,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-term-line,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-term-line a,
[data-theme="dark"] .sp-snapshot-table th,
[data-theme="dark"] .sp-snapshot-table td,
[data-theme="dark"] .sp-snapshot-table td::before {
	color: #465364;
	font-weight: 560;
}

[data-theme="dark"] .sp-snapshot-table th {
	border-bottom-color: rgba(24, 32, 44, 0.72);
}

[data-theme="dark"] .sp-snapshot-table td {
	border-bottom-color: rgba(24, 32, 44, 0.12);
}

[data-theme="dark"] .sp-snapshot-source {
	color: #1f4fbf;
}

[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__thumb {
	border-color: rgba(24, 32, 44, 0.1);
}

[data-theme="dark"] .sp-faq-item summary::after {
	border-color: rgba(24, 32, 44, 0.16);
	background: rgba(24, 32, 44, 0.05);
	color: #465364;
}

[data-theme="dark"] .sp-transparency-facts__item,
[data-theme="dark"] .sp-update-log li {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(24, 32, 44, 0.12);
}

[data-theme="dark"] .sp-news-card__title a:hover,
[data-theme="dark"] .sp-faq-item__body a:hover,
[data-theme="dark"] .sp-snapshot-link:hover,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__title a:hover,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__cta a:hover,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-term-line a:hover {
	color: #0f1722;
}

[data-theme="dark"] .sp-brandmark--text,
[data-theme="dark"] .sp-header .sp-brand__kicker,
[data-theme="dark"] .sp-header .sp-tagline {
	color: #1f2430;
}

[data-theme="dark"] .sp-header__bar,
[data-theme="dark"] .sp-header__micro a {
	color: #4e5563;
	border-color: rgba(26, 26, 46, 0.1);
}

[data-theme="dark"] .sp-header .sp-nav-toggle,
[data-theme="dark"] .sp-header .sp-theme-toggle {
	background: rgba(26, 26, 46, 0.04);
	border-color: rgba(26, 26, 46, 0.14);
	color: #1f2430;
}

[data-theme="dark"] .sp-header .sp-nav-toggle:hover,
[data-theme="dark"] .sp-header .sp-theme-toggle:hover {
	background: rgba(37, 99, 235, 0.08);
	border-color: rgba(37, 99, 235, 0.28);
	color: #111827;
}

[data-theme="dark"] .sp-faq-item,
[data-theme="dark"] .sp-news-card,
[data-theme="dark"] .sp-rail-stat,
[data-theme="dark"] .sp-stat-card,
[data-theme="dark"] .sp-snapshot-table-wrap,
[data-theme="dark"] .sp-section--graphics .sp-post-card,
[data-theme="dark"] .sp-snapshot-table tr {
	background: linear-gradient(180deg, rgba(35, 41, 64, 0.97), rgba(21, 26, 43, 0.98));
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
	color: var(--sp-ink);
}

[data-theme="dark"] .sp-faq-item summary,
[data-theme="dark"] .sp-news-card__title,
[data-theme="dark"] .sp-news-card__title a,
[data-theme="dark"] .sp-rail-stat strong,
[data-theme="dark"] .sp-stat-card strong,
[data-theme="dark"] .sp-snapshot-link,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__title a {
	color: #f4f1eb;
	font-weight: 680;
}

[data-theme="dark"] .sp-faq-item__body,
[data-theme="dark"] .sp-faq-item__body p,
[data-theme="dark"] .sp-news-card__ago,
[data-theme="dark"] .sp-rail-stat span,
[data-theme="dark"] .sp-stat-card span,
[data-theme="dark"] .sp-post-meta,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__excerpt,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__excerpt p,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__cta a,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-term-line,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-term-line a,
[data-theme="dark"] .sp-snapshot-table th,
[data-theme="dark"] .sp-snapshot-table td,
[data-theme="dark"] .sp-snapshot-table td::before {
	color: rgba(232, 228, 219, 0.78);
	font-weight: 560;
}

[data-theme="dark"] .sp-snapshot-table th {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .sp-snapshot-table td {
	border-bottom-color: rgba(255, 255, 255, 0.09);
}

[data-theme="dark"] .sp-snapshot-source {
	color: #93c5fd;
}

[data-theme="dark"] .sp-news-card__title a:hover,
[data-theme="dark"] .sp-faq-item__body a:hover,
[data-theme="dark"] .sp-snapshot-link:hover,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__title a:hover,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-post-card__cta a:hover,
[data-theme="dark"] .sp-section--graphics .sp-post-card .sp-term-line a:hover {
	color: #bfdbfe;
}

[data-theme="dark"] .sp-disclaimer-banner {
	background: rgba(176, 140, 255, 0.12);
	color: var(--sp-ink);
	border-left-color: var(--sp-ai);
}

[data-theme="dark"] .sp-disclaimer-box,
[data-theme="dark"] .sp-methodology-box,
[data-theme="dark"] .sp-freshness-box,
[data-theme="dark"] .sp-source-box {
	background: linear-gradient(180deg, rgba(32, 37, 60, 0.94), rgba(25, 29, 49, 0.96));
	border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .sp-feedback-panel,
[data-theme="dark"] .sp-editorial-quality-panel,
[data-theme="dark"] .sp-feedback-item {
	background: linear-gradient(180deg, rgba(32, 37, 60, 0.94), rgba(25, 29, 49, 0.96));
	border-color: rgba(255, 255, 255, 0.11);
	color: rgba(244, 238, 235, 0.88);
}

[data-theme="dark"] .sp-feedback-meta {
	color: rgba(238, 233, 226, 0.8);
}

[data-theme="dark"] .sp-feedback-intro,
[data-theme="dark"] .sp-feedback-item {
	color: rgba(238, 233, 226, 0.86);
}

[data-theme="dark"] .sp-disclaimer-box h3,
[data-theme="dark"] .sp-methodology-box h3,
[data-theme="dark"] .sp-freshness-box h3,
[data-theme="dark"] .sp-source-box h3,
[data-theme="dark"] .sp-link-card h3 {
	color: #f2eee7;
}

[data-theme="dark"] .sp-update-log li {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .sp-update-badge {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
}

[data-theme="dark"] .sp-content blockquote {
	background: rgba(121, 169, 255, 0.08);
	border-left-color: rgba(121, 169, 255, 0.8);
}

[data-theme="dark"] .sp-content table {
	background: rgba(22, 26, 44, 0.85);
}

[data-theme="dark"] .sp-content th {
	background: rgba(255, 255, 255, 0.06);
	color: #f1ede6;
}

[data-theme="dark"] .sp-content td,
[data-theme="dark"] .sp-content th {
	border-color: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .sp-fact-list div {
	border-top-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .sp-search-form input[type="search"],
[data-theme="dark"] .sp-search-form input[type="text"],
[data-theme="dark"] .sp-search-form textarea {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.14);
	color: #f3efe9;
}

[data-theme="dark"] .sp-search-form input[type="search"]::placeholder,
[data-theme="dark"] .sp-search-form input[type="text"]::placeholder,
[data-theme="dark"] .sp-search-form textarea::placeholder {
	color: #9b978f;
}

[data-theme="dark"] .sp-search-form button {
	background: rgba(121, 169, 255, 0.16);
	border: 1px solid rgba(121, 169, 255, 0.34);
	color: #edf4ff;
}

[data-theme="dark"] .sp-search-form button:hover {
	background: rgba(121, 169, 255, 0.24);
}

[data-theme="dark"] .sp-theme-toggle {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.16);
	color: var(--sp-ink-soft);
}

[data-theme="dark"] .sp-footer {
	background: linear-gradient(180deg, rgba(10, 12, 20, 0.98), rgba(6, 8, 14, 0.98));
}

[data-theme="dark"] .sp-footer,
[data-theme="dark"] .sp-footer a,
[data-theme="dark"] .sp-footer-brandmark--text {
	color: rgba(244, 240, 233, 0.88);
}

[data-theme="dark"] .sp-page-header__visual,
[data-theme="dark"] .sp-article-map {
	background: linear-gradient(180deg, rgba(24, 29, 47, 0.96), rgba(18, 22, 37, 0.98));
	border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .sp-page-header__visual .sp-mini-card__visual-image,
[data-theme="dark"] .sp-article-map__link,
[data-theme="dark"] .sp-article-map__core {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(8, 11, 20, 0.94);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .sp-page-header__visual .sp-mini-card__visual-hint {
	background: rgba(121, 169, 255, 0.14);
	color: rgba(244, 240, 233, 0.88);
}

[data-theme="dark"] .sp-article-map__core,
[data-theme="dark"] .sp-article-map__link {
	background: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .sp-article-map__core-label,
[data-theme="dark"] .sp-article-map__text small,
[data-theme="dark"] .sp-article-map__summary {
	color: rgba(244, 240, 233, 0.68);
}

[data-theme="dark"] .sp-article-map__branch::before {
	background: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .sp-article-map__index {
	background: rgba(121, 169, 255, 0.14);
	color: #edf4ff;
}

[data-theme="dark"] .sp-article-map__text strong {
	color: #f4f0e9;
}

[data-theme="dark"] .sp-article-map__lane-title,
[data-theme="dark"] .sp-article-map__question-link strong {
	color: #f4f0e9;
}

[data-theme="dark"] .sp-article-map__lane-intro {
	color: rgba(244, 240, 233, 0.74);
}

[data-theme="dark"] .sp-article-map__question-eyebrow {
	color: #a7c6ff;
}

[data-theme="dark"] .sp-article-map__question-link {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
}

.sp-disclaimer-banner {
	padding: 0.9rem 0.95rem 0.9rem 1rem;
	margin: 0 0 0.85rem;
	border-left: 4px solid var(--sp-ai);
	border-radius: var(--sp-radius-md);
	background: rgba(52, 47, 69, 0.08);
	color: var(--sp-secondary);
}

.sp-content {
	width: var(--sp-reading);
	max-width: 100%;
}

.sp-content > :first-child {
	margin-top: 0;
}

.sp-content > :last-child {
	margin-bottom: 0;
}

.sp-content h2,
.sp-content h3,
.sp-content h4 {
	margin-top: 1.85rem;
	margin-bottom: 0.6rem;
	font-family: var(--sp-display);
	font-weight: 820;
	line-height: 1.04;
	letter-spacing: -0.05em;
	scroll-margin-top: calc(var(--sp-sticky-offset) + 1rem);
}

.sp-content h2 {
	font-size: clamp(1.45rem, 2.8vw, 2.2rem);
}

.sp-content h3 {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.sp-content p,
.sp-content ul,
.sp-content ol {
	font-size: 1rem;
}

.sp-content ul,
.sp-content ol {
	padding-left: 1.25rem;
}

.sp-content li + li {
	margin-top: 0.25rem;
}

.sp-content blockquote {
	margin: 1.3rem 0;
	padding: 0.9rem 0.95rem 0.9rem 1rem;
	border-left: 4px solid var(--sp-primary);
	background: rgba(21, 77, 255, 0.06);
	border-radius: var(--sp-radius-md);
}

.sp-content table {
	width: 100%;
	border-collapse: collapse;
}

.sp-content th,
.sp-content td {
	padding: 0.72rem;
	border: 1px solid var(--sp-border);
}

.sp-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
	margin-top: 1rem;
}

.sp-search-form label {
	display: block;
}

.sp-search-form input[type="search"],
.sp-search-form input[type="text"],
.sp-search-form textarea {
	width: 100%;
	padding: 0.9rem 1rem;
	color: var(--sp-ink);
	font: inherit;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-sm);
}

.sp-search-form button {
	min-width: 150px;
	padding: 0.9rem 1rem;
	color: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	background: var(--sp-secondary);
	border: 0;
	border-radius: var(--sp-radius-sm);
	cursor: pointer;
}

.sp-footer {
	padding: 2.35rem 0 2.85rem;
	margin-top: 2rem;
	border-top: 1px solid rgba(17, 17, 15, 0.08);
	background:
		linear-gradient(180deg, rgba(17, 17, 15, 0.98), rgba(24, 24, 24, 0.98)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 32px 32px;
	color: rgba(255, 255, 255, 0.88);
}

.sp-footer__row {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.8fr) minmax(240px, 0.9fr);
	gap: 1.35rem 1.6rem;
	align-items: start;
}

.sp-footer__row > .sp-footer__copy {
	display: grid;
	gap: 0.85rem;
	max-width: 60ch;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.95rem;
}

.sp-footer__row > .sp-footer__copy > p {
	margin: 0;
}

.sp-footer__notice {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
	align-items: center;
	margin: 0.15rem 0 0;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.78);
	text-wrap: pretty;
	line-height: 1.55;
}

.sp-footer__notice a {
	color: #ffffff;
	font-weight: 600;
}

.sp-footer__notice span[aria-hidden="true"] {
	color: rgba(255, 255, 255, 0.42);
}

.sp-footer__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.15rem;
}

.sp-footer-stat {
	padding: 0.7rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.03);
}

.sp-footer-stat strong {
	display: block;
	font-size: 1.35rem;
	line-height: 1;
	color: #fff;
}

.sp-footer-stat span {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.sp-footer-brandmark {
	margin-bottom: 0.9rem;
}

.sp-footer-brandmark--fallback img {
	width: min(320px, 100%);
}

.sp-footer-brandmark--text {
	color: #fff;
	font-family: var(--sp-display);
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.sp-footer__title {
	margin: 0 0 0.6rem;
	font-family: var(--sp-display);
	font-size: 1rem;
	font-weight: 760;
	letter-spacing: -0.03em;
}

.sp-footer-section {
	display: grid;
	gap: 0.8rem;
	align-content: start;
	min-width: 0;
}

.sp-footer__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: default;
}

.sp-footer__toggle::after {
	display: none;
	content: "+";
	font-size: 1rem;
	font-weight: 700;
}

.sp-footer-links {
	display: grid;
	gap: 0.45rem;
}

.sp-footer-links a {
	color: rgba(255, 255, 255, 0.84);
	text-decoration: none;
	line-height: 1.45;
}

.sp-footer-links a:hover {
	color: #fff;
}

.sp-footer__legal {
	margin: 0.15rem 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.85rem;
}

.sp-source-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1rem;
}

.sp-source-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sp-trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.85rem;
}

.sp-empty-state {
	padding: 1.35rem;
}

.sp-page-body {
	padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.sp-section-split {
	display: grid;
	gap: 1rem;
}

.sp-section-split > * {
	padding: 1.1rem;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-lg);
	background: rgba(255, 255, 255, 0.82);
}

.sp-section-split .is-real-poll {
	border-left: 4px solid var(--sp-real);
}

.sp-section-split .is-ai-simulation {
	border-left: 4px solid var(--sp-ai);
}

.sp-disclaimer-box,
.sp-methodology-box,
.sp-freshness-box,
.sp-source-box {
	padding: 1rem 1.1rem;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.82);
	text-wrap: pretty;
}

.sp-disclaimer-box {
	border-left: 4px solid var(--sp-ai);
}

.sp-methodology-box {
	border-left: 4px solid var(--sp-method);
}

.sp-freshness-box {
	border-left: 4px solid var(--sp-trend);
}

.sp-source-box {
	border-left: 4px solid var(--sp-real);
}

.sp-disclaimer-box h3,
.sp-methodology-box h3,
.sp-freshness-box h3,
.sp-source-box h3,
.sp-link-card h3 {
	margin-top: 0;
	font-family: var(--sp-display);
	font-size: 0.9rem;
	font-weight: 760;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sp-public-updates {
	margin-top: 1.35rem;
}

.sp-update-log {
	display: grid;
	gap: 0.65rem;
	margin: 0.95rem 0 0;
	padding: 0;
	list-style: none;
}

.sp-update-log li {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	align-items: center;
	padding: 0.72rem 0.8rem;
	border: 1px solid rgba(17, 17, 15, 0.08);
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.74);
}

.sp-update-log li strong {
	font-size: 0.88rem;
}

.sp-update-log li span:last-child {
	flex: 1 1 18rem;
	min-width: 0;
}

.sp-update-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--sp-link);
	font-size: 0.7rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sp-update-badge--warning {
	background: rgba(217, 119, 6, 0.12);
	color: #9a5d00;
}

.sp-update-policy {
	margin: 0.95rem 0 0;
	font-size: 0.92rem;
	color: var(--sp-ink-soft);
}

.sp-recovery-theme .sp-mode-ai_simulation .sp-article-main,
.sp-recovery-theme .sp-mode-mixed_article .sp-article-main {
	border-color: rgba(52, 47, 69, 0.18);
}

.sp-recovery-theme .sp-mode-real_poll .sp-article-main {
	border-color: rgba(20, 80, 255, 0.18);
}

@media (max-width: 1100px) {
	.sp-hero__grid {
		grid-template-columns: 1fr;
	}

	.sp-footer__row {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	}

	.sp-footer__copy {
		grid-column: 1 / -1;
		max-width: 64ch;
	}

}

@media (max-width: 1380px) {
	:root {
		--sp-wrap: min(1220px, calc(100% - 1.5rem));
	}

	.sp-header__row {
		gap: 0.85rem 1rem;
	}

	.sp-brandmark--fallback img {
		width: min(330px, 100%);
	}

	.sp-tagline {
		max-width: 46ch;
		font-size: 0.83rem;
	}

	.sp-theme-toggle {
		min-height: 2.55rem;
		min-width: 2.55rem;
	}

	.sp-nav-shell {
		gap: 0.45rem;
	}

	.sp-nav ul {
		gap: 0.2rem 0.75rem;
	}

	.sp-nav a {
		min-height: 2.45rem;
		font-size: 0.89rem;
	}

	.sp-hero__main {
		max-width: 56rem;
	}

	.sp-hero__title,
	.sp-page-title {
		max-width: 10.5ch;
		font-size: clamp(2.5rem, 5.1vw, 4.9rem);
	}

	.sp-home-layout {
		grid-template-columns: minmax(0, 1fr) clamp(340px, 29vw, 390px);
		gap: 1rem;
	}

	.sp-home-layout--category-archive {
		grid-template-columns: minmax(0, 1fr) clamp(280px, 23vw, 320px);
	}

	.sp-home-layout__main,
	.sp-home-layout__rail {
		gap: 1rem;
	}

	.sp-rail-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1240px) {
	:root {
		--sp-wrap: min(1180px, calc(100% - 1rem));
	}

	.sp-footer__row {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.sp-footer__row > .sp-footer__copy {
		grid-column: 1 / -1;
		max-width: 68ch;
	}

	.sp-header__row {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.sp-header__actions {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.sp-nav-shell {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.sp-hero__title,
	.sp-page-title {
		max-width: 10ch;
		font-size: clamp(2.3rem, 4.6vw, 4.35rem);
	}

	.sp-home-compass__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sp-post-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
	}

	.sp-section--graphics .sp-post-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	}

	.sp-mini-post-grid {
		grid-template-columns: 1fr;
	}

	.sp-faq-grid {
		grid-template-columns: 1fr;
	}

	.sp-home-layout {
		grid-template-columns: minmax(0, 1fr) clamp(320px, 27vw, 360px);
		gap: 0.95rem;
	}

	.sp-home-layout--category-archive {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.sp-category-tabs {
		grid-template-columns: 1fr;
	}

	.sp-rail-stats,
	.sp-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1160px) {
	.sp-home-layout {
		grid-template-columns: 1fr;
	}

	.sp-home-layout__rail {
		position: static;
	}

	.sp-blackout-banner {
		padding: 0.78rem 0.9rem;
		font-size: 0.84rem;
	}

	.sp-home-layout__rail .sp-section,
	.sp-home-layout__rail .sp-panel {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sp-rail-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.sp-stat-grid {
		grid-template-columns: 1fr;
	}

	.sp-archive-filters {
		flex-direction: column;
		align-items: stretch;
	}

	.sp-archive-filter {
		min-width: 100%;
	}

	.sp-category-tabs {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
		max-height: none;
	}

	.sp-footer__row {
		grid-template-columns: 1fr;
	}

	.sp-footer__row > .sp-footer__copy {
		grid-column: auto;
	}

	.sp-footer__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	:root {
		--sp-header-height: 4.25rem;
	}

	.sp-header {
		padding: 0.15rem 0;
	}

	.sp-header__bar,
	.sp-tagline {
		display: none;
	}

	.sp-header__row {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.55rem;
	}

	.sp-header__actions {
		display: flex;
		position: relative;
		width: auto;
		justify-content: flex-end;
	}

	.sp-nav-ready .sp-nav-toggle {
		display: inline-flex;
	}

	.sp-nav-ready .sp-nav-shell {
		display: none;
		position: fixed;
		top: calc(var(--sp-admin-offset) + var(--sp-header-height));
		right: 0;
		left: 0;
		z-index: 80;
		padding: 0.65rem 1rem 1rem;
		border-top: 1px solid rgba(202, 194, 183, 0.92);
		border-bottom: 1px solid rgba(202, 194, 183, 0.92);
		border-left: 0;
		border-right: 0;
		border-radius: 0 0 1.4rem 1.4rem;
		background: #f6f2eb;
		box-shadow: 0 18px 48px rgba(18, 22, 37, 0.14);
		width: auto;
		max-height: calc(100svh - var(--sp-admin-offset) - var(--sp-header-height));
		overflow: auto;
		justify-content: stretch;
		justify-items: stretch;
		align-items: stretch;
		align-content: start;
	}

	.sp-nav-ready .sp-nav-shell.is-open {
		display: grid;
		gap: 0.85rem;
	}

	.sp-nav-priority-links {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.45rem;
		order: -1;
		width: 100%;
	}

	.sp-nav-priority-link {
		justify-content: flex-start;
		width: 100%;
		min-height: 3rem;
		padding: 0.65rem 0.8rem;
		border-color: rgba(26, 26, 46, 0.1);
		background: #fff;
		font-size: 1.02rem;
		text-align: left;
	}

	.sp-nav {
		width: 100%;
	}

	.sp-nav-panel-trust {
		display: grid;
		gap: 0.5rem;
		padding: 0.85rem 0 0;
		border-top: 1px solid rgba(26, 26, 46, 0.08);
		width: 100%;
	}

	.sp-nav-panel-trust-links {
		display: grid;
		gap: 0.15rem;
		width: 100%;
	}

	.sp-nav-panel-trust-links a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 44px;
		padding: 0.3rem 0;
		color: var(--sp-ink-soft);
		font-size: 0.92rem;
		font-weight: 600;
		text-decoration: none;
		text-align: left;
	}

	.sp-nav ul {
		display: grid;
		gap: 0.15rem;
		width: 100%;
	}

	.sp-nav li {
		width: 100%;
	}

	.sp-nav a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 3rem;
		padding: 0.5rem 0;
		font-size: 1.02rem;
		font-weight: 700;
		border-bottom: 1px solid rgba(26, 26, 46, 0.08);
		text-align: left;
	}

	.sp-nav a::after {
		display: none;
	}

	.sp-brandmark--fallback img {
		width: min(164px, 100%);
	}

	.sp-header.is-compact {
		min-height: 3.15rem;
		padding: 0.04rem 0;
		box-shadow: 0 8px 24px rgba(26, 26, 46, 0.08);
	}

	.sp-header.is-compact .sp-brandmark--fallback img {
		width: min(142px, 100%);
	}

	.sp-header.is-compact .sp-nav-toggle {
		min-height: 2.25rem;
		min-width: 2.25rem;
		padding: 0.5rem;
	}

	body.sp-nav-open {
		overflow: hidden;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--sp-admin-offset: 46px;
	}

	.sp-search-form {
		grid-template-columns: 1fr;
	}

	.sp-search-form button {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.sp-header__micro a:nth-child(n+3) {
		display: none;
	}

	.sp-home-compass {
		padding: 0.9rem;
	}

	.sp-home-compass__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.sp-home-layout {
		grid-template-columns: 1fr;
	}

	.sp-home-layout__rail {
		position: static;
	}
}

@media (max-width: 768px) {
	:root {
		--sp-header-height: 3.75rem;
	}

	.sp-main {
		padding-top: 1rem;
	}

	.sp-header {
		padding: 0.1rem 0;
	}

	.sp-post-card {
		padding: 0.88rem;
	}

	.sp-post-card__title {
		font-size: 1.06rem;
		line-height: 1.28;
	}

	.sp-post-card__excerpt,
	.sp-post-card__cta {
		display: none;
	}

	.sp-category-tab {
		padding: 0.72rem 0.74rem;
	}

	.sp-category-tab__icon {
		min-width: 1.9rem;
		height: 1.9rem;
		font-size: 0.7rem;
	}

	.sp-brandmark--fallback img {
		width: min(150px, 100%);
	}

	.sp-section-more {
		display: flex;
	}

	.sp-section-more .sp-button {
		min-height: 44px;
	}

	.sp-resource-grid.sp-mobile-limit-3 > article:nth-child(n+4) {
		display: none;
	}

	.sp-resource-grid.sp-mobile-limit-4 > article:nth-child(n+5) {
		display: none;
	}

	.sp-faq-item summary {
		padding: 0.95rem 2.9rem 0.95rem 0.95rem;
		font-size: 0.98rem;
	}

	.sp-hero__notice {
		padding: 0.8rem 0.85rem;
		font-size: 0.84rem;
	}

	.sp-faq-item__body {
		padding: 0 0.95rem 0.95rem;
	}

	.sp-transparency-panel__meta {
		font-size: 0.74rem;
	}

	.sp-transparency-facts {
		grid-template-columns: 1fr;
	}

	.sp-snapshot-table {
		min-width: 0;
	}

	.sp-snapshot-table thead {
		display: none;
	}

	.sp-snapshot-table,
	.sp-snapshot-table tbody {
		display: grid;
		gap: 0.7rem;
	}

	.sp-snapshot-table tr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem 0.85rem;
		padding: 0.9rem;
		border: 1px solid var(--sp-border);
		border-radius: var(--sp-radius-md);
		background: rgba(255, 255, 255, 0.96);
	}

	.sp-snapshot-table td {
		display: block;
		padding: 0;
		border: 0;
	}

	.sp-snapshot-table td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 0.14rem;
		font-size: 0.66rem;
		font-weight: 760;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--sp-ink-muted);
	}

	.sp-footer__stats {
		grid-template-columns: 1fr;
	}

	.sp-footer__row {
		grid-template-columns: 1fr;
	}

	.sp-footer-section {
		padding-top: 0.25rem;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.sp-footer__toggle {
		min-height: 44px;
		padding: 0.45rem 0;
		cursor: pointer;
	}

	.sp-footer__toggle::after {
		display: inline-block;
	}

	.sp-footer-section.is-open .sp-footer__toggle::after {
		content: "−";
	}

	.sp-footer-section .sp-footer-links,
	.sp-footer-section .sp-footer__legal {
		display: none;
	}

	.sp-footer-section.is-open .sp-footer-links,
	.sp-footer-section.is-open .sp-footer__legal {
		display: grid;
	}

	.sp-footer-links a {
		display: flex;
		align-items: center;
		min-height: 44px;
	}

	.sp-button,
	.sp-nav-toggle,
	.sp-theme-toggle,
	.sp-header__micro a {
		min-height: 44px;
	}

	.sp-nav-toggle {
		min-width: 44px;
		padding: 0.45rem;
		border-radius: 0.95rem;
		background: rgba(255, 255, 255, 0.92);
	}
}

@media (max-width: 640px) {
	:root {
		--sp-header-height: 3.55rem;
	}

	.sp-post-grid,
	.sp-resource-grid,
	.sp-trust-grid,
	.sp-meta-grid {
		grid-template-columns: 1fr;
	}

	.sp-hero__title,
	.sp-page-title {
		max-width: none;
	}

	.sp-brandmark--fallback img {
		width: min(136px, 100%);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.sp-ticker--animated .sp-wrap {
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.sp-ticker--animated .sp-ticker__track {
		width: auto;
		flex-wrap: wrap;
		gap: 0.7rem 1rem;
		animation: none !important;
	}

	.sp-ticker--animated .sp-ticker__item {
		white-space: normal;
	}

	.sp-ticker--animated .sp-ticker__item a {
		overflow-wrap: anywhere;
	}

	.sp-ticker--animated .sp-ticker__item.is-clone,
	.sp-ticker--animated .sp-ticker__sep.is-clone {
		display: none;
	}
}

/* Readability polish 2026-04-28 */
:root {
	--sp-wrap: min(1440px, calc(100% - 2.25rem));
	--sp-reading: min(820px, 100%);
	--sp-content-gap: 1.2rem;
	--sp-panel-pad: 1.15rem;
}

body {
	color: #202532;
	line-height: 1.72;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)) 0 0 / 100% 220px no-repeat,
		linear-gradient(180deg, #fbfaf7 0%, #f5f0e8 52%, #eee8df 100%);
}

.sp-panel,
.sp-surface-card {
	border-color: rgba(117, 108, 96, 0.22);
	box-shadow: 0 14px 36px rgba(23, 27, 40, 0.07);
}

.sp-shell,
.sp-section,
.sp-page-header,
.sp-article-main {
	padding: var(--sp-panel-pad);
}

.sp-main {
	padding-top: 1rem;
}

.sp-home-layout {
	grid-template-columns: minmax(0, 1fr) clamp(360px, 28vw, 420px);
	gap: var(--sp-content-gap);
}

.sp-home-layout--category-archive {
	grid-template-columns: minmax(0, 1fr) clamp(280px, 22vw, 320px);
}

.sp-home-layout__main,
.sp-home-layout__rail {
	gap: var(--sp-content-gap);
}

.sp-section-title,
.sp-page-title,
.sp-post-card__title,
.sp-mini-post-card__title,
.sp-category-tab__title,
.sp-snapshot-link {
	overflow-wrap: anywhere;
	hyphens: auto;
}

.sp-section-title {
	max-width: 24ch;
	line-height: 1.12;
}

.sp-section-intro,
.sp-page-intro,
.sp-hero__copy,
.sp-archive-summary,
.sp-post-card__excerpt,
.sp-mini-post-card__excerpt {
	max-width: 66ch;
	line-height: 1.66;
}

.sp-post-grid,
.sp-resource-grid {
	gap: 1rem;
}

.sp-post-card,
.sp-mini-post-card {
	gap: 0.75rem;
	padding: 1rem;
	border-radius: var(--sp-radius-lg);
}

.sp-post-card:hover,
.sp-mini-post-card:hover,
.sp-mini-post-card:focus-within {
	transform: translateY(-1px);
}

.sp-post-card__title {
	font-size: 1.26rem;
	line-height: 1.24;
}

.sp-post-card__excerpt {
	color: #535b68;
	font-size: 0.96rem;
}

.sp-archive-search-panel {
	padding: 1rem;
	border: 1px solid rgba(117, 108, 96, 0.18);
	border-radius: var(--sp-radius-lg);
	background: rgba(255, 255, 255, 0.78);
}

.sp-search-form input[type="search"],
.sp-search-form input[type="text"],
.sp-search-form textarea,
.sp-archive-filter select {
	min-height: 46px;
	background: #fff;
	border-color: rgba(117, 108, 96, 0.28);
}

.sp-category-sidebar-card {
	gap: 0.85rem;
	padding: 1rem;
}

.sp-category-tabs {
	grid-template-columns: 1fr;
	gap: 0.45rem;
	max-height: min(70svh, 680px);
	padding-right: 0.25rem;
}

.sp-category-tab {
	align-items: center;
	gap: 0.18rem 0.58rem;
	min-height: 3.35rem;
	padding: 0.62rem 0.68rem;
	border-radius: var(--sp-radius-sm);
	background: rgba(255, 255, 255, 0.88);
}

.sp-category-tab__icon {
	min-width: 1.8rem;
	height: 1.8rem;
	font-size: 0.68rem;
}

.sp-category-tab__title {
	font-family: var(--sp-sans);
	font-size: 0.9rem;
	font-weight: 760;
	line-height: 1.22;
}

.sp-category-tab__eyebrow,
.sp-category-tab__meta {
	font-size: 0.66rem;
}

.sp-snapshot-table-wrap {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sp-snapshot-table {
	font-size: 0.9rem;
}

.sp-snapshot-table th,
.sp-snapshot-table td {
	padding: 0.78rem 0.82rem;
}

.sp-content {
	width: var(--sp-reading);
}

.sp-content p,
.sp-content ul,
.sp-content ol {
	font-size: 1rem;
	line-height: 1.78;
}

.sp-content p {
	margin-top: 0.9rem;
	margin-bottom: 0.9rem;
}

.sp-content h2,
.sp-content h3,
.sp-content h4 {
	letter-spacing: 0;
	line-height: 1.13;
	text-wrap: balance;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.sp-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--sp-border);
	border-radius: var(--sp-radius-md);
	background: rgba(255, 255, 255, 0.95);
}

.sp-content thead,
.sp-content tbody,
.sp-content tr {
	width: 100%;
}

.sp-content th,
.sp-content td {
	min-width: 10rem;
	padding: 0.75rem 0.82rem;
	line-height: 1.48;
	vertical-align: top;
}

.sp-transparency-panel,
.sp-disclaimer-banner,
.sp-blackout-banner,
.sp-accessibility-note {
	line-height: 1.62;
}

@media (min-width: 1280px) {
	body {
		font-size: 17px;
	}

	.sp-shell,
	.sp-section,
	.sp-page-header,
	.sp-article-main {
		padding: 1.3rem;
	}
}

@media (max-width: 1240px) {
	:root {
		--sp-wrap: min(1180px, calc(100% - 1.25rem));
		--sp-content-gap: 1rem;
	}
}

@media (max-width: 960px) {
	.sp-home-layout,
	.sp-home-layout--category-archive {
		grid-template-columns: 1fr;
	}

	.sp-home-layout__rail {
		position: static;
	}

	.sp-category-tabs {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
		max-height: none;
	}

	.sp-section,
	.sp-page-header,
	.sp-article-main,
	.sp-category-sidebar-card,
	.sp-archive-search-panel {
		padding: 1rem;
	}
}

@media (max-width: 640px) {
	:root {
		--sp-wrap: calc(100% - 1rem);
		--sp-reading: 100%;
	}

	body {
		font-size: 16px;
		line-height: 1.7;
	}

	.sp-main {
		padding-top: 0.75rem;
	}

	.sp-section,
	.sp-page-header,
	.sp-article-main,
	.sp-post-card,
	.sp-mini-post-card,
	.sp-category-sidebar-card,
	.sp-archive-search-panel {
		padding: 0.9rem;
	}

	.sp-content p,
	.sp-content ul,
	.sp-content ol {
		line-height: 1.72;
	}

	.sp-category-tabs {
		grid-template-columns: 1fr;
		gap: 0.4rem;
	}

	.sp-category-tab {
		min-height: 3.1rem;
	}
}

/* Mobile overflow guard 2026-04-28 */
html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

@supports (overflow: clip) {
	html,
	body {
		overflow-x: clip;
	}
}

.sp-wrap,
.sp-main,
.sp-panel,
.sp-surface-card,
.sp-shell,
.sp-section,
.sp-page-header,
.sp-article-layout,
.sp-article-main,
.sp-content,
.sp-content > *,
.sp-content :where(.wp-block-group, .wp-block-table, figure, iframe, embed, object),
.sp-local-depth-box,
.sp-candidate-narrative-depth,
.sp-context-source-depth {
	min-width: 0;
	max-width: 100%;
}

.sp-content :where(p, li, td, th, figcaption, blockquote, a, strong, em, code),
.sp-story-deck,
.sp-post-meta,
.sp-story-chip,
.sp-mini-card,
.sp-mini-list,
.sp-disclaimer-banner,
.sp-transparency-panel,
.sp-share-box,
.pai-feedback-box,
.pai-article-reader {
	overflow-wrap: anywhere;
	word-break: normal;
}

.sp-content :where(pre, code, kbd, samp) {
	max-width: 100%;
	white-space: pre-wrap;
}

.sp-content :where(.wp-block-table, figure.wp-block-table) {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sp-content table {
	width: 100%;
	max-width: 100%;
	table-layout: auto;
}

.sp-content th,
.sp-content td {
	max-width: min(34rem, 100%);
	overflow-wrap: anywhere;
	word-break: normal;
	hyphens: auto;
}

.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) {
	padding: clamp(0.95rem, 2.4vw, 1.15rem);
	border: 1px solid rgba(117, 108, 96, 0.2);
	border-radius: var(--sp-radius-lg);
	background: rgba(255, 255, 255, 0.72);
}

.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) table {
	margin: 0.9rem 0;
	background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 700px) {
	.sp-wrap {
		width: min(calc(100% - 1rem), 100%);
	}

	.alignfull {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		transform: none;
	}

	.sp-content {
		width: 100%;
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) {
		margin-right: 0;
		margin-left: 0;
		padding: 0.85rem;
		border-radius: var(--sp-radius-md);
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) table,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) thead,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) tbody,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) tr,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) th,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) td {
		display: block;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) table {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) tr {
		margin: 0.7rem 0;
		overflow: hidden;
		border: 1px solid var(--sp-border);
		border-radius: var(--sp-radius-md);
		background: #fff;
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) th,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) td {
		padding: 0.68rem 0.75rem;
		border: 0;
		border-top: 1px solid rgba(117, 108, 96, 0.18);
		line-height: 1.5;
	}

	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) th:first-child,
	.sp-content :where(.sp-local-depth-box, .sp-candidate-narrative-depth, .sp-context-source-depth) td:first-child {
		border-top: 0;
		color: var(--sp-primary);
		font-weight: 760;
	}

	.sp-content > table,
	.sp-content > .wp-block-table {
		margin-right: 0;
		margin-left: 0;
	}
}
