/* =========================================================
   Music FM — Universal Search 2026
========================================================= */

.search-2026-page{
    direction:rtl;
    padding-top:24px;
}

.search-2026-page a:focus-visible,
.search-2026-page button:focus-visible,
.search-2026-page input:focus-visible{
    outline:3px solid rgba(20,124,255,.35);
    outline-offset:3px;
}

/* Hero */
.search-2026-hero{
    display:grid;
    grid-template-columns:1fr 330px;
    gap:24px;
    align-items:stretch;
    margin-bottom:18px;
    overflow:hidden;
    border:1px solid rgba(15,35,70,.12);
    border-radius:4px;
    background:
        radial-gradient(circle at 12% 0%,rgba(89,199,255,.22),transparent 34%),
        linear-gradient(135deg,#071832 0%,#0b2e69 100%);
    color:#fff;
    box-shadow:0 14px 36px rgba(15,35,70,.13);
}

.search-2026-hero-content{
    padding:44px;
}

.search-2026-hero-content > span{
    display:inline-flex;
    padding:7px 11px;
    background:#147cff;
    color:#fff;
    font-size:12px;
    font-weight:950;
    line-height:1;
}

.search-2026-hero h1{
    margin:18px 0 12px;
    font-size:62px;
    line-height:.95;
    font-weight:950;
    letter-spacing:-2px;
}

.search-2026-hero p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.65;
    font-weight:750;
}

.search-2026-form{
    display:grid;
    grid-template-columns:1fr 118px;
    gap:10px;
    margin-top:24px;
    max-width:760px;
}

.search-2026-form input{
    min-height:54px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:3px;
    background:rgba(255,255,255,.94);
    color:#111827;
    padding:0 18px;
    font:inherit;
    font-weight:850;
}

.search-2026-form button{
    min-height:54px;
    border:0;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font:inherit;
    font-weight:950;
    cursor:pointer;
}

.search-2026-summary{
    display:grid;
    place-items:center;
    align-content:center;
    text-align:center;
    padding:30px;
    background:rgba(3,8,18,.24);
    border-inline-start:1px solid rgba(255,255,255,.10);
}

.search-2026-summary strong{
    color:#59c7ff;
    font-size:58px;
    line-height:1;
    font-weight:950;
}

.search-2026-summary small{
    margin-top:8px;
    color:rgba(255,255,255,.78);
    font-weight:850;
}

/* Empty */
.search-2026-empty{
    overflow:hidden;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    padding:30px;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
}

.search-2026-empty > span{
    color:#147cff;
    font-size:12px;
    font-weight:950;
}

.search-2026-empty h2{
    margin:8px 0;
    color:#111827;
    font-size:32px;
    font-weight:950;
}

.search-2026-empty p{
    margin:0;
    color:#667085;
    line-height:1.65;
    font-weight:750;
}

.search-2026-suggestions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:18px;
}

.search-2026-suggestions a{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    padding:0 13px;
    border:1px solid #dfe7f3;
    border-radius:3px;
    background:#f8fbff;
    color:#147cff;
    font-weight:950;
}

/* Tabs */
.search-2026-tabs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    margin:16px 0 18px;
    padding-bottom:4px;
    scrollbar-width:none;
}

.search-2026-tabs::-webkit-scrollbar{
    display:none;
}

.search-2026-tabs a{
    flex:0 0 auto;
    min-height:42px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 14px;
    border:1px solid #dfe7f3;
    border-radius:3px;
    background:#fff;
    color:#111827;
    font-weight:950;
}

.search-2026-tabs b{
    min-width:25px;
    height:25px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#eef6ff;
    color:#147cff;
    font-size:12px;
}

/* Sections */
.search-2026-section{
    margin:0 0 22px;
    overflow:hidden;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    box-shadow:0 9px 24px rgba(15,35,70,.055);
}

.search-2026-head{
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:15px 18px;
    border-bottom:1px solid #e4ebf5;
    background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);
}

.search-2026-head span{
    display:block;
    color:#147cff;
    font-size:11px;
    line-height:1;
    font-weight:950;
    letter-spacing:.5px;
}

.search-2026-head h2{
    margin:4px 0 0;
    color:#111827;
    font-size:22px;
    line-height:1;
    font-weight:950;
}

.search-2026-head a{
    color:#147cff;
    font-size:13px;
    font-weight:950;
}

/* Song rows */
.search-2026-song-list{
    display:grid;
}

.search-2026-song{
    display:grid;
    grid-template-columns:44px 58px 1fr 38px 54px;
    align-items:center;
    gap:13px;
    min-height:82px;
    padding:13px 18px;
    border-bottom:1px solid #e4ebf5;
    transition:background .18s ease;
}

.search-2026-song:hover{
    background:rgba(20,124,255,.045);
}

.search-2026-song > b{
    color:#147cff;
    font-size:18px;
    font-weight:950;
}

.search-2026-song img{
    width:58px;
    height:58px;
    object-fit:cover;
    border-radius:3px;
    background:#071832;
}

.search-2026-song strong{
    display:block;
    color:#111827;
    font-size:16px;
    line-height:1.25;
    font-weight:950;
}

.search-2026-song small{
    display:block;
    margin-top:5px;
    color:#667085;
    font-size:13px;
    font-weight:800;
}

.search-2026-song button{
    width:38px;
    height:38px;
    border:1px solid #cbd5e1;
    border-radius:3px;
    background:#fff;
    color:#147cff;
    font-weight:950;
    cursor:pointer;
}

.search-2026-song > a{
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 12px;
    border-radius:3px;
    background:#147cff;
    color:#fff;
    font-size:13px;
    font-weight:950;
}

/* Cards */
.search-2026-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    padding:16px;
}

.search-2026-card{
    display:block;
    overflow:hidden;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    color:#111827;
    transition:transform .18s ease, box-shadow .18s ease;
}

.search-2026-card:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(15,35,70,.08);
}

.search-2026-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:0;
    background:#071832;
}

.search-2026-card strong{
    display:block;
    padding:12px 13px 3px;
    color:#111827;
    font-size:17px;
    line-height:1.25;
    font-weight:950;
}

.search-2026-card small{
    display:block;
    padding:0 13px 13px;
    color:#667085;
    font-weight:800;
}

/* News */
.search-2026-news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    padding:16px;
}

.search-2026-news-grid a{
    overflow:hidden;
    border:1px solid #dfe7f3;
    border-radius:4px;
    background:#fff;
    color:#111827;
    transition:transform .18s ease, box-shadow .18s ease;
}

.search-2026-news-grid a:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(15,35,70,.08);
}

.search-2026-news-grid img{
    width:100%;
    height:170px;
    object-fit:cover;
    border-radius:0;
}

.search-2026-news-grid div{
    padding:14px;
}

.search-2026-news-grid small{
    display:block;
    margin-bottom:8px;
    color:#667085;
    font-weight:800;
}

.search-2026-news-grid strong{
    display:block;
    color:#111827;
    font-size:18px;
    line-height:1.25;
    font-weight:950;
}

.search-2026-news-grid p{
    margin:9px 0 0;
    color:#475467;
    line-height:1.5;
    font-weight:750;
}

.search-2026-none{
    padding:20px;
    color:#667085;
    font-weight:850;
}

/* Mobile */
@media(max-width:1100px){
    .search-2026-hero{
        grid-template-columns:1fr;
    }

    .search-2026-summary{
        grid-template-columns:1fr;
        min-height:120px;
        border-inline-start:0;
        border-top:1px solid rgba(255,255,255,.10);
    }

    .search-2026-grid,
    .search-2026-news-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:720px){
    .search-2026-page{
        padding-top:16px;
    }

    .search-2026-hero{
        margin-inline:-9px;
        border-radius:0 0 4px 4px;
    }

    .search-2026-hero-content{
        padding:28px 22px;
    }

    .search-2026-hero h1{
        font-size:40px;
        letter-spacing:-1px;
    }

    .search-2026-hero p{
        font-size:16px;
    }

    .search-2026-form{
        grid-template-columns:1fr;
    }

    .search-2026-form input,
    .search-2026-form button{
        min-height:50px;
    }

    .search-2026-grid,
    .search-2026-news-grid{
        grid-template-columns:1fr;
        gap:12px;
        padding:12px;
    }

    .search-2026-song{
        grid-template-columns:34px 52px 1fr 34px;
        gap:10px;
        padding:12px 13px;
    }

    .search-2026-song img{
        width:52px;
        height:52px;
    }

    .search-2026-song > a{
        grid-column:1 / -1;
        width:100%;
    }

    .search-2026-song button{
        width:34px;
        height:34px;
    }
}

@media(prefers-reduced-motion: reduce){
    .search-2026-page *,
    .search-2026-page *::before,
    .search-2026-page *::after{
        transition:none !important;
        animation:none !important;
        transform:none !important;
    }
}
