/* N30N Gaming standalone theme layer. */

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

html {
	min-height: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100%;
	background: #050816;
	color: #f4f7ff;
	font-family: "Oswald", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
}

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

a {
	color: inherit;
}

ul,
ol {
	box-sizing: border-box;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	white-space: normal;
	background: #050816;
	color: #00e5ff;
	border: 1px solid rgba(0, 229, 255, 0.7);
}

body.n30n-gaming-theme {
	--n30n-bg-deep: #050816;
	--n30n-bg-panel: #080b1f;
	--n30n-card-top: #0b1026;
	--n30n-card-bottom: #070a1c;
	--n30n-cyan: #00e5ff;
	--n30n-blue: #2677ff;
	--n30n-magenta: #ff2bd6;
	--n30n-violet: #8a4dff;
	--n30n-deal-pink: #ff3fae;
	--n30n-text: #f4f7ff;
	--n30n-soft: #dbe6ff;
	--n30n-panel: rgba(8, 11, 31, 0.78);
	--n30n-panel-strong: rgba(8, 11, 31, 0.93);
	--n30n-line: rgba(0, 229, 255, 0.48);
	--n30n-line-soft: rgba(255, 255, 255, 0.14);
	--n30n-magenta-line: rgba(255, 43, 214, 0.42);
	--n30n-text-muted: #aab3d6;
	--n30n-shadow-card: 0 18px 52px rgba(0, 0, 0, 0.46), 0 0 24px rgba(0, 229, 255, 0.16), 0 0 14px rgba(255, 43, 214, 0.08);
	--n30n-shadow-hover: 0 24px 72px rgba(0, 0, 0, 0.58), 0 0 34px rgba(255, 43, 214, 0.38), 0 0 30px rgba(0, 229, 255, 0.30);
	--n30n-copy-size: clamp(1.12rem, 1.03rem + 0.22vw, 1.24rem);
	--n30n-copy-line: 1.66;
	--n30n-card-copy-size: clamp(1.07rem, 1rem + 0.16vw, 1.15rem);
	--n30n-radius: 8px;
	--primary-color: var(--n30n-cyan);
	--primary-alt-color: var(--n30n-magenta);
	--accent-color: var(--n30n-blue);
	--fg-color: var(--n30n-text);
	--bg-color: var(--n30n-bg-deep);
	--n30n-heading-font: "Orbitron", sans-serif;
	--n30n-body-font: "Oswald", Arial, sans-serif;
}

body.n30n-gaming-theme #header {
	position: relative;
	isolation: isolate;
	display: block;
	overflow: hidden;
	min-height: 240px;
	background: url("../images/n30n-gaming-hero-laenger.jpg") no-repeat center 38%;
	background-size: cover;
}

body.n30n-gaming-theme #nav {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	left: 0.75rem;
	z-index: 30;
	font-family: var(--n30n-heading-font);
	font-weight: 900;
}

body.n30n-gaming-theme #primary-menu,
body.n30n-gaming-theme #primary-menu ul {
	list-style: none;
}

body.n30n-gaming-theme #primary-menu {
	margin: 0;
	padding: 0;
}

body.n30n-gaming-theme #main-menu a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
}

body.n30n-gaming-theme .open-menu {
	display: none;
}

body.n30n-gaming-theme #logo {
	position: absolute;
	z-index: 22;
	left: 50%;
	bottom: clamp(4.4rem, 11vw, 10rem);
	transform: translateX(-50%);
	text-align: center;
	pointer-events: none;
}

body.n30n-gaming-theme .site-tagline {
	margin: 0;
	color: var(--n30n-cyan);
	font-family: var(--n30n-heading-font);
	font-size: clamp(1.45rem, 2.2vw, 2.6rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	background: linear-gradient(90deg, var(--n30n-magenta), var(--n30n-cyan), #9f7bff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow:
		0 0 8px rgba(0, 229, 255, 0.9),
		0 0 18px rgba(38, 119, 255, 0.64),
		0 0 22px rgba(255, 43, 214, 0.42);
}

body.n30n-gaming-theme .glitch {
	position: relative;
	display: inline-block;
	letter-spacing: 0.06em;
}

body.n30n-gaming-theme .glitch::before,
body.n30n-gaming-theme .glitch::after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: inherit;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.72;
}

body.n30n-gaming-theme .glitch::before {
	transform: translate(-2px, 1px);
	text-shadow: 2px 0 rgba(255, 43, 214, 0.78);
}

body.n30n-gaming-theme .glitch::after {
	transform: translate(2px, -1px);
	text-shadow: -2px 0 rgba(0, 229, 255, 0.72);
}

body.n30n-gaming-theme .site-tagline.skew {
	transform: skewY(-7deg) rotate(-3deg);
}

body.n30n-gaming-theme #header::after {
	display: none;
}

@media (min-width: 571px) {
	body.n30n-gaming-theme #nav {
		top: 0.95rem;
		left: 50%;
		z-index: 30;
		width: calc(100vw - 24px);
		max-width: none;
		box-sizing: border-box;
		padding: 0.52rem clamp(0.8rem, 2vw, 1.7rem);
		border: 1px solid rgba(0, 229, 255, 0.40);
		border-radius: var(--n30n-radius);
		background:
			linear-gradient(135deg, rgba(5, 8, 22, 0.70), rgba(11, 16, 38, 0.66) 52%, rgba(255, 43, 214, 0.12)),
			rgba(5, 8, 22, 0.36);
		box-shadow:
			0 0 26px rgba(0, 229, 255, 0.16),
			0 0 18px rgba(255, 43, 214, 0.10),
			inset 0 0 0 1px rgba(255, 255, 255, 0.035);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		transform: translateX(-50%);
	}

	body.n30n-gaming-theme #main-menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	body.n30n-gaming-theme #primary-menu {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: clamp(0.65rem, 1.55vw, 1.8rem);
		margin: 0;
		padding: 0;
	}

	body.n30n-gaming-theme #nav .menu-item,
	body.n30n-gaming-theme #nav .page_item {
		float: none;
		margin: 0;
	}

	body.n30n-gaming-theme #nav .menu-item a,
	body.n30n-gaming-theme #nav .page_item a {
		display: inline-flex;
		align-items: center;
		min-height: 32px;
		padding: 0.18rem 0.12rem;
		color: var(--n30n-soft);
		text-shadow: 0 0 8px rgba(0, 229, 255, 0.62), 0 0 12px rgba(38, 119, 255, 0.20);
	}

	body.n30n-gaming-theme #nav .menu-item a:hover,
	body.n30n-gaming-theme #nav .menu-item a:focus,
	body.n30n-gaming-theme #nav .page_item a:hover,
	body.n30n-gaming-theme #nav .page_item a:focus {
		color: #fff;
		text-shadow: 0 0 10px rgba(0, 229, 255, 0.82), 0 0 16px rgba(255, 43, 214, 0.36);
	}
}

@media (min-width: 769px) {
	body.n30n-gaming-theme #header,
	body.n30n-gaming-theme:not(.home) #header {
		min-height: 170px;
		padding-bottom: 21vw;
		background: url("../images/n30n-gaming-hero-laenger.jpg") no-repeat center 38%;
		background-size: cover;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17.5vw), 0 100%);
		margin-bottom: calc(-7.8vw - 32px);
	}

	body.n30n-gaming-theme.wp-custom-logo #header {
		margin-bottom: calc(-6.1vw - 32px) !important;
	}

	body.n30n-gaming-theme #logo {
		transform: translateX(-50%) translateY(-1.2vw);
	}
}

@media (max-width: 570px) {
	body.n30n-gaming-theme #nav {
		top: 0.5rem;
		border: 1px solid rgba(0, 229, 255, 0.38);
		border-radius: var(--n30n-radius);
		background: rgba(5, 8, 22, 0.86);
	}

	body.n30n-gaming-theme .open-menu {
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		display: inline-flex;
		width: 44px;
		height: 40px;
		border: 1px solid rgba(0, 229, 255, 0.54);
		border-radius: var(--n30n-radius);
		background: rgba(8, 11, 31, 0.9);
	}

	body.n30n-gaming-theme .open-menu::before,
	body.n30n-gaming-theme .open-menu::after {
		content: "";
		position: absolute;
		left: 11px;
		right: 11px;
		height: 2px;
		background: var(--n30n-cyan);
		box-shadow: 0 8px 0 var(--n30n-cyan);
	}

	body.n30n-gaming-theme .open-menu::before {
		top: 12px;
	}

	body.n30n-gaming-theme .open-menu::after {
		top: 28px;
		box-shadow: none;
	}

	body.n30n-gaming-theme #main-menu {
		display: none;
		padding: 3.25rem 0.9rem 0.9rem;
	}

	body.n30n-gaming-theme #main-menu.is-open {
		display: block;
	}

	body.n30n-gaming-theme #primary-menu {
		display: flex;
		flex-direction: column;
		gap: 0.45rem;
		margin: 0;
		padding: 0;
	}

	body.n30n-gaming-theme #primary-menu a {
		display: block;
		padding: 0.55rem 0.4rem;
	}
}

body.n30n-gaming-theme #footer {
	position: relative;
	margin-top: clamp(2rem, 7vw, 6rem);
	padding-top: clamp(16rem, 38vw, 34rem);
	padding-bottom: clamp(1rem, 9vw, 7rem);
	background:
		linear-gradient(180deg, rgba(8, 8, 26, 0.2), rgba(5, 7, 22, 0.82) 58%, rgba(5, 7, 22, 0.94)),
		url("../images/n30n-gaming-hero-laenger.jpg") no-repeat center 100%;
	background-size: cover;
	clip-path: polygon(0 17.0vw, 100% 0, 100% 100%, 0 100%);
}

body.n30n-gaming-theme #footer::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(105deg, rgba(0, 229, 255, 0.08), transparent 38%, rgba(38, 119, 255, 0.08) 58%, rgba(255, 43, 214, 0.09));
}

body.n30n-gaming-theme #footer > * {
	position: relative;
	z-index: 1;
}

body.n30n-gaming-theme #footer .site-tagline {
	display: block;
	width: min(92vw, 1680px);
	margin: 0 auto clamp(1.25rem, 3vw, 2.5rem);
	text-align: center;
}

body.n30n-gaming-theme #footer .grid-lg {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
	gap: clamp(1.5rem, 6vw, 7rem);
	align-items: start;
	width: min(92vw, 1680px);
	margin: 0 auto;
}

body.n30n-gaming-theme #footer .widget {
	min-width: 0;
	color: var(--n30n-soft);
}

body.n30n-gaming-theme #footer .widget + .widget,
body.n30n-gaming-theme #footer .widget-search {
	margin-top: clamp(1rem, 2vw, 1.8rem);
}

body.n30n-gaming-theme #footer .widget-title {
	margin: 0 0 0.75rem;
	color: var(--n30n-cyan);
	font-family: Orbitron, sans-serif;
	font-size: clamp(1.2rem, 1.9vw, 1.7rem);
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: 0 0 14px rgba(0, 229, 255, 0.45);
}

body.n30n-gaming-theme #footer .widget ul {
	display: grid;
	gap: 0.42rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.n30n-gaming-theme #footer .widget li {
	position: relative;
	padding-left: 1rem;
}

body.n30n-gaming-theme #footer .widget li::before {
	content: "›";
	position: absolute;
	left: 0;
	color: var(--n30n-cyan);
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.55);
}

body.n30n-gaming-theme #footer a {
	color: var(--n30n-cyan);
	text-shadow: 0 0 8px rgba(0, 229, 255, 0.32);
}

body.n30n-gaming-theme #footer input[type="search"],
body.n30n-gaming-theme #footer input[type="text"],
body.n30n-gaming-theme #footer input[type="email"],
body.n30n-gaming-theme #footer input[type="url"] {
	min-height: 42px;
	border: 1px solid rgba(0, 229, 255, 0.55);
	border-radius: var(--n30n-radius);
	background: rgba(5, 8, 22, 0.84);
	color: var(--n30n-text);
	box-shadow: inset 0 0 18px rgba(38, 119, 255, 0.10);
}

body.n30n-gaming-theme #footer button,
body.n30n-gaming-theme #footer input[type="button"],
body.n30n-gaming-theme #footer input[type="reset"],
body.n30n-gaming-theme #footer input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(0, 229, 255, 0.65);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(38, 119, 255, 0.32), rgba(0, 229, 255, 0.16));
	color: var(--n30n-soft);
	font-family: Orbitron, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 0 14px rgba(0, 229, 255, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

body.n30n-gaming-theme #footer button:hover,
body.n30n-gaming-theme #footer button:focus,
body.n30n-gaming-theme #footer input[type="button"]:hover,
body.n30n-gaming-theme #footer input[type="button"]:focus,
body.n30n-gaming-theme #footer input[type="reset"]:hover,
body.n30n-gaming-theme #footer input[type="reset"]:focus,
body.n30n-gaming-theme #footer input[type="submit"]:hover,
body.n30n-gaming-theme #footer input[type="submit"]:focus {
	border-color: rgba(255, 43, 214, 0.72);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.20), rgba(138, 77, 255, 0.18), rgba(0, 229, 255, 0.14));
	box-shadow: 0 0 20px rgba(255, 43, 214, 0.18), 0 0 18px rgba(0, 229, 255, 0.14);
}

body.n30n-gaming-theme #footer table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgba(0, 229, 255, 0.22);
	background: rgba(8, 11, 31, 0.58);
	box-shadow: 0 0 22px rgba(0, 229, 255, 0.08);
}

body.n30n-gaming-theme #footer caption {
	margin-bottom: 0.65rem;
	color: #98b9ff;
	font-family: Orbitron, sans-serif;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
}

body.n30n-gaming-theme #footer th,
body.n30n-gaming-theme #footer td {
	padding: 0.58rem 0.42rem;
	border: 1px solid rgba(138, 77, 255, 0.18);
	color: var(--n30n-soft);
	text-align: center;
}

body.n30n-gaming-theme #footer th {
	background: rgba(255, 255, 255, 0.05);
	color: #f5f7ff;
	font-family: Orbitron, sans-serif;
	font-size: 0.8rem;
}

body.n30n-gaming-theme #footer td a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	min-height: 1.7rem;
	border: 1px solid rgba(0, 229, 255, 0.36);
	background: rgba(0, 229, 255, 0.08);
	text-decoration: none;
}

body.n30n-gaming-theme #footer .copyright-line {
	width: min(92vw, 1680px);
	margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 229, 255, 0.15);
	color: rgba(219, 230, 255, 0.74);
	text-align: center;
}

body.n30n-gaming-theme #footer :where(p, li, dd, td, caption) {
	font-size: clamp(1.05rem, 1rem + 0.14vw, 1.13rem);
	line-height: 1.58;
}

@media (max-width: 860px) {
	body.n30n-gaming-theme #footer .grid-lg {
		grid-template-columns: 1fr;
		gap: clamp(1.25rem, 4vw, 2rem);
	}

	body.n30n-gaming-theme #footer caption {
		text-align: left;
	}
}

body.n30n-gaming-theme #main.n30n-site-main {
	margin-top: clamp(2.75rem, 5.8vw, 5.9rem);
	padding: 0 clamp(18px, 3vw, 48px);
}

.n30n-shell {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
}

.n30n-shell--wide {
	width: 100%;
	max-width: 1680px;
}

.n30n-shell--article {
	width: 100%;
	max-width: 1680px;
}

.n30n-section-hero,
.n30n-empty-state {
	position: relative;
	margin: 0 0 clamp(1.6rem, 3vw, 3rem);
	padding: clamp(1rem, 2.2vw, 2rem);
	border: 1px solid var(--n30n-line);
	border-radius: var(--n30n-radius);
	background:
		linear-gradient(135deg, rgba(0, 229, 255, 0.13), rgba(38, 119, 255, 0.16) 48%, rgba(255, 43, 214, 0.10)),
		var(--n30n-panel);
	box-shadow: var(--n30n-shadow-card);
	overflow: hidden;
}

.n30n-section-hero::before,
.n30n-post-card::before,
.n30n-article-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(120deg, rgba(255, 43, 214, 0.13), transparent 28%),
		linear-gradient(225deg, transparent 58%, rgba(38, 119, 255, 0.12)),
		repeating-linear-gradient(180deg, transparent, transparent 12px, rgba(0, 229, 255, 0.035) 13px);
	opacity: 0.9;
}

.n30n-kicker,
.n30n-post-card__meta,
.n30n-post-card__action,
.n30n-side-panel h2 {
	font-family: Orbitron, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.n30n-kicker {
	position: relative;
	margin: 0 0 0.45rem;
	color: var(--primary-color);
	font-size: 0.8rem;
	font-weight: 800;
	text-shadow: 0 0 8px rgba(0, 229, 255, 0.6);
}

.n30n-page-title,
.n30n-article-title {
	position: relative;
	margin: 0;
	max-width: 1100px;
	font-family: Orbitron, sans-serif;
	font-size: clamp(2.1rem, 5vw, 4.4rem);
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	background: linear-gradient(90deg, var(--primary-color), var(--fg-color), var(--primary-alt-color));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.n30n-page-subtitle,
.n30n-article-excerpt {
	position: relative;
	max-width: 850px;
	margin: 0.9rem 0 0;
	color: var(--n30n-text-muted);
	font-size: clamp(1.08rem, 1rem + 0.32vw, 1.28rem);
	line-height: 1.55;
}

.n30n-article-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: clamp(1rem, 1.7vw, 1.55rem);
}

.n30n-article-chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0.45rem 0.72rem;
	border: 1px solid rgba(0, 229, 255, 0.48);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(0, 229, 255, 0.12), rgba(38, 119, 255, 0.11));
	color: #dceaff;
	font-family: Orbitron, sans-serif;
	font-size: clamp(0.72rem, 0.78vw, 0.86rem);
	font-weight: 800;
	text-decoration: none;
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.18);
}

.n30n-article-chip--category,
.n30n-article-chip:hover,
.n30n-article-chip:focus {
	border-color: rgba(255, 43, 214, 0.72);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.18), rgba(38, 119, 255, 0.13));
	color: #fff;
}

.n30n-article-youtube-cta,
.n30n-article-content a[href*="youtube.com"],
.n30n-article-content a[href*="youtu.be"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 54px;
	margin-top: clamp(1rem, 1.8vw, 1.5rem);
	padding: 0.8rem 1.05rem;
	border: 1px solid rgba(255, 43, 87, 0.78);
	border-radius: var(--n30n-radius);
	background:
		linear-gradient(135deg, rgba(255, 20, 70, 0.24), rgba(255, 43, 214, 0.14), rgba(0, 229, 255, 0.08)),
		rgba(8, 10, 28, 0.86);
	color: #fff;
	font-family: Orbitron, sans-serif;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 0 22px rgba(255, 43, 87, 0.18), 0 0 18px rgba(0, 229, 255, 0.10);
}

.n30n-article-youtube-cta:hover,
.n30n-article-youtube-cta:focus,
.n30n-article-content a[href*="youtube.com"]:hover,
.n30n-article-content a[href*="youtube.com"]:focus,
.n30n-article-content a[href*="youtu.be"]:hover,
.n30n-article-content a[href*="youtu.be"]:focus {
	transform: translateY(-1px);
	border-color: rgba(255, 43, 214, 0.88);
	box-shadow: 0 0 26px rgba(255, 43, 214, 0.22), 0 0 22px rgba(0, 229, 255, 0.12);
}

.n30n-article-youtube-cta__icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--n30n-radius);
	background: rgba(255, 255, 255, 0.06);
	color: #ff3868;
}

.n30n-article-youtube-cta {
	display: flex;
	width: min(100%, 430px);
	justify-content: flex-start;
	padding-inline: clamp(1rem, 1.4vw, 1.35rem);
}

.n30n-article-youtube-cta__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.n30n-article-youtube-cta span:last-child {
	display: grid;
	gap: 0.15rem;
}

.n30n-article-youtube-cta strong {
	font-size: clamp(0.95rem, 1vw, 1.12rem);
}

.n30n-article-youtube-cta em {
	color: rgba(233, 242, 255, 0.72);
	font-size: 0.78rem;
	font-style: normal;
	font-family: var(--n30n-body-font, inherit);
	font-weight: 700;
	text-transform: none;
}

.n30n-article-content .n30n-yni-text p > a[href*="youtube.com"],
.n30n-article-content .n30n-yni-text p > a[href*="youtu.be"],
.n30n-article-content a[href*="youtube.com"][style],
.n30n-article-content a[href*="youtu.be"][style] {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.75rem !important;
	width: 100% !important;
	min-height: 64px !important;
	margin: clamp(1.25rem, 2vw, 1.75rem) 0 0 !important;
	padding: 0.95rem 1.25rem !important;
	border: 1px solid rgba(255, 43, 214, 0.78) !important;
	border-radius: var(--n30n-radius) !important;
	background:
		linear-gradient(135deg, rgba(255, 24, 76, 0.28), rgba(255, 43, 214, 0.20), rgba(0, 229, 255, 0.10)),
		rgba(8, 10, 28, 0.92) !important;
	color: #fff !important;
	font-family: Orbitron, sans-serif !important;
	font-size: clamp(0.98rem, 0.94rem + 0.18vw, 1.14rem) !important;
	font-weight: 950 !important;
	letter-spacing: 0.02em !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
	text-shadow: 0 0 10px rgba(255, 43, 214, 0.34), 0 0 14px rgba(0, 229, 255, 0.18) !important;
	box-shadow:
		0 0 26px rgba(255, 43, 214, 0.18),
		0 0 24px rgba(0, 229, 255, 0.12),
		inset 0 0 0 1px rgba(255, 255, 255, 0.045) !important;
}

.n30n-article-content .n30n-yni-text p > a[href*="youtube.com"]:hover,
.n30n-article-content .n30n-yni-text p > a[href*="youtube.com"]:focus,
.n30n-article-content .n30n-yni-text p > a[href*="youtu.be"]:hover,
.n30n-article-content .n30n-yni-text p > a[href*="youtu.be"]:focus,
.n30n-article-content a[href*="youtube.com"][style]:hover,
.n30n-article-content a[href*="youtube.com"][style]:focus,
.n30n-article-content a[href*="youtu.be"][style]:hover,
.n30n-article-content a[href*="youtu.be"][style]:focus {
	transform: translateY(-1px) !important;
	border-color: rgba(0, 229, 255, 0.84) !important;
	background:
		linear-gradient(135deg, rgba(255, 43, 214, 0.30), rgba(38, 119, 255, 0.22), rgba(0, 229, 255, 0.14)),
		rgba(8, 10, 28, 0.94) !important;
	box-shadow:
		0 0 30px rgba(255, 43, 214, 0.24),
		0 0 28px rgba(0, 229, 255, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
}

.n30n-article-content .n30n-yni-text p > a[href*="youtube.com"] > span,
.n30n-article-content .n30n-yni-text p > a[href*="youtu.be"] > span,
.n30n-article-content a[href*="youtube.com"][style] > span,
.n30n-article-content a[href*="youtu.be"][style] > span {
	display: inline-grid !important;
	place-items: center !important;
	flex: 0 0 auto !important;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: var(--n30n-radius) !important;
	background: rgba(255, 255, 255, 0.07) !important;
	color: #ff3f6e !important;
	font-size: 1.05rem !important;
	line-height: 1 !important;
	box-shadow: inset 0 0 16px rgba(255, 43, 214, 0.10) !important;
}

.n30n-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 1.6vw, 1.35rem);
}

.n30n-post-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--n30n-line);
	border-radius: var(--n30n-radius);
	background:
		linear-gradient(180deg, rgba(0, 229, 255, 0.08), rgba(38, 119, 255, 0.10) 52%, rgba(255, 43, 214, 0.06)),
		linear-gradient(180deg, var(--n30n-card-top), var(--n30n-card-bottom));
	box-shadow: var(--n30n-shadow-card);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.n30n-post-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 43, 214, 0.62);
	box-shadow: var(--n30n-shadow-hover);
}

.n30n-post-card--featured {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
}

.n30n-post-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: radial-gradient(circle at 30% 20%, rgba(0, 229, 255, 0.24), transparent 42%), radial-gradient(circle at 72% 12%, rgba(38, 119, 255, 0.22), transparent 36%), rgba(6, 9, 24, 0.92);
}

.n30n-post-card--featured .n30n-post-card__media {
	aspect-ratio: auto;
	min-height: 320px;
}

.n30n-post-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.06) contrast(1.04);
	transition: transform 260ms ease, filter 260ms ease;
}

.n30n-post-card:hover .n30n-post-card__image {
	transform: scale(1.035);
	filter: saturate(1.15) brightness(1.06);
}

.n30n-post-card__fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-family: Orbitron, sans-serif;
	font-size: clamp(1.7rem, 5vw, 4rem);
	font-weight: 900;
	color: rgba(224, 224, 255, 0.7);
	text-shadow: 0 0 18px rgba(0, 229, 255, 0.6), 0 0 22px rgba(38, 119, 255, 0.28);
}

.n30n-post-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.68rem;
	padding: clamp(1rem, 1.5vw, 1.4rem);
}

.n30n-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	color: var(--n30n-text-muted);
	font-size: 0.68rem;
	line-height: 1.2;
}

.n30n-post-card__meta a,
.n30n-post-card__meta time,
.n30n-post-card__meta span {
	color: var(--n30n-text-muted);
	text-decoration: none;
}

.n30n-post-card__meta a {
	color: var(--primary-color);
}

.n30n-post-card__title {
	margin: 0;
	font-family: Orbitron, sans-serif;
	font-size: clamp(1.18rem, 2vw, 1.65rem);
	line-height: 1.12;
	text-transform: none;
}

.n30n-post-card--featured .n30n-post-card__title {
	font-size: clamp(1.9rem, 3.8vw, 3.4rem);
}

.n30n-post-card__title a {
	color: var(--fg-color);
	text-decoration: none;
	text-shadow: 0 0 8px rgba(0, 229, 255, 0.42);
}

.n30n-post-card__excerpt {
	margin: 0;
	color: var(--n30n-text-muted);
	font-size: var(--n30n-card-copy-size);
	line-height: 1.52;
}

.n30n-post-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.42rem;
	margin-top: 0.08rem;
}

.n30n-post-card__chips a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.28rem 0.62rem;
	border: 1px solid rgba(138, 77, 255, 0.55);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(138, 77, 255, 0.22), rgba(0, 229, 255, 0.08));
	color: rgba(238, 248, 255, 0.92);
	font-size: 0.74rem;
	font-weight: 850;
	line-height: 1.1;
	text-decoration: none;
}

.n30n-post-card__chips a:hover,
.n30n-post-card__chips a:focus {
	border-color: rgba(255, 43, 214, 0.75);
	color: #fff;
	box-shadow: 0 0 14px rgba(255, 43, 214, 0.16);
}

.n30n-post-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: auto;
}

.n30n-post-card__action,
.n30n-chip-link {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.62rem 1rem;
	border: 1px solid rgba(0, 229, 255, 0.65);
	border-radius: var(--n30n-radius);
	color: var(--n30n-soft);
	background: linear-gradient(135deg, rgba(38, 119, 255, 0.32), rgba(0, 229, 255, 0.16));
	text-decoration: none;
	font-size: 0.7rem;
	box-shadow: 0 0 14px rgba(0, 229, 255, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.n30n-post-card__action--youtube {
	gap: 0.42rem;
	border-color: rgba(255, 0, 88, 0.82);
	color: #fff !important;
	background: linear-gradient(135deg, rgba(255, 0, 88, 0.22), rgba(255, 43, 214, 0.12), rgba(0, 229, 255, 0.10));
}

.n30n-post-card__action--youtube span {
	display: inline-flex;
	width: 1.05rem;
	height: 1.05rem;
}

.n30n-post-card__action--youtube svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.n30n-post-card__action:hover,
.n30n-post-card__action:focus,
.n30n-chip-link:hover,
.n30n-chip-link:focus {
	transform: translateY(-1px);
	border-color: rgba(255, 43, 214, 0.72);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.20), rgba(138, 77, 255, 0.18), rgba(0, 229, 255, 0.14));
	box-shadow: 0 0 20px rgba(255, 43, 214, 0.18), 0 0 18px rgba(0, 229, 255, 0.14);
}

.n30n-search-box form {
	position: relative;
	display: flex;
	gap: 0.7rem;
	max-width: 780px;
	margin-top: 1rem;
}

.n30n-search-box input[type="search"] {
	flex: 1 1 auto;
	min-height: 46px;
	border: 1px solid rgba(0, 229, 255, 0.52);
	border-radius: var(--n30n-radius);
	background: rgba(5, 8, 22, 0.84);
	color: var(--n30n-text);
	box-shadow: inset 0 0 18px rgba(38, 119, 255, 0.10);
}

body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="search"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="text"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="email"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="url"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) textarea,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) select {
	border: 1px solid rgba(0, 229, 255, 0.52);
	border-radius: var(--n30n-radius);
	background: rgba(5, 8, 22, 0.84);
	color: var(--n30n-text);
	box-shadow: inset 0 0 18px rgba(38, 119, 255, 0.10);
}

body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) textarea:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) select:focus {
	border-color: rgba(255, 43, 214, 0.72);
	box-shadow: 0 0 0 3px rgba(255, 43, 214, 0.14), inset 0 0 18px rgba(0, 229, 255, 0.09);
	outline: none;
}

body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) button,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="button"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="reset"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="submit"],
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .button,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .wp-block-button__link,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .wp-block-file__button,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.72rem 1rem;
	border: 1px solid rgba(0, 229, 255, 0.65);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(38, 119, 255, 0.32), rgba(0, 229, 255, 0.16));
	color: var(--n30n-soft);
	font-family: Orbitron, sans-serif;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.05;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 0 14px rgba(0, 229, 255, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) button:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) button:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="button"]:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="button"]:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="reset"]:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="reset"]:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="submit"]:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) input[type="submit"]:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .button:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .button:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .wp-block-button__link:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .wp-block-button__link:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .wp-block-file__button:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .wp-block-file__button:focus,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .more-link:hover,
body.n30n-gaming-theme #main.n30n-site-main :where(.n30n-page:not(.n30n-page--app), .n30n-article, .n30n-section-hero, .n30n-empty-state, .n30n-search-box) .more-link:focus {
	transform: translateY(-1px);
	border-color: rgba(255, 43, 214, 0.72);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.20), rgba(138, 77, 255, 0.18), rgba(0, 229, 255, 0.14));
	color: #fff;
	box-shadow: 0 0 20px rgba(255, 43, 214, 0.18), 0 0 18px rgba(0, 229, 255, 0.14);
	outline: none;
}

.n30n-page-content,
.n30n-article-content {
	color: var(--fg-color);
	font-size: var(--n30n-copy-size);
	line-height: var(--n30n-copy-line);
}

.n30n-page-content :where(p, li, dd, td, blockquote),
.n30n-article-content :where(p, li, dd, td, blockquote) {
	font-size: inherit;
	line-height: inherit;
}

.n30n-page:not(.n30n-page--app),
.n30n-article {
	position: relative;
	border: 1px solid var(--n30n-line-soft);
	border-radius: var(--n30n-radius);
	background: linear-gradient(180deg, rgba(11, 16, 38, 0.70), rgba(7, 10, 28, 0.76));
	box-shadow: var(--n30n-shadow-card);
}

.n30n-page:not(.n30n-page--app) {
	padding: clamp(1rem, 2vw, 2rem);
}

.n30n-page--app {
	background: transparent;
}

body.n30n-gaming-multistore-page .n30n-shell--wide {
	width: min(1680px, calc(100vw - clamp(2rem, 6vw, 6rem)));
	max-width: none;
}

body.n30n-gaming-multistore-page .n30n-page-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.n30n-gaming-theme.n30n-gaming-multistore-page #main .entry-content.n30n-page-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

body.n30n-gaming-multistore-page .n30n-quest-deals.n30n-qd-rest-shell {
	width: 100% !important;
	max-width: 100% !important;
}

.n30n-page-featured-media,
.n30n-article-hero__media {
	overflow: hidden;
	border: 1px solid var(--n30n-line);
	border-radius: var(--n30n-radius);
	box-shadow: 0 0 18px rgba(0, 229, 255, 0.14), 0 0 18px rgba(38, 119, 255, 0.08);
}

.n30n-page-featured-media img,
.n30n-article-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

.n30n-video-anchor-panel {
	position: relative;
	margin: 0 0 clamp(1.25rem, 2.4vw, 2.4rem);
	padding: clamp(1rem, 1.9vw, 1.55rem);
	border: 1px solid var(--n30n-line);
	border-radius: var(--n30n-radius);
	background:
		linear-gradient(135deg, rgba(0, 229, 255, 0.13), rgba(38, 119, 255, 0.17) 52%, rgba(255, 43, 214, 0.12)),
		var(--n30n-panel-strong);
	box-shadow: var(--n30n-shadow-card);
	overflow: hidden;
}

.n30n-video-anchor-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(115deg, rgba(255, 43, 214, 0.13), transparent 30%),
		linear-gradient(250deg, transparent 52%, rgba(0, 229, 255, 0.13)),
		repeating-linear-gradient(180deg, transparent, transparent 13px, rgba(0, 229, 255, 0.035) 14px);
}

.n30n-video-anchor-panel__head,
.n30n-video-anchor-panel__grid {
	position: relative;
	z-index: 1;
}

.n30n-video-anchor-panel__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.n30n-video-anchor-panel__head span,
.n30n-video-anchor-panel__head strong,
.n30n-video-anchor-button {
	font-family: Orbitron, sans-serif;
	text-transform: uppercase;
}

.n30n-video-anchor-panel__head span {
	color: var(--n30n-magenta);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-shadow: 0 0 10px rgba(255, 43, 214, 0.50);
}

.n30n-video-anchor-panel__head strong {
	color: var(--n30n-soft);
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	letter-spacing: 0.04em;
	text-align: right;
	text-shadow: 0 0 10px rgba(0, 229, 255, 0.36);
}

.n30n-video-anchor-panel__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0.75rem;
}

.n30n-video-anchor-button {
	display: flex;
	align-items: center;
	gap: 0.72rem;
	min-height: 54px;
	padding: 0.72rem 0.86rem;
	border: 1px solid rgba(0, 229, 255, 0.58);
	border-radius: var(--n30n-radius);
	background:
		linear-gradient(135deg, rgba(7, 10, 28, 0.93), rgba(12, 23, 58, 0.78) 58%, rgba(255, 43, 214, 0.12));
	color: var(--n30n-soft);
	font-size: clamp(0.88rem, 0.78rem + 0.25vw, 1rem);
	font-weight: 900;
	letter-spacing: 0.02em;
	text-decoration: none;
	box-shadow:
		0 0 16px rgba(0, 229, 255, 0.12),
		inset 0 0 0 1px rgba(255, 255, 255, 0.035);
	transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease;
}

.n30n-video-anchor-button:hover,
.n30n-video-anchor-button:focus {
	transform: translateY(-2px);
	border-color: rgba(255, 43, 214, 0.74);
	color: #fff;
	box-shadow:
		0 0 24px rgba(255, 43, 214, 0.22),
		0 0 20px rgba(0, 229, 255, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}

.n30n-video-anchor-button__icon {
	display: grid;
	flex: 0 0 34px;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(0, 229, 255, 0.58);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(0, 229, 255, 0.12), rgba(38, 119, 255, 0.18));
	color: var(--n30n-cyan);
	box-shadow: inset 0 0 16px rgba(0, 229, 255, 0.10);
}

.n30n-video-anchor-button__icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.n30n-video-anchor-button--shorts .n30n-video-anchor-button__icon,
.n30n-video-anchor-button--hardware .n30n-video-anchor-button__icon {
	border-color: rgba(255, 43, 214, 0.58);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.16), rgba(138, 77, 255, 0.18));
	color: var(--n30n-magenta);
}

.n30n-video-anchor-button--pcvr .n30n-video-anchor-button__icon,
.n30n-video-anchor-button--live .n30n-video-anchor-button__icon {
	border-color: rgba(38, 119, 255, 0.64);
	background: linear-gradient(135deg, rgba(38, 119, 255, 0.20), rgba(0, 229, 255, 0.12));
	color: #75a7ff;
}

.n30n-article {
	padding: clamp(1rem, 2vw, 2rem);
}

.n30n-article-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
	gap: clamp(1rem, 2vw, 2rem);
	align-items: stretch;
	margin-bottom: clamp(1.5rem, 3vw, 2.8rem);
	padding: clamp(1rem, 2vw, 1.6rem);
	border: 1px solid var(--n30n-line);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(0, 229, 255, 0.11), rgba(38, 119, 255, 0.13) 48%, rgba(255, 43, 214, 0.08)), var(--n30n-panel);
	overflow: hidden;
}

.n30n-article-hero__copy,
.n30n-article-hero__media {
	position: relative;
	z-index: 1;
}

.n30n-article-hero__media {
	min-height: 260px;
}

.n30n-article-hero__image {
	height: 100%;
	object-fit: cover;
}

.n30n-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
	gap: clamp(1.2rem, 2vw, 2.4rem);
	align-items: start;
}

.n30n-article-content {
	max-width: 840px;
	font-size: var(--n30n-copy-size);
	line-height: var(--n30n-copy-line);
}

.n30n-article-content > *:first-child {
	margin-top: 0;
}

.n30n-article-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--n30n-radius);
}

.n30n-article-aside {
	position: sticky;
	top: 1rem;
}

.n30n-side-panel {
	padding: 1rem;
	border: 1px solid var(--n30n-line-soft);
	border-radius: var(--n30n-radius);
	background: linear-gradient(180deg, rgba(11, 16, 38, 0.78), rgba(7, 10, 28, 0.86));
	box-shadow: 0 0 18px rgba(0, 229, 255, 0.08);
}

.n30n-side-panel h2 {
	margin: 0 0 0.75rem;
	color: var(--primary-color);
	font-size: 0.85rem;
}

.n30n-side-panel p {
	margin: 0 0 0.8rem;
	color: var(--n30n-text-muted);
	font-size: 1.02rem;
	line-height: 1.55;
}

.n30n-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.8rem;
}

.n30n-tag-list a {
	display: inline-flex;
	padding: 0.25rem 0.5rem;
	border: 1px solid rgba(138, 77, 255, 0.68);
	border-radius: 999px;
	color: #e7dcff;
	text-decoration: none;
	background: rgba(138, 77, 255, 0.14);
}

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

.n30n-post-nav__item {
	padding: 1rem;
	border: 1px solid var(--n30n-line-soft);
	border-radius: var(--n30n-radius);
	background: linear-gradient(180deg, rgba(11, 16, 38, 0.78), rgba(7, 10, 28, 0.86));
	box-shadow: 0 0 18px rgba(0, 229, 255, 0.08);
}

.n30n-post-nav__item span {
	display: block;
	color: var(--primary-color);
	font-family: Orbitron, sans-serif;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.n30n-post-nav__item a {
	color: var(--fg-color);
	text-decoration: none;
}

body.n30n-gaming-theme .pagination,
body.n30n-gaming-theme .nav-links {
	margin-top: 2rem;
	text-align: center;
}

body.n30n-gaming-theme .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	min-height: 2.4rem;
	margin: 0.2rem;
	padding: 0.25rem 0.55rem;
	border: 1px solid rgba(0, 229, 255, 0.46);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(38, 119, 255, 0.22), rgba(0, 229, 255, 0.10));
	color: var(--n30n-soft);
	text-decoration: none;
	box-shadow: 0 0 14px rgba(0, 229, 255, 0.10);
}

body.n30n-gaming-theme .page-numbers.current {
	border-color: rgba(255, 43, 214, 0.74);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.24), rgba(38, 119, 255, 0.20));
	box-shadow: 0 0 18px rgba(255, 43, 214, 0.22), 0 0 18px rgba(0, 229, 255, 0.12);
}

body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-rest-card .n30n-qd-short,
body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-card .n30n-qd-short {
	font-size: 14px !important;
	line-height: 1.52 !important;
}

body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-detail p,
body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-description-box,
body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-description-box p,
body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-funnel-copy p,
body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-recommendation-body p {
	font-size: 16.5px !important;
	line-height: 1.62 !important;
}

body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-detail-kv dd,
body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-platform-facts,
body.n30n-gaming-theme > .n30n-qd-modal .n30n-qd-itemstore-card > span {
	font-size: 15.5px !important;
	line-height: 1.52 !important;
}

body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-card .n30n-qd-titleline h3,
body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-rest-card .n30n-qd-titleline h3 {
	line-height: 1.08 !important;
}

body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-card .n30n-qd-chip,
body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-card .n30n-qd-chip-filter,
body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-list-metric {
	font-size: 12px !important;
}

body.n30n-gaming-theme .n30n-quest-deals.n30n-qd-rest-shell .n30n-qd-media {
	position: relative;
}

body.n30n-gaming-theme .n30n-qd-share-button,
body.n30n-gaming-theme .n30n-qd-modal-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 229, 255, 0.72);
	background:
		linear-gradient(135deg, rgba(8, 11, 31, 0.92), rgba(13, 26, 64, 0.86)),
		rgba(5, 8, 22, 0.86);
	color: #f4f7ff;
	cursor: pointer;
	box-shadow: 0 0 16px rgba(0, 229, 255, 0.22), inset 0 0 16px rgba(38, 119, 255, 0.16);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease, color 0.16s ease;
}

body.n30n-gaming-theme .n30n-qd-share-button:hover,
body.n30n-gaming-theme .n30n-qd-share-button:focus,
body.n30n-gaming-theme .n30n-qd-modal-share:hover,
body.n30n-gaming-theme .n30n-qd-modal-share:focus {
	border-color: rgba(255, 43, 214, 0.82);
	color: #fff;
	box-shadow: 0 0 20px rgba(255, 43, 214, 0.28), 0 0 22px rgba(0, 229, 255, 0.20);
	transform: translateY(-1px);
}

body.n30n-gaming-theme .n30n-qd-share-button.is-copied,
body.n30n-gaming-theme .n30n-qd-modal-share.is-copied {
	border-color: rgba(55, 255, 185, 0.88);
	color: #bfffe9;
	box-shadow: 0 0 20px rgba(55, 255, 185, 0.24), 0 0 18px rgba(0, 229, 255, 0.18);
}

body.n30n-gaming-theme .n30n-qd-share-button svg,
body.n30n-gaming-theme .n30n-qd-modal-share svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

body.n30n-gaming-theme .n30n-qd-share-button {
	position: absolute;
	top: 10px;
	right: 54px;
	z-index: 8;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 999px;
}

body.n30n-gaming-theme .n30n-qd-modal-share {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: var(--n30n-radius);
}

body.n30n-gaming-theme .n30n-share-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

body.n30n-gaming-home-dashboard .n30n-shell--article {
	width: min(1680px, calc(100vw - clamp(2rem, 6vw, 6rem)));
	max-width: none;
}

body.n30n-gaming-home-dashboard .n30n-page:not(.n30n-page--app) {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.n30n-gaming-home-dashboard .n30n-page-content {
	display: grid;
	gap: clamp(0.25rem, 0.55vw, 0.5rem);
}

body.n30n-gaming-home-dashboard .n30n-page-content > p {
	margin-block: 0;
}

body.n30n-gaming-home-dashboard .n30n-page-content > p:empty {
	display: none;
}

.n30n-home-dashboard {
	display: grid;
	gap: clamp(0.12rem, 0.32vw, 0.32rem);
}

.n30n-home-section {
	position: relative;
	overflow: hidden;
	padding: clamp(1rem, 2vw, 1.55rem);
	border: 1px solid rgba(0, 229, 255, 0.42);
	border-radius: var(--n30n-radius);
	background:
		radial-gradient(circle at 18% 0%, rgba(0, 229, 255, 0.14), transparent 34%),
		radial-gradient(circle at 100% 5%, rgba(255, 43, 214, 0.13), transparent 32%),
		linear-gradient(135deg, rgba(6, 14, 35, 0.88), rgba(12, 12, 35, 0.92));
	box-shadow: 0 0 24px rgba(0, 229, 255, 0.12), inset 0 0 30px rgba(38, 119, 255, 0.08);
}

.n30n-home-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(0, 229, 255, 0.24), transparent 35%, rgba(255, 43, 214, 0.20));
	opacity: 0.55;
}

.n30n-home-section > * {
	position: relative;
	z-index: 1;
}

.n30n-home-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(9rem, 17rem);
	gap: clamp(0.85rem, 3vw, 3rem);
	align-items: center;
	min-height: clamp(175px, 13.5vw, 240px);
	padding: clamp(0.65rem, 1.25vw, 1.05rem);
	border-color: rgba(0, 229, 255, 0.58);
	background:
		radial-gradient(circle at 7% 0%, rgba(0, 229, 255, 0.22), transparent 34%),
		radial-gradient(circle at 93% 40%, rgba(255, 43, 214, 0.19), transparent 28%),
		linear-gradient(135deg, rgba(5, 13, 35, 0.74), rgba(13, 10, 38, 0.82));
	box-shadow:
		0 0 34px rgba(0, 229, 255, 0.16),
		inset 0 0 42px rgba(38, 119, 255, 0.12);
}

.n30n-home-intro__copy {
	min-width: 0;
}

.n30n-home-intro__text {
	max-width: 1120px;
	margin-top: clamp(0.35rem, 0.7vw, 0.6rem);
}

.n30n-home-intro__text p {
	margin: 0 0 clamp(0.42rem, 0.72vw, 0.68rem);
	color: #eef3ff;
	font-size: clamp(1.06rem, 1.18vw, 1.28rem);
	line-height: 1.5;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.55);
}

.n30n-home-intro__text p:last-child {
	margin-bottom: 0;
}

.n30n-home-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: clamp(1rem, 1.7vw, 1.5rem);
}

.n30n-home-intro__badge {
	justify-self: end;
	display: grid;
	place-items: center;
	width: clamp(8.75rem, 13vw, 15.5rem);
	aspect-ratio: 1;
	border: 2px solid rgba(0, 229, 255, 0.9);
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(255, 43, 214, 0.32), rgba(43, 87, 255, 0.18) 48%, rgba(0, 229, 255, 0.12) 72%, rgba(5, 10, 30, 0.72));
	box-shadow:
		0 0 24px rgba(0, 229, 255, 0.58),
		0 0 42px rgba(255, 43, 214, 0.32),
		inset 0 0 28px rgba(0, 229, 255, 0.24);
}

.n30n-home-intro__badge svg {
	width: 58%;
	height: 58%;
	color: var(--n30n-cyan);
	filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.76)) drop-shadow(0 0 18px rgba(255, 43, 214, 0.42));
}

.n30n-home-intro__badge img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	filter: saturate(1.16) contrast(1.08);
}

.n30n-home-portal {
	padding: clamp(0.85rem, 1.45vw, 1.15rem);
}

.n30n-home-portal .n30n-home-section__head {
	gap: 0.18rem;
	margin-bottom: 0.72rem;
}

.n30n-home-portal .n30n-home-section__head h2 {
	font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.n30n-home-portal .n30n-home-card {
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 118px;
	padding: 0.9rem;
	padding-right: min(34%, 17rem);
}

.n30n-home-portal .n30n-home-card--has-media {
	grid-template-columns: auto minmax(0, 1fr);
}

.n30n-home-portal .n30n-home-card__media {
	position: absolute;
	z-index: 0;
	inset: 0 0 0 auto;
	width: min(34%, 17rem);
	height: 100%;
	min-height: 0;
	border: 0;
	border-left: 1px solid rgba(0, 229, 255, 0.42);
	border-radius: 0;
	background: rgba(0, 229, 255, 0.08);
	box-shadow: inset 18px 0 24px rgba(5, 8, 22, 0.72), -16px 0 22px rgba(0, 229, 255, 0.10);
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
	opacity: 0.72;
}

.n30n-home-portal .n30n-home-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 10, 28, 0.92), rgba(7, 10, 28, 0.18) 42%, transparent 78%),
		linear-gradient(180deg, rgba(0, 229, 255, 0.08), rgba(255, 43, 214, 0.08));
}

.n30n-home-portal .n30n-home-card__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	filter: saturate(1.18) contrast(1.06);
}

.n30n-home-panel-box {
	padding: clamp(0.95rem, 1.55vw, 1.35rem);
}

.n30n-home-panel-box .n30n-home-section__head {
	margin-bottom: clamp(0.85rem, 1.35vw, 1.15rem);
}

.n30n-home-panel-box__content {
	position: relative;
	z-index: 1;
}

.n30n-home-panel-box__content > *:first-child {
	margin-top: 0;
}

.n30n-home-panel-box__content > *:last-child {
	margin-bottom: 0;
}

.n30n-home-panel-box__content .n30n-youtube-hub,
.n30n-home-panel-box__content .n30n-youtube-wall,
.n30n-home-panel-box__content .sw-youtube {
	margin-block: 0;
}

.n30n-home-kicker,
.n30n-home-card__kicker {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--n30n-cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.46);
}

.n30n-home-intro h1,
.n30n-home-section__head h2 {
	margin: 0;
	color: #f5f8ff;
	font-family: Orbitron, sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(0, 229, 255, 0.24);
}

.n30n-home-intro h1 {
	max-width: 1100px;
	font-size: clamp(2.1rem, 5vw, 4.8rem);
	line-height: 0.98;
	background: linear-gradient(90deg, var(--n30n-cyan), #70a7ff 54%, var(--n30n-magenta));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.n30n-home-section__head p,
.n30n-home-card__body > span:last-child {
	color: var(--n30n-text-muted);
	font-size: clamp(1rem, 1.2vw, 1.16rem);
	line-height: 1.55;
}


.n30n-home-affiliate {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	padding: clamp(0.85rem, 1.45vw, 1.15rem);
	border-color: rgba(255, 43, 214, 0.58);
	background:
		radial-gradient(circle at 0 50%, rgba(255, 43, 214, 0.18), transparent 34%),
		radial-gradient(circle at 100% 50%, rgba(0, 229, 255, 0.16), transparent 36%),
		linear-gradient(100deg, rgba(14, 22, 54, 0.92), rgba(50, 9, 62, 0.86), rgba(7, 28, 52, 0.9));
	box-shadow: 0 0 22px rgba(255, 43, 214, 0.14), 0 0 20px rgba(0, 229, 255, 0.12), inset 0 0 24px rgba(38, 119, 255, 0.12);
}

.n30n-home-affiliate__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 43, 214, 0.62);
	border-radius: var(--n30n-radius);
	background: rgba(255, 43, 214, 0.12);
	color: var(--n30n-magenta);
	box-shadow: 0 0 16px rgba(255, 43, 214, 0.18);
}

.n30n-home-affiliate__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.n30n-home-affiliate__copy {
	display: grid;
	gap: 0.18rem;
}

.n30n-home-affiliate__copy span {
	color: var(--n30n-cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.n30n-home-affiliate__copy strong {
	color: #f9fbff;
	font-size: clamp(1.04rem, 1.45vw, 1.42rem);
	line-height: 1.18;
	text-shadow: 0 0 14px rgba(0, 229, 255, 0.22);
}

.n30n-home-affiliate__copy small {
	max-width: 920px;
	color: rgba(233, 242, 255, 0.76);
	font-size: clamp(0.92rem, 1.02vw, 1.04rem);
	line-height: 1.38;
}

.n30n-home-affiliate__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.65rem 0.9rem;
	border: 1px solid rgba(0, 229, 255, 0.62);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(4, 9, 25, 0.96), rgba(10, 35, 61, 0.9));
	color: #f3fbff;
	font-family: Orbitron, sans-serif;
	font-size: 0.86rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 0 16px rgba(0, 229, 255, 0.16);
}

.n30n-home-affiliate__button:hover,
.n30n-home-affiliate__button:focus {
	border-color: rgba(255, 43, 214, 0.78);
	box-shadow: 0 0 20px rgba(255, 43, 214, 0.20), 0 0 18px rgba(0, 229, 255, 0.14);
}

.n30n-home-section__head {
	display: grid;
	gap: 0.35rem;
	margin-bottom: 1rem;
}

.n30n-home-section__head h2 {
	font-size: clamp(1.35rem, 2.8vw, 2.3rem);
}

.n30n-home-section__head p {
	max-width: 780px;
	margin: 0;
}

.n30n-home-card-grid {
	display: grid;
	gap: 0.72rem;
}

.n30n-home-card-grid--portal {
	grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
}

.n30n-home-card-grid--compact {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.n30n-home-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.9rem;
	align-items: start;
	min-height: 150px;
	padding: 1rem;
	border: 1px solid rgba(0, 229, 255, 0.36);
	border-radius: var(--n30n-radius);
	color: var(--n30n-soft);
	text-decoration: none;
	background:
		linear-gradient(145deg, rgba(9, 18, 46, 0.94), rgba(14, 10, 39, 0.94)),
		rgba(5, 8, 24, 0.88);
	box-shadow: inset 0 0 18px rgba(38, 119, 255, 0.08), 0 0 18px rgba(0, 229, 255, 0.08);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.n30n-home-card > * {
	position: relative;
	z-index: 1;
}

.n30n-home-card:hover,
.n30n-home-card:focus {
	border-color: rgba(255, 43, 214, 0.72);
	box-shadow: 0 0 22px rgba(255, 43, 214, 0.18), 0 0 20px rgba(0, 229, 255, 0.14), inset 0 0 22px rgba(38, 119, 255, 0.14);
	transform: translateY(-2px);
}

.n30n-home-card--primary {
	border-color: rgba(255, 43, 214, 0.58);
	background:
		radial-gradient(circle at 0 0, rgba(255, 43, 214, 0.20), transparent 42%),
		linear-gradient(145deg, rgba(12, 25, 62, 0.95), rgba(32, 9, 50, 0.94));
}

.n30n-home-card__icon,
.n30n-home-chip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border: 1px solid rgba(0, 229, 255, 0.54);
	border-radius: var(--n30n-radius);
	background: rgba(0, 229, 255, 0.08);
	box-shadow: 0 0 16px rgba(0, 229, 255, 0.14);
}

.n30n-home-card__icon {
	width: 50px;
	height: 50px;
}

.n30n-home-card__media {
	overflow: hidden;
	display: block;
	width: 112px;
	min-height: 76px;
	border: 1px solid rgba(0, 229, 255, 0.34);
	border-radius: var(--n30n-radius);
	background: rgba(0, 229, 255, 0.07);
	box-shadow: 0 0 18px rgba(0, 229, 255, 0.12);
}

.n30n-home-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 76px;
	object-fit: cover;
}

.n30n-home-card--has-media {
	grid-template-columns: minmax(88px, 112px) auto minmax(0, 1fr);
}

.n30n-home-card__icon svg,
.n30n-home-chip svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	color: var(--n30n-cyan);
}

.n30n-home-card__body {
	display: grid;
	gap: 0.35rem;
}

.n30n-home-card__body strong {
	display: block;
	color: #f7fbff;
	font-family: Orbitron, sans-serif;
	font-size: clamp(1.06rem, 1.45vw, 1.42rem);
	line-height: 1.08;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.24);
}

.n30n-home-quicklinks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.n30n-home-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 46px;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(0, 229, 255, 0.48);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(4, 8, 24, 0.92), rgba(12, 22, 54, 0.82));
	color: #eff7ff;
	font-family: Orbitron, sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 0 16px rgba(0, 229, 255, 0.10);
}

.n30n-home-chip:hover,
.n30n-home-chip:focus {
	border-color: rgba(255, 43, 214, 0.75);
	box-shadow: 0 0 18px rgba(255, 43, 214, 0.20), 0 0 16px rgba(0, 229, 255, 0.12);
}

.n30n-home-chip span {
	width: 30px;
	height: 30px;
}

.n30n-home-chip svg {
	width: 17px;
	height: 17px;
}

.n30n-home-news-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.n30n-home-news-grid--equal {
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.n30n-home-news-grid .n30n-post-card--featured {
	grid-column: span 2;
}

.n30n-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.n30n-home-card-grid--custom {
	gap: 0.58rem;
	margin: 0;
}

.n30n-home-card-grid--custom > br,
.n30n-home-card-grid--custom > p:empty {
	display: none;
}

.n30n-home-card-grid--custom > p {
	display: contents;
}

.n30n-home-card-grid--custom .n30n-home-card {
	align-items: center;
	min-height: 112px;
	padding: 0.85rem;
}

.n30n-home-card-grid--custom .n30n-home-card:not(.n30n-home-card--has-media)::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(46%, 220px);
	background:
		linear-gradient(90deg, rgba(7, 10, 28, 0.96), rgba(7, 10, 28, 0.30) 42%, rgba(255, 43, 214, 0.16)),
		url("../images/n30n-gaming-hero-laenger.jpg") no-repeat center 44%;
	background-size: 520px auto;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	opacity: 0.58;
	filter: saturate(1.16) contrast(1.04);
}

.n30n-home-card-grid--custom .n30n-home-card:nth-of-type(2):not(.n30n-home-card--has-media)::before {
	background-position: 38% 42%;
}

.n30n-home-card-grid--custom .n30n-home-card:nth-of-type(3):not(.n30n-home-card--has-media)::before {
	background-position: 72% 48%;
}

.n30n-home-card-grid--custom .n30n-home-card__icon {
	width: 44px;
	height: 44px;
}

.n30n-home-card-grid--custom .n30n-home-card__icon svg {
	width: 21px;
	height: 21px;
}

.n30n-home-card-grid--custom .n30n-home-card__body {
	gap: 0.24rem;
	align-self: center;
}

.n30n-home-card-grid--columns-1 {
	grid-template-columns: 1fr;
}

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

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

.n30n-home-card-grid--columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.n30n-home-store-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.72rem;
}

.n30n-home-store-card {
	position: relative;
	overflow: hidden;
	display: grid;
	min-height: 100%;
	border: 1px solid rgba(0, 229, 255, 0.42);
	border-radius: var(--n30n-radius);
	background: linear-gradient(145deg, rgba(6, 14, 36, 0.95), rgba(14, 9, 38, 0.95));
	color: var(--n30n-soft);
	text-decoration: none;
	box-shadow: inset 0 0 18px rgba(38, 119, 255, 0.10), 0 0 18px rgba(0, 229, 255, 0.08);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.n30n-home-store-card:hover,
.n30n-home-store-card:focus {
	border-color: rgba(255, 43, 214, 0.72);
	box-shadow: 0 0 22px rgba(255, 43, 214, 0.18), 0 0 20px rgba(0, 229, 255, 0.14), inset 0 0 24px rgba(38, 119, 255, 0.14);
	transform: translateY(-2px);
}

.n30n-home-store-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	background:
		radial-gradient(circle at 20% 0, rgba(0, 229, 255, 0.18), transparent 42%),
		linear-gradient(135deg, rgba(5, 12, 32, 0.98), rgba(31, 8, 42, 0.98));
}

.n30n-home-store-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n30n-home-store-card__media > span:not(.n30n-home-store-card__badge) {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: rgba(0, 229, 255, 0.62);
	font-family: Orbitron, sans-serif;
	font-weight: 900;
}

.n30n-home-store-card__badge {
	position: absolute;
	left: 0.65rem;
	top: 0.65rem;
	padding: 0.28rem 0.5rem;
	border: 1px solid rgba(255, 43, 214, 0.65);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(255, 43, 214, 0.82), rgba(138, 77, 255, 0.74));
	color: #fff;
	font-family: Orbitron, sans-serif;
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 0 14px rgba(255, 43, 214, 0.22);
}

.n30n-home-store-card__body {
	display: grid;
	gap: 0.65rem;
	padding: 0.85rem;
}

.n30n-home-store-card__body strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.32em;
	color: #f5fbff;
	font-family: Orbitron, sans-serif;
	font-size: clamp(1rem, 1.15vw, 1.18rem);
	line-height: 1.16;
	text-shadow: 0 0 12px rgba(0, 229, 255, 0.24);
}

.n30n-home-store-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	align-items: center;
}

.n30n-home-store-card__meta b,
.n30n-home-store-card__meta em,
.n30n-home-store-card__meta span {
	padding: 0.25rem 0.45rem;
	border: 1px solid rgba(0, 229, 255, 0.42);
	border-radius: var(--n30n-radius);
	background: rgba(0, 229, 255, 0.08);
	color: var(--n30n-cyan);
	font-family: Orbitron, sans-serif;
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 900;
}

.n30n-home-store-card__meta em {
	border-color: rgba(255, 43, 214, 0.58);
	background: rgba(255, 43, 214, 0.12);
	color: var(--n30n-magenta);
}

.n30n-social-bar {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: min(1680px, calc(100vw - clamp(2rem, 6vw, 6rem)));
	margin: clamp(0.45rem, 1.15vw, 0.9rem) auto;
	padding: clamp(1rem, 1.6vw, 1.35rem);
	border: 1px solid rgba(0, 229, 255, 0.46);
	border-radius: var(--n30n-radius);
	background:
		radial-gradient(circle at 0 0, rgba(0, 229, 255, 0.18), transparent 34%),
		radial-gradient(circle at 100% 50%, rgba(255, 43, 214, 0.16), transparent 38%),
		linear-gradient(120deg, rgba(5, 12, 32, 0.94), rgba(14, 14, 48, 0.92));
	box-shadow: 0 0 24px rgba(0, 229, 255, 0.12), inset 0 0 28px rgba(38, 119, 255, 0.08);
}

.n30n-social-bar::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(0, 229, 255, 0.22), transparent 42%, rgba(255, 43, 214, 0.20));
	opacity: 0.56;
}

.n30n-social-bar > * {
	position: relative;
	z-index: 1;
}

.n30n-social-bar__copy {
	display: grid;
	gap: 0.24rem;
}

.n30n-social-bar__copy span {
	color: #f8fbff;
	font-family: Orbitron, sans-serif;
	font-size: clamp(1.1rem, 1.7vw, 1.5rem);
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 16px rgba(0, 229, 255, 0.28);
}

.n30n-social-bar__copy p {
	max-width: 680px;
	margin: 0;
	color: var(--n30n-text-muted);
	font-size: clamp(1rem, 1.1vw, 1.12rem);
	line-height: 1.45;
}

.n30n-social-bar__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: clamp(0.7rem, 1vw, 1rem);
}

.n30n-social-link {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: clamp(150px, 9vw, 180px);
	min-height: 62px;
	padding: 0.72rem 1rem;
	border: 1px solid rgba(0, 229, 255, 0.62);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(4, 8, 24, 0.94), rgba(12, 22, 54, 0.86));
	color: #f7fbff;
	font-family: Orbitron, sans-serif;
	font-size: clamp(0.98rem, 0.78rem + 0.3vw, 1.13rem);
	font-weight: 900;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 0 20px rgba(0, 229, 255, 0.14), inset 0 0 18px rgba(38, 119, 255, 0.10);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.n30n-social-link:hover,
.n30n-social-link:focus {
	border-color: rgba(255, 43, 214, 0.74);
	box-shadow: 0 0 20px rgba(255, 43, 214, 0.18), 0 0 18px rgba(0, 229, 255, 0.14), inset 0 0 16px rgba(38, 119, 255, 0.12);
	transform: translateY(-2px);
}

.n30n-social-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--n30n-radius);
	background: rgba(255, 255, 255, 0.045);
}

.n30n-social-link svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.n30n-social-link--twitch {
	color: #b78cff;
}

.n30n-social-link--youtube {
	color: #ff4fd8;
}

.n30n-social-link--tiktok {
	color: #00e5ff;
}

.n30n-social-link--instagram {
	color: #ff76e6;
}

body.n30n-gaming-theme #footer .n30n-social-bar {
	margin-top: clamp(1.6rem, 3vw, 2.5rem);
	margin-bottom: clamp(1rem, 2vw, 1.6rem);
}

body.n30n-gaming-home-dashboard .n30n-social-bar {
	margin-top: 0;
	margin-bottom: 0;
}

.n30n-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(0, 229, 255, 0.58);
	border-radius: var(--n30n-radius);
	background: linear-gradient(135deg, rgba(4, 9, 25, 0.96), rgba(10, 35, 61, 0.9));
	color: #f3fbff;
	font-family: Orbitron, sans-serif;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 0 16px rgba(0, 229, 255, 0.15);
}

.n30n-home-button--primary,
.n30n-home-button:hover,
.n30n-home-button:focus {
	border-color: rgba(255, 43, 214, 0.75);
	background: linear-gradient(135deg, rgba(72, 8, 65, 0.92), rgba(11, 43, 77, 0.9));
	box-shadow: 0 0 22px rgba(255, 43, 214, 0.20), 0 0 18px rgba(0, 229, 255, 0.14);
}

@media (max-width: 1180px) {
	.n30n-home-intro {
		grid-template-columns: minmax(0, 1fr) minmax(8rem, 12rem);
		min-height: auto;
	}

	.n30n-home-card-grid--portal,
	.n30n-home-card-grid--compact,
	.n30n-home-card-grid--columns-3,
	.n30n-home-card-grid--columns-4,
	.n30n-home-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.n30n-home-news-grid .n30n-post-card--featured {
		grid-column: span 2;
	}

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

	.n30n-post-card--featured,
	.n30n-article-hero,
	.n30n-article-layout {
		grid-template-columns: 1fr;
	}

	.n30n-post-card--featured .n30n-post-card__media {
		min-height: 260px;
	}

	.n30n-article-aside {
		position: static;
	}
}

@media (max-width: 720px) {
	body.n30n-gaming-theme #main.n30n-site-main {
		padding: 0 1rem;
	}

	body.n30n-gaming-home-dashboard .n30n-shell--article {
		width: 100%;
	}

	body.n30n-gaming-multistore-page .n30n-shell--wide {
		width: 100%;
	}

	.n30n-shell,
	.n30n-shell--wide,
	.n30n-shell--article {
		width: 100%;
	}

	.n30n-home-card-grid--portal,
	.n30n-home-card-grid--compact,
	.n30n-home-card-grid--custom,
	.n30n-home-card-grid--columns-2,
	.n30n-home-card-grid--columns-3,
	.n30n-home-card-grid--columns-4,
	.n30n-home-news-grid {
		grid-template-columns: 1fr;
	}

	.n30n-home-intro {
		grid-template-columns: 1fr;
		gap: 0.9rem;
		padding: 1rem;
	}

	.n30n-home-intro__badge {
		justify-self: start;
		width: clamp(7rem, 34vw, 10rem);
		order: -1;
	}

	.n30n-home-intro h1 {
		font-size: clamp(1.75rem, 9vw, 3rem);
	}

	.n30n-home-intro__text p {
		font-size: 1.05rem;
	}

	.n30n-home-news-grid .n30n-post-card--featured {
		grid-column: auto;
	}

	.n30n-home-card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.n30n-home-card--has-media {
		grid-template-columns: minmax(80px, 104px) minmax(0, 1fr);
	}

	.n30n-home-card--has-media .n30n-home-card__icon {
		display: none;
	}

	.n30n-home-card__media {
		width: 100%;
		min-height: 72px;
	}

	.n30n-home-portal .n30n-home-card,
	.n30n-home-portal .n30n-home-card--has-media {
		grid-template-columns: auto minmax(0, 1fr);
		padding-right: 0.9rem;
	}

	.n30n-home-portal .n30n-home-card--has-media .n30n-home-card__icon {
		display: inline-flex;
	}

	.n30n-home-portal .n30n-home-card__media {
		width: 46%;
		min-height: 0;
		opacity: 0.32;
	}

	.n30n-home-affiliate {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.n30n-home-affiliate__button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.n30n-home-quicklinks,
	.n30n-home-actions {
		flex-direction: column;
	}

	.n30n-home-chip,
	.n30n-home-button {
		width: 100%;
	}

	.n30n-social-bar {
		grid-template-columns: 1fr;
	}

	.n30n-social-bar__links {
		justify-content: stretch;
	}

	.n30n-social-link {
		width: 100%;
		min-width: 0;
	}

	.n30n-post-grid,
	.n30n-post-nav {
		grid-template-columns: 1fr;
	}

	.n30n-post-card--featured .n30n-post-card__media {
		min-height: auto;
		aspect-ratio: 16 / 9;
	}

	.n30n-section-hero,
	.n30n-article-hero,
	.n30n-article,
	.n30n-page:not(.n30n-page--app) {
		padding: 1rem;
	}

	.n30n-video-anchor-panel__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.n30n-video-anchor-panel__head strong {
		text-align: left;
	}

	.n30n-video-anchor-panel__grid {
		grid-template-columns: 1fr;
	}

	.n30n-video-anchor-button {
		min-height: 50px;
	}

	.n30n-search-box form {
		flex-direction: column;
	}
}
