
/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative;  }
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {box-shadow: 0 0 30px #00000060}
.header, .footer {background-color: var(--bg-blacker); padding: 10px var(--indent);}
.cols {display: grid; grid-template-columns: 350px minmax(0,1fr); gap: 10px;background-color: #e5e5e5;}
.col-side { padding: var(--indent-20); padding-top: 20px;
	display: grid; grid-gap: 40px; align-content: start;   }
.content {padding: var(--indent-20); min-height: 80vh;}
.mcols {display: grid; gap: 40px 40px; grid-template-columns: repeat(auto-fill,minmax(320px,1fr));}
.footer {color: var(--tt-on-black); padding: 40px var(--indent);padding-bottom: 60px;}
.footer a {color: var(--accent); border-bottom: 1px dotted var(--accent);}
.sb {box-shadow: 0 0 4px #00000060;
    padding: 15px;
    border-radius: 8px;background-color: #fff;}
.sb .sect__link {justify-content: center; width:100%;}	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 80px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-lightest); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: var(--bsh);}


/* HEADER
----------------------------------------------- */
.logo {
    display: inline-flex;
    align-items: center;
    height: 60px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 60px;
    min-width: 390px;
    gap: 10px;
    color: #fff !important;
    text-transform: uppercase;
    
    /* Убираем старый фон */
    background: none;
}

/* Белый круг с картинкой */
.logo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:  url(../images/ico.png) center center / 70% no-repeat;
    flex-shrink: 0;
}
.logo span {opacity: 0.8;}
.header__link {color: #fff; margin: 0 20px 0 40px;}
.search-block form { position: relative; }
.search-block__input[type="text"], .search-block__input[type="text"]:focus {border-radius: 16px; 
	border: 0; background-color: var(--bg); height: 32px; line-height: 32px; padding: 0 20px 0 60px;}
.search-block__input[type="text"]:not(:focus)::placeholder {color: var(--tt-lightest); opacity: 0.8; font-size: 13px;}
.search-block__btn {position: absolute; left: 0; top: 0; width: 44px; height: 32px;
	background: none; color: var(--tt); border-radius: 16px; padding: 0; font-size: 14px;}
.header .d-flex {justify-content: space-between;}
.mt50 {margin-top:25px;}
/* TOP
----------------------------------------------- */
.topper {height: 430px; background: url(../images/topbg.jpg) right bottom no-repeat;
	background-color: var(--accent-3); padding: var(--indent); padding-top: 30px;}
.topper__title {font-weight: 700; font-size: 34px; margin-bottom: 3px;}
.topper__desc {color: var(--tt-lighter); line-height: 1.6;}
.topper__list {margin-top: 36px; position: relative;}
.top__header {margin: 0 0 20px 0; padding-left: 50px; position: relative; display: block;}
.top__header::before {content: ''; width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 0; top: 50%; 
	margin-top: -20px; box-shadow: var(--bsh);
	background: #fff url(../images/logo.svg) center center / 20px no-repeat;}
.top__title {font-weight: 700;}
.top__subtitle {opacity: 0.6; margin-top: 3px; font-size: 13px;}
.top__play {padding: 0 40px; margin-right: 20px;}
.top__share {padding: 0; width: 40px; background-color: #fff; color: var(--tt-lightest); font-size: 18px;}
.topper__list:not(.owl-carousel) {overflow: hidden; display: flex;}
.topper__list:not(.owl-carousel) > .top {width: 100%; flex-shrink: 0;}
.share-box {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; max-width: 96vw; 
	text-align: center; padding: 40px 0; box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}


/* SECTION
----------------------------------------------- */
.sect {display: grid; gap: 40px; grid-template-columns: minmax(0,1fr);}
 .sect {box-shadow: 0 0 4px #00000060;
    padding: 15px;
    border-radius: 8px;overflow: hidden;background-color: #fff;}
.sect__title {font-size: 24px; font-weight: 600;}
.sect__title span {color:var(--accent);}
.sect__link {display: inline-flex; align-items: center; gap: 6px; position: relative; bottom: -1px;
	color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: 1px;}
.sect--wide {grid-column: 1 / -1;}
.sect--move-top {margin-top: -150px;}
.speedbar {margin-bottom: 20px; margin-top: -20px; font-size: 13px; color: var(--tt-lightest);}
.descr {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt-lighter);}
.descr h1, .descr h2, .descr h3 {font-weight: 600; font-size: 18px; color: var(--tt); line-height: 1.3;}
.descr a {text-decoration: underline; color: var(--accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--accent); position: absolute; left: 0; top: 0;}


/* TRACK
----------------------------------------------- */
.mcols .track {width: 100%;}
.track {padding-bottom: 10px; margin-bottom: 10px; width: 48%;
	border-bottom: 1px solid var(--bdc); gap: 20px; position: relative;}
	.hero {width: 100%;}
	.jingle .track {width: 100%;}
.track__img {width: 40px; height: 40px; }
.track__desc {display: block;}
.track__title {font-weight: 600;}
.track__subtitle {color: var(--tt-lightest); font-size: 13px; margin-top: 2px;}
.track__time {font-size: 12px; color: var(--tt-lightest);}
.track__play {padding: 0; padding-left: 2px; width: 40px; font-size: 12px;}
.track__dl {padding: 0; width: 40px; color: var(--accent-2); background-color: #e6fcf8; font-size: 18px; margin-left: -10px;}

.track__count {font-size: 14px; color: var(--tt-lighter); font-weight: 700; opacity: 0.4;
	position: absolute; left: 0; top: 0; line-height: 40px;}
	
.track.js-item-played {border-color: transparent}
.track.js-item-played > *:not(.track__count) {position: relative;}
.track.js-item-played::before {content: ''; position: absolute; bottom: 0; right: -10px; left: -10px; top: -10px; 
	border-radius: 10px; background-color: #00000006;}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .track__play {padding-left: 0; background: var(--accent-darker); color: #fff;}
.hero-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--tt-lightest, #999);
  opacity: 0.5;
  border-radius: 50%;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  user-select: none;
}

.news-preview .track__play {    position: absolute;
    top: 10px;
    z-index: 99;
    left: 10px;}

.hero:hover .hero-num {
  color: var(--tt, #161616);
  opacity: 1;
  transform: scale(1.08);
}

.hero-num.double-digit {
  width: 38px;
}

@media screen and (max-width: 470px) {
  .hero-num {
    width: 24px;
    height: 20px;
    font-size: 11px;
    margin-right: 0;
  }
  .hero-num.double-digit {
    width: 28px;
  }
  .track-rating {min-width: 30px;}
}

@media screen and (max-width: 380px) {
    .track__img {
    width: 30px;
    height: 30px;
    margin-right: 0;
}
    }
/* === РЕЙТИНГ — БЕЙДЖ === */
.track-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 28px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--accent, #e74c3c), var(--accent-darker, #c0392b));
    border-radius: 4px;
    flex-shrink: 0;
    margin-right: 12px;
    position: relative;
    transition: transform 0.25s ease;
}

/* Острый уголок как у бейджа */
.track-rating::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 14px solid transparent;
    border-left-color: var(--accent-darker, #c0392b);
    border-right: 0;
}

.hero:hover .track-rating {
    transform: scale(1.05) translateX(-2px);
}
.hero:hover .hero-num {color: var(--accent, #e74c3c);
    opacity: 1;
    font-weight: 900;
    background: rgba(231, 76, 60, 0.10);}

/* ALBUM, COLLECTION
----------------------------------------------- */
.album-item {width: 15%; margin-bottom: 20px;}
.album-img {box-shadow: 0 27px 53px rgba(0,0,0,0.1); padding-top: 100%;}
.album-title {margin-top: 15px; font-weight: 600;}
.album-subtitle {margin-top: 5px; color: var(--tt-lightest); font-size: 13px;}
.mb-rem20 {margin-bottom: -20px;}
.podb-item {width: 32%; margin-bottom: 20px; position: relative;}
.podb-in {box-shadow: 0 27px 53px rgba(0,0,0,0.1); display: block;}
.podb-desc {position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; padding: 15px; color: #fff;} 
.podb-title {font-weight: 700;}
.podb-quantity {font-size: 12px; margin-top: 10px;}
.podb-in:before {background: linear-gradient(to top, #222 0%, transparent 100%); 
	content: ''; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; width: 100%; height: 70%;}


/* SIDEBAR
----------------------------------------------- */
.sb__title {font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 30px;}
.sb__title--accent {margin: 0 var(--indent-negative); padding: 15px var(--indent); background-color: #ffffff10;
	margin-bottom: 20px; border-left: 3px solid var(--accent); color: var(--accent);}
.sb__title .fas {width: 30px;}
.sb__content {display: grid; gap: 20px; grid-template-columns: repeat(auto-fill,minmax(200px,1fr));}
.sb__menu {display: flex; gap: 15px;}
.sb__menu a {color: var(--ui-tt-on-accent); display: block; position: relative;}
.sb__menu--icon a { text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.sb__menu--icon .fal, .sb__menu--icon .fas {position: absolute; left: 0; top: 1px;}
.sb__menu .active a {color: var(--accent);}
.int {color: var(--tt-on-black) !important;}
.int__img {width: 50px; height: 50px; margin-right: 10px;}
.int__title {font-weight: 600;}
.int__subtitle {font-size: 13px; margin-top: 3px; opacity: 0.8;}


/* PAGINATION
----------------------------------------------- */
.pagination {text-align: center; padding-top: 30px;}
.pagination__pages {gap: 10px 10px;}
.pagination__pages a, .pagination__pages span {display: inline-block; line-height: 38px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc-darker); border-radius: 0px;}
.pagination__pages span:not(.nav_ext) {background: var(--bg-blacker); color: #fff; border-color: var(--bg-blacker);}


/* FULL
----------------------------------------------- */
.full > * {margin-bottom: 40px;}
.fmain {margin: -40px; padding: 40px;  margin-bottom: 40px;}
.fcat {font-size: 14px; margin-top: 10px;}
.fcat span {font-weight: 600; margin-right: 5px;}
.fcat a {color: var(--accent);}
.fcat span[class*=fa] {color: var(--accent); margin-right: 8px;}
h1 a {margin-left: 10px; color: var(--accent); font-size: 16px;}

.fleft {width: 200px; margin-right: 20px;}
.fposter {box-shadow: 0 27px 53px rgba(0,0,0,0.2); width: 200px; height: 200px;}
.fcaption {line-height: 1.5; color: var(--tt-lighter); 
	font-size: 14px; border-left: 4px solid var(--accent); padding-left: 20px;}
[data-height] {position: relative;}
.show-text {position: absolute; bottom: 0; left: 50%; z-index: 3; transform: translateX(-50%); 
	background: var(--bg-darker); font-weight: 600; color: var(--tt-lighter);}
[data-height][style]::before {content: ''; pointer-events: none; height: 100%; position: absolute; z-index: 1;
	left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, #fff 100%);}

.finfo {margin-bottom: 10px;}
.finfo li {display: flex; justify-content: space-between; position: relative; width: 48%; margin-bottom: 8px;align-items: center;}
.finfo li > span:first-child:after {content: ''; border-top: 1px dashed #00000060; 
	height: 1px; display: block; margin: 0 10px; position: relative; top: 1px; 
	flex: 1 1 0; min-width: 50px; max-width: 100%; }
.finfo li span {display: inline-block; padding: 4px 0;}
.finfo li > span:first-child {color: var(--tt-lighter); 
	flex: 1 1 0; min-width: 50px; max-width: 100%; display: flex; align-items: center;}
.finfo a {color: var(--accent); text-decoration: underline;}

.fmeta {justify-content: flex-end;}
.fmeta a {display: block;}
.ffav {background-color: var(--bg); box-shadow: var(--bsh); margin-left: 10px; 
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; 
	font-size: 18px; color: var(--tt-lighter); cursor: pointer;}
.ffav.is-active {color: var(--accent);}
.ffav:hover, .fdl:hover {background-color: #fff; color: var(--tt);}
.page__rating {position: static;}
.page__rating > * {margin-left: 10px; height: 40px; border-radius: 20px; background-color: #fff; 
	box-shadow: 0 2px 4px rgba(0,0,0,0.1); padding: 5px; font-weight: 500; padding-right: 20px;}
.page__rating .fal {font-size: 16px; margin-right: 15px; width: 30px; height: 30px; border-radius: 50%; 
	text-align: center; line-height: 30px; background-color: #27ae60; color: #fff;}
.page__rating > * + * .fal {background-color: #e74c3c;}
.page__rating a:hover {background: var(--bg-darker); color: #000;}

.fplay {cursor: pointer; height: 60px; padding: 10px 15px 10px 75px; box-shadow: var(--bsh);
	font-weight: 600; font-size: 16px; width: 240px; position: relative; margin-right: 20px;}
.fplay {background-color: var(--accent); color: #fff;}
.fplay-desc .ws-nowrap {font-weight: 400; font-size: 13px;}
.fplay .msc-play {font-size: 24px; text-align: center; margin: 0; width: 60px; height: 100%; 
	position: absolute; left: 0; top: 0; line-height: 60px; background-color: #00000010;border-radius: 40px;}
.fplay:hover, .js-item-played .fplay {color: #fff; background-color: var(--accent-darker);}
.fdl {color: #fff; background-color: var(--accent-2); box-shadow: var(--bsh);}

.page__tags {font-size: 0; gap: 10px 4px; margin-top: 40px;}
.page__tags .fal {height: 30px; line-height: 30px; font-size: 16px; margin-right: 6px;}
.page__tags a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; 
	padding: 0 10px; font-size: 11px; text-transform: uppercase; 
	color: var(--tt-lighter); border: 1px solid var(--bdc-darker);}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 11px; text-transform: uppercase; margin-left: 20px;}

.podb .podb-header {width: 100%; margin: 0; box-shadow: none; margin-bottom: 40px;}
.podb-header .podb-in {height: 300px; box-shadow: none;}
.podb-header .podb-desc {padding: 40px;}
.podb-header .page__rating {position: absolute; right: 20px; top: 20px; z-index: 5;}
.podb-header .fcaption {margin-bottom: 20px; max-width: 500px; color: #ccc;}
.podb-header h1 {margin-bottom: 20px; max-width: 600px;}
.podb-quantity div {display: inline-block; padding: 6px 10px; margin-right: 10px; 
	background-color: var(--accent-3); color: #000;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 30px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 600;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	text-decoration: none !important; padding: 15px 15px 15px 130px;
	background: linear-gradient(to top, #27ae60, #2ecc71); color: #fff !important; overflow: hidden;}
.fdl-btn-title {font-weight: 500; text-transform: uppercase; word-wrap: break-word;}
.fdl-btn-size {font-size: 14px; margin-top: -2px; margin-bottom: 6px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn-icon {width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; font-size: 24px;
	position: absolute; left: 40px; top: 50%; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin: 0; margin-top: 40px;}
.page__comments-title {font-size: 21px; font-weight: 700; margin-bottom: 20px;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-lighter); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-header {position: relative; padding-right: 130px;}
.page__comments-btn {position: absolute; right: 0; top: 0;}
.ac-form {display: grid; gap: 20px; margin-bottom: 40px;}
.ac-form__bottom {gap: 10px 20px;}
.ac-form .message-info {margin: 0;}
.ac-form .tox-tinymce {height: 160px !important;}
.comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}
.has-comms {margin-bottom: -20px;}
.page__comments-form {margin-bottom:15px;}
.comment-item__title {font-weight: 700; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc-darker);    box-shadow: 0 0 4px #00000060;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 600; font-size: 14px;}
.comment-item__date {color: var(--tt-lightest); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {white-space: nowrap; font-size: 14px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-lightest);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 12px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-lightest);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-lighter); margin-left: 10px; font-weight: 400; color: var(--tt-lightest);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-lightest);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:34px; height: 34px;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; right: 0; bottom: 0;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: none; width: 40px; height: 40px; border-radius: 50%; 
	background: #fff; color: var(--tt-lighter); box-shadow: var(--bsh); 
	position: absolute; top: 0; font-size: 18px; margin-top: -40px;}
 .owl-prev {right: 50px;}
 .owl-next {right: 0;}
 .owl-prev:hover, .owl-next:hover {background: var(--bg-blacker); color: #fff;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px; box-shadow: var(--bsh-2);}
.owl-dot.active, .owl-dot:hover {background: var(--accent); color: #fff;}
.owl-item {opacity: 0; transition: opacity 1s;}
.owl-item.active {opacity: 1;} 


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 40px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: var(--bg-blacker); color: #fff;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu > * {margin-bottom: 40px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container {max-width:1000px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.col-side {width: 100%; order: 10; display: none;}
	.cols {display: flex;
        flex-direction: column;}
	.topper {padding-top: 30px;}
	.logo {min-width: 100px; margin: 0; margin-right: 20px;}
	.header__btn-menu {display: inline-flex; width: 40px; padding: 0; font-size: 18px; margin-left: 20px;}
    .menu {display:none;}
    .mobile-menu .menu {display:block;}
	.fmain {margin: -20px; margin-bottom: 40px; padding: 20px;}
	.podb-header .podb-desc {padding: 20px;}
	.mobile-menu .menu .sb__menu {display: grid;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.sect {grid-column: 1 / -1;}
	.header__link {display: none;}
	.header__search {margin-right: 20px;}
	.footer {display: block; text-align: center;}
	.footer__text {margin: 20px 0;}
	.footer__logo {margin: 0;}
	.track {width: 100%;}

	.fleft {width: 180px;}
	.fposter {width: 180px; height: 180px;}
	.podb .podb-header {margin: -20px; margin-bottom: 40px; width: calc(100% + 40px);}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.header__search {min-width: 100%; order: 10; margin: 0; margin-top: 20px;}
	.header__search form {max-width: 100%; width: 100%;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; margin: 0; margin-right: 20px;}
	.header__btn-login::before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; 
		font-size: 18px; content:"\f007"; font-weight: 300; font-family:'Font Awesome 5 Pro';}
	.sect__title, h1, h2, h3, h4, h5 {font-size: 22px;}
	.podb-item {width: 100%;}
	.album-item {width: 31%;}
	.topper {background-image: url(../images/topbg.jpg); background-size: cover;
		height: auto; padding-bottom: 170px; background-position: center center;}
	.topper__title {font-size: 22px;}
	
	.fcols, .fmid {display: block;}
	.fleft {margin: 0 auto; margin-bottom: 20px;}
	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	.ac-form__bottom > * {min-width: 100%;}
	.ac-form__bottom button {width: 100%; order: 10;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}	
	
	.fheader {display: block; text-align: center;}
	.fheader .page__rating {justify-content: center; margin-top: 20px;}
	.fheader .page__rating a {margin: 0 10px;}
	.finfo li {width: 100%;}
	.fmain {background-size: auto; background-repeat: repeat-y; background-position: top center;}
	.fplay {width: 100%; margin: 0; margin-bottom: 20px;}
	.podb-header .fcaption {font-size: 13px; line-height: 1.3;}
	.podb-header h1 {margin-bottom: 10px;}
	.podb-header .page__rating {right: 10px; top: 10px;}
	    .logo {
        min-width: 120px;
        font-size: 14px;
    }
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.hm2, .page__comments-info {display: none;}
	.sect__content--count .track {padding-left: 0;}
	.track__count, .topper__desc br {display: none;}
	.track__title, .album-title {font-size: 14px;}
	.sect--podb {order: 10; margin: 0;}
	.content {padding-top: 40px;}
	.top__play {margin-right: 10px;}
	.topper {padding: 20px;}
	
	.fmain, .podb .podb-header {margin-top: -40px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}


/* PLAYER
----------------------------------------------- */
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997;
	background-color: var(--bg-blacker); color: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.6);}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 10px; width: 500px; 
	background-color: #000; border-radius: 0px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%;
	background-color: rgba(0,0,0,0.1); border-radius: 0px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%;
	z-index: 10; border-radius: 0px; background-color: var(--accent);}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a { display: block; height: 30px; line-height: 30px; text-align: center; color: #ccc;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px;
	background-color: var(--bg-blacker); box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px;
	position: relative; cursor: pointer; background-color: #000; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: var(--accent);
	position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px; margin-left: 20px; color: #ccc;}
.ap-time {font-size: 12px; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 0px;}
.ap-artist {font-size: 13px; margin-top: 4px; color: #ccc; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-title {font-size: 15px; color: #fff; font-weight: 600; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center;
	border-radius: 50%; display: block; position: relative; margin: 0 20px;
	background: var(--accent); color: #fff;}
.ap-prev, .ap-next {cursor: pointer; font-size: 18px; color: #ccc;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #fff;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background: var(--accent-darker); color: #fff;}
.wplayer-init .audioplayer-playpause .fas:before {content: '\f04b'; padding-left: 1px;}

@media screen and (max-width: 1220px) {
	.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}
@media screen and (max-width: 590px) {
	.audioplayer-volume, .ap-time, .ap-img {display: none;}
	.audioplayer-playpause a {margin: 0 10px;}
}
/* RESIDENT PAGE - CREATIVE STYLES
----------------------------------------------- */

/* Hero Block */
.resident-hero {
    position: relative;
    padding: 60px 40px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.resident-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pattern-dots.svg) repeat;
    opacity: 0.1;
    z-index: 1;
}

.resident-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: var(--max-width);
    margin: 0 auto;
}

.resident-hero__content {
    flex: 1;
}

.resident-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}

.resident-hero__badge .fas {
    color: var(--accent-3);
}

.resident-hero__title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.1;
}

.resident-hero__subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 15px;
}

.resident-hero__genres {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;color: #fff;
}

.resident-hero__genres span {
    padding: 4px 14px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.resident-hero__stats {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.resident-hero__stat {
    display: flex;
    flex-direction: column;
}

.resident-hero__stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.resident-hero__stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resident-hero__actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.resident-hero__btn-play {
    background: var(--accent);
    color: #fff;
    padding: 0 30px;
    height: 48px;
    font-size: 14px;
}

.resident-hero__btn-play .fas {
    margin-right: 10px;
}

.resident-hero__btn-play:hover {
    background: var(--accent-darker);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
}

.resident-hero__btn-follow {
    background: rgba(255,255,255,0.15);
    color: #fff;
    height: 48px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0 30px;
    font-size: 14px;
}

.resident-hero__btn-follow:hover {
    background: rgba(255,255,255,0.25);
}

.resident-hero__social {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}

.resident-hero__social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    transition: all 0.3s;
}

.resident-hero__social-link:hover {
    background: var(--accent);
    transform: translateY(-3px);
    color: #fff;
}

.resident-hero__avatar {
    flex-shrink: 0;
}

.resident-hero__avatar-ring {
    width: 300px;
    height: 350px;
    border-radius: 15px;
    padding: 8px;
    background: conic-gradient(from 0deg, var(--accent), var(--accent-2), var(--accent-3), var(--accent));
    /*animation: spin 10s linear infinite;*/
}

.resident-hero__avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid var(--bg-blacker);
}

.resident-hero__avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* About Section */
.resident-about__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.resident-about__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.resident-about__title .fas {
    color: var(--accent);
}

.resident-about__bio {
    color: var(--tt-lighter);
    line-height: 1.8;
}

.resident-about__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.resident-about__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--ui-bg-darker);
    border-radius: 8px;
    font-size: 13px;
    color: var(--tt);
}

.resident-about__tag .fas {
    color: var(--accent);
}

.resident-about__card {
    background: var(--ui-bg-darker);
    border-radius: 16px;
    padding: 30px;
}

.resident-about__card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--tt);
}

.resident-about__facts {
    display: grid;
    gap: 15px;
}

.resident-about__facts li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: var(--bg);
    border-radius: 10px;
}

.resident-about__fact-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    flex-shrink: 0;
}

.resident-about__fact-label {
    font-size: 12px;
    color: var(--tt-lightest);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resident-about__fact-value {
    font-weight: 600;
    color: var(--tt);
}

/* Mix Grid */
.mix-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.mix-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg);
    box-shadow: var(--bsh);
    transition: transform 0.3s, box-shadow 0.3s;
}

.mix-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.mix-in {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.mix-in img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.mix-item:hover .mix-in img {
    transform: scale(1.05);
}

.mix-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.mix-item:hover .mix-overlay {
    opacity: 1;
}

.mix-play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s;
}

.mix-play:hover {
    transform: scale(1.15);
}

.mix-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 4px 12px;
    background: rgba(0,0,0,0.7);
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
}

.mix-desc {
    padding: 16px 20px 20px;
}

.mix-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.mix-subtitle {
    font-size: 13px;
    color: var(--tt-lightest);
    margin-bottom: 10px;
}

.mix-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: var(--tt-lightest);
}

.mix-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mix-meta .fas {
    font-size: 12px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .resident-hero__inner {
        flex-direction: column;
        text-align: center;
    }
    
    .resident-hero__stats {
        justify-content: center;
    }
    
    .resident-hero__actions {
        justify-content: center;
    }
    
    .resident-hero__social {
        margin-left: 0;
    }
    
    .resident-about__grid {
        grid-template-columns: 1fr;
    }
    
    .resident-hero__avatar-ring {
        width: 190px;
        height: 250px;
    }
    .resident-hero__inner {gap:5px;}
}

@media screen and (max-width: 760px) {
    .resident-hero {
        padding: 40px 20px;
    }
    
    .resident-hero__title {
        font-size: 32px;
    }
    
    .resident-hero__stats {
        gap: 20px;
    }
    
    .resident-hero__stat-number {
        font-size: 22px;
    }
    
  
    
    .mix-grid {
        grid-template-columns: 1fr;
    }
}
	
/* Hero блок новости */
.news-hero {
    position: relative;
    padding: 80px 60px;
    min-height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    isolation: isolate;
}

.news-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.9;
}

.news-hero__content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    color: #fff;
}

.news-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.news-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    padding: 4px 16px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    font-weight: 500;
}

.news-hero__category {
    background: var(--accent) !important;
    color: #fff;
}

.news-hero__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 15px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.news-hero__subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 1.5;
}

.news-hero__author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.news-hero__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.4);
    object-fit: cover;
}

.news-hero__author-name {
    font-weight: 600;
}

.news-hero__author-role {
    font-size: 13px;
    opacity: 0.7;
}

/* Основной контент */
.news-body {
    background: var(--bg);
    border-radius: 20px;
    padding: 20px;
}

.news-body__inner {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
}

/* Боковая панель */
.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-sidebar__block {
    background: var(--ui-bg-darker);
    border-radius: 16px;
    padding: 24px;
}

.news-sidebar__block--dark {
    background: var(--bg-blacker);
    color: #fff;
}

.news-sidebar__block--dark .sb__title {
    color: #fff !important;
}

.news-sidebar__facts {
    display: grid;
    gap: 12px;
}

.news-sidebar__facts li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    background: var(--bg);
    border-radius: 10px;
    transition: transform 0.2s;
}

.news-sidebar__facts li:hover {
    transform: translateX(4px);
}

.news-sidebar__fact-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    flex-shrink: 0;
    font-size: 16px;
}

.news-sidebar__fact-label {
    font-size: 11px;
    color: var(--tt-lightest);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-sidebar__fact-value {
    font-weight: 600;
    color: var(--tt);
    display: block;
}

.news-sidebar__tracks {
    display: grid;
    gap: 12px;
}

.news-sidebar__tracks .track {
    padding: 8px;
    margin: 0;
    border-bottom: 0;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    transition: background 0.3s;
}

.news-sidebar__tracks .track:hover {
    background: rgba(255,255,255,0.1);
}

.news-sidebar__tracks .track__title {
    color: #fff;
}

.news-sidebar__tracks .track__subtitle {
    color: rgba(255,255,255,0.6);
}

.news-sidebar__tracks .track__play {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
}

.news-sidebar__tracks .track__play:hover {
    background: var(--accent);
}

/* Контент новости */
.news-content {
    min-width: 0;
}

.news-lead {
    font-size: 17px;
    line-height: 1.7;
    color: var(--tt-lighter);
    padding: 20px 30px;
    background: var(--ui-bg-darker);
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.news-highlight {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    border-radius: 12px;
    margin: 30px 0;
}

.news-highlight__icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    flex-shrink: 0;
}

.news-highlight__title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.news-highlight__text {
    font-size: 16px;
    line-height: 1.5;
}



/* Подвал новости */
.news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid var(--bdc);
}

.news-footer__share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-footer__share-label {
    font-size: 14px;
    color: var(--tt-lightest);
    margin-right: 6px;
}

.news-footer__share-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.news-footer__share-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #fff;
}

.news-footer__actions {
    display: flex;
    gap: 10px;
}

.news-footer__actions .ffav {
    background: var(--ui-bg-darker);
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--tt-lighter);
    cursor: pointer;
    transition: 0.3s;
}

.news-footer__actions .ffav:hover {
    background: var(--accent);
    color: #fff;
}

.news-footer__actions .ffav.is-active {
    color: var(--accent);
    background: rgba(231,76,60,0.1);
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
    .news-body__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .news-sidebar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }
    
    .news-hero {
        padding: 50px 30px;
        min-height: 340px;
    }
    
    .news-hero__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 760px) {
    .news-hero {
        padding: 30px 20px;
        min-height: 280px;
        border-radius: 12px;
    }
    
    .news-hero__title {
        font-size: 24px;
    }
    
    .news-hero__subtitle {
        font-size: 15px;
    }
    
    .news-hero__meta {
        gap: 10px;
        font-size: 12px;
    }
    
    .news-hero__meta span {
        padding: 2px 12px;
    }
    
    .news-lead {
        font-size: 15px;
        padding: 15px 18px;
        flex-direction: column;
    }
    
    .news-lead .fa-quote-left {
        margin-bottom: 8px;
        font-size: 18px !important;
    }
    
    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .news-footer {
        align-items: stretch;
        text-align: center;
    }
    
    .news-footer__share {
        justify-content: center;
    }
    
    .news-footer__actions {
        justify-content: center;
    }
    
    .news-sidebar {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 470px) {
    .news-hero {
        padding: 20px 16px;
        min-height: 220px;
    }
    
    .news-hero__title {
        font-size: 20px;
    }
    
    .news-hero__author {
        flex-wrap: wrap;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .news-highlight {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
    
    .news-highlight__icon {
        margin: 0 auto;
    }
}	

.news-preview {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-blacker);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
}

.news-preview:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.news-preview__link {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
}

/* === ИЗОБРАЖЕНИЕ === */
.news-preview__image {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.news-preview__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.news-preview:hover .news-preview__image img {
    transform: scale(1.08);
}

/* === ЗАТЕМНЕНИЕ === */
.news-preview__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.3) 30%,
        rgba(0,0,0,0.6) 60%,
        rgba(0,0,0,0.85) 100%
    );
    transition: opacity 0.5s ease;
}

.news-preview:hover .news-preview__overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.05) 0%,
        rgba(0,0,0,0.15) 25%,
        rgba(0,0,0,0.5) 55%,
        rgba(0,0,0,0.8) 100%
    );
}

/* === БЕЙДЖ/КАТЕГОРИЯ === */
.news-preview__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    padding: 5px 16px;
    background: var(--accent);
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(231,76,60,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-preview:hover .news-preview__badge {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(231,76,60,0.5);
}

/* === КОНТЕНТ ПОВЕРХ КАРТИНКИ === */
.news-preview__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 30px 24px 24px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 100%);
}

.news-preview__category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.news-preview:hover .news-preview__category {
    opacity: 1;
}

.news-preview__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.news-preview:hover .news-preview__title {
    transform: translateY(-2px);
}

.news-preview__meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.news-preview__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.news-preview__meta i {
    font-size: 11px;
    opacity: 0.6;
}

/* === СВЕЧЕНИЕ ПРИ НАВЕДЕНИИ === */
.news-preview__glow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: radial-gradient(
        ellipse at center 30%,
        rgba(231,76,60,0.15) 0%,
        transparent 70%
    );
}

.news-preview:hover .news-preview__glow {
    opacity: 1;
}

/* === АНИМАЦИЯ ПОЯВЛЕНИЯ === */
@keyframes newsPreviewIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.news-preview {
    animation: newsPreviewIn 0.6s ease forwards;
}

.news-preview:nth-child(2) { animation-delay: 0.05s; }
.news-preview:nth-child(3) { animation-delay: 0.1s; }
.news-preview:nth-child(4) { animation-delay: 0.15s; }
.news-preview:nth-child(5) { animation-delay: 0.2s; }
.news-preview:nth-child(6) { animation-delay: 0.25s; }

/* === ДОПОЛНИТЕЛЬНЫЙ ЭФФЕКТ ДЛЯ ЗАГОЛОВКА === */
.news-preview__title::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--accent);
    margin-top: 8px;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 2px;
}

.news-preview:hover .news-preview__title::after {
    width: 40px;
}
.grid-news {    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;} 
    .grid-news-3 {    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;}
/* === АДАПТИВ === */
@media screen and (max-width: 760px) {
    .news-preview__content {
        padding: 20px 16px 16px;
    }
    
    .news-preview__title {
        font-size: 16px;
    }
    
    .news-preview__badge {
        top: 12px;
        left: 12px;
        font-size: 9px;
        padding: 4px 12px;
    }
    
    .news-preview__image {
        padding-top: 72%;
    }
      .grid-news-3 {grid-template-columns: 1fr 1fr ;}
}
@media screen and (max-width: 590px) {
    .grid-news, .grid-news-3 {    grid-template-columns: 1fr;}
}
@media screen and (max-width: 470px) {
    .news-preview__title {
        font-size: 14px;
    }
    
    .news-preview__meta {
        font-size: 11px;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .news-preview__content {
        padding: 16px 12px 12px;
    }
}

/* ============================================
   ВИДЕО ПЛЕЕР
   ============================================ */

.video-player {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.video-player video, .video-player iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #000;
}

.plyr__control {width: 50px;
    height: 50px;}

/* ============================================
   АДАПТИВ
   ============================================ */

/* Планшеты */
@media screen and (max-width: 1024px) {
    .video-player {
        border-radius: 12px;
        margin: 25px 0;
    }
    
 
}

/* Телефоны */
@media screen and (max-width: 760px) {
    .video-player {
        border-radius: 10px;
        margin: 20px 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }
    
    .video-player video, .video-player iframe {
        aspect-ratio: 16 / 9;
    }
 
}

/* Очень маленькие телефоны */
@media screen and (max-width: 470px) {
    .video-player {
        border-radius: 8px;
        margin: 15px 0;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    }
    
    
}

/* ============================================
   ФОРМА ЗАЯВКИ НА РЕЗИДЕНТУРУ
   ============================================ */

.resident-form-wrapper {
   width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

/* === ЗАГОЛОВОК ФОРМЫ === */
.resident-form__header {
    margin-bottom: 30px;
}

.resident-form__header-title {
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.resident-form__header-title .accent-line {
    display: inline-block;
    width: 8px;
    height: 40px;
    background: var(--accent, #e74c3c);
    border-radius: 4px;
    flex-shrink: 0;
}

.resident-form__header-sub {
    color: var(--tt-lighter, #565656);
    font-size: 15px;
    padding-left: 22px;
}

/* === САМА ФОРМА === */
.resident-form {
    display: grid;
    gap: 24px;
}

/* === ГРУППЫ ПОЛЕЙ === */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label {
    font-weight: 600;
    font-size: 13px;
    color: var(--tt-lighter, #565656);
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-label .required {
    color: var(--accent, #e74c3c);
}

.form-label .optional {
    color: var(--tt-lightest, #999);
    font-weight: 400;
}

.form-label i {
    opacity: 0.6;
    margin-right: 4px;
}

/* === ПОЛЯ ВВОДА === */
.form-input,
.form-textarea,
.form-select {
    width: 100%;
    border-radius: 10px;
    padding: 0 18px;
    background: var(--ui-bg-darker, #f6f6f6);
    border: 1px solid var(--bdc-darker, #e3e3e3);
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    color: var(--tt, #161616);
}

.form-input,
.form-select {
    height: 44px;
    line-height: 44px;
}

.form-textarea {
    padding: 14px 18px;
    resize: vertical;
    min-height: 100px;
    line-height: 1.6;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: var(--accent, #e74c3c);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
    outline: none;
    background: #fff;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--tt-lightest, #999);
    opacity: 0.6;
}

/* === СЕКЦИИ ФОРМЫ === */
.form-section {
    background: var(--ui-bg-darker, #f6f6f6);
    border-radius: 16px;
    padding: 24px 28px;
    display: grid;
    gap: 18px;
    border: 1px solid var(--bdc, #f2f2f2);
}

.form-section__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.form-section__header i {
    color: var(--accent, #e74c3c);
    font-size: 18px;
    width: 24px;
    flex-shrink: 0;
}

.form-section__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: var(--tt, #161616);
}

/* === ДЕМО-БЛОК === */
.form-demo {
    background: linear-gradient(135deg, var(--ui-bg-darker, #f6f6f6), #fafafa);
    border-radius: 16px;
    padding: 20px 24px;
    border: 1px dashed var(--accent, #e74c3c);
    transition: all 0.3s ease;
}

.form-demo:hover {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.04), rgba(231, 76, 60, 0.08));
}

.form-demo .form-label {
    font-weight: 700;
    font-size: 14px;
    color: var(--tt, #161616);
}

.form-demo .form-label i {
    color: var(--accent, #e74c3c);
    opacity: 1;
}

.form-demo__wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.form-demo__input {
    flex: 1 1 0;
    min-width: 200px;
    height: 44px;
    border-radius: 10px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid var(--bdc-darker, #e3e3e3);
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-demo__input:focus {
    border-color: var(--accent, #e74c3c);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
    outline: none;
}

.form-demo__hint {
    font-size: 12px;
    color: var(--tt-lightest, #999);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-demo__hint i {
    opacity: 0.5;
}

/* === КНОПКА ОТПРАВКИ === */
.form-submit {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 6px;
    flex-wrap: wrap;
}

.form-submit__btn {
    background: var(--accent, #e74c3c);
    color: #fff;
    padding: 0 40px;
    height: 52px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 24px rgba(231, 76, 60, 0.25);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    white-space: nowrap;
}

.form-submit__btn:hover {
    background: var(--accent-darker, #c0392b);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(231, 76, 60, 0.35);
}

.form-submit__btn:active {
    transform: translateY(0);
}

.form-submit__secure {
    font-size: 13px;
    color: var(--tt-lightest, #999);
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-submit__secure i {
    opacity: 0.4;
}

/* === РЯДЫ СЕТКИ === */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-row--3col {
    grid-template-columns: 1fr 1fr 1fr;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

/* Планшеты */
@media screen and (max-width: 1024px) {
    .resident-form-wrapper {
        padding: 5px 0;
    }
    
    .resident-form__header-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 820px) {
    .form-section {
        padding: 20px;
    }
    
    .form-row--3col {
        grid-template-columns: 1fr 1fr;
    }
}

/* Телефоны */
@media screen and (max-width: 760px) {
    .resident-form-wrapper {
        padding: 0;
    }
    footer .d-flex {flex-direction: column;}
    .resident-form__header {
        margin-bottom: 24px;
    }
    
    .resident-form__header-title {
        font-size: 24px;
        gap: 10px;
    }
    
    .resident-form__header-title .accent-line {
        height: 32px;
        width: 6px;
    }
    
    .resident-form__header-sub {
        font-size: 14px;
        padding-left: 16px;
    }
    
    /* Строки становятся в колонку */
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-row--3col {
        grid-template-columns: 1fr;
    }
    
    .form-section {
        padding: 16px 18px;
        gap: 14px;
    }
    
    .form-section__header i {
        font-size: 16px;
        width: 20px;
    }
    
    .form-section__title {
        font-size: 15px;
    }
    
    /* Демо-блок */
    .form-demo {
        padding: 16px 18px;
    }
    
    .form-demo__wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-demo__input {
        min-width: auto;
        width: 100%;
    }
    
    .form-demo__hint {
        white-space: normal;
        font-size: 11px;
    }
    
    /* Кнопка */
    .form-submit {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .form-submit__btn {
        width: 100%;
        justify-content: center;
        height: 48px;
        padding: 0 20px;
        font-size: 13px;
    }
    
    .form-submit__secure {
        justify-content: center;
    }
}

/* Очень маленькие телефоны */
@media screen and (max-width: 470px) {
    .mcols {
    display: grid;
    gap: 40px 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.track {gap:5px}
    .resident-form__header-title {
        font-size: 20px;
        gap: 8px;
    }
    
    .resident-form__header-title .accent-line {
        height: 28px;
        width: 5px;
    }
    
    .resident-form__header-sub {
        font-size: 13px;
        padding-left: 13px;
    }
    
    .form-section {
        padding: 14px 14px;
        border-radius: 12px;
        gap: 12px;
    }
    
    .form-input,
    .form-select {
        height: 40px;
        font-size: 14px;
        padding: 0 14px;
        border-radius: 8px;
    }
    
    .form-textarea {
        font-size: 14px;
        padding: 12px 14px;
        min-height: 80px;
        border-radius: 8px;
    }
    
    .form-demo {
        padding: 14px;
        border-radius: 12px;
    }
    
    .form-demo__input {
        height: 40px;
        font-size: 14px;
        padding: 0 14px;
        border-radius: 8px;
    }
    
    .form-submit__btn {
        height: 44px;
        font-size: 12px;
        border-radius: 24px;
        box-shadow: 0 6px 20px rgba(231, 76, 60, 0.2);
    }
    
    .form-submit__btn i {
        font-size: 14px;
    }
    
    .form-label {
        font-size: 12px;
    }
    
    .form-label i {
        font-size: 12px;
    }
}
/* ============================================
   БЛОК "ОТПРАВИТЬ РЕЛИЗ" - ГЛАВНАЯ
   ============================================ */

/* === ОСНОВНОЙ БЛОК === */
.submit-release {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 50px;
    background: linear-gradient(135deg, var(--bg-blacker, #15161b) 0%, #1a1b22 100%);
    isolation: isolate;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.submit-release:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* === ДЕКОРАТИВНЫЕ ЭЛЕМЕНТЫ === */
.submit-release__bg-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 60px 60px;
}

.submit-release__glow {
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    background: radial-gradient(circle, var(--accent, #e74c3c), transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.submit-release__glow--2 {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -80px;
    background: radial-gradient(circle, var(--accent-2, #00b894), transparent 70%);
    opacity: 0.1;
}

/* === КОНТЕНТ === */
.submit-release__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.submit-release__content {
    flex: 1;
}

.submit-release__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--accent, #e74c3c);
    font-weight: 600;
    margin-bottom: 20px;
    width: fit-content;
}

.submit-release__badge .pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent, #e74c3c);
    display: inline-block;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.7); }
}

.submit-release__title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 12px;
}

.submit-release__title .highlight {
    background: linear-gradient(135deg, var(--accent, #e74c3c), var(--accent-2, #00b894));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.submit-release__desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 28px;
}

/* === ПРЕИМУЩЕСТВА === */
.submit-release__features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
    margin-bottom: 30px;
}

.submit-release__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.submit-release__feature i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--accent, #e74c3c);
    font-size: 12px;
    flex-shrink: 0;
}

/* === КНОПКИ === */
.submit-release__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.submit-release__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 36px;
    height: 54px;
    background: linear-gradient(135deg, var(--accent, #e74c3c), var(--accent-darker, #c0392b));
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 30px rgba(231, 76, 60, 0.3);
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.submit-release__btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--accent-darker, #c0392b), var(--accent, #e74c3c));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.submit-release__btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(231, 76, 60, 0.4);
}

.submit-release__btn-primary:hover::before {
    opacity: 1;
}

.submit-release__btn-primary span,
.submit-release__btn-primary i {
    position: relative;
    z-index: 1;
}

.submit-release__btn-primary i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.submit-release__btn-primary:hover i {
    transform: translateX(4px) rotate(-10deg);
}

.submit-release__btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    height: 44px;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.submit-release__btn-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

/* === ИЛЛЮСТРАЦИЯ === */
.submit-release__visual {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-release__visual-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 10px;
    background: conic-gradient(from 0deg, var(--accent, #e74c3c), var(--accent-2, #00b894), var(--accent-3, #fcd12d), var(--accent, #e74c3c));
    animation: spin-ring 8s linear infinite;
    box-shadow: 0 0 60px rgba(231, 76, 60, 0.15);
}

@keyframes spin-ring {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.submit-release__visual-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--bg-blacker, #15161b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: var(--accent, #e74c3c);
    border: 4px solid var(--bg-blacker, #15161b);
}

.submit-release__visual-inner i {
    animation: float-icon 3s ease-in-out infinite;
}

@keyframes float-icon {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

/* === ВАРИАНТ 2: КОМПАКТНЫЙ === */
.submit-release--compact {
    padding: 40px 40px;
}

.submit-release--compact .submit-release__title {
    font-size: 28px;
}

.submit-release--compact .submit-release__visual {
    width: 140px;
    height: 140px;
}

.submit-release--compact .submit-release__visual-inner {
    font-size: 40px;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

/* Планшеты */
@media screen and (max-width: 1024px) {
    .submit-release {
        padding: 50px 40px;
        border-radius: 16px;
    }
    
    .submit-release__title {
        font-size: 32px;
    }
    
    .submit-release__visual {
        width: 160px;
        height: 160px;
    }
    
    .submit-release__visual-inner {
        font-size: 44px;
    }
}

@media screen and (max-width: 820px) {
    .submit-release__inner {
        flex-direction: column;
        text-align: center;
    }
    
    .submit-release__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .submit-release__badge {
        align-self: center;
    }
    
    .submit-release__desc {
        max-width: 100%;
    }
    
    .submit-release__features {
        justify-content: center;
    }
    
    .submit-release__actions {
        justify-content: center;
    }
    
    .submit-release__visual {
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }
    
    .submit-release__glow {
        width: 300px;
        height: 300px;
    }
}

/* Телефоны */
@media screen and (max-width: 760px) {
    .submit-release {
        padding: 40px 24px;
        border-radius: 14px;
        margin: 30px 0;
    }
    
    .submit-release__title {
        font-size: 26px;
    }
    
    .submit-release__desc {
        font-size: 14px;
    }
    
    .submit-release__features {
        gap: 12px 20px;
    }
    
    .submit-release__feature {
        font-size: 13px;
    }
    
    .submit-release__btn-primary {
        height: 48px;
        padding: 0 28px;
        font-size: 13px;
    }
    
    .submit-release__btn-secondary {
        height: 40px;
        font-size: 12px;
        padding: 0 18px;
    }
    
    .submit-release__visual {
        width: 120px;
        height: 120px;
    }
    
    .submit-release__visual-inner {
        font-size: 36px;
    }
    
    .submit-release__glow {
        width: 200px;
        height: 200px;
        filter: blur(80px);
    }
    
    .submit-release--compact {
        padding: 30px 20px;
    }
    
    .submit-release--compact .submit-release__title {
        font-size: 22px;
    }
}

/* Очень маленькие телефоны */
@media screen and (max-width: 470px) {
    .submit-release {
        padding: 30px 16px;
        border-radius: 12px;
        margin: 20px 0;
    }
    
    .submit-release__title {
        font-size: 22px;
    }
    
    .submit-release__badge {
        font-size: 10px;
        padding: 4px 14px 4px 10px;
    }
    
    .submit-release__badge .pulse-dot {
        width: 6px;
        height: 6px;
    }
    
    .submit-release__features {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .submit-release__actions {
        flex-direction: column;
        width: 100%;
    }
    
    .submit-release__btn-primary {
        width: 100%;
        justify-content: center;
    }
    
    .submit-release__btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .submit-release__visual {
        width: 100px;
        height: 100px;
    }
    
    .submit-release__visual-inner {
        font-size: 30px;
    }
    
    .submit-release__visual-ring {
        padding: 6px;
    }
}

/* ============================================
   МОДАЛЬНОЕ ОКНО ДЛЯ ФОРМЫ
   ============================================ */

/* === ОВЕРЛЕЙ === */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: modalFadeIn 0.3s ease;
}

.modal-overlay.is-active {
    display: flex;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(8px);
    }
}

/* === МОДАЛЬНОЕ ОКНО === */
.modal-window {
    position: relative;
    background: var(--bg, #fff);
    border-radius: 20px;
    max-width: 820px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px 50px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* === КНОПКА ЗАКРЫТИЯ === */
.modal-close {
    position: sticky;
    top: 0;
    float: right;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ui-bg-darker, #f6f6f6);
    color: var(--tt-lighter, #565656);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    margin-top: -10px;
    margin-right: -20px;
    margin-bottom: 10px;
    z-index: 10;
}

.modal-close:hover {
    background: var(--accent, #e74c3c);
    color: #fff;
    transform: rotate(90deg);
}

/* === СКРОЛЛБАР МОДАЛЬНОГО ОКНА === */
.modal-window::-webkit-scrollbar {
    width: 6px;
}

.modal-window::-webkit-scrollbar-track {
    background: transparent;
}

.modal-window::-webkit-scrollbar-thumb {
    background: var(--bdc-darker, #e3e3e3);
    border-radius: 3px;
}

.modal-window::-webkit-scrollbar-thumb:hover {
    background: var(--accent, #e74c3c);
}

/* === АДАПТИВ МОДАЛЬНОГО ОКНА === */
@media screen and (max-width: 760px) {
    .modal-window {
        padding: 30px 24px;
        border-radius: 16px;
        max-height: 95vh;
    }
    
    .modal-close {
        margin-right: -10px;
        margin-top: -5px;
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media screen and (max-width: 470px) {
    .modal-window {
        padding: 20px 16px;
        border-radius: 12px;
    }
    
    .modal-close {
        margin-right: -5px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .modal-overlay {
        padding: 10px;
    }
}

/* === СКРЫТИЕ СКРОЛЛА У BODY === */
body.modal-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/* ============================================
   КАРТОЧКИ РЕЗИДЕНТОВ
   ============================================ */

.grid-resident {display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;}

.resident-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg, #fff);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.resident-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.resident-card__image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background: var(--bg-darker, #e9eaef);
}

.resident-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.resident-card:hover .resident-card__image img {
    transform: scale(1.08);
}

.resident-card__info {
    padding: 18px 20px 20px;
    position: relative;
}

.resident-card__name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resident-card__genre {
    font-size: 13px;
    color: var(--tt-lightest, #999);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.resident-card--border {
    background: var(--bg, #fff);box-shadow: 0 0 30px #00000060;
}

.resident-card--border::before {
    content: '';
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: linear-gradient(135deg, var(--accent, #e74c3c), var(--accent-2, #00b894), var(--accent-3, #fcd12d));
    border-radius: 18px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.resident-card--border:hover::before {
    opacity: 0.3;
}

.resident-card--border .resident-card__image {
    border-radius: 16px 16px 0 0;
}

.resident-card--border .resident-card__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(231, 76, 60, 0.1),
        rgba(0, 184, 148, 0.1)
    );
    opacity: 0;
    transition: opacity 0.5s ease;
}

.resident-card--border:hover .resident-card__image::after {
    opacity: 1;
}

/* Музыкальные волны */
.resident-card--border .resident-card__waves {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.resident-card--border:hover .resident-card__waves {
    opacity: 1;
}

.resident-card--border .resident-card__waves span {
    display: block;
    width: 3px;
    background: #fff;
    border-radius: 2px;
    animation: wave 1.2s ease-in-out infinite;
}

.resident-card--border .resident-card__waves span:nth-child(1) { height: 12px; animation-delay: 0s; }
.resident-card--border .resident-card__waves span:nth-child(2) { height: 20px; animation-delay: 0.2s; }
.resident-card--border .resident-card__waves span:nth-child(3) { height: 8px; animation-delay: 0.4s; }
.resident-card--border .resident-card__waves span:nth-child(4) { height: 24px; animation-delay: 0.6s; }
.resident-card--border .resident-card__waves span:nth-child(5) { height: 14px; animation-delay: 0.8s; }
/* Переопределяем эффект для resident-label при наведении */
.resident-label.resident-label--border:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 107, 0, 0.25);
}

/* Отключаем старый градиент от resident-card */
.resident-label.resident-label--border::before {
    background: linear-gradient(135deg, 
        #ff6b00 0%,
        #ff9500 30%,
        #ffaa33 50%,
        #ff9500 70%,
        #ff6b00 100%
    ) !important;
    background-size: 300% 300% !important;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.resident-label.resident-label--border:hover::before {
    opacity: 0.5 !important;
}

/* Анимация градиента */
@keyframes orangeGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.resident-label.resident-label--border::before {
    animation: orangeGradient 4s ease-in-out infinite;
}

/* Оранжевый эффект на картинку */
.resident-label.resident-label--border .resident-card__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(255, 107, 0, 0.2),
        rgba(255, 170, 0, 0.1)
    );
    opacity: 0;
    transition: opacity 0.5s ease;
}

.resident-label.resident-label--border:hover .resident-card__image::after {
    opacity: 1;
}

/* Оранжевые волны вместо белых */
.resident-label.resident-label--border .resident-card__waves span {
    background: #ff8c00 !important;
}

.resident-label.resident-label--border:hover .resident-card__waves span {
    background: #ffaa00 !important;
}

/* Оранжевая тень при наведении */
.resident-label.resident-label--border:hover {
    box-shadow: 0 20px 60px rgba(255, 107, 0, 0.3), 0 0 30px rgba(255, 107, 0, 0.1);
}
@keyframes wave {
    0%, 100% { transform: scaleY(0.4); }
    50% { transform: scaleY(1); }
}

/* === АДАПТИВ === */
@media screen and (max-width: 760px) {
    .grid-resident {
    grid-template-columns: 1fr 1fr ;
   }
    .resident-card__name {
        font-size: 15px;
    }
    
    .resident-card--avatar .resident-card__avatar-wrap {
        border-width: 3px;
    }
    
    .resident-card--polar .resident-card__number {
        font-size: 24px;
    }
}

@media screen and (max-width: 470px) {
    .resident-card__info {
        padding: 14px 16px 16px;
    }
    
    .resident-card__name {
        font-size: 14px;
    }
    
    .resident-card__genre {
        font-size: 12px;
    }
    
    .resident-card--gradient .resident-card__badge {
        font-size: 9px;
        padding: 3px 12px;
        top: 12px;
        right: 12px;
    }
}

/* ============================================
   КРУПНЫЕ КАРТОЧКИ ТРЕКОВ ДЛЯ КАРУСЕЛИ
   ============================================ */

.track-carousel-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg, #fff);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.4s ease;
    margin: 0 8px;
    height: 100%;
}

.track-carousel-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.track-carousel__link {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.track-carousel__image {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    background: var(--bg-darker, #e9eaef);
}

.track-carousel__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.track-carousel-item:hover .track-carousel__image img {
    transform: scale(1.06);
}

.track-carousel__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

.track-carousel-item:hover .track-carousel__overlay {
    opacity: 1;
}
.js-play {cursor:pointer;}
.track-carousel-item:hover .track-carousel__image {opacity:0.6;}
.track-carousel__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity:0;color: #fff!important;
}
.track-carousel__play .fas {color: #fff}
.track-carousel-item:hover .track-carousel__play {opacity:1;}
.js-item-played .track-carousel__play {opacity:1;}


.track-carousel__content {
    padding: 16px 18px 18px;
    background: var(--bg, #fff);
}

.track-carousel__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--tt, #161616);
}

.track-carousel__artist {
    font-size: 14px;
    color: var(--tt-lightest, #999);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.track-carousel__meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--tt-lightest, #999);
}

.track-carousel__meta i {
    margin-right: 4px;
    opacity: 0.6;
}

.track-carousel__time {
    display: inline-flex;
    align-items: center;
}

/* ============================================
   КАРУСЕЛЬ OWL ДЛЯ ТРЕКОВ
   ============================================ */

.owl-carousel-tracks {
    margin: 0 -8px;
}

.owl-carousel-tracks .owl-item {
    opacity: 1;
    padding: 0 2px;
}

.owl-carousel-tracks .owl-nav {
    position: absolute;
    top: 50%;
    left: -10px;
    right: -10px;
    transform: translateY(-50%);
    pointer-events: none;
    height: 0;
}

.owl-carousel-tracks .owl-prev,
.owl-carousel-tracks .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    color: var(--tt, #161616);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.3s ease;
    border: none;
    margin: 0;
    z-index: 10;
}

.owl-carousel-tracks .owl-prev {
    left: -10px;
}

.owl-carousel-tracks .owl-next {
    right: -10px;
}

.owl-carousel-tracks .owl-prev:hover,
.owl-carousel-tracks .owl-next:hover {
    background: var(--accent, #e74c3c);
    color: #fff;
    box-shadow: 0 6px 30px rgba(231, 76, 60, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.owl-carousel-tracks .owl-dots {
    position: relative;
    bottom: auto;
    margin-top: 25px;
    text-align: center;
}

.owl-carousel-tracks .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bdc-darker, #e3e3e3);
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-carousel-tracks .owl-dot.active {
    background: var(--accent, #e74c3c);
    transform: scale(1.2);
}

/* === АДАПТИВ === */
@media screen and (max-width: 1024px) {
    .owl-carousel-tracks .owl-nav {
        left: -5px;
        right: -5px;
    }
}

@media screen and (max-width: 760px) {
    .track-carousel__play {
        width: 38px;
        height: 38px;
        font-size: 14px;
        top: 10px;
        left: 10px;
    }
    
    .track-carousel__content {
        padding: 12px 14px 14px;
    }
    
    .track-carousel__title {
        font-size: 14px;
    }
    
    .track-carousel__artist {
        font-size: 13px;
    }
    
    .track-carousel__meta {
        font-size: 11px;
        gap: 12px;
    }
    
    .owl-carousel-tracks .owl-prev,
    .owl-carousel-tracks .owl-next {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .owl-carousel-tracks .owl-prev {
        left: -6px;
    }
    
    .owl-carousel-tracks .owl-next {
        right: -6px;
    }
}

@media screen and (max-width: 470px) {
    .track-carousel__play {
        width: 34px;
        height: 34px;
        font-size: 12px;
        top: 8px;
        left: 8px;
    }
    
    .track-carousel__image {
        padding-top: 85%;
    }
    
    .track-carousel__title {
        font-size: 13px;
    }
    
    .track-carousel__artist {
        font-size: 12px;
    }
    
    .owl-carousel-tracks .owl-prev,
    .owl-carousel-tracks .owl-next {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .owl-carousel-tracks .owl-prev {
        left: -4px;
    }
    
    .owl-carousel-tracks .owl-next {
        right: -4px;
    }
}

/* Состояние "играет" для кнопки */
.track-carousel__play.is-playing .fas:before {
    content: '\f04c';
}

.track-carousel__play.is-playing {
    background: var(--accent, #e74c3c);
    border-color: var(--accent, #e74c3c);
    animation: pulse-play 1.5s ease-in-out infinite;
}

@keyframes pulse-play {
    0%, 100% { 
        box-shadow: 0 4px 20px rgba(231, 76, 60, 0.3);
    }
    50% { 
        box-shadow: 0 4px 40px rgba(231, 76, 60, 0.6);
    }
}
.track-carousel-item {
    max-width: 280px;
    margin: 0 auto;
}

.track-carousel__image {
    padding-top: 75%; /* или 100% если хотите квадрат */
    position: relative;
    overflow: hidden;
}

.track-carousel__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Добавляем отступы, чтобы тень и hover-эффекты не обрезались */
.owl-carousel-tracks .owl-stage-outer {
    overflow: visible !important;  /* ← главное изменение */
    padding: 10px 0;              /* ← добавляем отступы сверху/снизу */
    margin: -10px 0;              /* ← компенсируем отступы для сохранения позиции */
}

/* Также нужно поправить .owl-stage для центрирования */
.owl-carousel-tracks .owl-stage {
    display: flex;
    align-items: stretch;
    padding: 5px 0;               /* ← дополнительный отступ для тени */
}
/* ============================================
   ВИДЕО СТРАНИЦА (НОВЫЙ ДИЗАЙН)
   ============================================ */

/* 1. ОБЕРТКА ДЛЯ ВИДЕО (КАК У YOUTUBE) */
.video-wrapper {
    position: relative;
    background: #000;
    border-radius: 16px; /* Скругление как у карточек */
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Сам плеер или iframe внутри обертки */
.video-wrapper video,
.video-wrapper iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

/* 2. ИНФОРМАЦИЯ ПОД ВИДЕО (ЗАГОЛОВОК + МЕТА) */
.video-meta {
    margin-bottom: 30px;
    padding: 0 4px; /* Небольшой отступ для выравнивания */
}

.video-meta__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0;
    color: var(--tt);
}

/* Строка с датой, просмотрами, лайками (как в ВК/YouTube) */
.video-meta__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    font-size: 14px;
    color: var(--tt-lightest);
}

.video-meta__info .divider {
    color: var(--bdc-darker);
    font-weight: 300;
}

.video-meta__info i {
    margin-right: 6px;
    font-size: 13px;
    opacity: 0.7;
}

/* Группа действий (лайк/избранное) справа */
.video-meta__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto; /* Прижимаем вправо */
}

.video-meta__actions .ffav {
    background: var(--ui-bg-darker);
    box-shadow: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: var(--tt-lighter);
    cursor: pointer;
    transition: all 0.2s ease;
}

.video-meta__actions .ffav:hover {
    background: var(--accent);
    color: #fff;
}

.video-meta__actions .ffav.is-active {
    color: var(--accent);
    background: rgba(231, 76, 60, 0.1);
}

/* 3. ВЕРСИЯ С HERO-БЛОКОМ ДЛЯ ВИДЕО БЕЗ IFRAME */
/* Если видео не встроенное (нет тега video), то показываем фон как раньше */
.news-hero--video {
    margin-bottom: 25px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* 4. АДАПТИВНОСТЬ */
@media screen and (max-width: 760px) {
    .video-meta__title {
        font-size: 22px;
    }
    
    .video-meta__info {
        align-items: flex-start;
        gap: 10px;
    }
    
    .video-meta__actions {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
        border-top: 1px solid var(--bdc);
        padding-top: 12px;
    }
    
    .video-wrapper {
        border-radius: 12px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 470px) {
    .video-meta__title {
        font-size: 19px;
    }
    .video-meta__actions {flex-direction: column;}
    .video-meta__info { font-size: 12px;}
    .video-wrapper {
        border-radius: 10px;
        margin: 0 -6px 15px -6px; /* Легкое расширение на мобилках как у YouTube */
    }
}

/* ============================================
   ВИДЕО-ПЛЕЕР В КАРТОЧКАХ НОВОСТЕЙ
   ============================================ */

/* Контейнер видео */
.news-preview__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(0.98);
}

/* Активное состояние видео */
.news-preview__video-wrapper.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

/* Видео элемент */
.news-preview__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Plyr плеер внутри карточки */
.news-preview__video-wrapper .plyr {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.news-preview__video-wrapper .plyr__video-wrapper {
    height: 100%;
}

/* Скрываем элементы управления по умолчанию */
.news-preview__video-wrapper .plyr__controls {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
}

/* Показываем контролы при наведении */
.news-preview__video-wrapper:hover .plyr__controls {
    opacity: 1;
}

/* Стилизация кнопки Play по центру */
.news-preview__video-wrapper .plyr__control--overlaid {
    background: var(--accent, #e74c3c) !important;
    box-shadow: 0 4px 30px rgba(231, 76, 60, 0.4);
    transition: all 0.3s ease;
}

.news-preview__video-wrapper .plyr__control--overlaid:hover {
    background: var(--accent-darker, #c0392b) !important;
    transform: scale(1.1);
    box-shadow: 0 6px 40px rgba(231, 76, 60, 0.5);
}

/* Прогресс-бар */
.news-preview__video-wrapper .plyr__progress--played,
.news-preview__video-wrapper .plyr__volume--played {
    background: var(--accent, #e74c3c) !important;
}

.news-preview__video-wrapper .plyr__progress--buffer {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Кнопки управления */
.news-preview__video-wrapper .plyr__control {
    color: #fff !important;
}

.news-preview__video-wrapper .plyr__control:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Скрываем изображение и контент при активном видео */
.news-preview.active-video .news-preview__image {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.news-preview.active-video .news-preview__content {
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Анимация появления видео */
@keyframes videoAppear {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.news-preview.active-video .news-preview__video-wrapper {
    animation: videoAppear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Индикатор загрузки видео */
.news-preview__video-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,0.1);
    border-top-color: var(--accent, #e74c3c);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    animation: spinner 0.8s linear infinite;
}

.news-preview__video-wrapper.loading::before {
    opacity: 1;
}

@keyframes spinner {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Бейдж "Video" поверх карточки */
.news-preview__video-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    padding: 4px 14px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,0.1);
}

.news-preview__video-badge i {
    font-size: 10px;
    color: var(--accent, #e74c3c);
}

/* Адаптивность */
@media screen and (max-width: 760px) {
    .news-preview__video-wrapper {
        border-radius: 12px;
    }
    
    .news-preview__video-wrapper .plyr__controls {
        opacity: 1;
    }
    
    .news-preview__video-wrapper .plyr__control--overlaid {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 470px) {
    .news-preview__video-wrapper {
        border-radius: 10px;
    }
    
    .news-preview__video-badge {
        top: 12px;
        right: 12px;
        font-size: 9px;
        padding: 3px 10px;
    }
}
/* Плавное появление/исчезновение видео */
.news-preview__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0.98);
    pointer-events: none;
}

.news-preview__video-wrapper.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* Плавное скрытие картинки и контента */
.news-preview.active-video .news-preview__image {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.news-preview.active-video .news-preview__content {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.news-preview.active-video .news-preview__glow {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Видео внутри wrapper */
.news-preview__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Плеер внутри wrapper */
.news-preview__video-wrapper .plyr {
    width: 100%;
    height: 100%;
}

/* Кнопка Play по центру */
.news-preview__video-wrapper .plyr__control--overlaid {
    background: var(--accent, #e74c3c) !important;
    box-shadow: 0 4px 30px rgba(231, 76, 60, 0.4);
}

.news-preview__video-wrapper .plyr__control--overlaid:hover {
    background: var(--accent-darker, #c0392b) !important;
    transform: scale(1.1);
}
.submit-release__btn-primary .sect__link  {color:#fff;font-size: 14px;}
.sb .track__play {position: absolute;
    left: 5px;
    z-index: 1;
    opacity: 0.8;}
    .sb .js-item {position:relative;}
    
    /* ============================================
   МУЗЫКАЛЬНЫЙ ПОИСК (ORANGE / SPOTIFY STYLE)
   ============================================ */

.search-block__form {
    position: relative;
    width: 100%;
    
    margin: 0 auto;
}

/* === ОСНОВНОЕ ПОЛЕ === */
.search-block__inner {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--ui-bg-darker, #f6f6f6);
    border-radius: 60px; /* Круглая форма как у плеера */
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

/* Фокус - оранжевая обводка */
.search-block__inner:focus-within {
    border-color: var(--accent, #e67e22);
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(230, 126, 34, 0.15), 
                0 0 0 5px rgba(230, 126, 34, 0.06);
    transform: translateY(-2px);
}

/* === МУЗЫКАЛЬНАЯ ИКОНКА === */
.search-block__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tt-lightest, #999);
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
    transition: all 0.3s ease;
}

.search-block__inner:focus-within .search-block__icon {
    color: var(--accent, #e67e22);
    transform: translateY(-50%) scale(1.1) rotate(-10deg);
    animation: musicIconPulse 1.5s ease-in-out infinite;
}

@keyframes musicIconPulse {
    0%, 100% { transform: translateY(-50%) scale(1.1) rotate(-10deg); }
    50% { transform: translateY(-50%) scale(1.2) rotate(5deg); }
}

/* === ПОЛЕ ВВОДА === */
.search-block__input {
    width: 100%;
    height: 54px;
    padding: 0 140px 0 52px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--tt, #161616) !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 60px;
    position: relative;
    z-index: 1;
}

.search-block__input::placeholder {
    color: var(--tt-lightest, #999);
    font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.search-block__input:focus::placeholder {
    opacity: 0.2;
}

/* === ЗВУКОВЫЕ ВОЛНЫ (появляются при вводе) === */
.search-block__waves {
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 20px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    pointer-events: none;
}

.search-block__input:not(:placeholder-shown) ~ .search-block__waves {
    opacity: 1;
}

.search-block__waves span {
    display: block;
    width: 3px;
    background: var(--accent, #e67e22);
    border-radius: 2px;
    animation: wave 1.2s ease-in-out infinite;
}

.search-block__waves span:nth-child(1) { height: 8px; animation-delay: 0s; }
.search-block__waves span:nth-child(2) { height: 16px; animation-delay: 0.15s; }
.search-block__waves span:nth-child(3) { height: 20px; animation-delay: 0.3s; }
.search-block__waves span:nth-child(4) { height: 14px; animation-delay: 0.45s; }
.search-block__waves span:nth-child(5) { height: 10px; animation-delay: 0.6s; }

@keyframes wave {
    0%, 100% { transform: scaleY(0.4); }
    50% { transform: scaleY(1); }
}

.search-block__input:not(:placeholder-shown) ~ .search-block__waves span {
    animation-play-state: running;
}

/* === ОРАНЖЕВАЯ КНОПКА ПОИСКА === */
.search-block__btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent, #e67e22);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 3;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 16px rgba(230, 126, 34, 0.25);
}

/* Анимация кнопки при вводе текста */
.search-block__input:not(:placeholder-shown) ~ .search-block__btn {
    animation: btnPulse 2s ease-in-out infinite;
}

@keyframes btnPulse {
    0%, 100% { 
        box-shadow: 0 4px 16px rgba(230, 126, 34, 0.25);
    }
    50% { 
        box-shadow: 0 4px 30px rgba(230, 126, 34, 0.45);
    }
}

.search-block__btn:hover {
    background: var(--accent-darker, #d35400);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 30px rgba(230, 126, 34, 0.4);
}

.search-block__btn:active {
    transform: translateY(-50%) scale(0.95);
}

/* Иконка внутри кнопки */
.search-block__btn .fa-search {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.search-block__btn:hover .fa-search {
    transform: scale(1.1);
}

/* === ПОДСКАЗКА === */
.search-block__hint {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    color: var(--tt-lightest, #999);
    opacity: 0.6;
    letter-spacing: 0.3px;
    transition: opacity 0.3s ease;
    user-select: none;
}

.search-block__hint .fa-headphones {
    color: var(--accent, #e67e22);
    opacity: 0.5;
    font-size: 13px;
}

.search-block__hotkey {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
}

.search-block__hotkey kbd {
    background: var(--ui-bg-darker, #f6f6f6);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-family: inherit;
    color: var(--tt-lightest, #999);
    border: 1px solid var(--bdc-darker, #e3e3e3);
}

.search-block__inner:focus-within ~ .search-block__hint {
    opacity: 0;
}

/* === АДАПТИВНОСТЬ === */

/* Планшеты */
@media screen and (max-width: 950px) {
    .search-block__form {
        max-width: 100%;
    }
    
    .search-block__input {
        height: 48px;
        font-size: 14px;
        padding: 0 120px 0 48px;
    }
    
    .search-block__icon {
        left: 16px;
        font-size: 14px;
    }
    
    .search-block__btn {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
        right: 5px;
    }
    
    .search-block__btn .fa-search {
        font-size: 15px;
    }
    
    .search-block__waves {
        right: 56px;
        height: 16px;
    }
    
    .search-block__waves span {
        width: 2.5px;
    }
}

/* Телефоны */
@media screen and (max-width: 760px) {
    .search-block__inner {
        border-radius: 50px;
    }
    
    .search-block__input {
        height: 44px;
        font-size: 13px;
        padding: 0 100px 0 42px;
    }
    
    .search-block__input::placeholder {
        font-size: 12px;
    }
    
    .search-block__icon {
        left: 14px;
        font-size: 13px;
    }
    
    .search-block__btn {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
    }
    
    .search-block__btn .fa-search {
        font-size: 13px;
    }
    
    .search-block__waves {
        right: 46px;
        height: 14px;
        gap: 2px;
    }
    
    .search-block__waves span {
        width: 2px;
    }
    
    .search-block__hint {
        display: none;
    }
}

/* Очень маленькие экраны */
@media screen and (max-width: 470px) {
    .search-block__input {
        height: 38px;
        font-size: 12px;
        padding: 0 80px 0 36px;
    }
    
    .search-block__input::placeholder {
        font-size: 11px;
    }
    
    .search-block__icon {
        left: 12px;
        font-size: 11px;
    }
    
    .search-block__btn {
        min-width: 30px;
        height: 30px;
        font-size: 11px;
        right: 4px;
    }
    
    .search-block__btn .fa-search {
        font-size: 11px;
    }
    
    .search-block__waves {
        right: 40px;
        height: 12px;
        gap: 2px;
    }
    
    .search-block__waves span {
        width: 1.5px;
    }
}

/* ============================================
   МУЗЫКАЛЬНАЯ ФОРМА КОММЕНТАРИЕВ
   ============================================ */

/* ОБЕРТКА */
.page__comments-form {
    position: relative;
    margin-top: 30px;
    background: var(--bg, #fff);
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06);
    padding: 28px 28px 20px;
    border: 1px solid var(--bdc, #f2f2f2);
    transition: all 0.4s ease;
}

.page__comments-form:hover {
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(230, 126, 34, 0.15);
}

/* ДЕКОРАТИВНЫЙ ЭЛЕМЕНТ СВЕРХУ (звуковые волны) */
.page__comments-form::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 30px;
    right: 30px;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--accent, #e67e22) 20%, 
        var(--accent-2, #00b894) 50%, 
        var(--accent, #e67e22) 80%, 
        transparent 100%
    );
    border-radius: 0 0 4px 4px;
    opacity: 0.6;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.page__comments-form:hover::before {
    transform: scaleX(1);
}

/* ДЕКОРАТИВНАЯ ИКОНКА СЛЕВА */
.page__comments-form::after {
    content: '\f001'; /* иконка ноты */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: -14px;
    left: 20px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent, #e67e22);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.25);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
}

.page__comments-form:hover::after {
    transform: rotate(-15deg) scale(1.1);
    box-shadow: 0 6px 24px rgba(230, 126, 34, 0.35);
}

/* === ЗАГОЛОВОК (добавляем через CSS) === */
.page__comments-form .ac-form {
    position: relative;
    padding-top: 10px;
}

.page__comments-form .ac-form::before {
    content: '💬 Оставить комментарий';
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--tt, #161616);
    margin-bottom: 20px;
    padding-left: 8px;
    position: relative;
}

.page__comments-form .ac-form::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent, #e67e22);
    border-radius: 2px;
    margin-top: -12px;
    margin-bottom: 20px;
    transition: width 0.4s ease;
}

.page__comments-form:hover .ac-form::after {
    width: 80px;
}

/* === ПОЛЕ РЕДАКТОРА === */
.ac-form__editor {
    position: relative;
    margin-bottom: 20px;
}

/* Контейнер редактора */
.dleaddcomments-editor {
    position: relative;
}

/* Стилизация textarea */
#comments {
    width: 100% !important;
    min-height: 130px;
    padding: 16px 20px !important;
    background: var(--ui-bg-darker, #f6f6f6) !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: var(--tt, #161616) !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    resize: vertical;
    box-shadow: none !important;
    font-family: 'Manrope', sans-serif !important;
}

/* Фокус на textarea */
#comments:focus {
    background: #ffffff !important;
    border-color: var(--accent, #e67e22) !important;
    box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.06), 
                0 4px 20px rgba(0, 0, 0, 0.04) !important;
    transform: translateY(-2px);
}

/* Плейсхолдер (добавляем через атрибут) */
#comments::placeholder {
    color: var(--tt-lightest, #999);
    opacity: 0.5;
    font-size: 14px;
}

/* Анимированный счетчик символов рядом с полем */
.ac-form__editor::after {
    content: attr(data-counter);
    position: absolute;
    bottom: 10px;
    right: 16px;
    font-size: 11px;
    color: var(--tt-lightest, #999);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    font-weight: 500;
}

.ac-form__editor:focus-within::after {
    opacity: 0.6;
}

/* === НИЗ ФОРМЫ === */
.ac-form__bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid var(--bdc, #f2f2f2);
    position: relative;
}

/* === КНОПКА ОТПРАВКИ === */
.ac-form__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 34px;
    height: 46px;
    background: var(--accent, #e67e22);
    color: #fff !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 16px rgba(230, 126, 34, 0.2);
    position: relative;
    overflow: hidden;
}

/* Эффект перелива на кнопке */
.ac-form__btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--accent, #e67e22), var(--accent-darker, #d35400));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 30px;
}

.ac-form__btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(230, 126, 34, 0.35);
    color: #fff !important;
}

.ac-form__btn:hover::before {
    opacity: 1;
}

.ac-form__btn span,
.ac-form__btn i {
    position: relative;
    z-index: 1;
}

/* Добавляем иконку к кнопке */
.ac-form__btn::after {
    content: '\f04b'; /* иконка play */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: relative;
    z-index: 1;
    margin-left: 8px;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ac-form__btn:hover::after {
    transform: scale(1.2) translateX(2px);
}

/* Состояние загрузки */
.ac-form__btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.ac-form__btn.loading::after {
    content: '\f110';
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* === ИНФОРМАЦИЯ ПОД КНОПКОЙ === */
.ac-form__bottom .d-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

/* Добавляем элемент "Нажми Enter для отправки" */
.ac-form__bottom .d-flex::after {
    content: '⌨️ Enter для отправки';
    font-size: 12px;
    color: var(--tt-lightest, #999);
    opacity: 0.4;
    margin-left: auto;
    transition: opacity 0.3s ease;
    user-select: none;
}

.ac-form__bottom .d-flex:focus-within::after {
    opacity: 0.8;
    color: var(--accent, #e67e22);
}

/* === АДАПТИВНОСТЬ === */

/* Планшеты */
@media screen and (max-width: 950px) {
    .page__comments-form {
        padding: 24px 20px 16px;
    }
    
    #comments {
        min-height: 110px;
        font-size: 14px !important;
        padding: 14px 16px !important;
    }
}

/* Телефоны */
@media screen and (max-width: 760px) {
    .page__comments-form {
        padding: 20px 16px 16px;
        border-radius: 12px;
        margin-top: 20px;
    }
    
    .page__comments-form .ac-form::before {
        font-size: 16px;
    }
    
    #comments {
        min-height: 100px;
        font-size: 14px !important;
        padding: 12px 14px !important;
        border-radius: 10px !important;
    }
    
    .ac-form__btn {
        height: 42px;
        padding: 0 24px;
        font-size: 12px !important;
        flex: 1;
        justify-content: center;
    }
    
    .ac-form__bottom .d-flex::after {
        content: '⌨️ Enter';
        font-size: 11px;
    }
    
    .page__comments-form::after {
        top: -12px;
        left: 16px;
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .page__comments-form::before {
        left: 16px;
        right: 16px;
    }
    
    .page__comments-form .ac-form::after {
        width: 40px;
    }
}

/* Очень маленькие экраны */
@media screen and (max-width: 470px) {
    .page__comments-form {
        padding: 16px 12px 14px;
        border-radius: 10px;
    }
    
    .page__comments-form .ac-form::before {
        font-size: 14px;
        margin-bottom: 14px;
    }
    
    .page__comments-form .ac-form::after {
        width: 30px;
        height: 2px;
        margin-top: -10px;
        margin-bottom: 14px;
    }
    
    #comments {
        min-height: 80px;
        font-size: 13px !important;
        padding: 10px 12px !important;
        border-radius: 8px !important;
    }
    
    .ac-form__btn {
        height: 38px;
        padding: 0 18px;
        font-size: 11px !important;
        border-radius: 20px !important;
    }
    
    .ac-form__btn::after {
        font-size: 11px;
        margin-left: 4px;
    }
    
    .ac-form__bottom .d-flex::after {
        display: none;
    }
    
    .page__comments-form::after {
        top: -10px;
        left: 12px;
        width: 24px;
        height: 24px;
        font-size: 10px;
        box-shadow: 0 2px 8px rgba(230, 126, 34, 0.2);
    }
    
    .page__comments-form::before {
        left: 12px;
        right: 12px;
    }
}

/* ============================================
РАДИО-ВИДЖЕТ 
   ============================================ */


/* --- ОСНОВНОЙ КОНТЕЙНЕР --- */
.header-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 14px 4px 4px;
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 40px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: visible;
    margin-left: 15px;
    min-width: 280px;
    max-width: 280px;
    animation: radioSlideIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.header-radio:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.js-item-played {
    border-color: rgba(230, 126, 34, 0.3);
    box-shadow: 0 0 30px rgba(230, 126, 34, 0.08), 
                inset 0 0 30px rgba(230, 126, 34, 0.02);
    background: linear-gradient(135deg, 
        rgba(230, 126, 34, 0.08), 
        rgba(230, 126, 34, 0.02),
        rgba(230, 126, 34, 0.08)
    );
}

/* --- КНОПКА PLAY --- */
.header-radio__play {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 2px 20px rgba(230, 126, 34, 0.25);
    z-index: 2;
    overflow: visible;
}

.header-radio__play:hover {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 4px 30px rgba(230, 126, 34, 0.5);
}

.js-item-played .header-radio__play {
    animation: playPulse 2s ease-in-out infinite;
}

@keyframes playPulse {
    0%, 100% {
        box-shadow: 0 0 30px rgba(230, 126, 34, 0.3),
                    0 0 60px rgba(230, 126, 34, 0.1);
    }
    50% {
        box-shadow: 0 0 50px rgba(230, 126, 34, 0.5),
                    0 0 80px rgba(230, 126, 34, 0.2),
                    0 0 100px rgba(230, 126, 34, 0.1);
    }
}

.header-radio__play .fa-play {
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.js-item-played .header-radio__play .fa-play {
    animation: iconPulse 1.2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* --- ВОЛНЫ --- */
.header-radio__waves {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js-item-played .header-radio__waves {
    opacity: 1;
    transform: scale(1);
}

.header-radio__waves .wave {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: 0;
}

.js-item-played .header-radio__waves .wave-1 {
    border-color: rgba(230, 126, 34, 0.6);
    animation: waveExpand 2.4s ease-out infinite;
}

.js-item-played .header-radio__waves .wave-2 {
    border-color: rgba(46, 204, 113, 0.5);
    animation: waveExpand 2.4s ease-out 0.3s infinite;
}

.js-item-played .header-radio__waves .wave-3 {
    border-color: rgba(241, 196, 15, 0.5);
    animation: waveExpand 2.4s ease-out 0.6s infinite;
}

.js-item-played .header-radio__waves .wave-4 {
    border-color: rgba(231, 76, 60, 0.4);
    animation: waveExpand 2.4s ease-out 0.9s infinite;
}

.js-item-played .header-radio__waves .wave-5 {
    border-color: rgba(52, 152, 219, 0.4);
    animation: waveExpand 2.4s ease-out 1.2s infinite;
}

@keyframes waveExpand {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

/* --- ПУЛЬСИРУЮЩИЙ ОБОДОК --- */
.header-radio__pulse {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(230, 126, 34, 0.3);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.js-item-played .header-radio__pulse {
    animation: pulseRing 2s ease-in-out infinite;
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* --- ПАРЯЩИЕ НОТЫ --- */
.header-radio__notes {
    position: absolute;
    inset: -30px;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}

.header-radio__notes .note {
    position: absolute;
    color: rgba(230, 126, 34, 0.5);
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    transform: translateY(0) scale(0.5);
    text-shadow: 0 0 20px rgba(230, 126, 34, 0.2);
}

.js-item-played .header-radio__notes .note {
    animation: noteFloat 3s ease-in-out infinite;
}

.header-radio__notes .note-1 {
    top: -10px;
    left: 10%;
    animation-delay: 0s;
    font-size: 16px;
}

.header-radio__notes .note-2 {
    top: -15px;
    right: 15%;
    animation-delay: 0.7s;
    font-size: 12px;
}

.header-radio__notes .note-3 {
    top: -5px;
    left: 45%;
    animation-delay: 1.4s;
    font-size: 18px;
}

.header-radio__notes .note-4 {
    top: -12px;
    right: 5%;
    animation-delay: 2.1s;
    font-size: 13px;
}

@keyframes noteFloat {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5) rotate(0deg);
    }
    20% {
        opacity: 1;
        transform: translateY(-15px) scale(1.2) rotate(15deg);
    }
    40% {
        transform: translateY(-30px) scale(1) rotate(-8deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-45px) scale(1.1) rotate(10deg);
    }
    80% {
        opacity: 0.8;
        transform: translateY(-55px) scale(0.9) rotate(-5deg);
    }
    100% {
        opacity: 0;
        transform: translateY(-70px) scale(0.6) rotate(20deg);
    }
}

/* --- ОБЛОЖКА --- */
.header-radio__cover {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.header-radio:hover .header-radio__cover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05) rotate(-3deg);
}

.header-radio__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.header-radio:hover .header-radio__cover img {
    transform: scale(1.1);
}

.header-radio__cover-glow {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230, 126, 34, 0.2), transparent 70%);
    opacity: 0;
    transition: all 0.6s ease;
    pointer-events: none;
    z-index: -1;
}

.js-item-played .header-radio__cover-glow {
    opacity: 1;
    animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.7;
    }
}

/* --- ИНФОРМАЦИЯ О ТРЕКЕ --- */
.header-radio__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header-radio__artist {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 17px;
    transition: color 0.3s ease;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

.header-radio:hover .header-radio__artist {
    color: #e67e22;
}

.js-item-played .header-radio__artist {
    background: linear-gradient(90deg, #fff, #e67e22, #f39c12, #fff);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShimmer 4s ease-in-out infinite;
}

@keyframes textShimmer {
    0% { background-position: -300% 0; }
    100% { background-position: 300% 0; }
}

.header-radio__song {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 15px;
    transition: color 0.3s ease;
}

.header-radio__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 14px;
    margin-top: 1px;
}

/* --- LIVE ИНДИКАТОР --- */
.header-radio__live {
    color: #e67e22;
    font-weight: 700;
    font-size: 8px;
    animation: liveBlink 1.2s ease-in-out infinite;
    position: relative;
    padding-left: 12px;
}

.header-radio__live::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #e67e22;
    border-radius: 50%;
    animation: liveDot 1s ease-in-out infinite;
}

@keyframes liveDot {
    0%, 100% { 
        opacity: 1; 
        transform: translateY(-50%) scale(1);
    }
    50% { 
        opacity: 0.2; 
        transform: translateY(-50%) scale(0.5);
    }
}

@keyframes liveBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* --- ЭКВАЛАЙЗЕР --- */
.header-radio__equalizer {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    height: 12px;
    margin-left: 4px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.js-item-played .header-radio__equalizer {
    opacity: 1;
}

.header-radio__equalizer .eq-bar {
    display: block;
    width: 2px;
    background: linear-gradient(to top, #e67e22, #f39c12);
    border-radius: 1px;
    animation: eqBar 0.8s ease-in-out infinite;
}

.header-radio__equalizer .eq-bar-1 { height: 6px; animation-delay: 0s; }
.header-radio__equalizer .eq-bar-2 { height: 10px; animation-delay: 0.15s; }
.header-radio__equalizer .eq-bar-3 { height: 8px; animation-delay: 0.3s; }
.header-radio__equalizer .eq-bar-4 { height: 12px; animation-delay: 0.45s; }

@keyframes eqBar {
    0%, 100% { transform: scaleY(0.3); opacity: 0.4; }
    50% { transform: scaleY(1); opacity: 1; }
}

/* --- СЧЕТЧИК СЛУШАТЕЛЕЙ --- */
.header-radio__listeners {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 8px;
    font-weight: 500;
}

.header-radio__listeners .fa-headphones {
    font-size: 8px;
    opacity: 0.5;
}

/* --- БЕЙДЖ LIVE --- */
.header-radio__badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
    box-shadow: 0 2px 10px rgba(231, 76, 60, 0.3);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js-item-played .header-radio__badge {
    opacity: 1;
    transform: scale(1);
    animation: badgeBounce 2s ease-in-out infinite;
}

@keyframes badgeBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* --- АНИМАЦИЯ ПОЯВЛЕНИЯ --- */
@keyframes radioSlideIn {
    from {
        opacity: 0;
        transform: translateX(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* --- АДАПТИВНОСТЬ --- */
@media screen and (max-width: 1024px) {
    .header-radio {
        min-width: 240px;
        max-width: 240px;
        padding: 3px 10px 3px 3px;
        gap: 8px;
    }
    .header-radio__play { width: 34px; height: 34px; font-size: 12px; }
    .header-radio__cover { width: 34px; height: 34px; }
    .header-radio__artist { font-size: 12px; height: 16px; }
    .header-radio__song { font-size: 10px; height: 14px; }
    .header-radio__meta { font-size: 8px; height: 12px; gap: 6px; }
}



@media screen and (max-width: 600px) {
   
    #radio-container {
        width: 100%;
        order: 2; /* Вторая строка */
        height: 0;
        opacity: 0;
    }
    
}

@media screen and (max-width: 470px) {
    .header-radio {
        min-width: 130px;
        max-width: 130px;
        padding: 2px 4px 2px 2px;
        margin-left: 4px;
        gap: 4px;
        border-radius: 25px;
    }
    .header-radio__play { width: 22px; height: 22px; font-size: 8px; }
    .header-radio__cover { width: 22px; height: 22px; border-width: 1px; }
    .header-radio__artist { font-size: 9px; height: 12px; }
    .header-radio__song { font-size: 8px; height: 10px; }
    .header-radio__meta { display: none; }
    .header-radio__badge { display: none; }
    .header-radio__notes .note { display: none; }
}

/* ============================================
   БАННЕР "ПОСЛЕДНЯЯ НОВИНКА"
   ============================================ */

/* === ОСНОВНОЙ БЛОК === */
.featured-release {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
    isolation: isolate;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.5s ease;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    background: var(--bg-blacker, #15161b);
}

.featured-release:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* === ФОН — ОБЛОЖКА С ЗАТЕМНЕНИЕМ === */
.featured-release__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.featured-release:hover .featured-release__background {
    transform: scale(1.05);
}

.featured-release__background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.3) 70%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

/* === ДЕКОРАТИВНАЯ ПОДСВЕТКА === */
.featured-release__glow {
    position: absolute;
    z-index: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    pointer-events: none;
    background: radial-gradient(circle, var(--accent, #e67e22), transparent 70%);
    top: -100px;
    right: -100px;
    transition: opacity 0.6s ease;
}

.featured-release:hover .featured-release__glow {
    opacity: 0.25;
}

/* === КОНТЕНТ === */
.featured-release__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 50px;
    min-height: 320px;
}

/* === ТЕКСТОВАЯ ЧАСТЬ === */
.featured-release__content {
    flex: 1;
    max-width: 60%;
}

/* Бейдж "Новинка" */
.featured-release__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px 6px 14px;
    background: var(--accent, #e67e22);
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(230, 126, 34, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-release:hover .featured-release__badge {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(230, 126, 34, 0.4);
}

.featured-release__badge .fa-bolt {
    font-size: 13px;
    animation: badgeFlash 2s ease-in-out infinite;
}

@keyframes badgeFlash {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2) rotate(20deg); }
}

/* Заголовок */
.featured-release__title {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 8px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.featured-release__title .highlight {
    background: linear-gradient(135deg, var(--accent, #e67e22), var(--accent-2, #00b894));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Исполнитель */
.featured-release__artist {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 14px;
    font-weight: 400;
}

/* Описание */
.featured-release__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 500px;
}

/* Мета-информация */
.featured-release__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-bottom: 28px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.featured-release__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.featured-release__meta i {
    font-size: 12px;
    opacity: 0.6;
}

/* === КНОПКИ === */
.featured-release__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* Главная кнопка — "Слушать" */
.featured-release__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 36px;
    height: 50px;
    background: var(--accent, #e67e22);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 6px 30px rgba(230, 126, 34, 0.25);
    text-decoration: none;
}

.featured-release__btn-primary:hover {
    background: var(--accent-darker, #d35400);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 40px rgba(230, 126, 34, 0.35);
    color: #fff;
}

.featured-release__btn-primary .fa-play {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.featured-release__btn-primary:hover .fa-play {
    transform: scale(1.2) translateX(2px);
}

/* Вторичная кнопка — "Подробнее" */
.featured-release__btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none!important;
}

.featured-release__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-2px);
}

/* === МИНИ-ОБЛОЖКА СПРАВА === */
.featured-release__cover {
    flex-shrink: 0;
    width: 180px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.06);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.featured-release:hover .featured-release__cover {
    transform: scale(1.04) rotate(-2deg);
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.12);
}

.featured-release__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-release:hover .featured-release__cover img {
    transform: scale(1.06);
}

/* === ИНДИКАТОР ПРОИГРЫВАНИЯ (для плеера) === */
.featured-release__playing {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 10px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.featured-release__playing.is-active {
    opacity: 1;
    transform: translateY(0);
}

.featured-release__playing .eq-bars {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 14px;
}

.featured-release__playing .eq-bars span {
    display: block;
    width: 2px;
    background: var(--accent, #e67e22);
    border-radius: 1px;
    animation: eqBar 0.8s ease-in-out infinite;
}

.featured-release__playing .eq-bars span:nth-child(1) { height: 6px; animation-delay: 0s; }
.featured-release__playing .eq-bars span:nth-child(2) { height: 12px; animation-delay: 0.2s; }
.featured-release__playing .eq-bars span:nth-child(3) { height: 8px; animation-delay: 0.4s; }
.featured-release__playing .eq-bars span:nth-child(4) { height: 14px; animation-delay: 0.6s; }

.featured-release__playing span:last-child {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* === АДАПТИВНОСТЬ === */

/* Планшеты */
@media screen and (max-width: 1024px) {
    .featured-release__inner {
        padding: 35px 40px;
        min-height: 280px;
    }
    
    .featured-release__title {
        font-size: 28px;
    }
    
    .featured-release__cover {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 820px) {
    .featured-release__inner {
        flex-direction: column;
        text-align: center;
        padding: 35px 30px 30px;
        min-height: auto;
    }
    
    .featured-release__content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .featured-release__badge {
        align-self: center;
    }
    
    .featured-release__desc {
        max-width: 100%;
    }
    
    .featured-release__meta {
        justify-content: center;
    }
    
    .featured-release__actions {
        justify-content: center;
    }
    
    .featured-release__cover {
        width: 130px;
        height: 130px;
        order: -1;
        margin-bottom: 10px;
    }
    
    .featured-release__title {
        font-size: 26px;
    }
    
    .featured-release__background::after {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.6) 60%,
            rgba(0, 0, 0, 0.3) 80%,
            rgba(0, 0, 0, 0.7) 100%
        );
    }
}

/* Телефоны */
@media screen and (max-width: 760px) {
    .featured-release {
        border-radius: 16px;
        min-height: auto;
    }
    
    .featured-release__inner {
        padding: 25px 20px 20px;
        gap: 20px;
    }
    
    .featured-release__title {
        font-size: 22px;
    }
    
    .featured-release__artist {
        font-size: 16px;
    }
    
    .featured-release__desc {
        font-size: 14px;
    }
    
    .featured-release__cover {
        width: 110px;
        height: 110px;
        border-radius: 12px;
    }
    
    .featured-release__badge {
        font-size: 10px;
        padding: 4px 14px 4px 10px;
    }
    
    .featured-release__meta {
        font-size: 12px;
        gap: 14px 20px;
        justify-content: center;
    }
    
    .featured-release__btn-primary {
        height: 44px;
        padding: 0 28px;
        font-size: 13px;
    }
    
    .featured-release__btn-secondary {
        height: 40px;
        padding: 0 18px;
        font-size: 12px;
    }
    
    .featured-release__glow {
        width: 200px;
        height: 200px;
        filter: blur(60px);
    }
}

/* Очень маленькие телефоны */
@media screen and (max-width: 470px) {
    .featured-release__inner {
        padding: 20px 16px 16px;
        gap: 14px;
    }
    
    .featured-release__title {
        font-size: 18px;
    }
    
    .featured-release__artist {
        font-size: 14px;
    }
    
    .featured-release__desc {
        font-size: 13px;
        margin-bottom: 16px;
    }
    
    .featured-release__cover {
        width: 90px;
        height: 90px;
        border-radius: 10px;
        border-width: 1px;
    }
    
    .featured-release__badge {
        font-size: 9px;
        padding: 3px 12px 3px 8px;
        margin-bottom: 12px;
    }
    
    .featured-release__badge .fa-bolt {
        font-size: 10px;
    }
    
    .featured-release__meta {
        font-size: 11px;
        gap: 10px 16px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    
    .featured-release__actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    
    .featured-release__btn-primary {
        width: 100%;
        justify-content: center;
        height: 40px;
        font-size: 12px;
        padding: 0 20px;
        border-radius: 25px;
    }
    
    .featured-release__btn-secondary {
        width: 100%;
        justify-content: center;
        height: 36px;
        font-size: 11px;
        padding: 0 16px;
    }
    
    .featured-release__playing {
        bottom: 10px;
        right: 10px;
        padding: 4px 10px 4px 8px;
    }
    
    .featured-release__playing .eq-bars {
        height: 10px;
    }
    
    .featured-release__playing .eq-bars span {
        width: 1.5px;
    }
    
    .featured-release__playing span:last-child {
        font-size: 8px;
    }
}

/* ============================================
   СТРИМИНГОВЫЕ СЕРВИСЫ (БЛОК ССЫЛОК)
   ============================================ */

/* === ОСНОВНОЙ БЛОК === */
.streaming-links {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid var(--bdc, #f2f2f2);
}

.streaming-links__title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--tt-lightest, #999);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.streaming-links__title .fas {
    color: var(--accent, #e67e22);
    font-size: 14px;
}

/* === СЕТКА ССЫЛОК === */
.streaming-links__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* === КАЖДАЯ ССЫЛКА === */
.streaming-links__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 8px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: var(--bg-darker, #e9eaef);
    color: var(--tt, #161616);
    border: 1px solid var(--bdc-darker, #e3e3e3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.streaming-links__item:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    color: #fff;
}

.streaming-links__item .fab,
.streaming-links__item .fas {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.streaming-links__item:hover .fab,
.streaming-links__item:hover .fas {
    transform: scale(1.15) rotate(-5deg);
}

/* === ИНДИВИДУАЛЬНЫЕ ЦВЕТА === */

/* VK Музыка */
.streaming-links__item--vk {
    background: #2787f5;
    color: #fff;
    border-color: #2787f5;
}
.streaming-links__item--vk:hover {
    background: #1a6bc7;
    border-color: #1a6bc7;
    box-shadow: 0 8px 25px rgba(39, 135, 245, 0.35);
}

/* Яндекс Музыка */
.streaming-links__item--yandex {
    background: #ffcc00;
    color: #1a1a1a;
    border-color: #ffcc00;
}
.streaming-links__item--yandex:hover {
    background: #e6b800;
    border-color: #e6b800;
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4);
}
.streaming-links__item--yandex .fab {
    color: #1a1a1a;
}

/* Spotify */
.streaming-links__item--spotify {
    background: #1db954;
    color: #fff;
    border-color: #1db954;
}
.streaming-links__item--spotify:hover {
    background: #169c46;
    border-color: #169c46;
    box-shadow: 0 8px 25px rgba(29, 185, 84, 0.35);
}

/* Apple Music */
.streaming-links__item--apple {
    background: #fc3c44;
    color: #fff;
    border-color: #fc3c44;
}
.streaming-links__item--apple:hover {
    background: #e0353c;
    border-color: #e0353c;
    box-shadow: 0 8px 25px rgba(252, 60, 68, 0.35);
}

/* YouTube Music */
.streaming-links__item--youtube {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}
.streaming-links__item--youtube:hover {
    background: #cc0000;
    border-color: #cc0000;
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.35);
}

/* Beatport */
.streaming-links__item--beatport {
    background: #00aaff;
    color: #fff;
    border-color: #00aaff;
}
.streaming-links__item--beatport:hover {
    background: #0088cc;
    border-color: #0088cc;
    box-shadow: 0 8px 25px rgba(0, 170, 255, 0.35);
}

/* SoundCloud */
.streaming-links__item--soundcloud {
    background: #ff5500;
    color: #fff;
    border-color: #ff5500;
}
.streaming-links__item--soundcloud:hover {
    background: #e64a00;
    border-color: #e64a00;
    box-shadow: 0 8px 25px rgba(255, 85, 0, 0.35);
}

/* === АДАПТИВНОСТЬ === */

@media screen and (max-width: 760px) {
    .streaming-links__grid {
        gap: 8px;
    }
    
    .streaming-links__item {
        padding: 6px 14px 6px 10px;
        font-size: 11px;
        border-radius: 25px;
    }
    
    .streaming-links__item .fab,
    .streaming-links__item .fas {
        font-size: 14px;
    }
    
    .streaming-links__title {
        font-size: 12px;
    }
}

@media screen and (max-width: 470px) {
    .streaming-links {
        padding: 16px 0;
    }
    
    .streaming-links__grid {
        gap: 6px;
    }
    
    .streaming-links__item {
        padding: 5px 12px 5px 8px;
        font-size: 10px;
        gap: 5px;
        border-radius: 20px;
    }
    
    .streaming-links__item .fab,
    .streaming-links__item .fas {
        font-size: 12px;
    }
    
    .streaming-links__title {
        font-size: 11px;
        margin-bottom: 12px;
    }
}

#searchsuggestions a {    padding: 15px;
    display: block;
    margin-bottom: 15px;}
 #searchsuggestions   .seperator {display:none}
 #fullsearch {grid-column: 1 / -1;}
 
 .sb__content .track__play {opacity:0;}
.sb__content .js-item:hover .track__play {opacity:1;}

.sb__content .js-item:hover a {color: var(--accent);}
.header__btn-login_link {    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--accent);
    color: #fff;
    border-radius: 20px;
    box-shadow: none;}
    
  /* ============================================
   АДАПТИВНАЯ ФОРМА РАДИОШОУ
   ============================================ */

/* --- ОБЩИЕ СТИЛИ ФОРМЫ --- */
.resident-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* --- МЕТКИ --- */
.form-label {
    font-weight: 600;
    font-size: 14px;
    color: var(--tt-lighter, #565656);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.form-label .required {
    color: var(--accent, #e67e22);
    font-weight: 700;
}

.form-label .optional {
    color: var(--tt-lightest, #999);
    font-weight: 400;
    font-size: 12px;
}

/* --- ПОЛЯ ВВОДА --- */
.form-input,
.form-textarea {
    width: 100%;
    border-radius: 10px;
    padding: 0 18px;
    background: var(--ui-bg-darker, #f6f6f6);
    border: 1px solid var(--bdc-darker, #e3e3e3);
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    color: var(--tt, #161616);
    box-sizing: border-box;
}

.form-input {
    height: 44px;
    line-height: 44px;
}

.form-textarea {
    padding: 14px 18px;
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.form-input:focus,
.form-textarea:focus {
    border-color: var(--accent, #e67e22);
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.1);
    outline: none;
    background: #fff;
}

/* --- РЯД С КНОПКОЙ "НАЙТИ ПОХОЖИЕ" --- */
.form-field-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.form-field-row .form-input {
    flex: 1;
    min-width: 180px;
}

.btn-find-related {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    height: 44px;
    background: var(--ui-bg-darker, #f6f6f6);
    border: 1px solid var(--bdc-darker, #e3e3e3);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tt-lighter, #565656);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-find-related:hover {
    background: var(--accent, #e67e22);
    border-color: var(--accent, #e67e22);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.25);
}

.btn-find-related i {
    font-size: 14px;
}

.related-news {
    margin-top: 8px;
    width: 100%;
}

/* --- СЕТКА ДЛЯ ФАЙЛОВ --- */
.form-files-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* --- ЗОНА ЗАГРУЗКИ ФАЙЛОВ --- */
.file-drop-zone {
    position: relative;
    border: 2px dashed var(--bdc-darker, #e3e3e3);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    background: var(--ui-bg-darker, #f6f6f6);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.file-drop-zone:hover {
    border-color: var(--accent, #e67e22);
    background: rgba(230, 126, 34, 0.04);
    transform: translateY(-2px);
}

.file-drop-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--tt-lightest, #999);
    pointer-events: none;
}

.file-drop-hint i {
    font-size: 28px;
    color: var(--accent, #e67e22);
    opacity: 0.5;
}

/* --- АДМИН-ТЕГИ --- */
.admin-tags-wrapper {
    background: var(--ui-bg-darker, #f6f6f6);
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid var(--bdc-darker, #e3e3e3);
}

/* --- ЗАЩИТА ОТ СПАМА --- */
.sec-code-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.sec-code-wrapper .form-input {
    flex: 1;
    min-width: 160px;
}

.sec-code-image {
    flex-shrink: 0;
}

.recaptcha-wrapper {
    background: var(--ui-bg-darker, #f6f6f6);
    border-radius: 12px;
    padding: 16px 20px;
    text-align: center;
    border: 1px solid var(--bdc-darker, #e3e3e3);
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- КНОПКА ОТПРАВКИ --- */
.form-submit-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px solid var(--bdc, #f2f2f2);
}

.form-hint {
    font-size: 13px;
    color: var(--tt-lightest, #999);
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-hint i {
    opacity: 0.5;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

/* --- ПЛАНШЕТЫ --- */
@media screen and (max-width: 950px) {
    .form-files-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* --- ТЕЛЕФОНЫ --- */
@media screen and (max-width: 760px) {
    .resident-form {
        gap: 16px;
    }
    
    .form-field-row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-field-row .form-input {
        min-width: auto;
        width: 100%;
    }
    
    .btn-find-related {
        width: 100%;
        justify-content: center;
        height: 40px;
        font-size: 12px;
    }
    
    .btn-text {
        display: inline;
    }
    
    .form-files-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .file-drop-zone {
        min-height: 80px;
        padding: 20px 15px;
    }
    
    .file-drop-hint {
        font-size: 12px;
    }
    
    .file-drop-hint i {
        font-size: 24px;
    }
    
    .sec-code-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .sec-code-wrapper .form-input {
        min-width: auto;
    }
    
    .sec-code-image {
        text-align: center;
    }
    
    .admin-tags-wrapper {
        padding: 12px 14px;
    }
    
    .recaptcha-wrapper {
        padding: 12px 14px;
        min-height: 60px;
    }
    
    .form-submit-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding-top: 16px;
    }
    
    .form-submit__btn {
        width: 100%;
        justify-content: center;
        padding: 0 20px;
        height: 48px;
        font-size: 14px;
    }
    
    .form-hint {
        justify-content: center;
        font-size: 12px;
    }
    
    .form-label {
        font-size: 13px;
    }
    
    .form-input {
        height: 40px;
        font-size: 14px;
        padding: 0 14px;
        border-radius: 8px;
    }
    
    .form-textarea {
        font-size: 14px;
        padding: 12px 14px;
        border-radius: 8px;
        min-height: 100px;
    }
}

/* --- ОЧЕНЬ МАЛЕНЬКИЕ ТЕЛЕФОНЫ --- */
@media screen and (max-width: 470px) {
    .resident-form {
        gap: 14px;
    }
    
    .sect__title {
        font-size: 18px !important;
    }
    
    .sect__title i {
        font-size: 20px !important;
    }
    
    .form-field-row {
        gap: 8px;
    }
    
    .btn-find-related {
        height: 36px;
        font-size: 11px;
        padding: 0 14px;
        border-radius: 8px;
    }
    
    .btn-find-related i {
        font-size: 12px;
    }
    
    .file-drop-zone {
        min-height: 60px;
        padding: 15px 10px;
        border-radius: 10px;
    }
    
    .file-drop-hint {
        font-size: 11px;
    }
    
    .file-drop-hint i {
        font-size: 20px;
    }
    
    .form-submit__btn {
        height: 44px;
        font-size: 13px;
        border-radius: 25px;
    }
    
    .form-submit__btn i {
        font-size: 14px;
    }
    
    .form-label {
        font-size: 12px;
        gap: 5px;
    }
    
    .form-label i {
        font-size: 13px;
    }
    
    .form-input {
        height: 38px;
        font-size: 13px;
        padding: 0 12px;
        border-radius: 8px;
    }
    
    .form-textarea {
        font-size: 13px;
        padding: 10px 12px;
        min-height: 80px;
    }
    
    .admin-tags-wrapper {
        padding: 10px 12px;
        border-radius: 10px;
    }
    
    .recaptcha-wrapper {
        padding: 10px 12px;
        border-radius: 10px;
    }
    
    .sec-code-wrapper {
        gap: 10px;
    }
    
    .form-hint {
        font-size: 11px;
    }
    
    .form-submit-wrapper {
        gap: 10px;
        padding-top: 14px;
    }
}

/* --- УЛТРА-МАЛЕНЬКИЕ (до 360px) --- */
@media screen and (max-width: 380px) {
    .resident-form {
        gap: 12px;
    }
    
    .sect__title {
        font-size: 16px !important;
    }
    
    .btn-find-related {
        font-size: 10px;
        padding: 0 10px;
        height: 34px;
    }
    
    .btn-find-related .btn-text {
        display: none;
    }
    
    .btn-find-related i {
        font-size: 14px;
        margin: 0;
    }
    
    .file-drop-zone {
        padding: 12px 8px;
        min-height: 50px;
    }
    
    .file-drop-hint i {
        font-size: 18px;
    }
    
    .file-drop-hint span {
        font-size: 10px;
    }
    
    .form-input {
        height: 36px;
        font-size: 12px;
        padding: 0 10px;
    }
    
    .form-textarea {
        font-size: 12px;
        padding: 8px 10px;
        min-height: 70px;
    }
    
    .form-submit__btn {
        height: 40px;
        font-size: 12px;
        padding: 0 16px;
    }
}

