* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif
}

::root {
	--theme: #fdab05;
	--theme2: rgba(103, 83, 254, 0.6)
}

body {
	background: radial-gradient(circle at top, #1a1a1a, #000);
	overflow-x: hidden
}

body::before {
	content: '';
	position: fixed;
	width: 500px;
	height: 500px;
	background: rgba(253, 171, 5, 0.1);
	filter: blur(150px);
	top: -100px;
	left: -100px;
	z-index: -1
}

body::after {
	content: '';
	position: fixed;
	width: 500px;
	height: 500px;
	background: rgba(253, 171, 5, 0.1);
	filter: blur(150px);
	bottom: -100px;
	right: -100px;
	z-index: -1
}

.post-breadcrumb a,
.post-breadcrumb .separator {
	color: #ff3901;
	text-decoration: none
}

.post-breadcrumb #breadcrumbs {
	margin-bottom: 15px;
	padding-left: 5px
}

.post-breadcrumb #breadcrumbs {
	color:#fff;
}

.header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 12px 15px;
	position: relative;
	z-index: 999;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .04);
	border-top: 0;
	border-radius: 0 0 18px 18px;
	border: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px)
}

#headertoggle {
	display: none
}

.header-top {
	display: flex;
	align-items: center;
	gap: 50px;
	flex-wrap: wrap
}

.logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	text-decoration: none
}

.logo img {
	display: block;
	width: 190px;
	max-width: 100%;
	height: auto;
	object-fit: contain
}

.header-search {
	flex: 1;
	min-width: 260px
}

.header-search div.asl_w .probox {
	height: 40px !important
}

div.asl_w .probox .promagnifier {
	width: 40px !important;
	height: 40px !important
}

div.asl_w .probox .proinput {
	display: flex !important;
	align-items: center !important;
	height: 40px !important
}

div.asl_w .probox .proinput input.orig,
div.asl_w .probox .proinput input.autocomplete {
	height: 40px !important
}

div.asl_w .probox .proloading {
	align-items: center !important;
	height: 40px !important
}

div.asl_w .probox .proclose {
	display: flex;
	align-items: center !important;
	height: 40px !important
}

div.asl_w .probox div.asl_simple-circle {
	width: 20px !important;
	height: 20px !important;
	border: 3px solid #fdab05 !important
}

div.asl_w .probox .proclose .asl_loader {
	margin-top: 8px !important
}

.header-top-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto
}

.header-top-btn label {
	width: 42px;
	height: 42px;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
	border-radius: 12px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .06);
	position: relative;
	z-index: 1002
}

.spinner {
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 10px;
	transition: .3s ease
}

#headertoggle:checked~.header-top .header-top-btn label .top {
	transform: translateY(6px) rotate(45deg)
}

#headertoggle:checked~.header-top .header-top-btn label .middle {
	opacity: 0
}

#headertoggle:checked~.header-top .header-top-btn label .bottom {
	transform: translateY(-6px) rotate(-45deg)
}

.header-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 42px;
	padding: 0 14px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .06);
	transition: .3s ease
}

.header-btn:hover {
	background: rgba(255, 255, 255, .12)
}

.header-btn img {
	width: 18px;
	height: 18px;
	object-fit: contain
}

.header-site {
	width: 42px;
	padding: 0
}

.header-menu {
	margin-top: 14px;
	position: relative
}

.header-menu,
.header-menu ul,
.header-menu li {
	margin: 0;
	padding: 0;
	list-style: none
}

.main-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	width: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .06)
}

.main-menu>li {
	position: relative;
	flex: 1;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .15)
}

.main-menu>li:last-child {
	border-right: 0
}

.main-menu>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
	position: relative;
	transition: .3s ease
}

.main-menu>li>a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fdab05;
	transform: translateX(-50%);
	transition: .3s ease
}

.main-menu>li:hover>a::before {
	width: 70%
}

.main-menu>li:hover>a {
	color: #fdab05
}

.main-menu>li.menu-item-has-children>a {
	padding-right: 26px
}

.main-menu>li.menu-item-has-children>a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	flex: 0 0 auto;
	transition: .3s ease;
	opacity: .8
}

.main-menu>li.menu-item-has-children:hover>a::after {
	transform: rotate(225deg);
	margin-top: 2px;
	opacity: 1
}

.main-menu>li {
	position: relative
}

.main-menu>li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 14px
}

.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 220px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px;
	background: #111522;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 14px;
	z-index: 999;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .22s ease;
	margin-top: 10px
}

.main-menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	width: 12px;
	height: 12px;
	background: #111522;
	border-left: 1px solid rgba(255, 255, 255, .08);
	border-top: 1px solid rgba(255, 255, 255, .08);
	transform: translateX(-50%) rotate(45deg)
}

.main-menu .sub-menu li a {
	display: block;
	padding: 11px 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	white-space: nowrap
}

.main-menu .sub-menu li a:hover {
	background: rgba(255, 255, 255, .07)
}

.main-menu>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	margin-top: 8px
}

@media(max-width:1024px) {
	.header {
		max-width: 100%;
		padding: 12px;
		border-radius: 0
	}
	
  .header .header-top{
		gap:20px !important;
	}

	.logo {
		order: 1
	}

	.header-top-btn {
		order: 2;
		margin-left: auto
	}

	.header-search {
		order: 3;
		flex: 0 0 100%;
		min-width: 100%
	}

	.logo img {
		width: 150px
	}

	.header-top-btn label {
		display: flex
	}

	.header-telegram {
		width: 42px;
		padding: 0;
		font-size: 0
	}

	.header-telegram img {
		margin: 0
	}

	.header-menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 280px;
		height: 100vh;
		margin: 0;
		padding: 20px;
		background: #0f1320;
		border-right: 1px solid rgba(255, 255, 255, .08);
		transform: translateX(-100%);
		transition: .35s ease;
		z-index: 1000;
		overflow-y: auto
	}

	#headertoggle:checked~.header-menu {
		transform: translateX(0)
	}

	.main-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		border: 0;
		background: 0;
		margin-top: 40px
	}

	.main-menu>li {
		width: 100%;
		border: 0;
		flex: none
	}

	.main-menu>li::after {
		display: none
	}

	.main-menu>li>a {
		justify-content: flex-start;
		height: 48px;
		padding: 0 14px;
		border-radius: 10px;
		background: rgba(255, 255, 255, .05)
	}

	.main-menu>li>a::before {
		display: none
	}

	.main-menu .sub-menu {
		position: static;
		transform: none;
		min-width: 100%;
		display: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		margin-top: 6px;
		padding: 6px 0 0 10px;
		border: 0;
		background: 0;
		box-shadow: none
	}

	.main-menu .sub-menu::before {
		display: none
	}

	.main-menu>li:hover>.sub-menu {
		display: flex;
		margin-top: 6px
	}

	.main-menu .sub-menu li a {
		background: rgba(255, 255, 255, .04)
	}
}

@media(max-width:480px) {
	.header {
		padding: 10px
	}

	.logo img {
		width: 130px
	}

	.header-search .probox {
		height: 42px !important
	}

	.header-search .proinput input.orig {
		height: 42px !important;
		font-size: 13px !important
	}

	.header-search .promagnifier {
		width: 42px !important;
		height: 42px !important
	}

	.header-btn,
	.header-top-btn label {
		width: 40px;
		height: 40px;
		border-radius: 10px
	}

	.header-menu {
		width: 260px
	}
}

.nix-notice-bar {
	width: 95%;
	max-width: 1190px;
	margin: 22px auto;
	padding: 16px 58px 16px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 12px;
	color: #fff;
	text-align: center;
	background: rgb(255, 5, 1, .1);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .08)
}

.nix-notice-bar p {
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	color: #fff
}

.nix-notice-bar p a {
	color: #fdab05;
	font-weight: 700;
	text-decoration: none
}

.nix-notice-bar p a:hover {
	text-decoration: underline
}

.nix-notice-visit {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	text-decoration: none;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .08);
	transition: .25s ease;
	flex-shrink: 0
}

.nix-notice-visit img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: block;
	transform: rotate(-90deg);
	transition: .25s ease;
	filter: brightness(0) invert(1)
}

.nix-notice-visit:hover {
	background: rgba(255, 255, 255, .12)
}

.nix-notice-visit:hover img {
	transform: rotate(-90deg) translateX(2px)
}

.home-main-button {
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
	margin-top: 20px
}

.nix-glass-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	padding: 10px;
	border-radius: 8px;
	background: rgba(17, 24, 39, 0.65);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.236);
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
	isolation: isolate
}

.nix-glass-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(255, 89, 0, 0.18), transparent 45%), radial-gradient(circle at bottom right, rgba(124, 58, 237, 0.18), transparent 45%);
	opacity: 0;
	transition: opacity .45s ease;
	z-index: -2
}

.nix-glass-btn::after {
	content: "";
	position: absolute;
	top: -120%;
	left: -40%;
	width: 60%;
	height: 300%;
	background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.14), transparent 70%);
	transform: rotate(20deg);
	transition: left .7s ease;
	z-index: -1
}

.nix-glass-btn:hover {
	transform: translateY(-8px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
	border-color: rgba(255, 72, 0, 0.25)
}

.nix-glass-btn:hover::before {
	opacity: 1
}

.nix-glass-btn:hover::after {
	left: 120%
}

.nix-post-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 12px
}

.post-wrapper-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 28px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
	color: #f8fafc
}

.post-wrapper-heading::before {
	content: "";
	width: 8px;
	height: 32px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgb(255, 57, 1), rgba(255, 57, 1, 0.6));
	box-shadow: 0 0 18px rgba(59, 130, 246, .35)
}

.nix-posts {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px 12px
}

.perman-link {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #fff;
	border-radius: 8px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .04);
	transition: all .4s ease
}

.perman-link:hover {
	transform: translateY(-6px);
	border-bottom: 2px solid #ff3901;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .32), 0 0 0 1px rgba(255, 57, 1, .08) inset
}

.thumbnail {
	overflow: hidden;
	position: relative;
	aspect-ratio: 9/14;
	border-radius: 8px 8px 0 0
}

.feature-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	border-radius: 8px 8px 0 0
}

.perman-link:hover .feature-image {
	transform: scale(1.06);
	border-radius: 8px 8px 0 0 !important
}

.post-title {
	margin: 0;
	padding: 14px 16px 16px;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
	color: #f8fafc
}

.print-tags {
	position: absolute;
	top: 14px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	z-index: 9;
	max-width: calc(100% - 28px)
}

.print-tag {
	padding: 6px 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
    border-radius: 0 30px 30px 0; 
	text-transform:uppercase;
	background: rgba(255, 51, 1);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12)
}

.nx-pagination {
	display: flex;
	justify-content: center;
	margin: 42px auto 0
}

.nx-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap
}

.nx-pagination .page-numbers li {
	list-style: none
}

.nx-pagination .page-numbers a,
.nx-pagination .page-numbers span {
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: .3s ease;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.nx-pagination .page-numbers a:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, .07)
}

.nx-pagination .page-numbers .current {
	background: linear-gradient(135deg, rgb(255, 57, 1), rgba(255, 57, 1, 0.6));
	border-color: transparent;
	box-shadow: 0 0 10px rgba(255, 57, 1, 0.6), 0 0 0 1px rgba(255, 57, 1, 0.6)
}

.nx-pagination .page-numbers .prev,
.nx-pagination .page-numbers .next {
	padding: 0 18px
}

.nx-pagination .page-numbers .dots {
	min-width: auto;
	padding: 0 4px;
	color: rgba(255, 255, 255, .55);
	background: 0;
	border: 0;
	box-shadow: none
}

@media(max-width:1200px) {
	.nix-posts {
		grid-template-columns: repeat(4, 1fr);
		gap: 18px
	}
}

@media(max-width:992px) {
	.nix-post-wrapper {
		margin: 40px auto
	}

	.nix-posts {
/* 		grid-template-columns: repeat(4, minmax(0, 1fr)); */
		gap: 16px
	}

	.post-wrapper-heading {
		font-size: 18px;
		margin-bottom: 22px
	}

	.post-title {
		font-size: 13px;
		padding: 14px
	}
}

@media(max-width:768px) {
	.nix-post-wrapper {
		margin: 30px auto;
		padding: 0 10px
	}

	.nix-posts {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px
	}

	.post-wrapper-heading {
		gap: 10px;
		font-size: 17px;
		margin-bottom: 18px
	}

	.post-wrapper-heading::before {
		width: 6px;
		height: 26px
	}

	.post-title {
		font-size: 13px;
		line-height: 1.45;
		padding: 12px
	}

	.print-tag {
		top: 14px;
		min-width: 70px;
		height: 28px;
		font-size: 11px
	}

	.nx-pagination {
		margin-top: 30px
	}

	.nx-pagination .page-numbers {
		gap: 8px
	}

	.nx-pagination .page-numbers a,
	.nx-pagination .page-numbers span {
		min-width: 42px;
		height: 42px;
		font-size: 13px;
		border-radius: 12px
	}

	.nx-pagination .page-numbers .prev,
	.nx-pagination .page-numbers .next {
		padding: 0 14px
	}
}

@media screen and (max-width:520px) {
	.nix-posts {
	grid-template-columns: repeat(2, 1fr);
		gap: 14px
	}

	.perman-link {
		border-radius: 16px
	}

	.post-title {
		font-size: 14px
	}
}

.scroll-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 50%;
	background: #111;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all .3s ease;
	z-index: 9999
}

.scroll-top-btn.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.scroll-top-btn:hover {
	transform: translateY(-4px)
}

.scroll-top-btn span {
	position: absolute;
	z-index: 2;
	transform: rotate(270deg)
}

.progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg)
}

.progress-ring-bg {
	fill: none;
	stroke: rgba(255, 255, 255, 0.15);
	stroke-width: 3
}

.progress-ring-circle {
	fill: none;
	stroke: #ff3901;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 150.8;
	stroke-dashoffset: 150.8;
	transition: stroke-dashoffset .15s linear
}

.nx-footer {
	width: 100%;
	margin-top: 60px
}

.nx-footer-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .06)
}

.nx-footer-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.nx-footer-brand {
	flex: 1;
	max-width: 760px
}

.nx-footer-logo {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: rgb(255, 57, 1);
}

.nx-footer-brand p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .68)
}

.nx-telegram {
	flex: 0 0 auto;
	padding: 12px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	background: rgba(0, 172, 251, .68);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 10px 24px rgba(34, 158, 217, .18);
	transition: .3s ease
}

.nx-telegram img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0
}

.nx-telegram:hover {
	transform: translateY(-3px);
	background: rgba(34, 158, 217, .85)
}

.nx-footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	padding: 22px 0
}

.nx-footer-links a {
	min-width: 100px;
	height: 40px;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 15%;
	text-decoration: none;
	text-align: center;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	font-weight: 600;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .05);
	transition: .25s ease
}

.nx-footer-links a:hover {
	color: #fff;
	background: rgb(255, 5, 1);
	box-shadow: 0 0 12px rgba(255, 5, 1, 0.6)
}

.nx-footer-bottom {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	text-align: center
}

.nx-footer-bottom span {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .5)
}

@media(max-width:1024px) {
	.nx-footer {
		margin-top: 50px;
		padding: 0 10px 16px
	}

	.nx-footer-wrap {
		padding: 24px;
		border-radius: 20px
	}

	.nx-footer-top {
		gap: 18px
	}

	.nx-footer-logo {
		font-size: 28px
	}

	.nx-footer-brand p {
		font-size: 14px;
		line-height: 1.75
	}

	.nx-footer-links {
		gap: 12px
	}

	.nx-footer-links a {
		min-width: 92px;
		font-size: 13px
	}
}

@media(max-width:768px) {
	.nx-footer {
		margin-top: 40px;
		padding: 0 10px 14px
	}

	.nx-footer-wrap {
		padding: 20px;
		border-radius: 18px
	}

	.nx-footer-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		padding-bottom: 20px
	}

	.nx-footer-brand {
		max-width: 100%
	}

	.nx-footer-logo {
		font-size: 26px;
		margin-bottom: 10px
	}

	.nx-footer-brand p {
		font-size: 14px;
		line-height: 1.7
	}

	.nx-telegram {
		width: 100%;
		min-height: 46px
	}

	.nx-footer-links {
		justify-content: flex-start;
		gap: 10px;
		padding: 18px 0
	}

	.nx-footer-links a {
		min-width: calc(50% - 5px);
		height: 42px;
		font-size: 13px;
		padding: 0 14px;
		border-radius: 12px
	}

	.nx-footer-bottom {
		padding-top: 16px
	}

	.nx-footer-bottom span {
		font-size: 13px
	}
}

@media(max-width:520px) {
	.nx-footer {
		margin-top: 34px;
		padding: 0 8px 12px
	}

	.nx-footer-wrap {
		padding: 16px;
		border-radius: 16px
	}

	.nx-footer-logo {
		font-size: 22px
	}

	.nx-footer-brand p {
		font-size: 13px;
		line-height: 1.65
	}

	.nx-telegram {
		min-height: 44px;
		font-size: 14px;
		border-radius: 10px
	}

	.nx-telegram img {
		width: 20px;
		height: 20px
	}

	.nx-footer-links {
		gap: 8px;
		padding: 16px 0
	}

	.nx-footer-links a {
		min-width: 100%;
		height: 40px;
		font-size: 13px;
		border-radius: 10px
	}

	.nx-footer-bottom span {
		font-size: 12px
	}
}

@media(max-width:380px) {
	.nx-footer-wrap {
		padding: 14px
	}

	.nx-footer-logo {
		font-size: 20px
	}

	.nx-footer-brand p {
		font-size: 12px
	}

	.nx-telegram {
		font-size: 13px
	}

	.nx-footer-links a {
		height: 38px;
		font-size: 12px
	}
}

.header-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px
}

.header-card {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 18px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 10px 24px rgba(0, 0, 0, .18);
	transition: all .3s ease
}

.header-card:hover {
	transform: translateY(-2px);
	filter: brightness(1.05)
}

.card-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .12);
	flex-shrink: 0;
	border-radius: 5px
}

.card-icon span {
	font-size: 25px;
	color: #fff
}

.card-content {
	display: flex;
	flex-direction: column;
	line-height: 1
}

.card-content strong {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px
}

.card-content span {
	text-wrap: nowrap;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, .78);
	letter-spacing: .4px
}

.header-card.telegram {
	background: linear-gradient(180deg, #037dff, rgba(3, 125, 255, 0.6))
}

.header-card.telegram .card-icon span {
	display: flex
}

.header-card.telegram .card-icon span img {
	width: 25px
}

.header-card.bollymod {
	background: linear-gradient(180deg, #02c39a, rgba(2, 195, 154, 0.6))
}

.header-card.hollymod {
	display: none;
	background: linear-gradient(180deg, #fca311, rgba(252, 163, 17, 0.6))
}

.header-card.animemod {
/* 	display: none; */
	background: linear-gradient(180deg, rgb(253, 171, 5), rgba(253, 171, 5, 0.6))
}

.header-card.pornmod {
	background: linear-gradient(180deg, #ff0059, rgba(255, 0, 89, 0.6))
}

.nix-single-wrapper {
	max-width: 1200px;
	margin: 50px auto
}

.nix-single-container {
	display: flex;
	align-items: start;
	gap: 20px;
	width: 100%
}

.post-container {
	width: 70%;
	position: relative;
	overflow: visible
}

.post-section {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .04);
	padding: 20px 15px 20px 15px;
	border-radius: 6px
}

.post-ribbon {
	position: absolute;
	top: 22px;
	left: -10px;
	width: 90px;
	height: 35px;
	background: #fdab05;
	border-radius: 0 22px 22px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 18px rgba(253, 171, 5, .24);
	z-index: 2
}

.post-ribbon span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase
}

.post-ribbon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 10px;
	background: rgba(253, 171, 5, 0.6);
	clip-path: polygon(0 0, 100% 0, 100% 100%)
}

.post-ribbon::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0 22px 22px 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .14), transparent);
	pointer-events: none
}

.nix-post-category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 50px
}

.nix-post-category a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 10px 16px;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2px;
	background: rgba(66, 66, 70, .4);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 8px 18px rgba(0, 0, 0, .12);
	transition: .28s ease
}

.nix-post-category a:hover {
	transform: translateY(-2px);
	background: rgba(253, 171, 5, .16);
	border-color: rgba(253, 171, 5, .28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 20px rgba(103, 83, 254, .16)
}

.post-content {
	margin: 20px 0
}

.post-content h1.single-post-title {
	color: aliceblue;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	border-bottom: 1px solid #ffffff4b;
	padding-bottom: 10px
}

.post-content-box {
	margin-top: 10px;
	border-bottom: 1px solid #ffffff4b;
	padding-bottom: 10px
}
.post-content-box img{
	width:100%;
	object-fit:contain;
	margin-top:10px;
	height:auto;
}
.post-content-box p {
	color: #d8e0ea;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 10px
}
.post-content-box hr{
 margin-bottom:10px !important;
}
.post-content-box .maxbutton-1.maxbutton,
.post-content-box .maxbutton-2.maxbutton{
margin: 15px 0 !important;
}
/* ul li new */
.post-content-box ul{
    margin: 30px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.post-content-box ul li{
    position: relative;
    padding: 20px 24px 20px 54px;
    list-style: none !important;
    border-radius: 8px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 10px 25px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.03);
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.7;
    transition: all .3s ease;
}

.post-content-box ul li:hover{
    transform: translateY(-2px);
    border-color: rgba(255,179,0,.22);
    box-shadow:
        0 14px 28px rgba(0,0,0,.24),
        0 0 0 1px rgba(255,179,0,.05) inset;
}

/* Yellow Dot */
.post-content-box ul li::before{
    content: "";
    position: absolute;
    top: 29px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(255, 5, 1), rgba(255, 5, 1, 0.6));
    box-shadow: 0 0 12px rgba(255,179,0,.45);
}

/* Strong Label */
.post-content-box ul li strong{
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

/* Links inside */
.post-content-box ul li a{
    color: #ffb300;
    text-decoration: none;
    transition: .25s ease;
}

.post-content-box ul li a:hover{
    color: #ffd54f;
}

/* Mobile */
@media(max-width:768px){

    .post-content-box ul li{
        padding: 16px 18px 16px 44px;
        font-size: 14px;
        line-height: 1.6;
    }

    .post-content-box ul li::before{
        top: 24px;
        left: 16px;
        width: 8px;
        height: 8px;
    }

    .post-content-box ul li strong{
        font-size: 14px;
    }
}
/* ul li end */

.post-content-box a {
	text-decoration: none;
	color: #fdab05;
	transition: .3s ease
}

.post-content-box a:hover {
	color: #f25c22
}

.post-sidebra {
	width: 30%
}

.sidebar-telegram {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 16px 18px;
	text-decoration: none;
	background: linear-gradient(180deg, #1496dc, #0d7fc5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 24px rgba(0, 140, 255, .22);
	transition: all .3s ease;
	border-radius: 8px
}

.sidebar-telegram:hover {
	transform: translateY(-2px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 14px 28px rgba(0, 140, 255, .28)
}

.tg-icon-box {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .12);
	flex-shrink: 0;
	border-radius: 5px
}

.tg-icon-box img {
	width: 24px;
	height: 24px;
	object-fit: contain
}

.tg-content {
	display: flex;
	flex-direction: column;
	line-height: 1
}

.tg-content strong {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2
}

.tg-content span {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, .75);
	letter-spacing: .4px
}

.post-sidebra .latest-post {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px
}

.post-sidebra .latest-post .latest-heading {
	color: #fff;
	background: rgba(255, 5, 1);
	box-shadow: 0 10px 18px rgba(255, 5, 1, 0.24);
	padding: 10px;
	border-radius: 5px
}

.latest-post-list {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.latest-post-list a {
	line-height: 21.1px;
	font-weight: 300;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding-left: 10px;
	transition: .3s ease
}

.latest-post-list a::before {
	content: '';
	position: absolute;
	left: 0;
	width: 2px;
	height: 100%;
	background: #272323;
	border-radius: 10px
}

.latest-post-list a:hover::before {
	background: rgb(255, 5, 1);
}

.latest-post-list a:hover {
	color: #ff3901;
}

@media screen and (max-width:1200px) {

	.nix-single-wrapper,
	.header-links {
		padding: 0 10px
	}
	.post-content h1.single-post-title{
		font-size:24px;
	}
	.header-links {
		padding: 0 10px
	}

	.home-main-button {
		gap: 10px;
		padding: 0 10px
	}
}

@media screen and (max-width:1024px) {
	.header-links {
		display: none;
		padding: 0 10px
	}

	.site-popup .header-links {
		display: flex
	}

	.nix-single-container {
		flex-wrap: wrap
	}

	.post-container {
		width: 100%
	}

	.post-sidebra {
		width: 100%
	}
}

.related-posts {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.related-post-heading {
	background: #ff3901;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 20px;
	border-radius: 5px
}

.related-post-wrapper {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px
}

.related-post-wrapper .related-post {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .04);
	transition: .35s ease;
	height: 100%;
}

.related-post-thumbnail {
	width: 100%;
	aspect-ratio: 9/14;
	transition: all .35s ease;

}

.related-post-title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	color: #f8fafc;
	padding: 18px
}

.related-post-wrapper .related-post:hover .related-post-thumbnail{
		transform: scale(1.1)
}

.related-post-wrapper .related-post:hover {
	border-bottom: 2px solid #ff3901;
/* 	transform: scale(1.1) */
}

@media screen and (max-width:1200px) {
	.related-post-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}

	.site-popup {
		padding: 10px !important
	}
}


@media screen and (max-width:768px) {
	.related-post-wrapper {
		grid-template-columns: repeat(3, 1fr);
			gap:10px;
	}

	.related-post-heading {
		display: block
	}
}

@media screen and (max-width:480px) {
	.related-post-wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
	.related-post-title{
		font-size:13px !important;
		padding: 20px 10px !important;
	}

}
.nix-screenshots {
	width: 100%;
	margin: 20px auto
}

.multi-screenshots {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px
}

.multi-screenshots img {
	width: 100%;
	border-radius: 8px
}

.movie-download-section {
	color: #fff
}

.movie-section-heading {
	background: #fdab05;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px
}

.movie-download-box {
	background: transparent
}

.movie-download-inner {
	text-align: center;
	padding: 65px 20px 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.7)
}

.movie-download-inner:first-child {
	border-top: 0
}

.download-file-title {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	color: #f2f2f2
}

.movie-download-link {
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	background: linear-gradient(90deg, #fdab05, rgba(253, 171, 5, 0.6));
	border: 2px solid #000;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
	transition: all .25s ease
}

.movie-download-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(242, 92, 34, 0.25)
}

.series-download-section {
	margin: 0 auto
}

.series-download-section .series-section-heading {
	background: #ff3901;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px
}

.series-download-box .current-season-heading {
	display: flex;
	justify-content: space-between;
	background: rgba(253, 171, 5, 0.16);
	margin: 10px 0;
	color: #fff;
	padding: 10px
}

.series-download-box .current-season-heading img {
	width: 15px
}

.season-download-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid #fff;
	padding: 40px 0
}

.season-download-inner .season-file-title {
	color: #f2f2f2;
	font-size: 18px;
	text-align: center;
	font-weight: 500
}

.season-file-download-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px
}

.season-file-download-buttons a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 700
}

.episode_links {
	background: linear-gradient(90deg, #fdab05, rgb(253, 171, 5, 0.6))
}

.episode_zip {
	background: #ff3901
}

#pagePreloader {
	position: fixed;
	inset: 0;
	background: #0b0f19;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	transition: opacity .4s ease, visibility .4s ease
}

#pagePreloader.hide {
	opacity: 0;
	visibility: hidden
}

.loader-spinner {
	width: 54px;
	height: 54px;
	border: 4px solid rgba(255, 255, 255, 0.12);
	border-top-color: #fdab05;
	border-radius: 50%;
	animation: nixSpin .8s linear infinite
}

@keyframes nixSpin {
	100% {
		transform: rotate(360deg)
	}
}

.nix-comments-area {
	width: 100%;
	max-width: 100%;
	display: block
}

.nix-comment-box {
	position: relative;
	margin-top: 20px;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .04);
	padding: 20px 15px 20px 15px
}

.comment-box-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 28px
}

.comment-box-title::before {
	content: "";
	width: 5px;
	height: 28px;
	border-radius: 999px;
	background: rgb(255, 5, 1);
	box-shadow: 0 0 18px rgba(255, 5, 1, 0.35);
}

.nix-comment-box form {
	position: relative;
}

.nix-comment-box p {
	margin-bottom: 22px
}

.nix-comment-box label {
	margin-top: 10px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, .72);
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: .5px
}

.nix-comment-box label span {
	color: rgb(255, 5, 1);
}

.nix-comment-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px
}

.nix-comment-field {
	width: 100%
}

.nix-comment-field input,
.nix-comment-field textarea {
	width: 100%;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 15px;
	border-radius: 6px;
	background: linear-gradient(90deg, rgba(43, 49, 63, .9));
	border: 1px solid rgba(255, 255, 255, .04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), inset 0 -1px 0 rgba(0, 0, 0, .18);
	transition: .28s ease
}

.nix-comment-field input {
	height: 62px;
	padding: 0 20px
}

.nix-comment-field textarea {
	min-height: 220px;
	resize: none;
	padding: 18px 20px
}

.nix-comment-field input::placeholder,
.nix-comment-field textarea::placeholder {
	color: rgba(255, 255, 255, .5);
	font-weight: 600
}

.nix-comment-field input:focus,
.nix-comment-field textarea:focus {
	border-color: rgba(255, 87, 34, .55);
	box-shadow: 0 0 0 4px rgba(255, 87, 34, .10), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.nix-comment-box .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 0
}

.nix-comment-box .comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
	accent-color: rgba(255, 5, 1);
	cursor: pointer
}

.nix-comment-box .comment-form-cookies-consent label {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .68);
	text-transform: none;
	letter-spacing: 0
}

.nix-comment-submit {
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: rgba(255, 5, 1, 0.8);
	transition: .28s ease;
	margin-top: 10px;
	box-shadow: rgb(255, 5, 1, 0.26) 0 2px 8px 0
}

.nix-comment-submit:hover {
	transform: translateY(-2px);
	color: #fff;
	background: rgb(255, 5, 1);
	box-shadow: 0 0 12px rgba(255, 5, 1, .55)
}

.nix-comment-box .logged-in-as,
.nix-comment-box .comment-notes {
	display: none
}

.nix-comments-list {
	margin-top: 35px
}

.nix-comments-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 24px;
	line-height: 1
}

.nix-comments-heading::before {
	content: "";
	width: 5px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ff3901, #f97316);
	box-shadow: 0 0 18px rgba(255, 87, 34, .35)
}

.nix-comments-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.nix-comment-item {
	display: flex;
	gap: 16px;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 16px;
	position: relative;
	list-style: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.nix-comment-item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02) 45%, transparent 70%)
}

.nix-comment-avatar {
	flex-shrink: 0;
	position: relative;
	z-index: 2
}

.nix-comment-avatar img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, .08)
}

.nix-comment-body {
	flex: 1;
	position: relative;
	z-index: 2
}

.nix-comment-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px
}

.nix-comment-author {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin: 0
}

.nix-comment-date {
	font-size: 13px;
	color: rgba(255, 255, 255, .45)
}

.nix-comment-text {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .78)
}

.nix-comment-text p {
	margin: 0
}

.nix-comment-actions {
	margin-top: 12px
}

.nix-comment-actions .comment-reply-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #ff7a3d;
	text-decoration: none;
	transition: .25s ease
}

.nix-comment-actions .comment-reply-link:hover {
	color: #fff
}

.nix-comment-actions .comment-reply-link::before {
	content: "↩";
	font-size: 14px
}

.nix-comments-list ul.children {
	margin-top: 16px;
	margin-left: 70px;
	padding-left: 0
}

.nix-comments-list ul.children .nix-comment-item {
	margin-bottom: 0;
	margin-top: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015))
}

@media(max-width:768px) {
	.comment-box-title {
		font-size: 26px;
		margin-bottom: 20px
	}

	.comment-box-title::before {
		height: 26px
	}

	.nix-comment-box {
		padding: 22px;
		border-radius: 20px
	}

	.nix-comment-row {
		grid-template-columns: 1fr;
		gap: 16px
	}

	.nix-comment-field input {
		height: 56px;
		border-radius: 16px
	}

	.nix-comment-field textarea {
		min-height: 180px;
		border-radius: 16px
	}

	.nix-comment-submit {
		width: 100%;
		min-width: 100%;
		height: 58px;
		font-size: 16px
	}

	.nix-comments-heading {
		font-size: 22px
	}

	.nix-comment-item {
		padding: 16px;
		border-radius: 16px
	}

	.nix-comment-top {
		flex-direction: column;
		align-items: flex-start
	}

	.nix-comments-list ul.children {
		margin-left: 20px
	}
}

.knowledge-desk {
	width: 100%;
	margin: 15px auto;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 14px 35px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .05)
}

.knowledge-desk-title {
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #ff3901;
}

.knowledge-desk-body {
	padding: 20px;
	background: rgba(255, 255, 255, .02)
}

.knowledge-desk-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px
}

.knowledge-desk-body li {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, .82)
}

.knowledge-desk-body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fdab05;
	box-shadow: 0 0 10px rgba(253, 171, 5, 0.55)
}

.knowledge-desk-body a {
	color: #fdab05;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	transition: .25s ease
}

.knowledge-desk-body a:hover {
	color: #fdab05;
	border-color: #fdab05
}

.knowledge-desk-body li strong {
	color: #f8fafc;
	font-weight: 700
}

.knowledge-desk-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 24px;
	padding: 0 10px;
	margin-right: 8px;
	border-radius: 30px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #fff;
	background: #ff3901
}

@media(max-width:768px) {
	.knowledge-desk {
		margin: 18px 10px;
		border-radius: 14px
	}

	.knowledge-desk-title {
		padding: 14px 16px;
		font-size: 22px
	}

	.knowledge-desk-body {
		padding: 16px
	}

	.knowledge-desk-body ul {
		gap: 12px
	}

	.knowledge-desk-body li {
		padding-left: 16px;
		font-size: 14px;
		line-height: 1.6
	}

	.knowledge-desk-body li::before {
		top: 9px;
		width: 5px;
		height: 5px
	}
}

@media(max-width:480px) {
	.knowledge-desk {
		margin: 16px 8px;
		border-radius: 12px
	}

	.knowledge-desk-title {
		padding: 12px 14px;
		font-size: 18px
	}

	.knowledge-desk-body {
		padding: 14px
	}

	.knowledge-desk-body li {
		font-size: 13px;
		line-height: 1.55
	}

	.knowledge-desk-badge {
		min-width: 56px;
		height: 22px;
		font-size: 10px
	}
}

.site-responsibility {
	border-top: 5px solid rgba(255, 255, 255, 0.5);
	padding-top: 20px
}

.site-responsibility p {
	color: #fff
}

.site-responsibility p span {
	color: #ff3901
}

.nix-page-wrapper {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 15px
}

.nix-page-container {
	width: 100%
}

.nix-page-card {
	position: relative;
	padding: 35px;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 20px 45px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .05)
}

.nix-page-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02) 45%, transparent 70%)
}

.nix-page-header {
	position: relative;
	z-index: 2;
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.nix-page-title {
	font-size: 26px;
	line-height: 1.25;
	font-weight: 800;
	color: #fff;
	margin: 0
}

.nix-page-content {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.9
}

.nix-page-content p {
	margin: 0 0 20px
}

.nix-page-content h2,
.nix-page-content h3,
.nix-page-content h4 {
	color: #fff;
	margin: 28px 0 14px;
	line-height: 1.35
}

.nix-page-content h2 {
	font-size: 24px
}

.nix-page-content h3 {
	font-size: 22px
}

.nix-page-content h4 {
	font: size 18px
}

.nix-page-content ul,
.nix-page-content ol {
	margin: 0 0 22px 22px;
	padding: 0
}

.nix-page-content li {
	margin-bottom: 10px
}

.nix-page-content a {
	color: #ff7a3d;
	text-decoration: none;
	font-weight: 600
}

.nix-page-content a:hover {
	color: #fff
}

.nix-page-content img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	margin: 20px 0
}

.nix-page-content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 4px solid #ff5a1f;
	border-radius: 14px;
	background: rgba(255, 255, 255, .04);
	color: #fff
}

.nix-page-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0
}

.nix-page-content table th,
.nix-page-content table td {
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .08);
	text-align: left
}

.nix-page-content table th {
	color: #fff;
	background: rgba(255, 255, 255, .05)
}

@media(max-width:768px) {
	.nix-page-card {
		padding: 22px;
		border-radius: 18px
	}

	.nix-page-title {
		font-size: 28px
	}

	.nix-page-content {
		font-size: 15px;
		line-height: 1.8
	}

	.nix-page-content h2 {
		font-size: 24px
	}

	.nix-page-content h3 {
		font-size: 20px
	}

	.nix-page-content h4 {
		font-size: 18px
	}
}

.movie-storyline-box h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px
}

.website-description {
	position: relative;
	margin: 25px 0;
	padding: 18px 20px;
	border-radius: 16px;
	background: linear-gradient(135deg, #101826, #0b0f16);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.22);
	overflow: hidden
}

.website-description::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(13, 148, 255, 0.08), transparent 40%, transparent 60%, rgba(255, 57, 1, 0.06));
	pointer-events: none
}

.website-description p {
	margin: 0;
	color: #d8e0ea;
	font-size: 15px;
	line-height: 1.8;
	position: relative
}

.website-description strong {
	color: #fff;
	font-weight: 700
}

.website-description span {
	color: #0d94ff;
	font-weight: 600
}

@media(max-width:768px) {
	.website-description {
		padding: 16px 18px;
		border-radius: 14px
	}

	.website-description p {
		font-size: 14px;
		line-height: 1.7
	}
}

.series-info-box {
	position: relative;
	margin: 25px 0
}

.series-info-box h3 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	position: relative;
	padding-left: 14px
}

.series-info-box h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 5px;
	height: calc(100% - 8px);
	border-radius: 10px;
	background: #fdab05
}

.series-info-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
	position: relative
}

.series-info-box ul li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #e8edf5;
	font-size: 16px;
	line-height: 1.6;
	transition: all .25s ease
}

.series-info-box ul li::before {
	content: "";
	min-width: 7px;
	height: 7px;
	margin-top: 9px;
	border-radius: 50%;
	background: #fdab05;
	box-shadow: 0 0 10px rgba(253, 171, 5, 0.5)
}

.series-info-box ul li:hover {
	transform: translateX(4px);
	background: rgba(255, 255, 255, 0.045);
	border-color: rgba(13, 148, 255, 0.2)
}

.series-info-box ul li b {
	color: #fff;
	font-weight: 700;
	min-width: 110px;
	display: inline-block
}

@media(max-width:768px) {
	.series-info-box {
		padding: 18px;
		border-radius: 16px
	}

	.series-info-box h3 {
		font-size: 24px;
		margin-bottom: 14px
	}

	.series-info-box ul li {
		font-size: 15px;
		padding: 10px 12px;
		gap: 8px;
		flex-wrap: wrap
	}

	.series-info-box ul li b {
		min-width: auto
	}
}

.nix-404-wrapper {
	min-height: calc(100vh - 220px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px
}

.nix-404-box {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	padding: 60px 40px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.nix-404-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #ff3901, #ff7a18);
	box-shadow: 0 8px 20px rgba(255, 87, 34, .28)
}

.nix-404-title {
	font-size: 35px !important;
	margin: 18px 0 14px;
	font-size: clamp(38px, 6vw, 72px);
	line-height: 1.05;
	font-weight: 800;
	color: #fff;
	letter-spacing: -.02em
}

.nix-404-text {
	max-width: 560px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .72)
}

.nix-404-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 28px 0 26px;
	flex-wrap: wrap
}

.nix-404-btn {
	min-width: 160px;
	height: 52px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: all .28s ease
}

.nix-404-btn.primary {
	color: #fff;
	background: linear-gradient(135deg, #fdab05, #ff7a18);
	box-shadow: 0 14px 28px rgba(255, 87, 34, .22)
}

.nix-404-btn.primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(255, 87, 34, .28)
}

.nix-404-btn.secondary {
	color: #fff;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08)
}

.nix-404-btn.secondary:hover {
	background: rgba(255, 255, 255, .08);
	transform: translateY(-3px)
}

.nix-404-search {
	max-width: 560px;
	margin: 0 auto
}

@media(max-width:768px) {
	.nix-404-wrapper {
		padding: 40px 16px
	}

	.nix-404-box {
		padding: 40px 20px;
		border-radius: 22px
	}

	.nix-404-title {
		font-size: 34px
	}

	.nix-404-text {
		font-size: 14px;
		line-height: 1.7
	}

	.nix-404-actions {
		flex-direction: column
	}

	.nix-404-btn {
		width: 100%
	}
}