.cswl_top_card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    overflow: hidden !important;
}
.cswl_top_card-header {
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cswl_top_card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.cswl_top_card-body {
    padding: 14px;
    overflow: hidden !important;
}

.cswl_top_song-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
    font-weight: 500;
}

.cswl_top_song-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.cswl_top_avatar-1 {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.cswl_top_username {
    font-size: 12px;
    font-weight: 500;
}
.cswl_top_uid {
    font-size: 10px;
    background: #f8f9fa;
    padding: 1px 4px;
    border-radius: 3px;
}
.cswl_top_dot {
    font-size: 6px;
}
.cswl_top_tag {
    font-size: 10px;
    background: #fff5f5;
    padding: 1px 4px;
    border-radius: 3px;
}
.cswl_top_time {
    font-size: 10px;
}

.cswl_top_lock-alert {
    font-size: 12px;
    padding: 7px;
    margin-bottom: 10px;
    background: #fff5f5;
    border: 1px solid #ffd2d2;
    border-radius: 5px;
    color: #dc3545;
    text-align: center;
}

.cswl_top_player-container {
    margin: 10px auto 15px auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 298px !important;
    position: relative !important;
    height: 52px !important;
}
.cswl_top_iframe {
    width: 100% !important;
    height: 52px !important;
    display: block !important;
    border: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

.cswl_top_loading {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f9f9f9 !important;
    color: #666 !important;
    font-size: 12px !important;
    z-index: 1 !important;
}

.cswl_top_alert {
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 12px;
    margin-bottom: 10px;
}
.cswl_top_alert-success {
    background: #f0fff4;
    border: 1px solid #c3e6cb;
    color: #28a745;
}
.cswl_top_alert-danger {
    background: #fff5f5;
    border: 1px solid #ffd2d2;
    color: #dc3545;
}

.cswl_top_asset-info {
    text-align: center;
    color: #ff7f0e;
    font-size: 12px;
    padding: 8px;
    background: #fff8f0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cswl_top_payment-select {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.cswl_top_payment-option {
    flex: 1;
    min-width: 80px;
    padding: 8px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.cswl_top_payment-option.active {
    border-color: #dc3545;
    background: #fff5f5;
}
.cswl_top_payment-option.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f9f9f9;
}
.cswl_top_payment-name {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
}
.cswl_top_payment-desc {
    font-size: 10px;
    color: #666;
}

.cswl_top_input-group {
    display: flex;
    gap: 4px;
    border-radius: 8px;
    overflow: hidden;
}
.cswl_top_form-control {
    flex: 1;
    border: 1px solid #e9ecef;
    font-size: 12px;
    padding: 6px 10px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px 0 0 6px;
}
.cswl_top_form-control:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
}

.cswl_top_btn-danger {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    font-size: 12px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    border-radius: 0 6px 6px 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cswl_top_btn-danger:disabled {
    background: #e6c8cc;
    cursor: not-allowed;
    transform: none;
}
.cswl_top_btn-danger:hover:not(:disabled) {
    background: linear-gradient(135deg, #c82333, #b21f2d);
}

.cswl_top_btn-reload {
    background: linear-gradient(135deg, #6c757d, #495057);
    border: none;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cswl_top_btn-reload:hover {
    background: linear-gradient(135deg, #5a6268, #343a40);
}

.cswl_top_text-muted {
    font-size: 10px;
    color: #868e96;
    margin-top: 8px;
    text-align: center;
}
.cswl_top_text-title {
    font-weight: 500;
    color: #666;
    margin-right: 4px;
}

.cswl_top_config-desc {
    font-size: 11px;
    color: #666;
    background: #f8f9fa;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}

.cswl_top_record-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    overflow: hidden !important;
}
.cswl_top_record-list {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 4px;
}
.cswl_top_record-list::-webkit-scrollbar {
    width: 4px;
}
.cswl_top_record-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
.cswl_top_record-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}
.cswl_top_record-list::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}
.cswl_top_record-item {
    padding: 10px 14px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s;
}
.cswl_top_record-item:last-child {
    border-bottom: none;
}
.cswl_top_record-item:hover {
    background: #fafafa;
}
.cswl_top_record-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cswl_top_record-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.cswl_top_record-info {
    display: flex;
    flex-direction: column;
}
.cswl_top_record-username {
    font-size: 11px;
    font-weight: 500;
    color: #333;
}
.cswl_top_record-uid {
    font-size: 9px;
    color: #888;
}
.cswl_top_record-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cswl_top_record-time {
    font-size: 9px;
    color: #888;
}
.cswl_top_record-status {
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #f0fff4;
    color: #28a745;
    border: 1px solid #e6f9e9;
}
.cswl_top_record-empty {
    padding: 30px 0;
    text-align: center;
    font-size: 11px;
    color: #888;
}
