:root {
	--svf-red: #e11d2e;
	--svf-red-dark: #b51222;
	--svf-ink: #0f172a;
	--svf-muted: #64748b;
	--svf-line: #e5e7eb;
	--svf-bg: #f6f8fb;
	--svf-card: #ffffff;
	--svf-night: #050915;
	--svf-night-2: #0b1730;
	--svf-night-line: rgba(148, 163, 184, 0.18);
	--svf-soft: #fff5f5;
	--svf-green: #059669;
	--svf-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	--svf-shadow-strong: 0 28px 70px rgba(15, 23, 42, 0.14);
}

/* FBL24 Home page only */
.svf-home-dashboard {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	padding: 18px 0 28px;
	background:
		radial-gradient(circle at 12% 10%, rgba(225, 29, 46, 0.18), transparent 26%),
		radial-gradient(circle at 84% 8%, rgba(24, 44, 82, 0.36), transparent 30%),
		linear-gradient(135deg, #030814 0%, #071426 48%, #170710 100%);
	color: #f8fafc;
}

.svf-home-dashboard::before,
.svf-home-dashboard::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.svf-home-dashboard::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 92px 92px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

.svf-home-dashboard::after {
	background:
		linear-gradient(118deg, transparent 0 50%, rgba(255, 255, 255, 0.07) 50% 51%, transparent 51%),
		linear-gradient(118deg, transparent 0 83%, rgba(225, 29, 46, 0.34) 83% 85%, transparent 85%);
}

.svf-home-shell {
	position: relative;
	z-index: 1;
	width: min(1660px, calc(100% - 48px));
	margin: 0 auto;
}

.svf-home-top-grid,
.svf-home-main-grid {
	display: grid;
	gap: 10px;
}

.svf-home-top-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
	margin-bottom: 14px;
}

.svf-home-main-grid {
	grid-template-columns: minmax(420px, 1.16fr) minmax(280px, 0.74fr) minmax(280px, 0.74fr) minmax(280px, 0.74fr);
	align-items: stretch;
}

.svf-home-panel {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.9));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.svf-home-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.svf-home-panel-head h1,
.svf-home-panel-head h2 {
	margin: 0;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-home-panel-head a {
	color: #ff263f;
	font-weight: 850;
	text-decoration: none;
}

.svf-home-featured-card {
	position: relative;
	min-height: 338px;
	padding: 20px 22px;
	color: #fff;
}

.svf-home-stadium {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(3, 8, 20, 0.58), rgba(3, 8, 20, 0.92)),
		radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.28), transparent 34%),
		linear-gradient(180deg, #142136, #06101f);
}

.svf-home-stadium::after {
	content: "";
	position: absolute;
	inset: auto 12% 20px;
	height: 78px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.23), transparent 68%);
}

.svf-home-featured-top,
.svf-home-featured-score,
.svf-home-scorers,
.svf-home-featured-actions {
	position: relative;
	z-index: 1;
}

.svf-home-featured-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.svf-home-featured-top strong {
	color: #ff263f;
	text-transform: uppercase;
}

.svf-home-featured-top span,
.svf-home-card-league {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #cbd5e1;
	font-size: 0.84rem;
	font-weight: 800;
}

.svf-home-featured-score {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	margin-top: 34px;
	text-align: center;
}

.svf-home-featured-score > div:not(.svf-home-score-center) {
	display: grid;
	justify-items: center;
	gap: 12px;
	min-width: 0;
}

.svf-home-featured-score strong {
	max-width: 210px;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-home-club-logo {
	width: 92px;
	height: 92px;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.52));
}

.svf-home-score-center {
	display: grid;
	justify-items: center;
	gap: 10px;
}

.svf-home-score-center a {
	color: #fff;
	font-size: clamp(2.8rem, 5vw, 4.4rem);
	font-weight: 950;
	line-height: 1;
	text-decoration: none;
}

.svf-home-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 950;
	padding: 3px 9px;
}

.svf-home-badge-live {
	background: #e11d2e;
}

.svf-home-badge-half {
	border: 1px solid rgba(248, 113, 113, 0.5);
	background: rgba(225, 29, 46, 0.22);
}

.svf-home-badge-finished {
	background: rgba(34, 197, 94, 0.16);
	color: #bbf7d0;
}

.svf-home-badge-alert {
	background: rgba(245, 158, 11, 0.18);
	color: #fde68a;
}

.svf-home-scorers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin-top: 16px;
	color: #cbd5e1;
	font-size: 0.83rem;
}

.svf-home-featured-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 22px;
}

.svf-home-primary,
.svf-home-save {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	font-weight: 900;
	text-decoration: none;
	padding: 0 20px;
}

.svf-home-primary {
	background: linear-gradient(135deg, #f11d38, #b51222);
	color: #fff;
}

.svf-home-save {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.svf-home-today-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 16px 18px;
}

.svf-home-match-card {
	position: relative;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(17, 31, 53, 0.96), rgba(8, 18, 33, 0.94));
	box-shadow: inset 0 -3px 0 rgba(225, 29, 46, 0.55);
}

.svf-home-match-link {
	display: grid;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	padding: 14px;
}

.svf-home-card-score,
.svf-home-countdown-teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	text-align: center;
}

.svf-home-card-score > span,
.svf-home-countdown-teams > span {
	display: grid;
	justify-items: center;
	gap: 6px;
	min-width: 0;
	color: #e5e7eb;
	font-weight: 850;
}

.svf-home-card-score small {
	max-width: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-home-card-score strong,
.svf-home-countdown-teams strong {
	color: #fff;
	font-size: 1.55rem;
	font-weight: 950;
}

.svf-home-mini-logo,
.svf-home-team-logo {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.svf-home-star {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.24);
	color: #fff;
	font-size: 0;
	font-weight: 950;
}

.svf-home-star::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: currentColor;
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.svf-home-star.is-saved,
.svf-home-save.is-saved {
	border-color: rgba(225, 29, 46, 0.5);
	background: rgba(225, 29, 46, 0.18);
	color: #ff5a6d;
}

.svf-home-filters,
.svf-home-tabs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.svf-home-filters {
	padding: 0 18px 18px;
}

.svf-home-filters button,
.svf-home-tabs button {
	flex: 0 0 auto;
	min-height: 36px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #f8fafc;
	font-weight: 850;
	padding: 0 16px;
}

.svf-home-filters button.is-active,
.svf-home-tabs button.is-active {
	border-color: rgba(225, 29, 46, 0.7);
	background: linear-gradient(135deg, #e11d2e, #8d1020);
}

.svf-home-live-panel {
	min-height: 390px;
}

.svf-home-live-list {
	padding: 8px 0 12px;
}

.svf-home-live-league {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 12px 18px 8px;
	color: #cbd5e1;
	font-size: 0.84rem;
	text-transform: uppercase;
}

.svf-home-live-row {
	position: relative;
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.svf-home-live-row a {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 76px minmax(0, 1fr) 54px;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	color: #e5e7eb;
	text-decoration: none;
	padding: 8px 52px 8px 18px;
}

.svf-home-live-row strong {
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-home-live-row strong:first-of-type {
	text-align: right;
}

.svf-home-live-row b {
	color: #ff263f;
	font-size: 1.05rem;
	text-align: center;
}

.svf-home-live-row small {
	color: #94a3b8;
}

.svf-home-countdown-card {
	display: grid;
	gap: 16px;
	padding: 18px;
	text-align: center;
}

.svf-home-countdown-card p {
	margin: 0;
	color: #cbd5e1;
}

.svf-home-countdown {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.svf-home-countdown span {
	display: grid;
	gap: 2px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 950;
	padding: 10px;
}

.svf-home-countdown small {
	color: #94a3b8;
	font-size: 0.64rem;
	text-transform: uppercase;
}

.svf-home-news-list,
.svf-home-table {
	display: grid;
	padding: 14px 16px 16px;
}

.svf-home-news-list {
	gap: 12px;
}

.svf-home-news-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.svf-home-news-item img,
.svf-home-news-item > span:first-child {
	width: 72px;
	height: 54px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.5), rgba(37, 99, 235, 0.3));
	object-fit: cover;
}

.svf-home-news-item small {
	display: block;
	color: #ff263f;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-home-news-item strong {
	display: -webkit-box;
	overflow: hidden;
	margin: 3px 0;
	color: #fff;
	font-size: 0.86rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.svf-home-news-item em {
	color: #94a3b8;
	font-size: 0.76rem;
	font-style: normal;
}

.svf-home-table > div {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 34px 42px 48px;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-home-table > div:first-child {
	color: #8da0b8;
	font-size: 0.7rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-home-table span:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-home-table strong {
	color: #fff;
	text-align: right;
}

.svf-home-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: rgba(148, 163, 184, 0.12);
}

.svf-home-feature-strip div {
	padding: 20px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.95), rgba(6, 17, 31, 0.94));
}

.svf-home-feature-strip strong {
	display: block;
	margin-bottom: 4px;
	color: #ff263f;
	text-transform: uppercase;
}

.svf-home-feature-strip span {
	color: #cbd5e1;
}

.svf-home-state {
	display: grid;
	justify-items: center;
	gap: 10px;
	margin: 18px;
	border: 1px dashed rgba(255, 38, 63, 0.42);
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.72);
	color: #f8fafc;
	text-align: center;
	padding: 34px 20px;
}

.svf-home-state span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #cbd5e1;
	font-size: 1.4rem;
}

.svf-home-state p {
	margin: 0;
	color: #b8c5d8;
}

.svf-home-state button {
	min-height: 38px;
	border: 0;
	border-radius: 8px;
	background: #e11d2e;
	color: #fff;
	font-weight: 900;
	padding: 0 16px;
}

.svf-home-skeleton {
	position: relative;
	overflow: hidden;
	min-height: 110px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
}

.svf-home-skeleton::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
	animation: svf-home-shimmer 1.1s infinite;
}

@keyframes svf-home-shimmer {
	to {
		transform: translateX(100%);
	}
}

/* Clean FBL24 home dashboard layout */
.svf-home-app-grid {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr) 350px;
	gap: 14px;
	align-items: start;
}

.svf-home-main {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.svf-home-search-panel {
	position: relative;
	z-index: 5;
}

.svf-home-search-box {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	min-height: 58px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.96), rgba(6, 17, 31, 0.92));
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0 16px;
}

.svf-home-search-icon {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid #cbd5e1;
	border-radius: 999px;
}

.svf-home-search-icon::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: -5px;
	width: 9px;
	height: 2px;
	border-radius: 999px;
	background: #cbd5e1;
	transform: rotate(45deg);
}

.svf-home-search-box input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
}

.svf-home-search-box:focus-within {
	border-color: rgba(225, 29, 46, 0.65);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13), 0 20px 55px rgba(0, 0, 0, 0.28);
}

.svf-home-search-results {
	position: absolute;
	inset: calc(100% + 8px) 0 auto;
	display: grid;
	gap: 6px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 12px;
	background: rgba(6, 17, 31, 0.98);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
	padding: 10px;
}

.svf-home-search-results a,
.svf-home-search-results span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-radius: 9px;
	color: #e5e7eb;
	font-weight: 800;
	text-decoration: none;
	padding: 10px 12px;
}

.svf-home-search-results a:hover {
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
}

.svf-home-league-sidebar,
.svf-home-live-now-sidebar {
	position: sticky;
	top: 16px;
}

.svf-home-left-rail {
	position: sticky;
	top: 16px;
	display: grid;
	gap: 14px;
	align-self: start;
}

.svf-home-left-rail .svf-home-league-sidebar {
	position: static;
}

.svf-home-league-list {
	display: grid;
	gap: 4px;
	padding: 12px;
}

.svf-home-league-list button {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: #f8fafc;
	font-weight: 900;
	text-align: left;
	padding: 8px 10px;
}

.svf-home-league-list button:hover,
.svf-home-league-list button.is-active {
	border-color: rgba(225, 29, 46, 0.46);
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.28), rgba(73, 13, 29, 0.5));
}

.svf-home-league-list i,
.svf-home-view-all i {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	opacity: 0.8;
	transform: rotate(-45deg);
}

.svf-home-league-list b {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #cbd5e1;
	font-size: 0.75rem;
	padding: 3px 7px;
}

.svf-home-league-logo {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.svf-home-view-all,
.svf-home-live-all {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.svf-home-view-all:hover,
.svf-home-live-all:hover {
	background: rgba(225, 29, 46, 0.2);
}

.svf-home-featured-card {
	min-height: 404px;
	border-radius: 10px;
}

.svf-home-hero-arrow {
	position: absolute;
	z-index: 2;
	top: 54%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(8, 18, 33, 0.72);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.svf-home-hero-arrow::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.svf-home-hero-prev {
	left: 22px;
}

.svf-home-hero-prev::before {
	transform: rotate(45deg);
}

.svf-home-hero-next {
	right: 22px;
}

.svf-home-hero-next::before {
	transform: rotate(-135deg);
}

.svf-home-venue {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 4px;
	margin-top: 16px;
	color: #cbd5e1;
	font-size: 0.88rem;
}

.svf-home-hero-dots {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

.svf-home-hero-dots span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(203, 213, 225, 0.42);
}

.svf-home-hero-dots span:first-child {
	background: #ff263f;
	box-shadow: 0 0 16px rgba(225, 29, 46, 0.82);
}

.svf-home-center-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	gap: 14px;
}

.svf-home-today-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
}

.svf-home-match-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.svf-home-match-card + .svf-home-match-card,
.svf-home-live-row + .svf-home-live-row {
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.svf-home-match-card:hover,
.svf-home-live-row:hover,
.svf-home-live-now-box:hover {
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 3px 0 0 rgba(225, 29, 46, 0.9);
}

.svf-home-match-link {
	grid-template-columns: minmax(126px, 0.88fr) 76px minmax(240px, 1.2fr);
	align-items: center;
	gap: 12px;
	min-height: 64px;
	padding: 8px 52px 8px 18px;
}

.svf-home-card-score {
	grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
	gap: 12px;
	text-align: left;
}

.svf-home-card-score > span {
	grid-template-columns: 28px minmax(0, 1fr);
	justify-items: start;
	align-items: center;
}

.svf-home-card-score small {
	max-width: 150px;
	color: #fff;
}

.svf-home-card-score strong {
	text-align: center;
}

.svf-home-live-row a {
	grid-template-columns: 82px minmax(0, 1fr) 74px minmax(0, 1fr) 58px;
}

.svf-home-live-row strong {
	display: flex;
	align-items: center;
	gap: 8px;
}

.svf-home-live-row strong:first-of-type {
	justify-content: flex-end;
}

.svf-home-row-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 25px;
	border-radius: 7px;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 950;
	padding: 3px 8px;
}

.svf-home-row-status.svf-home-badge-live {
	background: #e11d2e;
}

.svf-home-row-status.svf-home-badge-upcoming {
	background: rgba(255, 255, 255, 0.08);
	color: #cbd5e1;
}

.svf-home-tiny-logo {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.svf-home-live-now-list {
	display: grid;
	gap: 10px;
	padding: 12px;
}

.svf-home-live-now-box {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 12px;
	background: linear-gradient(160deg, rgba(17, 31, 53, 0.88), rgba(8, 18, 33, 0.9));
}

.svf-home-live-now-box a {
	display: grid;
	gap: 14px;
	color: #fff;
	text-decoration: none;
	padding: 14px;
}

.svf-home-live-now-box .svf-home-card-league {
	justify-content: space-between;
}

.svf-home-live-now-box .svf-home-card-league b {
	margin-left: auto;
	color: #ff263f;
	font-size: 0.78rem;
}

.svf-home-live-now-score {
	display: grid;
	grid-template-columns: 38px 44px minmax(76px, 1fr) 44px 38px;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.svf-home-live-now-score strong {
	color: #ff263f;
	font-size: 1.45rem;
	font-weight: 950;
}

.svf-home-live-now-score small {
	color: #e5e7eb;
	font-weight: 900;
}

.svf-home-no-results {
	border: 1px dashed rgba(255, 38, 63, 0.42);
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.72);
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding: 20px;
}

.svf-home-feature-strip {
	margin-top: 14px;
}

.svf-home-feature-strip h2 {
	grid-column: 1 / -1;
	margin: 0;
	padding: 16px 18px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.96), rgba(6, 17, 31, 0.94));
	color: #fff;
	font-size: 0.95rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-home-feature-strip div {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 14px;
	align-items: center;
}

.svf-home-feature-strip div::before {
	content: "";
	grid-row: 1 / 3;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(225, 29, 46, 0.62);
	border-radius: 12px;
	background:
		radial-gradient(circle, rgba(225, 29, 46, 0.22), transparent 55%),
		linear-gradient(135deg, rgba(225, 29, 46, 0.12), transparent);
	box-shadow: inset 0 0 0 1px rgba(225, 29, 46, 0.12), 0 0 18px rgba(225, 29, 46, 0.12);
}

.svf-home-feature-strip div strong,
.svf-home-feature-strip div span {
	grid-column: 2;
}

.svf-home-feature-strip div strong {
	grid-row: 1;
}

.svf-home-feature-strip div span {
	grid-row: 2;
	margin-top: -10px;
}

.svf-home-follow-card {
	padding: 22px;
}

.svf-home-follow-card h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 1rem;
	font-weight: 950;
}

.svf-home-follow-card p {
	margin: 0;
	color: #cbd5e1;
	line-height: 1.55;
}

.svf-home-follow-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 18px;
	border-radius: 8px;
	background: linear-gradient(135deg, #e11d2e, #8d1020);
	color: #fff;
	font-weight: 950;
	text-decoration: none;
	padding: 0 18px;
}

@media (max-width: 1320px) {
	.svf-home-app-grid {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.svf-home-live-now-sidebar {
		grid-column: 1 / -1;
		position: static;
	}

	.svf-home-live-now-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.svf-home-app-grid,
	.svf-home-center-grid {
		grid-template-columns: 1fr;
	}

	.svf-home-league-sidebar {
		position: static;
	}

	.svf-home-left-rail {
		position: static;
	}

	.svf-home-league-list {
		display: flex;
		overflow-x: auto;
	}

	.svf-home-league-list button {
		flex: 0 0 210px;
	}
}

@media (max-width: 720px) {
	.svf-home-shell {
		width: 100%;
		padding: 0 10px;
	}

	.svf-home-search-box {
		min-height: 52px;
	}

	.svf-home-featured-card {
		min-height: 330px;
	}

	.svf-home-match-link,
	.svf-home-live-row a {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 14px 48px 14px 14px;
	}

	.svf-home-card-score {
		grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
	}

	.svf-home-live-row strong:first-of-type {
		justify-content: flex-start;
		text-align: left;
	}

	.svf-home-live-now-list {
		grid-template-columns: 1fr;
	}

	.svf-home-hero-arrow {
		display: none;
	}

	.svf-home-feature-strip div {
		grid-template-columns: 46px minmax(0, 1fr);
	}

	.svf-home-feature-strip div::before {
		width: 38px;
		height: 38px;
	}
}

.svf-match-route {
	background: #07101f;
}

.svf-match-route-card {
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.96), rgba(6, 17, 31, 0.94));
	color: #fff;
}

.svf-match-route-teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	text-align: center;
}

.svf-match-route-teams > div {
	display: grid;
	justify-items: center;
	gap: 10px;
}

.svf-match-route-teams h1 {
	color: #fff;
	font-size: clamp(2.2rem, 6vw, 4.5rem);
}

@media (max-width: 1280px) {
	.svf-home-main-grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	}
}

@media (max-width: 980px) {
	.svf-home-shell {
		width: min(100% - 24px, 900px);
	}

	.svf-home-top-grid,
	.svf-home-main-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.svf-home-dashboard {
		padding-top: 10px;
	}

	.svf-home-shell {
		width: 100%;
		padding: 0 10px;
	}

	.svf-home-featured-card {
		min-height: 300px;
		padding: 16px;
	}

	.svf-home-featured-score {
		gap: 8px;
		margin-top: 24px;
	}

	.svf-home-club-logo {
		width: 58px;
		height: 58px;
	}

	.svf-home-featured-score strong {
		max-width: 98px;
		font-size: 0.78rem;
	}

	.svf-home-score-center a {
		font-size: 2.1rem;
	}

	.svf-home-today-grid {
		display: flex;
		overflow-x: auto;
		padding-right: 10px;
	}

	.svf-home-match-card {
		flex: 0 0 235px;
	}

	.svf-home-live-row a {
		grid-template-columns: 48px minmax(0, 1fr) 62px;
		grid-template-areas:
			"time home score"
			"time away action";
		min-height: 68px;
		padding-right: 48px;
	}

	.svf-home-live-row a > span {
		grid-area: time;
	}

	.svf-home-live-row strong:first-of-type {
		grid-area: home;
		text-align: left;
	}

	.svf-home-live-row b {
		grid-area: score;
	}

	.svf-home-live-row strong:last-of-type {
		grid-area: away;
	}

	.svf-home-live-row small {
		grid-area: action;
	}

	.svf-home-feature-strip {
		grid-template-columns: 1fr;
	}

	.svf-match-route-teams {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.svf-home-today-grid {
		display: grid;
		grid-template-columns: 1fr;
		overflow: visible;
		padding: 0;
	}

	.svf-home-match-card {
		flex: initial;
	}

	.svf-home-live-row a {
		grid-template-areas: none;
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.svf-home-live-row a > span,
	.svf-home-live-row strong:first-of-type,
	.svf-home-live-row b,
	.svf-home-live-row strong:last-of-type,
	.svf-home-live-row small {
		grid-area: auto;
	}
}

/* FBL24 Match Center detail page */
.svf-md-page {
	overflow-x: hidden;
	min-height: 100vh;
	padding: 16px 0 28px;
	background:
		radial-gradient(circle at 7% 12%, rgba(225, 29, 46, 0.18), transparent 26%),
		radial-gradient(circle at 84% 10%, rgba(30, 64, 175, 0.2), transparent 28%),
		linear-gradient(135deg, #030814 0%, #071426 52%, #140711 100%);
	color: #f8fafc;
}

.svf-md-page::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(118deg, transparent 0 57%, rgba(255, 255, 255, 0.06) 57% 58%, transparent 58%),
		linear-gradient(118deg, transparent 0 88%, rgba(225, 29, 46, 0.35) 88% 90%, transparent 90%);
}

.svf-md-shell {
	position: relative;
	z-index: 1;
	width: min(1660px, calc(100% - 48px));
	margin: 0 auto;
}

.svf-md-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	overflow-x: auto;
	margin-bottom: 10px;
	color: #94a3b8;
	font-size: 0.82rem;
	white-space: nowrap;
}

.svf-md-breadcrumb a {
	color: #cbd5e1;
	text-decoration: none;
}

.svf-md-breadcrumb strong {
	color: #fff;
}

.svf-md-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 440px;
	gap: 10px;
	align-items: start;
}

.svf-md-main,
.svf-md-sidebar {
	display: grid;
	gap: 10px;
}

.svf-md-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.9));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.svf-md-card h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.13);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 950;
	text-transform: uppercase;
	padding: 16px 18px;
}

.svf-md-card h2 a {
	color: #ff263f;
	font-size: 0.8rem;
	text-decoration: none;
	text-transform: none;
}

.svf-md-hero {
	min-height: 318px;
}

.svf-md-stadium-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(3, 8, 20, 0.46), rgba(3, 8, 20, 0.94)),
		radial-gradient(ellipse at 50% 16%, rgba(255, 255, 255, 0.27), transparent 34%),
		linear-gradient(180deg, #18243a, #06101f);
}

.svf-md-stadium-bg::after {
	content: "";
	position: absolute;
	inset: auto 8% 18px;
	height: 92px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.24), transparent 70%);
}

.svf-md-favorite {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.28);
	color: #fff;
	font-weight: 950;
}

.svf-md-league,
.svf-md-scoreboard,
.svf-md-meta-line,
.svf-md-tabs {
	position: relative;
	z-index: 1;
}

.svf-md-league {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-top: 26px;
}

.svf-md-league-logo {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.svf-md-league span {
	display: grid;
	gap: 2px;
	color: #fff;
	text-align: center;
}

.svf-md-league small {
	color: #cbd5e1;
}

.svf-md-scoreboard {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 20px;
	margin-top: 18px;
	text-align: center;
	padding: 0 42px;
}

.svf-md-scoreboard > div:not(.svf-md-score) {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 0;
}

.svf-md-club-logo {
	width: 104px;
	height: 104px;
	object-fit: contain;
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.52));
}

.svf-md-scoreboard h1 {
	max-width: 240px;
	overflow: hidden;
	margin: 0;
	color: #fff;
	font-size: 1.05rem;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.svf-md-scoreboard span {
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-md-score {
	display: grid;
	justify-items: center;
	gap: 8px;
}

.svf-md-score strong {
	color: #fff;
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 950;
	line-height: 1;
}

.svf-md-score small {
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	color: #e5e7eb;
	padding: 4px 10px;
}

.svf-md-countdown {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin-top: 4px;
}

.svf-md-countdown span {
	display: grid;
	min-width: 54px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 950;
	padding: 6px;
}

.svf-md-countdown small {
	border: 0;
	background: transparent;
	color: #94a3b8;
	font-size: 0.58rem;
	padding: 0;
	text-transform: uppercase;
}

.svf-md-status {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 950;
	padding: 3px 10px;
}

.svf-md-status-live {
	background: #e11d2e;
}

.svf-md-status-half {
	border: 1px solid rgba(248, 113, 113, 0.5);
	background: rgba(225, 29, 46, 0.2);
}

.svf-md-status-finished {
	background: rgba(34, 197, 94, 0.16);
	color: #bbf7d0;
}

.svf-md-status-alert {
	background: rgba(245, 158, 11, 0.18);
	color: #fde68a;
}

.svf-md-meta-line {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin: 16px 0 0;
	color: #cbd5e1;
	font-size: 0.86rem;
}

.svf-md-tabs {
	display: flex;
	gap: 34px;
	margin-top: 22px;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
	padding: 0 18px;
	overflow-x: auto;
}

.svf-md-tabs button {
	position: relative;
	min-height: 52px;
	border: 0;
	background: transparent;
	color: #cbd5e1;
	font-weight: 900;
	white-space: nowrap;
}

.svf-md-tabs button.is-active {
	color: #fff;
}

.svf-md-tabs button.is-active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	border-radius: 999px;
	background: #ff263f;
}

.svf-md-tab-panel {
	display: none;
}

.svf-md-tab-panel.is-active {
	display: block;
}

.svf-md-card-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(240px, 0.55fr) minmax(300px, 1fr);
	gap: 10px;
}

.svf-md-wide {
	grid-column: span 2;
}

.svf-md-stats {
	display: grid;
	gap: 12px;
	padding: 16px 18px 18px;
}

.svf-md-stat-row {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.svf-md-stat-row > span:last-child {
	text-align: right;
}

.svf-md-stat-row small {
	display: block;
	margin-bottom: 5px;
	color: #cbd5e1;
	text-align: center;
}

.svf-md-stat-row b {
	display: flex;
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
}

.svf-md-stat-row i,
.svf-md-stat-row em {
	display: block;
	min-width: 3px;
	height: 100%;
}

.svf-md-stat-row i {
	background: #ff263f;
}

.svf-md-stat-row em {
	margin-left: auto;
	background: #3155d4;
}

.svf-md-card h3 {
	margin: 16px 18px 10px;
	color: #fff;
	font-size: 0.88rem;
}

.svf-md-form-badges {
	display: flex;
	gap: 8px;
	padding: 0 18px 14px;
}

.svf-md-form-badges span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #64748b;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 950;
}

.svf-md-form-badges .is-w {
	background: #16a34a;
}

.svf-md-form-badges .is-l {
	background: #dc2626;
}

.svf-md-h2h-summary {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 16px 18px;
	text-align: center;
}

.svf-md-h2h-summary span {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #94a3b8;
	padding: 12px;
}

.svf-md-h2h-summary strong {
	display: block;
	color: #fff;
	font-size: 1.35rem;
}

.svf-md-fixture-list {
	display: grid;
	padding: 8px 16px 16px;
}

.svf-md-fixture-list a {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 64px;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
	text-decoration: none;
}

.svf-md-fixture-list strong {
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-md-info-list {
	display: grid;
	gap: 10px;
	padding: 16px 18px;
}

.svf-md-info-list span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #94a3b8;
	padding-bottom: 9px;
}

.svf-md-info-list strong {
	color: #fff;
	text-align: right;
}

.svf-md-table {
	display: grid;
	padding: 12px 16px 16px;
}

.svf-md-table > div {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 34px 42px 48px;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-md-table > div:first-child {
	color: #8da0b8;
	font-size: 0.7rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-md-table > div.is-current {
	border-left: 3px solid #22c55e;
	background: rgba(34, 197, 94, 0.08);
	padding-left: 8px;
}

.svf-md-table span:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-md-table strong {
	color: #fff;
	text-align: right;
}

.svf-md-pitch {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 18px 18px;
	border: 1px solid rgba(34, 197, 94, 0.22);
	border-radius: 10px;
	background:
		linear-gradient(90deg, rgba(34, 197, 94, 0.06) 50%, rgba(34, 197, 94, 0.11) 50%),
		linear-gradient(180deg, rgba(21, 128, 61, 0.24), rgba(6, 78, 59, 0.16));
	padding: 12px;
}

.svf-md-lineup-team h3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}

.svf-md-lineup-team h3 small {
	color: #cbd5e1;
}

.svf-md-xi {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.svf-md-xi span {
	display: grid;
	gap: 3px;
	justify-items: center;
	min-height: 52px;
	color: #fff;
	font-size: 0.76rem;
	text-align: center;
}

.svf-md-xi b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #e11d2e;
}

.svf-md-lineup-team:nth-child(2) .svf-md-xi b {
	background: #3155d4;
}

.svf-md-lineup-team details {
	margin-top: 12px;
	color: #cbd5e1;
}

.svf-md-lineup-team details small {
	display: block;
	margin-top: 5px;
}

.svf-md-timeline {
	display: grid;
	padding: 16px 18px 18px;
}

.svf-md-event {
	display: grid;
	grid-template-columns: 54px 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	padding: 12px 0;
}

.svf-md-event > span {
	color: #ff263f;
	font-weight: 950;
}

.svf-md-event b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.svf-md-event strong {
	color: #fff;
}

.svf-md-event p {
	margin: 3px 0 0;
	color: #cbd5e1;
}

.svf-md-empty {
	display: grid;
	justify-items: center;
	gap: 8px;
	margin: 16px;
	border: 1px dashed rgba(255, 38, 63, 0.35);
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.72);
	color: #cbd5e1;
	text-align: center;
	padding: 28px 18px;
}

.svf-md-empty span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.svf-md-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0 18px 18px;
	border-radius: 8px;
	background: #e11d2e;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	padding: 0 16px;
}

.svf-md-sidebar .svf-home-news-list,
.svf-md-sidebar .svf-home-table {
	padding: 12px 14px 16px;
}

@media (max-width: 1280px) {
	.svf-md-layout {
		grid-template-columns: minmax(0, 1fr) 360px;
	}

	.svf-md-card-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 980px) {
	.svf-md-shell {
		width: min(100% - 24px, 920px);
	}

	.svf-md-layout,
	.svf-md-card-grid {
		grid-template-columns: 1fr;
	}

	.svf-md-wide {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.svf-md-page {
		padding-top: 10px;
	}

	.svf-md-shell {
		width: 100%;
		padding: 0 10px;
	}

	.svf-md-scoreboard {
		grid-template-columns: 1fr auto 1fr;
		gap: 8px;
		padding: 0 12px;
	}

	.svf-md-club-logo {
		width: 62px;
		height: 62px;
	}

	.svf-md-scoreboard h1 {
		max-width: 100px;
		font-size: 0.78rem;
	}

	.svf-md-score strong {
		font-size: 2.35rem;
	}

	.svf-md-meta-line {
		flex-direction: column;
		align-items: center;
		gap: 6px;
	}

	.svf-md-tabs {
		gap: 22px;
	}

	.svf-md-pitch {
		grid-template-columns: 1fr;
		margin: 12px;
	}

	.svf-md-fixture-list a {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.svf-md-fixture-list small {
		grid-column: 2;
	}
}

/* FBL24 Live page only */
.svf-live-page {
	overflow-x: hidden;
	min-height: 100vh;
	padding: 14px 0 28px;
	background:
		radial-gradient(circle at 8% 12%, rgba(225, 29, 46, 0.16), transparent 28%),
		radial-gradient(circle at 82% 12%, rgba(29, 78, 216, 0.18), transparent 30%),
		linear-gradient(135deg, #030814 0%, #071426 52%, #140711 100%);
	color: #f8fafc;
}

.svf-live-page::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(118deg, transparent 0 56%, rgba(255, 255, 255, 0.05) 56% 57%, transparent 57%),
		linear-gradient(118deg, transparent 0 87%, rgba(225, 29, 46, 0.32) 87% 89%, transparent 89%);
}

.svf-live-shell {
	position: relative;
	z-index: 1;
	width: min(1700px, calc(100% - 28px));
	margin: 0 auto;
}

.svf-live-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr) 340px;
	gap: 10px;
	align-items: start;
}

.svf-live-panel,
.svf-live-list-panel,
.svf-live-controls,
.svf-live-today-head {
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.9));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.svf-live-panel {
	overflow: hidden;
}

.svf-live-panel h2,
.svf-live-filters h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.13);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 950;
	text-transform: uppercase;
	padding: 16px 18px;
}

.svf-live-panel h2 a {
	color: #ff263f;
	font-size: 0.8rem;
	text-decoration: none;
	text-transform: none;
}

.svf-live-filters h3 {
	margin: 18px 16px 10px;
	color: #cbd5e1;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-live-filter-list {
	display: grid;
	gap: 8px;
	padding: 0 14px;
}

.svf-live-filter-list button,
.svf-live-my-leagues {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 42px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	color: #f8fafc;
	font-weight: 850;
	text-align: left;
	text-decoration: none;
	padding: 0 12px;
}

.svf-live-filter-list button.is-active {
	border-color: rgba(225, 29, 46, 0.7);
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.5), rgba(95, 18, 35, 0.7));
}

.svf-live-filter-list button span {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.svf-live-filter-list button i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.06);
	color: #e5e7eb;
	font-size: 0.68rem;
	font-style: normal;
	font-weight: 950;
}

.svf-live-filter-list b {
	display: inline-flex;
	min-width: 28px;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	padding: 3px 8px;
}

.svf-live-my-leagues {
	margin: 18px 14px 16px;
	justify-content: center;
}

.svf-live-center,
.svf-live-right {
	display: grid;
	gap: 10px;
}

.svf-live-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
}

.svf-live-today-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) 44px;
	align-items: center;
	gap: 12px;
	padding: 18px;
}

.svf-live-today-head h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.svf-live-today-head p {
	margin: 7px 0 0;
	color: #94a3b8;
	font-weight: 800;
}

.svf-live-filter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: transparent;
}

.svf-live-filter-icon::before {
	content: "";
	width: 18px;
	height: 18px;
	background:
		linear-gradient(#cbd5e1, #cbd5e1) 0 3px / 18px 2px no-repeat,
		linear-gradient(#cbd5e1, #cbd5e1) 4px 8px / 10px 2px no-repeat,
		linear-gradient(#cbd5e1, #cbd5e1) 7px 13px / 5px 2px no-repeat;
}

.svf-live-date-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
}

.svf-live-date-tabs a,
.svf-live-date-tabs label {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #f8fafc;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 16px;
}

.svf-live-date-tabs a.is-active {
	border-color: rgba(225, 29, 46, 0.7);
	background: linear-gradient(135deg, #e11d2e, #8d1020);
}

.svf-live-date-tabs input {
	width: 0;
	opacity: 0;
}

.svf-live-search {
	flex: 0 1 320px;
}

.svf-live-search input {
	width: 100%;
	min-height: 42px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 8px;
	background: rgba(3, 8, 20, 0.68);
	color: #fff;
	padding: 0 14px;
}

.svf-live-list-panel {
	overflow: hidden;
}

.svf-live-list-head {
	display: grid;
	grid-template-columns: minmax(160px, 0.9fr) 86px minmax(320px, 1.15fr) minmax(190px, 0.78fr) 120px;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid rgba(148, 163, 184, 0.13);
	color: #94a3b8;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
	padding: 14px 16px;
}

.svf-live-list-head strong {
	color: #ff263f;
	text-align: right;
}

.svf-live-rows:not(.is-expanded) .svf-live-row.is-extra {
	display: none;
}

.svf-live-row {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 224px;
	align-items: center;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.svf-live-row:hover {
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 3px 0 0 rgba(225, 29, 46, 0.8);
}

.svf-live-star {
	width: 30px;
	height: 30px;
	margin-left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-weight: 950;
}

.svf-live-star.is-saved {
	color: #ff263f;
}

.svf-live-row-link {
	display: grid;
	grid-template-columns: minmax(160px, 0.9fr) 86px minmax(320px, 1.15fr) minmax(190px, 0.78fr);
	gap: 12px;
	align-items: center;
	min-height: 86px;
	color: #e5e7eb;
	text-decoration: none;
	padding: 10px 0;
}

.svf-live-league-cell {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	align-items: center;
	column-gap: 8px;
}

.svf-live-league-cell strong {
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-live-league-cell small {
	grid-column: 2;
	color: #94a3b8;
}

.svf-live-logo,
.svf-live-team-logo,
.svf-live-avatar {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.svf-live-avatar {
	border-radius: 999px;
	object-fit: cover;
}

.svf-live-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 25px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 950;
	padding: 3px 9px;
}

.svf-live-status-live,
.svf-live-status-first,
.svf-live-status-second,
.svf-live-status-added {
	background: #e11d2e;
}

.svf-live-status-ht {
	border: 1px solid rgba(248, 113, 113, 0.5);
	background: rgba(225, 29, 46, 0.2);
}

.svf-live-status-upcoming {
	background: rgba(255, 255, 255, 0.08);
	color: #cbd5e1;
}

.svf-live-score-cell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px 82px 34px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 850;
}

.svf-live-score-cell > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-live-score-cell > span:first-child {
	text-align: right;
}

.svf-live-score-cell strong {
	color: #fff;
	font-size: 1.55rem;
	font-weight: 950;
	text-align: center;
}

.svf-live-stats-cell {
	display: grid;
	gap: 5px;
	color: #cbd5e1;
	font-size: 0.72rem;
}

.svf-live-stats-cell b {
	display: flex;
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
}

.svf-live-stats-cell i,
.svf-live-stats-cell em {
	display: block;
	height: 100%;
	min-width: 3px;
}

.svf-live-stats-cell i {
	background: #ff263f;
}

.svf-live-stats-cell em {
	margin-left: auto;
	background: #3155d4;
}

.svf-live-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
	padding-right: 10px;
}

.svf-live-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #e5e7eb;
	font-size: 0.72rem;
	font-weight: 850;
	text-decoration: none;
}

.svf-live-load-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(280px, calc(100% - 28px));
	min-height: 40px;
	margin: 14px auto;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-weight: 900;
}

.svf-live-featured-card {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 14px;
	min-height: 286px;
	text-align: center;
	padding: 18px;
}

.svf-live-stadium {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(3, 8, 20, 0.48), rgba(3, 8, 20, 0.92)),
		radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.22), transparent 34%),
		linear-gradient(180deg, #18243a, #06101f);
}

.svf-live-featured-card > *:not(.svf-live-stadium) {
	position: relative;
	z-index: 1;
}

.svf-live-featured-score {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.svf-live-featured-score > div {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 0;
}

.svf-live-featured-score strong {
	max-width: 115px;
	overflow: hidden;
	color: #fff;
	font-size: 0.82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-live-featured-score b {
	color: #fff;
	font-size: 2.2rem;
}

.svf-live-big-logo {
	width: 66px;
	height: 66px;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.5));
}

.svf-live-featured-events,
.svf-live-commentary {
	display: grid;
	gap: 8px;
	width: 100%;
}

.svf-live-featured-events span {
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.07);
	color: #cbd5e1;
	font-size: 0.78rem;
	padding: 7px 9px;
}

.svf-live-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 8px;
	background: linear-gradient(135deg, #e11d2e, #8d1020);
	color: #fff;
	font-weight: 950;
	text-decoration: none;
	padding: 0 18px;
}

.svf-live-scorers {
	display: grid;
	padding: 8px 14px 16px;
}

.svf-live-scorers > div {
	display: grid;
	grid-template-columns: 24px 34px minmax(0, 1fr) 48px;
	grid-template-areas:
		"rank avatar name goals"
		"rank avatar team goals";
	align-items: center;
	gap: 4px 9px;
	min-height: 54px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
}

.svf-live-scorers > div > span {
	grid-area: rank;
}

.svf-live-scorers .svf-live-avatar {
	grid-area: avatar;
}

.svf-live-scorers strong {
	grid-area: name;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-live-scorers small {
	grid-area: team;
	display: flex;
	align-items: center;
	gap: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-live-scorers b {
	grid-area: goals;
	color: #fff;
	text-align: right;
}

.svf-live-commentary {
	padding: 12px 14px 16px;
}

.svf-live-commentary > div {
	display: grid;
	grid-template-columns: 42px 30px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	padding: 9px 0;
}

.svf-live-commentary span {
	color: #ff263f;
	font-weight: 950;
}

.svf-live-commentary b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.svf-live-commentary p {
	margin: 0;
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-live-commentary strong {
	display: block;
	color: #fff;
}

.svf-live-league-groups {
	display: grid;
	gap: 10px;
	padding: 14px;
}

.svf-live-league-group {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.13);
	border-radius: 10px;
	background: rgba(3, 8, 20, 0.34);
}

.svf-live-league-group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.1);
	padding: 12px;
}

.svf-live-league-group-head span,
.svf-live-mini-row span {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #f8fafc;
	font-weight: 900;
}

.svf-live-league-group-head b {
	color: #ff263f;
	font-size: 0.7rem;
	font-weight: 950;
}

.svf-live-mini-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 44px;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.1);
	color: #e5e7eb;
	text-decoration: none;
	padding: 8px 12px;
}

.svf-live-mini-row:last-child {
	border-bottom: 0;
}

.svf-live-mini-row:hover {
	background: rgba(225, 29, 46, 0.11);
}

.svf-live-mini-row strong {
	color: #ff263f;
	font-size: 1.1rem;
	font-weight: 950;
	text-align: center;
	white-space: nowrap;
}

.svf-live-mini-row small {
	color: #94a3b8;
	font-size: 0.72rem;
	font-weight: 900;
	text-align: right;
}

.svf-live-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: min(960px, 100%);
	margin: 10px auto 0;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.88));
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.svf-live-feature-strip div {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 5px 12px;
	align-items: center;
	border-right: 1px solid rgba(148, 163, 184, 0.11);
	padding: 15px;
}

.svf-live-feature-strip div:last-child {
	border-right: 0;
}

.svf-live-feature-strip span {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(225, 29, 46, 0.55);
	border-radius: 999px;
	color: #ff263f;
	font-size: 0.72rem;
	font-weight: 950;
}

.svf-live-feature-strip strong {
	color: #fff;
	font-size: 0.82rem;
	text-transform: uppercase;
}

.svf-live-feature-strip small {
	color: #cbd5e1;
	font-size: 0.78rem;
	line-height: 1.35;
}

.svf-live-state {
	display: grid;
	justify-items: center;
	gap: 8px;
	margin: 16px;
	border: 1px dashed rgba(255, 38, 63, 0.35);
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.72);
	color: #cbd5e1;
	text-align: center;
	padding: 28px 18px;
}

.svf-live-state span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.svf-live-state button {
	min-height: 38px;
	border: 0;
	border-radius: 8px;
	background: #e11d2e;
	color: #fff;
	font-weight: 900;
	padding: 0 16px;
}

@media (max-width: 1280px) {
	.svf-live-layout {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.svf-live-right {
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.svf-live-layout {
		grid-template-columns: 1fr;
	}

	.svf-live-filters {
		order: -1;
	}

	.svf-live-filter-list {
		display: flex;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.svf-live-filter-list button {
		flex: 0 0 auto;
		min-width: 150px;
	}

	.svf-live-controls {
		flex-direction: column;
		align-items: stretch;
	}

	.svf-live-today-head {
		grid-template-columns: 1fr;
	}

	.svf-live-filter-icon {
		display: none;
	}

	.svf-live-right {
		grid-template-columns: 1fr;
	}

	.svf-live-feature-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.svf-live-shell {
		width: 100%;
		padding: 0 10px;
	}

	.svf-live-list-head {
		display: none;
	}

	.svf-live-row {
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 10px 8px;
	}

	.svf-live-row-link {
		grid-template-columns: 1fr;
		gap: 10px;
		min-height: auto;
		padding: 0;
	}

	.svf-live-actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, 1fr);
		padding: 8px 0 0 42px;
	}

	.svf-live-score-cell {
		grid-template-columns: minmax(0, 1fr) 30px 70px 30px minmax(0, 1fr);
	}

	.svf-live-score-cell strong {
		font-size: 1.2rem;
	}

	.svf-live-date-tabs {
		width: 100%;
	}

	.svf-live-search {
		flex-basis: auto;
	}

	.svf-live-mini-row {
		grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
	}

	.svf-live-mini-row small {
		grid-column: 1 / -1;
		text-align: center;
	}

	.svf-live-feature-strip {
		grid-template-columns: 1fr;
	}

	.svf-live-feature-strip div {
		border-right: 0;
		border-bottom: 1px solid rgba(148, 163, 184, 0.11);
	}

	.svf-live-feature-strip div:last-child {
		border-bottom: 0;
	}
}

/* FBL24 World Cup page only */
.svf-worldcup-page {
	overflow-x: hidden;
	min-height: 100vh;
	padding: 18px 0 42px;
	background:
		radial-gradient(circle at 7% 5%, rgba(225, 29, 46, 0.18), transparent 24%),
		radial-gradient(circle at 78% 10%, rgba(59, 130, 246, 0.18), transparent 28%),
		linear-gradient(135deg, #030814 0%, #071426 54%, #050814 100%);
	color: #f8fafc;
}

.svf-worldcup-page::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(118deg, transparent 0 63%, rgba(225, 29, 46, 0.22) 63% 65%, transparent 65%),
		radial-gradient(ellipse at 50% 0, rgba(255, 255, 255, 0.08), transparent 34%);
}

.svf-wc-shell {
	position: relative;
	z-index: 1;
	width: min(1540px, calc(100% - 28px));
	margin: 0 auto;
}

.svf-wc-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr) 320px;
	gap: 18px;
	align-items: start;
}

.svf-wc-left,
.svf-wc-main,
.svf-wc-right {
	display: grid;
	gap: 18px;
}

.svf-wc-card,
.svf-wc-hero,
.svf-wc-news-card {
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(12, 24, 41, 0.92), rgba(5, 14, 27, 0.9));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.svf-wc-card {
	overflow: hidden;
	padding: 18px;
}

.svf-wc-card h2,
.svf-wc-section-head h2 {
	margin: 0;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-wc-tournament-list,
.svf-wc-quick-links,
.svf-wc-scorer-list {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.svf-wc-tournament-list a,
.svf-wc-quick-links a,
.svf-wc-side-action,
.svf-wc-countdown-card > a,
.svf-wc-follow-card > a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	border: 1px solid rgba(148, 163, 184, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	color: #f8fafc;
	font-size: 0.84rem;
	font-weight: 900;
	text-decoration: none;
	padding: 0 12px;
}

.svf-wc-tournament-list a.is-active,
.svf-wc-tournament-list a:hover,
.svf-wc-quick-links a:hover {
	border-color: rgba(225, 29, 46, 0.65);
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.56), rgba(112, 18, 34, 0.72));
}

.svf-wc-tournament-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #ff263f;
	font-size: 0.66rem;
	font-weight: 950;
}

.svf-wc-countdown-card,
.svf-wc-follow-card {
	position: relative;
	overflow: hidden;
}

.svf-wc-card-art {
	position: absolute;
	inset: 0;
	opacity: 0.36;
	background:
		radial-gradient(ellipse at 70% 10%, rgba(245, 158, 11, 0.5), transparent 30%),
		linear-gradient(rgba(3, 8, 20, 0.1), rgba(3, 8, 20, 0.92)),
		linear-gradient(135deg, #17243a, #06101f);
}

.svf-wc-countdown-card > *:not(.svf-wc-card-art),
.svf-wc-follow-card > * {
	position: relative;
	z-index: 1;
}

.svf-wc-countdown-card p,
.svf-wc-follow-card p {
	margin: 10px 0 14px;
	color: #cbd5e1;
	line-height: 1.55;
}

.svf-wc-countdown {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin: 16px 0;
}

.svf-wc-countdown span {
	display: grid;
	justify-items: center;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 8px;
	background: rgba(3, 8, 20, 0.55);
	padding: 9px 4px;
}

.svf-wc-countdown b {
	color: #fff;
	font-size: 1.2rem;
}

.svf-wc-countdown small {
	color: #94a3b8;
	font-size: 0.62rem;
	text-transform: uppercase;
}

.svf-wc-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	align-items: center;
	min-height: 310px;
	overflow: hidden;
	padding: 48px;
	background:
		linear-gradient(90deg, rgba(3, 8, 20, 0.96), rgba(6, 17, 31, 0.58)),
		radial-gradient(ellipse at 72% 16%, rgba(255, 255, 255, 0.26), transparent 28%),
		linear-gradient(180deg, #1b2a44, #05101f);
}

.svf-wc-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(180deg, transparent, rgba(16, 87, 54, 0.42));
}

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

.svf-wc-hero p {
	margin: 0 0 14px;
	color: #cbd5e1;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-wc-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 4.1rem);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: 0;
}

.svf-wc-hero strong {
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 1rem;
}

.svf-wc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.svf-wc-hero-actions a,
.svf-wc-details {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
	font-weight: 950;
	text-decoration: none;
	padding: 0 20px;
}

.svf-wc-hero-actions a:first-child,
.svf-wc-details,
.svf-wc-countdown-card > a,
.svf-wc-follow-card > a {
	border-color: rgba(225, 29, 46, 0.75);
	background: linear-gradient(135deg, #e11d2e, #8d1020);
}

.svf-wc-hero-trophy {
	display: grid;
	place-items: center;
}

.svf-wc-trophy-logo {
	width: min(220px, 80%);
	height: auto;
	max-height: 220px;
	object-fit: contain;
	filter: drop-shadow(0 24px 36px rgba(245, 158, 11, 0.32));
}

.svf-wc-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.svf-wc-section-head a {
	color: #ff263f;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.svf-wc-tabs {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	margin-bottom: 16px;
}

.svf-wc-tabs button {
	flex: 0 0 auto;
	min-height: 36px;
	border: 0;
	border-bottom: 2px solid transparent;
	background: transparent;
	color: #cbd5e1;
	font-weight: 850;
	padding: 0 8px;
}

.svf-wc-tabs button.is-active {
	border-color: #ff263f;
	color: #ff263f;
}

.svf-wc-match-list {
	display: grid;
	gap: 8px;
}

.svf-wc-match-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px 132px;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(148, 163, 184, 0.1);
	border-radius: 9px;
	background: rgba(3, 8, 20, 0.3);
	padding: 10px;
}

.svf-wc-match-row:hover {
	border-color: rgba(225, 29, 46, 0.42);
	background: rgba(225, 29, 46, 0.08);
}

.svf-wc-match-main {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr) 76px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
}

.svf-wc-match-meta {
	display: grid;
	gap: 3px;
	color: #94a3b8;
	font-size: 0.72rem;
}

.svf-wc-match-meta small {
	color: #cbd5e1;
	text-transform: uppercase;
}

.svf-wc-match-meta b,
.svf-wc-match-meta em {
	font-style: normal;
}

.svf-wc-team {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	font-weight: 900;
}

.svf-wc-team-home {
	justify-content: flex-end;
	text-align: right;
}

.svf-wc-team-logo {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.svf-wc-match-main > strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 950;
}

.svf-wc-star {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.svf-wc-star.is-saved {
	color: #ff263f;
}

.svf-wc-groups-panel,
.svf-wc-matches-panel {
	padding: 20px;
}

.svf-wc-group-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.svf-wc-group-card {
	border: 1px solid rgba(148, 163, 184, 0.1);
	border-radius: 9px;
	background: rgba(3, 8, 20, 0.28);
	padding: 12px;
}

.svf-wc-group-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 0.84rem;
	text-transform: uppercase;
}

.svf-wc-group-head,
.svf-wc-group-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 30px 36px;
	gap: 8px;
	align-items: center;
	min-height: 30px;
	color: #cbd5e1;
	font-size: 0.78rem;
}

.svf-wc-group-row span,
.svf-wc-table-row strong {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.svf-wc-group-row strong,
.svf-wc-table-row b {
	color: #fff;
}

.svf-wc-news-panel {
	padding-top: 18px;
}

.svf-wc-news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.svf-wc-news-card {
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.svf-wc-news-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.06);
}

.svf-wc-news-card span,
.svf-wc-news-card strong,
.svf-wc-news-card small {
	display: block;
	padding: 0 14px;
}

.svf-wc-news-card span {
	margin-top: 12px;
	color: #ff263f;
	font-size: 0.68rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-wc-news-card strong {
	margin-top: 8px;
	line-height: 1.45;
}

.svf-wc-news-card small {
	margin: 12px 0 16px;
	color: #94a3b8;
}

.svf-wc-side-panel h2 {
	margin-bottom: 14px;
}

.svf-wc-group-select select {
	width: 100%;
	min-height: 42px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 8px;
	background: rgba(3, 8, 20, 0.55);
	color: #fff;
	padding: 0 12px;
}

.svf-wc-standings-table {
	display: grid;
	gap: 4px;
	margin-top: 16px;
}

.svf-wc-table-head,
.svf-wc-table-row {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) 28px 38px 38px;
	gap: 8px;
	align-items: center;
	min-height: 40px;
	color: #cbd5e1;
	font-size: 0.78rem;
}

.svf-wc-table-head {
	color: #94a3b8;
	text-transform: uppercase;
}

.svf-wc-table-row {
	border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.svf-wc-side-action {
	justify-content: center;
	margin-top: 16px;
}

.svf-wc-scorer {
	display: grid;
	grid-template-columns: 24px 42px minmax(0, 1fr) 44px;
	gap: 10px;
	align-items: center;
	min-height: 58px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.11);
}

.svf-wc-player-photo {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	object-fit: cover;
}

.svf-wc-scorer strong {
	display: grid;
	gap: 3px;
	color: #fff;
	font-size: 0.84rem;
}

.svf-wc-scorer small {
	color: #94a3b8;
	font-size: 0.7rem;
	font-weight: 700;
}

.svf-wc-scorer b {
	display: grid;
	justify-items: end;
	color: #ff263f;
	font-size: 1.1rem;
}

.svf-wc-empty {
	border-color: rgba(255, 38, 63, 0.24);
	background: rgba(15, 23, 42, 0.58);
}

.svf-wc-state {
	border: 1px dashed rgba(255, 38, 63, 0.28);
	border-radius: 9px;
	color: #cbd5e1;
	text-align: center;
	padding: 22px;
}

@media (max-width: 1280px) {
	.svf-wc-layout {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.svf-wc-right {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.svf-wc-layout {
		grid-template-columns: 1fr;
	}

	.svf-wc-tournament-list {
		display: flex;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.svf-wc-tournament-list a {
		flex: 0 0 auto;
		min-width: 210px;
	}

	.svf-wc-hero {
		grid-template-columns: 1fr;
		padding: 30px;
	}

	.svf-wc-hero-trophy {
		display: none;
	}

	.svf-wc-group-grid,
	.svf-wc-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.svf-wc-shell {
		width: 100%;
		padding: 0 10px;
	}

	.svf-wc-hero h1 {
		font-size: 2.15rem;
	}

	.svf-wc-match-row,
	.svf-wc-match-main {
		grid-template-columns: 1fr;
	}

	.svf-wc-team,
	.svf-wc-team-home {
		justify-content: center;
		text-align: center;
	}

	.svf-wc-details {
		width: 100%;
	}

	.svf-wc-star {
		justify-self: center;
	}

	.svf-wc-right,
	.svf-wc-group-grid,
	.svf-wc-news-grid {
		grid-template-columns: 1fr;
	}

	.svf-wc-countdown {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Unified FBL24 dashboard */
/* FBL24 News page */
.svf-news-page {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	padding: 18px 0 30px;
	background:
		radial-gradient(circle at 14% 7%, rgba(225, 29, 46, 0.18), transparent 28%),
		radial-gradient(circle at 86% 10%, rgba(37, 99, 235, 0.14), transparent 30%),
		linear-gradient(135deg, #020612 0%, #061222 50%, #110710 100%);
	color: #f8fafc;
}

.svf-news-page::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
	background-size: 84px 84px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 84%);
}

.svf-news-app-shell {
	position: relative;
	z-index: 1;
	width: min(1660px, calc(100% - 48px));
	margin: 0 auto;
}

.svf-news-app-layout {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr) 360px;
	gap: 14px;
	align-items: start;
}

.svf-news-app-main,
.svf-news-app-right,
.svf-news-app-left {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.svf-news-app-left,
.svf-news-app-right {
	position: sticky;
	top: 16px;
}

.svf-news-app-panel,
.svf-news-app-controls,
.svf-news-app-hero,
.svf-news-app-editors {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 12px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.9));
	box-shadow: 0 24px 65px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.svf-news-app-panel h2,
.svf-news-app-panel-head h2,
.svf-news-app-section-head h2 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-news-app-categories h2,
.svf-news-app-follow h2,
.svf-news-app-leagues h2,
.svf-news-app-newsletter h2 {
	padding: 16px 18px 10px;
}

.svf-news-app-categories div,
.svf-news-app-leagues {
	display: grid;
	gap: 5px;
}

.svf-news-app-categories div,
.svf-news-app-leagues {
	padding: 0 12px 14px;
}

.svf-news-app-categories a,
.svf-news-app-leagues a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 46px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #f8fafc;
	font-weight: 900;
	text-decoration: none;
	padding: 8px 10px;
}

.svf-news-app-categories a:hover,
.svf-news-app-categories a.is-active,
.svf-news-app-leagues a:hover {
	border-color: rgba(225, 29, 46, 0.46);
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.3), rgba(73, 13, 29, 0.52));
}

.svf-news-app-categories a span,
.svf-news-app-leagues a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: #ff263f;
	font-size: 0.68rem;
	font-weight: 950;
}

.svf-news-app-follow,
.svf-news-app-newsletter {
	padding-bottom: 14px;
}

.svf-news-app-follow p,
.svf-news-app-newsletter p {
	margin: 0;
	color: #cbd5e1;
	padding: 0 18px 14px;
}

.svf-news-app-follow a,
.svf-news-app-link-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 18px;
	border-radius: 9px;
	background: linear-gradient(135deg, #e11d2e, #8d1020);
	color: #fff;
	font-weight: 950;
	text-decoration: none;
}

.svf-news-app-newsletter form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 8px;
	padding: 0 18px;
}

.svf-news-app-newsletter input,
.svf-news-app-search input,
.svf-news-app-sort select {
	min-height: 42px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	outline: 0;
	padding: 0 12px;
}

.svf-news-app-newsletter input:focus,
.svf-news-app-search input:focus,
.svf-news-app-sort select:focus {
	border-color: rgba(225, 29, 46, 0.68);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13);
}

.svf-news-app-newsletter button,
.svf-news-app-search button {
	min-height: 42px;
	border: 0;
	border-radius: 9px;
	background: #e11d2e;
	color: #fff;
	cursor: pointer;
	font-weight: 950;
}

.svf-news-app-controls {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.svf-news-app-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	gap: 10px;
}

.svf-news-app-search input {
	min-height: 52px;
}

.svf-news-app-search button {
	min-height: 52px;
}

.svf-news-app-chip-row {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.svf-news-app-chip-row a,
.svf-news-app-sort select {
	flex: 0 0 auto;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #f8fafc;
	font-weight: 850;
	text-decoration: none;
	padding: 0 14px;
}

.svf-news-app-chip-row a.is-active,
.svf-news-app-chip-row a:hover {
	border-color: rgba(225, 29, 46, 0.68);
	background: linear-gradient(135deg, #e11d2e, #8d1020);
}

.svf-news-app-sort {
	margin-left: auto;
}

.svf-news-app-hero {
	position: relative;
	min-height: 360px;
}

.svf-news-app-hero > a {
	position: relative;
	display: block;
	min-height: 360px;
	color: #fff;
	text-decoration: none;
}

.svf-news-app-hero-img,
.svf-news-app-thumb-empty {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.svf-news-app-thumb-empty {
	display: block;
	background:
		radial-gradient(circle at 70% 20%, rgba(225, 29, 46, 0.25), transparent 30%),
		linear-gradient(160deg, rgba(24, 44, 82, 0.72), rgba(6, 17, 31, 0.95));
}

.svf-news-app-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(3, 8, 20, 0.95), rgba(3, 8, 20, 0.62) 48%, rgba(3, 8, 20, 0.18)),
		linear-gradient(0deg, rgba(3, 8, 20, 0.92), transparent 55%);
}

.svf-news-app-hero-content {
	position: absolute;
	left: 26px;
	bottom: 34px;
	width: min(560px, calc(100% - 52px));
}

.svf-news-app-hero-content em,
.svf-news-app-row em,
.svf-news-app-editor-grid span {
	display: inline-flex;
	width: max-content;
	margin-bottom: 10px;
	border-radius: 7px;
	background: #e11d2e;
	color: #fff;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 950;
	text-transform: uppercase;
	padding: 6px 9px;
}

.svf-news-app-hero-content h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 3.1rem);
	line-height: 1.06;
}

.svf-news-app-hero-content p {
	margin: 0 0 16px;
	color: #dbe5f3;
	font-size: 1rem;
	line-height: 1.55;
}

.svf-news-app-hero-content div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #cbd5e1;
}

.svf-news-app-score {
	position: absolute;
	right: 24px;
	bottom: 28px;
	border-radius: 12px;
	background: rgba(6, 17, 31, 0.78);
	color: #fff;
	font-size: 1.5rem;
	padding: 14px 22px;
}

.svf-news-app-dots {
	position: absolute;
	left: 50%;
	bottom: 12px;
	display: flex;
	gap: 9px;
	transform: translateX(-50%);
}

.svf-news-app-dots span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(203, 213, 225, 0.42);
}

.svf-news-app-dots span:first-child {
	background: #ff263f;
	box-shadow: 0 0 16px rgba(225, 29, 46, 0.82);
}

.svf-news-app-panel-head,
.svf-news-app-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.svf-news-app-panel-head a,
.svf-news-app-section-head a {
	color: #ff263f;
	font-weight: 900;
	text-decoration: none;
}

.svf-news-app-row {
	position: relative;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.svf-news-app-row > a {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	min-height: 136px;
	color: #fff;
	text-decoration: none;
	padding: 14px 56px 14px 18px;
}

.svf-news-app-row-img {
	width: 170px;
	height: 108px;
	border-radius: 10px;
	object-fit: cover;
}

.svf-news-app-row strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.32;
}

.svf-news-app-row small,
.svf-news-app-side-list small,
.svf-news-app-editor-grid small {
	color: #94a3b8;
}

.svf-news-app-row button {
	position: absolute;
	right: 16px;
	top: 20px;
	width: 30px;
	height: 34px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	color: transparent;
	cursor: pointer;
}

.svf-news-app-row button::before {
	content: "";
	position: absolute;
	inset: 7px 8px;
	border: 2px solid #cbd5e1;
	border-bottom-color: transparent;
	border-radius: 3px 3px 7px 7px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}

.svf-news-app-row button.is-saved {
	border-color: rgba(225, 29, 46, 0.6);
	background: rgba(225, 29, 46, 0.18);
}

.svf-news-app-row button.is-saved::before {
	border-color: #ff4458;
	border-bottom-color: transparent;
}

.svf-news-app-row:hover {
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 3px 0 0 rgba(225, 29, 46, 0.9);
}

.svf-news-app-load {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 14px 18px 18px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.svf-news-app-side-list {
	display: grid;
	padding: 10px 14px 14px;
}

.svf-news-app-side-list a {
	display: grid;
	grid-template-columns: 30px 72px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 82px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #fff;
	text-decoration: none;
}

.svf-news-app-side-list b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #e11d2e;
	color: #fff;
	font-size: 0.78rem;
}

.svf-news-app-side-img {
	width: 72px;
	height: 58px;
	border-radius: 9px;
	object-fit: cover;
}

.svf-news-app-side-list strong {
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.svf-news-app-editors {
	margin-top: 14px;
}

.svf-news-app-editor-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
}

.svf-news-app-editor-grid a {
	position: relative;
	overflow: hidden;
	min-height: 220px;
	display: grid;
	align-content: end;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	padding: 14px;
}

.svf-news-app-editor-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.svf-news-app-editor-grid a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(3, 8, 20, 0.95), rgba(3, 8, 20, 0.1));
}

.svf-news-app-editor-grid a > * {
	position: relative;
	z-index: 1;
}

.svf-news-app-editor-grid strong {
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.svf-news-app-state {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-height: 132px;
	margin: 14px;
	border: 1px dashed rgba(225, 29, 46, 0.38);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.045);
	color: #cbd5e1;
	text-align: center;
	padding: 24px 16px;
}

.svf-news-app-state span {
	color: #ff263f;
	font-size: 1.4rem;
}

.svf-news-app-state strong {
	color: #fff;
}

.svf-news-app-state p {
	margin: 0;
}

.svf-news-app-state a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	border-radius: 8px;
	background: #e11d2e;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	padding: 0 16px;
}

@media (max-width: 1280px) {
	.svf-news-app-layout {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.svf-news-app-right {
		grid-column: 1 / -1;
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.svf-news-app-editor-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.svf-news-app-shell {
		width: min(100% - 24px, 1660px);
	}

	.svf-news-app-layout {
		grid-template-columns: 1fr;
	}

	.svf-news-app-left {
		position: static;
	}

	.svf-news-app-categories div,
	.svf-news-app-leagues {
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.svf-news-app-categories a,
	.svf-news-app-leagues a {
		flex: 0 0 auto;
		min-width: 170px;
	}

	.svf-news-app-right,
	.svf-news-app-editor-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.svf-news-page {
		padding-top: 12px;
	}

	.svf-news-app-shell {
		width: min(100% - 18px, 1660px);
	}

	.svf-news-app-search {
		grid-template-columns: 1fr;
	}

	.svf-news-app-sort {
		margin-left: 0;
	}

	.svf-news-app-hero,
	.svf-news-app-hero > a {
		min-height: 430px;
	}

	.svf-news-app-hero-content {
		left: 18px;
		bottom: 42px;
		width: calc(100% - 36px);
	}

	.svf-news-app-score {
		right: 18px;
		bottom: 16px;
		font-size: 1.05rem;
		padding: 8px 12px;
	}

	.svf-news-app-row > a {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 12px;
		min-height: 112px;
		padding: 12px 48px 12px 12px;
	}

	.svf-news-app-row-img {
		width: 100px;
		height: 78px;
	}

	.svf-news-app-row strong {
		font-size: 0.95rem;
	}

	.svf-news-app-right,
	.svf-news-app-editor-grid {
		grid-template-columns: 1fr;
	}

	.svf-news-app-side-list a {
		grid-template-columns: 28px 62px minmax(0, 1fr);
	}

	.svf-news-app-side-img {
		width: 62px;
		height: 52px;
	}
}

/* FBL24 Leagues page */
.svf-leagues-page {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	padding: 18px 0 30px;
	background:
		radial-gradient(circle at 12% 8%, rgba(225, 29, 46, 0.18), transparent 28%),
		radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.18), transparent 30%),
		linear-gradient(135deg, #020612 0%, #061222 48%, #120711 100%);
	color: #f8fafc;
}

.svf-leagues-page::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 86px 86px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 84%);
}

.svf-lg-shell {
	position: relative;
	z-index: 1;
	width: min(1660px, calc(100% - 48px));
	margin: 0 auto;
}

.svf-lg-search-panel {
	position: relative;
	z-index: 10;
	margin-bottom: 14px;
}

.svf-lg-search-box {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	min-height: 62px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.96), rgba(6, 17, 31, 0.92));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 0 18px;
}

.svf-lg-search-box span {
	position: relative;
	width: 19px;
	height: 19px;
	border: 2px solid #cbd5e1;
	border-radius: 999px;
}

.svf-lg-search-box span::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: -5px;
	width: 9px;
	height: 2px;
	border-radius: 999px;
	background: #cbd5e1;
	transform: rotate(45deg);
}

.svf-lg-search-box input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font-size: 1rem;
	font-weight: 850;
}

.svf-lg-search-box input::placeholder {
	color: #8190a7;
}

.svf-lg-search-box:focus-within {
	border-color: rgba(225, 29, 46, 0.68);
	box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.13), 0 22px 60px rgba(0, 0, 0, 0.3);
}

.svf-lg-search-results {
	position: absolute;
	inset: calc(100% + 8px) 0 auto;
	display: grid;
	gap: 8px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 14px;
	background: rgba(6, 17, 31, 0.98);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46);
	padding: 10px;
}

.svf-lg-search-results a,
.svf-lg-search-results div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	border-radius: 10px;
	color: #e5e7eb;
	text-decoration: none;
	padding: 10px 12px;
}

.svf-lg-search-results a:hover {
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
}

.svf-lg-search-results img,
.svf-lg-search-results .svf-logo-placeholder {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.svf-lg-search-results strong {
	display: block;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-lg-search-results small {
	color: #94a3b8;
}

.svf-lg-result-type {
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.18);
	color: #ff4458;
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
	padding: 5px 9px;
}

.svf-lg-layout {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr) 360px;
	gap: 14px;
	align-items: start;
}

.svf-lg-main {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.svf-lg-panel {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 12px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.9));
	box-shadow: 0 24px 65px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.svf-lg-filters,
.svf-lg-right {
	position: sticky;
	top: 16px;
}

.svf-lg-panel-head,
.svf-lg-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.svf-lg-panel-head h2,
.svf-lg-section-head h2 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-lg-panel-head a,
.svf-lg-section-head a,
.svf-lg-feature-grid a {
	color: #ff263f;
	font-weight: 900;
	text-decoration: none;
}

.svf-lg-panel-head span {
	color: #94a3b8;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-lg-filters h3 {
	margin: 16px 18px 8px;
	color: #94a3b8;
	font-size: 0.82rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-lg-filter-list {
	display: grid;
	gap: 5px;
	padding: 0 12px 8px;
}

.svf-lg-filter-list button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	color: #f8fafc;
	cursor: pointer;
	font-weight: 900;
	text-align: left;
	padding: 8px 10px;
}

.svf-lg-filter-list button span {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.svf-lg-filter-list button:hover,
.svf-lg-filter-list button.is-active {
	border-color: rgba(225, 29, 46, 0.46);
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.3), rgba(73, 13, 29, 0.52));
}

.svf-lg-filter-list i,
.svf-lg-shortcuts i {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	opacity: 0.8;
	transform: rotate(-45deg);
}

.svf-lg-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
}

.svf-lg-card {
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 12px;
	background: linear-gradient(160deg, rgba(18, 34, 58, 0.96), rgba(8, 18, 33, 0.94));
	transition: 0.18s ease;
}

.svf-lg-card:hover,
.svf-lg-card.is-active {
	transform: translateY(-3px);
	border-color: rgba(225, 29, 46, 0.58);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(225, 29, 46, 0.18);
}

.svf-lg-card a {
	display: grid;
	justify-items: center;
	gap: 9px;
	min-height: 230px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 22px 18px 18px;
}

.svf-lg-card-logo {
	width: 82px;
	height: 82px;
	object-fit: contain;
	filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.42));
}

.svf-lg-card strong {
	font-size: 1.12rem;
	font-weight: 950;
}

.svf-lg-card small,
.svf-lg-meta {
	color: #94a3b8;
}

.svf-lg-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	font-size: 0.78rem;
}

.svf-lg-meta b {
	font-weight: 850;
}

.svf-lg-card em {
	min-width: 132px;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(225, 29, 46, 0.58);
	border-radius: 8px;
	background: rgba(225, 29, 46, 0.22);
	color: #fff;
	font-style: normal;
	font-weight: 950;
}

.svf-lg-featured {
	padding-bottom: 14px;
}

.svf-lg-featured-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.svf-lg-feature-logo {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.svf-lg-featured-head p {
	margin: 0 0 4px;
	color: #ff263f;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-lg-featured-head h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.svf-lg-featured-head span {
	color: #94a3b8;
}

.svf-lg-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 12px 18px;
	scrollbar-width: thin;
}

.svf-lg-tabs button {
	flex: 0 0 auto;
	min-height: 40px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.06);
	color: #f8fafc;
	cursor: pointer;
	font-weight: 900;
	padding: 0 18px;
}

.svf-lg-tabs button.is-active {
	border-color: rgba(225, 29, 46, 0.68);
	background: linear-gradient(135deg, #e11d2e, #8d1020);
}

.svf-lg-tab-panel {
	display: none;
	padding: 0 18px 4px;
}

.svf-lg-tab-panel.is-active {
	display: block;
}

.svf-lg-feature-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}

.svf-lg-feature-grid section {
	min-width: 0;
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	padding: 12px;
}

.svf-lg-feature-grid h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.svf-lg-table {
	display: grid;
}

.svf-lg-table-head,
.svf-lg-table-row {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 34px 42px 48px;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-lg-table-head {
	color: #8190a7;
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-lg-table-row strong {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-lg-table-row b {
	color: #fff;
	text-align: right;
}

.svf-lg-fixture-row {
	display: grid;
	grid-template-columns: minmax(92px, 0.58fr) minmax(0, 1fr) 68px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 52px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #e5e7eb;
	text-decoration: none;
}

.svf-lg-fixture-row:hover {
	background: rgba(255, 255, 255, 0.04);
}

.svf-lg-fixture-row span {
	color: #94a3b8;
	font-size: 0.78rem;
}

.svf-lg-fixture-row span b {
	display: block;
	color: #cbd5e1;
}

.svf-lg-fixture-row strong {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-lg-fixture-row em {
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.07);
	color: #ff263f;
	font-style: normal;
	font-weight: 950;
	text-align: center;
	padding: 7px 8px;
}

.svf-lg-fixture-row.is-compact {
	grid-template-columns: minmax(80px, 0.7fr) minmax(0, 1fr) 50px minmax(0, 1fr);
	font-size: 0.82rem;
}

.svf-lg-right {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.svf-lg-scorer-list,
.svf-lg-side-list,
.svf-lg-trending {
	display: grid;
	padding: 10px 14px 14px;
}

.svf-lg-scorer-list a,
.svf-lg-trending a {
	display: grid;
	grid-template-columns: 28px 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #e5e7eb;
	text-decoration: none;
}

.svf-lg-scorer-list strong,
.svf-lg-trending strong {
	display: grid;
	min-width: 0;
	color: #fff;
}

.svf-lg-scorer-list small {
	color: #94a3b8;
	font-size: 0.74rem;
}

.svf-lg-scorer-list b {
	color: #ff263f;
	text-align: right;
}

.svf-lg-avatar {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	object-fit: cover;
}

.svf-lg-trending a {
	grid-template-columns: 34px minmax(0, 1fr) auto;
}

.svf-lg-trending span {
	color: #94a3b8;
}

.svf-lg-mini-logo {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	object-fit: contain;
}

.svf-lg-shortcuts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.svf-lg-shortcuts a {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 88px;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 12px;
	background: linear-gradient(160deg, rgba(13, 27, 46, 0.94), rgba(6, 17, 31, 0.9));
	color: #fff;
	text-decoration: none;
	padding: 18px;
}

.svf-lg-shortcuts a:hover {
	border-color: rgba(225, 29, 46, 0.52);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.svf-lg-shortcuts span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(225, 29, 46, 0.58);
	border-radius: 10px;
	color: #ff263f;
	font-weight: 950;
}

.svf-lg-shortcuts strong,
.svf-lg-shortcuts small {
	grid-column: 2;
}

.svf-lg-shortcuts small {
	color: #94a3b8;
}

.svf-lg-state {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-height: 126px;
	margin: 12px 0;
	border: 1px dashed rgba(225, 29, 46, 0.38);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.045);
	color: #cbd5e1;
	text-align: center;
	padding: 24px 16px;
}

.svf-lg-state span {
	color: #ff263f;
	font-size: 1.4rem;
}

.svf-lg-state strong {
	color: #fff;
}

.svf-lg-state p {
	margin: 0;
}

.svf-lg-state button {
	min-height: 38px;
	border: 0;
	border-radius: 8px;
	background: #e11d2e;
	color: #fff;
	font-weight: 900;
	padding: 0 16px;
}

.svf-leagues-page .svf-state-premium {
	border-color: rgba(225, 29, 46, 0.35);
	background: rgba(255, 255, 255, 0.06);
	color: #cbd5e1;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.svf-leagues-page .svf-state-premium strong {
	color: #fff;
}

.svf-lg-search-empty {
	margin: 0 14px 14px;
	border: 1px dashed rgba(225, 29, 46, 0.38);
	border-radius: 10px;
	color: #cbd5e1;
	text-align: center;
	padding: 20px;
}

@media (max-width: 1280px) {
	.svf-lg-layout {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.svf-lg-right {
		grid-column: 1 / -1;
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.svf-lg-feature-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.svf-lg-shell {
		width: min(100% - 24px, 1660px);
	}

	.svf-lg-layout {
		grid-template-columns: 1fr;
	}

	.svf-lg-filters {
		position: static;
	}

	.svf-lg-filter-list {
		display: flex;
		overflow-x: auto;
		padding-bottom: 12px;
		-webkit-overflow-scrolling: touch;
	}

	.svf-lg-filter-list button {
		flex: 0 0 auto;
		min-width: 190px;
	}

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

	.svf-lg-right,
	.svf-lg-shortcuts {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.svf-leagues-page {
		padding-top: 12px;
	}

	.svf-lg-shell {
		width: min(100% - 18px, 1660px);
	}

	.svf-lg-search-box {
		min-height: 54px;
		border-radius: 12px;
	}

	.svf-lg-search-results a,
	.svf-lg-search-results div {
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.svf-lg-result-type {
		grid-column: 2;
		justify-self: start;
	}

	.svf-lg-grid,
	.svf-lg-right,
	.svf-lg-shortcuts {
		grid-template-columns: 1fr;
	}

	.svf-lg-card a {
		min-height: 190px;
	}

	.svf-lg-fixture-row,
	.svf-lg-fixture-row.is-compact {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 10px 0;
	}

	.svf-lg-fixture-row em {
		width: max-content;
	}

	.svf-lg-table {
		min-width: 500px;
	}

	.svf-lg-tab-panel {
		overflow-x: auto;
	}

	.svf-lg-shortcuts a {
		min-height: 78px;
	}
}

.svf-fbl-dashboard {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background:
		radial-gradient(circle at 8% 8%, rgba(239, 25, 45, 0.18), transparent 26%),
		radial-gradient(circle at 88% 20%, rgba(27, 86, 148, 0.24), transparent 28%),
		linear-gradient(135deg, #050a14 0%, #071424 48%, #140711 100%);
	color: #f8fafc;
}

.svf-fbl-dashboard::before,
.svf-fbl-dashboard::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.svf-fbl-dashboard::before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 96px 96px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 72%);
}

.svf-fbl-dashboard::after {
	background:
		linear-gradient(112deg, transparent 0 51%, rgba(255, 255, 255, 0.08) 51% 52.5%, transparent 52.5%),
		linear-gradient(112deg, transparent 0 80%, rgba(239, 25, 45, 0.32) 80% 82%, transparent 82%);
}

.svf-fbl-shell {
	position: relative;
	z-index: 1;
	width: min(1720px, calc(100% - 40px));
	margin: 0 auto;
	padding: 24px 0 36px;
}

.svf-fbl-page-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.svf-fbl-page-intro p,
.svf-fbl-page-intro span {
	margin: 0;
	color: #aebbd0;
}

.svf-fbl-page-intro p {
	color: #ff263f;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.svf-fbl-page-intro h1 {
	margin: 4px 0 6px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 0.95;
	letter-spacing: 0;
}

.svf-fbl-tools {
	display: flex;
	gap: 10px;
}

.svf-fbl-tools button,
.svf-fbl-tools a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
}

.svf-fbl-panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(15, 27, 44, 0.92), rgba(7, 17, 31, 0.82));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.svf-fbl-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.svf-fbl-panel-head h2,
.svf-fbl-filter-panel h3 {
	margin: 0;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-fbl-link {
	color: #ff263f;
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.svf-fbl-control-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	padding: 12px;
}

.svf-fbl-control-bar .svf-search {
	flex: 1 1 220px;
}

.svf-fbl-control-bar input,
.svf-fbl-control-bar .svf-calendar-button,
.svf-fbl-filter,
.svf-date-button {
	border: 1px solid rgba(148, 163, 184, 0.2);
	background: rgba(7, 16, 29, 0.84);
	color: #f8fafc;
}

.svf-fbl-control-bar input::placeholder {
	color: #7f8ea4;
}

.svf-fbl-filter,
.svf-fbl-status-stack button,
.svf-fbl-league-stack button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	color: #f8fafc;
	font-weight: 800;
	cursor: pointer;
}

.svf-fbl-filter {
	min-height: 38px;
	padding: 0 18px;
	white-space: nowrap;
}

.svf-fbl-filter.is-active,
.svf-date-button.is-active,
.svf-fbl-status-stack button.is-active,
.svf-fbl-league-stack button.is-active {
	border-color: rgba(255, 38, 63, 0.7);
	background: linear-gradient(135deg, #e6102b, #8a1020);
	color: #fff;
}

.svf-fbl-date-strip,
.svf-fbl-quick-filters {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.svf-fbl-top-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.28fr);
	gap: 10px;
	margin-bottom: 14px;
}

.svf-fbl-featured-panel,
.svf-fbl-today-panel {
	min-height: 300px;
}

.svf-dash-featured-match {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 246px;
	padding: 22px;
	color: #fff;
}

.svf-dash-featured-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(2, 6, 14, 0.72), rgba(2, 6, 14, 0.9)),
		radial-gradient(circle at center, rgba(255, 255, 255, 0.16), transparent 28%),
		linear-gradient(180deg, #142134, #06101f);
}

.svf-dash-featured-bg::before {
	content: "";
	position: absolute;
	inset: 28px 0 auto;
	height: 82px;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.28), transparent 60%);
	filter: blur(14px);
}

.svf-dash-featured-league,
.svf-dash-featured-score,
.svf-dash-featured-actions {
	position: relative;
	z-index: 1;
}

.svf-dash-featured-league,
.svf-dash-tile-league {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #cbd5e1;
	font-size: 0.84rem;
	font-weight: 800;
}

.svf-dash-featured-score {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-top: 16px;
	text-align: center;
}

.svf-dash-featured-score > div:not(.svf-dash-main-score) {
	display: grid;
	justify-items: center;
	gap: 10px;
	min-width: 0;
}

.svf-dash-club-logo {
	width: 78px;
	height: 78px;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.5));
}

.svf-dash-featured-score strong {
	max-width: 190px;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-dash-main-score {
	display: grid;
	justify-items: center;
	gap: 8px;
}

.svf-dash-main-score button {
	border: 0;
	background: transparent;
	color: #fff;
	font-size: clamp(2.1rem, 4vw, 3.4rem);
	font-weight: 950;
	line-height: 1;
	cursor: pointer;
}

.svf-dash-main-score small {
	color: #cbd5e1;
}

.svf-dash-featured-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}

.svf-fbl-tile-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(160px, 1fr));
	gap: 12px;
	padding: 0 18px 12px;
}

.svf-dash-tile {
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 9px;
	background: linear-gradient(160deg, rgba(16, 28, 48, 0.96), rgba(8, 18, 34, 0.92));
	box-shadow: inset 0 -3px 0 rgba(255, 38, 63, 0.55);
}

.svf-dash-tile-status {
	margin: 8px 0;
	text-align: center;
}

.svf-dash-tile-score {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	text-align: center;
}

.svf-dash-tile-score > span {
	display: grid;
	justify-items: center;
	gap: 6px;
	min-width: 0;
}

.svf-dash-team-logo,
.svf-dash-league-logo,
.svf-table-logo {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.svf-dash-tile-score button {
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1.45rem;
	font-weight: 950;
	cursor: pointer;
}

.svf-dash-tile-score small {
	max-width: 60px;
	overflow: hidden;
	color: #dbeafe;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-dash-tile-actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
}

.svf-dash-tile-actions button,
.svf-dash-row-mini button,
.svf-dash-featured-actions .svf-save-button {
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: #e5e7eb;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 7px 12px;
}

.svf-fbl-quick-filters {
	padding: 14px 18px 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.svf-fbl-main-grid {
	display: grid;
	grid-template-columns: 260px minmax(430px, 1.35fr) minmax(290px, 0.85fr) minmax(290px, 0.85fr);
	grid-template-areas:
		"filters feed preview news"
		"filters feed preview standings";
	gap: 10px;
	align-items: stretch;
}

.svf-fbl-filter-panel {
	grid-area: filters;
}

.svf-fbl-live-board {
	grid-area: feed;
}

.svf-fbl-preview-panel {
	grid-area: preview;
}

.svf-fbl-news-panel {
	grid-area: news;
}

.svf-fbl-standings-panel {
	grid-area: standings;
}

.svf-fbl-status-stack,
.svf-fbl-league-stack {
	display: grid;
	gap: 9px;
	padding: 16px;
}

.svf-fbl-filter-panel h3 {
	padding: 4px 16px 0;
	color: #cbd5e1;
}

.svf-fbl-status-stack button,
.svf-fbl-league-stack button {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	text-align: left;
}

.svf-fbl-status-stack span {
	display: inline-flex;
	min-width: 28px;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	padding: 4px 8px;
}

.svf-fbl-live-list {
	display: grid;
}

.svf-dash-match-row {
	display: grid;
	grid-template-columns: 28px minmax(145px, 0.8fr) 80px minmax(260px, 1.35fr) 130px;
	align-items: center;
	gap: 12px;
	min-height: 78px;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.svf-dash-match-row:hover {
	background: rgba(255, 255, 255, 0.05);
}

.svf-dash-star {
	border: 0;
	background: transparent;
	color: #94a3b8;
	font-size: 1.25rem;
	cursor: pointer;
}

.svf-dash-star.is-saved,
.svf-save-button.is-saved {
	color: #ff263f;
}

.svf-dash-row-league {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	column-gap: 8px;
	color: #fff;
	font-weight: 900;
}

.svf-dash-row-league small {
	grid-column: 2;
	color: #8da0b8;
	font-size: 0.72rem;
	font-weight: 600;
}

.svf-dash-row-teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px auto 34px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 800;
}

.svf-dash-row-teams > span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-dash-row-teams > span:first-child {
	text-align: right;
}

.svf-dash-row-teams button {
	min-width: 74px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1.55rem;
	font-weight: 950;
	cursor: pointer;
}

.svf-dash-row-mini {
	display: grid;
	gap: 6px;
	justify-items: end;
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-dash-news-list {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.svf-dash-news-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.svf-dash-news-item img,
.svf-dash-news-thumb {
	width: 72px;
	height: 54px;
	border-radius: 7px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(255, 38, 63, 0.45), rgba(30, 64, 175, 0.35));
}

.svf-dash-news-item small {
	display: block;
	margin-bottom: 4px;
	color: #ff263f;
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-dash-news-item strong {
	display: -webkit-box;
	overflow: hidden;
	color: #f8fafc;
	font-size: 0.86rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.svf-dash-table {
	padding: 8px 16px 16px;
}

.svf-dash-table-head,
.svf-dash-table-row {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 34px 42px 48px;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
	font-size: 0.82rem;
}

.svf-dash-table-head {
	color: #8da0b8;
	font-size: 0.72rem;
	text-transform: uppercase;
}

.svf-dash-table-row span:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-dash-table-row strong {
	color: #fff;
	text-align: right;
}

.svf-fbl-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	background: rgba(148, 163, 184, 0.12);
}

.svf-fbl-feature-strip div {
	padding: 20px;
	background: linear-gradient(160deg, rgba(15, 27, 44, 0.95), rgba(7, 17, 31, 0.94));
}

.svf-fbl-feature-strip strong {
	display: block;
	margin-bottom: 4px;
	color: #ff263f;
	text-transform: uppercase;
}

.svf-fbl-feature-strip span {
	color: #cbd5e1;
}

.svf-fbl-dashboard .svf-state-premium {
	border-color: rgba(255, 38, 63, 0.38);
	background: rgba(15, 23, 42, 0.72);
	color: #f8fafc;
}

.svf-fbl-dashboard .svf-state p {
	color: #b8c5d8;
}

.svf-fbl-dashboard .svf-status-live {
	border-color: rgba(255, 38, 63, 0.65);
	background: #e6102b;
	color: #fff;
}

.svf-fbl-dashboard .svf-status-upcoming {
	border-color: rgba(148, 163, 184, 0.3);
	background: rgba(255, 255, 255, 0.08);
	color: #e5e7eb;
}

.svf-fbl-dashboard .svf-status-finished {
	border-color: rgba(34, 197, 94, 0.34);
	background: rgba(34, 197, 94, 0.12);
	color: #bbf7d0;
}

@media (max-width: 1340px) {
	.svf-fbl-main-grid {
		grid-template-columns: 230px minmax(0, 1.2fr) minmax(280px, 0.9fr);
		grid-template-areas:
			"filters feed preview"
			"filters feed news"
			"filters feed standings";
	}

	.svf-fbl-tile-grid {
		grid-template-columns: repeat(2, minmax(180px, 1fr));
	}
}

@media (max-width: 1080px) {
	.svf-fbl-shell {
		width: min(100% - 24px, 980px);
	}

	.svf-fbl-top-grid,
	.svf-fbl-main-grid {
		grid-template-columns: 1fr;
		grid-template-areas: none;
	}

	.svf-fbl-filter-panel,
	.svf-fbl-live-board,
	.svf-fbl-preview-panel,
	.svf-fbl-news-panel,
	.svf-fbl-standings-panel {
		grid-area: auto;
	}

	.svf-fbl-filter-panel {
		order: -1;
	}

	.svf-fbl-league-stack,
	.svf-fbl-status-stack {
		display: flex;
		overflow-x: auto;
	}

	.svf-fbl-league-stack button,
	.svf-fbl-status-stack button {
		width: auto;
		flex: 0 0 auto;
	}
}

@media (max-width: 760px) {
	.svf-fbl-shell {
		width: 100%;
		padding: 14px 10px 24px;
	}

	.svf-fbl-page-intro {
		align-items: flex-start;
	}

	.svf-fbl-tools {
		display: none;
	}

	.svf-fbl-page-intro h1 {
		font-size: 2.15rem;
	}

	.svf-fbl-control-bar {
		position: sticky;
		top: 0;
		z-index: 5;
		flex-wrap: wrap;
	}

	.svf-fbl-control-bar .svf-search {
		flex-basis: 100%;
	}

	.svf-fbl-date-strip {
		width: 100%;
	}

	.svf-fbl-tile-grid {
		display: flex;
		overflow-x: auto;
		padding-right: 12px;
	}

	.svf-dash-tile {
		flex: 0 0 220px;
	}

	.svf-dash-featured-match {
		min-height: 240px;
		padding: 16px;
	}

	.svf-dash-featured-score {
		gap: 8px;
	}

	.svf-dash-club-logo {
		width: 56px;
		height: 56px;
	}

	.svf-dash-main-score button {
		font-size: 2rem;
	}

	.svf-dash-featured-score strong {
		max-width: 96px;
		font-size: 0.78rem;
	}

	.svf-dash-match-row {
		grid-template-columns: 26px 1fr auto;
		grid-template-areas:
			"star league status"
			"teams teams teams"
			"mini mini mini";
		gap: 8px;
		padding: 12px;
	}

	.svf-dash-star {
		grid-area: star;
	}

	.svf-dash-row-league {
		grid-area: league;
	}

	.svf-dash-row-status {
		grid-area: status;
	}

	.svf-dash-row-teams {
		grid-area: teams;
		grid-template-columns: minmax(0, 1fr) 28px 62px 28px minmax(0, 1fr);
	}

	.svf-dash-row-teams button {
		min-width: 58px;
		font-size: 1.15rem;
	}

	.svf-dash-row-mini {
		grid-area: mini;
		grid-template-columns: 1fr auto;
		align-items: center;
		justify-items: start;
	}

	.svf-fbl-feature-strip {
		grid-template-columns: 1fr;
	}

	.svf-dash-news-item {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.svf-dash-news-item img,
	.svf-dash-news-thumb {
		width: 62px;
		height: 48px;
	}
}

* {
	box-sizing: border-box;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

body.svf-theme {
	margin: 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(225, 29, 46, 0.12), transparent 28rem),
		linear-gradient(180deg, #050915 0%, #071329 44%, #f6f8fb 44%, #f6f8fb 100%);
	color: var(--svf-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.svf-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.svf-skip-link {
	position: absolute;
	left: -999px;
	top: 10px;
	z-index: 9999;
	padding: 10px 12px;
	background: var(--svf-red);
	color: #fff;
}

.svf-skip-link:focus {
	left: 10px;
}

.svf-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(5, 9, 21, 0.92);
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
}

.svf-header-inner {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.svf-brand,
.svf-entity-head {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.svf-brand-mark {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--svf-red), var(--svf-red-dark));
	color: #fff;
	font-weight: 950;
	box-shadow: 0 12px 24px rgba(225, 29, 46, 0.24);
}

.svf-logo img {
	width: auto;
	max-width: 210px;
	max-height: 48px;
	display: block;
	object-fit: contain;
}

.svf-fbl24-logo img {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.13), 0 14px 32px rgba(225, 29, 46, 0.24);
	object-fit: cover;
}

.svf-brand-text {
	min-width: 0;
	display: grid;
	line-height: 1.1;
}

.svf-brand-text strong {
	overflow: hidden;
	color: #f8fafc;
	font-size: 1.1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-brand-text small,
.svf-kicker {
	color: var(--svf-red);
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.svf-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.svf-main-nav {
	flex: 0 1 auto;
	min-width: 0;
}

.svf-menu a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	border-radius: 8px;
	color: #cbd5e1;
	font-size: 0.92rem;
	font-weight: 850;
}

.svf-menu a:hover,
.svf-menu a.is-active {
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
}

.svf-menu-toggle {
	width: 42px;
	height: 42px;
	display: none;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
}

.svf-menu-line,
.svf-menu-line::before,
.svf-menu-line::after {
	width: 18px;
	height: 2px;
	display: block;
	background: #fff;
	content: "";
}

.svf-menu-line::before {
	transform: translateY(-6px);
}

.svf-menu-line::after {
	transform: translateY(4px);
}

.svf-mobile-menu {
	padding: 10px 16px 16px;
	background: rgba(5, 9, 21, 0.98);
	border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.svf-mobile-menu .svf-menu {
	display: grid;
}

/* Premium FBL24 header only */
.svf-site-header {
	padding: 14px 0;
	background:
		radial-gradient(circle at 78% 0%, rgba(225, 29, 46, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.98), rgba(3, 8, 20, 0.86));
	border-bottom: 0;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.svf-site-header .svf-shell {
	width: min(1880px, calc(100% - 32px));
}

.svf-header-inner {
	position: relative;
	min-height: 86px;
	padding: 0 24px 0 28px;
	border: 1px solid rgba(203, 213, 225, 0.2);
	border-radius: 999px;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.09), transparent 13%),
		linear-gradient(160deg, rgba(12, 23, 42, 0.86), rgba(3, 8, 20, 0.78));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		inset 0 -1px 0 rgba(255, 255, 255, 0.04),
		0 26px 80px rgba(0, 0, 0, 0.35),
		0 0 50px rgba(225, 29, 46, 0.08);
	backdrop-filter: blur(22px);
}

.svf-header-inner::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 26%, transparent 74%, rgba(225, 29, 46, 0.14));
	opacity: 0.55;
}

.svf-brand {
	position: relative;
	z-index: 1;
	flex: 0 0 270px;
	gap: 14px;
	text-decoration: none;
}

.svf-brand::after {
	content: "";
	width: 1px;
	height: 48px;
	margin-left: 22px;
	background: linear-gradient(180deg, transparent, rgba(203, 213, 225, 0.34), transparent);
}

.svf-fbl24-logo img {
	width: 56px;
	height: 56px;
	border-radius: 15px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.16),
		0 0 26px rgba(225, 29, 46, 0.28),
		0 16px 36px rgba(0, 0, 0, 0.42);
}

.svf-brand-text strong {
	color: #fff;
	font-size: 1.34rem;
	font-weight: 950;
	letter-spacing: 0;
}

.svf-brand-text small {
	margin-top: 3px;
	color: #ff263f;
	font-size: 0.74rem;
	font-weight: 950;
	text-shadow: 0 0 14px rgba(225, 29, 46, 0.42);
}

.svf-main-nav {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
}

.svf-menu {
	gap: 12px;
}

.svf-menu a {
	position: relative;
	min-height: 48px;
	gap: 8px;
	border: 1px solid rgba(148, 163, 184, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: rgba(248, 250, 252, 0.88);
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none;
	padding: 0 20px;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.svf-menu a::after {
	content: "";
	position: absolute;
	left: 28%;
	right: 28%;
	bottom: 6px;
	height: 4px;
	border-radius: 999px;
	background: #ff263f;
	box-shadow: 0 0 18px rgba(225, 29, 46, 0.82);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.svf-menu a:hover {
	border-color: rgba(225, 29, 46, 0.34);
	background: rgba(225, 29, 46, 0.12);
	color: #fff;
	box-shadow: 0 0 24px rgba(225, 29, 46, 0.18);
	transform: translateY(-1px);
}

.svf-menu a.is-active {
	border-color: rgba(255, 102, 119, 0.5);
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.16), transparent 38%),
		linear-gradient(135deg, rgba(225, 29, 46, 0.56), rgba(75, 14, 31, 0.78));
	color: #fff;
	box-shadow:
		0 0 0 1px rgba(225, 29, 46, 0.18),
		0 0 38px rgba(225, 29, 46, 0.36),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.svf-menu a.is-active::after {
	opacity: 1;
	transform: translateY(0);
}

.svf-menu-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #ff263f;
	box-shadow: 0 0 16px rgba(225, 29, 46, 0.95);
}

.svf-menu-caret {
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	opacity: 0.8;
	transform: rotate(45deg) translateY(-2px);
}

.svf-menu-star {
	width: 15px;
	height: 15px;
	background: #ff263f;
	clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
	filter: drop-shadow(0 0 8px rgba(225, 29, 46, 0.76));
}

.svf-header-actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.svf-header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(203, 213, 225, 0.2);
	border-radius: 999px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
		rgba(8, 18, 33, 0.82);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 28px rgba(0, 0, 0, 0.24);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.svf-header-action:hover,
.svf-header-account {
	border-color: rgba(225, 29, 46, 0.62);
	box-shadow: 0 0 32px rgba(225, 29, 46, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.svf-header-search span {
	position: relative;
	width: 22px;
	height: 22px;
	border: 3px solid #fff;
	border-radius: 999px;
}

.svf-header-search span::after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -5px;
	width: 10px;
	height: 3px;
	border-radius: 999px;
	background: #fff;
	transform: rotate(45deg);
}

.svf-header-bell span {
	position: relative;
	width: 22px;
	height: 24px;
	border: 3px solid #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 0;
}

.svf-header-bell span::before {
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	bottom: -6px;
	height: 8px;
	border: 3px solid #fff;
	border-top: 0;
	border-radius: 0 0 12px 12px;
}

.svf-header-bell span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #fff;
	transform: translateX(-50%);
}

.svf-header-bell i {
	position: absolute;
	top: 10px;
	right: 11px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #ff263f;
	box-shadow: 0 0 14px rgba(225, 29, 46, 0.94);
}

.svf-header-account span {
	position: relative;
	width: 28px;
	height: 28px;
	border: 3px solid #fff;
	border-radius: 999px;
}

.svf-header-account span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
	border-radius: 999px;
	transform: translateX(-50%);
}

.svf-header-account span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 3px;
	width: 16px;
	height: 9px;
	border: 3px solid #fff;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	transform: translateX(-50%);
}

.svf-menu-toggle {
	position: relative;
	z-index: 1;
	border-radius: 999px;
}

.svf-mobile-menu {
	width: min(520px, calc(100% - 32px));
	margin: 10px auto 0;
	border: 1px solid rgba(203, 213, 225, 0.16);
	border-radius: 24px;
	background: rgba(5, 9, 21, 0.98);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.svf-hero {
	position: relative;
	overflow: hidden;
	padding: 56px 0 38px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 88px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 88px),
		linear-gradient(160deg, #020617 0%, #071329 48%, #1b0710 100%);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	color: #f8fafc;
}

.svf-hero::before {
	position: absolute;
	inset: auto 0 0;
	height: 44%;
	background:
		linear-gradient(180deg, transparent, rgba(22, 101, 52, 0.18)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 98px);
	content: "";
	pointer-events: none;
}

.svf-hero::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0 58%, rgba(225, 29, 46, 0.18) 58% 59%, transparent 59%),
		linear-gradient(245deg, transparent 0 58%, rgba(255, 255, 255, 0.08) 58% 59%, transparent 59%);
	content: "";
	pointer-events: none;
}

.svf-hero-grid,
.svf-dashboard-grid,
.svf-detail-grid,
.svf-footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
	gap: 22px;
	align-items: start;
}

.svf-hero h1,
.svf-page-header h1 {
	margin: 0;
	color: var(--svf-ink);
	font-size: clamp(2.35rem, 5vw, 4.2rem);
	line-height: 0.96;
	font-weight: 950;
}

.svf-hero h1 {
	max-width: 720px;
	color: #fff;
	text-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.svf-hero p,
.svf-page-header p,
.svf-card p {
	color: var(--svf-muted);
	line-height: 1.65;
}

.svf-hero p {
	color: #cbd5e1;
}

.svf-hero-copy {
	max-width: 760px;
	padding: 20px 0;
}

.svf-hero-copy > p:not(.svf-kicker) {
	max-width: 650px;
	font-size: 1.05rem;
}

.svf-hero-logo-lockup {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	padding: 8px 14px 8px 8px;
	border: 1px solid rgba(248, 250, 252, 0.13);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.svf-hero-logo-lockup img {
	width: 58px;
	height: 58px;
	border-radius: 14px;
	object-fit: cover;
}

.svf-hero-logo-lockup strong,
.svf-hero-logo-lockup small {
	display: block;
}

.svf-hero-logo-lockup strong {
	color: #fff;
	font-size: 1.16rem;
	font-weight: 950;
}

.svf-hero-logo-lockup small {
	color: #94a3b8;
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-hero-actions,
.svf-card-head,
.svf-page-header,
.svf-controls,
.svf-tabs,
.svf-match-card-top,
.svf-match-actions,
.svf-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.svf-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 650px;
	margin-top: 22px;
}

.svf-hero-metrics span {
	min-width: 0;
	padding: 13px;
	border: 1px solid rgba(248, 250, 252, 0.13);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
	color: #94a3b8;
	font-size: 0.82rem;
	font-weight: 800;
}

.svf-hero-metrics strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 1rem;
}

.svf-section {
	padding: 30px 0 54px;
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.025) 0 1px, transparent 1px 96px),
		linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.svf-featured-zone,
.svf-home-games {
	margin-top: 0;
	padding: 34px 0 42px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 92px),
		linear-gradient(180deg, #050915 0%, #071329 100%);
	color: #f8fafc;
}

.svf-featured-zone {
	padding-top: 38px;
}

.svf-home-games-heading {
	margin-bottom: 16px;
}

.svf-featured-heading,
.svf-home-games-heading h2 {
	color: #fff;
}

.svf-featured-heading {
	margin-bottom: 16px;
}

.svf-featured-heading h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.svf-featured-games-heading {
	margin-top: 24px;
}

.svf-popular-league-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.svf-popular-league {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px;
	border: 1px solid rgba(248, 250, 252, 0.13);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
	color: #f8fafc;
	font-weight: 900;
	transition: 0.18s ease;
}

.svf-popular-league:hover {
	transform: translateY(-3px);
	border-color: rgba(225, 29, 46, 0.46);
	box-shadow: 0 28px 65px rgba(0, 0, 0, 0.32);
}

.svf-popular-league span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-featured-game-deck {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	perspective: 1400px;
}

.svf-home-games-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.svf-game-panel {
	border-color: var(--svf-night-line);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(14px);
}

.svf-game-panel .svf-card-head {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.svf-game-panel .svf-card-head > span,
.svf-live-preview .svf-card-head > span {
	min-width: 32px;
	min-height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(225, 29, 46, 0.35);
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.14);
	color: #fff;
	font-weight: 950;
}

.svf-card,
.svf-match-card,
.svf-league-card,
.svf-news-card {
	min-width: 0;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.86));
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.svf-card {
	padding: 20px;
}

.svf-section > .svf-shell > .svf-card,
.svf-detail-grid > .svf-card,
.svf-dashboard-grid > .svf-card {
	border-color: rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.92);
}

.svf-hero-card {
	border-color: rgba(248, 250, 252, 0.14);
	background: rgba(5, 9, 21, 0.66);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(18px);
}

.svf-live-preview .svf-card-head {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	color: #fff;
}

.svf-live-preview .svf-card-head .svf-kicker {
	margin: 0 0 4px;
}

.svf-live-preview .svf-card-head h2,
.svf-game-panel h3 {
	color: #fff;
}

.svf-card + .svf-card {
	margin-top: 16px;
}

.svf-card h2,
.svf-card h3,
.svf-section-heading h2 {
	margin: 0;
	color: var(--svf-ink);
	font-size: 1.15rem;
}

.svf-game-panel h3 {
	color: #fff;
}

.svf-button,
.svf-card-button,
.svf-save-button,
.svf-tabs a,
.svf-chip,
.svf-date-button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	background: #fff;
	color: var(--svf-ink);
	cursor: pointer;
	font-weight: 900;
	transition: 0.18s ease;
}

.svf-button,
.svf-card-button {
	padding: 0 16px;
}

.svf-button-primary {
	border-color: var(--svf-red);
	background: var(--svf-red);
	color: #fff;
	box-shadow: 0 16px 28px rgba(225, 29, 46, 0.24);
}

.svf-button-light,
.svf-tabs a.is-active,
.svf-chip.is-active,
.svf-date-button.is-active {
	border-color: #fecaca;
	background: var(--svf-soft);
	color: var(--svf-red);
}

.svf-hero .svf-button-light,
.svf-featured-zone .svf-button-light,
.svf-home-games .svf-button-light {
	border-color: rgba(248, 250, 252, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.svf-button:hover,
.svf-card-button:hover,
.svf-save-button:hover,
.svf-tabs a:hover,
.svf-chip:hover,
.svf-date-button:hover {
	transform: translateY(-1px);
	border-color: #fecaca;
	color: var(--svf-red);
}

.svf-text-link {
	color: var(--svf-red);
	font-weight: 900;
}

.svf-page-header {
	margin-bottom: 18px;
	padding: 22px;
	border: 1px solid rgba(248, 250, 252, 0.14);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
		linear-gradient(160deg, #071329 0%, #0f172a 58%, #240914 100%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
	color: #f8fafc;
	backdrop-filter: blur(16px);
}

.svf-page-header h1,
.svf-page-header p {
	color: #fff;
}

.svf-page-header p {
	color: #cbd5e1;
}

.svf-page-header .svf-tabs a,
.svf-page-header .svf-button {
	border-color: rgba(248, 250, 252, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.svf-tabs {
	flex-wrap: wrap;
}

.svf-tabs a {
	padding: 0 14px;
}

.svf-controls {
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.svf-search {
	flex: 1 1 280px;
}

.svf-controls input,
.svf-season-form input {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	color: var(--svf-ink);
}

.svf-date-strip {
	max-width: 100%;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 0 4px;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.svf-date-button {
	min-width: 62px;
	flex: 0 0 auto;
	flex-direction: column;
	padding: 5px 8px;
}

.svf-calendar-button {
	position: relative;
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	background: #fff;
	font-weight: 900;
}

.svf-calendar-button input {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.svf-match-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 300px;
	gap: 18px;
	align-items: start;
}

.svf-sidebar,
.svf-standings-panel {
	position: sticky;
	top: 92px;
	min-width: 0;
}

.svf-chip-list {
	display: grid;
	gap: 8px;
}

.svf-chip {
	justify-content: flex-start;
	padding: 0 12px;
	text-align: left;
}

.svf-chip-logo,
.svf-league-logo,
.svf-team-logo,
.svf-table-logo {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	object-fit: contain;
}

.svf-league-logo-large {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.svf-player-photo {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	object-fit: cover;
}

.svf-logo-placeholder {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	background: #fee2e2;
}

.svf-match-section + .svf-match-section {
	margin-top: 18px;
}

.svf-section-heading {
	margin-bottom: 10px;
}

.svf-section-heading span {
	min-width: 30px;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #fee2e2;
	color: var(--svf-red);
	font-weight: 950;
}

.svf-match-list {
	display: grid;
	gap: 12px;
}

.svf-match-card {
	position: relative;
	overflow: hidden;
	padding: 14px;
	cursor: pointer;
	transition: 0.18s ease;
}

.svf-match-card::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
		linear-gradient(315deg, rgba(225, 29, 46, 0.13), transparent 48%);
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: 0.18s ease;
}

.svf-match-card > * {
	position: relative;
	z-index: 1;
}

.svf-match-card-3d {
	transform-style: preserve-3d;
	box-shadow:
		0 18px 0 rgba(15, 23, 42, 0.06),
		0 24px 52px rgba(15, 23, 42, 0.16);
}

.svf-hero .svf-match-card,
.svf-featured-zone .svf-match-card,
.svf-home-games .svf-match-card {
	border-color: rgba(248, 250, 252, 0.12);
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
		linear-gradient(160deg, rgba(10, 20, 43, 0.96), rgba(8, 11, 27, 0.96));
	box-shadow:
		0 12px 0 rgba(0, 0, 0, 0.18),
		0 30px 72px rgba(0, 0, 0, 0.34);
	color: #f8fafc;
}

.svf-match-card:hover,
.svf-league-card:hover,
.svf-news-card:hover {
	transform: translateY(-4px) rotateX(1deg);
	border-color: #fecaca;
	box-shadow: var(--svf-shadow-strong);
}

.svf-match-card:hover::before {
	opacity: 1;
}

.svf-featured-game-deck .svf-match-card:nth-child(3n + 1) {
	transform: rotateY(-2deg);
}

.svf-featured-game-deck .svf-match-card:nth-child(3n) {
	transform: rotateY(2deg);
}

.svf-featured-game-deck .svf-match-card:hover {
	transform: translateY(-6px) rotateY(0deg) scale(1.01);
}

.svf-match-league {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	color: var(--svf-muted);
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-hero .svf-match-league,
.svf-featured-zone .svf-match-league,
.svf-home-games .svf-match-league,
.svf-hero .svf-match-actions,
.svf-featured-zone .svf-match-actions,
.svf-home-games .svf-match-actions {
	color: #94a3b8;
}

.svf-status {
	min-height: 26px;
	display: inline-flex;
	align-items: center;
	padding: 0 9px;
	border-radius: 999px;
	background: #f1f5f9;
	color: var(--svf-muted);
	font-size: 0.76rem;
	font-weight: 950;
}

.svf-status-live {
	background: #fee2e2;
	color: var(--svf-red);
}

.svf-status-finished {
	background: #ecfdf5;
	color: #047857;
}

.svf-match-teams {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-top: 16px;
}

.svf-team {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	font-weight: 900;
}

.svf-team span {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-score {
	min-height: 48px;
	border: 1px solid #fee2e2;
	border-radius: 8px;
	background: #fff7f7;
	color: var(--svf-ink);
	font-size: 1.35rem;
	font-weight: 950;
	cursor: pointer;
}

.svf-hero .svf-score,
.svf-featured-zone .svf-score,
.svf-home-games .svf-score {
	border-color: rgba(225, 29, 46, 0.32);
	background: rgba(225, 29, 46, 0.13);
	color: #fff;
}

.svf-match-actions {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--svf-line);
	color: var(--svf-muted);
}

.svf-hero .svf-match-actions,
.svf-featured-zone .svf-match-actions,
.svf-home-games .svf-match-actions {
	border-top-color: rgba(148, 163, 184, 0.16);
}

.svf-save-button {
	min-width: 54px;
	padding: 0 10px;
	color: var(--svf-red);
	font-size: 0.82rem;
}

.svf-save-button.is-saved {
	border-color: #fecaca;
	background: #fff1f2;
}

.svf-state {
	min-height: 150px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 8px;
	padding: 24px;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	background: #fff;
	color: var(--svf-muted);
	text-align: center;
}

.svf-state-premium {
	border-color: #fecaca;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 241, 242, 0.72));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.svf-hero .svf-state-premium,
.svf-featured-zone .svf-state-premium,
.svf-home-games .svf-state-premium {
	border-color: rgba(225, 29, 46, 0.35);
	background: rgba(255, 255, 255, 0.07);
	color: #94a3b8;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.svf-state strong {
	color: var(--svf-ink);
}

.svf-hero .svf-state strong,
.svf-featured-zone .svf-state strong,
.svf-home-games .svf-state strong {
	color: #fff;
}

.svf-state p {
	margin: 0;
}

.svf-state-icon {
	font-size: 1.7rem;
}

.svf-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.svf-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
}

.svf-table th,
.svf-table td {
	padding: 11px 10px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	text-align: left;
	white-space: nowrap;
}

.svf-table th {
	color: var(--svf-muted);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.svf-table-team {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 900;
}

.svf-league-grid,
.svf-news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
}

.svf-league-card,
.svf-news-card {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.svf-league-card {
	position: relative;
	overflow: hidden;
	min-height: 150px;
	align-content: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.88));
}

.svf-league-card::after {
	position: absolute;
	right: -28px;
	bottom: -34px;
	width: 110px;
	height: 110px;
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.08);
	content: "";
}

.svf-league-card > * {
	position: relative;
	z-index: 1;
}

.svf-news-card img,
.svf-featured-image img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.svf-news-card img {
	aspect-ratio: 16 / 10;
}

.svf-mini-news-list,
.svf-meta-grid {
	display: grid;
	gap: 10px;
}

.svf-mini-news,
.svf-meta-grid span {
	padding: 12px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	background: #f8fafc;
}

.svf-mini-news span,
.svf-meta-grid small {
	display: block;
	color: var(--svf-muted);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.svf-content-shell {
	max-width: 860px;
}

.svf-content-card h1 {
	margin-top: 0;
	font-size: clamp(2rem, 5vw, 3.2rem);
}

.svf-content {
	line-height: 1.75;
}

.svf-pagination {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.svf-pagination .page-numbers {
	min-width: 38px;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	background: #fff;
	font-weight: 900;
}

.svf-pagination .current {
	border-color: #fecaca;
	background: #fff1f2;
	color: var(--svf-red);
}

.svf-modal[hidden] {
	display: none;
}

.svf-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 18px;
}

.svf-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.58);
}

.svf-modal-panel {
	position: relative;
	width: min(760px, 100%);
	max-height: min(760px, 92vh);
	overflow: auto;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
}

.svf-modal-close {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 38px;
	height: 38px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	font-size: 1.4rem;
}

.svf-detail-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 8px;
}

.svf-detail-tabs button {
	min-height: 38px;
	flex: 0 0 auto;
	padding: 0 12px;
	border: 1px solid var(--svf-line);
	border-radius: 8px;
	background: #fff;
	font-weight: 900;
}

.svf-footer {
	padding: 36px 0 24px;
	background: #0f172a;
	color: #cbd5e1;
}

.svf-footer-grid {
	grid-template-columns: minmax(0, 1.3fr) 0.7fr 0.7fr;
}

.svf-footer a {
	display: block;
	margin: 8px 0;
}

.svf-footer h2,
.svf-footer .svf-brand-text strong {
	color: #fff;
}

.svf-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(226, 232, 240, 0.14);
	color: #94a3b8;
}

@media (max-width: 1000px) {
	.svf-main-nav {
		display: none;
	}

	.svf-menu-toggle {
		display: inline-flex;
	}

	.svf-hero-grid,
	.svf-dashboard-grid,
	.svf-detail-grid,
	.svf-featured-game-deck,
	.svf-home-games-grid,
	.svf-match-layout,
	.svf-footer-grid {
		grid-template-columns: 1fr;
	}

	.svf-popular-league-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.svf-sidebar,
	.svf-standings-panel {
		position: static;
	}

	.svf-mobile-menu .svf-menu a {
		width: 100%;
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.svf-shell {
		width: min(100% - 20px, 1240px);
	}

	.svf-header-inner {
		min-height: 64px;
		gap: 8px;
	}

	.svf-logo img {
		max-width: 160px;
		max-height: 42px;
	}

	.svf-fbl24-logo img {
		width: 42px;
		height: 42px;
	}

	.svf-brand-text small {
		display: none;
	}

	.svf-brand-text strong {
		max-width: 150px;
		font-size: 0.98rem;
	}

	.svf-page-header,
	.svf-controls,
	.svf-card-head,
	.svf-footer-bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.svf-hero {
		padding: 28px 0 24px;
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 58px),
			linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 58px),
			linear-gradient(160deg, #020617 0%, #071329 55%, #1b0710 100%);
	}

	.svf-hero-logo-lockup {
		width: 100%;
	}

	.svf-hero-logo-lockup img {
		width: 52px;
		height: 52px;
	}

	.svf-hero h1,
	.svf-page-header h1 {
		font-size: clamp(2rem, 11vw, 3.2rem);
		line-height: 1;
	}

	.svf-hero-actions,
	.svf-hero-metrics {
		grid-template-columns: 1fr;
	}

	.svf-home-games {
		padding: 28px 0 34px;
	}

	.svf-featured-game-deck .svf-match-card:nth-child(n) {
		transform: none;
	}

	.svf-match-card:hover,
	.svf-featured-game-deck .svf-match-card:hover {
		transform: translateY(-2px);
	}

	.svf-hero-actions {
		display: grid;
	}

	.svf-controls > *,
	.svf-button,
	.svf-search {
		width: 100%;
	}

	.svf-date-strip,
	.svf-tabs,
	.svf-detail-tabs {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.svf-chip-list {
		display: flex;
		margin: 0 -10px;
		overflow-x: auto;
		padding: 0 10px 8px;
	}

	.svf-chip {
		flex: 0 0 auto;
	}

	.svf-match-card {
		padding: 12px;
	}

	.svf-match-card-top {
		align-items: flex-start;
	}

	.svf-match-league {
		max-width: calc(100% - 88px);
	}

	.svf-match-teams {
		grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
		gap: 8px;
	}

	.svf-team {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
	}

	.svf-team-away {
		flex-direction: row-reverse;
		text-align: right;
	}

	.svf-team-logo {
		width: 28px;
		height: 28px;
	}

	.svf-score {
		font-size: 1.15rem;
	}

	.svf-match-actions {
		flex-wrap: wrap;
	}

	.svf-match-actions > span {
		width: 100%;
	}

	.svf-button,
	.svf-card-button,
	.svf-save-button,
	.svf-tabs a,
	.svf-chip,
	.svf-date-button,
	.svf-controls input {
		min-height: 44px;
	}

	.svf-league-grid,
	.svf-news-grid {
		grid-template-columns: 1fr;
	}

	.svf-popular-league-strip {
		grid-template-columns: 1fr;
	}

	.svf-modal {
		padding: 10px;
	}
}

@media (max-width: 1180px) {
	.svf-header-inner {
		padding: 0 18px;
	}

	.svf-brand {
		flex-basis: 230px;
	}

	.svf-menu {
		gap: 6px;
	}

	.svf-menu a {
		min-height: 44px;
		padding: 0 14px;
	}
}

@media (max-width: 1000px) {
	.svf-header-inner {
		min-height: 76px;
	}
}

@media (max-width: 720px) {
	.svf-site-header {
		padding: 8px 0;
	}

	.svf-header-inner {
		min-height: 64px;
		padding: 0 12px;
	}

	.svf-brand {
		flex: 1 1 auto;
		gap: 10px;
	}

	.svf-brand::after {
		display: none;
	}

	.svf-header-actions {
		gap: 8px;
	}

	.svf-header-action {
		width: 42px;
		height: 42px;
	}

	.svf-header-bell {
		display: none;
	}

	.svf-header-search span {
		width: 17px;
		height: 17px;
		border-width: 2px;
	}

	.svf-header-account span {
		width: 22px;
		height: 22px;
		border-width: 2px;
	}
}

@media (max-width: 420px) {
	.svf-header-search {
		display: none;
	}
}

/* FBL24 Account, Auth, Favorites, and Premium */
.svf-account-menu {
	position: relative;
}

.svf-account-menu .svf-header-account {
	border-color: rgba(225, 29, 46, 0.62);
}

.svf-account-dropdown {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	z-index: 80;
	width: 260px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(6, 14, 28, 0.96);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 35px rgba(225, 29, 46, 0.16);
	backdrop-filter: blur(18px);
}

.svf-account-dropdown-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.svf-account-dropdown-head img {
	width: 46px;
	height: 46px;
	border-radius: 999px;
}

.svf-account-dropdown-head strong,
.svf-account-dropdown-head small {
	display: block;
	color: #fff;
}

.svf-account-dropdown-head small {
	max-width: 160px;
	overflow: hidden;
	color: #94a3b8;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.svf-account-dropdown a,
.svf-account-dropdown button {
	display: flex;
	width: 100%;
	align-items: center;
	min-height: 42px;
	padding: 0 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #dbeafe;
	font: inherit;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.svf-account-dropdown a:hover,
.svf-account-dropdown button:hover {
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
}

.svf-auth-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: grid;
	place-items: center;
	padding: 20px;
}

.svf-auth-modal[hidden] {
	display: none;
}

.svf-auth-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.78);
	backdrop-filter: blur(10px);
}

.svf-auth-dialog {
	position: relative;
	z-index: 1;
	width: min(860px, 100%);
	max-height: min(90vh, 860px);
	overflow: auto;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 26px;
	background:
		radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(9, 20, 38, 0.98), rgba(4, 11, 24, 0.98));
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.54);
}

.svf-auth-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	cursor: pointer;
}

.svf-auth-tabs {
	display: flex;
	gap: 8px;
	width: max-content;
	margin: 0 auto 14px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
}

.svf-auth-tabs button {
	min-height: 38px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #94a3b8;
	font-weight: 900;
	cursor: pointer;
}

.svf-auth-tabs button.is-active {
	background: linear-gradient(135deg, #e11d2e, #9f1239);
	color: #fff;
	box-shadow: 0 0 24px rgba(225, 29, 46, 0.32);
}

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

.svf-auth-grid.svf-auth-compact {
	grid-template-columns: 1fr;
}

.svf-auth-card {
	display: none;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: linear-gradient(155deg, rgba(12, 25, 44, 0.95), rgba(5, 13, 28, 0.96));
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.svf-auth-wide .svf-auth-card,
.svf-auth-card.is-active {
	display: block;
}

.svf-auth-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.svf-auth-logo,
.svf-account-logo {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	object-fit: cover;
	box-shadow: 0 0 24px rgba(225, 29, 46, 0.24);
}

.svf-auth-brand strong,
.svf-auth-brand small {
	display: block;
}

.svf-auth-brand strong {
	font-size: 1.35rem;
	line-height: 1;
}

.svf-auth-brand small,
.svf-account-sidebar-brand small {
	color: #ff263f;
	font-size: 0.73rem;
	font-weight: 950;
	letter-spacing: 0;
}

.svf-auth-card h2 {
	margin: 0 0 8px;
	font-size: 1.55rem;
}

.svf-auth-card p {
	margin: 0 0 20px;
	color: #a8b3c7;
}

.svf-auth-card form {
	display: grid;
	gap: 10px;
}

.svf-auth-card label {
	color: #e2e8f0;
	font-size: 0.86rem;
	font-weight: 800;
}

.svf-auth-card input[type="text"],
.svf-auth-card input[type="email"],
.svf-auth-card input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 10px;
	background: rgba(2, 6, 23, 0.42);
	color: #fff;
	outline: none;
}

.svf-auth-card input:focus {
	border-color: rgba(225, 29, 46, 0.68);
	box-shadow: 0 0 0 3px rgba(225, 29, 46, 0.14);
}

.svf-password-field {
	position: relative;
}

.svf-password-field button {
	position: absolute;
	top: 50%;
	right: 9px;
	min-height: 32px;
	padding: 0 9px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #cbd5e1;
	font-size: 0.72rem;
	transform: translateY(-50%);
	cursor: pointer;
}

.svf-auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 4px 0 10px;
}

.svf-auth-row a,
.svf-auth-switch button {
	border: 0;
	background: transparent;
	color: #ff263f;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

.svf-auth-submit,
.svf-pricing-card button,
.svf-favorites-login-prompt button {
	min-height: 48px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #ef233c, #b51222);
	color: #fff;
	font-weight: 950;
	cursor: pointer;
	box-shadow: 0 14px 34px rgba(225, 29, 46, 0.24);
}

.svf-auth-submit:disabled {
	opacity: 0.68;
	cursor: wait;
}

.svf-auth-message {
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(34, 197, 94, 0.12);
	color: #86efac;
	font-weight: 800;
}

.svf-auth-message.is-error {
	background: rgba(225, 29, 46, 0.14);
	color: #fecaca;
}

.svf-auth-social {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 18px;
}

.svf-auth-social span {
	grid-column: 1 / -1;
	color: #64748b;
	text-align: center;
}

.svf-auth-social button {
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font-weight: 850;
	opacity: 0.8;
}

.svf-auth-switch {
	margin-top: 18px !important;
	text-align: center;
}

.svf-account-page {
	position: relative;
	overflow-x: hidden;
	min-height: 100vh;
	padding: 22px 0 42px;
	background:
		radial-gradient(circle at 8% 4%, rgba(225, 29, 46, 0.16), transparent 30%),
		radial-gradient(circle at 92% 2%, rgba(59, 130, 246, 0.14), transparent 34%),
		linear-gradient(135deg, #020713 0%, #071426 54%, #140712 100%);
	color: #f8fafc;
}

.svf-account-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 92px 92px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 76%);
}

.svf-account-shell {
	position: relative;
	z-index: 1;
	width: min(1600px, calc(100% - 40px));
	margin: 0 auto;
}

.svf-account-section-head {
	margin-bottom: 18px;
}

.svf-account-section-head p {
	margin: 0 0 8px;
	color: #ff263f;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-account-section-head h1,
.svf-account-section-head h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1;
}

.svf-account-section-head span {
	display: block;
	margin-top: 10px;
	color: #a8b3c7;
}

.svf-account-app {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 14px;
}

.svf-account-sidebar,
.svf-account-panel,
.svf-favorites-login-prompt {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: linear-gradient(155deg, rgba(12, 25, 44, 0.92), rgba(5, 13, 28, 0.9));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.svf-account-sidebar {
	position: sticky;
	top: 110px;
	align-self: start;
	padding: 12px;
}

.svf-account-sidebar-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 8px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.svf-account-sidebar-brand strong {
	display: block;
	color: #fff;
	font-size: 1.2rem;
}

.svf-account-sidebar nav {
	display: grid;
	gap: 6px;
	margin-top: 12px;
}

.svf-account-sidebar a,
.svf-account-sidebar button {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 12px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: #dbeafe;
	font: inherit;
	font-weight: 850;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.svf-account-sidebar a span,
.svf-account-sidebar button span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: #ff263f;
	font-size: 0.72rem;
}

.svf-account-sidebar a.is-active,
.svf-account-sidebar a:hover,
.svf-account-sidebar button:hover {
	background: linear-gradient(135deg, rgba(225, 29, 46, 0.62), rgba(87, 18, 35, 0.72));
	color: #fff;
}

.svf-account-main {
	display: grid;
	gap: 14px;
}

.svf-account-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
	gap: 12px;
}

.svf-account-profile-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px;
}

.svf-account-profile-card img {
	width: 84px;
	height: 84px;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.14);
}

.svf-account-profile-card p,
.svf-account-profile-card h1,
.svf-account-profile-card span {
	margin: 0;
}

.svf-account-profile-card p,
.svf-account-profile-card span,
.svf-account-membership p {
	color: #a8b3c7;
}

.svf-account-profile-card h1 {
	color: #fff;
	font-size: 2rem;
	line-height: 1;
}

.svf-account-profile-card a,
.svf-account-membership a {
	margin-left: auto;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.svf-account-membership {
	padding: 20px;
}

.svf-account-membership span {
	color: #cbd5e1;
	font-weight: 850;
}

.svf-account-membership strong {
	display: block;
	margin: 7px 0;
	color: #fff;
	font-size: 1.35rem;
}

.svf-account-membership a {
	display: inline-flex;
	margin-left: 0;
	background: linear-gradient(135deg, #e11d2e, #9f1239);
}

.svf-account-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.svf-account-stats .svf-account-panel {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 8px 12px;
	padding: 18px;
}

.svf-account-stats span {
	grid-row: span 2;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 14px;
	background: rgba(225, 29, 46, 0.14);
	color: #ff263f;
	font-weight: 950;
}

.svf-account-stats strong {
	color: #fff;
	font-size: 1.6rem;
}

.svf-account-stats small {
	color: #94a3b8;
	font-weight: 800;
}

.svf-account-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 280px;
	gap: 12px;
}

.svf-account-panel {
	padding: 18px;
}

.svf-account-panel header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.svf-account-panel h2,
.svf-account-panel h3 {
	margin: 0;
	color: #fff;
}

.svf-account-panel header a,
.svf-account-actions a {
	color: #ff263f;
	font-weight: 900;
	text-decoration: none;
}

.svf-account-empty {
	display: grid;
	place-items: center;
	min-height: 160px;
	padding: 22px;
	border: 1px dashed rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	color: #9fb1ce;
	text-align: center;
}

.svf-account-empty span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	margin-bottom: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #ff263f;
}

.svf-account-empty strong {
	color: #fff;
}

.svf-account-actions {
	display: grid;
	gap: 8px;
}

.svf-account-actions a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 0 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.045);
	color: #dbeafe;
}

.svf-account-auth-wrap {
	max-width: 1160px;
	margin: 0 auto 24px;
}

.svf-premium-section {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.svf-premium-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(150px, 1fr));
	gap: 12px;
}

.svf-premium-card {
	min-height: 190px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background:
		radial-gradient(circle at 20% 0%, rgba(225, 29, 46, 0.17), transparent 34%),
		linear-gradient(155deg, rgba(13, 28, 49, 0.92), rgba(5, 13, 28, 0.9));
}

.svf-premium-card span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 14px;
	border: 1px solid rgba(225, 29, 46, 0.48);
	border-radius: 14px;
	color: #ff263f;
	font-weight: 950;
}

.svf-premium-card h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.02rem;
}

.svf-premium-card p {
	color: #a8b3c7;
}

.svf-premium-card small,
.is-included {
	color: #4ade80;
	font-weight: 900;
}

.svf-premium-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.75fr) minmax(300px, 0.85fr);
	gap: 12px;
}

.svf-plan-table {
	display: grid;
	gap: 0;
}

.svf-plan-table > div {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr 0.8fr;
	gap: 12px;
	padding: 12px 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.svf-plan-head {
	color: #fff;
	font-weight: 950;
	text-transform: uppercase;
}

.is-missing {
	color: #cbd5e1;
	font-weight: 900;
}

.svf-pricing-card {
	display: grid;
	gap: 10px;
}

.svf-pricing-card label {
	display: grid;
	grid-template-columns: 22px 1fr auto;
	gap: 10px;
	align-items: center;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.svf-pricing-card strong,
.svf-pricing-card small {
	display: block;
}

.svf-pricing-card em {
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.24);
	color: #fff;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 900;
}

.svf-pricing-card p,
.svf-privacy-card p {
	margin: 0;
	color: #a8b3c7;
}

.svf-privacy-card {
	display: grid;
	gap: 12px;
}

.svf-privacy-card div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.svf-privacy-card span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #fff;
	font-weight: 850;
}

.svf-favorites-login-prompt {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: center;
	padding: 28px;
}

.svf-favorites-login-prompt p,
.svf-favorites-login-prompt h1 {
	margin: 0;
}

.svf-favorites-login-prompt p {
	color: #ff263f;
	font-weight: 950;
	text-transform: uppercase;
}

.svf-favorites-login-prompt h1 {
	margin-top: 8px;
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	line-height: 1;
}

.svf-favorites-login-prompt span {
	display: block;
	margin-top: 10px;
	color: #a8b3c7;
}

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

.svf-favorites-match-panel {
	grid-column: 1 / -1;
}

.svf-favorites-match-panel header button {
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(225, 29, 46, 0.42);
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.1);
	color: #fff;
	font-weight: 850;
	cursor: pointer;
}

.svf-favorite-match-list {
	display: grid;
	gap: 10px;
}

.svf-favorite-match-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	align-items: center;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.045);
}

.svf-favorite-match-card a {
	color: #fff;
	text-decoration: none;
}

.svf-favorite-match-card span,
.svf-favorite-match-card small {
	display: block;
	color: #94a3b8;
}

.svf-favorite-match-card b {
	color: #ff263f;
}

.svf-favorite-match-card button {
	min-height: 38px;
	padding: 0 12px;
	border: 0;
	border-radius: 999px;
	background: rgba(225, 29, 46, 0.16);
	color: #fff;
	font-weight: 850;
	cursor: pointer;
}

[data-svf-user-zone][hidden],
[data-svf-guest-zone][hidden],
[data-svf-auth-user][hidden],
[data-svf-auth-guest][hidden],
.svf-profile-editor[hidden] {
	display: none !important;
}

.svf-account-profile-card button,
.svf-profile-editor button,
.svf-account-actions button {
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(225, 29, 46, 0.42);
	border-radius: 999px;
	background: linear-gradient(135deg, #e11d2e, #9f1239);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(225, 29, 46, 0.22);
}

.svf-profile-editor form,
.svf-account-actions form {
	display: grid;
	gap: 12px;
}

.svf-profile-editor label,
.svf-account-actions label {
	display: grid;
	gap: 7px;
	color: #cbd5e1;
	font-weight: 850;
}

.svf-profile-editor input[type="text"],
.svf-profile-editor input[type="file"] {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(2, 6, 23, 0.66);
	color: #fff;
}

@media (max-width: 1280px) {
	.svf-premium-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.svf-account-content-grid,
	.svf-premium-bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.svf-account-app,
	.svf-account-main-grid {
		grid-template-columns: 1fr;
	}

	.svf-account-sidebar {
		position: static;
		overflow-x: auto;
	}

	.svf-account-sidebar nav {
		display: flex;
		min-width: max-content;
	}

	.svf-account-stats,
	.svf-premium-grid,
	.svf-favorites-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.svf-account-dropdown {
		right: -8px;
		width: min(290px, calc(100vw - 24px));
	}

	.svf-account-shell {
		width: min(100% - 22px, 1600px);
	}

	.svf-auth-grid,
	.svf-account-stats,
	.svf-premium-grid,
	.svf-favorites-grid,
	.svf-favorites-login-prompt {
		grid-template-columns: 1fr;
	}

	.svf-auth-card {
		padding: 18px;
	}

	.svf-account-profile-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.svf-account-profile-card a {
		margin-left: 0;
	}

	.svf-plan-table > div {
		grid-template-columns: 1fr auto auto;
	}
}

/* FBL24 compact screen-fit polish */
.svf-site-header .svf-shell,
.svf-home-shell {
	width: min(1440px, calc(100% - 40px));
}

.svf-site-header {
	padding: 10px 0;
}

.svf-header-inner {
	min-height: 72px;
	padding: 0 18px;
}

.svf-brand {
	flex-basis: 235px;
}

.svf-brand::after {
	height: 42px;
	margin-left: 14px;
}

.svf-fbl24-logo img {
	width: 48px;
	height: 48px;
}

.svf-menu {
	gap: 8px;
}

.svf-menu a {
	min-height: 42px;
	padding: 0 16px;
}

.svf-header-action {
	width: 48px;
	height: 48px;
}

.svf-home-dashboard {
	min-height: auto;
	padding: 18px 0 22px;
}

.svf-home-app-grid {
	grid-template-columns: 250px minmax(0, 820px) 300px;
	gap: 12px;
	justify-content: center;
}

.svf-home-main {
	gap: 12px;
}

.svf-home-panel,
.svf-home-state {
	border-radius: 9px;
}

.svf-home-panel-head {
	padding: 14px 16px;
}

.svf-home-featured-card {
	min-height: 258px;
	padding: 18px;
}

.svf-home-featured-score {
	margin-top: 22px;
}

.svf-home-featured-score > b {
	font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.svf-home-state {
	min-height: 132px;
	margin: 16px 18px;
	padding: 24px 16px;
}

.svf-home-league-list button {
	min-height: 48px;
}

.svf-home-live-now-list {
	gap: 10px;
}

.svf-home-live-now-box a {
	min-height: 104px;
}

.svf-home-feature-strip {
	width: min(1440px, calc(100% - 40px));
	margin: 14px auto 0;
}

.svf-home-feature-strip div {
	padding: 18px;
}

.svf-site-footer {
	margin-top: 0;
}

@media (max-width: 1320px) {
	.svf-site-header .svf-shell,
	.svf-home-shell,
	.svf-home-feature-strip {
		width: min(100% - 28px, 1180px);
	}

	.svf-home-app-grid {
		grid-template-columns: 230px minmax(0, 1fr);
	}
}

@media (max-width: 1080px) {
	.svf-home-app-grid {
		justify-content: stretch;
	}
}

@media (max-width: 720px) {
	.svf-site-header .svf-shell,
	.svf-home-shell,
	.svf-home-feature-strip {
		width: 100%;
	}

	.svf-site-header {
		padding: 8px 10px;
	}

	.svf-home-dashboard {
		padding-top: 10px;
	}
}

/* FBL24 compact v2: closer to screenshot proportions */
.svf-site-header .svf-shell,
.svf-home-shell,
.svf-lg-shell,
.svf-live-shell,
.svf-wc-shell,
.svf-news-app-shell,
.svf-account-shell,
.svf-footer .svf-shell {
	width: min(1180px, calc(100% - 36px));
}

.svf-site-header {
	padding: 7px 0;
}

.svf-header-inner {
	min-height: 62px;
	padding: 0 14px;
}

.svf-brand {
	flex-basis: 205px;
	gap: 10px;
}

.svf-brand::after {
	height: 34px;
	margin-left: 10px;
}

.svf-fbl24-logo img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
}

.svf-brand-text strong {
	font-size: 1.05rem;
}

.svf-brand-text small {
	font-size: 0.64rem;
}

.svf-menu {
	gap: 6px;
}

.svf-menu a {
	min-height: 36px;
	padding: 0 12px;
	font-size: 0.88rem;
}

.svf-header-actions {
	gap: 8px;
}

.svf-header-action {
	width: 40px;
	height: 40px;
}

.svf-leagues-page,
.svf-home-dashboard,
.svf-live-page,
.svf-worldcup-page,
.svf-news-page {
	padding-top: 12px;
	padding-bottom: 18px;
}

.svf-lg-layout {
	grid-template-columns: 220px minmax(0, 1fr) 270px;
	gap: 10px;
}

.svf-lg-main,
.svf-lg-right {
	gap: 10px;
}

.svf-lg-search-box {
	min-height: 46px;
	border-radius: 10px;
	padding: 0 12px;
}

.svf-lg-search-box input {
	font-size: 0.88rem;
}

.svf-lg-panel {
	border-radius: 10px;
}

.svf-lg-panel-head,
.svf-lg-section-head {
	padding: 11px 13px;
}

.svf-lg-panel-head h2,
.svf-lg-section-head h2 {
	font-size: 0.86rem;
}

.svf-lg-filters h3 {
	margin: 10px 12px 6px;
	font-size: 0.72rem;
}

.svf-lg-filter-list {
	gap: 3px;
	padding: 0 8px 8px;
}

.svf-lg-filter-list button {
	min-height: 34px;
	border-radius: 8px;
	font-size: 0.82rem;
	padding: 6px 8px;
}

.svf-lg-filter-list img,
.svf-lg-filter-list .svf-logo-placeholder,
.svf-home-league-list img,
.svf-home-league-list .svf-logo-placeholder {
	width: 22px;
	height: 22px;
}

.svf-lg-grid {
	gap: 8px;
	padding: 10px;
}

.svf-lg-card {
	border-radius: 10px;
}

.svf-lg-card a {
	gap: 6px;
	min-height: 150px;
	padding: 14px 12px 12px;
}

.svf-lg-card-logo {
	width: 50px;
	height: 50px;
}

.svf-lg-card strong {
	font-size: 0.94rem;
}

.svf-lg-card small,
.svf-lg-meta {
	font-size: 0.7rem;
}

.svf-lg-card em {
	min-width: 106px;
	min-height: 28px;
	font-size: 0.74rem;
}

.svf-lg-featured-head {
	gap: 10px;
	padding: 12px;
}

.svf-lg-feature-logo {
	width: 46px;
	height: 46px;
}

.svf-lg-featured-head h2 {
	font-size: 1.2rem;
}

.svf-lg-tabs {
	padding: 8px 12px;
}

.svf-lg-tabs button {
	min-height: 32px;
	padding: 0 12px;
	font-size: 0.78rem;
}

.svf-lg-tab-panel {
	padding: 0 12px 4px;
}

.svf-lg-feature-grid {
	gap: 8px;
}

.svf-lg-feature-grid section {
	padding: 9px;
}

.svf-lg-fixture-row {
	min-height: 40px;
	font-size: 0.76rem;
}

.svf-lg-side-list a,
.svf-lg-side-list div {
	min-height: 42px;
	padding: 8px 10px;
}

.svf-lg-shortcuts {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.svf-lg-shortcuts a {
	min-height: 74px;
	padding: 12px;
}

.svf-lg-shortcuts span {
	width: 36px;
	height: 36px;
	font-size: 0.76rem;
}

.svf-lg-shortcuts strong {
	font-size: 0.9rem;
}

.svf-lg-shortcuts small {
	font-size: 0.74rem;
}

.svf-footer {
	padding: 22px 0 16px;
}

.svf-footer-grid {
	grid-template-columns: 1.1fr 0.55fr 0.55fr;
	gap: 18px;
}

.svf-footer .svf-fbl24-logo img {
	width: 44px;
	height: 44px;
}

.svf-footer .svf-brand-text strong,
.svf-footer h2 {
	font-size: 1rem;
}

.svf-footer p,
.svf-footer a,
.svf-footer-bottom {
	font-size: 0.82rem;
}

.svf-footer-bottom {
	margin-top: 16px;
	padding-top: 12px;
}

@media (max-width: 1280px) {
	.svf-site-header .svf-shell,
	.svf-home-shell,
	.svf-lg-shell,
	.svf-live-shell,
	.svf-wc-shell,
	.svf-news-app-shell,
	.svf-account-shell,
	.svf-footer .svf-shell {
		width: min(100% - 24px, 1080px);
	}

	.svf-lg-layout {
		grid-template-columns: 210px minmax(0, 1fr);
	}

	.svf-lg-right {
		grid-column: 1 / -1;
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.svf-lg-shell,
	.svf-footer .svf-shell {
		width: calc(100% - 18px);
	}

	.svf-lg-layout,
	.svf-lg-grid,
	.svf-lg-feature-grid,
	.svf-lg-right,
	.svf-lg-shortcuts,
	.svf-footer-grid {
		grid-template-columns: 1fr;
	}
}

/* FBL24 wide v3: wider website and footer, not tiny centered */
.svf-site-header .svf-shell,
.svf-home-shell,
.svf-lg-shell,
.svf-live-shell,
.svf-wc-shell,
.svf-news-app-shell,
.svf-account-shell,
.svf-footer .svf-shell,
.svf-shell {
	width: min(1480px, calc(100% - 56px));
}

.svf-header-inner {
	min-height: 66px;
}

.svf-brand {
	flex-basis: 225px;
}

.svf-menu a {
	min-height: 38px;
	padding: 0 14px;
	font-size: 0.92rem;
}

.svf-header-action {
	width: 44px;
	height: 44px;
}

.svf-home-app-grid {
	grid-template-columns: 280px minmax(0, 1fr) 340px;
	gap: 14px;
	justify-content: stretch;
}

.svf-home-feature-strip {
	width: min(1480px, calc(100% - 56px));
}

.svf-lg-layout {
	grid-template-columns: 260px minmax(0, 1fr) 330px;
	gap: 14px;
}

.svf-lg-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.svf-lg-card a {
	min-height: 168px;
}

.svf-lg-shortcuts {
	gap: 12px;
}

.svf-footer-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.55fr) minmax(180px, 0.55fr);
}

@media (max-width: 1280px) {
	.svf-site-header .svf-shell,
	.svf-home-shell,
	.svf-lg-shell,
	.svf-live-shell,
	.svf-wc-shell,
	.svf-news-app-shell,
	.svf-account-shell,
	.svf-footer .svf-shell,
	.svf-shell,
	.svf-home-feature-strip {
		width: min(100% - 28px, 1180px);
	}

	.svf-home-app-grid,
	.svf-lg-layout {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.svf-home-live-now-sidebar,
	.svf-lg-right {
		grid-column: 1 / -1;
		position: static;
	}
}

@media (max-width: 900px) {
	.svf-home-app-grid,
	.svf-lg-layout,
	.svf-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.svf-site-header .svf-shell,
	.svf-home-shell,
	.svf-lg-shell,
	.svf-live-shell,
	.svf-wc-shell,
	.svf-news-app-shell,
	.svf-account-shell,
	.svf-footer .svf-shell,
	.svf-shell,
	.svf-home-feature-strip {
		width: calc(100% - 18px);
	}
}
