.ff-archive-hero {
	padding: 56px 0 80px;
	background: linear-gradient(135deg, #07111f 0%, #16213e 100%);
	border-bottom: 0;
}

.ff-static-hero {
	padding: 40px 0;
	border-bottom: 1px solid var(--ff-border-default);
	background: #fff;
}

.ff-archive-hero__inner,
.ff-detail-hero__inner,
.ff-static-hero__inner,
.ff-search-panel__inner,
.ff-search-results__inner {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 40px;
}

.ff-static-hero .ff-breadcrumb {
	margin-bottom: 16px;
	color: #9ca3af;
	font-size: 13px;
	font-weight: 500;
}

.ff-static-hero .ff-breadcrumb a {
	color: #9ca3af;
	text-decoration: none;
}

.ff-static-hero .ff-kicker {
	margin: 0 0 12px;
	color: var(--ff-action-guide);
	font-size: 12px;
	font-weight: 800;
}

.ff-static-hero .ff-page-title {
	margin: 0 0 12px;
	color: var(--ff-text-primary);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.35;
}

.ff-static-hero .ff-page-lead {
	max-width: 720px;
	margin: 0;
	color: #374151;
	font-size: 15px;
	line-height: 1.8;
}

.ff-archive-hero .ff-kicker {
	display: inline-flex;
	margin: 0 0 16px;
	padding: 6px 14px;
	border: 1px solid rgba(147, 197, 253, .3);
	border-radius: 999px;
	background: rgba(37, 99, 235, .16);
	color: #93c5fd;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.ff-archive-hero .ff-page-title {
	max-width: 760px;
	margin: 0 0 12px;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.35;
}

.ff-archive-hero .ff-page-lead {
	max-width: 680px;
	margin: 0;
	color: #b9c2d6;
	font-size: 15px;
	line-height: 1.8;
}

.ff-archive-floating {
	position: relative;
	z-index: 2;
	margin-top: -40px;
}

.ff-archive-filter-panel {
	padding: 22px 26px;
	border: 1px solid var(--ff-border-default);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
}

.ff-archive-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}

.ff-filter-control {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 150px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--ff-border-default);
	border-radius: 10px;
	background: var(--ff-bg-surface-alt);
	color: var(--ff-text-secondary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.ff-filter-control--search {
	flex: 1 1 260px;
	justify-content: flex-start;
	color: var(--ff-text-muted);
}

.ff-archive-filter-pills,
.ff-search-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ff-filter-pill {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 0 14px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.ff-filter-pill.is-active {
	background: #0b1220;
	color: #fff;
}

.ff-archive-section {
	padding: 44px 0 0;
}

.ff-archive-section:last-child {
	padding-bottom: 80px;
}

.ff-archive-mini-label {
	margin: 0 0 12px;
	color: var(--ff-text-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.ff-feature-link-card,
.ff-stadium-feature-card,
.ff-city-map-card,
.ff-info-banner,
.ff-caution-banner,
.ff-next-match-banner {
	border-radius: 14px;
}

.ff-feature-link-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 24px 28px;
	border: 1px solid var(--ff-border-default);
	border-radius: 16px;
	background: #fff;
	color: var(--ff-text-primary);
	text-decoration: none;
	box-shadow: var(--ff-shadow-card);
}

.ff-feature-link-card:hover {
	color: var(--ff-text-primary);
	border-color: rgba(37, 99, 235, .45);
}

.ff-feature-link-card__icon,
.ff-search-card__icon,
.ff-search-empty__icon,
.ff-error-link-card__icon {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 10px;
	background: var(--ff-bg-blue-soft);
}

.ff-feature-link-card__icon img,
.ff-search-card__icon img,
.ff-search-empty__icon img,
.ff-error-link-card__icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.ff-feature-link-card__body {
	display: grid;
	flex: 1;
	gap: 6px;
	min-width: 0;
}

.ff-feature-link-card__body strong {
	color: var(--ff-text-primary);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
}

.ff-feature-link-card__body span:last-child {
	color: var(--ff-text-muted);
	font-size: 13px;
	line-height: 1.7;
}

.ff-feature-link-card__cta {
	flex: none;
	color: var(--ff-action-guide);
	font-size: 13px;
	font-weight: 800;
}

.ff-ticket-club-grid .ff-card,
.ff-stadium-card-grid .ff-card {
	min-height: 100%;
}

.ff-archive-body .ff-grid > .ff-card,
.ff-archive-body .ff-grid > a.ff-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	border: 1px solid var(--ff-border-default);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
}

.ff-archive-body .ff-card__title {
	font-size: 14px;
	line-height: 1.5;
}

.ff-archive-body .ff-card__desc {
	font-size: 12px;
	line-height: 1.6;
}

.ff-safety-banner {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 24px 28px;
	border: 1px solid #bbf7d0;
	border-radius: 16px;
	background: #f0fdf4;
}

.ff-safety-banner__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 12px;
	background: #dcfce7;
}

.ff-safety-banner__icon img {
	width: 24px;
	height: 24px;
}

.ff-stadium-feature-card {
	display: grid;
	grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	padding: 24px;
	border: 1px solid var(--ff-border-default);
	background: #fff;
}

.ff-stadium-feature-card__visual {
	position: relative;
	display: grid;
	min-height: 220px;
	place-items: center;
	overflow: hidden;
	border-radius: 14px;
	background: linear-gradient(160deg, #07111f, #1b2a4a);
}

.ff-stadium-feature-card__visual img,
.ff-detail-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .9;
}

.ff-stadium-feature-card__visual span {
	position: absolute;
	bottom: 12px;
	left: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.ff-stadium-feature-card__body h2 {
	margin: 0 0 10px;
	color: var(--ff-text-primary);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.4;
}

.ff-stadium-feature-card__body p {
	margin: 0 0 18px;
	color: var(--ff-text-secondary);
	font-size: 14px;
	line-height: 1.8;
}

.ff-stadium-card {
	display: flex;
	flex-direction: column;
}

.ff-stadium-card__icon,
.ff-guide-point-card__icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--ff-border-default);
	border-radius: var(--ff-radius-md);
	background: var(--ff-bg-surface-alt);
}

.ff-stadium-card__icon img,
.ff-guide-point-card__icon img {
	width: 24px;
	height: 24px;
}

.ff-city-map-card {
	padding: 26px 30px;
	border: 1px solid #bfdbfe;
	background: var(--ff-bg-blue-soft);
}

.ff-city-map-card h2,
.ff-info-banner h2,
.ff-caution-banner h2,
.ff-next-match-banner p {
	margin: 0 0 6px;
	color: var(--ff-text-primary);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
}

.ff-city-map-card p,
.ff-info-banner p,
.ff-caution-banner p {
	margin: 0;
	color: var(--ff-text-secondary);
	font-size: 13px;
	line-height: 1.75;
}

.ff-feature-band {
	background: #f8fafc;
}

.ff-feature-band--safe {
	background: #f0fdf4;
}

.ff-caution-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 26px;
	border: 1px solid #f1e4c2;
	background: var(--ff-bg-amber-soft);
}

.ff-caution-banner p {
	color: #78350f;
}

.ff-caution-banner--compact {
	display: block;
	margin-bottom: 24px;
}

.ff-info-banner {
	padding: 22px 26px;
	border: 1px solid var(--ff-border-default);
	background: var(--ff-bg-surface-alt);
}

.ff-inline-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.ff-inline-pill-list span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid var(--ff-border-default);
	border-radius: 999px;
	background: #fff;
	color: var(--ff-text-primary);
	font-size: 13px;
	font-weight: 700;
}

.ff-archive-note,
.ff-detail-note {
	padding: 18px 24px;
	border: 1px solid #bfdbfe;
	border-radius: 14px;
	background: var(--ff-bg-blue-soft);
}

.ff-archive-note p,
.ff-detail-note p {
	margin: 0;
	color: var(--ff-text-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7;
}

.ff-match-mini-list {
	display: grid;
	gap: 10px;
}

.ff-match-mini-row {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) minmax(160px, auto);
	gap: 12px;
	align-items: center;
	padding: 16px 20px;
	border: 1px solid var(--ff-border-default);
	border-radius: 12px;
	background: #fff;
}

.ff-static-document {
	width: 100%;
	max-width: 820px;
	margin-inline: auto;
	padding: 56px 40px 96px;
}

.ff-static-page {
	width: min(100% - 32px, var(--ff-container));
	margin-inline: auto;
	padding: 48px 0 80px;
}

.ff-static-document--narrow {
	max-width: 680px;
}

.ff-static-document .ff-breadcrumb {
	margin-bottom: 20px;
	color: #9ca3af;
	font-size: 13px;
	font-weight: 500;
}

.ff-static-document .ff-breadcrumb a {
	color: #9ca3af;
	text-decoration: none;
}

.ff-static-title {
	margin: 0 0 16px;
	color: var(--ff-text-primary);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.35;
}

.ff-static-lead,
.ff-static-document p {
	margin: 0;
	color: #374151;
	font-size: 15px;
	line-height: 1.8;
}

.ff-static-lead {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.9;
}

.ff-static-document h2 {
	margin: 48px 0 16px;
	color: var(--ff-text-primary);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
}

.ff-static-document ul {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0;
	padding: 0 0 0 20px;
}

.ff-static-document li {
	color: #374151;
	font-size: 15px;
	line-height: 1.8;
}

.ff-static-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 48px;
}

.ff-operator-table {
	overflow: hidden;
	border: 1px solid var(--ff-border-default);
	border-radius: 14px;
	background: #fff;
}

.ff-operator-table__row {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	border-bottom: 1px solid #f3f4f6;
}

.ff-operator-table__row:last-child {
	border-bottom: 0;
}

.ff-operator-table__label,
.ff-operator-table__value {
	padding: 16px 20px;
}

.ff-operator-table__label {
	background: var(--ff-bg-surface-alt);
	color: var(--ff-text-secondary);
	font-size: 13px;
	font-weight: 800;
}

.ff-operator-table__value {
	color: var(--ff-text-primary);
	font-size: 14px;
	line-height: 1.7;
}

.ff-contact-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 32px;
	border: 1px solid var(--ff-border-default);
	border-radius: 16px;
	background: #fff;
}

.ff-contact-card .ff-form__row {
	gap: 8px;
}

.ff-contact-card label {
	color: var(--ff-text-primary);
	font-size: 13px;
	font-weight: 700;
}

.ff-contact-card .ff-input,
.ff-contact-card .ff-select,
.ff-contact-card .ff-textarea {
	border-color: #d1d5db;
	border-radius: 10px;
	font-size: 14px;
}

.ff-contact-card .ff-select {
	background-color: var(--ff-bg-surface-alt);
}

.ff-contact-card .ff-textarea {
	min-height: 110px;
}

.ff-form-result {
	margin-bottom: 18px;
}

.ff-form-result p {
	margin: 0;
}

.ff-search-panel {
	padding: 40px 0;
	border-bottom: 1px solid var(--ff-border-default);
	background: #fff;
}

.ff-search-panel__inner,
.ff-search-results__inner {
	max-width: 1000px;
}

.ff-search-panel__label {
	margin: 0 0 12px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 700;
}

.ff-search-box {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 14px 18px;
	border: 1px solid var(--ff-border-default);
	border-radius: 12px;
	background: var(--ff-bg-surface-alt);
}

.ff-search-box__icon img,
.ff-error-search img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	opacity: .65;
}

.ff-search-box input,
.ff-error-search input {
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--ff-text-primary);
	font-size: 15px;
	font-weight: 500;
	outline: 0;
}

.ff-search-results {
	padding: 32px 0 64px;
}

.ff-search-summary {
	margin: 0 0 20px;
	color: var(--ff-text-muted);
	font-size: 13px;
	line-height: 1.7;
}

.ff-search-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
}

.ff-search-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px 24px;
	border: 1px solid var(--ff-border-default);
	border-radius: 14px;
	background: #fff;
	color: var(--ff-text-primary);
	text-decoration: none;
}

.ff-search-card:hover {
	color: var(--ff-text-primary);
	border-color: var(--ff-action-guide);
}

.ff-search-card__body {
	display: grid;
	flex: 1;
	gap: 4px;
	min-width: 0;
}

.ff-search-card__title {
	color: var(--ff-text-primary);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.ff-search-card__desc {
	color: var(--ff-text-muted);
	font-size: 13px;
	line-height: 1.6;
}

.ff-search-card__cta {
	flex: none;
	color: var(--ff-action-guide);
	font-size: 13px;
	font-weight: 800;
}

.ff-search-empty {
	padding: 32px;
	border: 1px dashed var(--ff-border-strong);
	border-radius: 14px;
	background: var(--ff-bg-surface-alt);
	text-align: center;
}

.ff-search-empty__icon {
	margin: 0 auto 12px;
}

.ff-search-empty p {
	max-width: 520px;
	margin: 0 auto 16px;
	color: #374151;
	font-size: 14px;
	line-height: 1.8;
}

.ff-search-empty__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.ff-pagination-wrap {
	margin-top: 32px;
}

.ff-error-hero {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background: linear-gradient(135deg, #07111f, #16213e);
	text-align: center;
}

.ff-error-hero__orb {
	position: absolute;
	width: 200px;
	height: 200px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
}

.ff-error-hero__orb--left {
	top: 20%;
	left: 10%;
}

.ff-error-hero__orb--right {
	right: 8%;
	bottom: 10%;
	width: 220px;
	height: 220px;
}

.ff-error-hero__inner {
	position: relative;
	width: min(100% - 32px, 600px);
	margin-inline: auto;
}

.ff-error-code {
	margin: 0 0 16px;
	color: #fff;
	font-size: 88px;
	font-weight: 900;
	line-height: 1;
	opacity: .9;
}

.ff-error-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.4;
}

.ff-error-lead {
	margin: 0 0 32px;
	color: #b9c2d6;
	font-size: 14px;
	line-height: 1.8;
}

.ff-error-search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	border-radius: 12px;
	background: #fff;
}

.ff-error-links {
	padding: 56px 0 80px;
}

.ff-error-links__inner {
	width: 100%;
	max-width: 700px;
	margin-inline: auto;
	padding-inline: 40px;
	text-align: center;
}

.ff-error-links__label {
	margin: 0 0 16px;
	color: #9ca3af;
	font-size: 13px;
	font-weight: 800;
}

.ff-error-link-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ff-error-link-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	border: 1px solid var(--ff-border-default);
	border-radius: 12px;
	background: #fff;
	color: var(--ff-text-primary);
	text-align: left;
	text-decoration: none;
}

.ff-error-link-card:hover {
	color: var(--ff-text-primary);
	border-color: var(--ff-action-guide);
}

.ff-error-link-card__icon {
	width: 30px;
	height: 30px;
	border-radius: 8px;
}

.ff-error-link-card__icon img {
	width: 15px;
	height: 15px;
}

.ff-error-link-card span:nth-child(2) {
	flex: 1;
	font-size: 13px;
	font-weight: 700;
}

.ff-error-link-card em,
.ff-related-link-card em {
	color: var(--ff-action-guide);
	font-style: normal;
	font-weight: 900;
}

.ff-detail-hero {
	padding: 24px 0 32px;
	border-bottom: 1px solid var(--ff-border-default);
	background: #fff;
}

.ff-detail-hero .ff-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: #9ca3af;
	font-size: 13px;
	font-weight: 500;
}

.ff-detail-hero .ff-breadcrumb a {
	color: var(--ff-action-guide);
	text-decoration: none;
}

.ff-detail-title {
	margin: 0 0 10px;
	color: var(--ff-text-primary);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.4;
}

.ff-detail-lead {
	max-width: 720px;
	margin: 0;
	color: #374151;
	font-size: 15px;
	line-height: 1.8;
}

.ff-detail-meta {
	margin: 14px 0 0;
	color: var(--ff-text-muted);
	font-size: 12px;
	line-height: 1.7;
}

.ff-detail-main {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding: 40px 40px 0;
}

.ff-detail-visual {
	height: 220px;
	margin-bottom: 32px;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(160deg, #07111f, #1b2a4a);
}

.ff-detail-section {
	margin-bottom: 48px;
}

.ff-detail-section h2 {
	margin: 0 0 16px;
	color: var(--ff-text-primary);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
}

.ff-detail-section p {
	margin: 0;
	color: #374151;
	font-size: 14px;
	line-height: 1.8;
}

.ff-detail-facts {
	display: grid;
	gap: 12px;
}

.ff-detail-facts--5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ff-detail-facts--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ff-fact-card,
.ff-info-card {
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--ff-border-default);
	border-radius: 12px;
	background: #fff;
}

.ff-fact-card__label {
	display: block;
	margin-bottom: 6px;
	color: #9ca3af;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.ff-fact-card strong {
	display: block;
	color: var(--ff-text-primary);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.ff-fact-card--dark {
	border-color: #0b1220;
	background: #0b1220;
}

.ff-fact-card--dark .ff-fact-card__label {
	color: #93c5fd;
}

.ff-fact-card--dark strong {
	color: #fff;
}

.ff-detail-card-grid {
	display: grid;
	gap: 16px;
	margin-bottom: 18px;
}

.ff-detail-card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-info-card h3,
.ff-info-banner h3 {
	margin: 0 0 8px;
	color: var(--ff-text-primary);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.ff-info-card p,
.ff-info-banner p {
	color: var(--ff-text-muted);
	font-size: 13px;
	line-height: 1.7;
}

.ff-detail-after-grid {
	margin-top: 16px;
}

.ff-detail-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0;
	padding: 0 0 0 20px;
}

.ff-detail-list li {
	color: #374151;
	font-size: 15px;
	line-height: 1.8;
}

.ff-detail-two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}

.ff-detail-bullet-list,
.ff-detail-checklist,
.ff-day-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ff-detail-bullet-list > div,
.ff-detail-checklist > div {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #374151;
	font-size: 14px;
	line-height: 1.8;
}

.ff-detail-bullet-list > div > span {
	width: 6px;
	height: 6px;
	flex: 0 0 auto;
	margin-top: 9px;
	border-radius: 50%;
	background: var(--ff-action-guide);
}

.ff-detail-bullet-list--amber > div > span {
	background: var(--ff-action-warning);
}

.ff-detail-bullet-list--green > div > span {
	background: var(--ff-action-safe);
}

.ff-detail-checklist > div {
	align-items: center;
	padding: 9px 12px;
	border-radius: 8px;
	background: var(--ff-bg-surface-alt);
	font-weight: 600;
}

.ff-detail-checklist > div > span {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	border: 1.5px solid #d1d5db;
	border-radius: 4px;
	background: #fff;
}

.ff-day-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 20px;
	border: 1px solid var(--ff-border-default);
	border-radius: 12px;
	background: #fff;
}

.ff-day-row strong {
	width: 64px;
	flex: 0 0 auto;
	color: var(--ff-action-guide);
	font-size: 14px;
	font-weight: 900;
}

.ff-day-row p {
	flex: 1;
	color: #374151;
	font-size: 14px;
	line-height: 1.7;
}

.ff-next-match-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 28px;
	background: #0b1220;
	color: #fff;
}

.ff-next-match-banner p {
	color: #93c5fd;
}

.ff-next-match-banner strong {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

.ff-related-link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ff-related-link-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border: 1px solid var(--ff-border-default);
	border-radius: 12px;
	background: #fff;
	color: var(--ff-text-primary);
	text-decoration: none;
}

.ff-related-link-card:hover {
	color: var(--ff-text-primary);
	border-color: var(--ff-action-guide);
}

.ff-related-link-card span {
	display: grid;
	width: 32px;
	height: 32px;
	flex: none;
	place-items: center;
	border-radius: 8px;
	background: var(--ff-bg-blue-soft);
}

.ff-related-link-card--safe span {
	background: #dcfce7;
}

.ff-related-link-card img {
	width: 16px;
	height: 16px;
}

.ff-related-link-card strong {
	flex: 1;
	color: var(--ff-text-primary);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.ff-player-detail-title-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.ff-player-detail-title-row .ff-player-card__icon {
	width: 48px;
	height: 48px;
}

.ff-player-detail-title-row .ff-player-card__icon img {
	width: 26px;
	height: 26px;
}

.ff-detail-body .ff-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ff-archive-body .ff-faq {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ff-detail-body .ff-faq details,
.ff-archive-body .ff-faq details {
	border-radius: 12px;
	background: var(--ff-bg-surface-alt);
}

@media (max-width: 900px) {
	.ff-detail-facts--5,
	.ff-detail-facts--4,
	.ff-detail-card-grid--3,
	.ff-archive-body .ff-faq,
	.ff-stadium-feature-card,
	.ff-related-link-grid,
	.ff-detail-two-column {
		grid-template-columns: 1fr;
	}

	.ff-safety-banner,
	.ff-next-match-banner,
	.ff-feature-link-card {
		align-items: flex-start;
	}

	.ff-safety-banner {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.ff-safety-banner .ff-button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.ff-archive-hero {
		padding: 38px 0 70px;
	}

	.ff-archive-hero__inner,
	.ff-detail-hero__inner,
	.ff-static-hero__inner,
	.ff-detail-main,
	.ff-search-panel__inner,
	.ff-search-results__inner,
	.ff-error-links__inner {
		padding-inline: 20px;
	}

	.ff-archive-hero .ff-page-title,
	.ff-detail-title,
	.ff-static-title {
		font-size: 28px;
	}

	.ff-archive-filter-panel,
	.ff-contact-card,
	.ff-search-card,
	.ff-search-empty {
		padding: 20px;
	}

	.ff-feature-link-card,
	.ff-search-card,
	.ff-day-row,
	.ff-next-match-banner,
	.ff-related-link-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.ff-feature-link-card__cta,
	.ff-search-card__cta {
		align-self: stretch;
	}

	.ff-static-document {
		padding: 40px 24px 72px;
	}

	.ff-operator-table__row {
		grid-template-columns: 1fr;
	}

	.ff-search-empty__actions,
	.ff-static-actions {
		flex-direction: column;
	}

	.ff-error-code {
		font-size: 72px;
	}

	.ff-error-title {
		font-size: 22px;
	}
}
