:root {
	--fv1-bg: #05070d;
	--fv1-bg-soft: #0b1220;
	--fv1-panel: rgba(8, 15, 28, 0.9);
	--fv1-panel-strong: rgba(10, 18, 34, 0.96);
	--fv1-line: rgba(34, 211, 238, 0.26);
	--fv1-line-soft: rgba(148, 163, 184, 0.14);
	--fv1-cyan: #22d3ee;
	--fv1-blue: #3b82f6;
	--fv1-gold: #f59e0b;
	--fv1-gold-strong: #facc15;
	--fv1-text: #f8fafc;
	--fv1-muted: #94a3b8;
	--fv1-red: #fb7185;
	--fv1-green: #22c55e;
	--fv1-shadow: 0 24px 90px rgba(0, 0, 0, 0.56);
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body.fv1-body {
	margin: 0;
	background: var(--fv1-bg);
	color: var(--fv1-text);
	font-family: "Manrope", "Segoe UI", sans-serif;
	line-height: 1.55;
}

.fv1-page-bg {
	position: fixed;
	inset: 0;
	z-index: -3;
	width: 100vw;
	max-width: 100vw;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(5, 7, 13, 0.88)),
		radial-gradient(circle at 76% 8%, rgba(34, 211, 238, 0.2), transparent 30%),
		radial-gradient(circle at 16% 82%, rgba(59, 130, 246, 0.24), transparent 34%),
		radial-gradient(circle at 92% 92%, rgba(245, 158, 11, 0.16), transparent 28%),
		url("../img/info/bg-info-cta.jpg") center top / cover no-repeat,
		linear-gradient(135deg, rgba(2, 6, 23, 0.98), rgba(8, 15, 28, 0.95));
	overflow: hidden;
	pointer-events: none;
}

.fv1-page-bg:before {
	content: "";
	position: absolute;
	inset: -24%;
	background:
		url("../img/smoke-3.webp") center / cover no-repeat,
		repeating-linear-gradient(115deg, transparent 0 68px, rgba(34, 211, 238, 0.08) 69px, transparent 70px),
		linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.08), transparent);
	opacity: 0.42;
	animation: fv1-lines 18s linear infinite;
}

.fv1-page-bg:after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(34, 211, 238, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(34, 211, 238, 0.04) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 78%);
}

.fv1-grid-glow {
	position: fixed;
	width: 360px;
	height: 360px;
	z-index: -2;
	filter: blur(60px);
	opacity: 0.32;
	background: var(--fv1-cyan);
	animation: fv1-glow-pulse 6s ease-in-out infinite;
	pointer-events: none;
}

.fv1-grid-glow-one {
	top: 8%;
	left: -120px;
}

.fv1-grid-glow-two {
	right: -140px;
	bottom: 5%;
	background: var(--fv1-gold);
	animation-delay: -2.5s;
}

.fv1-side-render {
	position: fixed;
	top: 118px;
	z-index: -1;
	width: clamp(560px, 39vw, 780px);
	height: min(96vh, 980px);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.64;
	filter: saturate(0.92) drop-shadow(0 0 34px rgba(34, 211, 238, 0.14));
	pointer-events: none;
}

.fv1-side-render-left {
	left: clamp(-96px, 2vw, 42px);
	background-image: url("../img/info/render-info-7.png");
	opacity: 0.48;
	filter:
		blur(1.3px)
		saturate(0.78)
		brightness(0.84)
		drop-shadow(0 0 22px rgba(34, 211, 238, 0.1));
}

.fv1-container {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
}

.fv1-topbar {
	position: sticky;
	top: 0;
	z-index: 10;
	padding: 14px 0 6px;
	background: transparent;
	backdrop-filter: blur(16px);
	border-bottom: 0;
	transition: box-shadow 0.24s ease, border-color 0.24s ease;
}

.fv1-topbar:after {
	display: none;
}

.fv1-topbar.is-scrolled {
	box-shadow: none;
	border-color: transparent;
}

.fv1-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
}

.fv1-brand {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: var(--fv1-text);
	text-decoration: none;
}

.fv1-brand:hover {
	color: var(--fv1-text);
	text-decoration: none;
}

.fv1-brand-logo {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	height: 76px;
	line-height: 0;
	border-radius: 18px;
}

.fv1-brand-logo img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	max-width: 300px;
	max-height: 74px;
	object-fit: contain;
	filter:
		drop-shadow(0 0 12px rgba(34, 211, 238, 0.18))
		drop-shadow(0 0 18px rgba(245, 158, 11, 0.1));
	animation: fv1-logo-glow 3.6s ease-in-out infinite;
}

.fv1-brand-logo:after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: -70%;
	z-index: 2;
	width: 46%;
	background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.46), transparent);
	filter: blur(2px);
	transform: skewX(-20deg);
	animation: fv1-logo-shine 3.6s ease-in-out infinite;
	pointer-events: none;
}

.fv1-brand-mark {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid var(--fv1-line);
	background: linear-gradient(145deg, rgba(34, 211, 238, 0.16), rgba(245, 158, 11, 0.08));
	color: var(--fv1-cyan);
	font-family: "Cinzel", serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		0 0 26px rgba(34, 211, 238, 0.16);
}

.fv1-brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.fv1-brand-text strong {
	font-family: "Cinzel", serif;
	font-size: 20px;
	letter-spacing: 0.04em;
}

.fv1-brand-text small {
	color: var(--fv1-muted);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.fv1-nav-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
}

.fv1-beta-page {
	display: grid;
	gap: 24px;
}

.fv1-beta-hero,
.fv1-beta-search,
.fv1-beta-feedback,
.fv1-beta-empty,
.fv1-beta-support-panel {
	border: 1px solid var(--fv1-line);
	background:
		linear-gradient(155deg, rgba(10, 18, 34, 0.96), rgba(8, 15, 28, 0.88)),
		radial-gradient(circle at top right, rgba(34, 211, 238, 0.14), transparent 35%);
	box-shadow: var(--fv1-shadow);
}

.fv1-beta-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 20px;
	padding: 28px;
	border-radius: 28px;
}

.fv1-beta-copy h1 {
	margin: 0 0 10px;
	font-family: "Cinzel", serif;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.08;
}

.fv1-beta-copy p {
	margin: 0;
	max-width: 720px;
}

.fv1-beta-summary {
	display: grid;
	gap: 8px;
	align-content: start;
	padding: 20px;
	border-radius: 22px;
	border: 1px solid rgba(245, 158, 11, 0.22);
	background: rgba(5, 10, 20, 0.72);
	text-align: left;
}

.fv1-beta-summary span,
.fv1-beta-summary em {
	color: var(--fv1-muted);
	font-style: normal;
}

.fv1-beta-summary strong {
	font-family: "Cinzel", serif;
	font-size: clamp(34px, 5vw, 50px);
	line-height: 1;
	color: var(--fv1-gold-strong);
}

.fv1-beta-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: 22px 24px;
	border-radius: 24px;
}

.fv1-beta-search-field {
	display: grid;
	gap: 8px;
}

.fv1-beta-search-field label {
	color: var(--fv1-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fv1-beta-search-field input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 16px;
	background: rgba(4, 9, 18, 0.86);
	color: var(--fv1-text);
	font: inherit;
}

.fv1-beta-search-field input:focus {
	outline: none;
	border-color: rgba(34, 211, 238, 0.7);
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}

.fv1-beta-search-actions {
	display: flex;
	align-items: end;
	gap: 10px;
	flex-wrap: wrap;
}

.fv1-beta-feedback {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border-radius: 20px;
}

.fv1-beta-feedback strong,
.fv1-beta-feedback span {
	display: block;
}

.fv1-beta-feedback span {
	color: var(--fv1-muted);
}

.fv1-beta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.fv1-beta-card {
	display: grid;
	gap: 10px;
	padding: 20px 18px;
	border-radius: 22px;
	border: 1px solid rgba(34, 211, 238, 0.2);
	background:
		linear-gradient(180deg, rgba(11, 18, 32, 0.96), rgba(7, 12, 22, 0.9)),
		radial-gradient(circle at top left, rgba(34, 211, 238, 0.14), transparent 35%);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.fv1-beta-card span {
	color: var(--fv1-cyan);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fv1-beta-card strong {
	font-size: 22px;
	line-height: 1.2;
	word-break: break-word;
}

.fv1-beta-card em {
	color: var(--fv1-muted);
	font-style: normal;
}

.fv1-beta-empty {
	display: grid;
	gap: 12px;
	padding: 28px;
	border-radius: 26px;
}

.fv1-beta-empty h2,
.fv1-beta-support-panel h2 {
	margin: 0;
	font-family: "Cinzel", serif;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.15;
}

.fv1-beta-empty p,
.fv1-beta-support-panel p {
	margin: 0;
	color: var(--fv1-muted);
}

.fv1-beta-empty-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.fv1-beta-support-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 28px;
	border-radius: 26px;
}

@media (max-width: 900px) {
	.fv1-beta-hero,
	.fv1-beta-search,
	.fv1-beta-support-panel,
	.fv1-beta-feedback {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.fv1-beta-search-actions {
		align-items: stretch;
	}

	.fv1-beta-search-actions .fv1-button,
	.fv1-beta-empty-actions .fv1-button,
	.fv1-beta-support-panel .fv1-button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

.fv1-top-stats {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.fv1-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(34, 211, 238, 0.32);
	border-radius: 14px;
	background: rgba(8, 15, 28, 0.5);
	box-shadow:
		inset 0 0 18px rgba(34, 211, 238, 0.08),
		0 0 24px rgba(34, 211, 238, 0.08);
	cursor: default;
	white-space: nowrap;
}

.fv1-status-pill img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	image-rendering: pixelated;
	filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.4));
}

.fv1-status-pill strong,
.fv1-status-pill em {
	font-family: "Manrope", "Segoe UI", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	font-style: normal;
}

.fv1-status-pill strong {
	color: var(--fv1-text);
}

.fv1-status-pill em {
	color: var(--fv1-text);
}

.fv1-player-pill strong {
	color: rgba(248, 250, 252, 0.88);
}

.fv1-server-state strong {
	color: var(--fv1-muted);
}

.fv1-server-state.is-on em {
	color: var(--fv1-green);
}

.fv1-server-state.is-off em {
	color: var(--fv1-red);
}

.fv1-nav-link,
.fv1-button,
.fv1-square-actions a,
input[type="submit"],
button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(34, 211, 238, 0.28);
	border-radius: 14px;
	background: rgba(8, 15, 28, 0.48);
	color: var(--fv1-text);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.fv1-nav-link:before,
.fv1-button:before,
.fv1-square-actions a:before,
input[type="submit"]:before,
button:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
	transform: translateX(-120%);
	transition: transform 0.32s ease;
}

.fv1-nav-link:hover,
.fv1-button:hover,
.fv1-square-actions a:hover,
input[type="submit"]:hover,
button:hover,
.fv1-nav-link.is-hovered,
.fv1-button.is-hovered,
.fv1-square-actions a.is-hovered {
	transform: translateY(-3px);
	border-color: rgba(34, 211, 238, 0.78);
	color: #fff;
	background: rgba(34, 211, 238, 0.12);
	box-shadow: 0 12px 28px rgba(34, 211, 238, 0.14);
	text-decoration: none;
}

.fv1-nav-link:hover:before,
.fv1-button:hover:before,
.fv1-square-actions a:hover:before,
input[type="submit"]:hover:before,
button:hover:before {
	transform: translateX(120%);
}

.fv1-button {
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.96), rgba(59, 130, 246, 0.92));
	color: #02111c;
	border-color: rgba(125, 211, 252, 0.8);
	box-shadow: 0 0 28px rgba(34, 211, 238, 0.14);
}

.fv1-button-ghost {
	background: rgba(8, 15, 28, 0.48);
	color: var(--fv1-text);
	border-color: rgba(245, 158, 11, 0.36);
}

.fv1-button-full {
	width: 100%;
}

.fv1-stat-strip {
	display: none !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 16px 0;
}

.fv1-stat-card,
.fv1-server-box {
	position: relative;
	padding: 18px;
	border: 1px solid var(--fv1-line);
	background:
		linear-gradient(145deg, rgba(34, 211, 238, 0.08), rgba(255, 255, 255, 0.018)),
		rgba(8, 15, 28, 0.7);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
	cursor: default;
}

.fv1-stat-label,
.fv1-server-box span,
.fv1-info-grid span,
.fv1-eyebrow {
	display: block;
	margin-bottom: 6px;
	color: var(--fv1-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

.fv1-stat-card strong,
.fv1-server-box strong {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--fv1-text);
	font-size: 24px;
	font-family: "Cinzel", serif;
}

.fv1-stat-card strong span,
.fv1-server-box strong span {
	width: 9px;
	height: 9px;
	background: currentColor;
	box-shadow: 0 0 18px currentColor;
}

.is-on {
	color: var(--fv1-green) !important;
}

.is-off {
	color: var(--fv1-red) !important;
}

.fv1-main {
	padding: 46px 0 70px;
}

.fv1-content-card,
.fv1-panel,
.fv1-auth-card,
.fv1-account-card {
	position: relative;
	border: 1px solid var(--fv1-line);
	background: var(--fv1-panel);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
	cursor: default;
}

.fv1-content-card:before,
.fv1-panel:before,
.fv1-auth-card:before,
.fv1-account-card:before,
.fv1-hero-copy:before,
.fv1-hero-panel:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.8), rgba(245, 158, 11, 0.55), transparent);
	opacity: 0.65;
}

.fv1-content-card {
	padding: 34px;
	min-height: 460px;
}

.fv1-download-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
	align-items: center;
	min-height: 390px;
	margin-bottom: 22px;
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid var(--fv1-line);
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 15, 28, 0.74)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(245, 158, 11, 0.08)),
		url("../img/download/bg-dl-cta.jpg") center / cover no-repeat,
		var(--fv1-panel);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-download-hero:before,
.fv1-download-panel:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.82), rgba(245, 158, 11, 0.56), transparent);
	opacity: 0.76;
}

.fv1-download-copy {
	position: relative;
	z-index: 2;
	max-width: 680px;
}

.fv1-download-copy h1 {
	margin: 0 0 16px;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: clamp(46px, 7vw, 82px);
	line-height: 0.95;
	letter-spacing: 0.03em;
}

.fv1-download-copy p {
	max-width: 580px;
	color: var(--fv1-muted);
}

.fv1-download-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.fv1-download-notes span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(34, 211, 238, 0.24);
	border-radius: 16px;
	background: rgba(8, 15, 28, 0.6);
	color: rgba(248, 250, 252, 0.86);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fv1-download-render {
	position: relative;
	z-index: 1;
	justify-self: end;
	max-width: min(360px, 100%);
	filter: drop-shadow(0 0 30px rgba(34, 211, 238, 0.2));
}

.fv1-download-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.fv1-download-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 132px;
	padding: 20px;
	border: 1px solid var(--fv1-line);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 15, 28, 0.82)),
		url("../img/download/bg-dl-lite.jpg") center / cover no-repeat,
		var(--fv1-panel);
	color: var(--fv1-text);
	text-decoration: none;
	box-shadow: var(--fv1-shadow);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.fv1-download-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 44%, transparent 62%);
	opacity: 0;
	transform: translateX(-120%);
	transition: transform 0.38s ease, opacity 0.22s ease;
}

.fv1-download-card:hover {
	transform: translateY(-4px);
	border-color: rgba(34, 211, 238, 0.78);
	box-shadow: 0 22px 58px rgba(34, 211, 238, 0.12), var(--fv1-shadow);
	text-decoration: none;
}

.fv1-download-card:hover:before {
	opacity: 1;
	transform: translateX(120%);
}

.fv1-download-icon,
.fv1-download-info,
.fv1-download-action {
	position: relative;
	z-index: 1;
}

.fv1-download-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(34, 211, 238, 0.22);
	border-radius: 18px;
	background: rgba(5, 7, 13, 0.52);
}

.fv1-download-icon img {
	display: block;
	max-width: 54px;
	max-height: 54px;
	object-fit: contain;
	filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.18));
}

.fv1-download-info small {
	display: block;
	color: var(--fv1-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.fv1-download-info strong {
	display: block;
	margin-top: 4px;
	color: var(--fv1-text);
	font-size: 20px;
	line-height: 1.1;
}

.fv1-download-action {
	grid-column: 1 / -1;
	display: inline-flex;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(34, 211, 238, 0.42);
	border-radius: 17px;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.96), rgba(59, 130, 246, 0.92));
	color: #02111c;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.fv1-download-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	align-items: center;
	gap: 20px;
	padding: 26px;
	border: 1px solid var(--fv1-line);
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.88), rgba(8, 15, 28, 0.8)),
		url("../img/download/bg-dl-mb.jpg") center / cover no-repeat,
		var(--fv1-panel);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-download-panel h2 {
	margin: 0 0 10px;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
}

.fv1-download-panel p {
	max-width: 620px;
	color: var(--fv1-muted);
}

.fv1-download-panel img {
	max-width: 180px;
	justify-self: end;
	filter: drop-shadow(0 0 24px rgba(34, 211, 238, 0.16));
}

.fv1-dl-page {
	position: relative;
	display: grid;
	gap: 44px;
}

.fv1-dl-title {
	position: relative;
	min-height: 300px;
	padding: clamp(42px, 7vw, 84px) clamp(22px, 6vw, 80px);
	border: 1px solid var(--fv1-line);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.78), rgba(10, 18, 34, 0.9)),
		radial-gradient(circle at 76% 28%, rgba(124, 58, 237, 0.2), transparent 34%),
		url("../img/download/bg-dl-cta.jpg") center / cover no-repeat;
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
	text-align: center;
}

.fv1-dl-title:before,
.fv1-dl-client-card:before,
.fv1-dl-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.82), rgba(124, 58, 237, 0.7), transparent);
	opacity: 0.8;
}

.fv1-dl-title:after {
	content: "";
	position: absolute;
	right: 2%;
	bottom: -18px;
	width: min(330px, 42vw);
	height: 260px;
	background: url("../img/download/render-dl-2.png") center bottom / contain no-repeat;
	opacity: 0.24;
	filter: drop-shadow(0 0 28px rgba(34, 211, 238, 0.24));
	pointer-events: none;
}

.fv1-dl-title > * {
	position: relative;
	z-index: 1;
}

.fv1-dl-title h1 {
	margin: 0 0 14px;
	color: var(--fv1-text);
	font-size: clamp(44px, 7vw, 76px);
	line-height: 1;
	letter-spacing: -0.06em;
}

.fv1-dl-title h1 span,
.fv1-dl-section-title h2 span {
	color: var(--fv1-cyan);
	text-shadow: 0 0 24px rgba(34, 211, 238, 0.26);
}

.fv1-dl-title p {
	max-width: 640px;
	margin: 0 auto;
	color: var(--fv1-muted);
	font-size: 16px;
}

.fv1-dl-client-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.fv1-dl-client-card,
.fv1-dl-section {
	position: relative;
	border: 1px solid var(--fv1-line);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 15, 28, 0.94)),
		url("../img/download/bg-dl-lite.jpg") center / cover no-repeat;
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-dl-client-card {
	min-height: 360px;
	padding: clamp(24px, 4vw, 36px);
}

.fv1-dl-client-android {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 15, 28, 0.94)),
		radial-gradient(circle at 88% 14%, rgba(34, 197, 94, 0.14), transparent 34%),
		url("../img/download/bg-dl-mb.jpg") center / cover no-repeat;
}

.fv1-dl-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.fv1-dl-card-head h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 4px;
	color: var(--fv1-text);
	font-size: 28px;
	letter-spacing: -0.04em;
}

.fv1-dl-platform-logo {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	filter: drop-shadow(0 0 14px rgba(34, 197, 94, 0.24));
}

.fv1-dl-card-head p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	color: var(--fv1-muted);
	font-size: 14px;
}

.fv1-dl-meta-icon {
	color: var(--fv1-cyan);
	font-weight: 900;
	letter-spacing: 0.08em;
}

.fv1-dl-card-icon {
	display: grid;
	place-items: center;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(124, 58, 237, 0.5);
	border-radius: 15px;
	background: rgba(124, 58, 237, 0.24);
	color: #c4b5fd;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	box-shadow: 0 0 28px rgba(124, 58, 237, 0.22);
}

.fv1-dl-card-icon-green {
	border-color: rgba(34, 197, 94, 0.44);
	background: rgba(34, 197, 94, 0.18);
	color: #86efac;
	box-shadow: 0 0 28px rgba(34, 197, 94, 0.18);
}

.fv1-dl-badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--fv1-green);
	color: #03120a;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fv1-dl-card-copy {
	max-width: 560px;
	margin: 0 0 22px;
	color: var(--fv1-muted);
	font-size: 16px;
	line-height: 1.55;
}

.fv1-dl-mirror-list {
	display: grid;
	gap: 10px;
}

.fv1-dl-mirror {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 13px;
	background: rgba(2, 6, 23, 0.58);
	color: var(--fv1-text);
	text-decoration: none;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.fv1-dl-mirror:hover {
	transform: translateY(-2px);
	border-color: rgba(34, 211, 238, 0.7);
	background: rgba(8, 15, 28, 0.82);
	box-shadow: 0 16px 32px rgba(34, 211, 238, 0.08);
	text-decoration: none;
}

.fv1-dl-provider {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
}

.fv1-dl-provider img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.16));
}

.fv1-dl-open {
	color: var(--fv1-cyan);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.fv1-dl-available {
	margin: 18px 0 0;
	color: #4ade80;
	font-weight: 800;
}

.fv1-dl-mobile-note {
	margin: 10px 0 0;
	color: var(--fv1-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.fv1-dl-section {
	padding: clamp(26px, 5vw, 48px);
}

.fv1-dl-section-title {
	margin-bottom: 24px;
	text-align: center;
}

.fv1-dl-section-title h2 {
	margin: 0 0 8px;
	color: var(--fv1-text);
	font-size: clamp(30px, 5vw, 48px);
	letter-spacing: -0.05em;
}

.fv1-dl-section-title p {
	margin: 0;
	color: var(--fv1-muted);
}

.fv1-dl-req-shell {
	max-width: 960px;
	margin: 0 auto;
}

.fv1-dl-req-radio {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.fv1-dl-req-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	margin: 0 auto 24px;
	padding: 5px;
	border-radius: 16px;
	background: rgba(148, 163, 184, 0.16);
}

.fv1-dl-req-tabs label {
	display: grid;
	place-items: center;
	min-height: 40px;
	border-radius: 12px;
	color: #8aa4c3;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
	transition: color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.fv1-dl-req-radio:nth-of-type(1):checked ~ .fv1-dl-req-tabs label:nth-child(1),
.fv1-dl-req-radio:nth-of-type(2):checked ~ .fv1-dl-req-tabs label:nth-child(2),
.fv1-dl-req-radio:nth-of-type(3):checked ~ .fv1-dl-req-tabs label:nth-child(3) {
	background: rgba(2, 6, 23, 0.82);
	color: var(--fv1-text);
	box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.2);
}

.fv1-dl-req-panels {
	position: relative;
}

.fv1-dl-req-card {
	border: 1px solid rgba(148, 163, 184, 0.15);
	border-radius: 20px;
	background: rgba(8, 15, 28, 0.6);
	overflow: hidden;
}

.fv1-dl-req-panel {
	display: none;
}

.fv1-dl-req-radio:nth-of-type(1):checked ~ .fv1-dl-req-panels .fv1-dl-req-panel:nth-child(1),
.fv1-dl-req-radio:nth-of-type(2):checked ~ .fv1-dl-req-panels .fv1-dl-req-panel:nth-child(2),
.fv1-dl-req-radio:nth-of-type(3):checked ~ .fv1-dl-req-panels .fv1-dl-req-panel:nth-child(3) {
	display: block;
}

.fv1-dl-req-card h3 {
	margin: 0;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	color: var(--fv1-text);
	font-size: 16px;
}

.fv1-dl-req-row {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 14px;
	padding: 15px 18px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.09);
}

.fv1-dl-req-row:last-child {
	border-bottom: 0;
}

.fv1-dl-req-row strong {
	color: var(--fv1-text);
}

.fv1-dl-req-row span {
	color: #8aa4c3;
}

.fv1-dl-step-list {
	display: grid;
	gap: 16px;
	max-width: 900px;
	margin: 0 auto;
}

.fv1-dl-step {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	min-height: 94px;
	padding: 20px;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 22px;
	background: rgba(8, 15, 28, 0.68);
}

.fv1-dl-step > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--fv1-cyan), var(--fv1-blue));
	color: #02111c;
	font-size: 18px;
	font-weight: 900;
	box-shadow: 0 0 28px rgba(34, 211, 238, 0.18);
}

.fv1-dl-step strong {
	display: block;
	color: var(--fv1-text);
	font-size: 18px;
}

.fv1-dl-step p {
	margin: 2px 0 0;
	color: var(--fv1-muted);
}

.fv1-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 24px;
}

.fv1-hero-single {
	grid-template-columns: 1fr;
}

.fv1-hero-copy,
.fv1-hero-panel {
	position: relative;
	border: 1px solid var(--fv1-line);
	background: var(--fv1-panel);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-hero-copy {
	padding: clamp(34px, 6vw, 70px);
}

.fv1-hero-copy h1,
.fv1-panel h2,
.fv1-auth-card h2,
.fv1-account-card h2 {
	margin: 0 0 16px;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.fv1-hero-copy h1 {
	font-size: clamp(42px, 7vw, 86px);
	line-height: 0.95;
}

.fv1-hero-copy p,
.fv1-panel p,
.fv1-auth-card p,
.fv1-account-card p {
	color: var(--fv1-muted);
}

.fv1-hero-actions,
.fv1-account-actions,
.fv1-square-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.fv1-hero-panel {
	display: grid;
	gap: 14px;
	padding: 22px;
}

.fv1-server-box p {
	margin: 10px 0 0;
	color: var(--fv1-muted);
	font-size: 13px;
	line-height: 1.55;
}

.fv1-rank-dashboard {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: 22px;
	margin-bottom: 24px;
}

.fv1-index-dashboard {
	grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
	align-items: stretch;
}

.fv1-index-dashboard .fv1-register-panel {
	min-height: 0;
}

.fv1-rank-side {
	display: grid;
	align-content: start;
	gap: 16px;
	min-width: 0;
}

.fv1-guild-spotlight {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	gap: 24px;
	margin-bottom: 24px;
}

.fv1-guild-stage,
.fv1-guild-board {
	position: relative;
	min-height: 430px;
	border: 1px solid var(--fv1-line);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-rank-dashboard .fv1-guild-stage {
	min-height: 584px;
}

.fv1-rank-dashboard .fv1-guild-board {
	min-height: 0;
	padding: 18px;
}

.fv1-guild-stage {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(8, 15, 28, 0.84)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(245, 158, 11, 0.05)),
		url("../img/download/bg-dl-cta.jpg") center / cover no-repeat,
		var(--fv1-panel);
}

.fv1-server-actions {
	position: relative;
	z-index: 1;
	margin-top: 22px;
}

.fv1-server-landing {
	position: relative;
	display: grid;
	justify-items: center;
	align-content: center;
	min-height: 584px;
	padding: clamp(24px, 4vw, 46px) clamp(8px, 3vw, 32px);
	overflow: hidden;
}

.fv1-server-landing:before {
	display: none;
}

.fv1-server-landing-render {
	position: absolute;
	right: clamp(-120px, -7vw, -44px);
	bottom: -58px;
	width: min(48vw, 520px);
	opacity: 0.1;
	filter: grayscale(1) drop-shadow(0 0 34px rgba(34, 211, 238, 0.18));
	pointer-events: none;
}

.fv1-server-hero {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	text-align: center;
}

.fv1-server-logo-wrap {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 520px);
	isolation: isolate;
}

.fv1-server-logo-wrap:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: 36px;
	background:
		linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, 0.08) 43%, rgba(255, 255, 255, 0.72) 48%, rgba(190, 235, 255, 0.16) 53%, transparent 60%),
		radial-gradient(ellipse at center, rgba(34, 211, 238, 0.1), transparent 64%);
	filter: blur(0.25px);
	mask-image: url("../img/finest.png");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("../img/finest.png");
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mix-blend-mode: screen;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-112%) skewX(-15deg);
	animation: fv1-logo-glass 4.4s ease-in-out infinite;
}

.fv1-server-logo-wrap:after {
	content: "";
	position: absolute;
	inset: 12% 6% 4%;
	z-index: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.16), transparent 38%),
		radial-gradient(circle at 48% 54%, rgba(34, 211, 238, 0.32), transparent 62%),
		radial-gradient(circle at 52% 70%, rgba(245, 158, 11, 0.18), transparent 58%);
	filter: blur(22px);
	opacity: 0.78;
	pointer-events: none;
}

.fv1-server-logo {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-height: 150px;
	object-fit: contain;
	filter:
		drop-shadow(0 0 10px rgba(255, 255, 255, 0.22))
		drop-shadow(0 0 18px rgba(34, 211, 238, 0.42))
		drop-shadow(0 0 28px rgba(245, 158, 11, 0.18))
		drop-shadow(0 16px 26px rgba(0, 0, 0, 0.42));
}

.fv1-server-tagline {
	max-width: 500px;
	margin: 14px auto 0;
	color: rgba(203, 213, 225, 0.88);
	font-size: 16px;
	line-height: 1.55;
}

.fv1-server-short {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.fv1-server-short span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 11px;
	border: 1px solid rgba(34, 211, 238, 0.24);
	border-radius: 14px;
	background: rgba(8, 15, 28, 0.54);
	color: rgba(248, 250, 252, 0.86);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fv1-server-feature-strip {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 14px;
	margin: 0 0 24px;
	padding: 20px clamp(12px, 4vw, 42px);
	text-align: center;
}

.fv1-server-feature-strip:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.38), transparent);
}

.fv1-server-feature-strip p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0;
	color: rgba(203, 213, 225, 0.9);
	font-size: 16px;
	line-height: 1.55;
}

.fv1-server-feature-strip .fv1-server-short {
	position: relative;
	z-index: 1;
	margin-top: 0;
}

.fv1-streamer-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.46fr) auto;
	align-items: center;
	gap: 18px;
	margin: 0 0 30px;
	padding: clamp(22px, 3.4vw, 34px);
	border: 1px solid var(--fv1-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(8, 15, 28, 0.88)),
		radial-gradient(circle at 88% 20%, rgba(34, 197, 94, 0.14), transparent 34%),
		radial-gradient(circle at 12% 88%, rgba(34, 211, 238, 0.12), transparent 38%);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-streamer-cta:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(34, 211, 238, 0.08), transparent 42%),
		url("../img/smoke-1.webp") center / cover no-repeat;
	opacity: 0.18;
	pointer-events: none;
}

.fv1-streamer-cta-copy,
.fv1-streamer-cta-benefits,
.fv1-streamer-cta .fv1-button {
	position: relative;
	z-index: 1;
}

.fv1-streamer-cta h2 {
	margin: 0 0 8px;
	color: var(--fv1-text);
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -0.04em;
}

.fv1-streamer-cta h2 span,
.fv1-streamer-head h1 span {
	color: var(--fv1-cyan);
	text-shadow: 0 0 22px rgba(34, 211, 238, 0.25);
}

.fv1-streamer-cta p {
	max-width: 720px;
	margin: 0;
	color: rgba(203, 213, 225, 0.9);
	line-height: 1.6;
}

.fv1-streamer-cta-benefits {
	display: grid;
	gap: 8px;
	color: rgba(226, 232, 240, 0.9);
	font-size: 13px;
	font-weight: 800;
}

.fv1-streamer-cta-benefits span {
	position: relative;
	padding-left: 18px;
}

.fv1-streamer-cta-benefits span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fv1-green);
	box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
}

.fv1-card-drops-section {
	margin: 0 0 30px;
	padding: 10px 0 26px;
}

.fv1-card-drops-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.fv1-card-drops-head h2 {
	margin: 0;
	color: var(--fv1-text);
	font-size: 26px;
	line-height: 1.15;
}

.fv1-card-drops-head h2 span {
	color: var(--fv1-gold);
}

.fv1-card-drops-head a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7c3aed;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.fv1-card-drops-head a:hover {
	color: var(--fv1-cyan);
	text-decoration: none;
}

.fv1-card-drop-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.fv1-card-drop-card {
	position: relative;
	z-index: 1;
	min-width: 0;
	border: 1px solid var(--fv1-line-soft);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(9, 14, 27, 0.94), rgba(12, 18, 34, 0.88)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.06), rgba(245, 158, 11, 0.04));
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
	overflow: visible;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.fv1-card-drop-card:hover {
	z-index: 20;
	border-color: rgba(34, 211, 238, 0.44);
	box-shadow: 0 24px 68px rgba(0, 0, 0, 0.34), 0 0 28px rgba(34, 211, 238, 0.08);
	transform: translateY(-4px);
}

.fv1-card-drop-card a {
	position: relative;
	display: grid;
	overflow: visible;
	align-content: center;
	justify-items: center;
	min-height: 194px;
	padding: 18px 14px 16px;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.fv1-card-drop-image {
	position: relative;
	display: grid;
	place-items: center;
	width: 92px;
	height: 86px;
	margin-bottom: 8px;
}

.fv1-card-drop-image:before {
	content: "";
	position: absolute;
	inset: 18px 10px 4px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 68%);
	filter: blur(8px);
	opacity: 0.68;
}

.fv1-card-drop-icon {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 72px;
	max-height: 72px;
	object-fit: contain;
	transition: opacity 0.2s ease, transform 0.22s ease, filter 0.22s ease;
}

.fv1-card-drop-card:hover .fv1-card-drop-icon {
	filter: drop-shadow(0 0 18px rgba(34, 211, 238, 0.28));
	transform: translateY(-2px) scale(1.04);
}

.fv1-card-drop-preview {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	z-index: 30;
	display: grid;
	place-items: center;
	width: 156px;
	min-height: 206px;
	padding: 12px;
	border: 1px solid rgba(34, 211, 238, 0.42);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(8, 15, 28, 0.92)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(245, 158, 11, 0.06));
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.58), 0 0 28px rgba(34, 211, 238, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -8px) scale(0.94);
	transition: opacity 0.18s ease, transform 0.22s ease;
}

.fv1-card-drop-card:nth-child(n+4) .fv1-card-drop-preview {
	right: auto;
	left: 50%;
	transform: translate(-50%, -8px) scale(0.94);
}

.fv1-card-drop-preview:before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.28), transparent 42%, rgba(245, 158, 11, 0.16));
	opacity: 0.62;
	pointer-events: none;
}

.fv1-card-drop-art {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 132px;
	max-height: 182px;
	object-fit: contain;
	filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.58));
}

.fv1-card-drop-card:hover .fv1-card-drop-preview {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}

.fv1-card-drop-card:nth-child(n+4):hover .fv1-card-drop-preview {
	transform: translate(-50%, 0) scale(1);
}

.fv1-card-drop-card strong {
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
	min-height: 38px;
	color: var(--fv1-text);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fv1-card-drop-player,
.fv1-card-drop-card time {
	display: block;
	overflow: hidden;
	width: 100%;
	color: rgba(148, 163, 184, 0.92);
	font-size: 13px;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fv1-card-drop-player {
	margin-top: 2px;
}

.fv1-card-drop-card time {
	color: rgba(125, 151, 190, 0.92);
}

.fv1-card-drop-card em {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	min-width: 46px;
	padding: 3px 7px;
	border: 1px solid rgba(34, 211, 238, 0.26);
	border-radius: 8px;
	background: rgba(2, 6, 23, 0.72);
	color: var(--fv1-cyan);
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fv1-card-drop-empty {
	display: grid;
	place-items: center;
	min-height: 160px;
	padding: 24px;
	border: 1px dashed var(--fv1-line);
	border-radius: 8px;
	background: rgba(8, 15, 28, 0.36);
	text-align: center;
}

.fv1-card-drop-empty strong {
	display: block;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: 22px;
}

.fv1-card-drop-empty span {
	display: block;
	margin-top: 6px;
	color: var(--fv1-muted);
}

.fv1-server-landing .fv1-server-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: min(100%, 520px);
	margin-top: 24px;
}

.fv1-server-action {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--fv1-text);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fv1-server-action:hover {
	transform: translateY(-3px);
	color: #fff;
	text-decoration: none;
}

.fv1-server-action-register {
	background: linear-gradient(135deg, #22d3ee, #3b82f6);
	color: #03121d;
	box-shadow: 0 14px 34px rgba(34, 211, 238, 0.18);
}

.fv1-server-action-download {
	border-color: rgba(148, 163, 184, 0.22);
	background: rgba(2, 6, 23, 0.86);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.fv1-server-action-discord {
	background: linear-gradient(135deg, #5865f2, #3b82f6);
	box-shadow: 0 14px 34px rgba(88, 101, 242, 0.22);
}

.fv1-prereg-card {
	position: relative;
	z-index: 1;
	width: min(100%, 560px);
	margin: 28px auto 0;
	padding: 24px 26px 26px;
	border: 1px solid rgba(34, 211, 238, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 15, 28, 0.9)),
		rgba(5, 7, 13, 0.72);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.fv1-prereg-card h3 {
	margin: 0 0 18px;
	color: var(--fv1-text);
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.fv1-prereg-summary {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--fv1-muted);
}

.fv1-prereg-summary strong {
	color: var(--fv1-text);
	font-size: 24px;
	line-height: 1;
}

.fv1-prereg-summary span {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.fv1-prereg-summary em {
	color: var(--fv1-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.fv1-prereg-milestones {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.fv1-prereg-milestones span {
	display: grid;
	gap: 3px;
	min-width: 0;
	text-align: center;
}

.fv1-prereg-milestones em {
	color: var(--fv1-muted);
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fv1-prereg-milestones strong {
	overflow: hidden;
	color: var(--fv1-text);
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fv1-prereg-milestones .is-complete em {
	color: var(--fv1-green);
}

.fv1-prereg-milestones .is-complete strong {
	color: var(--fv1-green);
}

.fv1-prereg-track {
	position: relative;
	overflow: hidden;
	height: 9px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.18);
}

.fv1-prereg-track:before {
	content: "";
	display: block;
	width: var(--fv1-prereg-percent, 0%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--fv1-green), #a3e635);
	box-shadow: 0 0 18px rgba(34, 197, 94, 0.3);
}

.fv1-home .fv1-server-landing,
.fv1-home .fv1-register-panel,
.fv1-home .fv1-server-feature-strip,
.fv1-home .fv1-streamer-cta,
.fv1-home .fv1-card-drops-section,
.fv1-home .fv1-featured-battle-rankings .fv1-battle-card,
.fv1-home .fv1-guild-showcase .fv1-guild-board,
.fv1-home .fv1-guild-showcase .fv1-guild-stage,
.fv1-home .fv1-footer {
	animation: fv1-enter-up 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
	will-change: opacity, transform, filter;
}

.fv1-home .fv1-server-landing {
	animation-delay: 0.04s;
}

.fv1-home .fv1-register-panel {
	animation-delay: 0.16s;
}

.fv1-home .fv1-server-feature-strip {
	animation-delay: 0.28s;
}

.fv1-home .fv1-streamer-cta {
	animation-delay: 0.4s;
}

.fv1-home .fv1-card-drops-section {
	animation-delay: 0.52s;
}

.fv1-home .fv1-featured-battle-rankings .fv1-battle-card:nth-child(1) {
	animation-delay: 0.64s;
}

.fv1-home .fv1-featured-battle-rankings .fv1-battle-card:nth-child(2) {
	animation-delay: 0.76s;
}

.fv1-home .fv1-featured-battle-rankings .fv1-battle-card:nth-child(3) {
	animation-delay: 0.88s;
}

.fv1-home .fv1-guild-showcase .fv1-guild-board {
	animation-delay: 1s;
}

.fv1-home .fv1-guild-showcase .fv1-guild-stage {
	animation-delay: 1.12s;
}

.fv1-home .fv1-footer {
	animation-delay: 1.24s;
}

.fv1-guild-board {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(8, 15, 28, 0.86)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(245, 158, 11, 0.06)),
		url("../img/donate/bg-donate-codes.jpg") center / cover no-repeat,
		var(--fv1-panel);
}

.fv1-guild-stage:before,
.fv1-guild-board:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		url("../img/smoke-1.webp") center / cover no-repeat,
		linear-gradient(90deg, rgba(34, 211, 238, 0.08), transparent);
	opacity: 0.22;
	pointer-events: none;
}

.fv1-guild-stage:after,
.fv1-guild-board:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.8), rgba(245, 158, 11, 0.55), transparent);
	opacity: 0.75;
}

.fv1-guild-render {
	position: absolute;
	right: -52px;
	bottom: -24px;
	width: min(56%, 360px);
	opacity: 0.28;
	filter: grayscale(1) drop-shadow(0 0 28px rgba(34, 211, 238, 0.18));
	pointer-events: none;
}

.fv1-guild-copy {
	position: relative;
	z-index: 1;
	max-width: 430px;
	padding: clamp(30px, 5vw, 56px);
}

.fv1-guild-copy h1 {
	margin: 0 0 14px;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: clamp(40px, 5.6vw, 68px);
	line-height: 0.95;
	letter-spacing: 0.03em;
}

.fv1-guild-copy p {
	color: var(--fv1-muted);
}

.fv1-guild-copy .fv1-button {
	margin-top: 18px;
}

.fv1-guild-emperium-orb {
	position: absolute;
	right: clamp(6px, 2.4vw, 24px);
	bottom: 122px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 168px;
	height: 168px;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(250, 204, 21, 0.24) 0%, rgba(245, 158, 11, 0.14) 36%, transparent 70%),
		radial-gradient(circle, rgba(34, 211, 238, 0.08) 0%, transparent 62%);
	animation: fv1-emperium-float 3.8s ease-in-out infinite;
	pointer-events: none;
}

.fv1-guild-emperium-orb:before,
.fv1-guild-emperium-orb:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.fv1-guild-emperium-orb:before {
	inset: 26px;
	border: 1px solid rgba(250, 204, 21, 0.24);
	box-shadow:
		0 0 44px rgba(250, 204, 21, 0.2),
		inset 0 0 24px rgba(245, 158, 11, 0.12);
	animation: fv1-emperium-ring 3.8s ease-in-out infinite;
}

.fv1-guild-emperium-orb:after {
	inset: 46px;
	background: rgba(250, 204, 21, 0.18);
	filter: blur(16px);
}

.fv1-guild-emperium-orb img {
	position: relative;
	z-index: 1;
	width: 112px;
	height: auto;
	filter:
		drop-shadow(0 0 2px rgba(250, 204, 21, 0.98))
		drop-shadow(0 0 10px rgba(250, 204, 21, 0.88))
		drop-shadow(0 0 24px rgba(245, 158, 11, 0.58));
}

.fv1-guild-champion {
	position: absolute;
	left: clamp(28px, 4vw, 48px);
	right: clamp(28px, 4vw, 48px);
	bottom: 28px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border: 1px solid var(--fv1-line);
	background: rgba(5, 7, 13, 0.72);
	backdrop-filter: blur(10px);
}

.fv1-guild-flag {
	position: relative;
	display: grid;
	place-items: center;
	width: 58px;
	height: 70px;
	flex: 0 0 auto;
}

.fv1-guild-flag-base {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 0 16px rgba(245, 158, 11, 0.22));
}

.fv1-guild-emblem {
	position: relative;
	z-index: 1;
	width: 24px;
	height: 24px;
	image-rendering: pixelated;
	margin-top: 12px;
}

.fv1-guild-champion span,
.fv1-guild-row-main small,
.fv1-guild-row-stat small {
	display: block;
	color: var(--fv1-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.fv1-guild-champion strong {
	display: block;
	margin-top: 4px;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: 23px;
	line-height: 1.1;
}

.fv1-ladder-zone {
	display: grid;
	gap: 24px;
	margin-bottom: 24px;
}

.fv1-guild-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: 22px;
}

.fv1-guild-showcase .fv1-guild-stage {
	min-height: 456px;
}

.fv1-guild-showcase .fv1-guild-emperium-orb {
	top: 42px;
	right: clamp(18px, 3vw, 34px);
	bottom: auto;
	width: 136px;
	height: 136px;
}

.fv1-guild-showcase .fv1-guild-emperium-orb img {
	width: 92px;
}

.fv1-guild-board {
	padding: 28px;
}

.fv1-guild-board-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.fv1-rank-dashboard .fv1-guild-board-head {
	margin-bottom: 12px;
}

.fv1-guild-board-head h2 {
	margin: 0;
	font-size: 27px;
}

.fv1-rank-dashboard .fv1-guild-board-head h2 {
	font-size: 22px;
}

.fv1-guild-list,
.fv1-guild-empty {
	position: relative;
	z-index: 1;
}

.fv1-guild-list {
	display: grid;
	gap: 10px;
}

.fv1-guild-row {
	display: grid;
	grid-template-columns: 34px 38px minmax(0, 1fr) repeat(3, minmax(58px, 0.18fr));
	align-items: center;
	gap: 12px;
	padding: 13px 14px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.035);
}

.fv1-rank-dashboard .fv1-guild-row {
	grid-template-columns: 30px 34px minmax(0, 1fr) 44px 72px 58px;
	gap: 8px;
	padding: 9px 10px;
}

.fv1-guild-row.is-top {
	border-color: rgba(34, 211, 238, 0.5);
	background:
		linear-gradient(90deg, rgba(34, 211, 238, 0.1), rgba(245, 158, 11, 0.06)),
		rgba(255, 255, 255, 0.04);
}

.fv1-guild-rank {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--fv1-line);
	color: var(--fv1-cyan);
	font-weight: 700;
}

.fv1-rank-dashboard .fv1-guild-rank {
	width: 28px;
	height: 28px;
	font-size: 12px;
}

.fv1-guild-row-emblem {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(5, 7, 13, 0.44);
}

.fv1-rank-dashboard .fv1-guild-row-emblem {
	width: 30px;
	height: 30px;
}

.fv1-guild-row-emblem img {
	max-width: 24px;
	max-height: 24px;
	image-rendering: pixelated;
}

.fv1-guild-row-main {
	min-width: 0;
}

.fv1-guild-row-main strong,
.fv1-guild-row-main a {
	display: block;
	overflow: hidden;
	color: var(--fv1-text);
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

.fv1-guild-row-main a:hover {
	color: var(--fv1-cyan);
}

.fv1-guild-row-main small {
	overflow: hidden;
	margin-top: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fv1-guild-row-stat {
	text-align: right;
}

.fv1-guild-row-stat strong {
	display: block;
	color: var(--fv1-text);
	font-size: 16px;
}

.fv1-rank-dashboard .fv1-guild-row-stat strong {
	font-size: 13px;
}

.fv1-guild-empty {
	display: grid;
	place-items: center;
	min-height: 280px;
	text-align: center;
}

.fv1-rank-dashboard .fv1-guild-empty {
	min-height: 170px;
}

.fv1-guild-empty img {
	width: 54px;
	margin-bottom: 12px;
	opacity: 0.72;
}

.fv1-guild-empty strong {
	display: block;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: 22px;
}

.fv1-guild-empty span {
	display: block;
	max-width: 320px;
	margin-top: 8px;
	color: var(--fv1-muted);
}

.fv1-battle-rankings {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.fv1-rank-dashboard .fv1-battle-rankings {
	margin-bottom: 0;
}

.fv1-battle-card {
	position: relative;
	min-height: 280px;
	padding: 22px;
	border: 1px solid var(--fv1-line);
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.91), rgba(8, 15, 28, 0.84)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(245, 158, 11, 0.05)),
		url("../img/info/bg-info-cta.jpg") center / cover no-repeat,
		var(--fv1-panel);
	box-shadow: var(--fv1-shadow);
	overflow: hidden;
}

.fv1-rank-dashboard .fv1-battle-card {
	min-height: 0;
	padding: 14px;
}

.fv1-featured-battle-rankings .fv1-battle-card {
	min-height: 432px;
}

.fv1-battle-card:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.82), rgba(245, 158, 11, 0.58), transparent);
	opacity: 0.7;
}

.fv1-battle-feature {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(108px, 0.45fr) minmax(0, 0.55fr);
	gap: 14px;
	min-height: 178px;
	padding: 14px;
	border: 1px solid rgba(34, 211, 238, 0.3);
	background:
		linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(245, 158, 11, 0.06)),
		rgba(5, 7, 13, 0.56);
	box-shadow: inset 0 0 30px rgba(34, 211, 238, 0.04);
}

.fv1-battle-character {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 8px;
	min-width: 0;
	padding-right: 12px;
	border-right: 1px solid var(--fv1-line-soft);
	text-align: center;
}

.fv1-battle-character img {
	display: block;
	max-width: 126px;
	max-height: 132px;
	object-fit: contain;
	filter:
		drop-shadow(0 0 14px rgba(34, 211, 238, 0.22))
		drop-shadow(0 0 18px rgba(245, 158, 11, 0.12));
}

.fv1-battle-character span {
	display: block;
	overflow: hidden;
	width: 100%;
	color: var(--fv1-muted);
	font-size: 9px;
	font-weight: 800;
	text-overflow: ellipsis;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.fv1-battle-feature-main {
	display: grid;
	align-content: center;
	min-width: 0;
}

.fv1-battle-feature-rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 24px;
	margin-bottom: 8px;
	padding: 0 9px;
	border: 1px solid rgba(245, 158, 11, 0.34);
	background: rgba(245, 158, 11, 0.12);
	color: var(--fv1-gold-strong);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.fv1-battle-feature-main > strong {
	display: block;
	overflow: hidden;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: 24px;
	line-height: 1.08;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fv1-battle-feature-main > small {
	display: block;
	overflow: hidden;
	margin-top: 4px;
	color: var(--fv1-muted);
	font-size: 10px;
	font-weight: 800;
	text-overflow: ellipsis;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.fv1-battle-feature-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 13px;
}

.fv1-battle-feature-stats span {
	min-width: 0;
	padding: 8px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.035);
}

.fv1-battle-feature-stats small {
	display: block;
	color: var(--fv1-muted);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.fv1-battle-feature-stats strong {
	display: block;
	overflow: hidden;
	color: var(--fv1-text);
	font-size: 15px;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fv1-featured-battle-rankings .fv1-battle-list {
	margin-top: 12px;
}

.fv1-featured-battle-rankings .fv1-battle-row {
	padding: 8px;
}

.fv1-battle-head {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: flex-start;
	gap: 12px;
	min-height: 58px;
	margin-bottom: 16px;
}

.fv1-rank-dashboard .fv1-battle-head {
	min-height: 62px;
	margin-bottom: 12px;
}

.fv1-battle-head .fv1-eyebrow {
	min-height: 30px;
	margin-bottom: 4px;
}

.fv1-battle-head h2 {
	margin: 0;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
	font-size: 22px;
	line-height: 1.1;
}

.fv1-rank-dashboard .fv1-battle-head h2 {
	font-size: 18px;
	white-space: nowrap;
}

.fv1-battle-head span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(34, 211, 238, 0.32);
	border-radius: 14px;
	background: rgba(8, 15, 28, 0.62);
	color: var(--fv1-cyan);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.fv1-rank-dashboard .fv1-battle-head span {
	min-height: 24px;
	padding: 0 8px;
}

.fv1-battle-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
}

.fv1-battle-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.035);
}

.fv1-rank-dashboard .fv1-battle-row {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	padding: 7px;
}

.fv1-battle-row.is-top {
	border-color: rgba(34, 211, 238, 0.52);
	background:
		linear-gradient(90deg, rgba(34, 211, 238, 0.12), rgba(245, 158, 11, 0.08)),
		rgba(255, 255, 255, 0.045);
}

.fv1-battle-rank {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--fv1-line);
	border-radius: 50%;
	color: var(--fv1-cyan);
	font-size: 12px;
	font-weight: 700;
}

.fv1-rank-dashboard .fv1-battle-rank {
	width: 24px;
	height: 24px;
	font-size: 11px;
}

.fv1-battle-name {
	overflow: hidden;
	min-width: 0;
}

.fv1-battle-name strong {
	display: block;
	overflow: hidden;
	color: var(--fv1-text);
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fv1-battle-name small {
	display: block;
	overflow: hidden;
	margin-top: 1px;
	color: var(--fv1-muted);
	font-size: 9px;
	font-weight: 700;
	text-overflow: ellipsis;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.fv1-battle-kills {
	color: var(--fv1-cyan);
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.fv1-battle-stat {
	text-align: right;
}

.fv1-battle-stat small {
	display: block;
	color: var(--fv1-muted);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.fv1-battle-stat strong {
	display: block;
	color: var(--fv1-text);
	font-size: 13px;
	line-height: 1.2;
}

.fv1-battle-empty {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-height: 160px;
	border: 1px dashed rgba(34, 211, 238, 0.22);
	background: rgba(8, 15, 28, 0.42);
	color: var(--fv1-muted);
	font-family: "Cinzel", serif;
	text-align: center;
}

.fv1-home-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 24px;
}

.fv1-panel,
.fv1-auth-card,
.fv1-account-card {
	padding: 30px;
}

.fv1-panel {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(8, 15, 28, 0.86)),
		url("../img/download/bg-dl-lite.jpg") center / cover no-repeat,
		var(--fv1-panel);
}

.fv1-panel-accent {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.88), rgba(8, 15, 28, 0.84)),
		linear-gradient(135deg, rgba(34, 211, 238, 0.09), rgba(245, 158, 11, 0.08)),
		url("../img/donate/bg-donate-cta.jpg") center / cover no-repeat,
		var(--fv1-panel);
	min-height: 0;
}

.fv1-auth-card,
.fv1-account-card,
.fv1-content-card {
	background:
		linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(8, 15, 28, 0.88)),
		url("../img/info/bg-info-cta.jpg") center / cover no-repeat,
		var(--fv1-panel);
}

.fv1-login-form,
.fv1-register-form,
.fv1-form {
	display: grid;
	gap: 12px;
}

.fv1-form-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.fv1-form label,
.fv1-login-form label,
.fv1-register-form label {
	color: var(--fv1-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.fv1-radio-row {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.055);
}

.fv1-radio-row label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 11px;
	letter-spacing: 0.08em;
}

.fv1-birthdate {
	display: grid;
	grid-template-columns: 96px 70px 94px;
	align-items: end;
	gap: 8px;
}

.fv1-birthdate-part {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fv1-birthdate-part small {
	color: var(--fv1-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.fv1-birthdate select {
	min-height: 44px;
}

.fv1-birthdate .date-field {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	white-space: nowrap;
}

.fv1-birthdate .date-field select {
	flex: 0 0 auto;
	width: auto !important;
	min-width: 70px;
	padding-right: 24px;
}

.fv1-birthdate .date-field select[name$="_year"],
.fv1-birthdate .date-field select[name="birthdate_year"] {
	min-width: 94px;
}

.fv1-birthdate .date-field select[name$="_month"],
.fv1-birthdate .date-field select[name$="_day"],
.fv1-birthdate .date-field select[name="birthdate_month"],
.fv1-birthdate .date-field select[name="birthdate_day"] {
	min-width: 70px;
}

.fv1-captcha {
	display: grid;
	gap: 8px;
}

.fv1-register-note {
	margin: 2px 0 0;
	color: var(--fv1-muted);
	font-size: 12px;
}

.fv1-streamer-page {
	display: grid;
	gap: 24px;
	max-width: 760px;
	margin: 0 auto;
}

.fv1-streamer-head {
	text-align: left;
}

.fv1-streamer-head h1 {
	margin: 0 0 8px;
	color: var(--fv1-text);
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.02;
	letter-spacing: -0.05em;
}

.fv1-streamer-head p {
	max-width: 620px;
	margin: 0;
	color: #8aa4c3;
	font-size: 16px;
}

.fv1-streamer-form {
	display: grid;
	gap: 12px;
	padding: clamp(20px, 4vw, 28px);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	background: rgba(8, 15, 28, 0.68);
}

.fv1-streamer-form label {
	margin-top: 12px;
	color: var(--fv1-text);
	font-size: 14px;
	font-weight: 800;
}

.fv1-streamer-form label:first-of-type {
	margin-top: 0;
}

.fv1-streamer-form label span {
	color: #f87171;
}

.fv1-streamer-form small {
	margin-top: -5px;
	color: #8aa4c3;
	font-size: 13px;
}

.fv1-streamer-form input[type="text"],
.fv1-streamer-form input[type="email"],
.fv1-streamer-form select,
.fv1-streamer-form textarea {
	border-radius: 10px;
	background: rgba(2, 6, 23, 0.72);
}

.fv1-streamer-policy,
.fv1-streamer-success {
	padding: 16px;
	border: 1px solid rgba(34, 211, 238, 0.2);
	border-radius: 8px;
	background: rgba(8, 47, 73, 0.22);
}

.fv1-streamer-policy {
	margin: 6px 0 8px;
}

.fv1-streamer-policy strong,
.fv1-streamer-success strong {
	display: block;
	margin-bottom: 6px;
	color: var(--fv1-text);
	font-size: 16px;
	font-weight: 800;
}

.fv1-streamer-policy p,
.fv1-streamer-success p {
	margin: 0;
	color: #a8c0dc;
	font-size: 14px;
	line-height: 1.6;
}

.fv1-streamer-success {
	display: grid;
	gap: 12px;
	padding: clamp(20px, 4vw, 28px);
}

.fv1-streamer-success p {
	font-size: 15px;
}

.fv1-streamer-notify-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
	color: #a8c0dc;
	font-size: 14px;
	line-height: 1.5;
}

.fv1-streamer-alert {
	margin: 0 0 8px;
	padding: 12px 14px;
	border: 1px solid rgba(248, 113, 113, 0.36);
	border-radius: 8px;
	background: rgba(127, 29, 29, 0.22);
	color: #fecaca;
	font-weight: 700;
}

.fv1-streamer-benefits {
	margin: 18px 0 10px;
	padding: 18px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.88)),
		radial-gradient(circle at 92% 18%, rgba(34, 211, 238, 0.12), transparent 36%);
}

.fv1-streamer-benefits h2 {
	margin: 0 0 14px;
	color: var(--fv1-text);
	font-size: 20px;
}

.fv1-streamer-benefits ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fv1-streamer-benefits li {
	position: relative;
	padding-left: 28px;
}

.fv1-streamer-benefits li:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	width: 13px;
	height: 7px;
	border-left: 2px solid var(--fv1-green);
	border-bottom: 2px solid var(--fv1-green);
	transform: rotate(-45deg);
}

.fv1-streamer-benefits strong,
.fv1-streamer-benefits span {
	display: block;
}

.fv1-streamer-benefits strong {
	color: var(--fv1-text);
	font-size: 17px;
}

.fv1-streamer-benefits span {
	margin-top: 2px;
	color: #8aa4c3;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--fv1-line-soft);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.055);
	color: var(--fv1-text);
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

select option {
	background-color: #08101f !important;
	color: var(--fv1-text) !important;
}

select option:checked,
select option:hover {
	background-color: #1d4ed8 !important;
	box-shadow: 0 0 0 999px #1d4ed8 inset;
	color: #fff !important;
}

select option:disabled {
	background-color: #08101f !important;
	color: rgba(148, 163, 184, 0.55) !important;
}

textarea {
	min-height: 110px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
	border-color: var(--fv1-cyan);
	background: rgba(255, 255, 255, 0.085);
	box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.1);
}

.fv1-mini-links {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.fv1-mini-links a,
.fv1-footer a,
.fv1-content-card a {
	color: var(--fv1-cyan);
}

.fv1-mini-links a:hover,
.fv1-footer a:hover,
.fv1-content-card a:hover {
	color: #fff;
}

.fv1-muted,
.fv1-note {
	color: var(--fv1-muted);
}

.fv1-auth-card {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
	gap: 30px;
	align-items: start;
}

.fv1-auth-copy {
	padding-right: 18px;
	border-right: 1px solid var(--fv1-line);
}

.fv1-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.fv1-info-grid div {
	padding: 18px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.035);
	cursor: default;
}

.fv1-info-grid strong {
	color: var(--fv1-text);
	word-break: break-word;
}

table {
	width: 100%;
	border-collapse: collapse;
	color: var(--fv1-text);
}

table th,
table td {
	padding: 12px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.025);
}

table th {
	color: var(--fv1-cyan);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
}

.fv1-body .fv1-content-card table,
.fv1-body .fv1-content-card .vertical-table,
.fv1-body .fv1-content-card .horizontal-table {
	border: 1px solid var(--fv1-line);
	background: rgba(2, 6, 23, 0.62);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.fv1-body .fv1-content-card table th,
.fv1-body .fv1-content-card .vertical-table th,
.fv1-body .fv1-content-card .horizontal-table th {
	border-color: rgba(34, 211, 238, 0.22) !important;
	background:
		linear-gradient(180deg, rgba(34, 211, 238, 0.16), rgba(8, 15, 28, 0.96)) !important;
	color: var(--fv1-cyan) !important;
	text-shadow: 0 0 10px rgba(34, 211, 238, 0.18);
}

.fv1-body .fv1-content-card table td,
.fv1-body .fv1-content-card .vertical-table td,
.fv1-body .fv1-content-card .horizontal-table td {
	border-color: rgba(148, 163, 184, 0.16) !important;
	background: rgba(8, 15, 28, 0.76) !important;
	color: rgba(248, 250, 252, 0.88) !important;
}

.fv1-body .fv1-content-card table tr:nth-child(even) td,
.fv1-body .fv1-content-card .vertical-table tr:nth-child(even) td,
.fv1-body .fv1-content-card .horizontal-table tr:nth-child(even) td {
	background: rgba(15, 23, 42, 0.82) !important;
}

.fv1-body .fv1-content-card table tr:hover td,
.fv1-body .fv1-content-card .vertical-table tr:hover td,
.fv1-body .fv1-content-card .horizontal-table tr:hover td {
	background: rgba(34, 211, 238, 0.1) !important;
	color: #fff !important;
}

.fv1-body .fv1-content-card table tr:first-child td,
.fv1-body .fv1-content-card .vertical-table tr:first-child td,
.fv1-body .fv1-content-card .horizontal-table tr:first-child td {
	background:
		linear-gradient(90deg, rgba(245, 158, 11, 0.16), rgba(34, 211, 238, 0.08)),
		rgba(8, 15, 28, 0.86) !important;
	color: var(--fv1-text) !important;
	font-weight: 700;
}

h1,
h2,
h3 {
	color: var(--fv1-text);
}

.message,
.notice,
.red,
.important {
	padding: 14px 16px;
	border: 1px solid var(--fv1-line);
	background: rgba(255, 255, 255, 0.04);
}

.red,
.important {
	color: #ffd0d0;
	border-color: rgba(230, 106, 106, 0.5);
	background: rgba(230, 106, 106, 0.1);
}

#pagemenu,
.submenu {
	margin-bottom: 18px;
	padding: 12px;
	border: 1px solid var(--fv1-line-soft);
	background: rgba(255, 255, 255, 0.035);
}

.fv1-footer {
	padding: 30px 0 46px;
	color: var(--fv1-muted);
}

.fv1-footer-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 24px;
	border-top: 1px solid var(--fv1-line);
}

.fv1-footer-grid strong {
	display: block;
	color: var(--fv1-text);
	font-family: "Cinzel", serif;
}

.fv1-footer-select {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fv1-render {
	margin-top: 16px;
	font-size: 12px;
	text-align: right;
}

@keyframes fv1-lines {
	from {
		transform: translate3d(-90px, 0, 0);
	}

	to {
		transform: translate3d(90px, 0, 0);
	}
}

@keyframes fv1-glow-pulse {
	0%,
	100% {
		opacity: 0.24;
		transform: scale(0.94);
	}

	50% {
		opacity: 0.42;
		transform: scale(1.05);
	}
}

@keyframes fv1-logo-glow {
	0%,
	100% {
		filter:
			drop-shadow(0 0 10px rgba(34, 211, 238, 0.16))
			drop-shadow(0 0 16px rgba(245, 158, 11, 0.08));
	}

	45%,
	55% {
		filter:
			drop-shadow(0 0 18px rgba(34, 211, 238, 0.44))
			drop-shadow(0 0 30px rgba(245, 158, 11, 0.24));
	}
}

@keyframes fv1-logo-shine {
	0% {
		left: -70%;
		opacity: 0;
	}

	24% {
		opacity: 0;
	}

	38% {
		opacity: 0.95;
	}

	54% {
		left: 122%;
		opacity: 0;
	}

	100% {
		left: 122%;
		opacity: 0;
	}
}

@keyframes fv1-enter-up {
	0% {
		opacity: 0;
		filter: blur(8px);
		transform: translate3d(0, 34px, 0) scale(0.98);
	}

	62% {
		opacity: 1;
		filter: blur(0);
	}

	100% {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes fv1-logo-glass {
	0%,
	24% {
		opacity: 0;
		transform: translateX(-112%) skewX(-15deg);
	}

	36% {
		opacity: 0.82;
	}

	52% {
		opacity: 0.34;
		transform: translateX(112%) skewX(-15deg);
	}

	64%,
	100% {
		opacity: 0;
		transform: translateX(112%) skewX(-15deg);
	}
}

@keyframes fv1-emperium-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes fv1-emperium-ring {
	0%,
	100% {
		opacity: 0.42;
		transform: scale(0.92);
	}

	50% {
		opacity: 0.9;
		transform: scale(1.08);
	}
}

@keyframes fv1-scan {
	0% {
		opacity: 0.22;
		transform: translateX(-18%);
	}

	50% {
		opacity: 0.86;
	}

	100% {
		opacity: 0.22;
		transform: translateX(18%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fv1-home .fv1-server-landing,
	.fv1-home .fv1-register-panel,
	.fv1-home .fv1-server-feature-strip,
	.fv1-home .fv1-streamer-cta,
	.fv1-home .fv1-card-drops-section,
	.fv1-home .fv1-featured-battle-rankings .fv1-battle-card,
	.fv1-home .fv1-guild-showcase .fv1-guild-board,
	.fv1-home .fv1-guild-showcase .fv1-guild-stage,
	.fv1-home .fv1-footer {
		animation: none;
		filter: none;
		transform: none;
	}

	.fv1-server-logo-wrap:before {
		animation: none;
		opacity: 0;
	}
}

@media (max-width: 900px) {
	.fv1-side-render {
		display: none;
	}

	.fv1-download-hero,
	.fv1-download-panel {
		grid-template-columns: 1fr;
	}

	.fv1-streamer-cta {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.fv1-download-render,
	.fv1-download-panel img {
		justify-self: start;
		max-width: 240px;
	}

	.fv1-download-grid {
		grid-template-columns: 1fr;
	}

	.fv1-dl-client-grid {
		grid-template-columns: 1fr;
	}

	.fv1-dl-title {
		min-height: 250px;
	}

	.fv1-nav,
	.fv1-footer-grid {
		align-items: flex-start;
		flex-direction: column;
	}

	.fv1-nav-actions {
		justify-content: flex-start;
	}

	.fv1-top-stats {
		width: 100%;
		margin-left: 0;
	}

	.fv1-stat-strip,
	.fv1-hero,
	.fv1-rank-dashboard,
	.fv1-guild-spotlight,
	.fv1-guild-showcase,
	.fv1-battle-rankings,
	.fv1-home-grid,
	.fv1-auth-card,
	.fv1-info-grid,
	.fv1-form-split {
		grid-template-columns: 1fr;
	}

	.fv1-guild-stage,
	.fv1-guild-board {
		min-height: auto;
	}

	.fv1-guild-stage {
		padding-bottom: 130px;
	}

	.fv1-index-dashboard .fv1-register-panel,
	.fv1-featured-battle-rankings .fv1-battle-card {
		min-height: auto;
	}

	.fv1-server-landing {
		min-height: auto;
		padding-top: 28px;
	}

	.fv1-server-landing-render {
		width: 320px;
		opacity: 0.09;
	}

	.fv1-battle-feature {
		grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
	}

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

	.fv1-guild-render {
		width: 260px;
		opacity: 0.18;
	}

	.fv1-guild-emperium-orb {
		right: 10px;
		bottom: 116px;
		width: 126px;
		height: 126px;
	}

	.fv1-guild-showcase .fv1-guild-emperium-orb {
		top: 24px;
		right: 10px;
		bottom: auto;
	}

	.fv1-guild-emperium-orb img {
		width: 86px;
		height: auto;
	}

	.fv1-guild-row {
		grid-template-columns: 34px 38px minmax(0, 1fr);
	}

	.fv1-rank-dashboard .fv1-guild-row {
		grid-template-columns: 34px 38px minmax(0, 1fr);
	}

	.fv1-guild-row-stat {
		display: none;
	}

	.fv1-rank-dashboard .fv1-guild-row-stat {
		display: none;
	}

	.fv1-auth-copy {
		padding-right: 0;
		border-right: 0;
		border-bottom: 1px solid var(--fv1-line);
		padding-bottom: 20px;
	}
}

@media (max-width: 560px) {
	.fv1-container {
		width: min(100% - 20px, 1140px);
	}

	.fv1-content-card,
	.fv1-panel,
	.fv1-auth-card,
	.fv1-account-card {
		padding: 20px;
	}

	.fv1-guild-copy,
	.fv1-guild-board {
		padding: 22px;
	}

	.fv1-guild-copy h1 {
		font-size: 38px;
	}

	.fv1-guild-emperium-orb {
		display: none;
	}

	.fv1-guild-champion {
		left: 20px;
		right: 20px;
		bottom: 20px;
		padding: 12px;
	}

	.fv1-guild-champion strong {
		font-size: 18px;
	}

	.fv1-guild-row {
		gap: 8px;
		padding: 11px;
	}

	.fv1-brand-text small {
		display: none;
	}

	.fv1-brand-logo {
		height: 58px;
	}

	.fv1-brand-logo img {
		max-width: 210px;
		max-height: 56px;
	}

	.fv1-button,
	.fv1-nav-link,
	.fv1-square-actions a {
		width: 100%;
	}

	.fv1-top-stats {
		width: 100%;
	}

	.fv1-status-pill {
		width: 100%;
		justify-content: center;
	}

	.fv1-mini-links {
		flex-direction: column;
	}

	.fv1-card-drops-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.fv1-card-drop-grid {
		grid-template-columns: 1fr;
	}

	.fv1-card-drop-preview,
	.fv1-card-drop-card:nth-child(n+4) .fv1-card-drop-preview {
		right: auto;
		bottom: calc(100% + 12px);
		left: 50%;
		top: auto;
		width: 146px;
		min-height: 190px;
		transform: translate(-50%, -8px) scale(0.94);
	}

	.fv1-card-drop-card:hover .fv1-card-drop-preview,
	.fv1-card-drop-card:nth-child(n+4):hover .fv1-card-drop-preview {
		transform: translate(-50%, 0) scale(1);
	}

	.fv1-card-drop-art {
		max-width: 122px;
		max-height: 166px;
	}

	.fv1-server-landing .fv1-server-actions {
		grid-template-columns: 1fr;
	}

	.fv1-prereg-card {
		padding: 20px;
	}

	.fv1-prereg-summary {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.fv1-prereg-milestones {
		gap: 4px;
	}

	.fv1-prereg-milestones strong {
		font-size: 11px;
	}

	.fv1-battle-feature,
	.fv1-battle-feature-stats {
		grid-template-columns: 1fr;
	}

	.fv1-battle-character {
		padding-right: 0;
		padding-bottom: 12px;
		border-right: 0;
		border-bottom: 1px solid var(--fv1-line-soft);
	}

	.fv1-battle-character img {
		max-height: 120px;
	}

	.fv1-battle-feature-main > strong {
		font-size: 21px;
	}

	.fv1-birthdate {
		grid-template-columns: 96px 70px 94px;
	}

	.fv1-dl-title h1 {
		font-size: 40px;
	}

	.fv1-dl-card-head,
	.fv1-dl-mirror,
	.fv1-dl-step {
		align-items: flex-start;
	}

	.fv1-dl-card-head,
	.fv1-dl-mirror {
		flex-direction: column;
	}

	.fv1-dl-req-tabs {
		grid-template-columns: 1fr;
	}

	.fv1-dl-req-row {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.fv1-dl-step {
		grid-template-columns: 1fr;
	}
}
