.tabo-wj-empty {
    opacity: 0.7;
}

.tabo-wj-profile-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0 0 28px 0;
}

.tabo-wj-profile-tile {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #111 !important;
    border: 1px solid #262626 !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    color: #eee !important;
    text-decoration: none !important;
    flex: 1;
    min-width: 160px;
    transition: transform 0.15s ease, border-color 0.15s ease;
}

.tabo-wj-profile-tile:hover,
.tabo-wj-profile-tile:visited,
.tabo-wj-profile-tile:active {
    text-decoration: none !important;
    color: #fff !important;
}

.tabo-wj-profile-tile:hover {
    transform: translateY(-3px);
}

.tabo-wj-profile-icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
    border-radius: 9px !important;
    background: rgba(145, 71, 255, 0.08) !important;
    border: 1px solid rgba(145, 71, 255, 0.35) !important;
    color: #9147ff !important;
}

.tabo-wj-profile-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    line-height: 1.2 !important;
}

.tabo-wj-profile-label {
    display: block !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    color: #999 !important;
    text-decoration: none !important;
}

.tabo-wj-profile-handle {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #eee !important;
    text-decoration: none !important;
}

.tabo-wj-profile-spotify:hover .tabo-wj-profile-icon-box { border-color: #1DB954 !important; color: #1DB954 !important; }
.tabo-wj-profile-youtube:hover .tabo-wj-profile-icon-box { border-color: #FF0000 !important; color: #FF0000 !important; }
.tabo-wj-profile-instagram:hover .tabo-wj-profile-icon-box { border-color: #E1306C !important; color: #E1306C !important; }

.tabo-wj-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin: 24px 0;
}

.tabo-wj-item {
    cursor: pointer;
    transition: transform 0.15s ease;
}

.tabo-wj-item:hover {
    transform: translateY(-4px);
}

.tabo-wj-cover-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.tabo-wj-cover-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tabo-wj-cover-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #444;
}

.tabo-wj-type-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(145, 71, 255, 0.9);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    text-transform: uppercase;
}

.tabo-wj-title {
    margin: 10px 0 0 0;
    color: #eee;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/* Modal */
.tabo-wj-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.tabo-wj-modal[hidden] {
    display: none;
}

.tabo-wj-modal-inner {
    position: relative;
    width: min(500px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    background: #151515;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.tabo-wj-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.tabo-wj-modal-cover {
    display: block !important;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 16px auto !important;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    float: none !important;
}

.tabo-wj-modal-title {
    color: #fff;
    text-align: center;
    margin: 0 0 8px 0;
}

.tabo-wj-modal-inner .tabo-wj-type-badge {
    position: static;
    display: block;
    width: fit-content;
    margin: 0 auto 16px auto;
}

.tabo-wj-modal-desc {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
}

.tabo-wj-tracklist {
    color: #ddd;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.tabo-wj-tracklist li {
    padding: 4px 0;
    border-bottom: 1px solid #222;
}

.tabo-wj-listen-btn {
    display: block;
    text-align: center;
    background: #9147ff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px;
    border-radius: 8px;
}

.tabo-wj-listen-btn:hover {
    background: #7a2ff0;
    color: #fff;
}
