.u-section-1 .u-sheet-1 {
  min-height: 995px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 60px;
  height: auto;
  min-height: 654px;
  margin-top: 236px;
}.u-section-1 .u-sheet-1 {
  min-height: 995px;
}
.u-section-1 .u-custom-html-1 {
  margin-bottom: 60px;
  height: auto;
  min-height: 654px;
  margin-top: 236px;
}
/* ===========================================================
   MAGIC407 REQUEST PORTAL
=========================================================== */
.request-section{
    padding:80px 20px;
    background:linear-gradient(180deg,#070707,#101010);
    min-height:100vh;
}
.request-hero{
    text-align:center;
    margin-bottom:50px;
}
.request-hero h1{
    font-family:Oswald,sans-serif;
    font-size:56px;
    color:#fff;
    letter-spacing:4px;
    margin:0 0 15px;
    text-shadow:0 0 25px rgba(123,13,253,.45);
}
.request-hero p{
    color:#ccc;
    max-width:700px;
    margin:auto;
    font-size:20px;
}
/* ===========================
   LIVE CARD
=========================== */
.live-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px;
    border-radius:25px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(123,13,253,.25);
    backdrop-filter:blur(18px);
    margin-bottom:40px;
}
.live-left{
    display:flex;
    align-items:center;
    gap:20px;
}
.cover-art{
    width:120px;
    height:120px;
    min-width:120px;
    object-fit:cover;
    border-radius:18px;
    border:3px solid #7B0DFD;
    display:block;
}
.live-info h2{
    margin:0;
    color:#7B0DFD;
    font-size:14px;
    letter-spacing:3px;
}
.live-info h3{
    margin:10px 0;
    color:#fff;
    font-size:30px;
}
.live-info p{
    color:#ddd;
    margin:0;
}
#listeners{
    display:block;
    margin-top:12px;
    color:#ff9800;
    font-weight:bold;
}
.listen-btn{
    padding:15px 35px;
    border-radius:40px;
    background:linear-gradient(90deg,#7B0DFD,#FF6A00);
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
/* ===========================
   SEARCH
=========================== */
.search-area{
    margin:40px 0;
}
#searchInput{
    width:100%;
    padding:20px 28px;
    border-radius:60px;
    background:#181818;
    color:#fff;
    border:1px solid rgba(123,13,253,.25);
    font-size:18px;
    outline:none;
    box-sizing:border-box;
}
#searchInput:focus{
    border-color:#7B0DFD;
}
/* ===========================
   RESULTS
=========================== */
.track-card{
    display:flex;
    align-items:center;
    gap:20px;
    padding:18px 22px;
    margin-bottom:15px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(123,13,253,.15);
    border-radius:18px;
    transition:.25s;
}
.track-card:hover{
    transform:translateY(-2px);
    border-color:#7B0DFD;
    box-shadow:0 0 20px rgba(123,13,253,.25);
}
.track-card:hover{
    border-color:#7B0DFD;
}
.search-cover{
    width:80px !important;
    height:80px !important;
    min-width:80px !important;
    max-width:80px !important;
    min-height:80px !important;
    max-height:80px !important;
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:14px;
    flex-shrink:0;
}
.track-info{
    flex:1;
    overflow:hidden;
}
.track-info h3{
    margin:0;
    color:#fff;
    font-size:20px;
    font-weight:600;
    line-height:1.3;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:break-word;
}
.track-info p{
    margin:6px 0 2px;
    color:#d6d6d6;
    font-size:15px;
}
.track-info span{
    color:#888;
    font-size:13px;
}
.request-btn{
    padding:12px 26px;
    border:none;
    border-radius:40px;
    background:linear-gradient(90deg,#7B0DFD,#FF6A00);
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}
.request-btn:hover{
    transform:scale(1.05);
    box-shadow:0 0 18px rgba(123,13,253,.45);
}
/* ===========================
   POPUP
=========================== */
.request-popup{
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(.9);
    width:380px;
    max-width:90%;
    padding:30px;
    background:rgba(20,20,20,.96);
    border:2px solid #7B0DFD;
    border-radius:22px;
    backdrop-filter:blur(18px);
    box-shadow:0 0 40px rgba(123,13,253,.45);
    color:#fff;
    text-align:center;
    opacity:0;
    transition:.35s ease;
    z-index:9999;
}
.request-popup.show{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}
.request-popup h3{
    margin:0 0 18px;
    font-size:30px;
    font-family:Oswald,sans-serif;
    letter-spacing:2px;
    color:#fff;
}
.request-popup p{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:#d7d7d7;
    white-space:pre-line;
}
.request-popup.success{
    border-color:#32d74b;
    box-shadow:0 0 40px rgba(50,215,75,.35);
}
.request-popup.warning{
    border-color:#ff9800;
    box-shadow:0 0 40px rgba(255,152,0,.35);
}
.request-popup.error{
    border-color:#ff3b30;
    box-shadow:0 0 40px rgba(255,59,48,.35);
}
/* ===========================
   MOBILE
=========================== */
@media(max-width:900px){
.live-card{
    flex-direction:column;
    text-align:center;
}
.live-left{
    flex-direction:column;
}
.track-card{
    flex-direction:column;
    text-align:left;
    align-items:flex-start;
}
.search-cover{
    width:80px;
    height:80px;
    min-width:80px;
    object-fit:cover;
    border-radius:14px;
    display:block;
}
.track-info{
    width:100%;
}
.track-info h3{
    font-size:18px;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:break-word;
    line-height:1.3;
}
.track-info p{
    font-size:14px;
}
.request-btn{
    width:100%;
}
}