body.falbium-theme-shell {
	--falbium-accent: rgb(var(--header-banner-background));
	--falbium-accent-soft: rgba(var(--header-banner-background), 0.18);
	--falbium-accent-strong: rgba(var(--header-banner-background), 0.85);
	--falbium-secondary-accent: rgba(var(--secondary-color), 0.9);
	--falbium-bg-top: #07111c;
	--falbium-bg-bottom: #03070d;
	--falbium-surface: rgba(8, 17, 28, 0.88);
	--falbium-surface-strong: rgba(10, 21, 34, 0.96);
	--falbium-surface-soft: rgba(14, 28, 44, 0.72);
	--falbium-border: rgba(255, 255, 255, 0.08);
	--falbium-border-strong: rgba(var(--header-banner-background), 0.35);
	--falbium-text: #f4f8ff;
	--falbium-muted: #a5b6cb;
	--falbium-gold: #ffd48a;
	--falbium-danger: #ff798d;
	--falbium-success: #85efaa;
	--falbium-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
	position: relative;
	min-height: 100vh;
	color: var(--falbium-text);
	background:
		radial-gradient(circle at 18% 10%, rgba(var(--header-banner-background), 0.18), transparent 26%),
		radial-gradient(circle at 82% 12%, rgba(var(--secondary-color), 0.16), transparent 24%),
		linear-gradient(180deg, var(--falbium-bg-top) 0%, #060d16 38%, var(--falbium-bg-bottom) 100%) !important;
	font-family: "Manrope", "Montserrat", sans-serif;
	overflow-x: hidden;
}

body.falbium-theme-shell::selection,
body.falbium-theme-shell *::selection {
	background: rgba(var(--header-banner-background), 0.32);
	color: #fff;
}

body.falbium-theme-shell[data-bs-theme="dark"],
body.falbium-theme-shell[data-bs-theme="light"] {
	background-color: var(--falbium-bg-bottom) !important;
}

body.falbium-theme-shell .site-backdrop {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

body.falbium-theme-shell .site-backdrop-glow {
	position: absolute;
	border-radius: 999px;
	filter: blur(90px);
	opacity: 0.42;
	animation: falbium-drift 18s ease-in-out infinite;
}

body.falbium-theme-shell .site-backdrop-glow-1 {
	top: -10rem;
	left: -10rem;
	width: 36rem;
	height: 36rem;
	background: rgba(var(--header-banner-background), 0.18);
}

body.falbium-theme-shell .site-backdrop-glow-2 {
	right: -12rem;
	top: 14rem;
	width: 34rem;
	height: 34rem;
	background: rgba(var(--secondary-color), 0.14);
	animation-delay: -6s;
}

body.falbium-theme-shell .site-backdrop-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 90%);
	opacity: 0.28;
}

body.falbium-theme-shell .header,
body.falbium-theme-shell .main,
body.falbium-theme-shell .footer {
	position: relative;
	z-index: 1;
}

body.falbium-theme-shell .site-main {
	padding-bottom: 2rem;
}

body.falbium-theme-shell a {
	color: #d8ebff;
	text-decoration: none;
	transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

body.falbium-theme-shell a:hover,
body.falbium-theme-shell a:focus {
	color: #ffffff;
}

body.falbium-theme-shell h1,
body.falbium-theme-shell h2,
body.falbium-theme-shell h3,
body.falbium-theme-shell h4,
body.falbium-theme-shell h5,
body.falbium-theme-shell h6,
body.falbium-theme-shell .card-title,
body.falbium-theme-shell .btn,
body.falbium-theme-shell .nav-link,
body.falbium-theme-shell .footer-title {
	font-family: "Oxanium", "Montserrat", sans-serif;
}

body.falbium-theme-shell p,
body.falbium-theme-shell li,
body.falbium-theme-shell span,
body.falbium-theme-shell label,
body.falbium-theme-shell .form-label,
body.falbium-theme-shell .small,
body.falbium-theme-shell small {
	color: inherit;
}

body.falbium-theme-shell .text-muted,
body.falbium-theme-shell .form-label,
body.falbium-theme-shell .about-text-content,
body.falbium-theme-shell .news-head-content,
body.falbium-theme-shell .ck-content p,
body.falbium-theme-shell .ck-content li,
body.falbium-theme-shell .table,
body.falbium-theme-shell .card-body .small,
body.falbium-theme-shell .text-body {
	color: var(--falbium-muted) !important;
}

body.falbium-theme-shell .text-white {
	color: #fff !important;
}

body.falbium-theme-shell .text-success,
body.falbium-theme-shell .alert-success {
	color: var(--falbium-success) !important;
}

body.falbium-theme-shell .text-danger,
body.falbium-theme-shell .alert-danger {
	color: var(--falbium-danger) !important;
}

body.falbium-theme-shell .text-warning {
	color: var(--falbium-gold) !important;
}

body.falbium-theme-shell .section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

body.falbium-theme-shell .wave-header,
body.falbium-theme-shell .wave-footer {
	display: none;
}

body.falbium-theme-shell .broadcast {
	display: flex;
	align-items: center;
	height: 52px;
	margin: 1rem auto 0;
	padding: 0 1.25rem;
	max-width: 1320px;
	border: 1px solid var(--falbium-border);
	border-radius: 18px;
	background: rgba(7, 16, 27, 0.78);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

body.falbium-theme-shell .broadcast-item {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 18rem;
}

body.falbium-theme-shell .broadcast-link {
	color: var(--falbium-muted) !important;
	font-weight: 600;
	letter-spacing: 0.04em;
}

body.falbium-theme-shell .header-banner {
	margin: 0 auto;
	padding: 2rem 0 2.4rem;
	height: auto;
	min-height: 360px;
	background: transparent !important;
	overflow: hidden;
}

body.falbium-theme-shell .header-banner.position-relative::before {
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0.22;
	filter: saturate(1.02) brightness(0.44);
	transform: none;
}

body.falbium-theme-shell .header-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 50% 18%, rgba(var(--header-banner-background), 0.15), transparent 34%),
		linear-gradient(180deg, rgba(3, 8, 15, 0.86) 0%, rgba(5, 12, 20, 0.62) 48%, rgba(4, 8, 14, 0.2) 100%);
	border: 0;
	box-shadow: none;
}

body.falbium-theme-shell .header-banner-orb,
body.falbium-theme-shell .header-banner-noise {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

body.falbium-theme-shell .header-banner-orb {
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	filter: blur(55px);
	opacity: 0.32;
	animation: falbium-pulse 8s ease-in-out infinite;
}

body.falbium-theme-shell .header-banner-orb-left {
	left: -5rem;
	top: 1rem;
	background: rgba(var(--header-banner-background), 0.24);
}

body.falbium-theme-shell .header-banner-orb-right {
	right: -4rem;
	bottom: -2rem;
	background: rgba(var(--secondary-color), 0.2);
	animation-delay: -3s;
}

body.falbium-theme-shell .header-banner-noise {
	inset: 0;
	border-radius: 34px;
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, transparent 26%, transparent 74%, rgba(255, 255, 255, 0.04) 100%);
	mix-blend-mode: screen;
	opacity: 0.35;
}

body.falbium-theme-shell .header-banner .container,
body.falbium-theme-shell .header-banner-content {
	position: relative;
	z-index: 2;
}

body.falbium-theme-shell .header-banner .sfx-header-container {
	height: auto;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.falbium-theme-shell .header-banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 300px;
	padding: 1rem 1.25rem;
}

body.falbium-theme-shell .header-side-panel,
body.falbium-theme-shell .header-brand-panel {
	position: relative;
	padding: 1.5rem 1.35rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(10, 22, 35, 0.78), rgba(6, 13, 22, 0.54));
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.falbium-theme-shell .header-side-panel:hover,
body.falbium-theme-shell .header-brand-panel:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--header-banner-background), 0.26);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

body.falbium-theme-shell .header-brand-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-inline: 2rem;
	min-height: 340px;
}

body.falbium-theme-shell .header-brand-panel .zoom-hover {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
}

body.falbium-theme-shell .header-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 760px;
	gap: 1rem;
	padding-inline: 1rem;
}

body.falbium-theme-shell .header-hero-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

body.falbium-theme-shell .header-hero-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.falbium-theme-shell .header-banner-logo {
	width: min(100%, 320px);
	height: auto;
	max-height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.44));
	animation: falbium-float 6s ease-in-out infinite;
}

body.falbium-theme-shell .text-yellow {
	color: var(--falbium-gold);
}

body.falbium-theme-shell .site-header {
	position: relative;
	top: auto;
	padding-top: 0.5rem;
	z-index: 3;
}

body.falbium-theme-shell .site-header > .sfx-container-navbar {
	position: relative;
	margin-top: -1rem;
	z-index: 3;
}

body.falbium-theme-shell .site-header .sfx-navbar-row {
	width: 100%;
	align-items: center;
	gap: 0;
}

body.falbium-theme-shell .site-header .sfx-navbar-row > .navbar {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
}

body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar {
	margin-top: 0;
	width: 100%;
	max-width: none;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

body.falbium-theme-shell .navbar {
	padding: 0.35rem;
	box-shadow: none;
}

body.falbium-theme-shell .navbar-light {
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 24px;
	background: rgba(5, 13, 22, 0.58) !important;
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

body.falbium-theme-shell.page-scrolled .navbar-light {
	background: rgba(4, 10, 18, 0.72) !important;
	border-color: rgba(255, 255, 255, 0.06);
}

body.falbium-theme-shell .navbar-light .navbar-brand img {
	max-height: 42px;
}

body.falbium-theme-shell .navbar-light .navbar-brand {
	display: inline-flex;
	align-items: center;
}

body.falbium-theme-shell .navbar-light .navbar-collapse {
	min-width: 0;
}

body.falbium-theme-shell .navbar-light #navbarMainContent {
	align-items: center;
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-item {
	margin: 0.28rem;
	flex: 0 0 auto;
}

body.falbium-theme-shell .site-header .nav-item.active,
body.falbium-theme-shell .site-header .nav-item:hover,
body.falbium-theme-shell .site-header .nav-item:focus-within {
	background: transparent !important;
	border-radius: 0 !important;
}

body.falbium-theme-shell .site-header .nav-item.dropdown.pc,
body.falbium-theme-shell .site-header .sfx-navbar-row > a.position-relative {
	display: none !important;
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-link {
	padding: 0.8rem 1rem;
	color: var(--falbium-muted) !important;
	border: 0;
	border-radius: 999px;
	background: transparent !important;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	box-shadow: none;
	position: relative;
	overflow: visible;
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 0.38rem;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(var(--header-banner-background), 0.9), transparent);
	transform: scaleX(0.35);
	opacity: 0;
	transition: transform 0.26s ease, opacity 0.26s ease;
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-item.active .nav-link,
body.falbium-theme-shell .navbar-light .navbar-nav .nav-item:hover .nav-link,
body.falbium-theme-shell .navbar-light .navbar-nav .nav-item:focus-within .nav-link {
	color: #ffffff !important;
	border-color: transparent;
	background: transparent !important;
	box-shadow: none;
	text-shadow: 0 0 16px rgba(var(--header-banner-background), 0.25);
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-item.active .nav-link::before,
body.falbium-theme-shell .navbar-light .navbar-nav .nav-item:hover .nav-link::before,
body.falbium-theme-shell .navbar-light .navbar-nav .nav-item:focus-within .nav-link::before {
	transform: scaleX(1);
	opacity: 1;
}

body.falbium-theme-shell .navbar-light .navbar-nav .dropdown-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

body.falbium-theme-shell .navbar-light .navbar-nav .dropdown-toggle::after {
	position: static;
	margin-top: 0.1rem;
	border-top-color: currentColor;
	opacity: 0.72;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

body.falbium-theme-shell .navbar-light .navbar-nav .dropdown.show > .dropdown-toggle::after,
body.falbium-theme-shell .navbar-light .navbar-nav .dropdown:hover > .dropdown-toggle::after,
body.falbium-theme-shell .navbar-light .navbar-nav .dropdown:focus-within > .dropdown-toggle::after {
	transform: translateY(1px) rotate(180deg);
	opacity: 1;
}

body.falbium-theme-shell .header-floating-actions {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1100;
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

body.falbium-theme-shell .header-floating-profile-btn,
body.falbium-theme-shell .header-floating-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.7rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: rgba(4, 11, 19, 0.76);
	backdrop-filter: blur(20px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
	color: #ffffff;
}

body.falbium-theme-shell .header-floating-profile-btn {
	gap: 0.2rem;
}

body.falbium-theme-shell .header-floating-profile-btn::after {
	display: none;
}

body.falbium-theme-shell .header-floating-profile-name {
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.falbium-theme-shell .header-floating-profile .dropdown-menu {
	margin-top: 0.6rem;
}

body.falbium-theme-shell .header-floating-profile-btn:hover,
body.falbium-theme-shell .header-floating-profile-btn:focus,
body.falbium-theme-shell .header-floating-cart:hover {
	color: #ffffff;
	transform: translateY(-1px);
}

body.falbium-theme-shell .header-floating-cart .cart-button {
	width: 38px;
	height: 38px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.falbium-theme-shell .header-floating-cart .shopping-cart-count-circle {
	right: -6px !important;
	top: -7px;
}

body.falbium-theme-shell .header-corner-status {
	position: fixed;
	bottom: 1rem;
	z-index: 1090;
}

body.falbium-theme-shell .header-corner-status-left {
	left: 1rem;
}

body.falbium-theme-shell .header-corner-status-right {
	right: 1rem;
}

body.falbium-theme-shell .header-corner-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 50px;
	padding: 0.85rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(4, 11, 19, 0.8);
	backdrop-filter: blur(18px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
	color: #f4f8ff;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

body.falbium-theme-shell .header-corner-chip-ip {
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.88), rgba(var(--secondary-color), 0.82));
	color: #ffffff;
}

body.falbium-theme-shell .header-corner-chip-label {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.78;
}

body.falbium-theme-shell .header-corner-chip-value {
	font-weight: 800;
	color: #fff5d7;
}

body.falbium-theme-shell .header-corner-chip-online {
	color: #cfdced;
}

body.falbium-theme-shell .navbar-toggler {
	border: 1px solid var(--falbium-border) !important;
	border-radius: 16px;
	padding: 0.7rem !important;
	background: rgba(255, 255, 255, 0.02);
}

body.falbium-theme-shell .navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(var(--header-banner-background), 0.18);
}

body.falbium-theme-shell .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(244,248,255,0.95)' stroke-width='2.1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.falbium-theme-shell .dropdown-menu,
body.falbium-theme-shell .modal-content,
body.falbium-theme-shell .swal2-popup {
	border: 1px solid var(--falbium-border) !important;
	border-radius: 22px !important;
	background: rgba(7, 15, 25, 0.94) !important;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(22px);
}

body.falbium-theme-shell .dropdown-item {
	color: var(--falbium-muted);
	font-weight: 600;
	border-radius: 14px;
}

body.falbium-theme-shell .dropdown-item:hover,
body.falbium-theme-shell .dropdown-item:focus,
body.falbium-theme-shell .dropdown-item.active {
	color: #ffffff;
	background: rgba(var(--header-banner-background), 0.12);
}

body.falbium-theme-shell .dropdown-menu-navbar {
	min-width: 15rem;
	padding: 0.55rem;
}

body.falbium-theme-shell .demo-navbar-more {
	position: relative;
}

body.falbium-theme-shell .demo-navbar-more-details {
	position: relative;
}

body.falbium-theme-shell .demo-navbar-more-summary {
	display: inline-flex;
	align-items: center;
	list-style: none;
	cursor: pointer;
}

body.falbium-theme-shell .demo-navbar-more-summary::-webkit-details-marker,
body.falbium-theme-shell .demo-navbar-more-summary::marker {
	display: none;
	content: "";
}

body.falbium-theme-shell .demo-navbar-more-summary + .dropdown-menu {
	margin-top: 0.78rem;
	z-index: 1200;
}

body.falbium-theme-shell .demo-navbar-more-details[open] > .dropdown-menu {
	display: block;
}

body.falbium-theme-shell .demo-navbar-more .demo-navbar-dropdown-menu {
	left: auto;
	right: 0;
	min-width: min(22rem, calc(100vw - 2rem));
}

body.falbium-theme-shell .demo-navbar-dropdown {
	position: relative;
}

body.falbium-theme-shell .demo-navbar-dropdown > .dropdown-menu {
	margin-top: 0.78rem;
	z-index: 1200;
}

body.falbium-theme-shell .demo-navbar-dropdown-other > .demo-navbar-dropdown-menu {
	left: auto;
	right: 0;
	min-width: min(22rem, calc(100vw - 2rem));
}

body.falbium-theme-shell .demo-navbar-dropdown.is-open > .dropdown-menu,
body.falbium-theme-shell .demo-navbar-dropdown.show > .dropdown-menu {
	display: block;
}

body.falbium-theme-shell .dropdown-menu-navbar .dropdown-divider {
	margin: 0.45rem 0;
	border-top-color: rgba(255, 255, 255, 0.08);
}

body.falbium-theme-shell .dropdown-menu-navbar .dropdown-header {
	padding: 0.65rem 0.85rem 0.35rem;
	color: rgba(244, 248, 255, 0.72);
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.falbium-theme-shell .dropdown-menu-navbar .dropdown-item {
	padding: 0.8rem 0.9rem;
}

body.falbium-theme-shell .dropdown-menu-navbar .dropdown-item-parent {
	color: #f4f8ff;
}

body.falbium-theme-shell .dropdown-menu-navbar .dropdown-item-sub {
	padding-left: 1.35rem;
	color: var(--falbium-muted);
	font-size: 0.92rem;
}

body.falbium-theme-shell .shopping-cart-count-circle,
body.falbium-theme-shell .shopping-cart-count {
	border: 1px solid rgba(var(--header-banner-background), 0.28);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.9), rgba(var(--secondary-color), 0.88));
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

body.falbium-theme-shell .cart-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: rgba(6, 13, 22, 0.56);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.falbium-theme-shell .cart-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
}

body.falbium-theme-shell .iyzico-pay-button-wrap {
	display: flex;
	justify-content: flex-start;
}

body.falbium-theme-shell .iyzico-pay-button img {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

body.falbium-theme-shell .is-payment-route .card,
body.falbium-theme-shell .page-store-cart .card,
body.falbium-theme-shell .page-credits-charge .card,
body.falbium-theme-shell .page-credits-packages-show .card,
body.falbium-theme-shell[class*="page-credits-packages-"] .card {
	background: linear-gradient(180deg, rgba(9, 18, 29, 0.56), rgba(4, 10, 18, 0.26)) !important;
	backdrop-filter: blur(22px);
}

body.falbium-theme-shell .is-payment-route .card-header::after,
body.falbium-theme-shell .page-store-cart .card-header::after,
body.falbium-theme-shell .page-credits-charge .card-header::after,
body.falbium-theme-shell .page-credits-packages-show .card-header::after,
body.falbium-theme-shell[class*="page-credits-packages-"] .card-header::after {
	background: linear-gradient(90deg, rgba(var(--header-banner-background), 0.32), rgba(255, 255, 255, 0.03) 68%, transparent);
}

body.falbium-theme-shell nav[aria-label="breadcrumb"],
body.falbium-theme-shell ol.breadcrumb {
	display: none !important;
}

body.falbium-theme-shell .card,
body.falbium-theme-shell .sidebar-store-card,
body.falbium-theme-shell .img-card-wrapper .img-container,
body.falbium-theme-shell .alert,
body.falbium-theme-shell .sidebar-profile-card {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.03) !important;
	border-radius: 28px !important;
	background: linear-gradient(180deg, rgba(9, 18, 29, 0.5), rgba(5, 11, 19, 0.22)) !important;
	box-shadow: 0 18px 56px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(18px);
	overflow: hidden;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.falbium-theme-shell .card:hover,
body.falbium-theme-shell .sidebar-store-card:hover,
body.falbium-theme-shell .img-card-wrapper:hover .img-container,
body.falbium-theme-shell .sidebar-profile-card:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.04) !important;
	box-shadow: 0 24px 62px rgba(0, 0, 0, 0.17);
}

body.falbium-theme-shell .card::before,
body.falbium-theme-shell .sidebar-store-card::before,
body.falbium-theme-shell .img-card-wrapper .img-container::before,
body.falbium-theme-shell .sidebar-profile-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 30%),
		linear-gradient(180deg, rgba(var(--header-banner-background), 0.04), transparent 28%);
	pointer-events: none;
}

body.falbium-theme-shell .card-header {
	display: flex;
	align-items: center;
	min-height: 0;
	padding: 1.35rem 1.5rem 0.95rem;
	border-bottom: 0;
	background: transparent !important;
}

body.falbium-theme-shell .card-header::after {
	content: "";
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(var(--header-banner-background), 0.22), rgba(255, 255, 255, 0.02) 70%, transparent);
}

body.falbium-theme-shell .card-header .card-title,
body.falbium-theme-shell .card-header h2,
body.falbium-theme-shell .card-header span,
body.falbium-theme-shell .card-header small {
	color: #ffffff !important;
}

body.falbium-theme-shell .card-title {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.falbium-theme-shell .card-body,
body.falbium-theme-shell .card-footer,
body.falbium-theme-shell .modal-body {
	position: relative;
	z-index: 1;
	background: transparent;
	color: var(--falbium-text);
}

body.falbium-theme-shell .alert {
	color: var(--falbium-text);
}

body.falbium-theme-shell .alert-info {
	background: rgba(var(--header-banner-background), 0.12) !important;
	color: #dceeff !important;
}

body.falbium-theme-shell .alert-warning {
	background: rgba(255, 212, 138, 0.1) !important;
	color: #ffe7bf !important;
}

body.falbium-theme-shell .btn {
	position: relative;
	border-radius: 16px;
	border: 1px solid transparent;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	overflow: hidden;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.falbium-theme-shell .btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.22) 50%, transparent 80%);
	transform: translateX(-140%);
	transition: transform 0.55s ease;
}

body.falbium-theme-shell .btn:hover::before,
body.falbium-theme-shell .btn:focus-visible::before {
	transform: translateX(140%);
}

body.falbium-theme-shell .btn:hover,
body.falbium-theme-shell .btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

body.falbium-theme-shell .btn-primary,
body.falbium-theme-shell .btn-success,
body.falbium-theme-shell .btn-info,
body.falbium-theme-shell .btn.secondary-bg-color,
body.falbium-theme-shell a.secondary-bg-color {
	border-color: rgba(var(--header-banner-background), 0.26) !important;
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.92), rgba(var(--secondary-color), 0.9)) !important;
	color: #ffffff !important;
}

body.falbium-theme-shell .btn-danger {
	border-color: rgba(255, 121, 141, 0.34) !important;
	background: linear-gradient(135deg, rgba(255, 121, 141, 0.92), rgba(171, 44, 78, 0.92)) !important;
	color: #fff !important;
}

body.falbium-theme-shell .btn-outline-primary {
	border-color: rgba(var(--header-banner-background), 0.26);
	background: rgba(var(--header-banner-background), 0.08);
	color: #dbedff;
}

body.falbium-theme-shell .btn-close {
	filter: invert(1);
}

body.falbium-theme-shell .form-control,
body.falbium-theme-shell .form-select,
body.falbium-theme-shell select.form-control,
body.falbium-theme-shell textarea.form-control,
body.falbium-theme-shell .input-group-text,
body.falbium-theme-shell .select2-container--bootstrap4 .select2-selection,
body.falbium-theme-shell .select2-container--bootstrap4.select2-container--focus .select2-selection {
	border-color: rgba(255, 255, 255, 0.08) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	color: #eef5ff !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.falbium-theme-shell .form-control::placeholder,
body.falbium-theme-shell textarea.form-control::placeholder {
	color: rgba(238, 245, 255, 0.45);
}

body.falbium-theme-shell .form-control:focus,
body.falbium-theme-shell .form-select:focus,
body.falbium-theme-shell select.form-control:focus,
body.falbium-theme-shell textarea.form-control:focus {
	border-color: rgba(var(--header-banner-background), 0.34) !important;
	box-shadow: 0 0 0 0.22rem rgba(var(--header-banner-background), 0.16) !important;
}

body.falbium-theme-shell .custom-control-label::before,
body.falbium-theme-shell .custom-file-label,
body.falbium-theme-shell .custom-select {
	border-color: rgba(255, 255, 255, 0.08);
	background-color: rgba(255, 255, 255, 0.04);
}

body.falbium-theme-shell .table {
	margin-bottom: 0;
}

body.falbium-theme-shell .table > :not(caption) > * > * {
	border-bottom-color: rgba(255, 255, 255, 0.08);
	background-color: transparent !important;
	color: inherit;
}

body.falbium-theme-shell .table thead th {
	color: #ffffff;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.falbium-theme-shell .table-hover > tbody > tr:hover > * {
	background: rgba(255, 255, 255, 0.03) !important;
}

body.falbium-theme-shell .progress {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

body.falbium-theme-shell .progress-bar {
	background: linear-gradient(90deg, rgba(var(--header-banner-background), 0.9), rgba(var(--secondary-color), 0.88)) !important;
}

body.falbium-theme-shell .home-slider {
	border: 1px solid var(--falbium-border);
	border-radius: 28px !important;
	background: rgba(7, 16, 27, 0.88);
	box-shadow: var(--falbium-shadow);
	overflow: hidden;
}

body.falbium-theme-shell .home-slider .carousel-item img {
	min-height: 360px;
	max-height: 520px;
	object-fit: cover;
	filter: brightness(0.72) saturate(1.05);
}

body.falbium-theme-shell .home-slider .carousel-caption {
	left: 7%;
	right: 7%;
	bottom: 2.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	background: rgba(7, 16, 28, 0.68);
	backdrop-filter: blur(18px);
	text-align: left;
}

body.falbium-theme-shell .news-card,
body.falbium-theme-shell .news-card::before {
	border-top-left-radius: 24px !important;
}

body.falbium-theme-shell .news-img {
	border-radius: 18px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

body.falbium-theme-shell .news-head-title {
	display: inline-block;
	color: #ffffff;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.falbium-theme-shell .img-card-wrapper {
	margin-bottom: 1.5rem !important;
}

body.falbium-theme-shell .img-card-wrapper .img-container {
	min-height: 280px;
}

body.falbium-theme-shell .img-card::before {
	background: linear-gradient(180deg, rgba(5, 11, 19, 0.1) 0%, rgba(3, 7, 13, 0.94) 100%);
}

body.falbium-theme-shell .img-container .img-card .card-img-top {
	filter: brightness(0.82);
	transition: transform 0.5s ease, filter 0.5s ease;
}

body.falbium-theme-shell .img-container:hover .img-card .card-img-top {
	transform: scale(1.08);
	filter: brightness(1);
}

body.falbium-theme-shell .img-card-center,
body.falbium-theme-shell .img-card-bottom {
	left: 1.35rem;
	right: 1.35rem;
}

body.falbium-theme-shell .img-card-center h5,
body.falbium-theme-shell .img-card-bottom h5 {
	width: 100%;
}

body.falbium-theme-shell .store-card {
	gap: 0.85rem;
}

body.falbium-theme-shell .sfx-store-back-of-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(var(--header-banner-background), 0.06));
	min-height: 220px;
}

body.falbium-theme-shell .sfx-store-back-of-photo img {
	max-height: 210px;
	object-fit: contain;
	filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.32));
}

body.falbium-theme-shell .store-card-stock,
body.falbium-theme-shell .store-card-discount {
	top: 1rem;
	padding: 0.5rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

body.falbium-theme-shell .store-card-stock {
	left: 1rem;
	background: rgba(7, 16, 27, 0.84);
}

body.falbium-theme-shell .store-card-stock.have-stock {
	color: #ddf9e6;
	background: rgba(29, 112, 71, 0.88);
}

body.falbium-theme-shell .store-card-stock.stock-out {
	color: #fff1f4;
	background: rgba(164, 45, 74, 0.9);
}

body.falbium-theme-shell .store-card-discount {
	right: 1rem;
	color: #fff7e8;
	background: linear-gradient(135deg, rgba(255, 196, 87, 0.95), rgba(235, 137, 47, 0.95));
}

body.falbium-theme-shell .store-card-text {
	align-items: center;
	color: #eef5ff;
	font-size: 1rem;
	gap: 0.5rem;
}

body.falbium-theme-shell .store-card .price,
body.falbium-theme-shell .price {
	color: var(--falbium-gold);
	font-weight: 800;
}

body.falbium-theme-shell .store-card .old-price,
body.falbium-theme-shell .old-price {
	color: var(--falbium-danger);
}

body.falbium-theme-shell .store-card-button {
	margin-top: auto !important;
	padding-top: 0.5rem;
}

body.falbium-theme-shell .page-section img.lazyload:not(.header-banner-logo):not(.news-img):not(.card-img-top) {
	border-radius: 18px;
}

body.falbium-theme-shell .footer {
	margin-top: 5rem;
	box-shadow: none;
}

body.falbium-theme-shell .footer-top {
	position: relative;
	padding: 4rem 0 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	background:
		linear-gradient(180deg, rgba(7, 13, 22, 0.98) 0%, rgba(5, 10, 17, 0.98) 100%) !important;
	overflow: hidden;
}

body.falbium-theme-shell .footer-top::before,
body.falbium-theme-shell .footer-top::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(60px);
	opacity: 0.12;
	pointer-events: none;
}

body.falbium-theme-shell .footer-top::before {
	top: -7rem;
	left: 8%;
	width: 18rem;
	height: 18rem;
	background: rgba(var(--header-banner-background), 0.18);
}

body.falbium-theme-shell .footer-top::after {
	right: 6%;
	bottom: -8rem;
	width: 20rem;
	height: 20rem;
	background: rgba(var(--secondary-color), 0.14);
}

body.falbium-theme-shell .footer-top .footer-title {
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.falbium-theme-shell .footer-top .about-text-content,
body.falbium-theme-shell .footer-top .about-text-content *,
body.falbium-theme-shell .footer-top .ck-content,
body.falbium-theme-shell .footer-top .ck-content * {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--falbium-muted) !important;
	box-shadow: none !important;
}

body.falbium-theme-shell .footer-top ul li {
	margin-bottom: 0.7rem !important;
}

body.falbium-theme-shell .footer-top ul li a,
body.falbium-theme-shell .footer-top ul li i {
	color: var(--falbium-muted) !important;
}

body.falbium-theme-shell .footer-top ul li a:hover,
body.falbium-theme-shell .footer-top ul li a:focus {
	color: #ffffff !important;
	transform: translateX(3px);
}

body.falbium-theme-shell .footer-top .btn {
	min-width: 3rem;
}

body.falbium-theme-shell .payment-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem !important;
}

body.falbium-theme-shell .payment-icons img {
	width: auto;
	max-width: 150px;
	max-height: 34px;
	object-fit: contain;
	opacity: 0.92;
}

body.falbium-theme-shell .footer-theme-signature {
	margin-bottom: 0.35rem;
	color: #d7e6fb;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.falbium-theme-shell .auth-main {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.falbium-theme-shell .sfx-turn-home-button {
	position: relative;
	z-index: 2;
	padding: 1rem 1.25rem 0;
}

body.falbium-theme-shell .sfx-turn-home-button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(var(--header-banner-background), 0.24);
	border-radius: 16px;
	background: rgba(8, 17, 29, 0.78);
	color: #ffffff;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(14px);
}

body.falbium-theme-shell .sfx-turn-home-button a:hover {
	transform: translateY(-2px);
}

body.falbium-theme-shell.falbium-ready [data-falbium-reveal] {
	opacity: 0;
	transform: translateY(28px) scale(0.985);
	transition:
		opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

body.falbium-theme-shell.falbium-ready [data-falbium-reveal].is-revealed {
	opacity: 1;
	transform: translateY(0) scale(1);
}

body.falbium-theme-shell.reduce-motion [data-falbium-reveal] {
	transition: none !important;
	opacity: 1 !important;
	transform: none !important;
}

@keyframes falbium-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes falbium-pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 0.26;
	}
	50% {
		transform: scale(1.08);
		opacity: 0.38;
	}
}

@keyframes falbium-drift {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(18px, -24px, 0);
	}
}

@media (max-width: 1199.98px) {
	body.falbium-theme-shell .header-hero {
		max-width: 680px;
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .broadcast {
		margin-inline: 1rem;
	}

	body.falbium-theme-shell .broadcast-item {
		padding-right: 10rem;
	}

	body.falbium-theme-shell .header-banner {
		margin-inline: 0;
		min-height: 0;
		padding: 1.6rem 0 2rem;
	}

	body.falbium-theme-shell .header-banner.position-relative::before,
	body.falbium-theme-shell .header-banner::after,
	body.falbium-theme-shell .header-banner-noise {
		border-radius: 0;
	}

	body.falbium-theme-shell .header-banner-content {
		min-height: auto;
		padding: 1rem;
	}

	body.falbium-theme-shell .header-banner .sfx-header-container,
	body.falbium-theme-shell .header-hero,
	body.falbium-theme-shell .header-hero-logo-wrap {
		min-height: 0;
	}

	body.falbium-theme-shell .site-header {
		padding-top: 0;
	}

	body.falbium-theme-shell .site-header > .sfx-container-navbar {
		margin-top: -0.85rem;
	}

	body.falbium-theme-shell .header-floating-actions {
		top: 0.75rem;
		right: 0.75rem;
	}

	body.falbium-theme-shell .header-corner-status {
		bottom: 0.75rem;
	}

	body.falbium-theme-shell .header-corner-status-left {
		left: 0.75rem;
	}

	body.falbium-theme-shell .header-corner-status-right {
		right: 0.75rem;
	}

	body.falbium-theme-shell .navbar-light {
		border-radius: 22px;
	}

	body.falbium-theme-shell .site-header .sfx-navbar-row {
		gap: 0.65rem;
	}

	body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	body.falbium-theme-shell .navbar-collapse {
		padding: 1rem 0 0.5rem;
	}

	body.falbium-theme-shell .navbar-light .navbar-nav .nav-item {
		margin: 0.15rem 0;
	}

	body.falbium-theme-shell .navbar-light .navbar-nav .nav-link {
		padding: 0.9rem 0.85rem;
	}
}

@media (max-width: 767.98px) {
	body.falbium-theme-shell .section {
		padding-top: 1.4rem;
		padding-bottom: 1.4rem;
	}

	body.falbium-theme-shell .card,
	body.falbium-theme-shell .sidebar-store-card,
	body.falbium-theme-shell .img-card-wrapper .img-container,
	body.falbium-theme-shell .alert {
		border-radius: 20px !important;
	}

	body.falbium-theme-shell .home-slider .carousel-item img {
		min-height: 240px;
	}

	body.falbium-theme-shell .header-banner-logo {
		max-height: 220px;
	}

	body.falbium-theme-shell .header-floating-actions {
		gap: 0.5rem;
	}

	body.falbium-theme-shell .header-floating-profile-btn,
	body.falbium-theme-shell .header-floating-cart {
		min-height: 48px;
		padding: 0.6rem 0.75rem;
		border-radius: 16px;
	}

	body.falbium-theme-shell .header-floating-profile-name {
		display: none;
	}

	body.falbium-theme-shell .header-corner-status {
		bottom: 0.7rem;
	}

	body.falbium-theme-shell .header-corner-status-left {
		left: 0.7rem;
	}

	body.falbium-theme-shell .header-corner-status-right {
		right: 0.7rem;
	}

	body.falbium-theme-shell .header-corner-chip {
		min-height: 44px;
		max-width: min(46vw, 220px);
		padding: 0.7rem 0.8rem;
		border-radius: 16px;
		font-size: 0.74rem;
		line-height: 1.25;
	}

	body.falbium-theme-shell .header-corner-chip-label {
		display: none;
	}

	body.falbium-theme-shell .header-corner-chip-online {
		text-align: right;
	}

	body.falbium-theme-shell .home-slider .carousel-caption {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		padding: 1rem;
	}

	body.falbium-theme-shell .footer {
		margin-top: 3rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.falbium-theme-shell *,
	body.falbium-theme-shell *::before,
	body.falbium-theme-shell *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Demo-like refresh */
body.falbium-theme-shell {
	--demo-panel: rgba(9, 13, 26, 0.76);
	--demo-panel-strong: rgba(7, 10, 21, 0.9);
	--demo-card: rgba(11, 16, 31, 0.78);
	--demo-border: rgba(255, 255, 255, 0.09);
	--demo-muted: rgba(221, 231, 255, 0.7);
	--demo-shadow: 0 34px 90px rgba(1, 2, 9, 0.45);
	--demo-shadow-soft: 0 20px 50px rgba(1, 2, 9, 0.26);
}

body.falbium-theme-shell.route-home .site-main {
	padding-top: 0;
	padding-bottom: 4rem;
}

body.falbium-theme-shell:not(.route-home) .site-main {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

body.falbium-theme-shell:not(.route-home):not(.auth-shell) .site-main > .section:first-child {
	padding-top: 0.5rem;
}

body.falbium-theme-shell:not(.route-home):not(.auth-shell) nav[aria-label="breadcrumb"],
body.falbium-theme-shell:not(.route-home):not(.auth-shell) ol.breadcrumb {
	display: none !important;
}

body.falbium-theme-shell .demo-broadcast-shell {
	position: relative;
	z-index: 12;
	padding: 0.75rem 1rem 0;
}

body.falbium-theme-shell .demo-broadcast-shell .broadcast {
	max-width: 1440px;
	height: 44px;
	margin: 0 auto;
	padding-inline: 1.1rem;
	border-radius: 16px;
	background: rgba(7, 11, 23, 0.92);
	border: 1px solid rgba(var(--header-banner-background), 0.18);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

body.falbium-theme-shell .demo-broadcast-shell .broadcast-link {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82) !important;
}

body.falbium-theme-shell .demo-broadcast-shell .broadcast-link:hover {
	color: #fff !important;
}

body.falbium-theme-shell .site-header {
	position: sticky;
	top: 0.75rem;
	z-index: 18;
	padding: 0 1rem 0.85rem;
}

body.falbium-theme-shell .site-header > .sfx-container-navbar {
	margin-top: 0;
	max-width: 1440px;
}

body.falbium-theme-shell .site-header .sfx-navbar-row {
	align-items: stretch;
}

body.falbium-theme-shell .site-header .navbar {
	padding: 0;
}

body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar {
	padding-left: 0;
	padding-right: 0;
}

body.falbium-theme-shell .site-header .navbar-light {
	padding: 0.6rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 26px;
	background: rgba(4, 8, 18, 0.72) !important;
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

body.falbium-theme-shell.page-scrolled .site-header .navbar-light {
	background: rgba(3, 7, 16, 0.88) !important;
	border-color: rgba(var(--header-banner-background), 0.22);
}

body.falbium-theme-shell .demo-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.95rem;
	margin-right: 1rem;
}

body.falbium-theme-shell .demo-brand img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.32));
}

body.falbium-theme-shell .demo-brand-copy {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

body.falbium-theme-shell .demo-brand-name {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
}

body.falbium-theme-shell .demo-brand-status {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-brand-status-dot {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: #90ffb5;
	box-shadow: 0 0 0 0 rgba(144, 255, 181, 0.5);
	animation: demo-status-pulse 2.8s ease-in-out infinite;
}

body.falbium-theme-shell .demo-navbar-nav {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
}

body.falbium-theme-shell .navbar-light .demo-navbar-nav .nav-link {
	padding: 0.9rem 1.1rem;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.74) !important;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.falbium-theme-shell .navbar-light .demo-navbar-nav .nav-item.active > .nav-link,
body.falbium-theme-shell .navbar-light .demo-navbar-nav .nav-link:hover,
body.falbium-theme-shell .navbar-light .demo-navbar-nav .nav-link:focus {
	background: rgba(var(--header-banner-background), 0.16);
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(var(--header-banner-background), 0.18);
}

body.falbium-theme-shell .demo-navbar-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

body.falbium-theme-shell .demo-navbar-ghost,
body.falbium-theme-shell .demo-navbar-cta,
body.falbium-theme-shell .demo-profile-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 48px;
	padding: 0.75rem 1.15rem;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

body.falbium-theme-shell .demo-navbar-ghost,
body.falbium-theme-shell .demo-profile-trigger {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #fff !important;
}

body.falbium-theme-shell .demo-navbar-cta {
	border: 1px solid rgba(var(--header-banner-background), 0.3);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.22), rgba(255, 255, 255, 0.08));
	color: #fff !important;
	box-shadow: 0 16px 36px rgba(var(--header-banner-background), 0.2);
}

body.falbium-theme-shell .demo-profile-trigger::after {
	margin-left: 0.25rem;
}

body.falbium-theme-shell .demo-navbar-cart .cart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.25), rgba(255, 255, 255, 0.1));
	border: 1px solid rgba(var(--header-banner-background), 0.3);
	box-shadow: 0 16px 34px rgba(var(--header-banner-background), 0.2);
}

body.falbium-theme-shell .demo-navbar-cart .cart-button i {
	color: #fff;
	font-size: 1rem;
}

body.falbium-theme-shell .demo-mobile-links {
	display: none;
}

body.falbium-theme-shell .header-floating-actions,
body.falbium-theme-shell .header-corner-status {
	display: none;
}

body.falbium-theme-shell .header-banner {
	margin: 0;
	padding: 2rem 0 1.25rem;
	min-height: 0;
	background: transparent !important;
}

body.falbium-theme-shell .header-banner.position-relative::before {
	display: none;
}

body.falbium-theme-shell .header-banner::after {
	background:
		radial-gradient(circle at 50% 14%, rgba(var(--header-banner-background), 0.18), transparent 28%),
		radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.04), transparent 42%),
		linear-gradient(180deg, rgba(4, 6, 13, 0.28) 0%, rgba(5, 7, 15, 0.56) 58%, rgba(4, 7, 14, 0.82) 100%);
}

body.falbium-theme-shell .header-banner-scene {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.28;
	filter: saturate(1.08) brightness(0.58);
	transform: translate3d(0, 0, 0) scale(1.06);
	transform-origin: center;
}

body.falbium-theme-shell .header-banner-noise {
	background-image:
		linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0%, transparent 30%, transparent 70%, rgba(255, 255, 255, 0.04) 100%),
		linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.03) 100%);
	opacity: 0.4;
}

body.falbium-theme-shell .header-banner-line {
	position: absolute;
	top: 4rem;
	width: clamp(7rem, 18vw, 14rem);
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(var(--header-banner-background), 0.55) 52%, transparent 100%);
	opacity: 0.65;
	pointer-events: none;
}

body.falbium-theme-shell .header-banner-line-left {
	left: 10%;
	transform: rotate(-12deg);
}

body.falbium-theme-shell .header-banner-line-right {
	right: 10%;
	transform: rotate(12deg);
}

body.falbium-theme-shell .header-banner-orb-left {
	left: -6rem;
	top: 2rem;
	width: 16rem;
	height: 16rem;
	background: rgba(var(--header-banner-background), 0.16);
}

body.falbium-theme-shell .header-banner-orb-right {
	right: -4rem;
	bottom: -2rem;
	width: 16rem;
	height: 16rem;
	background: rgba(var(--secondary-color), 0.14);
}

body.falbium-theme-shell .header-banner .sfx-header-container,
body.falbium-theme-shell .header-banner-content {
	min-height: 0;
}

body.falbium-theme-shell .header-banner-content {
	padding: 0;
}

body.falbium-theme-shell .header-hero {
	max-width: 920px;
	gap: 0.9rem;
	padding-top: 0.35rem;
}

body.falbium-theme-shell .header-hero-kicker {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
}

body.falbium-theme-shell .header-hero-logo-wrap {
	position: relative;
}

body.falbium-theme-shell .header-banner-logo {
	position: relative;
	z-index: 2;
	width: clamp(110px, 14vw, 180px);
	max-width: 100%;
	max-height: none;
}

body.falbium-theme-shell .header-hero-logo-glow {
	position: absolute;
	inset: 50% auto auto 50%;
	z-index: 1;
	width: 10rem;
	height: 10rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(var(--header-banner-background), 0.34) 0%, rgba(var(--header-banner-background), 0.08) 45%, transparent 74%);
	transform: translate(-50%, -50%);
	filter: blur(22px);
	animation: falbium-pulse 7s ease-in-out infinite;
}

body.falbium-theme-shell .header-hero-title {
	margin: 0;
	font-size: clamp(2.75rem, 6.4vw, 5.4rem);
	font-weight: 800;
	line-height: 0.92;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
	text-shadow: 0 20px 44px rgba(0, 0, 0, 0.44);
}

body.falbium-theme-shell .header-hero-summary {
	max-width: 680px;
	margin: 0 auto;
	font-size: 0.98rem;
	line-height: 1.8;
	color: var(--demo-muted);
}

body.falbium-theme-shell .header-hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	margin-top: 0.75rem;
}

body.falbium-theme-shell .header-hero-action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 210px;
	min-height: 74px;
	padding: 0.95rem 1.15rem;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 12, 25, 0.68);
	backdrop-filter: blur(16px);
	box-shadow: var(--demo-shadow-soft);
}

body.falbium-theme-shell .header-hero-action:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--header-banner-background), 0.24);
}

body.falbium-theme-shell .header-hero-action-primary {
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.26), rgba(255, 255, 255, 0.08));
	border-color: rgba(var(--header-banner-background), 0.3);
}

body.falbium-theme-shell .header-hero-action span {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

body.falbium-theme-shell .header-hero-action small {
	margin-top: 0.3rem;
	font-size: 0.82rem;
	color: var(--demo-muted);
}

body.falbium-theme-shell .header-hero-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	margin-top: 0.75rem;
}

body.falbium-theme-shell .header-hero-stat {
	min-width: 210px;
	padding: 0.85rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(7, 11, 23, 0.58);
	backdrop-filter: blur(16px);
	box-shadow: var(--demo-shadow-soft);
	text-align: center;
}

body.falbium-theme-shell .header-hero-stat-label {
	display: inline-block;
	margin-bottom: 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

body.falbium-theme-shell .header-hero-stat strong {
	display: block;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	color: #fff;
}

body.falbium-theme-shell .header-hero-stat small {
	display: block;
	margin-top: 0.25rem;
	color: var(--demo-muted);
}

body.falbium-theme-shell .compact-page-hero {
	padding: 0 1rem 0.25rem;
}

body.falbium-theme-shell .compact-page-hero .container {
	max-width: 1440px;
}

body.falbium-theme-shell .compact-page-hero-inner {
	position: relative;
	padding: 1.15rem 1.35rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(10, 14, 28, 0.74), rgba(7, 11, 23, 0.72));
	box-shadow: var(--demo-shadow-soft);
}

body.falbium-theme-shell .compact-page-kicker {
	display: inline-flex;
	margin-bottom: 0.45rem;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.falbium-theme-shell .compact-page-hero h1 {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

body.falbium-theme-shell .demo-section-heading {
	max-width: 860px;
	margin: 0 auto 2.75rem;
	text-align: center;
}

body.falbium-theme-shell .demo-section-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	border: 1px solid rgba(var(--header-banner-background), 0.18);
	background: rgba(var(--header-banner-background), 0.08);
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-section-heading h2 {
	margin: 1rem 0 0.85rem;
	font-size: clamp(2.1rem, 5vw, 4.6rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
}

body.falbium-theme-shell .demo-section-heading p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.9;
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-about-panel,
body.falbium-theme-shell .demo-showcase-panel,
body.falbium-theme-shell .demo-game-card,
body.falbium-theme-shell .demo-footer-panel,
body.falbium-theme-shell .demo-final-cta-panel,
body.falbium-theme-shell .demo-discord-cta,
body.falbium-theme-shell .demo-discord-embed {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(11, 16, 31, 0.84), rgba(7, 11, 23, 0.82));
	box-shadow: var(--demo-shadow);
}

body.falbium-theme-shell .demo-about-panel {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 32px;
	position: relative;
	overflow: hidden;
}

body.falbium-theme-shell .demo-about-panel::before,
body.falbium-theme-shell .demo-final-cta-panel::before {
	content: "";
	position: absolute;
	inset: auto auto -8rem -5rem;
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	background: rgba(var(--header-banner-background), 0.12);
	filter: blur(80px);
	pointer-events: none;
}

body.falbium-theme-shell .demo-about-panel * {
	background: transparent !important;
	background-color: transparent !important;
}

body.falbium-theme-shell .demo-about-panel p,
body.falbium-theme-shell .demo-about-panel li,
body.falbium-theme-shell .demo-about-panel strong {
	color: var(--demo-muted) !important;
	font-size: 1.02rem;
	line-height: 1.95;
}

body.falbium-theme-shell .demo-about-panel strong {
	color: #fff !important;
}

body.falbium-theme-shell .demo-showcase {
	position: relative;
}

body.falbium-theme-shell .demo-showcase-panel {
	position: relative;
	min-height: 560px;
	border-radius: 34px;
	overflow: hidden;
}

body.falbium-theme-shell .demo-showcase-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.58) saturate(1.08);
}

body.falbium-theme-shell .demo-showcase-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 560px;
	padding: clamp(2rem, 5vw, 4rem);
	background: linear-gradient(180deg, rgba(2, 5, 11, 0.08) 0%, rgba(4, 7, 13, 0.72) 60%, rgba(3, 5, 10, 0.94) 100%);
}

body.falbium-theme-shell .demo-showcase-eyebrow {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 0.75rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(var(--header-banner-background), 0.18);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-showcase-copy h3 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

body.falbium-theme-shell .demo-showcase-copy p {
	max-width: 640px;
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.9;
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-showcase-cta {
	display: inline-flex;
	width: fit-content;
	margin-top: 1.25rem;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-game-card {
	height: 100%;
	padding: 1rem;
	border-radius: 30px;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.falbium-theme-shell .demo-game-card:hover {
	transform: translateY(-6px);
	border-color: rgba(var(--header-banner-background), 0.24);
}

body.falbium-theme-shell .demo-game-media {
	display: block;
	overflow: hidden;
	border-radius: 24px;
}

body.falbium-theme-shell .demo-game-media img {
	width: 100%;
	min-height: 260px;
	height: 260px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

body.falbium-theme-shell .demo-game-card:hover .demo-game-media img {
	transform: scale(1.06);
}

body.falbium-theme-shell .demo-game-body {
	padding: 1.35rem 0.35rem 0.2rem;
}

body.falbium-theme-shell .demo-game-index {
	display: inline-block;
	margin-bottom: 0.85rem;
	color: rgba(var(--header-banner-background), 0.95);
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-game-body h3 {
	margin-bottom: 0.75rem;
	font-size: 1.35rem;
	color: #fff;
}

body.falbium-theme-shell .demo-game-body p {
	margin-bottom: 1rem;
	color: var(--demo-muted);
	line-height: 1.85;
}

body.falbium-theme-shell .demo-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-section-action {
	margin-top: 2rem;
	text-align: center;
}

body.falbium-theme-shell .demo-news-card {
	height: 100%;
	border-radius: 28px !important;
	overflow: hidden;
}

body.falbium-theme-shell .demo-news-image {
	display: block;
	position: relative;
	overflow: hidden;
}

body.falbium-theme-shell .demo-news-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

body.falbium-theme-shell .demo-news-card:hover .demo-news-image img {
	transform: scale(1.05);
}

body.falbium-theme-shell .demo-news-card .card-body {
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	padding: 1.5rem;
}

body.falbium-theme-shell .demo-news-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-news-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-community-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: sticky;
	top: 6.2rem;
}

body.falbium-theme-shell .demo-featured-product,
body.falbium-theme-shell .demo-discord-cta,
body.falbium-theme-shell .demo-discord-embed {
	border-radius: 28px;
	overflow: hidden;
}

body.falbium-theme-shell .demo-featured-product .sidebar-store-card-title {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

body.falbium-theme-shell .demo-featured-product .product-name {
	color: #fff;
}

body.falbium-theme-shell .demo-community-card {
	border-radius: 28px !important;
}

body.falbium-theme-shell .demo-discord-embed iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
}

body.falbium-theme-shell .demo-discord-cta {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1.25rem 1.35rem;
}

body.falbium-theme-shell .demo-discord-cta span {
	color: #fff;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-discord-cta small {
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-final-cta-panel {
	position: relative;
	overflow: hidden;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: 36px;
	text-align: center;
}

body.falbium-theme-shell .demo-final-cta-panel::after {
	content: "";
	position: absolute;
	inset: -12rem -4rem auto auto;
	width: 20rem;
	height: 20rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	filter: blur(100px);
	pointer-events: none;
}

body.falbium-theme-shell .demo-final-kicker {
	display: inline-flex;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	border: 1px solid rgba(var(--header-banner-background), 0.2);
	background: rgba(var(--header-banner-background), 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-final-cta-panel h2 {
	margin: 1rem 0 0.85rem;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	color: #fff;
}

body.falbium-theme-shell .demo-final-cta-panel p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--demo-muted);
	line-height: 1.9;
}

body.falbium-theme-shell .demo-final-actions {
	margin-top: 1.6rem;
}

body.falbium-theme-shell .footer {
	margin-top: 5.5rem;
}

body.falbium-theme-shell .footer-top {
	padding: 0;
	border-top: 0;
	background: transparent !important;
}

body.falbium-theme-shell .demo-footer-panel {
	height: 100%;
	padding: 1.5rem;
	border-radius: 30px;
}

body.falbium-theme-shell .demo-footer-brand {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

body.falbium-theme-shell .demo-footer-brand img {
	width: 78px;
	height: 78px;
	object-fit: contain;
	filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.34));
}

body.falbium-theme-shell .demo-footer-brand-subtitle {
	margin: 0.3rem 0 0;
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

body.falbium-theme-shell .demo-footer-meta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	font-size: 0.86rem;
	font-weight: 700;
}

body.falbium-theme-shell .footer-menu-panel ul li {
	margin-bottom: 0.65rem !important;
}

body.falbium-theme-shell .footer-menu-panel ul li a {
	color: var(--demo-muted) !important;
}

body.falbium-theme-shell .footer-menu-panel ul li a:hover {
	color: #fff !important;
}

body.falbium-theme-shell .footer-control-panel .demo-footer-controls {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

body.falbium-theme-shell .footer-control-panel .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.8rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #fff !important;
}

body.falbium-theme-shell .demo-footer-theme-switch {
	display: grid;
	gap: 0.75rem;
}

body.falbium-theme-shell .demo-footer-powered {
	margin-top: 1.1rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--demo-muted);
}

body.falbium-theme-shell .demo-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2rem;
	padding: 1.4rem 0 0.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--demo-muted);
}

body.falbium-theme-shell.auth-shell .auth-main {
	padding-bottom: 2rem;
}

body.falbium-theme-shell.auth-shell .page-section .card {
	max-width: 620px;
	margin: 0 auto;
	border-radius: 28px !important;
}

body.falbium-theme-shell.auth-shell .page-section .card-body,
body.falbium-theme-shell.auth-shell .page-section .card-footer {
	padding: 1.6rem;
}

body.falbium-theme-shell.auth-shell .form-control {
	min-height: 54px;
}

@keyframes demo-status-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(144, 255, 181, 0.45);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(144, 255, 181, 0);
	}
}

@media (max-width: 1199.98px) {
	body.falbium-theme-shell .demo-brand-copy {
		display: none;
	}

	body.falbium-theme-shell .demo-news-image img {
		height: 230px;
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .site-header {
		top: 0.5rem;
		padding-inline: 0.75rem;
	}

	body.falbium-theme-shell .site-header .navbar-light {
		padding: 0.65rem 0.85rem;
		border-radius: 22px;
	}

	body.falbium-theme-shell .navbar-collapse {
		padding-top: 1rem;
	}

	body.falbium-theme-shell .demo-navbar-nav {
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
	}

	body.falbium-theme-shell .demo-navbar-nav .nav-item {
		width: 100%;
	}

	body.falbium-theme-shell .navbar-light .demo-navbar-nav .nav-link {
		width: 100%;
		text-align: left;
	}

	body.falbium-theme-shell .demo-navbar-actions {
		display: none;
	}

	body.falbium-theme-shell .demo-mobile-links {
		display: grid;
		gap: 0.55rem;
		padding-top: 1rem;
		margin-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	body.falbium-theme-shell .demo-mobile-link,
	body.falbium-theme-shell .demo-mobile-link-button {
		display: inline-flex;
		align-items: center;
		gap: 0.6rem;
		width: 100%;
		padding: 0.9rem 1rem;
		border-radius: 16px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: rgba(255, 255, 255, 0.03);
		color: #fff !important;
		font-weight: 600;
	}

	body.falbium-theme-shell .demo-mobile-link-button {
		justify-content: flex-start;
	}

	body.falbium-theme-shell .header-banner {
		padding: 1.35rem 0 1rem;
	}

	body.falbium-theme-shell .header-banner .sfx-header-container,
	body.falbium-theme-shell .header-banner-content {
		min-height: 0;
	}

	body.falbium-theme-shell .header-hero-stats {
		gap: 0.75rem;
	}

	body.falbium-theme-shell .header-hero-stat {
		min-width: calc(50% - 0.5rem);
	}

	body.falbium-theme-shell .demo-showcase-panel,
	body.falbium-theme-shell .demo-showcase-copy {
		min-height: 420px;
	}

	body.falbium-theme-shell .demo-community-stack {
		position: static;
	}

	body.falbium-theme-shell .demo-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767.98px) {
	body.falbium-theme-shell .demo-broadcast-shell {
		padding: 0.5rem 0.75rem 0;
	}

	body.falbium-theme-shell .demo-broadcast-shell .broadcast {
		height: 40px;
		border-radius: 14px;
	}

	body.falbium-theme-shell .site-header {
		padding-inline: 0.5rem;
	}

	body.falbium-theme-shell .demo-brand img {
		width: 46px;
		height: 46px;
	}

	body.falbium-theme-shell .header-hero-title {
		font-size: clamp(2.2rem, 12vw, 3.5rem);
	}

	body.falbium-theme-shell .header-hero-summary {
		font-size: 0.95rem;
	}

	body.falbium-theme-shell .header-hero-action {
		min-width: 100%;
	}

	body.falbium-theme-shell .header-hero-stat {
		min-width: 100%;
	}

	body.falbium-theme-shell .compact-page-hero {
		padding-inline: 0.75rem;
	}

	body.falbium-theme-shell .demo-section-heading {
		margin-bottom: 2rem;
	}

	body.falbium-theme-shell .demo-showcase-panel,
	body.falbium-theme-shell .demo-showcase-copy {
		min-height: 360px;
	}

	body.falbium-theme-shell .demo-showcase-copy h3 {
		font-size: 1.8rem;
	}

	body.falbium-theme-shell .demo-game-media img {
		height: 220px;
		min-height: 220px;
	}

	body.falbium-theme-shell .demo-news-image img {
		height: 210px;
	}

	body.falbium-theme-shell .demo-news-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	body.falbium-theme-shell .demo-footer-brand {
		align-items: flex-start;
	}

	body.falbium-theme-shell .demo-footer-brand img {
		width: 66px;
		height: 66px;
	}
}

body.falbium-theme-shell.route-home {
	--falbium-home-header-offset: 118px;
}

body.falbium-theme-shell.route-home .site-main {
	padding-bottom: 0;
}

body.falbium-theme-shell.route-home .header-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 2rem;
	min-height: calc(100svh - var(--falbium-home-header-offset));
}

body.falbium-theme-shell.route-home .header-banner::after {
	background:
		radial-gradient(circle at 50% 24%, rgba(var(--header-banner-background), 0.2), transparent 32%),
		linear-gradient(180deg, rgba(3, 8, 15, 0.24) 0%, rgba(5, 12, 20, 0.08) 100%);
}

body.falbium-theme-shell.route-home .header-banner .sfx-header-container,
body.falbium-theme-shell.route-home .header-banner-content {
	width: 100%;
	min-height: calc(100svh - var(--falbium-home-header-offset) - 1rem);
}

body.falbium-theme-shell.route-home .header-hero {
	max-width: 980px;
	gap: clamp(1.25rem, 3vw, 2.4rem);
	padding: 2rem 1rem 3rem;
}

body.falbium-theme-shell.route-home .header-hero-logo-link {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.falbium-theme-shell.route-home .header-hero-logo-glow {
	width: 26rem;
	height: 26rem;
	opacity: 0.95;
}

body.falbium-theme-shell.route-home .header-banner-logo {
	width: clamp(240px, 30vw, 420px);
	max-width: 70vw;
	filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.4));
}

body.falbium-theme-shell.route-home .header-hero-actions {
	width: 100%;
	max-width: 920px;
	justify-content: center;
	gap: 1rem;
	margin-top: 0.25rem;
}

body.falbium-theme-shell.route-home .header-hero-action {
	flex: 1 1 240px;
	min-width: 220px;
	min-height: 88px;
	padding: 1.05rem 1.2rem;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(8, 11, 22, 0.62);
	backdrop-filter: blur(18px);
}

body.falbium-theme-shell.route-home .header-hero-action-primary {
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.36), rgba(255, 255, 255, 0.06));
	border-color: rgba(var(--header-banner-background), 0.36);
}

body.falbium-theme-shell.route-home .header-hero-action:hover {
	transform: translateY(-6px);
	border-color: rgba(var(--header-banner-background), 0.34);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

body.falbium-theme-shell .compact-page-hero {
	padding: 0 1rem 0.35rem;
}

body.falbium-theme-shell .compact-page-hero-inner {
	display: flex;
	align-items: center;
	min-height: 92px;
}

body.falbium-theme-shell.route-home .demo-home-panel,
body.falbium-theme-shell.route-home .header-banner {
	position: relative;
	scroll-margin-top: calc(var(--falbium-home-header-offset) + 12px);
}

body.falbium-theme-shell.route-home .demo-home-panel {
	display: flex;
	align-items: center;
	padding: 1rem 0 2rem;
	min-height: calc(100svh - var(--falbium-home-header-offset));
}

body.falbium-theme-shell.route-home .demo-panel-shell {
	width: 100%;
	min-height: calc(100svh - var(--falbium-home-header-offset) - 1rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(1.2rem, 2vw, 2rem);
}

body.falbium-theme-shell.route-home .demo-section-heading {
	max-width: 780px;
	margin: 0 auto;
}

body.falbium-theme-shell.route-home .demo-section-heading p {
	max-width: 640px;
	margin-inline: auto;
}

body.falbium-theme-shell.route-home [data-home-panel] .demo-panel-shell,
body.falbium-theme-shell.route-home .header-banner .header-hero {
	opacity: 0.52;
	filter: saturate(0.88);
	transform: translate3d(0, 42px, 0) scale(0.975);
	transition:
		opacity 0.58s ease,
		transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.58s ease;
}

body.falbium-theme-shell.route-home [data-home-panel].is-current .demo-panel-shell,
body.falbium-theme-shell.route-home .header-banner.is-current .header-hero {
	opacity: 1;
	filter: none;
	transform: none;
}

body.falbium-theme-shell.route-home [data-home-panel].is-before .demo-panel-shell,
body.falbium-theme-shell.route-home .header-banner.is-before .header-hero {
	transform: translate3d(0, -22px, 0) scale(0.97);
}

body.falbium-theme-shell.route-home [data-home-panel].is-after .demo-panel-shell,
body.falbium-theme-shell.route-home .header-banner.is-after .header-hero {
	transform: translate3d(0, 22px, 0) scale(0.97);
}

body.falbium-theme-shell.reduce-motion.route-home [data-home-panel] .demo-panel-shell,
body.falbium-theme-shell.reduce-motion.route-home .header-banner .header-hero {
	opacity: 1;
	filter: none;
	transform: none;
}

body.falbium-theme-shell.route-home .demo-about-panel {
	max-width: 920px;
	max-height: min(46vh, 420px);
	margin: 0 auto;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	border-radius: 32px;
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(10, 14, 28, 0.76), rgba(7, 11, 23, 0.72));
	backdrop-filter: blur(18px);
	box-shadow: var(--demo-shadow-soft);
}

body.falbium-theme-shell.route-home .demo-about-panel::-webkit-scrollbar {
	width: 8px;
}

body.falbium-theme-shell.route-home .demo-about-panel::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

body.falbium-theme-shell.route-home .demo-showcase {
	max-width: 1240px;
	margin: 0 auto;
}

body.falbium-theme-shell.route-home .demo-showcase-panel {
	min-height: min(52vh, 520px);
}

body.falbium-theme-shell.route-home .demo-games-grid,
body.falbium-theme-shell.route-home .demo-news-grid,
body.falbium-theme-shell.route-home .demo-community-grid {
	margin-top: 0.25rem;
}

body.falbium-theme-shell.route-home .demo-game-card,
body.falbium-theme-shell.route-home .demo-news-card,
body.falbium-theme-shell.route-home .demo-data-panel {
	height: 100%;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(7, 11, 23, 0.62);
	backdrop-filter: blur(18px);
	box-shadow: var(--demo-shadow-soft);
}

body.falbium-theme-shell.route-home .demo-news-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body.falbium-theme-shell.route-home .demo-news-image img {
	height: 240px;
}

body.falbium-theme-shell.route-home .demo-news-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1.4rem;
}

body.falbium-theme-shell.route-home .demo-news-copy h3 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.25;
}

body.falbium-theme-shell.route-home .demo-news-copy p {
	margin: 0;
	color: var(--demo-muted);
	line-height: 1.75;
}

body.falbium-theme-shell.route-home .demo-news-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: auto;
}

body.falbium-theme-shell.route-home .demo-section-action {
	display: flex;
	justify-content: center;
	margin-top: 1.45rem;
}

body.falbium-theme-shell.route-home .demo-empty-panel {
	max-width: 760px;
	margin: 0 auto;
}

body.falbium-theme-shell.route-home .demo-community-feature {
	display: grid;
	grid-template-columns: 150px 1fr auto;
	align-items: center;
	gap: 1.3rem;
	padding: 1.3rem 1.5rem;
	border-radius: 32px;
	border: 1px solid rgba(var(--header-banner-background), 0.22);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.12), rgba(8, 11, 22, 0.76));
	box-shadow: var(--demo-shadow-soft);
}

body.falbium-theme-shell.route-home .demo-community-feature-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	padding: 1rem;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.04);
}

body.falbium-theme-shell.route-home .demo-community-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.falbium-theme-shell.route-home .demo-feature-label {
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.64);
}

body.falbium-theme-shell.route-home .demo-community-feature-copy strong {
	display: block;
	margin-top: 0.4rem;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 700;
	color: #fff;
}

body.falbium-theme-shell.route-home .demo-community-feature-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.3rem;
}

body.falbium-theme-shell.route-home .demo-community-feature-price .old-price {
	color: rgba(255, 255, 255, 0.44);
	text-decoration: line-through;
}

body.falbium-theme-shell.route-home .demo-community-feature-price .price {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1.52rem;
	font-weight: 700;
	color: #fff;
}

body.falbium-theme-shell.route-home .demo-data-panel {
	padding: 1.25rem;
}

body.falbium-theme-shell.route-home .demo-data-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

body.falbium-theme-shell.route-home .demo-data-panel-title {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

body.falbium-theme-shell.route-home .demo-data-panel-head small {
	color: var(--demo-muted);
}

body.falbium-theme-shell.route-home .demo-data-list {
	display: grid;
	gap: 0.55rem;
}

body.falbium-theme-shell.route-home .demo-data-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 0.95rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
}

body.falbium-theme-shell.route-home .demo-data-row:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.05);
}

body.falbium-theme-shell.route-home .demo-community-identity {
	display: flex;
	align-items: center;
	min-width: 0;
}

body.falbium-theme-shell.route-home .demo-community-name {
	display: inline-block;
	min-width: 0;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.falbium-theme-shell.route-home .demo-community-value {
	color: #fff;
	font-weight: 700;
	text-align: right;
}

body.falbium-theme-shell.route-home .demo-community-value-stack {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

body.falbium-theme-shell.route-home .demo-community-value-stack strong {
	font-size: 0.96rem;
}

body.falbium-theme-shell.route-home .demo-community-value-stack small {
	color: var(--demo-muted);
}

body.falbium-theme-shell.route-home .demo-community-discord {
	margin-top: 1.25rem;
}

body.falbium-theme-shell.route-home .demo-data-panel-discord {
	padding-bottom: 0;
	overflow: hidden;
}

body.falbium-theme-shell.route-home .demo-data-panel-discord .demo-discord-embed {
	border-radius: 0 0 24px 24px;
	overflow: hidden;
}

body.falbium-theme-shell.route-home .demo-discord-embed iframe {
	display: block;
	width: 100%;
	height: 320px;
	border: 0;
}

body.falbium-theme-shell.route-home .demo-discord-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	border-radius: 28px;
	border: 1px solid rgba(var(--header-banner-background), 0.22);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.16), rgba(8, 11, 22, 0.72));
	box-shadow: var(--demo-shadow-soft);
}

body.falbium-theme-shell.route-home .demo-discord-cta span {
	color: #fff;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.falbium-theme-shell.route-home .demo-discord-cta small {
	max-width: 480px;
	color: var(--demo-muted);
	text-align: right;
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell.route-home {
		--falbium-home-header-offset: 96px;
	}

	body.falbium-theme-shell.route-home .header-banner {
		padding: 0.5rem 0 1.5rem;
		min-height: 0;
	}

	body.falbium-theme-shell.route-home .header-banner .sfx-header-container,
	body.falbium-theme-shell.route-home .header-banner-content,
	body.falbium-theme-shell.route-home .demo-home-panel,
	body.falbium-theme-shell.route-home .demo-panel-shell {
		min-height: 0;
	}

	body.falbium-theme-shell.route-home [data-home-panel] .demo-panel-shell,
	body.falbium-theme-shell.route-home .header-banner .header-hero {
		opacity: 1;
		filter: none;
		transform: none;
	}

	body.falbium-theme-shell.route-home .header-hero-actions {
		flex-direction: column;
	}

	body.falbium-theme-shell.route-home .header-hero-action {
		min-width: 100%;
	}

	body.falbium-theme-shell.route-home .demo-home-panel {
		padding: 1rem 0 1.5rem;
	}

	body.falbium-theme-shell.route-home .demo-about-panel {
		max-height: none;
	}

	body.falbium-theme-shell.route-home .demo-community-feature {
		grid-template-columns: 1fr;
	}

	body.falbium-theme-shell.route-home .demo-community-feature-media {
		width: 110px;
		height: 110px;
	}

	body.falbium-theme-shell.route-home .demo-community-feature-price {
		align-items: flex-start;
	}

	body.falbium-theme-shell.route-home .demo-discord-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	body.falbium-theme-shell.route-home .demo-discord-cta small {
		text-align: left;
	}
}

@media (max-width: 767.98px) {
	body.falbium-theme-shell.route-home .header-banner-logo {
		width: clamp(190px, 58vw, 300px);
	}

	body.falbium-theme-shell.route-home .demo-news-copy,
	body.falbium-theme-shell.route-home .demo-data-panel {
		padding: 1rem;
	}

	body.falbium-theme-shell.route-home .demo-showcase-panel {
		min-height: 360px;
	}
}

body.falbium-theme-shell {
	--falbium-glass-edge: rgba(255, 255, 255, 0.08);
	--falbium-glass-fill: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
	--falbium-glass-fill-strong: linear-gradient(135deg, rgba(var(--header-banner-background), 0.16), rgba(255, 255, 255, 0.028));
	--falbium-glass-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

body.falbium-theme-shell .site-header .navbar-light,
body.falbium-theme-shell .compact-page-hero-inner {
	transition:
		opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.36s ease,
		border-color 0.36s ease;
}

body.falbium-theme-shell:not(.falbium-ready) .site-header .navbar-light,
body.falbium-theme-shell:not(.falbium-ready) .compact-page-hero-inner {
	opacity: 0;
	transform: translate3d(0, -18px, 0);
}

body.falbium-theme-shell.falbium-ready .site-header .navbar-light,
body.falbium-theme-shell.falbium-ready .compact-page-hero-inner {
	opacity: 1;
	transform: none;
}

body.falbium-theme-shell [data-falbium-glow] {
	position: relative;
	isolation: isolate;
}

body.falbium-theme-shell [data-falbium-glow]::after {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(var(--header-banner-background), 0.18), transparent 42%);
	transition: opacity 0.28s ease;
}

body.falbium-theme-shell [data-falbium-glow].is-glow-active::after,
body.falbium-theme-shell [data-falbium-glow]:hover::after,
body.falbium-theme-shell [data-falbium-glow]:focus-within::after {
	opacity: 1;
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-link,
body.falbium-theme-shell .demo-profile-trigger,
body.falbium-theme-shell .header-floating-profile-btn,
body.falbium-theme-shell .header-floating-cart,
body.falbium-theme-shell .demo-mobile-link,
body.falbium-theme-shell .demo-mobile-link-button,
body.falbium-theme-shell .footer-control-panel .btn,
body.falbium-theme-shell .header-hero-action {
	border: 1px solid var(--falbium-glass-edge);
	background: var(--falbium-glass-fill) !important;
	box-shadow: var(--falbium-glass-shadow);
	backdrop-filter: blur(18px);
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-link {
	padding: 0.8rem 1rem;
}

body.falbium-theme-shell .navbar-light .navbar-nav .nav-item.active .nav-link,
body.falbium-theme-shell .navbar-light .navbar-nav .nav-item:hover .nav-link,
body.falbium-theme-shell .navbar-light .navbar-nav .nav-item:focus-within .nav-link,
body.falbium-theme-shell .demo-profile-trigger:hover,
body.falbium-theme-shell .demo-profile-trigger:focus-visible,
body.falbium-theme-shell .header-floating-profile-btn:hover,
body.falbium-theme-shell .header-floating-cart:hover,
body.falbium-theme-shell .demo-mobile-link:hover,
body.falbium-theme-shell .demo-mobile-link-button:hover,
body.falbium-theme-shell .footer-control-panel .btn:hover,
body.falbium-theme-shell .footer-control-panel .btn:focus-visible,
body.falbium-theme-shell .header-hero-action:hover,
body.falbium-theme-shell .header-hero-action:focus-visible {
	border-color: rgba(var(--header-banner-background), 0.28);
	background: var(--falbium-glass-fill-strong) !important;
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
	transform: translate3d(0, -3px, 0);
}

body.falbium-theme-shell .demo-profile-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.72rem 0.95rem;
	border-radius: 18px;
	color: #fff;
}

body.falbium-theme-shell .header-floating-profile-btn,
body.falbium-theme-shell .header-floating-cart,
body.falbium-theme-shell .demo-mobile-link,
body.falbium-theme-shell .demo-mobile-link-button {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)) !important;
}

body.falbium-theme-shell .header-hero-action,
body.falbium-theme-shell.route-home .header-hero-action {
	border-color: rgba(255, 255, 255, 0.09);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)) !important;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
}

body.falbium-theme-shell .header-hero-action-primary,
body.falbium-theme-shell.route-home .header-hero-action-primary {
	border-color: rgba(var(--header-banner-background), 0.24);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.14), rgba(255, 255, 255, 0.024)) !important;
}

body.falbium-theme-shell .header-hero-action small {
	color: rgba(255, 255, 255, 0.68);
}

body.falbium-theme-shell .btn,
body.falbium-theme-shell .dropdown-item,
body.falbium-theme-shell .page-link,
body.falbium-theme-shell .table-hover > tbody > tr,
body.falbium-theme-shell .form-control,
body.falbium-theme-shell .form-select,
body.falbium-theme-shell .select2-container--bootstrap4 .select2-selection,
body.falbium-theme-shell .alert,
body.falbium-theme-shell .table-responsive,
body.falbium-theme-shell .accordion-item,
body.falbium-theme-shell .list-group-item,
body.falbium-theme-shell .nav-tabs .nav-link,
body.falbium-theme-shell .dropdown-menu {
	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s ease,
		border-color 0.28s ease,
		background-color 0.28s ease,
		opacity 0.28s ease,
		filter 0.28s ease;
}

body.falbium-theme-shell .btn:hover,
body.falbium-theme-shell .btn:focus-visible,
body.falbium-theme-shell .page-link:hover,
body.falbium-theme-shell .page-link:focus-visible,
body.falbium-theme-shell .nav-tabs .nav-link:hover,
body.falbium-theme-shell .nav-tabs .nav-link:focus-visible {
	transform: translate3d(0, -3px, 0);
}

body.falbium-theme-shell .form-control:hover,
body.falbium-theme-shell .form-select:hover,
body.falbium-theme-shell .select2-container--bootstrap4 .select2-selection:hover {
	transform: translate3d(0, -1px, 0);
	border-color: rgba(var(--header-banner-background), 0.22) !important;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

body.falbium-theme-shell .table-responsive:hover,
body.falbium-theme-shell .alert:hover,
body.falbium-theme-shell .accordion-item:hover,
body.falbium-theme-shell .list-group-item:hover {
	transform: translate3d(0, -2px, 0);
}

body.falbium-theme-shell .table-hover > tbody > tr {
	transform: translate3d(0, 0, 0);
}

body.falbium-theme-shell .table-hover > tbody > tr:hover {
	transform: translate3d(6px, 0, 0);
}

body.falbium-theme-shell .dropdown-menu.show {
	animation: falbium-menu-rise 0.26s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.falbium-theme-shell .pagination .page-link {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
}

body.falbium-theme-shell .pagination .active .page-link,
body.falbium-theme-shell .pagination .page-link:hover {
	border-color: rgba(var(--header-banner-background), 0.28);
	background: rgba(var(--header-banner-background), 0.14);
}

body.falbium-theme-shell .nav-tabs .nav-link {
	border-color: rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.02);
	color: var(--falbium-muted);
}

body.falbium-theme-shell .nav-tabs .nav-link.active,
body.falbium-theme-shell .nav-tabs .nav-link:hover {
	border-color: rgba(var(--header-banner-background), 0.28);
	background: rgba(var(--header-banner-background), 0.12);
	color: #fff;
}

body.falbium-theme-shell .dropdown-item:hover,
body.falbium-theme-shell .dropdown-item:focus {
	transform: translate3d(4px, 0, 0);
}

body.falbium-theme-shell.reduce-motion .dropdown-menu.show {
	animation: none !important;
}

body.falbium-theme-shell.reduce-motion .btn,
body.falbium-theme-shell.reduce-motion .dropdown-item,
body.falbium-theme-shell.reduce-motion .page-link,
body.falbium-theme-shell.reduce-motion .table-hover > tbody > tr,
body.falbium-theme-shell.reduce-motion .form-control,
body.falbium-theme-shell.reduce-motion .form-select,
body.falbium-theme-shell.reduce-motion .select2-container--bootstrap4 .select2-selection,
body.falbium-theme-shell.reduce-motion .alert,
body.falbium-theme-shell.reduce-motion .table-responsive,
body.falbium-theme-shell.reduce-motion .accordion-item,
body.falbium-theme-shell.reduce-motion .list-group-item,
body.falbium-theme-shell.reduce-motion .nav-tabs .nav-link,
body.falbium-theme-shell.reduce-motion .dropdown-menu,
body.falbium-theme-shell.reduce-motion .site-header .navbar-light,
body.falbium-theme-shell.reduce-motion .compact-page-hero-inner {
	transition: none !important;
	animation: none !important;
	transform: none !important;
}

@keyframes falbium-menu-rise {
	0% {
		opacity: 0;
		transform: translate3d(0, 10px, 0) scale(0.985);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .navbar-light .navbar-nav .nav-link {
		padding: 0.95rem 1rem;
	}

	body.falbium-theme-shell .demo-profile-trigger {
		width: 100%;
		justify-content: center;
	}
}

body.falbium-theme-shell .site-backdrop-glow {
	opacity: 0.24;
	filter: blur(120px);
	animation-duration: 24s;
}

body.falbium-theme-shell .site-backdrop-edge,
body.falbium-theme-shell .site-backdrop-veil {
	position: absolute;
	pointer-events: none;
}

body.falbium-theme-shell .site-backdrop-edge {
	top: -12%;
	bottom: -12%;
	width: min(28vw, 360px);
	opacity: 0.46;
	mix-blend-mode: screen;
}

body.falbium-theme-shell .site-backdrop-edge-left {
	left: -8vw;
	background: linear-gradient(180deg, transparent 0%, rgba(var(--header-banner-background), 0.24) 20%, rgba(var(--header-banner-background), 0.08) 55%, transparent 100%);
	transform: skewX(-12deg);
	animation: falbium-edge-flow-left 18s ease-in-out infinite;
}

body.falbium-theme-shell .site-backdrop-edge-right {
	right: -8vw;
	background: linear-gradient(180deg, transparent 0%, rgba(var(--secondary-color), 0.22) 18%, rgba(var(--secondary-color), 0.08) 58%, transparent 100%);
	transform: skewX(12deg);
	animation: falbium-edge-flow-right 20s ease-in-out infinite;
}

body.falbium-theme-shell .site-backdrop-veil {
	left: 0;
	right: 0;
	height: 18vh;
	opacity: 0.42;
}

body.falbium-theme-shell .site-backdrop-veil-top {
	top: 0;
	background: linear-gradient(180deg, rgba(4, 10, 18, 0.9), transparent);
}

body.falbium-theme-shell .site-backdrop-veil-bottom {
	bottom: 0;
	background: linear-gradient(0deg, rgba(3, 7, 13, 0.92), transparent);
}

body.falbium-theme-shell .site-header {
	position: sticky;
	top: 0;
	padding-top: 0.85rem;
	z-index: 40;
}

body.falbium-theme-shell .site-header > .sfx-container-navbar {
	margin-top: 0;
}

body.falbium-theme-shell .site-header .navbar-light {
	padding: 0.65rem 1rem;
	border-color: transparent;
	background: transparent !important;
	box-shadow: none;
	backdrop-filter: none;
}

body.falbium-theme-shell.page-scrolled .site-header .navbar-light {
	background: linear-gradient(180deg, rgba(6, 15, 26, 0.88), rgba(6, 15, 26, 0.62)) !important;
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(20px);
}

body.falbium-theme-shell .demo-brand {
	margin-right: clamp(1rem, 2vw, 2rem);
	gap: 0;
}

body.falbium-theme-shell .demo-brand.text {
	align-items: flex-start;
}

body.falbium-theme-shell .demo-brand img {
	display: none;
}

body.falbium-theme-shell .demo-brand-copy {
	display: flex !important;
	flex-direction: column;
	gap: 0.2rem;
}

body.falbium-theme-shell .demo-brand-mark {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}

body.falbium-theme-shell .demo-brand-status {
	gap: 0.45rem;
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(215, 230, 248, 0.78);
}

body.falbium-theme-shell .demo-brand-status-value {
	color: inherit;
}

body.falbium-theme-shell .demo-navbar-actions {
	position: relative;
	z-index: 10;
}

body.falbium-theme-shell .demo-profile-dropdown {
	position: relative;
}

body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu {
	position: absolute !important;
	inset: calc(100% + 0.9rem) 0 auto auto !important;
	width: min(360px, calc(100vw - 1.5rem));
	max-width: 360px;
	max-height: min(70vh, 42rem);
	overflow-y: auto;
	padding: 1rem;
	z-index: 1080;
}

body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu .container {
	max-width: none;
	padding: 0;
}

body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu .row {
	margin-inline: -0.4rem;
}

body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu [class*="col-"] {
	padding-inline: 0.4rem;
}

body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu .avatar {
	margin-bottom: 0.75rem;
}

body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu .sfx-dropdown-profile-name {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff !important;
}

body.falbium-theme-shell .demo-profile-dropdown .sfx-profile-dropdown {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 92px;
	padding: 0.9rem 0.65rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.03);
}

body.falbium-theme-shell .demo-profile-dropdown .sfx-profile-dropdown:hover,
body.falbium-theme-shell .demo-profile-dropdown .sfx-profile-dropdown:focus-visible {
	background: rgba(var(--header-banner-background), 0.14);
	transform: translateY(-2px);
}

body.falbium-theme-shell .navbar-collapse.show,
body.falbium-theme-shell .navbar-collapse.collapsing {
	margin-top: 0.85rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: rgba(6, 14, 24, 0.92);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

body.falbium-theme-shell.route-home .demo-home-panel,
body.falbium-theme-shell.route-home .demo-panel-shell {
	min-height: auto;
}

body.falbium-theme-shell.route-home .demo-home-panel {
	padding: clamp(2.5rem, 5vw, 5rem) 0;
}

body.falbium-theme-shell.route-home [data-home-panel] .demo-panel-shell,
body.falbium-theme-shell.route-home .header-banner .header-hero {
	opacity: 1;
	filter: none;
	transform: none;
	transition: opacity 0.3s ease;
}

body.falbium-theme-shell .page-article-section {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

body.falbium-theme-shell .page-article-shell {
	position: relative;
	overflow: hidden;
	padding: clamp(1.6rem, 3vw, 3rem);
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(8, 16, 28, 0.92), rgba(6, 12, 21, 0.84)),
		radial-gradient(circle at top right, rgba(var(--header-banner-background), 0.16), transparent 34%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

body.falbium-theme-shell .page-article-shell::before {
	content: "";
	position: absolute;
	inset: auto -5rem -7rem auto;
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(var(--header-banner-background), 0.18), transparent 68%);
	pointer-events: none;
}

body.falbium-theme-shell .page-article-hero {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin-bottom: 2rem;
}

body.falbium-theme-shell .page-article-kicker {
	display: inline-flex;
	margin-bottom: 0.85rem;
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

body.falbium-theme-shell .page-article-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 3.5rem);
	line-height: 1.02;
}

body.falbium-theme-shell .page-article-hero p {
	margin: 1rem 0 0;
	max-width: 620px;
	font-size: 1.02rem;
	line-height: 1.85;
	color: var(--falbium-muted);
}

body.falbium-theme-shell .page-article-body {
	position: relative;
	z-index: 1;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.falbium-theme-shell .page-article-body .ck-content h2,
body.falbium-theme-shell .page-article-body .ck-content h3,
body.falbium-theme-shell .page-article-body .ck-content h4 {
	margin-top: 2rem;
	margin-bottom: 0.85rem;
	color: #ffffff;
}

body.falbium-theme-shell .page-article-body .ck-content p,
body.falbium-theme-shell .page-article-body .ck-content li,
body.falbium-theme-shell .page-article-body .ck-content td,
body.falbium-theme-shell .page-article-body .ck-content th {
	color: var(--falbium-muted) !important;
	line-height: 1.95;
}

body.falbium-theme-shell .page-article-body .ck-content a {
	color: #ffe4a6;
	text-decoration-color: rgba(255, 228, 166, 0.45);
}

body.falbium-theme-shell .page-article-body .ck-content blockquote {
	margin: 1.5rem 0;
	padding: 1.1rem 1.2rem;
	border-left: 4px solid rgba(var(--header-banner-background), 0.55);
	border-radius: 20px;
	background: rgba(var(--header-banner-background), 0.08);
}

body.falbium-theme-shell .page-article-body .ck-content table {
	width: 100%;
	overflow: hidden;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
}

body.falbium-theme-shell .demo-footer-theme-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 48px;
	padding: 0.85rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	font-weight: 700;
	color: #ffffff;
}

body.falbium-theme-shell .demo-footer-bottom p:nth-of-type(2) {
	font-size: 0;
	color: transparent;
}

body.falbium-theme-shell .demo-footer-bottom p:nth-of-type(2)::after {
	content: "Mojang ile herhangi bir bağımız veya resmi ortaklığımız yoktur.";
	display: block;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.68);
}

body.falbium-theme-shell.reduce-motion .site-backdrop-glow,
body.falbium-theme-shell.reduce-motion .site-backdrop-edge {
	animation: none !important;
}

body.falbium-theme-shell.reduce-motion .navbar-light,
body.falbium-theme-shell.reduce-motion .demo-profile-dropdown .dropdown-menu,
body.falbium-theme-shell.reduce-motion .page-article-shell,
body.falbium-theme-shell.reduce-motion .demo-panel-shell,
body.falbium-theme-shell.reduce-motion .demo-footer-panel {
	backdrop-filter: none !important;
	box-shadow: none !important;
}

body.falbium-theme-shell.reduce-motion [data-falbium-reveal],
body.falbium-theme-shell.reduce-motion .is-glow-active {
	transition: none !important;
	transform: none !important;
}

@keyframes falbium-edge-flow-left {
	0%,
	100% {
		transform: translate3d(0, -2%, 0) skewX(-12deg);
		opacity: 0.34;
	}

	50% {
		transform: translate3d(2%, 4%, 0) skewX(-8deg);
		opacity: 0.52;
	}
}

@keyframes falbium-edge-flow-right {
	0%,
	100% {
		transform: translate3d(0, 3%, 0) skewX(12deg);
		opacity: 0.3;
	}

	50% {
		transform: translate3d(-3%, -4%, 0) skewX(8deg);
		opacity: 0.5;
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .demo-navbar-more .demo-navbar-dropdown-menu,
	body.falbium-theme-shell .demo-navbar-dropdown > .dropdown-menu,
	body.falbium-theme-shell .demo-navbar-dropdown-other > .demo-navbar-dropdown-menu {
		position: static;
		inset: auto;
		right: auto;
		width: 100%;
		min-width: 100%;
		margin-top: 0.65rem;
	}

	body.falbium-theme-shell .demo-brand-mark {
		font-size: clamp(1.2rem, 6vw, 1.8rem);
		letter-spacing: 0.14em;
	}

	body.falbium-theme-shell .demo-profile-dropdown .dropdown-menu {
		position: static !important;
		inset: auto !important;
		width: 100%;
		max-width: none;
		margin-top: 0.9rem;
	}

	body.falbium-theme-shell .page-article-shell {
		padding: 1.4rem;
	}
}

body.falbium-theme-shell .demo-footer-theme-status {
	display: none !important;
}

body.falbium-theme-shell .sfx-container-navbar-wide {
	max-width: none;
	padding-inline: clamp(0.55rem, 1.4vw, 1.3rem);
}

body.falbium-theme-shell .site-header {
	padding-top: 0.2rem;
}

body.falbium-theme-shell .site-header .navbar-light {
	width: 100%;
	padding: 0.9rem 0;
	border-radius: 0;
}

body.falbium-theme-shell.page-scrolled .site-header .navbar-light {
	border-radius: 0 0 28px 28px;
}

body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar-wide {
	display: grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	align-items: center;
	column-gap: clamp(0.75rem, 1.4vw, 1.5rem);
}

body.falbium-theme-shell .site-header .navbar-brand {
	grid-column: 1;
	margin: 0;
	padding: 0;
}

body.falbium-theme-shell .site-header .navbar-toggler {
	grid-column: 2;
	justify-self: end;
}

body.falbium-theme-shell .site-header .navbar-collapse {
	grid-column: 3;
	min-width: 0;
}

body.falbium-theme-shell .site-header #navbarMainContent {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

body.falbium-theme-shell .demo-navbar-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.85rem;
	margin-left: auto !important;
}

body.falbium-theme-shell .demo-navbar-cart {
	flex: 0 0 auto;
	margin-left: 0;
}

body.falbium-theme-shell .demo-brand {
	margin-right: 0 !important;
	padding-left: 0;
	min-width: max-content;
}

body.falbium-theme-shell .demo-brand-copy {
	gap: 0.32rem;
}

body.falbium-theme-shell .demo-brand-mark {
	font-size: clamp(2.4rem, 5vw, 4.75rem);
	letter-spacing: 0.24em;
}

body.falbium-theme-shell .demo-brand-status {
	padding-left: 0.12rem;
	font-size: 0.72rem;
	letter-spacing: 0.28em;
}

body.falbium-theme-shell .header-banner {
	min-height: clamp(560px, 82svh, 880px);
	padding: clamp(2.6rem, 6vw, 4.8rem) 0 3.8rem;
}

body.falbium-theme-shell .header-banner.position-relative::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(2, 6, 12, 0.32) 0%, rgba(3, 8, 14, 0.7) 52%, rgba(3, 7, 13, 0.92) 100%),
		radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.08), transparent 32%),
		var(--falbium-header-background-image) center/cover no-repeat;
	opacity: 1;
	filter: saturate(0.9) brightness(0.54);
}

body.falbium-theme-shell .header-banner::after {
	background:
		radial-gradient(circle at 50% 18%, rgba(var(--header-banner-background), 0.2), transparent 26%),
		linear-gradient(180deg, rgba(4, 9, 16, 0.26), rgba(3, 7, 13, 0.58) 56%, rgba(3, 7, 13, 0.9) 100%);
}

body.falbium-theme-shell .header-banner .sfx-header-container,
body.falbium-theme-shell .header-banner-content {
	min-height: clamp(470px, 68svh, 760px);
}

body.falbium-theme-shell .header-hero {
	position: relative;
	width: min(100%, 1100px);
	padding: clamp(1.8rem, 4vw, 3rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 38px;
	background: linear-gradient(180deg, rgba(5, 12, 22, 0.42), rgba(5, 12, 22, 0.18));
	backdrop-filter: blur(14px);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

body.falbium-theme-shell .header-hero::before {
	content: "";
	position: absolute;
	inset: 10% 21% auto;
	height: 52%;
	background: var(--falbium-header-background-image) center/cover no-repeat;
	opacity: 0.12;
	filter: grayscale(1) blur(18px);
	transform: scale(1.12);
	pointer-events: none;
}

body.falbium-theme-shell .header-hero > * {
	position: relative;
	z-index: 1;
}

body.falbium-theme-shell .header-hero-logo-wrap {
	position: relative;
	margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

body.falbium-theme-shell .header-hero-logo-wrap::after {
	content: "";
	position: absolute;
	inset: 18% -12% -8%;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.58), transparent 68%);
	filter: blur(10px);
	pointer-events: none;
}

body.falbium-theme-shell .header-hero-logo-link {
	position: relative;
	z-index: 1;
}

body.falbium-theme-shell .header-hero-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	max-width: 100%;
	margin-top: 0.5rem;
}

body.falbium-theme-shell .header-hero-action,
body.falbium-theme-shell.route-home .header-hero-action {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.95rem;
	min-width: 0;
	min-height: 112px;
	padding: 1.05rem 1.15rem 1.05rem 1rem;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)) !important;
	backdrop-filter: blur(18px);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

body.falbium-theme-shell .header-hero-action-primary,
body.falbium-theme-shell.route-home .header-hero-action-primary {
	border-color: rgba(var(--header-banner-background), 0.28);
	background: linear-gradient(135deg, rgba(var(--header-banner-background), 0.18), rgba(255, 255, 255, 0.03)) !important;
}

body.falbium-theme-shell .header-hero-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 3.2rem;
	width: 3.2rem;
	height: 3.2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff;
	font-size: 1.1rem;
}

body.falbium-theme-shell .header-hero-action-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.18rem;
	min-width: 0;
	text-align: left;
}

body.falbium-theme-shell .header-hero-action-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(223, 235, 249, 0.62);
}

body.falbium-theme-shell .header-hero-action-copy strong {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
	color: #ffffff;
}

body.falbium-theme-shell .header-hero-action small {
	margin-top: 0 !important;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.falbium-theme-shell .header-hero-action-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-left: auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

body.falbium-theme-shell .header-hero-action:hover,
body.falbium-theme-shell .header-hero-action:focus-visible {
	transform: translateY(-6px);
	border-color: rgba(var(--header-banner-background), 0.34);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

body.falbium-theme-shell .header-hero-action:hover .header-hero-action-arrow,
body.falbium-theme-shell .header-hero-action:focus-visible .header-hero-action-arrow {
	transform: translate3d(2px, -2px, 0);
	color: #ffffff;
}

body.falbium-theme-shell .demo-profile-dropdown form {
	width: 100%;
	padding-inline: 0.4rem;
}

body.falbium-theme-shell .demo-profile-dropdown form .sfx-profile-dropdown {
	width: 100%;
	min-height: 92px;
	padding: 0.9rem 0.65rem !important;
}

@media (min-width: 992px) {
	body.falbium-theme-shell .site-header .navbar-collapse {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar-wide {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	body.falbium-theme-shell .site-header .navbar-light {
		padding: 0.75rem 0;
		border-radius: 0 0 24px 24px;
	}

	body.falbium-theme-shell .site-header .navbar-collapse {
		grid-column: auto;
		width: 100%;
	}

	body.falbium-theme-shell .demo-navbar-actions {
		display: none;
	}

	body.falbium-theme-shell .demo-brand-mark {
		font-size: clamp(1.85rem, 8vw, 2.9rem);
		letter-spacing: 0.18em;
	}

	body.falbium-theme-shell .header-banner {
		min-height: 0;
		padding: 1.4rem 0 2rem;
	}

	body.falbium-theme-shell .header-banner .sfx-header-container,
	body.falbium-theme-shell .header-banner-content {
		min-height: 0;
	}

	body.falbium-theme-shell .header-hero {
		padding: 1.25rem;
		border-radius: 28px;
	}

	body.falbium-theme-shell .header-hero-actions {
		grid-template-columns: 1fr;
	}

	body.falbium-theme-shell .header-hero-action,
	body.falbium-theme-shell.route-home .header-hero-action {
		min-height: 88px;
	}
}

body.falbium-theme-shell .demo-brand-copy {
	align-items: flex-start;
	gap: 0.16rem;
}

body.falbium-theme-shell .demo-brand-mark {
	font-family: "Audiowide", "Oxanium", "Montserrat", sans-serif;
	font-size: clamp(1.55rem, 2.6vw, 2.45rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	text-shadow: 0 0 24px rgba(var(--header-banner-background), 0.18);
}

body.falbium-theme-shell .demo-brand-status {
	padding-left: 0;
	font-size: 0.68rem;
	letter-spacing: 0.24em;
	color: rgba(229, 237, 248, 0.84);
}

body.falbium-theme-shell .demo-brand-ip {
	display: block;
	padding-left: 1.16rem;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(200, 214, 232, 0.68);
}

body.falbium-theme-shell .header-hero-actions {
	margin-top: 0.9rem;
}

body.falbium-theme-shell .header-hero-action,
body.falbium-theme-shell.route-home .header-hero-action {
	min-height: 106px;
	padding: 1rem 1.15rem;
}

body.falbium-theme-shell .header-hero-action-copy {
	gap: 0;
	justify-content: center;
}

body.falbium-theme-shell .header-hero-action-label,
body.falbium-theme-shell .header-hero-action small {
	display: none !important;
}

body.falbium-theme-shell .header-hero-action-copy strong {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.falbium-theme-shell .page-article-shell {
	border-color: rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(180deg, rgba(14, 23, 36, 0.88), rgba(10, 18, 30, 0.72)),
		radial-gradient(circle at top right, rgba(var(--header-banner-background), 0.14), transparent 38%);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
}

body.falbium-theme-shell .page-article-shell::before {
	opacity: 0.72;
	filter: blur(6px);
}

body.falbium-theme-shell .page-article-body .ck-content {
	color: rgba(226, 236, 247, 0.88);
}

body.falbium-theme-shell .page-article-body .ck-content h2,
body.falbium-theme-shell .page-article-body .ck-content h3,
body.falbium-theme-shell .page-article-body .ck-content h4 {
	color: #f7fbff;
	letter-spacing: 0.02em;
}

body.falbium-theme-shell .page-article-body .ck-content p,
body.falbium-theme-shell .page-article-body .ck-content li,
body.falbium-theme-shell .page-article-body .ck-content td,
body.falbium-theme-shell .page-article-body .ck-content th {
	color: rgba(220, 232, 246, 0.84) !important;
	line-height: 1.88;
}

body.falbium-theme-shell .page-article-body .ck-content a {
	color: #f5d38a;
	text-decoration-color: rgba(245, 211, 138, 0.4);
}

body.falbium-theme-shell .page-article-body .ck-content blockquote {
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-left: 4px solid rgba(var(--header-banner-background), 0.62);
	background:
		linear-gradient(135deg, rgba(var(--header-banner-background), 0.16), rgba(255, 255, 255, 0.035)),
		rgba(14, 22, 33, 0.72);
	color: #eff5fd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.falbium-theme-shell .page-article-body .ck-content code,
body.falbium-theme-shell .page-article-body .ck-content pre {
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	background: rgba(9, 15, 24, 0.62);
	color: #f3f8ff;
}

body.falbium-theme-shell .page-article-body .ck-content table {
	display: block;
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.falbium-theme-shell .page-article-body .ck-content table tbody,
body.falbium-theme-shell .page-article-body .ck-content table thead {
	width: 100%;
}

body.falbium-theme-shell .page-article-body .ck-content table th {
	background: rgba(var(--header-banner-background), 0.16);
	color: #f7fbff !important;
}

body.falbium-theme-shell .page-article-body .ck-content table td,
body.falbium-theme-shell .page-article-body .ck-content table th {
	padding: 0.95rem 1rem;
	border-color: rgba(255, 255, 255, 0.08);
}

body.falbium-theme-shell .page-article-body .ck-content table tr:not(:last-child) td,
body.falbium-theme-shell .page-article-body .ck-content table tr:not(:last-child) th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .demo-brand-mark {
		font-size: clamp(1.18rem, 5.6vw, 1.74rem);
		letter-spacing: 0.09em;
	}

	body.falbium-theme-shell .demo-brand-status {
		font-size: 0.62rem;
		letter-spacing: 0.18em;
	}

	body.falbium-theme-shell .demo-brand-ip {
		padding-left: 1.02rem;
		font-size: 0.58rem;
		letter-spacing: 0.16em;
	}

	body.falbium-theme-shell .header-hero-action,
	body.falbium-theme-shell.route-home .header-hero-action {
		min-height: 84px;
	}

	body.falbium-theme-shell .header-hero-action-copy strong {
		font-size: 0.9rem;
		letter-spacing: 0.12em;
	}
}

body.falbium-theme-shell .sfx-container-navbar-wide {
	padding-inline: clamp(0.4rem, 1.15vw, 1.1rem);
}

body.falbium-theme-shell .site-header .sfx-navbar-row {
	width: 100%;
}

body.falbium-theme-shell .demo-brand-copy {
	gap: 0.08rem;
}

body.falbium-theme-shell .demo-brand-mark {
	font-family: "Cinzel Decorative", "Audiowide", "Oxanium", sans-serif;
	font-size: clamp(1.42rem, 2.2vw, 2.08rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.04);
	-webkit-text-stroke: 1.1px rgba(248, 250, 255, 0.94);
	text-shadow: 0 0 16px rgba(var(--header-banner-background), 0.16);
}

body.falbium-theme-shell .demo-brand-status {
	font-size: 0.66rem;
	letter-spacing: 0.2em;
}

body.falbium-theme-shell .demo-brand-ip {
	padding-left: 1.1rem;
	font-size: 0.61rem;
	letter-spacing: 0.18em;
}

body.falbium-theme-shell .header-banner .sfx-header-container {
	max-width: none;
	padding-inline: clamp(0.85rem, 4vw, 4rem);
}

body.falbium-theme-shell .header-banner-content {
	align-items: center;
	justify-content: center;
}

body.falbium-theme-shell .header-hero {
	width: min(100%, 1220px);
	padding: 0;
	border: 0;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
	overflow: visible;
}

body.falbium-theme-shell .header-hero::before,
body.falbium-theme-shell .header-hero-logo-wrap::after,
body.falbium-theme-shell .header-hero-logo-glow {
	display: none !important;
}

body.falbium-theme-shell .header-hero-logo-wrap {
	margin-bottom: clamp(1.3rem, 2.2vw, 2.2rem);
	pointer-events: none;
}

body.falbium-theme-shell .header-hero-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	user-select: none;
}

body.falbium-theme-shell .header-banner-logo {
	pointer-events: none;
	user-select: none;
	transform: none !important;
	transition: none !important;
}

body.falbium-theme-shell .demo-profile-dropdown form {
	width: auto;
	padding-inline: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}

body.falbium-theme-shell .demo-profile-dropdown form.col-md-6 {
	flex: 0 0 auto;
	width: 50%;
	max-width: 50%;
}

body.falbium-theme-shell .demo-profile-dropdown form.col-md-6 .sfx-profile-dropdown {
	min-height: 92px;
}

@media (min-width: 992px) {
	body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar-wide {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: clamp(1rem, 2vw, 2.1rem);
	}

	body.falbium-theme-shell .site-header .navbar-brand {
		flex: 0 0 auto;
		margin-right: clamp(0.9rem, 1.8vw, 1.8rem);
	}

	body.falbium-theme-shell .site-header .navbar-collapse {
		display: flex !important;
		flex: 1 1 auto;
		align-items: center;
		min-width: 0;
		gap: clamp(0.9rem, 1.6vw, 1.5rem);
	}

	body.falbium-theme-shell .site-header #navbarMainContent {
		flex: 1 1 auto;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 0.15rem;
		min-width: 0;
		margin-inline: auto;
		overflow: visible;
	}

	body.falbium-theme-shell .demo-navbar-actions {
		flex: 0 0 auto;
		margin-left: clamp(0.9rem, 1.8vw, 1.6rem) !important;
	}

	body.falbium-theme-shell .demo-navbar-cart {
		margin-left: 0.2rem;
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .demo-brand-mark {
		font-size: clamp(1.08rem, 5vw, 1.58rem);
		letter-spacing: 0.06em;
		-webkit-text-stroke-width: 0.9px;
	}

	body.falbium-theme-shell .demo-brand-status {
		font-size: 0.58rem;
		letter-spacing: 0.16em;
	}

	body.falbium-theme-shell .demo-brand-ip {
		padding-left: 0.98rem;
		font-size: 0.54rem;
		letter-spacing: 0.12em;
	}

	body.falbium-theme-shell .header-banner .sfx-header-container {
		padding-inline: 1rem;
	}

	body.falbium-theme-shell .header-hero {
		width: 100%;
	}

	body.falbium-theme-shell .demo-profile-dropdown form.col-md-6 {
		width: 100%;
		max-width: 100%;
	}
}

body.falbium-theme-shell .page-article-body .ck-content :where(*):not(table):not(thead):not(tbody):not(tr):not(th):not(td):not(blockquote):not(pre):not(code)[style*="background"] {
	background: transparent !important;
	background-color: transparent !important;
}

body.falbium-theme-shell .page-article-body .ck-content :where(*):not(blockquote):not(pre):not(code)[style*="box-shadow"] {
	box-shadow: none !important;
}

body.falbium-theme-shell .page-article-body .ck-content :where(div, section, article, main, header, footer)[style*="border"] {
	border-color: rgba(255, 255, 255, 0.08) !important;
}

body.falbium-theme-shell .page-article-body .ck-content hr {
	border-color: rgba(255, 255, 255, 0.12);
	opacity: 1;
}

body.falbium-theme-shell .ck-content {
	color: rgba(225, 236, 248, 0.88);
}

body.falbium-theme-shell .ck-content p,
body.falbium-theme-shell .ck-content li,
body.falbium-theme-shell .ck-content td,
body.falbium-theme-shell .ck-content th,
body.falbium-theme-shell .ck-content figcaption {
	color: rgba(220, 232, 246, 0.84) !important;
}

body.falbium-theme-shell .ck-content blockquote {
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-left: 4px solid rgba(var(--header-banner-background), 0.62);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(var(--header-banner-background), 0.16), rgba(255, 255, 255, 0.035)),
		rgba(14, 22, 33, 0.72) !important;
	color: #eff5fd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.falbium-theme-shell .ck-content .table,
body.falbium-theme-shell .ck-content table {
	width: 100%;
	max-width: 100%;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.045) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.falbium-theme-shell .ck-content .table table,
body.falbium-theme-shell .ck-content table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.falbium-theme-shell .ck-content .table table th,
body.falbium-theme-shell .ck-content table th {
	background: rgba(var(--header-banner-background), 0.16) !important;
	color: #f7fbff !important;
	font-weight: 700;
}

body.falbium-theme-shell .ck-content .table table td,
body.falbium-theme-shell .ck-content .table table th,
body.falbium-theme-shell .ck-content table td,
body.falbium-theme-shell .ck-content table th {
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.falbium-theme-shell .ck-content .table > figcaption {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	background: rgba(255, 255, 255, 0.045) !important;
	color: rgba(220, 232, 246, 0.74);
}

body.falbium-theme-shell .ck-content .page-break__label {
	border-color: rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px;
	background: rgba(9, 16, 26, 0.9) !important;
	box-shadow: none !important;
	color: #f2f7ff !important;
}

body.falbium-theme-shell .ck-content hr {
	height: 1px;
	margin: 1.4rem 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent) !important;
	border: 0;
}

body.falbium-theme-shell .ck-content code {
	padding: 0.15rem 0.38rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #f3f8ff !important;
}

body.falbium-theme-shell .ck-content pre {
	padding: 1rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background: rgba(9, 15, 24, 0.76) !important;
	color: #f3f8ff !important;
}

body.falbium-theme-shell .ck-content pre code {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: inherit !important;
}

body.falbium-theme-shell .ck-content .mention {
	padding: 0.12rem 0.45rem;
	border-radius: 999px;
	background: rgba(var(--header-banner-background), 0.15) !important;
	color: #eff6ff !important;
}

body.falbium-theme-shell .ck-content :where(*):not(table):not(thead):not(tbody):not(tr):not(th):not(td):not(blockquote):not(pre):not(code)[style*="background"] {
	background: transparent !important;
	background-color: transparent !important;
}

body.falbium-theme-shell .ck-content :where(*):not(blockquote):not(pre):not(code)[style*="box-shadow"] {
	box-shadow: none !important;
}

body.falbium-theme-shell .ck-content :where(div, section, article, main, header, footer)[style*="border"] {
	border-color: rgba(255, 255, 255, 0.08) !important;
}

body.falbium-theme-shell .demo-brand-copy {
	align-items: flex-start;
}

body.falbium-theme-shell .demo-brand img.demo-brand-image,
body.falbium-theme-shell .demo-brand-image {
	display: block;
	width: clamp(144px, 12vw, 220px);
	height: auto;
	max-width: 100%;
	max-height: none !important;
	object-fit: contain;
	margin-left: -0.9rem;
}

body.falbium-theme-shell .demo-brand-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08rem;
}

body.falbium-theme-shell .demo-brand-status {
	padding-left: 0;
}

body.falbium-theme-shell .demo-brand-ip {
	padding-left: 1.08rem;
}

body.falbium-theme-shell .site-header .sfx-navbar-row,
body.falbium-theme-shell .site-header .navbar,
body.falbium-theme-shell .site-header .navbar-collapse,
body.falbium-theme-shell .site-header .navbar-light {
	overflow: visible !important;
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .demo-brand-image {
		width: clamp(108px, 30vw, 156px);
		margin-left: -0.62rem;
	}
}

@keyframes falbium-hero-logo-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -14px, 0);
	}
}

body.falbium-theme-shell.route-home .header-hero-logo-wrap {
	animation: falbium-hero-logo-float 5.4s ease-in-out infinite;
	will-change: transform;
}

body.falbium-theme-shell.reduce-motion.route-home .header-hero-logo-wrap {
	animation: none !important;
	transform: none !important;
}

body.falbium-theme-shell .site-header .navbar-brand {
	display: none !important;
}

body.falbium-theme-shell .demo-navbar-server-meta {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	flex: 0 0 auto;
	gap: 0.24rem;
	margin-left: clamp(0.55rem, 1.4vw, 1.4rem);
	padding-right: 0.04rem;
	text-align: right;
	white-space: nowrap;
}

body.falbium-theme-shell .demo-navbar-server-ip {
	font-family: "Oxanium", "Montserrat", sans-serif;
	font-size: clamp(0.76rem, 0.88vw, 0.84rem);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f5f9ff;
}

body.falbium-theme-shell .demo-navbar-server-online {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(215, 230, 248, 0.76);
}

body.falbium-theme-shell .demo-navbar-server-online .demo-brand-status-dot {
	width: 0.56rem;
	height: 0.56rem;
}

@media (min-width: 992px) {
	body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar-wide {
		grid-template-columns: minmax(0, 1fr);
	}

	body.falbium-theme-shell .site-header .navbar-collapse {
		grid-column: 1;
	}
}

@media (max-width: 991.98px) {
	body.falbium-theme-shell .site-header .navbar > .sfx-container-navbar-wide {
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.falbium-theme-shell .site-header .navbar-toggler {
		grid-column: 1;
		justify-self: start;
	}

	body.falbium-theme-shell .site-header .navbar-collapse {
		grid-column: 1 / -1;
		margin-top: 0.75rem;
	}

	body.falbium-theme-shell .demo-navbar-server-meta {
		width: 100%;
		margin-left: 0;
		padding-top: 0.4rem;
	}
}
