/* 
Datalife Engine template, 
name: LordVHD CosmosNeon 2026, creation date: 28 july 2026, version dle: 15 and higher
Тема: Космос-Неон 2026. Уникальная палитра: глубокий космос + неоновые акценты
Акценты: #00e5ff (бирюзовый), #ff00aa (магента), #ffcc00 (золотой)
Фон: #05010f → #0a0320 (градиент космоса)
*/

:root {
	--bg: #0b0420; 
	--bg-darker: #080219; 
	--bg-darker-1: #110630; 
	--bg-black: #05010f; 
	--bg-blackest: #020008;
	--tt: #d6eaff; 
	--tt-fade-0: #9bb8d4; 
	--tt-fade: #6b8299; 
	--bdc: rgba(0, 229, 255, 0.18); 
	--bsh-long: 0 0 90px rgba(0, 229, 255, 0.12), 0 0 50px rgba(255, 0, 170, 0.08); 
	--bsh: 0 0 6px 0 rgba(0, 229, 255, 0.35);
	--bsh-block: 0 2px 20px 0 rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(0, 229, 255, 0.08);
	
	--accent: #00e5ff; 
	--accent-2: #ff00aa; 
	--accent-3: #ffcc00;
	--accent-glow: 0 0 22px rgba(0, 229, 255, 0.5), 0 0 45px rgba(0, 229, 255, 0.25);
	--green: #00ffa3; 
	--red: #ff2d55; 
	--orange: #ff8a00; 
	--grey: #546e7a; 
	--yellow: #ffcc00; 
	--blue: #2196f3;
	--cyan: #00e5ff;
	--pink: #ff00aa;
	--magenta: #ff00aa;
	--gold: #ffcc00;

	--ui-elem-height: 44px; 
	--ui-elem-padding: 24px; 
	--ui-elem-gap: 12px; 
	--ui-elem-bdrs: 8px; 
	--ui-bg-btn: linear-gradient(135deg, #00e5ff 0%, #7c4dff 50%, #ff00aa 100%); 
	--ui-tt-btn: #ffffff; 
	--ui-bg-btn-hover: linear-gradient(135deg, #00c8e0 0%, #651fff 50%, #e60099 100%); 
	--ui-bg-inp: rgba(2, 0, 15, 0.7); 
	--ui-bdc-inp: rgba(0, 229, 255, 0.25); 
	--ui-bdc-inp-focus: #ff00aa;
	
	--ui-bg: #080219; 
	--ui-bg-darker: #0b0420; 
	--ui-bg-darkest: #150740; 
	--ui-accent: #00e5ff;
	--ui-bdc: rgba(0, 229, 255, 0.15); 
	--ui-tt-fade: #6b8299; 
	--ui-fw-bolder: 600; 
	--ui-fw-fa: 300;
	--ui-bsh: 0 15px 50px rgba(0, 0, 0, 0.5); 
	--ui-bsh-inset: inset 1px 2px 8px rgba(0, 0, 0, 0.4); 
	--ui-bdrs: 8px;
	--ui-gradient: linear-gradient(160deg, #0a0025 0%, #05010f 45%, #100030 100%); 
	--ui-bg-black: #020008;
	--ui-bg-attention: #301a00; 
	--ui-bd-attention: #ffcc00;
	--indent-negative: -28px; 
	--indent: 28px; 
	--max-width: 1320px;
}

* {background: none; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font-family: 'Inter', 'Exo 2', sans-serif; font-size: 14px; font-weight: 400; line-height: calc(1em + 0.6rem); 
	color: var(--tt); background-color: var(--bg-blackest); width: 100%;
	background-image: 
		radial-gradient(ellipse at 10% 0%, rgba(124, 77, 255, 0.10) 0%, transparent 45%),
		radial-gradient(ellipse at 95% 15%, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
		radial-gradient(ellipse at 50% 100%, rgba(255, 0, 170, 0.06) 0%, transparent 55%);
	background-attachment: fixed;
	overflow-x: hidden;
}
a {color: var(--tt); text-decoration: none; transition: color 0.25s ease, text-shadow 0.25s ease;}
a:focus {color: var(--tt); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 28px; font-family: 'Orbitron', 'Exo 2', sans-serif; letter-spacing: 0.6px;}
::selection {background: linear-gradient(135deg, #00e5ff, #ff00aa); color: #fff;}
b, strong, .bolder {font-weight: 600;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], [type="reset"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit; font-weight: inherit;}
input[type="button"], input[type="submit"] {font-size: 14px; font-weight: 500;}
button, .btn, [type="button"], [type="reset"], [type="submit"], .pmessages__links a, .qq-upload-button, .plupload_button, 
.pagination__btn-loader a 
{display: inline-flex; justify-content: center; align-items: center; cursor: pointer; white-space: nowrap;
	height: var(--ui-elem-height); padding: 0 var(--ui-elem-padding); gap: var(--ui-elem-gap);
	border-radius: var(--ui-elem-bdrs); background: var(--ui-bg-btn); color: var(--ui-tt-btn);
	font-size: 13px; font-weight: 700; text-transform: uppercase; font-family: 'Exo 2', sans-serif;
	letter-spacing: 1.2px; position: relative; overflow: hidden; isolation: isolate;
	box-shadow: 0 0 0 rgba(0, 229, 255, 0);
	transition: all 0.3s cubic-bezier(0.2, 0, 0.2, 1);}
button::before, .btn::before {
	content: ''; position: absolute; inset: 0; 
	background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,0.18) 50%, transparent 75%);
	transform: translateX(-120%); transition: transform 0.7s cubic-bezier(0.2,0,0.2,1); z-index: -1;
}
button:hover::before, .btn:hover::before {transform: translateX(120%);}
button:active, input[type="button"]:active, input[type="submit"]:active {
	box-shadow: inset 0 2px 10px 0 rgba(0,0,0,0.4), var(--accent-glow);
	transform: translateY(1px);
}
.color-btn, [class*=fr], [class*=plyr], .owl-prev, .owl-next, .owl-dot, [id*=mceu], [class*=tox-], .ui-dialog-titlebar-close {padding: 0; margin: 0; 
	line-height: 1.4; border: 0; box-shadow: none; background: none; border-radius: 0;}

[type="text"], [type="password"], [type="email"], select, textarea  {height: var(--ui-elem-height); 
	padding: 0 var(--ui-elem-padding); line-height: calc(var(--ui-elem-height) - 1px); 
	width: 100%; background-color: var(--ui-bg-inp); border: 1px solid var(--ui-bdc-inp); 
	border-radius: var(--ui-bdrs); box-shadow: inset 0 0 25px rgba(124, 77, 255, 0.04); 
	font-size: 14px; display: block; color: var(--tt);
	transition: all 0.3s cubic-bezier(0.2, 0, 0.2, 1); backdrop-filter: blur(12px);}
[type="text"]:focus, [type="password"]:focus, [type="email"]:focus, textarea:focus {
	border-color: var(--ui-bdc-inp-focus); 
	box-shadow: 0 0 0 3px rgba(255, 0, 170, 0.15), inset 0 0 35px rgba(255, 0, 170, 0.06);
	transform: translateY(-1px);
}

select:not([multiple]) {background-image: url(../dleimages/chevron-down.svg); padding-right: 32px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: 12px auto;
	filter: invert(1) hue-rotate(170deg) saturate(1.2);}
select option {padding: 7px 12px; font-weight: 400; background: var(--bg-blackest); color: var(--tt);}
select[multiple] option {padding: 4px 10px; font-weight: 400;}
select[multiple] {padding: 10px 6px;}
textarea {padding-top: 22px; padding-bottom: 22px; overflow: auto; resize: vertical; min-height: 130px;}
input::placeholder, textarea::placeholder {color: var(--tt-fade); opacity: 0.7; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent; transition: color 0.3s;}

/* ============= COSMOS-NEON ДЕКОР ============= */
.cosmos-bg {
	position: fixed; inset: 0; z-index: -2; pointer-events: none;
	background: 
		radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.85), transparent),
		radial-gradient(1px 1px at 40% 70%, rgba(0,229,255,0.6), transparent),
		radial-gradient(1.5px 1.5px at 60% 20%, rgba(255,0,170,0.5), transparent),
		radial-gradient(1px 1px at 80% 50%, rgba(255,204,0,0.5), transparent),
		radial-gradient(1px 1px at 10% 80%, rgba(255,255,255,0.7), transparent),
		radial-gradient(1.5px 1.5px at 90% 10%, rgba(0,229,255,0.7), transparent),
		radial-gradient(1px 1px at 30% 90%, rgba(124,77,255,0.5), transparent),
		radial-gradient(1px 1px at 70% 85%, rgba(255,255,255,0.6), transparent),
		radial-gradient(2px 2px at 50% 40%, rgba(255,204,0,0.3), transparent);
	background-size: 800px 800px;
	animation: cosmosDrift 120s linear infinite;
	opacity: 0.7;
}
@keyframes cosmosDrift {
	0% {background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;}
	100% {background-position: 800px 400px, -600px 500px, 400px -600px, -500px 300px, 700px -200px, -300px 700px, 200px 500px, -400px -600px, 600px 300px;}
}

.cosmos-grid {
	position: fixed; inset: 0; z-index: -1; pointer-events: none;
	background-image: 
		linear-gradient(rgba(0, 229, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 0, 170, 0.03) 1px, transparent 1px);
	background-size: 60px 60px;
	animation: gridPulse 8s ease-in-out infinite alternate;
	mask-image: radial-gradient(ellipse at 50% 30%, #000 0%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 0%, transparent 75%);
}
@keyframes gridPulse {
	0% {opacity: 0.4;}
	100% {opacity: 0.9;}
}

.scanlines-crt {
	position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.018;
	background: repeating-linear-gradient(
		0deg,
		transparent 0px,
		transparent 2px,
		rgba(0, 229, 255, 0.4) 2px,
		rgba(0, 229, 255, 0.4) 4px
	);
	mix-blend-mode: overlay;
}

body.cosmos-body::before {
	content: ''; position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1001;
	background: linear-gradient(90deg, transparent, #00e5ff, #7c4dff, #ff00aa, #ffcc00, #00e5ff, transparent);
	background-size: 300% 100%; animation: auroraLine 4.5s ease-in-out infinite;
	box-shadow: 0 0 20px currentColor;
}
@keyframes auroraLine {
	0%, 100% {background-position: 300% 0;}
	50% {background-position: -300% 0;}
}

body.cosmos-body::after {
	content: ''; position: fixed; bottom: 0; left: 0; right: 0; height: 2px; z-index: 1000;
	background: linear-gradient(90deg, transparent, #ff00aa, #ffcc00, #00e5ff, #7c4dff, #ff00aa, transparent);
	background-size: 300% 100%; animation: auroraLine 5.5s ease-in-out infinite reverse;
	opacity: 0.6;
}

/* ============= USEFUL CLASSES ============= */
.img-wide, .img-responsive, .img-fixed-size, .expand-link, .p-relative, .img-block {position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive > img, .img-fixed-size img, .img-block img {
	width: 100%; height: 100%; object-fit: cover; border-radius: inherit;
	transition: transform 0.55s cubic-bezier(0.2,0,0.2,1), filter 0.35s ease;
}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a, .img-block img {width: 100%; display: block;}
.img-block > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
	border-radius: inherit; display: block; object-fit: cover;}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.line-clamp-2, .line-clamp-3, .line-clamp-4, .line-clamp-5, .line-clamp-6 
{display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.line-clamp-3 {-webkit-line-clamp: 3; line-clamp: 3;} .line-clamp-4 {-webkit-line-clamp: 4; line-clamp: 4;}
.line-clamp-5 {-webkit-line-clamp: 5; line-clamp: 5;} .line-clamp-6 {-webkit-line-clamp: 6; line-clamp: 6;}
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
.img-mask::after {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 75%; 
	background: linear-gradient(to top, rgba(2,0,8,0.985) 0%, rgba(8,2,25,0.65) 35%, transparent 100%); opacity: 1;
	border-radius: inherit;}
.expand-link__trg::after {content: ''; position: absolute; inset: 0; z-index: 10;}
.img-overlay-icon::before {position: absolute; inset: 0; z-index: 5; border-radius: inherit; opacity: 0;
	background: linear-gradient(160deg, rgba(0, 229, 255, 0.88), rgba(255, 0, 170, 0.88)); 
	color: #fff; font-size: 40px; display: grid; place-items: center;
	backdrop-filter: blur(5px); transition: all 0.45s cubic-bezier(0.2, 0, 0.2, 1);}

.d-flex {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between {justify-content: space-between;}
.jc-flex-start {justify-content: flex-start;}
.jc-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.flex-grow-1, .ui-dialog-title, .ac-form__bottom .comments_subscribe, .flex-1 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.flex-grow-1-column, .flex-1-col {flex: 1 0 min-content;}
.pi-center {display: grid; place-items: center;}
.ta-center {text-align: center;}

.grid-items {display: grid; gap: 18px; grid-template-columns: repeat(auto-fill,minmax(min(40vw,185px),1fr));}
.grid-items > *:not(.grid-items__item), #dle-content > *:not(.grid-items__item) {grid-column: 1 / -1;}
.grid-items > #dle-content {display: inherit; gap: inherit; grid-template-columns: inherit;}

.r-gap-5 {row-gap: 5px;} .r-gap-10 {row-gap: 10px;} .r-gap-15 {row-gap: 15px;} .r-gap-20 {row-gap: 20px;}
.r-gap-25 {row-gap: 25px;} .r-gap-30 {row-gap: 30px;} .r-gap-35 {row-gap: 35px;} .r-gap-40 {row-gap: 40px;}
.c-gap-5 {column-gap: 5px;} .c-gap-10 {column-gap: 10px;} .c-gap-15 {column-gap: 15px;} .c-gap-20 {column-gap: 20px;}
.c-gap-25 {column-gap: 25px;} .c-gap-30 {column-gap: 30px;} .c-gap-35 {column-gap: 35px;} .c-gap-40 {column-gap: 40px;}
.p-relative {position: relative;} .o-hidden {overflow: hidden;} .d-block {display: block;} 
.w-100 {width: 100%; min-width: 100% !important; grid-column: 1 / -1;} .bdrs-50 {border-radius: 50%;}
.ml-auto {margin-left: auto;} .mr-auto {margin-right: auto;} .mt-auto {margin-top: auto;} .mb-auto {margin-bottom: auto;}
.ratio-3-2 {aspect-ratio: 3 / 2;} .ratio-2-3 {aspect-ratio: 2 / 3;} .ratio-1-1 {aspect-ratio: 1 / 1;}

.btn-smaller {--ui-elem-height: 33px; font-size: 11px; padding: 0 14px;}
.btn-bigger {--ui-elem-height: 56px; --ui-elem-padding: 52px; font-size: 15px;}
.btn-square {aspect-ratio: 1 / 1; padding: 0;}
.btn-rounded {border-radius: calc(var(--ui-elem-height)/2);}
.btn-border {
	background: rgba(0, 229, 255, 0.07); 
	border: 1px solid rgba(0, 229, 255, 0.3); 
	color: var(--tt); 
	box-shadow: none;
}
.btn-border:hover {
	background: rgba(255, 0, 170, 0.1);
	border-color: var(--pink);
	box-shadow: 0 0 25px rgba(255, 0, 170, 0.25);
}
.btn-nobg {background: none; color: var(--tt); box-shadow: none; padding: 0;}
.btn-nobg:hover {color: var(--accent); text-shadow: 0 0 12px var(--accent);}
.btn-fade {background-color: var(--bg-darker); color: var(--tt-fade);}
.btn-cosmos {
	background: linear-gradient(135deg, #00e5ff 0%, #7c4dff 45%, #ff00aa 100%);
	background-size: 220% 220%;
	animation: cosmosBtnShift 5s ease infinite;
	color: #fff; font-weight: 800;
	border: none; position: relative; overflow: hidden;
	letter-spacing: 1.5px;
}
@keyframes cosmosBtnShift {
	0%, 100% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
}
.btn-cosmos::after {
	content: ''; position: absolute; inset: -2px; border-radius: inherit; z-index: -1; opacity: 0;
	background: linear-gradient(135deg, #00e5ff, #7c4dff, #ff00aa, #ffcc00);
	background-size: 300% 300%;
	animation: cosmosBtnShift 3s ease infinite;
	filter: blur(10px); transition: opacity 0.4s ease;
}
.btn-cosmos:hover::after {opacity: 0.6;}
.btn-cosmos:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 40px rgba(0, 229, 255, 0.35);
}

.hidden, .d-none, .full-text .quote + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.info br, #fullsearch + form .mass_comments_action, .bb-sep, .bb-pane > .clr, .comm__ctrl-menu li:empty, 
.has-checkbox:empty {display: none;} 
.login__social:has(.login__social-caption:last-child), .serv__social:has(.serv__subtitle:last-child) {display: none;}
.anim, button, .btn, a, .anim-before::before, .anim-after::after
{transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s, 
	transform 0.3s, border-color 0.3s, scale 0.3s, rotate 0.3s, translate 0.3s, filter 0.3s;}

@font-face {font-family: 'inter'; src: url('../webfonts/inter-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'inter'; src: url('../webfonts/inter-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Oswald'; src: url('../webfonts/oswald-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'Exo 2'; src: url('../webfonts/Exo2-Bold.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}

@media (hover: hover) and (pointer: fine) {
	a:hover {color: var(--cyan); text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);}
	button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
	.pmessages__links a:hover, .qq-upload-button:hover, .us__btn a:hover, .plupload_button:hover, 
	#searchsuggestions span.seperator a:hover, .pagination__btn-loader a:hover 
	{background: var(--ui-bg-btn-hover); color: var(--ui-tt-btn); border-color: var(--ui-bg-btn-hover);
		box-shadow: 0 8px 30px rgba(0,229,255,0.25); transform: translateY(-1px);}
	.ui-dialog-titlebar-close:hover, .login__close:hover, .trl__close:hover {background-color: var(--red); color: var(--tt-btn);}
	.xfieldimagegallery a:hover, .comments-image-gallery a:hover {opacity: 0.85; filter: brightness(1.1);}
	.fs-result:hover {background-color: rgba(0, 229, 255, 0.06);}

	.header__menu li:hover > a {opacity: 1; color: var(--accent); text-shadow: 0 0 12px var(--accent);}
	.header__menu li:hover .header__menu-hidden {opacity: 1; visibility: visible; translate: 0 0;}
	.item:hover .item__btn-info {translate: 0 0; opacity: 1;}
	.item:hover .img-responsive > img {transform: scale(1.08); filter: brightness(1.1) saturate(1.1);}
	.item:hover .img-overlay-icon::before {opacity: 1;}
	.header__menu-hidden a:hover, .footer__menu a:hover, .header__login a:hover, .lgn__ctrl > a:hover, .lgn__menu a:hover,  
	.speedbar a:hover, .page__complaint a:hover, .comm__action a:hover, .comm__ctrl-menu a:hover, 
	.fr__title:hover, .page__fav > *:hover, .tuser__name a:hover {text-decoration: none; color: var(--pink); text-shadow: 0 0 10px var(--pink);}
	.owl-nav button:hover {opacity: 1; background: var(--ui-bg-btn); color: #fff;}
	.sect__tabs button:not(.is-active):hover, .pagination > a:hover, .header__btn1:hover, .page__likes a:hover, 
	.pagination__pages a:hover, .sect__grid-select button:hover {background: linear-gradient(135deg, #00e5ff, #ff00aa); color: #fff; box-shadow: 0 0 20px rgba(0, 229, 255, 0.3);}
	.header__ava:hover, .comm__rating a:hover {opacity: 0.85;}

	.trl__close:hover, .mobile-menu__btn-close:hover, .lgn__btn-close:hover {background-color: var(--pink); color: #fff; box-shadow: 0 0 25px var(--pink);}
	.page__rating-ext a:hover .fal, .page__likes a:hover {background: linear-gradient(135deg, #00e5ff, #ff00aa) !important;}
	.comm__ctrl-btn:hover {color: var(--pink); background: none; text-shadow: 0 0 10px var(--pink);}
}
