/*
 * CS2Day V2 public design system.
 *
 * This layer deliberately sits after the legacy stylesheet. It provides a
 * bounded component vocabulary while the old templates remain available for
 * rollback during the staged cutover.
 */

body.cs2day-v2 {
	--cs2-v2-bg: color-mix(in srgb, var(--cs2-bg, #081014) 91%, #12342d);
	--cs2-v2-bg-soft: color-mix(in srgb, var(--cs2-bg-alt, #0c171d) 91%, #15372f);
	--cs2-v2-panel: color-mix(in srgb, var(--cs2-card, #101c23) 94%, #0e2924);
	--cs2-v2-panel-strong: color-mix(in srgb, var(--cs2-card-elevated, #15242c) 94%, #12352c);
	--cs2-v2-row: color-mix(in srgb, var(--cs2-card-elevated, #15242c) 56%, transparent);
	--cs2-v2-border: color-mix(in srgb, var(--cs2-border, #263841) 78%, transparent);
	--cs2-v2-border-strong: color-mix(in srgb, var(--cs2-border, #263841) 88%, var(--cs2-text-muted, #aab7c4));
	--cs2-v2-text: var(--cs2-text, #f4f8fb);
	--cs2-v2-muted: var(--cs2-text-muted, #aab7c4);
	--cs2-v2-faint: var(--cs2-text-disabled, #647282);
	--cs2-v2-accent: var(--cs2-accent, #00fca7);
	--cs2-v2-danger: var(--cs2-error, #ff5c7a);
	--cs2-v2-warning: var(--cs2-warning, #ffc857);
	--cs2-v2-info: var(--cs2-info, #53a6ff);
	--cs2-v2-success: var(--cs2-success, #25d366);
	--cs2-v2-radius: min(8px, var(--cs2-radius, 6px));
	--cs2-v2-shadow: 0 14px 34px rgb(0 0 0 / .18);
	--cs2-v2-shadow-raised: 0 20px 52px rgb(0 0 0 / .28);
	--cs2-v2-page: min(1760px, calc(100vw - 32px));
	--cs2-v2-sidebar: clamp(324px, 27vw, 390px);
	--cs2-v2-gap: clamp(12px, 1.25vw, 20px);
	background: var(--cs2-v2-bg);
	color: var(--cs2-v2-text);
	font-size: 15px;
}

html[data-theme="light"] body.cs2day-v2 {
	--cs2-v2-bg: color-mix(in srgb, var(--cs2-bg, #f6f8fb) 96%, #dff7ef);
	--cs2-v2-bg-soft: color-mix(in srgb, var(--cs2-bg-alt, #fff) 95%, #d9f5eb);
	--cs2-v2-panel: color-mix(in srgb, var(--cs2-card, #fff) 97%, #e5f6f0);
	--cs2-v2-panel-strong: color-mix(in srgb, var(--cs2-card-elevated, #eef3f7) 96%, #d9efe8);
	--cs2-v2-row: color-mix(in srgb, var(--cs2-card-elevated, #eef3f7) 74%, transparent);
	--cs2-v2-border: color-mix(in srgb, var(--cs2-border, #d7e0e8) 88%, #8eb7a9);
	--cs2-v2-border-strong: color-mix(in srgb, var(--cs2-border, #d7e0e8) 72%, var(--cs2-text-muted, #4e5b68));
	--cs2-v2-shadow: 0 12px 28px rgb(24 53 45 / .08);
	--cs2-v2-shadow-raised: 0 20px 45px rgb(24 53 45 / .14);
}

body.cs2day-v2,
body.cs2day-v2 button,
body.cs2day-v2 input,
body.cs2day-v2 select,
body.cs2day-v2 textarea {
	font-family: var(--cs2-font-body, Inter, ui-sans-serif, system-ui, sans-serif);
}

body.cs2day-v2 *,
body.cs2day-v2 *::before,
body.cs2day-v2 *::after {
	box-sizing: border-box;
}

body.cs2day-v2 a {
	text-underline-offset: .18em;
}

body.cs2day-v2 :where(a, button, input, select, textarea, summary):focus-visible {
	border-color: var(--cs2-v2-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--cs2-v2-accent) 24%, transparent);
	outline: 0;
}

body.cs2day-v2 .site-main {
	background:
		linear-gradient(150deg, color-mix(in srgb, var(--cs2-v2-accent) 2.5%, transparent), transparent 42%),
		var(--cs2-v2-bg);
	min-height: calc(100vh - 72px);
	padding: 16px 0 64px;
}

body.cs2day-v2 .content-section,
body.cs2day-v2 .cs2-home-layout,
body.cs2day-v2 .cs2day-entity-shell,
body.cs2day-v2 .cs2-lfg-shell,
body.cs2day-v2 .cs2-competition-shell {
	margin-inline: auto;
	max-width: none;
	width: var(--cs2-v2-page);
}

body.cs2day-v2 .content-section {
	background: var(--cs2-v2-panel);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	box-shadow: var(--cs2-v2-shadow);
	padding: clamp(14px, 1.5vw, 24px);
}

body.cs2day-v2.home .content-section {
	margin: 0;
	width: 100%;
}

body.cs2day-v2 h1,
body.cs2day-v2 h2,
body.cs2day-v2 h3,
body.cs2day-v2 h4 {
	color: var(--cs2-v2-text);
	font-family: var(--cs2-font-heading, Inter, ui-sans-serif, system-ui, sans-serif);
	font-weight: 800;
	letter-spacing: 0;
}

body.cs2day-v2 p {
	color: var(--cs2-v2-muted);
}

/* Shared page and section headers. */

body.cs2day-v2 :where(.section-heading, .cs2-home-heading, .cs2-sidebar-module__header, .cs2-home-community-panel__header) {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

body.cs2day-v2 .section-heading {
	margin: 0 0 14px;
}

body.cs2day-v2 .section-heading h1,
body.cs2day-v2 .section-heading h2 {
	font-size: clamp(1.35rem, 1.7vw, 1.75rem);
	line-height: 1.15;
	margin: 0;
}

body.cs2day-v2 .section-kicker,
body.cs2day-v2 .cs2-eyebrow {
	color: var(--cs2-v2-accent);
	font-size: .68rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 5px;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-page-heading,
body.cs2day-v2 .cs2-transfer-center__header,
body.cs2day-v2 .cs2-matchcenter-hero {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	margin: 0 0 14px;
	padding: clamp(16px, 2vw, 28px);
}

body.cs2day-v2 .cs2-page-heading h1,
body.cs2day-v2 .cs2-transfer-center__header h1,
body.cs2day-v2 .cs2-matchcenter-hero h1 {
	font-size: clamp(1.9rem, 3vw, 3rem);
	line-height: 1.05;
	margin: 0;
}

body.cs2day-v2 .cs2-page-heading__copy {
	max-width: 760px;
	min-width: 0;
}

body.cs2day-v2 .cs2-page-heading__copy > p:last-child,
body.cs2day-v2 .archive-description {
	font-size: .88rem;
	line-height: 1.55;
	margin: 8px 0 0;
	max-width: 68ch;
}

body.cs2day-v2 .cs2-page-heading__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

/* Commands and small controls. */

body.cs2day-v2 :where(.cs2-button, .button, button[type="submit"]):not(.cs2-link-button):not(.cs2-icon-button):not(.cs2-media-title) {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 750;
	gap: 7px;
	justify-content: center;
	letter-spacing: 0;
	min-height: 38px;
	padding: 8px 13px;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

body.cs2day-v2 .cs2-button--primary,
body.cs2day-v2 button[type="submit"]:not(.cs2-button--secondary):not(.cs2-button--danger) {
	background: var(--cs2-v2-accent);
	border-color: var(--cs2-v2-accent);
	color: var(--cs2-on-accent, #06100c);
}

body.cs2day-v2 .cs2-button--primary:hover,
body.cs2day-v2 button[type="submit"]:not(.cs2-button--secondary):not(.cs2-button--danger):hover {
	background: var(--cs2-accent-hover, #41ffd0);
	border-color: var(--cs2-accent-hover, #41ffd0);
	color: var(--cs2-on-accent, #06100c);
	transform: translateY(-1px);
}

body.cs2day-v2 .cs2-button--secondary {
	background: color-mix(in srgb, var(--cs2-v2-row) 70%, transparent);
	border-color: var(--cs2-v2-border);
	color: var(--cs2-v2-text);
}

body.cs2day-v2 .cs2-button--secondary:hover {
	border-color: var(--cs2-v2-accent);
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-icon-button {
	background: color-mix(in srgb, var(--cs2-v2-row) 60%, transparent);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	color: var(--cs2-v2-muted);
	height: 36px;
	min-height: 36px;
	padding: 8px;
	width: 36px;
}

body.cs2day-v2 .cs2-icon-button:hover {
	background: color-mix(in srgb, var(--cs2-v2-accent) 9%, var(--cs2-v2-row));
	border-color: var(--cs2-v2-accent);
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 :where(.cs2-home-heading__link, .cs2-sidebar-module__header > a, .cs2-home-community-panel__header > a) {
	color: var(--cs2-v2-accent);
	font-size: .72rem;
	font-weight: 750;
	white-space: nowrap;
}

/* Homepage dashboard. */

body.cs2day-v2 .cs2-home-layout {
	align-items: start;
	display: grid;
	gap: var(--cs2-v2-gap);
	grid-template-columns: minmax(0, 1fr) var(--cs2-v2-sidebar);
	padding: 0;
}

body.cs2day-v2 .cs2-home-main,
body.cs2day-v2 .cs2-home-sidebar {
	min-width: 0;
}

body.cs2day-v2 .cs2-home-main {
	display: grid;
	gap: var(--cs2-v2-gap);
}

body.cs2day-v2 .cs2-home-sidebar {
	align-content: start;
	display: grid;
	gap: var(--cs2-v2-gap);
	position: sticky;
	top: 90px;
}

body.cs2day-v2 :where(.cs2-home-feed, .cs2-home-community-panel, .cs2-sidebar-module) {
	background: var(--cs2-v2-panel);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	box-shadow: var(--cs2-v2-shadow);
	overflow: clip;
}

body.cs2day-v2 .cs2-home-feed {
	padding: 12px;
}

body.cs2day-v2 :where(.cs2-home-heading, .cs2-home-community-panel__header, .cs2-sidebar-module__header) {
	border-bottom: 1px solid var(--cs2-v2-border);
	margin: 0 0 10px;
	min-height: 42px;
	padding: 0 4px 10px;
}

body.cs2day-v2 .cs2-home-heading .section-kicker {
	display: none;
}

body.cs2day-v2 .cs2-home-heading h1,
body.cs2day-v2 .cs2-home-heading h2 {
	font-size: 1.28rem;
	line-height: 1.1;
}

body.cs2day-v2 .cs2-home-news-stage {
	gap: 10px;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
	min-height: 420px;
}

body.cs2day-v2 .cs2-home-news-stack {
	gap: 10px;
}

body.cs2day-v2 .cs2-home-news-card,
body.cs2day-v2 .content-card {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	box-shadow: none;
}

body.cs2day-v2 .cs2-home-news-card:hover,
body.cs2day-v2 .content-card:hover {
	border-color: color-mix(in srgb, var(--cs2-v2-accent) 58%, var(--cs2-v2-border));
	transform: translateY(-2px);
}

body.cs2day-v2 .cs2-home-news-card__media::after {
	background: linear-gradient(to top, rgb(3 11 14 / .58), transparent 56%);
}

body.cs2day-v2 .cs2-home-news-card__category,
body.cs2day-v2 .content-card__type {
	background: color-mix(in srgb, var(--cs2-v2-bg) 90%, transparent);
	border: 1px solid color-mix(in srgb, var(--cs2-v2-accent) 45%, var(--cs2-v2-border));
	border-radius: 4px;
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-home-news-card__body {
	padding: 13px;
}

body.cs2day-v2 .cs2-home-news-card h2 {
	font-size: .98rem;
}

body.cs2day-v2 .cs2-home-news-card--featured h2 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

body.cs2day-v2 .cs2-home-news-card p {
	font-size: .76rem;
}

body.cs2day-v2 .cs2-home-community-grid {
	display: grid;
	gap: var(--cs2-v2-gap);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cs2day-v2 .cs2-home-community-panel {
	min-height: 330px;
	padding: 12px;
}

body.cs2day-v2 .cs2-home-ticker__list,
body.cs2day-v2 .cs2-quick-list {
	max-height: 274px;
	overflow: auto;
	padding-inline-end: 4px;
	scrollbar-color: var(--cs2-v2-accent) transparent;
	scrollbar-width: thin;
}

body.cs2day-v2 :where(.cs2-ticker-row, .cs2-quick-row, .cs2-sidebar-match, .cs2-stream-row, .cs2-sidebar-transfer, .cs2-lfg-row) {
	border-bottom: 1px solid var(--cs2-v2-border);
	transition: background-color .15s ease;
}

body.cs2day-v2 :where(.cs2-ticker-row, .cs2-quick-row, .cs2-sidebar-match, .cs2-stream-row, .cs2-sidebar-transfer, .cs2-lfg-row):hover {
	background: color-mix(in srgb, var(--cs2-v2-accent) 5%, transparent);
}

body.cs2day-v2 :where(.cs2-ticker-row, .cs2-quick-row, .cs2-sidebar-match, .cs2-stream-row, .cs2-sidebar-transfer, .cs2-lfg-row):last-child {
	border-bottom: 0;
}

body.cs2day-v2 .cs2-home-media-grid {
	gap: 9px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.cs2day-v2 .cs2-home-media-grid .content-card__body {
	padding: 9px;
}

body.cs2day-v2 .cs2-home-media-grid .content-card h2 {
	font-size: .78rem;
}

body.cs2day-v2 .cs2-home-load-more {
	background: var(--cs2-v2-row);
	border-color: var(--cs2-v2-border);
	color: var(--cs2-v2-muted);
}

body.cs2day-v2 .cs2-sidebar-module {
	padding: 11px;
}

body.cs2day-v2 .cs2-sidebar-module__header h2 {
	font-size: .96rem;
}

body.cs2day-v2 .cs2-sidebar-list {
	scrollbar-color: var(--cs2-v2-accent) transparent;
	scrollbar-width: thin;
}

body.cs2day-v2 .cs2-sidebar-module--upcoming .cs2-sidebar-list,
body.cs2day-v2 .cs2-sidebar-module--results .cs2-sidebar-list {
	max-height: 330px;
	overflow: auto;
}

body.cs2day-v2 .cs2-sidebar-module--streams .cs2-sidebar-list {
	max-height: 245px;
}

body.cs2day-v2 .cs2-sidebar-module--transfers .cs2-sidebar-list,
body.cs2day-v2 .cs2-sidebar-module--lfg .cs2-sidebar-list {
	max-height: 215px;
}

/* Directory cards, rows and search/filter surfaces. */

body.cs2day-v2 .cs2-archive-tools {
	margin: 0 0 12px;
}

body.cs2day-v2 :where(.cs2-filter-panel, .cs2-directory-filter-panel, .cs2-match-filters) {
	background: transparent;
	border: 0;
}

body.cs2day-v2 :where(.cs2-filter-panel, .cs2-directory-filter-panel, .cs2-match-filters) > summary {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	color: var(--cs2-v2-text);
	cursor: pointer;
	font-size: .76rem;
	font-weight: 750;
	list-style: none;
	margin-left: auto;
	min-height: 40px;
	padding: 9px 12px;
	width: max-content;
}

body.cs2day-v2 :where(.cs2-filter-panel, .cs2-directory-filter-panel, .cs2-match-filters) > summary::-webkit-details-marker {
	display: none;
}

body.cs2day-v2 :where(.cs2-filter-panel, .cs2-directory-filter-panel, .cs2-match-filters) > summary::before {
	color: var(--cs2-v2-accent);
	content: "+";
	display: inline-block;
	font-size: 1rem;
	margin-inline-end: 7px;
}

body.cs2day-v2 :where(.cs2-filter-panel, .cs2-directory-filter-panel, .cs2-match-filters)[open] > summary::before {
	content: "−";
}

body.cs2day-v2 :where(.cs2-directory-filters, .cs2-competition-filters, .cs2-lfg-filters) {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	margin-top: 8px;
	padding: 14px;
}

body.cs2day-v2 :where(.cs2-directory-filters, .cs2-competition-filters, .cs2-lfg-filters) > label {
	display: grid;
	gap: 6px;
	min-width: 0;
}

body.cs2day-v2 :where(.cs2-directory-filters, .cs2-competition-filters, .cs2-lfg-filters) > label > span,
body.cs2day-v2 .cs2-field > span,
body.cs2day-v2 .cs2-field > label {
	color: var(--cs2-v2-muted);
	font-size: .7rem;
	font-weight: 750;
}

body.cs2day-v2 :where(.cs2-directory-filters__actions, .cs2-competition-filters__actions, .cs2-lfg-filters__actions) {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.cs2day-v2 .card-grid:not(.cs2-home-media-grid) {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cs2day-v2 .content-card {
	min-width: 0;
	overflow: clip;
}

body.cs2day-v2 .content-card__media {
	background: var(--cs2-v2-bg-soft);
}

body.cs2day-v2 .content-card__body {
	padding: 12px;
}

body.cs2day-v2 .content-card__body h2 {
	font-size: .95rem;
	line-height: 1.3;
}

body.cs2day-v2 .content-card__body p {
	font-size: .76rem;
	line-height: 1.48;
}

body.cs2day-v2 :where(.cs2-card-actions, .cs2-reactions--compact) {
	border-top: 1px solid var(--cs2-v2-border);
}

body.cs2day-v2 .cs2-team-directory,
body.cs2day-v2 .cs2-profile-directory {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cs2day-v2 .cs2-team-card,
body.cs2day-v2 .cs2-profile-card {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	box-shadow: none;
	min-width: 0;
}

body.cs2day-v2 .cs2-team-card {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 78px minmax(0, 1fr);
	min-height: 112px;
	padding: 14px;
}

body.cs2day-v2 .cs2-team-card:hover,
body.cs2day-v2 .cs2-profile-card:hover {
	border-color: color-mix(in srgb, var(--cs2-v2-accent) 58%, var(--cs2-v2-border));
}

body.cs2day-v2 .cs2-team-card__logo {
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	height: 72px;
	padding: 8px;
	width: 72px;
}

body.cs2day-v2 .cs2-team-card__logo img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

body.cs2day-v2 .cs2-team-card h2 {
	font-size: 1rem;
	line-height: 1.2;
}

body.cs2day-v2 .cs2-team-card dl {
	gap: 5px 12px;
}

body.cs2day-v2 .cs2-team-card dt,
body.cs2day-v2 .cs2-team-card dd {
	font-size: .68rem;
}

body.cs2day-v2 .cs2-team-card__claim {
	right: 10px;
	top: 10px;
}

body.cs2day-v2 .cs2-ticker-directory {
	display: grid;
	gap: 7px;
}

body.cs2day-v2 .cs2-ticker-directory__item a {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	min-height: 58px;
}

body.cs2day-v2 .cs2-ticker-directory__item a:hover {
	border-color: var(--cs2-v2-accent);
}

body.cs2day-v2 .navigation.pagination,
body.cs2day-v2 .page-numbers {
	margin-top: 18px;
}

body.cs2day-v2 ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	list-style: none;
	padding: 0;
}

body.cs2day-v2 ul.page-numbers a,
body.cs2day-v2 ul.page-numbers span {
	align-items: center;
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 4px;
	color: var(--cs2-v2-muted);
	display: inline-flex;
	justify-content: center;
	min-height: 36px;
	min-width: 36px;
	padding: 6px 10px;
}

body.cs2day-v2 ul.page-numbers .current,
body.cs2day-v2 ul.page-numbers a:hover {
	border-color: var(--cs2-v2-accent);
	color: var(--cs2-v2-accent);
}

/* Forms, editors, multi-selects and notices. */

body.cs2day-v2 :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	color: var(--cs2-v2-text);
	font-size: .86rem;
	min-height: 42px;
	padding: 9px 11px;
	width: 100%;
}

body.cs2day-v2 textarea {
	line-height: 1.55;
	min-height: 120px;
	resize: vertical;
}

body.cs2day-v2 :where(input, select, textarea)::placeholder {
	color: var(--cs2-v2-faint);
	opacity: 1;
}

body.cs2day-v2 :where(.cs2-form, .cs2-submission-form, .cs2-lfg-form, .cs2-competition-form) {
	display: grid;
	gap: 14px;
	max-width: none;
}

body.cs2day-v2 .cs2-form-grid {
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cs2day-v2 :where(.cs2-field, .cs2-lfg-section, .cs2-field-group) {
	min-width: 0;
}

body.cs2day-v2 .cs2-field {
	display: grid;
	gap: 6px;
}

body.cs2day-v2 :where(.cs2-lfg-section, .cs2-submission-preview, .cs2-preferences, .cs2-profile-card, .cs2-source-panel) {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	padding: 14px;
}

body.cs2day-v2 .cs2-multi-select {
	position: relative;
}

body.cs2day-v2 .cs2-multi-select > summary {
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	color: var(--cs2-v2-text);
	min-height: 42px;
	padding: 10px 12px;
}

body.cs2day-v2 .cs2-multi-select .cs2-choice-list {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	box-shadow: var(--cs2-v2-shadow-raised);
	display: grid;
	gap: 4px;
	max-height: 300px;
	overflow: auto;
	padding: 7px;
	position: absolute;
	top: calc(100% + 5px);
	width: 100%;
	z-index: 50;
}

body.cs2day-v2 .cs2-choice-list .cs2-check,
body.cs2day-v2 .cs2-option-grid .cs2-check {
	background: var(--cs2-v2-row);
	border: 1px solid transparent;
	border-radius: 4px;
	min-height: 40px;
	padding: 9px 10px;
}

body.cs2day-v2 .cs2-choice-list .cs2-check:has(input:checked),
body.cs2day-v2 .cs2-option-grid .cs2-check:has(input:checked) {
	background: color-mix(in srgb, var(--cs2-v2-accent) 10%, var(--cs2-v2-row));
	border-color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-notice {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-left: 3px solid var(--cs2-v2-info);
	border-radius: 5px;
	color: var(--cs2-v2-text);
}

body.cs2day-v2 .cs2-notice--success {
	border-left-color: var(--cs2-v2-success);
}

body.cs2day-v2 .cs2-notice--error {
	border-left-color: var(--cs2-v2-danger);
}

body.cs2day-v2 .cs2-editor-field :where(.wp-editor-wrap, .wp-editor-container, .mce-panel, .mce-toolbar-grp, .mce-statusbar, .quicktags-toolbar) {
	background: var(--cs2-v2-bg-soft) !important;
	border-color: var(--cs2-v2-border) !important;
	color: var(--cs2-v2-text) !important;
}

body.cs2day-v2 .cs2-editor-field .wp-editor-area {
	background: var(--cs2-v2-bg-soft);
	color: var(--cs2-v2-text);
}

body.cs2day-v2 .cs2-file-control,
body.cs2day-v2 input[type="file"] {
	background: var(--cs2-v2-bg-soft);
	color: var(--cs2-v2-muted);
}

/* Matchcenter and transfer center. */

body.cs2day-v2 .content-section--matchcenter,
body.cs2day-v2 .cs2-transfer-center {
	display: grid;
	gap: 12px;
}

body.cs2day-v2 .cs2-matchcenter,
body.cs2day-v2 .cs2-transfer-groups {
	display: grid;
	gap: 12px;
}

body.cs2day-v2 .cs2-matchcenter__group,
body.cs2day-v2 .cs2-transfer-group {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	overflow: clip;
}

body.cs2day-v2 .cs2-matchcenter__group-header,
body.cs2day-v2 .cs2-transfer-group > header {
	background: color-mix(in srgb, var(--cs2-v2-row) 54%, transparent);
	border-bottom: 1px solid var(--cs2-v2-border);
	padding: 12px 14px;
}

body.cs2day-v2 .cs2-matchcenter__group-header h2,
body.cs2day-v2 .cs2-transfer-group > header h2 {
	font-size: 1rem;
}

body.cs2day-v2 .cs2-matchcenter__fixtures,
body.cs2day-v2 .cs2-transfer-list {
	padding: 0 10px;
}

body.cs2day-v2 .cs2-match-row,
body.cs2day-v2 .cs2-transfer-row {
	background: transparent;
	border-bottom: 1px solid var(--cs2-v2-border);
}

body.cs2day-v2 .cs2-match-row:last-child,
body.cs2day-v2 .cs2-transfer-row:last-child {
	border-bottom: 0;
}

body.cs2day-v2 .cs2-match-row:hover,
body.cs2day-v2 .cs2-transfer-row:hover {
	background: color-mix(in srgb, var(--cs2-v2-accent) 5%, transparent);
}

body.cs2day-v2 .cs2-match-row__main {
	grid-template-columns: 88px minmax(145px, .4fr) minmax(320px, 1fr);
	padding: 11px 8px;
}

body.cs2day-v2 .cs2-match-row__teams {
	grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-match-row__score {
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
}

body.cs2day-v2 .cs2-transfer-groups--standard {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cs2day-v2 .cs2-transfer-groups--dachcs {
	margin-top: 2px;
}

body.cs2day-v2 .cs2-transfer-row__arrow {
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-transfer-group--cancelled > header {
	border-top: 2px solid var(--cs2-v2-danger);
}

body.cs2day-v2 .cs2-transfer-group--rumor > header {
	border-top: 2px solid var(--cs2-v2-warning);
}

body.cs2day-v2 .cs2-transfer-group--confirmed > header,
body.cs2day-v2 .cs2-transfer-group--dachcs > header {
	border-top: 2px solid var(--cs2-v2-accent);
}

/* Tables become stable cards on narrow screens. */

body.cs2day-v2 .cs2-table-wrap {
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	overflow: auto;
}

body.cs2day-v2 .cs2-table {
	border-collapse: collapse;
	min-width: 720px;
	width: 100%;
}

body.cs2day-v2 .cs2-table th {
	background: var(--cs2-v2-panel-strong);
	color: var(--cs2-v2-muted);
	font-size: .68rem;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-table th,
body.cs2day-v2 .cs2-table td {
	border-bottom: 1px solid var(--cs2-v2-border);
	padding: 10px 12px;
	text-align: left;
}

body.cs2day-v2 .cs2-table tr:last-child td {
	border-bottom: 0;
}

/* Entity and person profiles. */

body.cs2day-v2 :where(.cs2day-entity-hero, .cs2-player-profile__hero, .cs2-public-profile__header) {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	box-shadow: var(--cs2-v2-shadow);
	overflow: clip;
}

body.cs2day-v2 .cs2-player-profile {
	display: grid;
	gap: 12px;
}

body.cs2day-v2 .cs2-player-profile__hero {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 112px minmax(0, 1fr) auto;
	padding: clamp(18px, 2.5vw, 34px);
}

body.cs2day-v2 .cs2-player-profile__avatar,
body.cs2day-v2 .cs2-player-profile__monogram {
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 6px;
	height: 104px;
	object-fit: cover;
	width: 104px;
}

body.cs2day-v2 .cs2-player-profile__hero h1,
body.cs2day-v2 .cs2day-entity-hero h1 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1;
	margin: 4px 0 10px;
}

body.cs2day-v2 .cs2-player-profile__meta {
	color: var(--cs2-v2-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: .78rem;
	gap: 7px 14px;
}

body.cs2day-v2 .cs2-player-profile__stats {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

body.cs2day-v2 .cs2-player-profile__stats > div,
body.cs2day-v2 .cs2-player-profile__facts > div {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	display: grid;
	gap: 5px;
	padding: 12px;
}

body.cs2day-v2 .cs2-player-profile__stats span,
body.cs2day-v2 .cs2-player-profile__facts span {
	color: var(--cs2-v2-faint);
	font-size: .64rem;
	font-weight: 750;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-player-profile__body {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr);
}

body.cs2day-v2 .cs2-player-profile__body > section,
body.cs2day-v2 .cs2-player-profile__facts,
body.cs2day-v2 .cs2-player-profile__links,
body.cs2day-v2 .cs2day-entity-panel {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	padding: 16px;
}

body.cs2day-v2 .cs2-player-profile__links a {
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 4px;
	color: var(--cs2-v2-text);
	display: inline-flex;
	margin: 8px 6px 0 0;
	padding: 8px 11px;
}

body.cs2day-v2 .cs2-player-profile__links a:hover {
	border-color: var(--cs2-v2-accent);
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-tabs {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	display: flex;
	gap: 4px;
	overflow-x: auto;
	padding: 5px;
}

body.cs2day-v2 .cs2-tabs :where(a, button) {
	border: 1px solid transparent;
	border-radius: 4px;
	color: var(--cs2-v2-muted);
	min-height: 36px;
	padding: 7px 11px;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-tabs :where([aria-selected="true"], .is-active) {
	background: color-mix(in srgb, var(--cs2-v2-accent) 12%, transparent);
	border-color: color-mix(in srgb, var(--cs2-v2-accent) 45%, transparent);
	color: var(--cs2-v2-accent);
}

/* News and generic detail pages. */

body.cs2day-v2 .content-section--narrow,
body.cs2day-v2 .content-section--news-single {
	max-width: min(1040px, calc(100vw - 32px));
}

body.cs2day-v2 .entry__header {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	margin-bottom: 12px;
	padding: clamp(18px, 3vw, 38px);
}

body.cs2day-v2 .entry__kicker,
body.cs2day-v2 .entry__byline {
	color: var(--cs2-v2-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: .72rem;
	gap: 8px 14px;
}

body.cs2day-v2 .entry__kicker a {
	color: var(--cs2-v2-accent);
	font-weight: 800;
	text-transform: uppercase;
}

body.cs2day-v2 .entry__header h1 {
	font-size: clamp(2rem, 4vw, 3.7rem);
	line-height: 1.05;
	margin: 10px 0 16px;
}

body.cs2day-v2 .entry__media {
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	margin: 0 0 12px;
	overflow: clip;
}

body.cs2day-v2 .entry__media img {
	display: block;
	height: auto;
	width: 100%;
}

body.cs2day-v2 .entry__content {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	color: var(--cs2-v2-text);
	font-size: 1rem;
	line-height: 1.75;
	padding: clamp(18px, 3vw, 38px);
}

body.cs2day-v2 .entry__content > :first-child {
	margin-top: 0;
}

body.cs2day-v2 .entry__content > :last-child {
	margin-bottom: 0;
}

body.cs2day-v2 .entry__content :where(h2, h3) {
	margin-top: 1.8em;
}

body.cs2day-v2 .entry__content blockquote {
	background: color-mix(in srgb, var(--cs2-v2-accent) 6%, var(--cs2-v2-bg-soft));
	border-left: 3px solid var(--cs2-v2-accent);
	border-radius: 0 5px 5px 0;
	margin-inline: 0;
	padding: 14px 18px;
}

body.cs2day-v2 .comments-area {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	margin-top: 12px;
	padding: clamp(16px, 2.5vw, 28px);
}

/* Search, messaging, notifications and moderation. */

body.cs2day-v2 .cs2-discovery__filters {
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
}

body.cs2day-v2 .cs2-discovery__filters fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

body.cs2day-v2 .cs2-discovery__type-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 6px;
}

body.cs2day-v2 .cs2-discovery__type-grid .cs2-check {
	background: var(--cs2-v2-row);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 4px;
	padding: 7px 9px;
}

body.cs2day-v2 .cs2-discovery__results {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cs2day-v2 .cs2-discovery-result {
	align-items: center;
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	display: grid;
	gap: 12px;
	grid-template-columns: 52px minmax(0, 1fr);
	min-height: 72px;
	padding: 10px;
}

body.cs2day-v2 .cs2-discovery-result:hover {
	border-color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-discovery-result img {
	background: var(--cs2-v2-bg-soft);
	border-radius: 4px;
	height: 50px;
	object-fit: contain;
	width: 50px;
}

body.cs2day-v2 .cs2-discovery-result small {
	color: var(--cs2-v2-accent);
	font-size: .62rem;
	font-weight: 800;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-discovery-result strong {
	display: block;
	font-size: .86rem;
	margin-top: 3px;
}

body.cs2day-v2 :where(.cs2-thread-list, .cs2-notification-list) {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
	overflow: clip;
}

body.cs2day-v2 :where(.cs2-thread-row, .cs2-notification) {
	border-bottom: 1px solid var(--cs2-v2-border);
	min-height: 68px;
	padding: 10px 13px;
}

body.cs2day-v2 :where(.cs2-thread-row, .cs2-notification):last-child {
	border-bottom: 0;
}

body.cs2day-v2 .cs2-thread-row:hover {
	background: color-mix(in srgb, var(--cs2-v2-accent) 5%, transparent);
}

body.cs2day-v2 .cs2-notification--unread {
	background: color-mix(in srgb, var(--cs2-v2-accent) 7%, transparent);
	box-shadow: inset 3px 0 var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-moderation-grid,
body.cs2day-v2 .cs2-moderation-profile-tabs {
	gap: 10px;
}

body.cs2day-v2 :where(.cs2-moderation-card, .cs2-workspace-panel, .cs2-workspace-table) {
	background: var(--cs2-v2-panel-strong);
	border-color: var(--cs2-v2-border);
	border-radius: var(--cs2-v2-radius);
}

/* Dialogs and lightboxes. */

body.cs2day-v2 :where(.cs2-dialog, .cs2-claim-dialog, .cs2-quick-dialog, .cs2-media-lightbox) {
	background: transparent;
	border: 0;
	color: var(--cs2-v2-text);
	max-height: min(90vh, 900px);
	max-width: min(920px, calc(100vw - 32px));
	padding: 0;
	width: 100%;
}

body.cs2day-v2 :where(.cs2-dialog, .cs2-claim-dialog, .cs2-quick-dialog, .cs2-media-lightbox)::backdrop {
	background: rgb(2 8 11 / .78);
	backdrop-filter: blur(5px);
}

body.cs2day-v2 :where(.cs2-dialog > *, .cs2-claim-dialog > *, .cs2-quick-dialog > *, .cs2-media-lightbox__shell) {
	background: var(--cs2-v2-panel);
	border: 1px solid var(--cs2-v2-border-strong);
	border-radius: var(--cs2-v2-radius);
	box-shadow: var(--cs2-v2-shadow-raised);
}

body.cs2day-v2 .cs2-dialog > .cs2-form {
	padding: 18px;
}

body.cs2day-v2 .cs2-media-lightbox {
	max-width: min(1180px, calc(100vw - 28px));
}

body.cs2day-v2 .cs2-media-lightbox__shell > header {
	border-bottom: 1px solid var(--cs2-v2-border);
}

body.cs2day-v2 .cs2-media-lightbox__player {
	background: #030709;
}

/* Footer is a useful directory, not a thin version line. */

body.cs2day-v2 .site-footer {
	background: color-mix(in srgb, var(--cs2-v2-bg-soft) 92%, #06100d);
	border-top: 1px solid var(--cs2-v2-border);
	color: var(--cs2-v2-muted);
}

body.cs2day-v2 .site-footer__inner {
	display: grid;
	gap: clamp(24px, 4vw, 64px);
	grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(130px, .7fr));
	margin-inline: auto;
	max-width: none;
	padding: 34px 0;
	width: var(--cs2-v2-page);
}

body.cs2day-v2 .site-footer__brand {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr);
}

body.cs2day-v2 .site-footer__brand p {
	font-size: .76rem;
	line-height: 1.5;
	margin: 5px 0 0;
	max-width: 42ch;
}

body.cs2day-v2 .site-footer__column {
	align-content: start;
	display: grid;
	gap: 8px;
}

body.cs2day-v2 .site-footer__column strong {
	color: var(--cs2-v2-text);
	font-size: .78rem;
	margin-bottom: 4px;
}

body.cs2day-v2 .site-footer__column a {
	color: var(--cs2-v2-muted);
	font-size: .72rem;
	width: max-content;
}

body.cs2day-v2 .site-footer__column a:hover {
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 .site-footer__bottom {
	border-top: 1px solid var(--cs2-v2-border);
	display: flex;
	font-size: .66rem;
	justify-content: space-between;
	margin-inline: auto;
	padding: 12px 0;
	width: var(--cs2-v2-page);
}

/* Responsive system. */

@media (max-width: 1240px) {
	body.cs2day-v2 {
		--cs2-v2-sidebar: clamp(310px, 31vw, 360px);
	}

	body.cs2day-v2 .cs2-home-media-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.cs2day-v2 .card-grid:not(.cs2-home-media-grid) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cs2day-v2 .cs2-transfer-groups--standard {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 1024px) {
	body.cs2day-v2 {
		--cs2-v2-page: min(100% - 24px, 1760px);
	}

	body.cs2day-v2 .cs2-home-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-home-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	body.cs2day-v2 .cs2-home-news-stage {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-home-news-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-home-news-card--compact {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 160px auto;
	}

	body.cs2day-v2 .cs2-match-row__main {
		grid-template-columns: 78px minmax(130px, .38fr) minmax(260px, 1fr);
	}

	body.cs2day-v2 .site-footer__inner {
		grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(110px, .7fr));
	}
}

@media (max-width: 780px) {
	body.cs2day-v2 {
		--cs2-v2-page: min(100% - 20px, 1760px);
	}

	body.cs2day-v2 .site-main {
		padding-top: 10px;
	}

	body.cs2day-v2 .content-section {
		padding: 12px;
	}

	body.cs2day-v2 :where(.cs2-page-heading, .cs2-transfer-center__header, .cs2-matchcenter-hero) {
		align-items: start;
		display: grid;
		gap: 14px;
	}

	body.cs2day-v2 .cs2-page-heading__actions {
		justify-content: start;
	}

	body.cs2day-v2 .cs2-home-community-grid,
	body.cs2day-v2 .cs2-home-sidebar,
	body.cs2day-v2 .cs2-team-directory,
	body.cs2day-v2 .cs2-profile-directory,
	body.cs2day-v2 .cs2-discovery__results,
	body.cs2day-v2 .cs2-player-profile__body {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-home-media-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cs2day-v2 .cs2-form-grid,
	body.cs2day-v2 .cs2-discovery__filters {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-player-profile__hero {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-player-profile__avatar,
	body.cs2day-v2 .cs2-player-profile__monogram {
		height: 78px;
		width: 78px;
	}

	body.cs2day-v2 .cs2-player-profile__actions {
		grid-column: 1 / -1;
	}

	body.cs2day-v2 .cs2-match-row {
		display: grid;
	}

	body.cs2day-v2 .cs2-match-row__main {
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-match-row__schedule,
	body.cs2day-v2 .cs2-match-row__competition {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	body.cs2day-v2 .cs2-match-row__aside {
		border-top: 1px solid var(--cs2-v2-border);
	}

	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] {
		display: block;
		min-width: 0;
	}

	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] thead {
		display: none;
	}

	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] tbody,
	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] tr,
	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] td {
		display: block;
		width: 100%;
	}

	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] tr {
		border-bottom: 1px solid var(--cs2-v2-border);
		padding: 8px 10px;
	}

	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] td {
		border: 0;
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(100px, .42fr) minmax(0, 1fr);
		padding: 6px 0;
	}

	body.cs2day-v2 .cs2-table[data-cs2-responsive-table] td::before {
		color: var(--cs2-v2-faint);
		content: attr(data-cs2-label);
		font-size: .64rem;
		font-weight: 750;
		text-transform: uppercase;
	}

	body.cs2day-v2 .site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.cs2day-v2 .site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 520px) {
	body.cs2day-v2 {
		--cs2-v2-page: min(100% - 16px, 1760px);
		font-size: 14px;
	}

	body.cs2day-v2 .cs2-page-heading h1,
	body.cs2day-v2 .cs2-transfer-center__header h1,
	body.cs2day-v2 .cs2-matchcenter-hero h1 {
		font-size: 1.8rem;
	}

	body.cs2day-v2 .cs2-home-news-stage {
		min-height: 0;
	}

	body.cs2day-v2 .cs2-home-news-stack,
	body.cs2day-v2 .cs2-home-media-grid,
	body.cs2day-v2 .card-grid:not(.cs2-home-media-grid) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-submission > .section-heading {
		align-items: start;
		display: grid;
		gap: 6px;
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-submission > .section-heading > * {
		margin-block: 0;
	}

	body.cs2day-v2 .cs2-submission > .cs2-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
	}

	body.cs2day-v2 .cs2-submission > .cs2-tabs > a {
		align-items: center;
		justify-content: center;
		min-width: 0;
		text-align: center;
		white-space: normal;
	}

	body.cs2day-v2 .cs2-submission > .cs2-tabs > a:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	body.cs2day-v2 .cs2-home-news-card--compact {
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: minmax(130px, auto);
	}

	body.cs2day-v2 .cs2-home-news-card--compact p {
		display: none;
	}

	body.cs2day-v2 .cs2-team-card {
		gap: 10px;
		grid-template-columns: 62px minmax(0, 1fr);
		padding: 11px;
	}

	body.cs2day-v2 .cs2-team-card__logo {
		height: 58px;
		width: 58px;
	}

	body.cs2day-v2 .cs2-match-row__teams {
		gap: 7px;
		grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-match-row__team {
		grid-template-columns: 28px minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-match-row__team--away {
		grid-template-columns: minmax(0, 1fr) 28px;
	}

	body.cs2day-v2 .cs2-match-row__logo,
	body.cs2day-v2 .cs2-match-row__logo img,
	body.cs2day-v2 .cs2-match-row__initials {
		height: 28px;
		width: 28px;
	}

	body.cs2day-v2 .entry__header,
	body.cs2day-v2 .entry__content {
		padding: 16px;
	}

	body.cs2day-v2 .entry__header h1 {
		font-size: 1.9rem;
	}

	body.cs2day-v2 .cs2-player-profile__hero {
		gap: 12px;
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 14px;
	}

	body.cs2day-v2 .cs2-player-profile__avatar,
	body.cs2day-v2 .cs2-player-profile__monogram {
		height: 60px;
		width: 60px;
	}

	body.cs2day-v2 .cs2-player-profile__hero h1 {
		font-size: 1.8rem;
	}

	body.cs2day-v2 :where(.cs2-dialog, .cs2-claim-dialog, .cs2-quick-dialog, .cs2-media-lightbox) {
		height: 100dvh;
		margin: 0;
		max-height: 100dvh;
		max-width: 100vw;
		width: 100vw;
	}

	body.cs2day-v2 :where(.cs2-dialog > *, .cs2-claim-dialog > *, .cs2-quick-dialog > *, .cs2-media-lightbox__shell) {
		border-radius: 0;
		min-height: 100%;
	}

	body.cs2day-v2 .site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		padding-block: 26px;
	}

	body.cs2day-v2 .site-footer__brand {
		grid-column: auto;
	}

	body.cs2day-v2 .site-footer__bottom {
		align-items: start;
		flex-direction: column;
		gap: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.cs2day-v2 *,
	body.cs2day-v2 *::before,
	body.cs2day-v2 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
