:root {
	--t369-bg: #0f172a;
	--t369-bg-soft: #111827;
	--t369-bg-panel: #0b1220;
	--t369-surface: #1e293b;
	--t369-surface-hover: #253247;
	--t369-text: #f8fafc;
	--t369-text-muted: #94a3b8;
	--t369-text-soft: #cbd5e1;
	--t369-accent: #ccff00;
	--t369-accent-strong: #9ee600;
	--t369-border: rgba(204, 255, 0, 0.22);
	--t369-border-soft: rgba(148, 163, 184, 0.2);
	--t369-steel: #64748b;
	--t369-warning: #ffbe55;
	--t369-danger: #ff6868;
	--t369-radius-sm: 10px;
	--t369-radius-md: 18px;
	--t369-radius-lg: 28px;
	--t369-container: 1280px;
	--t369-content: 900px;
	--t369-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
	--t369-transition: 170ms ease;
	--t369-section: 88px;
}

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

html {
	min-width: 320px;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

html.t369-lock,
html.t369-lock body {
	overflow: hidden;
}

body {
	margin: 0;
	background:
		linear-gradient(rgba(204, 255, 0, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(204, 255, 0, 0.025) 1px, transparent 1px),
		var(--t369-bg);
	background-size: 78px 78px;
	color: var(--t369-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

a:hover {
	color: var(--t369-accent);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a,
input,
textarea,
select,
[tabindex] {
	outline-offset: 4px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid var(--t369-accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.7em;
	color: var(--t369-text);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
	text-transform: uppercase;
}

h1 {
	max-width: 930px;
	font-size: 64px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 22px;
}

p {
	margin: 0 0 1em;
}

ul,
ol {
	margin-top: 0;
}

.t369-container {
	width: min(100% - 40px, var(--t369-container));
	margin-inline: auto;
}

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

.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	color: #0f172a;
	background: var(--t369-accent);
	border-radius: var(--t369-radius-sm);
	font-weight: 900;
	text-decoration: none;
}

.t369-info-bar {
	background: var(--t369-accent);
	color: #0f172a;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.t369-info-bar p,
.t369-info-bar a {
	display: block;
	margin: 0;
	padding: 9px 0;
	color: inherit;
	text-decoration: none;
}

.t369-info-bar__track {
	display: inline-flex;
	gap: 34px;
	min-width: max-content;
	animation: t369-info-track 28s linear infinite;
}

.t369-info-bar__track span {
	white-space: nowrap;
}

@keyframes t369-info-track {
	from {
		transform: translateX(0);
	}

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

.t369-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(15, 23, 42, 0.92);
	border-bottom: 1px solid var(--t369-border-soft);
	backdrop-filter: blur(14px);
	transition: background var(--t369-transition), box-shadow var(--t369-transition), border-color var(--t369-transition);
}

.t369-site-header.is-scrolled {
	background: rgba(15, 23, 42, 0.98);
	border-color: var(--t369-border);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.t369-header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 24px;
	min-height: 76px;
}

.t369-brand {
	min-width: 0;
}

.custom-logo-link,
.t369-site-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--t369-text);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 285px;
	max-height: 70px;
	object-fit: contain;
}

.t369-site-logo__image {
	display: block;
	width: auto;
	max-width: 285px;
	max-height: 70px;
	object-fit: contain;
}

.t369-site-logo__mark {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 40px;
	color: var(--t369-accent);
	border: 1px solid var(--t369-accent);
	border-radius: var(--t369-radius-sm);
	box-shadow: 0 0 22px rgba(204, 255, 0, 0.14);
}

.t369-site-logo__text {
	max-width: 170px;
	overflow-wrap: anywhere;
}

.t369-primary-nav {
	min-width: 0;
	justify-self: end;
}

.t369-menu,
.t369-mobile-menu,
.t369-footer-menu,
.t369-social-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.t369-menu {
	display: flex;
	align-items: center;
	gap: 18px;
}

.t369-menu li {
	position: relative;
}

.t369-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: var(--t369-text-soft);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	transition: color var(--t369-transition);
}

.t369-menu a:hover {
	color: var(--t369-accent);
}

.t369-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	display: grid;
	gap: 2px;
	min-width: 230px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: var(--t369-surface);
	border: 1px solid var(--t369-border);
	border-radius: var(--t369-radius-sm);
	box-shadow: var(--t369-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--t369-transition), transform var(--t369-transition), visibility var(--t369-transition);
}

.t369-menu li:hover > .sub-menu,
.t369-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.t369-menu .sub-menu a {
	width: 100%;
	justify-content: flex-start;
	padding: 8px 10px;
}

.t369-shop-cta,
.t369-mobile-shop,
.t369-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: var(--t369-radius-sm);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform var(--t369-transition), color var(--t369-transition), background var(--t369-transition), border-color var(--t369-transition), box-shadow var(--t369-transition);
}

.t369-shop-cta,
.t369-button--primary {
	color: #0f172a;
	background: var(--t369-accent);
	box-shadow: 0 0 24px rgba(204, 255, 0, 0.16);
}

.t369-shop-cta:hover,
.t369-button--primary:hover {
	color: #0f172a;
	background: #ceff65;
	transform: translateY(-1px);
}

.t369-button--secondary,
.t369-mobile-shop {
	color: var(--t369-text);
	background: rgba(204, 255, 0, 0.06);
	border-color: var(--t369-border);
}

.t369-button--secondary:hover,
.t369-mobile-shop:hover {
	color: var(--t369-accent);
	background: rgba(204, 255, 0, 0.1);
	transform: translateY(-1px);
}

.t369-shop-cta--soon,
.t369-mobile-shop--soon,
.t369-button--disabled {
	cursor: default;
	pointer-events: none;
}

.t369-shop-cta--soon,
.t369-button--disabled {
	background: rgba(204, 255, 0, 0.12);
	border-color: var(--t369-border);
	color: var(--t369-accent);
	box-shadow: none;
}

.t369-menu-toggle {
	display: none;
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	color: var(--t369-text);
	background: var(--t369-surface);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-sm);
	cursor: pointer;
}

.t369-menu-toggle__lines,
.t369-menu-toggle__lines::before,
.t369-menu-toggle__lines::after {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transform: translateX(-50%);
	transition: transform var(--t369-transition), opacity var(--t369-transition);
}

.t369-menu-toggle__lines {
	top: 50%;
}

.t369-menu-toggle__lines::before,
.t369-menu-toggle__lines::after {
	content: "";
}

.t369-menu-toggle__lines::before {
	top: -7px;
}

.t369-menu-toggle__lines::after {
	top: 7px;
}

.t369-site-header.is-menu-open .t369-menu-toggle__lines {
	background: transparent;
}

.t369-site-header.is-menu-open .t369-menu-toggle__lines::before {
	transform: translateX(-50%) translateY(7px) rotate(45deg);
}

.t369-site-header.is-menu-open .t369-menu-toggle__lines::after {
	transform: translateX(-50%) translateY(-7px) rotate(-45deg);
}

.t369-mobile-panel {
	border-top: 1px solid var(--t369-border-soft);
	background: var(--t369-bg-soft);
}

.t369-mobile-panel[hidden] {
	display: none;
}

.t369-mobile-panel .t369-container {
	padding-block: 18px 24px;
}

.t369-mobile-menu {
	display: grid;
	gap: 4px;
}

.t369-mobile-menu a,
.t369-mobile-shop {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 13px 0;
	color: var(--t369-text);
	border-bottom: 1px solid var(--t369-border-soft);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.t369-mobile-menu .sub-menu {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 0 14px;
	border-left: 1px solid var(--t369-border);
}

.t369-mobile-shop {
	margin-top: 14px;
	padding-inline: 16px;
	border: 1px solid var(--t369-border);
}

.t369-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 680px;
	overflow: hidden;
	background: var(--t369-bg);
	border-bottom: 1px solid var(--t369-border-soft);
	isolation: isolate;
}

.t369-hero__media,
.t369-hero__image,
.t369-hero__video,
.t369-hero__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.t369-hero__media {
	z-index: -2;
}

.t369-hero__image,
.t369-hero__video {
	display: block;
	object-fit: cover;
	object-position: center;
}

.t369-hero__video {
	opacity: 0;
	transition: opacity 240ms ease;
}

.t369-hero__video.is-playing {
	opacity: 1;
}

.t369-hero__placeholder {
	display: grid;
	place-items: center;
	background: var(--t369-bg-panel);
}

.t369-hero__placeholder span {
	display: grid;
	place-items: center;
	width: 160px;
	height: 110px;
	color: var(--t369-accent);
	border: 2px solid currentColor;
	border-radius: var(--t369-radius-md);
	font-size: 46px;
	font-weight: 900;
}

.t369-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.78) 44%, rgba(15, 23, 42, 0.42) 100%),
		linear-gradient(180deg, rgba(15, 23, 42, 0.18) 0%, var(--t369-bg) 100%);
}

.t369-hero__content {
	padding-block: 120px 92px;
}

.t369-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--t369-accent);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.t369-eyebrow::before {
	content: "";
	width: 30px;
	height: 2px;
	background: currentColor;
	box-shadow: 0 0 14px rgba(204, 255, 0, 0.45);
}

.t369-hero h1 {
	margin-bottom: 18px;
}

.t369-hero__lead,
.t369-section-heading p,
.t369-card__body p,
.t369-entry-content,
.t369-entry p,
.t369-archive-description {
	color: var(--t369-text-muted);
}

.t369-hero__lead {
	max-width: 680px;
	font-size: 20px;
}

.t369-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.t369-section {
	padding: var(--t369-section) 0;
	border-bottom: 1px solid var(--t369-border-soft);
}

.t369-live-results {
	padding: 18px 0;
	background: var(--t369-bg-soft);
	border-bottom: 1px solid var(--t369-border-soft);
}

.t369-live-results__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 58px;
	padding: 12px 18px;
	color: var(--t369-text);
	background: var(--t369-surface);
	border: 1px solid var(--t369-border);
	border-radius: var(--t369-radius-md);
	text-align: center;
	text-decoration: none;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.t369-live-results__link span {
	display: inline-flex;
	min-height: 28px;
	align-items: center;
	padding: 4px 9px;
	color: #0f172a;
	background: var(--t369-accent);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.t369-live-results__link strong {
	font-size: 16px;
	text-transform: uppercase;
}

.t369-live-results__link:hover {
	color: var(--t369-accent);
	background: var(--t369-surface-hover);
}

.t369-section-heading {
	max-width: 800px;
	margin-bottom: 34px;
}

.t369-section-heading--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	max-width: none;
}

.t369-section-heading--row > div {
	max-width: 760px;
}

.t369-feature-grid,
.t369-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.t369-feature-card,
.t369-card,
.t369-entry,
.t369-empty-state,
.t369-config-notice,
.t369-cooperation-box,
.t369-shop-panel {
	background: rgba(30, 41, 59, 0.94);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-md);
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.t369-feature-card {
	padding: 24px;
	transition: transform var(--t369-transition), border-color var(--t369-transition), background var(--t369-transition);
}

.t369-feature-card:hover,
.t369-card:hover {
	border-color: var(--t369-border);
	background: var(--t369-surface-hover);
	transform: translateY(-2px);
}

.t369-feature-card__number {
	display: inline-flex;
	margin-bottom: 20px;
	color: var(--t369-accent);
	font-size: 14px;
	font-weight: 900;
}

.t369-feature-card p {
	margin-bottom: 0;
	color: var(--t369-text-muted);
}

.t369-process-section {
	background: var(--t369-bg-soft);
}

.t369-split {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
	gap: 48px;
	align-items: start;
}

.t369-process-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: step;
}

.t369-process-list li {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 76px;
	padding: 16px;
	background: var(--t369-surface);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-sm);
}

.t369-process-list span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 44px;
	color: var(--t369-accent);
	background: rgba(204, 255, 0, 0.06);
	border: 1px solid var(--t369-border);
	border-radius: var(--t369-radius-sm);
	font-weight: 900;
}

.t369-process-list strong {
	min-width: 0;
	font-size: 18px;
	overflow-wrap: anywhere;
}

.t369-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
	transition: transform var(--t369-transition), border-color var(--t369-transition), background var(--t369-transition);
}

.t369-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--t369-bg-panel);
	text-decoration: none;
}

.t369-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--t369-transition);
}

.t369-card:hover .t369-card__media img {
	transform: scale(1.03);
}

.t369-media-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--t369-accent);
	background:
		linear-gradient(135deg, rgba(204, 255, 0, 0.08), rgba(125, 138, 151, 0.07)),
		var(--t369-bg-panel);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
}

.t369-card__body {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 22px;
}

.t369-card__body h3 {
	margin-bottom: 0;
}

.t369-card__body h3 a {
	color: var(--t369-text);
	text-decoration: none;
}

.t369-card__meta {
	display: grid;
	gap: 4px;
	color: var(--t369-steel);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.t369-text-link {
	display: inline-flex;
	width: max-content;
	max-width: 100%;
	color: var(--t369-accent);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.t369-ranking-meta,
.t369-event-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 4px 0 8px;
}

.t369-ranking-meta div,
.t369-event-details div {
	padding: 12px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-sm);
}

.t369-ranking-meta dt,
.t369-event-details dt {
	color: var(--t369-text-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.t369-ranking-meta dd,
.t369-event-details dd {
	margin: 4px 0 0;
	color: var(--t369-text);
	font-weight: 900;
}

.t369-status {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 5px 10px;
	color: #0f172a;
	background: var(--t369-accent);
	border-radius: var(--t369-radius-sm);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.t369-entry-header .t369-status {
	position: static;
	margin-bottom: 18px;
}

.t369-status--ended {
	color: var(--t369-text);
	background: var(--t369-steel);
}

.t369-status--live {
	color: #0f172a;
	background: var(--t369-warning);
}

.t369-shop-section,
.t369-rankings-section {
	background: rgba(255, 255, 255, 0.018);
}

.t369-shop-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
	gap: 28px;
	align-items: center;
	padding: 30px;
}

.t369-shop-panel__content {
	max-width: 720px;
}

.t369-shop-panel__media {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--t369-border);
	border-radius: var(--t369-radius-md);
	background: var(--t369-bg-panel);
}

.t369-shop-panel__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.t369-cooperation-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 32px;
	border-color: var(--t369-border);
}

.t369-cooperation-box > div {
	max-width: 800px;
}

.t369-page {
	padding: 64px 0 88px;
}

.t369-page-hero {
	padding: 76px 0 54px;
	border-bottom: 1px solid var(--t369-border-soft);
}

.t369-page-hero p {
	max-width: 780px;
	color: var(--t369-text-muted);
}

.t369-content-wrap {
	max-width: var(--t369-content);
}

.t369-entry,
.t369-empty-state,
.t369-config-notice {
	padding: 30px;
}

.t369-entry + .t369-entry,
.t369-entry + .t369-ranking-tabs,
.t369-ranking-tabs + .t369-ranking-sections,
.t369-entry--page-content {
	margin-top: 24px;
}

.t369-entry-header {
	margin-bottom: 24px;
}

.t369-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--t369-text-muted);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.t369-entry-meta a {
	color: var(--t369-text-muted);
	text-decoration: none;
}

.t369-featured-media {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: var(--t369-radius-md);
	border: 1px solid var(--t369-border-soft);
}

.t369-featured-media img {
	display: block;
	width: 100%;
}

.t369-entry-content > *:first-child {
	margin-top: 0;
}

.t369-entry-content > *:last-child {
	margin-bottom: 0;
}

.t369-entry-content a {
	color: var(--t369-accent);
	font-weight: 800;
}

.t369-entry-content h2,
.t369-entry-content h3,
.t369-entry-content h4 {
	margin-top: 1.6em;
	text-transform: none;
}

.t369-entry-content figure {
	margin-inline: 0;
}

.t369-entry-content img {
	border-radius: var(--t369-radius-sm);
}

.t369-entry-content iframe,
.t369-entry-content video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: var(--t369-radius-sm);
}

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

.t369-entry-content th,
.t369-entry-content td {
	padding: 12px;
	border: 1px solid var(--t369-border-soft);
}

.wp-block-quote {
	margin-inline: 0;
	padding-left: 18px;
	border-left: 3px solid var(--t369-accent);
	color: var(--t369-text-soft);
}

.wp-block-button__link {
	border-radius: var(--t369-radius-sm);
	background: var(--t369-accent);
	color: #0f172a;
	font-weight: 900;
	text-transform: uppercase;
}

.alignwide {
	max-width: min(100vw - 40px, 1120px);
	margin-inline: calc((100% - min(100vw - 40px, 1120px)) / 2);
}

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

.t369-ranking-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 22px;
}

.t369-ranking-tabs a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 9px 14px;
	color: var(--t369-text);
	background: var(--t369-surface);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-sm);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.t369-ranking-tabs a:hover,
.t369-ranking-tabs a.is-active {
	color: #0f172a;
	background: var(--t369-accent);
	border-color: var(--t369-accent);
}

.t369-ranking-table-section {
	scroll-margin-top: 110px;
}

.t369-ranking-table-section__header {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 18px;
}

.t369-ranking-tools {
	margin-bottom: 14px;
}

.t369-ranking-tool-placeholder,
.t369-config-notice {
	color: var(--t369-text-muted);
	background: rgba(204, 255, 0, 0.055);
	border: 1px dashed var(--t369-border);
	border-radius: var(--t369-radius-sm);
}

.t369-ranking-tool-placeholder {
	padding: 12px 14px;
	font-size: 14px;
}

.t369-config-notice p {
	margin: 0;
}

.t369-table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.t369-table-scroll table {
	min-width: 720px;
}

.t369-ranking-widget {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.t369-ranking-widget + .t369-ranking-widget {
	margin-top: 28px;
}

.t369-ranking-widget__header {
	text-align: left;
}

.t369-ranking-widget__header h3 {
	margin-bottom: 6px;
	font-size: 24px;
}

.t369-ranking-widget__header p {
	margin-bottom: 0;
	color: var(--t369-text-muted);
}

.t369-ranking-widget__search {
	display: grid;
	gap: 8px;
}

.t369-ranking-widget__search label {
	color: var(--t369-text);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.t369-ranking-widget__search input {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	color: var(--t369-text);
	background: var(--t369-bg);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-sm);
}

.t369-ranking-widget__search input:focus {
	border-color: var(--t369-border);
}

.t369-ranking-widget__status {
	padding: 18px;
	color: var(--t369-accent);
	background: rgba(204, 255, 0, 0.055);
	border: 1px solid var(--t369-border);
	border-radius: var(--t369-radius-sm);
	font-weight: 900;
	text-align: center;
}

.t369-ranking-widget__status[hidden] {
	display: none;
}

.t369-ranking-widget__status.is-error {
	color: var(--t369-danger);
	border-color: rgba(255, 104, 104, 0.35);
	background: rgba(255, 104, 104, 0.08);
}

.t369-ranking-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.t369-ranking-table th {
	padding: 12px 10px;
	color: var(--t369-accent);
	border-bottom: 2px solid var(--t369-border);
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}

.t369-ranking-table td {
	padding: 12px 10px;
	color: var(--t369-text-muted);
	border-bottom: 1px solid var(--t369-border-soft);
	font-size: 14px;
	overflow-wrap: anywhere;
}

.t369-ranking-table__model {
	color: var(--t369-text) !important;
	font-size: 15px !important;
	font-weight: 900;
}

.t369-ranking-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
}

.t369-ranking-pagination button {
	display: inline-flex;
	min-width: 40px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 6px;
	color: var(--t369-accent);
	background: transparent;
	border: 1px solid var(--t369-border);
	border-radius: 6px;
	font-weight: 900;
	cursor: pointer;
}

.t369-ranking-pagination button:hover,
.t369-ranking-pagination button.is-active {
	color: #0f172a;
	background: var(--t369-accent);
	border-color: var(--t369-accent);
}

.t369-ranking-pagination button:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.t369-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
	gap: 24px;
	align-items: start;
}

.t369-contact-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.t369-contact-list li {
	display: grid;
	gap: 4px;
}

.t369-contact-list span {
	color: var(--t369-text-muted);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.t369-disclaimer {
	margin-top: 26px;
	padding: 16px;
	background: rgba(255, 190, 85, 0.08);
	border: 1px solid rgba(255, 190, 85, 0.28);
	border-radius: var(--t369-radius-sm);
}

.t369-disclaimer p {
	margin-bottom: 0;
}

.t369-archive-header {
	max-width: 840px;
	margin-bottom: 34px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.nav-links a,
.nav-links span {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	color: var(--t369-text);
	background: var(--t369-surface);
	border: 1px solid var(--t369-border-soft);
	border-radius: var(--t369-radius-sm);
	text-decoration: none;
}

.nav-links .current,
.nav-links a:hover {
	color: #0f172a;
	background: var(--t369-accent);
	border-color: var(--t369-accent);
}

.t369-site-footer {
	padding: 62px 0 26px;
	background: #050705;
	border-top: 1px solid var(--t369-border-soft);
}

.t369-footer-grid {
	display: grid;
	grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.t369-footer-brand p,
.t369-footer-menu,
.t369-footer-contact,
.t369-footer-legal {
	color: var(--t369-text-muted);
}

.t369-footer-nav h2,
.t369-footer-contact h2,
.t369-footer-legal h2 {
	font-size: 16px;
}

.t369-footer-menu {
	display: grid;
	gap: 8px;
}

.t369-footer-menu a,
.t369-social-list a {
	color: var(--t369-text-muted);
	text-decoration: none;
}

.t369-footer-menu a:hover,
.t369-social-list a:hover {
	color: var(--t369-accent);
}

.t369-social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.t369-footer-bottom {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid var(--t369-border-soft);
	color: var(--t369-text-muted);
	font-size: 13px;
}

.t369-footer-bottom p {
	margin: 0;
}

.t369-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.t369-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1280px) {
	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 38px;
	}

	.t369-header-inner {
		gap: 18px;
	}

	.t369-menu {
		gap: 14px;
	}
}

@media (max-width: 1024px) {
	:root {
		--t369-section: 68px;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 34px;
	}

	.t369-primary-nav {
		display: none;
	}

	.t369-menu-toggle {
		display: inline-grid;
	}

	.t369-header-inner {
		grid-template-columns: auto minmax(0, 1fr) auto auto;
	}

	.t369-brand {
		grid-column: 1 / 2;
	}

	.t369-shop-cta {
		justify-self: end;
	}

	.t369-hero {
		min-height: 620px;
	}

	.t369-split,
	.t369-shop-panel,
	.t369-contact-layout {
		grid-template-columns: 1fr;
	}

	.t369-feature-grid,
	.t369-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 768px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 20px;
	}

	.t369-container {
		width: min(100% - 32px, var(--t369-container));
	}

	.custom-logo,
	.t369-site-logo__image {
		max-width: 220px;
		max-height: 56px;
	}

	.t369-site-logo__text {
		display: none;
	}

	.t369-shop-cta {
		display: none;
	}

	.t369-header-inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 70px;
	}

	.t369-menu-toggle {
		grid-column: 3;
	}

	.t369-hero {
		min-height: 580px;
	}

	.t369-hero__video {
		display: none;
	}

	.t369-hero::before {
		background:
			linear-gradient(180deg, rgba(15, 23, 42, 0.38) 0%, rgba(15, 23, 42, 0.92) 62%, var(--t369-bg) 100%);
	}

	.t369-hero__content {
		padding-block: 96px 76px;
	}

	.t369-hero__lead {
		font-size: 18px;
	}

	.t369-section-heading--row {
		display: block;
	}

	.t369-section-heading--row .t369-button {
		margin-top: 8px;
	}

	.t369-feature-grid,
	.t369-post-grid {
		grid-template-columns: 1fr;
	}

	.t369-cooperation-box {
		display: grid;
	}

	.t369-footer-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}

@media (max-width: 430px) {
	:root {
		--t369-section: 56px;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 27px;
	}

	body {
		font-size: 15px;
	}

	.t369-container {
		width: min(100% - 28px, var(--t369-container));
	}

	.t369-info-bar {
		font-size: 12px;
	}

	.custom-logo,
	.t369-site-logo__image {
		max-width: 172px;
		max-height: 48px;
	}

	.t369-site-logo__mark {
		width: 48px;
		height: 38px;
	}

	.t369-actions,
	.t369-ranking-tabs {
		display: grid;
	}

	.t369-live-results__link {
		display: grid;
		gap: 8px;
	}

	.t369-button,
	.t369-ranking-tabs a {
		width: 100%;
	}

	.t369-hero {
		min-height: 540px;
	}

	.t369-feature-card,
	.t369-card__body,
	.t369-entry,
	.t369-empty-state,
	.t369-config-notice,
	.t369-cooperation-box,
	.t369-shop-panel {
		padding: 20px;
	}

	.t369-process-list li {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.t369-process-list span {
		width: 46px;
		height: 40px;
	}

	.t369-ranking-meta,
	.t369-event-details {
		grid-template-columns: 1fr;
	}

	.t369-ranking-table,
	.t369-ranking-table thead,
	.t369-ranking-table tbody,
	.t369-ranking-table th,
	.t369-ranking-table td,
	.t369-ranking-table tr {
		display: block;
		min-width: 0;
	}

	.t369-ranking-table {
		min-width: 0 !important;
	}

	.t369-ranking-table thead {
		display: none;
	}

	.t369-ranking-table tr {
		margin-bottom: 14px;
		padding: 5px 0;
		background: rgba(0, 0, 0, 0.18);
		border: 1px solid var(--t369-border-soft);
		border-radius: var(--t369-radius-sm);
	}

	.t369-ranking-table td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		text-align: right;
	}

	.t369-ranking-table td::before {
		content: attr(data-label);
		flex: 1 1 42%;
		color: var(--t369-accent);
		font-size: 11px;
		font-weight: 900;
		text-align: left;
		text-transform: uppercase;
	}

	.t369-page {
		padding-top: 44px;
	}
}

@media (max-width: 390px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 25px;
	}

	.t369-header-inner {
		gap: 10px;
	}

	.t369-menu-toggle {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 360px) {
	h1 {
		font-size: 30px;
	}

	.t369-container {
		width: min(100% - 24px, var(--t369-container));
	}

	.t369-site-logo__mark {
		width: 44px;
	}

	.t369-process-list strong {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
		scroll-behavior: auto;
		transition-duration: 0.01ms;
	}

	.t369-reveal {
		opacity: 1;
		transform: none;
	}

	.t369-info-bar__track {
		animation: none;
	}
}
