
.aiftsongs-wrap { background:#0b141a; color:#e9edef; padding:16px; border-radius:16px; font-family:sans-serif; max-width:560px; margin:10px auto; width:100%; position:relative; }
.aiftsongs-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.aiftsongs-appname { font-weight:700; font-size:18px; color:#00a884; }
.aiftsongs-btn-config-top { background:none; border:none; font-size:22px; cursor:pointer; color:#e9edef; }

.aiftsongs-player-container-central { background:#111b21; padding:16px; border-radius:12px; border:1px solid #222; }
.aiftsongs-now { text-align:center; margin-bottom:12px; }
.aiftsongs-now-title { font-size:20px; font-weight:700; color:#00a884; margin-bottom:6px; }
.aiftsongs-now-meta { font-size:13px; color:#9aa; }

.aiftsongs-ytwrap { background:#000; aspect-ratio:16/9; border-radius:8px; overflow:hidden; border:1px solid #333; width:100%; max-width:750px; margin:0 auto; }
.aiftsongs-yt { width:100%; height:100%; }

.aiftsongs-controls-row { display:flex; align-items:center; gap:8px; flex-wrap:wrap; justify-content:center; margin-top:12px; }

.aiftsongs-btn { border:none; padding:8px 14px; border-radius:18px; cursor:pointer; background:#2a3942; color:#fff; font-size:12px; line-height:1; }
.aiftsongs-btn-sm { padding:7px 10px; }
.aiftsongs-btn-primary { background:#00a884; font-weight:700; }
.aiftsongs-btn-ai { background: linear-gradient(45deg, #6e45e2, #88d3ce); font-weight:700; }
.aiftsongs-btn-artista-focus { background:#3b4a54; }
.aiftsongs-btn-active { outline:2px solid #00a884; }

.aiftsongs-divider { color:#456; margin:0 4px; user-select:none; }

.aiftsongs-field-compact { background:#0b141a !important; color:#fff !important; border:1px solid #333 !important; padding:4px 10px !important; height:28px !important; border-radius:6px !important; font-size:12px !important; }
.aiftsongs-input-pl { width:180px; }

.aiftsongs-search-box-ext { display:inline-flex; align-items:center; gap:6px; }
#clear_search_x { cursor:pointer; color:#ff3b30; font-weight:800; visibility:hidden; font-size:18px; line-height:1; }

.aiftsongs-tablebox { margin-top:14px; background:#0f171e; border:1px solid #222; border-radius:12px; overflow:hidden; }
.aiftsongs-table { width:100%; border-collapse:collapse; }
.aiftsongs-table td, .aiftsongs-table th { padding:10px 12px; border-bottom:1px solid #1f2a31; font-size:13px; text-align:left; }
.aiftsongs-table tbody tr:hover { background:#13222b; cursor:pointer; }
.aiftsongs-row-playing { background: rgba(0, 168, 132, 0.28) !important; font-weight:700; }
.aiftsongs-blue { color:#4aa3ff !important; font-weight:700; }

.aiftsongs-del { color:#ff3b30; font-weight:900; cursor:pointer; text-align:center; user-select:none; }
.aiftsongs-del:hover { filter:brightness(1.2); }

.aiftsongs-modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center; z-index:99999; }
.aiftsongs-modal-box { background:#111b21; padding:26px; border-radius:18px; border:2px solid #00a884; text-align:center; max-width:480px; width:90%; }
.aiftsongs-modal-warning { color:#f1c40f; font-weight:800; font-size:13px; margin:10px 0 14px; border:1px solid #f1c40f; padding:8px; border-radius:8px; }
.aiftsongs-modal-btns { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }

.aiftsongs-link { color:#4aa3ff; text-decoration:none; font-weight:600; }
.aiftsongs-link:hover { text-decoration:underline; }

        .aiftsongs-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; gap:10px; }
        .aiftsongs-top-actions { display:flex; align-items:center; gap:6px; }
        .aiftsongs-btn-lang { padding:6px 10px; border-radius:14px; font-size:12px; opacity:.8; }
        .aiftsongs-btn-lang.is-active { opacity:1; box-shadow:0 0 0 2px rgba(0,168,132,.25) inset; }
        .aiftsongs-list-toolbar-row { display:flex; align-items:center; gap:6px; flex-wrap:nowrap; overflow-x:auto; padding-bottom:6px; }
        .aiftsongs-list-toolbar-row::-webkit-scrollbar { height:6px; }
        .aiftsongs-list-toolbar-row::-webkit-scrollbar-thumb { background:#2a3942; border-radius:10px; }
        .aiftsongs-divider { opacity:.55; white-space:nowrap; }
        .aiftsongs-input-toolbar { min-width:160px; }
        .aiftsongs-search-box-ext input { min-width:120px; }

        @media (max-width: 600px){
            .aiftsongs-wrap { margin:0; border-radius:0; padding:12px; min-height: 720px; }
            .aiftsongs-player-container-central { padding:18px; }
            .aiftsongs-btn { padding:8px 12px; font-size:12px; }
            .aiftsongs-btn-sm { padding:6px 10px; font-size:11px; }
            .aiftsongs-now-title { font-size:18px; }
            .aiftsongs-table td, .aiftsongs-table th { padding:8px; font-size:12px; }
        }
