/*
Theme Name: Never Alone
Theme URI: https://neveralonevr.com
Author: Richard Jackson
Description: Futuristic VR multiplayer lobby and community platform theme.
Version: 1.0.0
Text Domain: never-alone
*/

* {
	box-sizing: border-box;
}

body {
	background:
		radial-gradient(circle at 16% 0%, rgba(38, 198, 255, 0.16), transparent 28%),
		radial-gradient(circle at 82% 8%, rgba(220, 54, 255, 0.18), transparent 32%),
		#030816;
	color: #f8fbff;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

a {
	color: inherit;
}

.na-site-header {
	align-items: center;
	background: rgba(5, 10, 24, 0.9);
	border-bottom: 1px solid rgba(91, 143, 255, 0.18);
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr auto;
	margin: 0 auto;
	padding: 16px clamp(18px, 4vw, 48px);
	position: sticky;
	top: 0;
	z-index: 20;
}

.na-site-brand,
.na-header-actions,
.na-site-nav,
.na-footer-brand {
	align-items: center;
	display: flex;
}

.na-site-brand {
	gap: 13px;
	font-size: 1.25rem;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.na-logo-mark {
	background: linear-gradient(135deg, #1df5ff, #335dff 48%, #d838ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 2rem;
	font-weight: 1000;
	letter-spacing: 0;
	line-height: 1;
}

.na-logo-image {
	display: block;
	height: 48px;
	object-fit: contain;
	width: 48px;
}

.na-logo-image-footer {
	height: 58px;
	width: 58px;
}

.na-site-nav {
	gap: clamp(14px, 2vw, 30px);
	justify-content: center;
}

.na-site-nav a,
.na-header-actions a,
.na-footer-links a {
	color: #dce7ff;
	font-size: 0.93rem;
	font-weight: 800;
	text-decoration: none;
}

.na-site-nav a:first-child,
.na-site-nav a:focus,
.na-site-nav a:hover,
.na-header-actions a:focus,
.na-header-actions a:hover {
	color: #20d9ff;
}

.na-header-actions {
	gap: 18px;
	justify-content: flex-end;
	white-space: nowrap;
}

.na-create-link {
	background: linear-gradient(90deg, #e23bd7, #2578ff);
	border-radius: 8px;
	box-shadow: 0 0 24px rgba(91, 75, 255, 0.34);
	color: #ffffff !important;
	padding: 11px 18px;
}

.vr-home-shell {
	display: grid;
	gap: 12px;
	margin: 0 auto;
	max-width: 1860px;
	padding: 0 clamp(18px, 3vw, 40px) 22px;
}

.vr-hero {
	background:
		linear-gradient(90deg, rgba(6, 10, 28, 0.94), rgba(6, 10, 28, 0.38) 48%, rgba(6, 10, 28, 0.72)),
		radial-gradient(circle at 62% 18%, rgba(92, 67, 255, 0.72), transparent 18%),
		radial-gradient(circle at 72% 54%, rgba(22, 221, 255, 0.34), transparent 24%),
		linear-gradient(135deg, #0b1634, #13092a 54%, #2d0d42);
	border: 1px solid rgba(105, 145, 255, 0.34);
	border-radius: 18px;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.38), 0 22px 80px rgba(0, 0, 0, 0.32);
	display: grid;
	gap: clamp(24px, 4vw, 54px);
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	align-items: center;
	min-height: 300px;
	overflow: hidden;
	padding: clamp(34px, 5vw, 72px) clamp(28px, 5vw, 58px);
	position: relative;
}

.vr-hero::before,
.vr-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.vr-hero::before {
	background:
		linear-gradient(90deg, transparent 0 9%, rgba(44, 219, 255, 0.18) 9% 10%, transparent 10% 21%, rgba(207, 48, 255, 0.16) 21% 22%, transparent 22%),
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 100% 100%, 100% 42px;
	inset: 0;
	opacity: 0.72;
}

.vr-hero::after {
	background: radial-gradient(circle, rgba(34, 211, 238, 0.34), transparent 64%);
	border-radius: 999px;
	filter: blur(4px);
	height: 220px;
	right: 16%;
	top: 18%;
	width: 220px;
}

.vr-hero-content {
	max-width: 540px;
	position: relative;
	z-index: 2;
}

.vr-hero-visual {
	aspect-ratio: 16 / 10;
	border: 1px solid rgba(103, 232, 249, 0.24);
	border-radius: 18px;
	box-shadow:
		0 0 24px rgba(34, 211, 238, 0.14),
		0 16px 48px rgba(0, 0, 0, 0.24),
		inset 0 0 18px rgba(236, 72, 153, 0.08);
	min-width: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.vr-hero-visual::before {
	background: linear-gradient(90deg, rgba(6, 10, 28, 0.34), rgba(6, 10, 28, 0.08) 34%, transparent 58%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.vr-hero-visual::after {
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.1), transparent 38%, rgba(236, 72, 153, 0.08));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.vr-hero-visual img {
	display: block;
	filter: saturate(1.16) contrast(1.08) brightness(1.08);
	height: 100%;
	object-fit: cover;
	opacity: 0.92;
	width: 100%;
}

.vr-hero h1 {
	color: #ffffff;
	font-size: clamp(2.6rem, 5vw, 4.8rem);
	line-height: 0.98;
	margin: 0;
}

.vr-gradient-text {
	background: linear-gradient(90deg, #1ef2ff, #385bff 55%, #eb3fe7);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vr-hero p {
	color: #d5def5;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.45;
	margin: 14px 0 0;
	max-width: 455px;
}

.vr-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.vr-btn,
.vr-search-panel button {
	align-items: center;
	border: 1px solid rgba(126, 159, 255, 0.42);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 12px 26px;
	text-decoration: none;
}

.vr-btn {
	background: rgba(15, 24, 52, 0.72);
	min-width: 230px;
}

.vr-btn-primary,
.vr-search-panel button {
	background: linear-gradient(90deg, #ea3ad0, #13a8ff);
	border-color: transparent;
	box-shadow: 0 0 22px rgba(41, 133, 255, 0.28);
}

.vr-stats {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, auto);
	margin-top: 24px;
}

.vr-stat strong,
.vr-stat span {
	display: block;
}

.vr-stat strong {
	color: #b86bff;
	font-size: 1rem;
	line-height: 1;
}

.vr-stat span {
	color: #b8c4df;
	font-size: 0.78rem;
	margin-top: 3px;
}

.na-game-covers-section {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.na-game-covers-inner {
	background:
		radial-gradient(circle at 8% 0%, rgba(34, 211, 238, 0.14), transparent 30%),
		radial-gradient(circle at 92% 10%, rgba(236, 72, 153, 0.14), transparent 30%),
		rgba(8, 14, 32, 0.78);
	border: 1px solid rgba(105, 145, 255, 0.22);
	border-radius: 16px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
	display: grid;
	gap: 18px;
	margin: 0 auto;
	padding: clamp(18px, 3vw, 28px);
	width: 100%;
}

.na-game-covers-copy {
	display: grid;
	gap: 8px;
	max-width: 760px;
}

.na-section-kicker {
	color: #67e8f9;
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.na-section-title {
	color: #ffffff;
	font-size: clamp(1.45rem, 3vw, 2.25rem);
	line-height: 1.05;
	margin: 0;
}

.na-section-copy {
	color: #cbd5e1;
	font-size: 0.98rem;
	line-height: 1.55;
	margin: 0;
	max-width: 680px;
}

.na-game-cover-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.na-game-cover-card {
	aspect-ratio: 16 / 9;
	background: rgba(15, 23, 42, 0.8);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 14px;
	box-shadow: inset 0 0 28px rgba(34, 211, 238, 0.05);
	display: block;
	min-width: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transform: translateZ(0);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.na-game-cover-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.na-game-cover-card:hover,
.na-game-cover-card:focus {
	border-color: rgba(34, 211, 238, 0.56);
	box-shadow: 0 18px 42px rgba(34, 211, 238, 0.12), 0 0 28px rgba(236, 72, 153, 0.1);
	transform: translateY(-2px);
}

.na-game-cover-card:hover img,
.na-game-cover-card:focus img {
	filter: saturate(1.12) contrast(1.04);
	transform: scale(1.06);
}

.na-game-cover-overlay {
	align-items: flex-start;
	background: linear-gradient(180deg, transparent 8%, rgba(2, 6, 23, 0.36) 42%, rgba(2, 6, 23, 0.9));
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: flex-end;
	left: 0;
	padding: clamp(12px, 2vw, 18px);
	position: absolute;
	right: 0;
	top: 0;
}

.na-game-cover-overlay strong {
	color: #ffffff;
	font-size: clamp(1rem, 2vw, 1.24rem);
	line-height: 1.1;
	text-shadow: 0 0 18px rgba(34, 211, 238, 0.4);
}

.na-game-cover-overlay em {
	color: #dbeafe;
	font-size: 0.86rem;
	font-style: normal;
	font-weight: 800;
}

.vr-hero-card {
	background: rgba(8, 14, 32, 0.92);
	border: 1px solid rgba(112, 147, 255, 0.38);
	border-radius: 10px;
	bottom: 28px;
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.32);
	display: grid;
	gap: 3px;
	padding: 14px 18px;
	position: absolute;
	right: 26px;
	width: min(250px, calc(100% - 52px));
	z-index: 3;
}

.vr-hero-card strong {
	color: #ffffff;
}

.vr-hero-card span {
	color: #cbd7f1;
	font-size: 0.82rem;
}

.vr-hero-card a {
	color: #e56bff;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.na-hub-switcher {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.na-hub-card {
	background:
		linear-gradient(135deg, rgba(15, 26, 58, 0.96), rgba(11, 18, 42, 0.92)),
		radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.28), transparent 30%);
	border: 1px solid rgba(103, 133, 207, 0.34);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	display: grid;
	gap: 8px;
	min-height: 138px;
	overflow: hidden;
	padding: 22px;
	position: relative;
	text-decoration: none;
}

.na-hub-card::after {
	background: linear-gradient(180deg, rgba(34, 211, 238, 0.9), rgba(226, 59, 215, 0.9));
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.na-hub-card-cross {
	background:
		linear-gradient(135deg, rgba(22, 16, 54, 0.96), rgba(10, 20, 47, 0.92)),
		radial-gradient(circle at 88% 18%, rgba(226, 59, 215, 0.28), transparent 30%);
}

.na-hub-card span {
	color: #67e8f9;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.na-hub-card strong {
	color: #ffffff;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.1;
}

.na-hub-card em {
	color: #bfc9df;
	font-size: 0.94rem;
	font-style: normal;
	line-height: 1.45;
	max-width: 620px;
}

.na-hub-card:focus,
.na-hub-card:hover {
	border-color: rgba(34, 211, 238, 0.72);
	box-shadow: 0 0 34px rgba(34, 211, 238, 0.14);
}

.na-hub-page {
	padding-top: 16px;
}

.na-hub-page-hero {
	min-height: 240px;
}

.na-hub-page-hero-cross {
	background:
		linear-gradient(90deg, rgba(6, 10, 28, 0.94), rgba(31, 16, 64, 0.58) 48%, rgba(6, 10, 28, 0.72)),
		radial-gradient(circle at 62% 18%, rgba(226, 59, 215, 0.58), transparent 18%),
		radial-gradient(circle at 72% 54%, rgba(59, 130, 246, 0.34), transparent 24%),
		linear-gradient(135deg, #0b1634, #190b3a 54%, #35104f);
}

.vr-search-panel,
.vr-panel {
	background: rgba(13, 22, 48, 0.82);
	border: 1px solid rgba(103, 133, 207, 0.28);
	border-radius: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.vr-search-panel {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(240px, 1.4fr) repeat(6, minmax(130px, 1fr)) minmax(140px, 0.7fr);
	padding: 12px 32px;
}

.vr-search-panel label {
	display: grid;
	gap: 4px;
}

.vr-search-panel span {
	color: #b7c3dc;
	font-size: 0.75rem;
	font-weight: 800;
}

.vr-search-panel input,
.vr-search-panel select {
	appearance: none;
	background: rgba(17, 28, 60, 0.9);
	border: 1px solid rgba(115, 143, 209, 0.25);
	border-radius: 8px;
	color: #f4f7ff;
	font: inherit;
	min-height: 42px;
	padding: 10px 13px;
	width: 100%;
}

.vr-panel {
	padding: 14px 22px 18px;
}

.vr-panel-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.vr-panel-heading h2 {
	color: #f8fbff;
	font-size: 1.1rem;
	margin: 0;
}

.vr-panel-heading a {
	color: #72a6ff;
	font-size: 0.85rem;
	font-weight: 900;
	text-decoration: none;
}

.na-front-shortcode-fallback {
	min-height: 180px;
}

.na-front-shortcode-fallback__card {
	background:
		radial-gradient(circle at 18% 18%, rgba(38, 215, 255, 0.14), transparent 32%),
		linear-gradient(145deg, rgba(15, 26, 58, 0.88), rgba(24, 14, 54, 0.82));
	border: 1px dashed rgba(114, 166, 255, 0.34);
	border-radius: 12px;
	color: #d8e5ff;
	padding: 18px;
}

.na-front-shortcode-fallback__card strong {
	color: #ffffff;
	display: block;
	font-size: 0.96rem;
	margin-bottom: 6px;
}

.na-front-shortcode-fallback__card p {
	color: #bfc9df;
	font-size: 0.82rem;
	line-height: 1.5;
	margin: 0;
}

.vr-lobby-strip,
.vr-space-grid,
.vr-player-row {
	display: grid;
	gap: 14px;
}

.vr-lobby-strip {
	grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.vr-mini-lobby,
.vr-space-card,
.vr-player-card,
.vr-event-card {
	background: rgba(15, 26, 58, 0.86);
	border: 1px solid rgba(111, 143, 217, 0.28);
	border-radius: 10px;
	overflow: hidden;
}

.vr-mini-lobby {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 120px;
	padding: 58px 14px 12px;
	position: relative;
}

.vr-mini-lobby::before,
.vr-space-thumb,
.vr-avatar {
	background:
		linear-gradient(135deg, rgba(0, 234, 255, 0.52), rgba(237, 50, 255, 0.28)),
		linear-gradient(145deg, #13234e, #2c1246);
}

.vr-mini-lobby::before {
	content: "";
	inset: 0 0 auto;
	height: 64px;
	position: absolute;
}

.vr-theme-cyan::before,
.vr-theme-cyan .vr-space-thumb {
	background: linear-gradient(135deg, #12d6ff, #1b245d);
}

.vr-theme-violet::before,
.vr-theme-violet .vr-space-thumb {
	background: linear-gradient(135deg, #dd35ff, #1a1f62);
}

.vr-theme-sky::before,
.vr-theme-sky .vr-space-thumb {
	background: linear-gradient(135deg, #7fdcff, #3567b8);
}

.vr-theme-ember::before {
	background: linear-gradient(135deg, #f27335, #1d1d2f);
}

.vr-theme-green::before {
	background: linear-gradient(135deg, #60e8a2, #365aa8);
}

.vr-theme-pink .vr-space-thumb {
	background: linear-gradient(135deg, #ff43ce, #351162);
}

.vr-theme-blue .vr-space-thumb {
	background: linear-gradient(135deg, #40b6ff, #273c82);
}

.vr-status {
	border-radius: 6px;
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 1000;
	padding: 5px 8px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 9px;
	z-index: 2;
}

.vr-status-open {
	background: #16c972;
}

.vr-status-full {
	background: #d4345c;
}

.vr-status-hot {
	background: #ec4899;
}

.vr-status-new {
	background: #2563eb;
}

.vr-status-live {
	background: #8b5cf6;
}

.vr-mini-lobby h3,
.vr-space-card h3,
.vr-event-card h3,
.vr-player-card h3 {
	color: #ffffff;
	font-size: 0.98rem;
	margin: 0;
}

.vr-mini-lobby p,
.vr-space-card p,
.vr-event-card p,
.vr-player-card p {
	color: #bfc9df;
	font-size: 0.8rem;
	margin: 2px 0 0;
}

.vr-mini-lobby ul {
	color: #d7e0f3;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	gap: 10px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.vr-dashboard-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1.1fr 0.85fr 0.9fr;
}

.vr-space-grid {
	grid-template-columns: repeat(4, 1fr);
}

.vr-space-card {
	padding: 10px;
}

.vr-space-thumb {
	border-radius: 8px;
	height: 88px;
	margin-bottom: 10px;
}

.vr-space-card p::before {
	color: #28e18c;
	content: "● ";
}

.vr-avatar-card {
	align-items: center;
	background:
		radial-gradient(circle at 18% 15%, rgba(38, 215, 255, 0.22), transparent 34%),
		radial-gradient(circle at 92% 12%, rgba(218, 61, 241, 0.2), transparent 30%),
		linear-gradient(145deg, rgba(8, 14, 34, 0.96), rgba(20, 16, 52, 0.92));
	border: 1px solid rgba(103, 232, 249, 0.22);
	border-radius: 14px;
	display: grid;
	gap: 16px;
	grid-template-columns: 112px minmax(0, 1fr);
	min-height: 178px;
	overflow: hidden;
	padding: 16px;
	position: relative;
}

.vr-avatar-card::before {
	background: linear-gradient(90deg, #26d7ff, #8c49ff, #da3df1);
	content: "";
	height: 2px;
	inset: 0 0 auto;
	position: absolute;
}

.vr-avatar-card__portrait {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(135deg, rgba(38, 215, 255, 0.9), rgba(140, 73, 255, 0.86), rgba(218, 61, 241, 0.78));
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(38, 215, 255, 0.2), 0 0 34px rgba(218, 61, 241, 0.12);
	display: flex;
	justify-content: center;
	max-width: 112px;
	padding: 4px;
}

.vr-avatar-card__portrait img,
.vr-avatar-card__portrait span {
	align-items: center;
	background: linear-gradient(135deg, #0d1b3d, #261052);
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	font-size: 1.35rem;
	font-weight: 1000;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.vr-avatar-card__body {
	min-width: 0;
}

.vr-avatar-card__status {
	background: rgba(38, 215, 255, 0.12);
	border: 1px solid rgba(38, 215, 255, 0.32);
	border-radius: 999px;
	color: #b8f3ff;
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 1000;
	margin-bottom: 8px;
	padding: 5px 9px;
	text-transform: uppercase;
}

.vr-avatar-card__status.na-status-looking-for-squad,
.vr-avatar-card__status.na-status-ready-to-invite,
.vr-avatar-card__status.na-status-available {
	background: rgba(54, 247, 161, 0.12);
	border-color: rgba(54, 247, 161, 0.32);
	color: #bcffe1;
}

.vr-avatar-card h3 {
	color: #ffffff;
	font-size: 1.05rem;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr-avatar-card p {
	color: #c7d4ee;
	font-size: 0.78rem;
	line-height: 1.45;
	margin: 0;
}

.vr-avatar-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.vr-avatar-card__chips span {
	background: rgba(18, 31, 66, 0.78);
	border: 1px solid rgba(104, 134, 204, 0.28);
	border-radius: 999px;
	color: #d9e3f7;
	font-size: 0.68rem;
	font-weight: 900;
	padding: 5px 8px;
}

.vr-avatar-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.vr-avatar-card__actions .vr-btn {
	font-size: 0.76rem;
	min-height: 34px;
	padding: 8px 11px;
}

.vr-event-list {
	display: grid;
	gap: 8px;
}

.vr-event-card {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 68px 1fr auto;
	padding: 10px;
}

.vr-event-card > strong {
	background: rgba(71, 42, 151, 0.55);
	border: 1px solid rgba(129, 94, 255, 0.45);
	border-radius: 8px;
	color: #ffffff;
	padding: 10px 6px;
	text-align: center;
	text-transform: uppercase;
}

.vr-event-card > span {
	color: #ccd6ed;
	font-size: 0.75rem;
	text-align: right;
}

.vr-player-row {
	grid-template-columns: repeat(5, 1fr);
}

.vr-player-card {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: auto auto 1fr;
	padding: 12px;
}

.vr-player-card > strong {
	background: linear-gradient(135deg, #ffc744, #7d4d13);
	border-radius: 10px;
	color: #ffffff;
	font-size: 1.05rem;
	min-width: 42px;
	padding: 8px;
	text-align: center;
}

.vr-player-avatar {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.na-site-footer {
	align-items: center;
	background: rgba(5, 10, 24, 0.92);
	border-top: 1px solid rgba(91, 143, 255, 0.18);
	color: #9aa9c5;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto auto;
	margin: 0 auto;
	max-width: 1860px;
	padding: 20px clamp(18px, 3vw, 40px);
}

.na-footer-brand {
	gap: 12px;
}

.na-footer-brand strong {
	color: #ffffff;
	display: block;
	font-size: 1.2rem;
}

.na-footer-brand p,
.na-site-footer > p {
	margin: 0;
}

.na-footer-links {
	display: flex;
	gap: 18px;
}

@media (max-width: 1200px) {
	.na-site-header,
	.vr-search-panel,
	.vr-dashboard-grid,
	.na-site-footer {
		grid-template-columns: 1fr;
	}

	.na-site-nav,
	.na-header-actions,
	.na-site-footer {
		justify-content: start;
	}

	.vr-lobby-strip,
	.vr-player-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.vr-home-shell {
		padding: 0 12px calc(132px + env(safe-area-inset-bottom));
	}

	.vr-hero {
		gap: 22px;
		grid-template-columns: 1fr;
		padding: 28px 18px;
	}

	.vr-hero::after {
		height: 150px;
		right: -30px;
		top: 38%;
		width: 150px;
	}

	.vr-hero-content {
		max-width: none;
	}

	.vr-hero-visual {
		aspect-ratio: 16 / 11;
		border-radius: 14px;
		width: 100%;
	}

	.vr-stats,
	.na-hub-switcher,
	.vr-lobby-strip,
	.vr-space-grid,
	.vr-player-row {
		grid-template-columns: 1fr;
	}

	.vr-avatar-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.vr-avatar-card__portrait {
		justify-self: center;
		width: min(112px, 48vw);
	}

	.vr-avatar-card__chips,
	.vr-avatar-card__actions {
		justify-content: center;
	}

	.na-site-nav,
	.na-footer-links,
	.vr-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vr-btn {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.na-dashboard-main,
	.na-mobile-dashboard,
	.na-app-shell {
		padding-bottom: calc(132px + env(safe-area-inset-bottom));
	}

	.na-site-main {
		padding-bottom: env(safe-area-inset-bottom);
	}
}
/* ================================
   Header Logo Fix
================================ */

.vr-site-logo,
.site-logo,
.custom-logo-link {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vr-site-logo img,
.site-logo img,
.custom-logo-link img,
img.custom-logo {
	width: auto;
	height: 52px;
	max-height: 52px;
	object-fit: contain;
}

.vr-logo-text,
.site-title {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
}


/* ================================
   Match Profile Select Field Fix
================================ */

.na-match-profile select,
.na-match-profile__field select {
	width: 100%;
	height: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	padding: 0 14px;
	border-radius: 12px;
	display: block;
	align-self: start;
}

.na-match-profile__field {
	align-self: start;
}

.na-match-profile__field select {
	margin-top: 12px;
}


/* Prevent single-select columns from stretching vertically */
.na-match-profile__field:has(select) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}


/* Better layout for match profile columns */
.na-match-profile__grid {
	align-items: flex-start;
}


/* Optional: make the single select boxes look like smaller panels */
.na-match-profile__field select {
	background: rgba(13, 20, 43, 0.92);
	border: 1px solid rgba(0, 200, 255, 0.35);
	color: #ffffff;
}
/* Bigger Never Alone header logo */
.na-logo-image {
	height: 64px !important;
	width: auto !important;
	max-height: 64px !important;
	object-fit: contain !important;
	display: block;
}

.na-logo {
	display: flex;
	align-items: center;
	gap: 12px;
}

.na-logo span {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
}
/* =========================================================
   Never Alone Manual Header + Footer Fix
   ========================================================= */

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

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #050a18;
	color: #eef7ff;
}

body {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: inherit;
}

/* Header */
.na-site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	width: 100%;
	background:
		linear-gradient(90deg, rgba(3, 10, 24, 0.98), rgba(13, 8, 34, 0.98)),
		#050a18;
	border-bottom: 1px solid rgba(103, 232, 249, 0.16);
	backdrop-filter: blur(18px);
}

.na-header-inner {
	width: min(1440px, calc(100% - 48px));
	min-height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 24px;
}

.na-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	flex: 0 0 auto;
}

.na-brand-logo {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.na-brand-logo img,
.na-logo-image {
	display: block;
	width: 52px !important;
	height: 52px !important;
	max-width: 52px !important;
	max-height: 52px !important;
	object-fit: contain !important;
}

.na-brand-name {
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	white-space: nowrap;
	color: #fff;
}

/* Primary Navigation */
.na-primary-nav {
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
}

.na-primary-menu,
.na-primary-menu ul,
.na-mobile-menu-list,
.na-mobile-menu-list ul,
.na-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.na-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.na-primary-menu > li {
	position: relative;
}

.na-primary-menu a {
	display: inline-flex;
	align-items: center;
	padding: 10px 12px;
	color: #eef7ff;
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 800;
	border-radius: 999px;
	white-space: nowrap;
	transition: 0.2s ease;
}

.na-primary-menu a:hover,
.na-primary-menu .current-menu-item > a,
.na-primary-menu .current_page_item > a {
	color: #36e7ff;
	background: rgba(54, 231, 255, 0.08);
	text-shadow: 0 0 16px rgba(54, 231, 255, 0.55);
}

/* Dropdowns */
.na-primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 230px;
	padding: 10px;
	border: 1px solid rgba(103, 232, 249, 0.22);
	border-radius: 14px;
	background:
		radial-gradient(circle at top left, rgba(0, 229, 255, 0.14), transparent 38%),
		rgba(5, 10, 26, 0.98);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 22px rgba(174, 87, 255, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: 0.2s ease;
	z-index: 99999;
}

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

.na-primary-menu .sub-menu a {
	width: 100%;
	justify-content: flex-start;
	border-radius: 10px;
	font-size: 0.9rem;
	padding: 10px 12px;
}

/* Header buttons */
.na-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.na-header-login,
.na-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 900;
	font-size: 0.9rem;
	white-space: nowrap;
}

.na-header-login {
	color: #eef7ff;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(103, 232, 249, 0.14);
}

.na-header-login:hover {
	color: #36e7ff;
	border-color: rgba(54, 231, 255, 0.42);
}

.na-header-cta {
	color: #fff;
	background: linear-gradient(135deg, #b244ff, #4d7dff);
	box-shadow: 0 0 22px rgba(178, 68, 255, 0.32);
}

.na-header-cta:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

/* Mobile */
.na-mobile-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(103, 232, 249, 0.22);
	border-radius: 10px;
	background: rgba(5, 10, 26, 0.8);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	margin-left: auto;
}

.na-mobile-toggle span:not(.screen-reader-text) {
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: #eef7ff;
	display: block;
}

.na-mobile-menu {
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto 16px;
	padding: 14px;
	border: 1px solid rgba(103, 232, 249, 0.18);
	border-radius: 14px;
	background: rgba(5, 10, 26, 0.98);
}

.na-mobile-menu[hidden] {
	display: none !important;
}

.na-mobile-menu-list a {
	display: block;
	padding: 12px 14px;
	color: #eef7ff;
	text-decoration: none;
	font-weight: 800;
	border-radius: 10px;
}

.na-mobile-menu-list a:hover {
	color: #36e7ff;
	background: rgba(54, 231, 255, 0.08);
}

.na-mobile-menu-list .sub-menu {
	padding-left: 14px;
	border-left: 1px solid rgba(103, 232, 249, 0.16);
}

/* Main wrapper */
.na-site-main {
	min-height: 60vh;
	width: 100%;
}

/* Footer */
.na-site-footer {
	background:
		linear-gradient(90deg, rgba(3, 10, 24, 0.98), rgba(11, 8, 30, 0.98)),
		#050a18;
	border-top: 1px solid rgba(103, 232, 249, 0.16);
	color: #eef7ff;
}

.na-footer-inner {
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto;
	padding: 42px 0 24px;
}

.na-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(160px, 1fr));
	gap: 34px;
	align-items: start;
}

.na-footer-logo-wrap {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	text-decoration: none;
}

.na-footer-logo {
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
}

.na-footer-logo img {
	display: block;
	width: 58px !important;
	height: 58px !important;
	max-width: 58px !important;
	max-height: 58px !important;
	object-fit: contain !important;
}

.na-footer-title {
	display: block;
	font-size: 1.15rem;
	font-weight: 900;
	color: #fff;
}

.na-footer-tagline {
	display: block;
	margin-top: 2px;
	color: rgba(190, 213, 255, 0.92);
	font-size: 0.95rem;
}

.na-footer-copy {
	max-width: 360px;
	margin: 18px 0 0;
	color: rgba(190, 213, 255, 0.82);
	line-height: 1.6;
}

.na-footer-heading {
	margin: 0 0 14px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.na-footer-menu {
	display: grid;
	gap: 9px;
}

.na-footer-menu a {
	color: rgba(225, 238, 255, 0.82);
	text-decoration: none;
	font-weight: 700;
	font-size: 0.92rem;
}

.na-footer-menu a:hover {
	color: #36e7ff;
	text-shadow: 0 0 14px rgba(54, 231, 255, 0.48);
}

.na-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(103, 232, 249, 0.12);
	color: rgba(190, 213, 255, 0.82);
	font-size: 0.92rem;
}

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

.na-footer-legal {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.na-footer-legal a {
	color: rgba(225, 238, 255, 0.78);
	text-decoration: none;
	font-weight: 700;
}

.na-footer-legal a:hover {
	color: #36e7ff;
}

/* Hide default page title if it is clipping */
body.page .entry-header {
	display: none;
}

/* Responsive */
@media (max-width: 1180px) {
	.na-primary-menu a {
		padding: 9px 8px;
		font-size: 0.84rem;
	}

	.na-header-inner {
		gap: 14px;
	}
}

@media (max-width: 960px) {
	.na-header-inner {
		width: calc(100% - 28px);
	}

	.na-primary-nav,
	.na-header-actions {
		display: none;
	}

	.na-mobile-toggle {
		display: inline-flex;
	}

	.na-mobile-menu {
		width: calc(100% - 28px);
	}

	.na-footer-inner {
		width: calc(100% - 28px);
	}

	.na-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.na-game-cover-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.na-brand-name {
		font-size: 1rem;
	}

	.na-brand-logo {
		width: 44px;
		height: 44px;
	}

	.na-brand-logo img,
	.na-logo-image {
		width: 44px !important;
		height: 44px !important;
		max-width: 44px !important;
		max-height: 44px !important;
	}

	.na-header-inner {
		min-height: 64px;
	}

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

	.na-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.na-footer-legal {
		gap: 12px;
	}

	.na-game-covers-inner {
		border-radius: 14px;
		padding: 16px;
	}

	.na-game-cover-grid {
		grid-template-columns: 1fr;
	}
}
/* Move desktop menu farther right - stronger */
@media (min-width: 961px) {
	.na-primary-nav {
		margin-left: 64px;
		justify-content: flex-start;
	}

	.na-header-inner {
		gap: 32px;
	}
}

/* =========================================================
   Never Alone Mobile App Shell
   ========================================================= */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.na-site-header,
.na-site-footer,
.na-site-main {
	box-sizing: border-box;
}

.na-mobile-app-nav,
.na-mobile-app-overlay,
.na-mobile-app-drawer {
	display: none;
}

@media (max-width: 960px) {
	.na-site-header {
		padding: 10px 0;
	}

	.na-header-inner {
		min-height: 60px;
		width: min(100% - 24px, 1280px);
	}

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

	.na-brand-logo,
	.na-brand-logo img,
	.na-logo-image {
		height: 42px !important;
		max-height: 42px !important;
		max-width: 42px !important;
		width: 42px !important;
	}

	.na-brand-name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.na-primary-nav,
	.na-header-actions {
		display: none !important;
	}
}

@media (max-width: 767px) {
	body.logged-in {
		padding-bottom: calc(126px + env(safe-area-inset-bottom));
	}

	body.logged-in .na-site-footer {
		padding-bottom: calc(96px + env(safe-area-inset-bottom));
	}

	.na-mobile-app-nav {
		align-items: center;
		backdrop-filter: blur(18px);
		background:
			linear-gradient(180deg, rgba(12, 18, 42, 0.92), rgba(5, 10, 24, 0.98)),
			rgba(5, 10, 24, 0.96);
		border: 1px solid rgba(103, 232, 249, 0.22);
		border-bottom: 0;
		border-radius: 22px 22px 0 0;
		bottom: 0;
		box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.36), 0 0 26px rgba(124, 60, 255, 0.16);
		display: grid;
		gap: 2px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		left: 0;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 2000;
	}

	.na-mobile-app-nav-item {
		align-items: center;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 14px;
		color: rgba(226, 240, 255, 0.82);
		cursor: pointer;
		display: flex;
		flex-direction: column;
		font: inherit;
		font-weight: 800;
		gap: 3px;
		justify-content: center;
		min-height: 52px;
		padding: 6px 4px;
		text-decoration: none;
	}

	.na-mobile-app-nav-item:hover,
	.na-mobile-app-nav-item:focus,
	.na-mobile-app-nav-item[aria-expanded="true"] {
		background: rgba(34, 211, 238, 0.1);
		color: #ffffff;
		outline: none;
	}

	.na-mobile-app-nav-icon {
		color: #67e8f9;
		font-size: 1.15rem;
		line-height: 1;
		text-shadow: 0 0 16px rgba(34, 211, 238, 0.5);
	}

	.na-mobile-app-nav-label {
		font-size: 0.68rem;
		line-height: 1;
	}

	.na-mobile-app-overlay {
		background: rgba(2, 6, 23, 0.58);
		bottom: 0;
		display: block;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transition: opacity 180ms ease;
		z-index: 1990;
	}

	.na-mobile-app-overlay.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.na-mobile-app-drawer {
		background:
			radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.16), transparent 34%),
			radial-gradient(circle at 100% 18%, rgba(236, 72, 153, 0.18), transparent 34%),
			rgba(8, 13, 32, 0.98);
		border-left: 1px solid rgba(103, 232, 249, 0.24);
		box-shadow: -24px 0 60px rgba(0, 0, 0, 0.42);
		color: #ffffff;
		display: grid;
		grid-template-rows: auto 1fr;
		height: 100dvh;
		max-width: min(88vw, 360px);
		padding: 18px;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(105%);
		transition: transform 200ms ease;
		width: 360px;
		z-index: 2001;
	}

	.na-mobile-app-drawer.is-open {
		transform: translateX(0);
	}

	.na-mobile-app-drawer-header {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding-bottom: 14px;
	}

	.na-mobile-app-drawer-header strong {
		font-size: 1.05rem;
	}

	.na-mobile-app-drawer-close {
		align-items: center;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(148, 163, 184, 0.22);
		border-radius: 12px;
		color: #ffffff;
		cursor: pointer;
		display: inline-flex;
		font-size: 1.4rem;
		height: 44px;
		justify-content: center;
		width: 44px;
	}

	.na-mobile-app-drawer-links {
		display: grid;
		gap: 9px;
		overflow-y: auto;
		padding-bottom: 90px;
	}

	.na-mobile-app-drawer-link {
		background: rgba(15, 23, 42, 0.74);
		border: 1px solid rgba(148, 163, 184, 0.18);
		border-radius: 12px;
		color: #eaf6ff;
		font-weight: 850;
		min-height: 46px;
		padding: 12px 14px;
		text-decoration: none;
	}

	.na-mobile-app-drawer-link:hover,
	.na-mobile-app-drawer-link:focus {
		border-color: rgba(34, 211, 238, 0.42);
		color: #ffffff;
	}

	.na-footer-inner {
		padding-bottom: 18px;
	}
}
/* =========================================================
   Cleaner Homepage Hero Image Blend
   ========================================================= */

.na-hero-visual {
	position: relative;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
	min-height: 470px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.na-hero-visual::before {
	content: "";
	position: absolute;
	inset: -40px -20px -40px -120px;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 10, 24, 0.96) 0%, rgba(5, 10, 24, 0.72) 18%, rgba(5, 10, 24, 0.14) 44%, rgba(5, 10, 24, 0.12) 100%),
		linear-gradient(180deg, rgba(5, 10, 24, 0.18) 0%, transparent 38%, rgba(5, 10, 24, 0.28) 100%);
}

.na-hero-visual::after {
	content: "";
	position: absolute;
	inset: 8% 2% 6% 12%;
	z-index: 0;
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(54, 231, 255, 0.22), transparent 54%),
		radial-gradient(circle, rgba(210, 68, 255, 0.18), transparent 62%);
	filter: blur(18px);
	opacity: 0.9;
	pointer-events: none;
}

.na-hero-visual img {
	position: relative;
	z-index: 1;
	width: min(780px, 100%);
	height: auto;
	max-height: 520px;
	object-fit: contain;
	object-position: center right;
	border-radius: 22px;
	opacity: 0.78;
	filter: saturate(1.08) contrast(1.04) brightness(0.9);
	mask-image:
		linear-gradient(90deg, transparent 0%, black 15%, black 88%, transparent 100%),
		linear-gradient(180deg, transparent 0%, black 9%, black 88%, transparent 100%);
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, black 15%, black 88%, transparent 100%),
		linear-gradient(180deg, transparent 0%, black 9%, black 88%, transparent 100%);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
}

@media (max-width: 980px) {
	.na-hero-visual {
		min-height: 320px;
		justify-content: center;
		overflow: hidden !important;
	}

	.na-hero-visual::before {
		inset: -20px;
		background:
			linear-gradient(180deg, rgba(5, 10, 24, 0.12) 0%, rgba(5, 10, 24, 0.38) 100%);
	}

	.na-hero-visual img {
		width: 100%;
		max-height: 340px;
		opacity: 0.82;
		object-fit: cover;
	}
}

@media (max-width: 640px) {
	.na-hero-visual {
		min-height: 230px;
	}

	.na-hero-visual img {
		max-height: 240px;
		border-radius: 16px;
	}
}
/* =========================================================
   Never Alone Hero Graphic - Cleaner Integrated Version
   Uses actual front-page.php classes: .vr-hero / .vr-hero-visual
   ========================================================= */

.vr-hero {
	position: relative !important;
	overflow: hidden !important;
	display: grid !important;
	grid-template-columns: minmax(360px, 0.78fr) minmax(540px, 1.22fr) !important;
	align-items: center !important;
	gap: clamp(24px, 4vw, 64px) !important;
}

.vr-hero-content {
	position: relative !important;
	z-index: 4 !important;
	max-width: 620px !important;
}

.vr-hero-visual {
	position: relative !important;
	z-index: 1 !important;
	min-height: 510px !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Blend the left edge of the image into the hero background */
.vr-hero-visual::before {
	content: "";
	position: absolute;
	inset: -70px -40px -70px -260px;
	z-index: 3;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(5, 10, 24, 1) 0%,
			rgba(5, 10, 24, 0.74) 16%,
			rgba(5, 10, 24, 0.34) 34%,
			rgba(5, 10, 24, 0.12) 52%,
			rgba(5, 10, 24, 0.02) 78%,
			rgba(5, 10, 24, 0.06) 100%
		),
		linear-gradient(
			180deg,
			rgba(5, 10, 24, 0.14) 0%,
			transparent 42%,
			rgba(5, 10, 24, 0.18) 100%
		);
}

/* Neon glow behind image */
.vr-hero-visual::after {
	content: "";
	position: absolute;
	inset: 10% 2% 10% 22%;
	z-index: 0;
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(54, 231, 255, 0.22), transparent 58%),
		radial-gradient(circle, rgba(205, 68, 255, 0.2), transparent 66%);
	filter: blur(28px);
	opacity: 0.95;
	pointer-events: none;
}

.vr-hero-visual img {
	position: relative !important;
	z-index: 1 !important;
	display: block !important;
	width: min(920px, 112%) !important;
	max-width: none !important;
	height: auto !important;
	max-height: 560px !important;
	object-fit: contain !important;
	object-position: center right !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 0.92 !important;
	filter: saturate(1.16) contrast(1.08) brightness(1.08) !important;
	transform: translateX(34px) scale(1.05) !important;

	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, black 16%, black 90%, transparent 100%),
		linear-gradient(180deg, transparent 0%, black 8%, black 90%, transparent 100%);
	mask-image:
		linear-gradient(90deg, transparent 0%, black 16%, black 90%, transparent 100%),
		linear-gradient(180deg, transparent 0%, black 8%, black 90%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-composite: intersect;
}

/* If the old image card styling exists somewhere, kill it */
.vr-hero-visual img,
.vr-hero-visual {
	outline: none !important;
}

/* Tablet */
@media (max-width: 1100px) {
	.vr-hero {
		grid-template-columns: 1fr !important;
	}

	.vr-hero-visual {
		min-height: 340px !important;
		justify-content: center !important;
		overflow: hidden !important;
	}

	.vr-hero-visual::before {
		inset: -30px !important;
		background:
			linear-gradient(180deg, rgba(5, 10, 24, 0.06), rgba(5, 10, 24, 0.24)) !important;
	}

	.vr-hero-visual img {
		width: 100% !important;
		max-height: 360px !important;
		object-fit: cover !important;
		transform: none !important;
		opacity: 0.94 !important;
	}
}

/* Phone */
@media (max-width: 640px) {
	.vr-hero {
		padding: 36px 18px !important;
	}

	.vr-hero-visual {
		min-height: 230px !important;
	}

	.vr-hero-visual img {
		max-height: 245px !important;
	}
}
/* Add breathing room between last menu item and Dashboard button */
@media (min-width: 961px) {
	.na-primary-nav {
		margin-right: 22px;
	}

	.na-header-actions {
		margin-left: 14px;
		gap: 12px;
	}
}

.na-login-page {
	background:
		radial-gradient(circle at 18% 12%, rgba(54, 231, 255, 0.18), transparent 34%),
		radial-gradient(circle at 88% 82%, rgba(217, 70, 239, 0.18), transparent 34%),
		linear-gradient(135deg, #050a18 0%, #0f172a 58%, #160b2f 100%);
	color: #f8fbff;
	margin: 0 calc(50% - 50vw);
	min-height: min(760px, calc(100vh - 120px));
	padding: clamp(34px, 7vw, 86px) 18px;
}

.na-login-shell {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1180px;
	min-height: inherit;
}

.na-login-card {
	background: linear-gradient(155deg, rgba(15, 23, 42, 0.96), rgba(18, 10, 39, 0.94));
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 14px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.44), 0 0 46px rgba(124, 58, 237, 0.18);
	display: grid;
	gap: 22px;
	max-width: 560px;
	overflow: hidden;
	padding: clamp(24px, 5vw, 42px);
	position: relative;
	width: min(100%, 560px);
}

.na-login-card::before {
	background: linear-gradient(90deg, #22d3ee, #8b5cf6, #d946ef);
	content: "";
	height: 3px;
	left: 18px;
	position: absolute;
	right: 18px;
	top: 0;
}

.na-login-logo {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(103, 232, 249, 0.3);
	border-radius: 14px;
	box-shadow: 0 0 28px rgba(34, 211, 238, 0.16);
	display: inline-flex;
	height: 66px;
	justify-content: center;
	width: 66px;
}

.na-login-logo img {
	display: block;
	max-height: 48px;
	max-width: 48px;
	object-fit: contain;
}

.na-login-logo span {
	color: #67e8f9;
	font-weight: 900;
}

.na-login-kicker {
	color: #67e8f9;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.na-login-title {
	color: #ffffff;
	font-size: clamp(2rem, 8vw, 3.35rem);
	line-height: 0.98;
	margin: -8px 0 0;
}

.na-login-copy {
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

.na-login-form {
	background: rgba(2, 6, 23, 0.46);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 10px;
	padding: 18px;
}

.na-login-form form,
.na-login-form p {
	margin: 0;
}

.na-login-form form {
	display: grid;
	gap: 16px;
}

.na-login-form label {
	color: #e5f0ff;
	display: grid;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 7px;
}

.na-login-form input[type="text"],
.na-login-form input[type="password"] {
	background: #111827;
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: #ffffff;
	font: inherit;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.na-login-form input[type="text"]:focus,
.na-login-form input[type="password"]:focus {
	border-color: #67e8f9;
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.16);
	outline: none;
}

.na-login-form .login-remember label {
	align-items: center;
	display: inline-flex;
	flex-direction: row;
	gap: 10px;
}

.na-login-form input[type="checkbox"] {
	accent-color: #7c3cff;
	height: 18px;
	width: 18px;
}

.na-login-actions,
.na-login-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.na-login-button,
.na-login-form input[type="submit"] {
	align-items: center;
	background: rgba(15, 23, 42, 0.86);
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 8px;
	color: #f8fbff;
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 150px;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 13px 18px;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.na-login-button--primary,
.na-login-form input[type="submit"] {
	background: linear-gradient(135deg, #22d3ee, #7c3cff 54%, #d946ef);
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: 0 14px 32px rgba(124, 58, 237, 0.3);
	color: #ffffff;
}

.na-login-button--ghost {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(148, 163, 184, 0.22);
	color: #cbd5e1;
}

.na-login-button:hover,
.na-login-button:focus,
.na-login-form input[type="submit"]:hover,
.na-login-form input[type="submit"]:focus {
	border-color: rgba(103, 232, 249, 0.72);
	box-shadow: 0 16px 38px rgba(34, 211, 238, 0.18);
	color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

@media (max-width: 640px) {
	.na-login-page {
		min-height: calc(100vh - 80px);
		padding: 24px 12px 38px;
	}

	.na-login-shell {
		align-items: stretch;
	}

	.na-login-card {
		border-radius: 10px;
		padding: 22px 16px;
	}

	.na-login-actions,
	.na-login-links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.na-login-button,
	.na-login-form input[type="submit"] {
		width: 100%;
	}
}

/* Login page polish override */
.na-login-page {
	align-items: center;
	display: flex;
	margin: 0;
	padding: clamp(28px, 7vw, 72px) clamp(16px, 3vw, 24px);
}

.na-login-shell {
	width: 100%;
}

.na-login-card {
	margin: 0 auto;
	max-width: 460px;
	width: calc(100% - 32px);
}

.na-login-logo {
	border-radius: 18px;
	flex-shrink: 0;
	height: 96px;
	width: 96px;
}

.na-login-logo-img {
	height: 96px;
	max-height: 96px;
	max-width: 96px;
	width: 96px;
}

.na-login-title {
	font-size: clamp(1.9rem, 6vw, 2.65rem);
	line-height: 1.06;
}

.na-login-form form {
	gap: 14px;
}

.na-login-form input[type="text"],
.na-login-form input[type="password"],
.na-login-form input[name="log"],
.na-login-form input[name="pwd"] {
	background: #111827;
	border: 1px solid rgba(108, 198, 255, 0.35);
	border-radius: 12px;
	color: #f8fbff;
	font-size: 1rem;
	height: 48px;
	max-height: 48px;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.na-login-actions,
.na-login-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
}

.na-login-link {
	text-decoration: none;
}

.na-login-button,
.na-login-form input[type="submit"] {
	min-height: 48px;
	border-radius: 12px;
}

.na-login-button-primary,
.na-login-form input[type="submit"] {
	background: linear-gradient(135deg, #22d3ee, #7c3cff, #d946ef);
}

.na-login-button-secondary {
	background: rgba(15, 23, 42, 0.86);
}

.na-login-button-ghost {
	background: rgba(255, 255, 255, 0.05);
}

.na-login-button--primary,
.na-login-button--ghost,
.na-login-button--secondary {
	background: inherit;
}

.na-login-button--primary {
	background: linear-gradient(135deg, #22d3ee, #7c3cff, #d946ef);
}

.na-login-button--ghost {
	background: rgba(255, 255, 255, 0.05);
}

.na-login-button--secondary {
	background: rgba(15, 23, 42, 0.86);
}

/* Branded registration page */
.na-register-page {
	align-items: center;
	background:
		radial-gradient(circle at 18% 12%, rgba(54, 231, 255, 0.18), transparent 34%),
		radial-gradient(circle at 88% 82%, rgba(217, 70, 239, 0.18), transparent 34%),
		linear-gradient(135deg, #050a18 0%, #0f172a 58%, #160b2f 100%);
	color: #f8fbff;
	display: flex;
	min-height: min(820px, calc(100vh - 120px));
	padding: clamp(28px, 7vw, 72px) clamp(16px, 3vw, 24px);
	width: 100%;
}

.na-register-shell {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 620px;
	min-height: inherit;
	width: 100%;
}

.na-register-card {
	background:
		radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.1), transparent 30%),
		linear-gradient(155deg, rgba(15, 23, 42, 0.96), rgba(18, 10, 39, 0.94));
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 18px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.44), 0 0 46px rgba(124, 58, 237, 0.18);
	display: grid;
	gap: 20px;
	margin: 0 auto;
	max-width: 500px;
	overflow: hidden;
	padding: clamp(24px, 5vw, 42px);
	position: relative;
	width: calc(100% - 32px);
}

.na-register-card::before {
	background: linear-gradient(90deg, #22d3ee, #8b5cf6, #d946ef);
	content: "";
	height: 4px;
	left: 18px;
	position: absolute;
	right: 18px;
	top: 0;
}

.na-register-logo {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(103, 232, 249, 0.3);
	border-radius: 18px;
	box-shadow: 0 0 28px rgba(34, 211, 238, 0.16);
	display: inline-flex;
	height: 96px;
	justify-content: center;
	width: 96px;
}

.na-register-logo-img {
	display: block;
	height: 96px;
	max-height: 96px;
	max-width: 96px;
	object-fit: contain;
	width: 96px;
}

.na-register-logo span {
	color: #67e8f9;
	font-weight: 900;
	text-transform: uppercase;
}

.na-register-kicker {
	color: #67e8f9;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.na-register-title {
	color: #ffffff;
	font-size: clamp(1.9rem, 6vw, 2.65rem);
	line-height: 1.06;
	margin: -6px 0 0;
}

.na-register-copy {
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

.na-register-form {
	background: rgba(2, 6, 23, 0.22);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 12px;
	display: grid;
	gap: 14px;
	padding: 18px;
}

.na-register-form label {
	color: #e5f0ff;
	display: grid;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 7px;
}

.na-register-form input[type="text"],
.na-register-form input[type="email"],
.na-register-form input[type="password"] {
	background: #111827;
	border: 1px solid rgba(108, 198, 255, 0.35);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: #f8fbff;
	font: inherit;
	font-size: 1rem;
	height: 48px;
	max-height: 48px;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.na-register-form input[type="text"]:focus,
.na-register-form input[type="email"]:focus,
.na-register-form input[type="password"]:focus {
	border-color: #67e8f9;
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.16);
	outline: none;
}

.na-register-terms {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: auto 1fr;
	line-height: 1.45;
}

.na-register-terms input[type="checkbox"] {
	accent-color: #7c3cff;
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.na-register-terms a {
	color: #67e8f9;
	text-decoration: none;
}

.na-register-terms a:hover,
.na-register-terms a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.na-register-actions,
.na-register-links {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.na-register-link {
	text-decoration: none;
}

.na-register-button {
	align-items: center;
	background: rgba(15, 23, 42, 0.86);
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 12px;
	color: #f8fbff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 13px 18px;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
	width: 100%;
}

.na-register-button-primary {
	background: linear-gradient(135deg, #22d3ee, #7c3cff, #d946ef);
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: 0 14px 32px rgba(124, 58, 237, 0.3);
	color: #ffffff;
}

.na-register-button-secondary {
	background: rgba(15, 23, 42, 0.86);
	border-color: rgba(103, 232, 249, 0.4);
	color: #e5f0ff;
}

.na-register-button-ghost {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(148, 163, 184, 0.22);
	color: #cbd5e1;
}

.na-register-button:hover,
.na-register-button:focus {
	border-color: rgba(103, 232, 249, 0.72);
	box-shadow: 0 16px 38px rgba(34, 211, 238, 0.18);
	color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

.na-register-notice {
	border-radius: 12px;
	font-weight: 800;
	line-height: 1.45;
	padding: 14px 16px;
}

.na-register-notice p {
	margin: 0;
}

.na-register-notice p + p {
	margin-top: 8px;
}

.na-register-error {
	background: rgba(248, 113, 113, 0.12);
	border: 1px solid rgba(248, 113, 113, 0.34);
	color: #fecaca;
}

.na-register-success {
	background: rgba(52, 211, 153, 0.12);
	border: 1px solid rgba(52, 211, 153, 0.34);
	color: #bbf7d0;
}

@media (max-width: 640px) {
	.na-register-page {
		min-height: calc(100vh - 80px);
		padding: 24px 12px 38px;
	}

	.na-register-shell {
		align-items: stretch;
	}

	.na-register-card {
		border-radius: 14px;
		padding: 22px 16px;
		width: calc(100% - 32px);
	}

	.na-register-actions,
	.na-register-links {
		grid-template-columns: 1fr;
	}
}

/* Branded frontend dashboard page */
.na-dashboard-page {
	background:
		radial-gradient(circle at 12% 8%, rgba(34, 211, 238, 0.16), transparent 30%),
		radial-gradient(circle at 88% 18%, rgba(217, 70, 239, 0.14), transparent 34%),
		linear-gradient(135deg, #050a18 0%, #0c1530 54%, #160b2f 100%);
	color: #f8fbff;
	min-height: min(860px, calc(100vh - 120px));
	padding: clamp(30px, 6vw, 72px) clamp(16px, 4vw, 36px);
	width: 100%;
}

.na-dashboard-shell {
	margin: 0 auto;
	max-width: 1220px;
	width: 100%;
}

.na-dashboard-hero {
	background:
		radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.16), transparent 32%),
		linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(18, 10, 39, 0.7));
	border: 1px solid rgba(103, 232, 249, 0.24);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	margin-bottom: 22px;
	overflow: hidden;
	padding: clamp(24px, 5vw, 42px);
	position: relative;
}

.na-dashboard-hero::before {
	background: linear-gradient(90deg, #22d3ee, #8b5cf6, #d946ef);
	content: "";
	height: 4px;
	inset: 0 18px auto;
	position: absolute;
}

.na-dashboard-kicker {
	color: #67e8f9;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.na-dashboard-hero h1 {
	color: #ffffff;
	font-size: clamp(2.2rem, 6vw, 4rem);
	line-height: 1;
	margin: 0;
}

.na-dashboard-hero p:last-child {
	color: #cbd5e1;
	font-size: 1rem;
	line-height: 1.6;
	margin: 12px 0 0;
	max-width: 680px;
}

.na-dashboard-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
}

.na-dashboard-panel {
	background:
		linear-gradient(155deg, rgba(15, 23, 42, 0.95), rgba(18, 10, 39, 0.92)),
		radial-gradient(circle at 100% 0%, rgba(34, 211, 238, 0.08), transparent 30%);
	border: 1px solid rgba(103, 232, 249, 0.22);
	border-radius: 16px;
	box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28), 0 0 34px rgba(124, 58, 237, 0.08);
	color: #f8fbff;
	min-width: 0;
	overflow: hidden;
	padding: clamp(16px, 3vw, 24px);
}

.na-dashboard-panel-wide {
	grid-column: span 1;
}

.na-dashboard-panel h1,
.na-dashboard-panel h2,
.na-dashboard-panel h3,
.na-dashboard-panel h4 {
	color: #ffffff;
}

.na-dashboard-panel p,
.na-dashboard-panel li,
.na-dashboard-panel label {
	color: #dbe7ff;
}

.na-dashboard-login-required,
.na-dashboard-module-error {
	background:
		radial-gradient(circle at 16% 0%, rgba(34, 211, 238, 0.14), transparent 32%),
		linear-gradient(155deg, rgba(15, 23, 42, 0.96), rgba(18, 10, 39, 0.94));
	border: 1px solid rgba(103, 232, 249, 0.26);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	color: #f8fbff;
	padding: clamp(22px, 5vw, 36px);
}

.na-dashboard-login-required {
	max-width: 620px;
}

.na-dashboard-login-required h2 {
	color: #ffffff;
	font-size: clamp(1.5rem, 4vw, 2.2rem);
	line-height: 1.08;
	margin: 0;
}

.na-dashboard-login-required p {
	color: #cbd5e1;
	line-height: 1.6;
	margin: 12px 0 0;
}

.na-dashboard-login-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.na-dashboard-button {
	align-items: center;
	border: 1px solid rgba(103, 232, 249, 0.28);
	border-radius: 12px;
	color: #f8fbff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	min-width: 160px;
	padding: 13px 18px;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.na-dashboard-button-primary {
	background: linear-gradient(135deg, #22d3ee, #7c3cff, #d946ef);
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: 0 14px 32px rgba(124, 58, 237, 0.3);
}

.na-dashboard-button-secondary {
	background: rgba(15, 23, 42, 0.86);
	border-color: rgba(103, 232, 249, 0.4);
}

.na-dashboard-button:hover,
.na-dashboard-button:focus {
	border-color: rgba(103, 232, 249, 0.72);
	box-shadow: 0 16px 38px rgba(34, 211, 238, 0.18);
	color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

.na-dashboard-module-error {
	background: rgba(248, 113, 113, 0.12);
	border-color: rgba(248, 113, 113, 0.34);
	color: #fecaca;
	font-weight: 800;
	line-height: 1.45;
}

@media (min-width: 980px) {
	.na-dashboard-panel-wide {
		grid-column: span 2;
	}
}

@media (max-width: 979px) {
	.na-dashboard-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.na-dashboard-page {
		padding: 24px 12px 38px;
	}

	.na-dashboard-hero,
	.na-dashboard-panel,
	.na-dashboard-login-required {
		border-radius: 14px;
		padding: 20px 16px;
	}

	.na-dashboard-login-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.na-dashboard-button {
		width: 100%;
	}
}
/* =========================================================
   Never Alone Dashboard Page
   ========================================================= */

.na-dashboard-page {
	min-height: 70vh;
	padding: 72px 20px;
	background:
		radial-gradient(circle at top left, rgba(33, 230, 255, 0.12), transparent 34%),
		radial-gradient(circle at bottom right, rgba(217, 70, 239, 0.14), transparent 38%),
		#050a18;
	color: #fff;
}

.na-dashboard-shell {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.na-dashboard-hero {
	margin-bottom: 32px;
	padding: 32px;
	border: 1px solid rgba(103, 232, 249, 0.18);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(12, 20, 45, 0.92), rgba(24, 13, 44, 0.86));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.na-dashboard-kicker {
	margin: 0 0 10px;
	color: #67e8f9;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.na-dashboard-hero h1 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(2.4rem, 6vw, 4.8rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.na-dashboard-hero p {
	margin: 0;
	max-width: 720px;
	color: rgba(226, 238, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.6;
}

.na-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.na-dashboard-panel,
.na-dashboard-login-required {
	padding: 26px;
	border: 1px solid rgba(103, 232, 249, 0.18);
	border-radius: 22px;
	background: rgba(9, 17, 38, 0.88);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.na-dashboard-panel-wide {
	grid-column: 1 / -1;
}

.na-dashboard-login-required {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.na-dashboard-login-required h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 2rem;
}

.na-dashboard-login-required p,
.na-dashboard-module-error {
	color: rgba(226, 238, 255, 0.82);
}

.na-dashboard-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.na-dashboard-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	font-weight: 900;
	text-decoration: none;
}

.na-dashboard-button-primary {
	background: linear-gradient(135deg, #d946ef, #7c3cff 48%, #21e6ff);
	color: #fff;
}

.na-dashboard-button-secondary {
	border: 1px solid rgba(103, 232, 249, 0.28);
	background: rgba(9, 17, 38, 0.82);
	color: #dcecff;
}

.na-dashboard-module-error {
	padding: 16px;
	border: 1px solid rgba(248, 113, 113, 0.35);
	border-radius: 14px;
	background: rgba(127, 29, 29, 0.18);
}

@media (max-width: 760px) {
	.na-dashboard-page {
		padding: 44px 16px;
	}

	.na-dashboard-hero,
	.na-dashboard-panel,
	.na-dashboard-login-required {
		padding: 22px;
	}

	.na-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.na-dashboard-panel-wide {
		grid-column: auto;
	}

	.na-dashboard-actions {
		display: grid;
	}

	.na-dashboard-button {
		width: 100%;
	}
}
