
/* ==========================================================================
   HEADER, LOGO & SEARCH NAVIGATION
   ========================================================================== */


.search {
    background: #f8fafc;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #e2e8f0;
}
.search input {
    padding: 10px 16px;
    width: 55%;
    max-width: 400px;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    outline: none;
    font-size: 13px;
    transition: all 0.3s ease;
    background: #fff;
}
.search input:focus {
    border-color: #ff1493;
    box-shadow: 0 0 0 3px rgba(255, 20, 147, 0.15);
    color: #000;
    font-weight: 600;
}

.search button, .reportform button, .rbox button {
    background-image: linear-gradient(to right, #4c1d95, #ff1493);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: 8px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(76, 29, 149, 0.2);
    transition: all 0.3s ease;
}
.search button:hover, .reportform button:hover, .rbox button:hover {
    background-image: linear-gradient(to right, #ff1493, #4c1d95);
    box-shadow: 0 6px 14px rgba(255, 20, 147, 0.3);
    transform: translateY(-1px);
}

/* ==========================================================================
   HEADINGS & STRUCTURAL PANELS
   ========================================================================== */
.main-heading {
    padding: 10px 15px;
    background: linear-gradient(to right, #4c1d95, #ff1493);
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    text-align: left;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px 4px 0 0;
}

.sub-heading {
    padding: 8px 15px;
    background: linear-gradient(to right, #1e1b4b, #4c1d95);
    color: #fff;
    font-size: 13px;
    text-align: left;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel .row {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    transition: background 0.2s ease;
}
.panel .row:hover {
    background: #f8fafc;
}

.clrDiv {
    margin: 15px auto;
    clear: both;
}

.bottom {
    background-color: #0f172a;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    color: #94a3b8;
    font-size: 12px;
}
.bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.bottom a:hover {
    color: #ff1493;
}

/* ==========================================================================
   ADVERTISEMENTS & MISC ELEMENTS
   ========================================================================== */
.advetisementss {
    background: #fff5f5;
    margin: 8px 0;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #e11d48;
    border-radius: 6px;
    border: 1px dashed #fca5a5;
    font-weight: 600;
}

.advetisements {
    background: #f8fafc;
    margin: 8px 0;
    border: 1px solid #e2e8f0;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
}

.flags {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    margin: 2px;
    border-radius: 4px;
    text-transform: uppercase;
}
.hot { background: #00cc66; color: #fff; }
.popul { background: #0066ff; color: #fff; }
.trend { background: #ff9900; color: #fff; }
.rcmd { background: #a855f7; color: #fff; }

.new {
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: sans-serif;
    font-weight: 700;
    background-color: #ef4444;
    animation: pulseGlow 1.2s infinite;
}

@keyframes pulseGlow {
    0% { opacity: 0.6; transform: scale(0.98); }
    50% { opacity: 1; transform: scale(1.02); }
    100% { opacity: 0.6; transform: scale(0.98); }
}

.fshow { margin: 15px; }

.view-all-button a {
    display: inline-block;
    background-color: #4c1d95;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 4px;
    margin: 8px 0;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}
.view-all-button a:hover {
    background-color: #ff1493;
}

.catRowHome a:hover { color: #ff1493; }

/* ==========================================================================
   MEDIA / ALBUM COVERS & INFO AREA
   ========================================================================== */
.info h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ef4444;
}

.coversinfo, .info { float: left; }
.coversinfo { margin-right: 20px; }
.coversinfo img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.thumb {
    border: none;
    padding: 4px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.coversinfo .thumbnail {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 2px;
}

.descriptions {
    background-color: #f1f5f9;
    border-radius: 6px;
    color: #475569;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 14px;
    margin: 8px 0;
    border-left: 4px solid #4c1d95;
}

.seotags {
    background-color: #f8fafc;
    border-radius: 6px;
    text-align: left;
    color: #64748b;
    padding: 10px 14px;
    margin: 15px 0;
    font-size: 12px;
    border: 1px solid #e2e8f0;
}

/* ==========================================================================
   AUDIO PLAYER & ACTION BUTTONS
   ========================================================================== */
audio {
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    outline: 0;
    margin: 15px auto;
    background: #0f172a;
    height: 36px;
    display: block;
    padding: 4px;
    width: 100%;
    max-width: 500px;
}

.dBtn {
    font-weight: 700;
    min-width: 220px;
    background: #ff1493;
    border-radius: 30px;
    color: #fff;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px 2px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(255, 20, 147, 0.3);
    transition: all 0.3s ease;
}
.dBtn:hover {
    background-color: #4c1d95;
    box-shadow: 0 6px 16px rgba(76, 29, 149, 0.4);
    transform: translateY(-1px);
}

.share span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #334155;
}
.share a {
    display: inline-block;
    color: #fff;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    margin: 4px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.share a:hover { opacity: 0.9; }
.share .fb  { background: #3b5998; }
.share .wa  { background: #25D366; }
.share .twi { background: #1da1f2; }
.share .te  { background: #0088cc; }

.remotePlayer {
    text-align: center;
    width: 70px;
    height: 28px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    background: linear-gradient(to right, #4c1d95, #ff1493);
    background-size: 180% auto;
    transition: 0.4s all;
    border-radius: 4px;
}
.remotePlayer:hover { background-position: right center; }

/* ==========================================================================
   CUSTOM SLIM SCROLLBAR
   ========================================================================== */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background-color: #0f172a; }
::-webkit-scrollbar-thumb { background-color: #ff1493; border-radius: 10px; }
::-webkit-scrollbar-corner { background-color: #ff1493; }