.vibewave-search-page .search-scrollable-content {
    gap: 24px;
}

.vibewave-search-page .search-overview-card,
.vibewave-search-page .search-section {
    background: rgba(18, 18, 24, 0.42);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 28px;
    padding: 22px;
}

.vibewave-search-page .search-overview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.vibewave-search-page .search-overview-head h1 {
    font-size: 1.45rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.vibewave-search-page .search-overview-head p {
    margin-top: 8px;
    color: #9ca3af;
    font-size: 0.86rem;
    line-height: 1.6;
}

.vibewave-search-page .search-count-pill {
    min-width: 92px;
    padding: 12px 16px;
    border-radius: 22px;
    background: rgba(139, 92, 246, 0.14);
    border: 1px solid rgba(139, 92, 246, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #c4b5fd;
}

.vibewave-search-page .search-count-pill strong {
    font-size: 1.25rem;
    line-height: 1;
}

.vibewave-search-page .search-count-pill span {
    font-size: 0.7rem;
    margin-top: 4px;
}

.vibewave-search-page .search-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.vibewave-search-page .search-summary-item {
    background: rgba(20, 20, 28, 0.58);
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 18px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vibewave-search-page .search-summary-item span {
    font-size: 0.72rem;
    color: #9ca3af;
}

.vibewave-search-page .search-summary-item strong {
    font-size: 1.05rem;
    color: #f3f4f6;
}

.vibewave-search-page .search-chip-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #c4b5fd;
    margin-top: 14px;
    margin-bottom: 10px;
}

.vibewave-search-page .search-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vibewave-search-page .search-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(30, 30, 38, 0.58);
    border: 1px solid rgba(255,255,255,0.05);
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.76rem;
    transition: all 0.2s ease;
}

.vibewave-search-page .search-chip:hover {
    background: rgba(139, 92, 246, 0.18);
    color: #ddd6fe;
}

.vibewave-search-page .search-soft-note {
    margin-top: 14px;
    font-size: 0.74rem;
    color: #a1a1aa;
    line-height: 1.55;
}

.vibewave-search-page .search-exact-grid,
.vibewave-search-page .search-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vibewave-search-page .search-exact-card,
.vibewave-search-page .search-entity-card {
    display: block;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    background: rgba(20, 20, 28, 0.55);
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 20px;
    padding: 16px;
    transition: all 0.2s ease;
}

.vibewave-search-page .search-exact-card:hover,
.vibewave-search-page .search-entity-card:hover {
    background: rgba(30, 30, 38, 0.82);
    transform: translateY(-2px);
}

.vibewave-search-page .search-exact-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.16);
    color: #c4b5fd;
    font-size: 0.68rem;
    margin-bottom: 10px;
}

.vibewave-search-page .search-exact-card h4,
.vibewave-search-page .search-entity-card h4 {
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vibewave-search-page .search-exact-card p,
.vibewave-search-page .search-entity-card p {
    margin-top: 6px;
    font-size: 0.72rem;
    color: #9ca3af;
    line-height: 1.55;
}

.vibewave-search-page .search-artist-cover,
.vibewave-search-page .search-member-avatar {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: linear-gradient(145deg, #2a2a3a, #1a1a24);
}

.vibewave-search-page .search-member-avatar {
    border-radius: 999px;
}

.vibewave-search-page .search-artist-cover img,
.vibewave-search-page .search-member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vibewave-search-page .search-artist-grid,
.vibewave-search-page .search-member-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vibewave-search-page .search-playlist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vibewave-search-page .search-song-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vibewave-search-page .search-song-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(20, 20, 28, 0.42);
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vibewave-search-page .search-song-row:hover,
.vibewave-search-page .search-song-row.active-song {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.22);
}

.vibewave-search-page .search-song-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.vibewave-search-page .search-song-number {
    width: 28px;
    flex-shrink: 0;
    color: #8b5cf6;
    font-size: 0.8rem;
    font-weight: 600;
}

.vibewave-search-page .search-song-cover {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, #2a2a3a, #1a1a24);
    flex-shrink: 0;
}

.vibewave-search-page .search-song-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vibewave-search-page .search-song-info {
    min-width: 0;
    flex: 1 1 auto;
}

.vibewave-search-page .search-song-info h4 {
    font-size: 0.9rem;
    font-weight: 700;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vibewave-search-page .search-song-info p {
    margin-top: 3px;
    color: #9ca3af;
    font-size: 0.72rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vibewave-search-page .search-song-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    max-width: 100%;
}

.vibewave-search-page .search-song-duration {
    color: #9ca3af;
    font-size: 0.72rem;
    min-width: 42px;
    text-align: right;
    flex-shrink: 0;
}

.vibewave-search-page .search-row-action {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ddd6fe;
    background: rgba(139, 92, 246, 0.14);
    transition: all 0.2s ease;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.vibewave-search-page .search-row-action:hover {
    background: rgba(139, 92, 246, 0.24);
    color: #fff;
}

.vibewave-search-page .search-row-action--play {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    color: #fff;
    box-shadow: 0 14px 22px -16px rgba(99, 102, 241, 0.9);
}

.vibewave-search-page .search-row-action--play:hover {
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
}

.vibewave-search-page .search-pagination {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.vibewave-search-page .search-pagination-inner {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background: rgba(20, 20, 28, 0.55);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.04);
}

.vibewave-search-page .search-pagination-link {
    min-width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #cbd5e1;
    font-size: 0.74rem;
    padding: 0 10px;
}

.vibewave-search-page .search-pagination-link:hover,
.vibewave-search-page .search-pagination-link.is-active {
    background: #8b5cf6;
    color: white;
}

@media (max-width: 1280px) {
    .vibewave-search-page .search-summary-grid,
    .vibewave-search-page .search-exact-grid,
    .vibewave-search-page .search-card-grid,
    .vibewave-search-page .search-playlist-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .vibewave-search-page .search-overview-head {
        flex-direction: column;
    }

    .vibewave-search-page .search-summary-grid,
    .vibewave-search-page .search-exact-grid,
    .vibewave-search-page .search-card-grid,
    .vibewave-search-page .search-artist-grid,
    .vibewave-search-page .search-member-grid,
    .vibewave-search-page .search-playlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vibewave-search-page .search-overview-card,
    .vibewave-search-page .search-section {
        padding: 16px;
        border-radius: 22px;
    }

    .vibewave-search-page .search-summary-grid,
    .vibewave-search-page .search-exact-grid,
    .vibewave-search-page .search-card-grid,
    .vibewave-search-page .search-artist-grid,
    .vibewave-search-page .search-member-grid,
    .vibewave-search-page .search-playlist-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vibewave-search-page .search-song-row {
        padding: 10px 12px;
    }

    .vibewave-search-page .search-song-number {
        display: none;
    }
}


.search-song-duration{min-width:44px;text-align:right;font-size:.86rem;color:rgba(210,220,255,.72)}
.search-row-action--play{color:#cfd7ff}
.search-card-meta{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;padding:6px 10px;border-radius:999px;border:1px solid rgba(128,148,255,.2);background:rgba(18,22,44,.5);font-size:.78rem;color:rgba(220,228,255,.84)}
.search-song-right{display:flex;align-items:center;gap:10px}


.vibewave-search-page .search-jump-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.vibewave-search-page .search-jump-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    color: #ddd6fe;
    background: rgba(76, 29, 149, 0.18);
    border: 1px solid rgba(167, 139, 250, 0.18);
    transition: all .2s ease;
}

.vibewave-search-page .search-jump-link:hover {
    background: rgba(139, 92, 246, 0.24);
    transform: translateY(-1px);
}

.vibewave-search-page .search-section-note {
    margin: -4px 0 16px;
    color: #9ca3af;
    font-size: 0.8rem;
    line-height: 1.6;
}

.vibewave-search-page .search-hit {
    padding: 0 0.18em;
    border-radius: 0.35em;
    background: rgba(139, 92, 246, 0.2);
    color: #f5f3ff;
}

.vibewave-search-page .search-empty-state {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vibewave-search-page .search-empty-state strong {
    font-size: 1rem;
    color: #f3f4f6;
}

.vibewave-search-page .search-empty-state p {
    color: #a1a1aa;
    line-height: 1.6;
}

.vibewave-search-page .search-song-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(15, 15, 22, 0.48);
    border: 1px solid rgba(255,255,255,0.03);
    transition: all .2s ease;
}

.vibewave-search-page .search-song-row:hover {
    background: rgba(26, 26, 36, 0.85);
    border-color: rgba(139, 92, 246, 0.14);
}

.vibewave-search-page .search-song-row.active-song,
.vibewave-search-page .search-song-row.is-active {
    border-color: rgba(139, 92, 246, 0.28);
    box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.08) inset;
}

.vibewave-search-page .search-row-action--play {
    min-width: 82px;
    padding: 0 14px;
    font-weight: 600;
}

.vibewave-search-page .search-row-action--play.is-playing {
    background: rgba(139, 92, 246, 0.2);
    color: #ddd6fe;
    border-color: rgba(139, 92, 246, 0.24);
}

@media (max-width: 960px) {
    .vibewave-search-page .search-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vibewave-search-page .search-song-row {
        flex-direction: column;
        align-items: stretch;
    }
    .vibewave-search-page .search-song-right {
        justify-content: flex-end;
    }
}


.vibewave-search-page .search-song-right {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.vibewave-search-page .song-quick-tools {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

.vibewave-search-page .song-quick-tool-form {
    margin: 0;
}

.vibewave-search-page .song-quick-tool,
.vibewave-search-page .song-quick-tool-form .song-quick-tool,
.vibewave-search-page .song-quick-menu > summary.song-quick-tool {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    color: #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
    flex-shrink: 0;
}

.vibewave-search-page .song-quick-tool:hover,
.vibewave-search-page .song-quick-tool-form .song-quick-tool:hover,
.vibewave-search-page .song-quick-menu > summary.song-quick-tool:hover {
    transform: translateY(-1px);
    border-color: rgba(139, 92, 246, 0.28);
    background: rgba(139, 92, 246, 0.16);
    color: #fff;
}

.vibewave-search-page .song-quick-tool.is-active,
.vibewave-search-page .song-quick-tool-form .song-quick-tool.is-active {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.34), rgba(79, 70, 229, 0.28));
    border-color: rgba(139, 92, 246, 0.32);
    color: #fff;
}

.vibewave-search-page .song-quick-tool.is-done,
.vibewave-search-page .song-quick-tool-form .song-quick-tool.is-done {
    background: rgba(34, 197, 94, 0.16);
    border-color: rgba(34, 197, 94, 0.28);
    color: #dcfce7;
}

.vibewave-search-page .song-quick-tool-form .song-quick-tool:disabled {
    opacity: .72;
    cursor: progress;
}

.vibewave-search-page .song-quick-menu {
    flex: 0 0 auto;
}

.vibewave-search-page .search-discovery-section .vw-discovery-card__footer {
    align-items: center;
}

.vibewave-search-page .search-card-grid .vw-discovery-card__media,
.vibewave-search-page .search-discovery-section .vw-discovery-card__media {
    aspect-ratio: 1 / 1;
    max-height: 240px;
}
