/* RatedTunes custom UI layer */
/* Safe mirror of current index.html inline styles */

.goat {
    display: none !important;
}

.ms_index_secwrap:last-child,
.ms_songslist_main:last-child,
.ms_index_inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ms_songslist_wrap {
    margin-bottom: 0 !important;
}

.section:has(.artist_nav),
.section:has(.album_inner_list),
.section:has(.ms_artist_slider) {
    display: none !important;
}

.audioplayer_waveform {
    height: 50px !important;
}

.audioplayer_waveform_inner,
#waveform {
    height: 50px !important;
}

#waveform canvas {
    height: 50px !important;
}

.rt-footer {
    display: none;
}

.ms_copyright {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.footer_border {
    display: none !important;
}

.rt-footer-bottom {
    text-align: center;
}

.rt-design {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #6f849c;
}

html body {
    min-height: 100%;
    background: radial-gradient(circle at 20% 0%, rgba(58, 167, 255, 0.18), transparent 50%), linear-gradient(120deg, #08121f 0%, #0f1f33 55%, #050b14 100%) !important;
    background-attachment: fixed !important;
}



/* --- Accent UI --- */

.songslist_name .song_name,
.songslist_name .song_name > a {
    color: #ffffff !important;
    font-weight: 600;
}

.ms_songslist_box:hover .song_name > a {
    color: #3aa7ff !important;
}

.songslist_name .song_artist {
    color: #94a9bf !important;
}

.songslist_name .track_style {
    color: #6f859b !important;
    text-transform: uppercase;
    font-size: 10px;
}


/* Custom footer */
.footer {
    display: none !important;
}

.rt-footer {
    margin-bottom: 80px !important;
    margin-top: 20px !important;
    width: 100%;
    background: linear-gradient(180deg, #07111f 0%, #0b1828 100%);
    color: #8fa6c1;  
    overflow: hidden;
}

.rt-footer-glow {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #3aa7ff, #8b5cf6, #3aa7ff, transparent);
    box-shadow: 0 0 22px rgba(58, 167, 255, 0.75);
}

.rt-footer-inner {
    padding: 10px 20px !important;
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 22px 22px !important;
}

.rt-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 равные колонки */
    gap: 20px;
    align-items: start;
    text-align: center;
}

.rt-footer h4 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 14px;
}

.rt-footer p {
    margin: 7px 0;
    font-size: 14px;
    line-height: 1.5;
}

.rt-footer span {
    color: #d8e7f7;
    font-weight: 600;
}

.rt-footer a {
    display: block;
    color: #62b7ff;
    text-decoration: none;
    margin-top: 8px;
    font-size: 14px;
}

.rt-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 28px;
    padding-top: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    .rt-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .rt-footer-bottom {
        margin-top: 5px !important;
        padding-top: 5px !important;
        text-align: left;
    }
}
/* Footer position correction */
#rt-new-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.rt-footer {
    margin-top: 20px !important;
    margin-bottom: 80px !important;
}

.rt-footer-inner {
    padding-top: 18px !important;
    padding-bottom: 14px !important;
}

.rt-footer-bottom {
    margin-top: 12px !important;
    padding-top: 10px !important;
}

/* --- RatedTunes Tabs UI --- */

.nav-tabs,
.nav-pills {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
    color: #7f96ad !important;
    background: transparent !important;
    border: none !important;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: color 0.18s ease, border-color 0.18s ease;
}

.nav-tabs .nav-link:hover,
.nav-pills .nav-link:hover {
    color: #e6edf5 !important;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
    color: #3aa7ff !important;
    background: transparent !important;
    border-bottom: 2px solid #3aa7ff !important;
}



