/* Taoqu Show页面样式 */

/* 基础布局修复 */
* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    width: 100% !important;
    background: transparent !important;
}

.row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

.col-xl-9 {
    width: 75% !important;
    padding: 0 15px !important;
}

.col-xl-3 {
    width: 25% !important;
    padding: 0 15px !important;
}

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: 100% !important;
    padding: 0 15px !important;
}

.col-lg-8 {
    width: 66.666667% !important;
    padding: 0 15px !important;
}

.col-lg-4 {
    width: 33.333333% !important;
    padding: 0 15px !important;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .col-xl-9, .col-xl-3, .col-lg-8, .col-lg-4 {
        width: 100% !important;
    }
    
    .row {
        flex-direction: column !important;
    }
}

/* 修复背景色分离问题 - 确保整个页面都有统一的深色背景 */
html.taoqu-show-page-wrapper,
body.taoqu-show-page-wrapper,
html[data-theme="dark"],
body[data-theme="dark"] {
    background-color: #1a1a1a !important;
    min-height: 100vh !important;
    font-family: system-ui, -apple-system, 'Microsoft YaHei', Arial, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    /* 移除複雜的漸變背景，改用純色提升性能 */
}



/* 修复底部白色长条问题 */
body.taoqu-show-page-wrapper {
    background-color: #1a1a1a !important;
    min-height: 100vh !important;
}

body.taoqu-show-page-wrapper * {

}



/* 布局修复 */
body.taoqu-show-page-wrapper .m24_main_wrapper {
    width: 100% !important;
    min-height: 100vh !important;
    position: relative !important;
    background: transparent !important;
}

body.taoqu-show-page-wrapper .blog_category_wrapper {
    padding: 20px 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
}

body.taoqu-show-page-wrapper .blog_responsive {
    width: 100% !important;
    background: transparent !important;
}

/* 确保侧边栏正确显示 */
body.taoqu-show-page-wrapper .sidebar_widget {
    position: sticky !important;
    top: 20px !important;
    height: fit-content !important;
    background: transparent !important;
}

/* 修复评论区域布局 */
body.taoqu-show-page-wrapper .leave_comment_wrapper {
    margin-top: 30px !important;
    width: 100% !important;
    background: transparent !important;
}

/* 修复按钮布局 */
body.taoqu-show-page-wrapper .artist_btn {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    margin-top: 25px !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn,
body.taoqu-show-page-wrapper .cancel_wrapper {
    flex-shrink: 0 !important;
}

/* 页面标题动画 */
body.taoqu-show-page-wrapper .indx_title_main_wrapper {
    background: linear-gradient(135deg, #1f2432 0%, #2a2f3e 100%) !important;
    padding: 40px 0 !important;
    border-bottom: 2px solid rgba(170, 60, 255, 0.3) !important;
    animation: contentFadeIn 0.8s ease-out !important;
    margin-top: 80px !important;
    width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
}

body.taoqu-show-page-wrapper .indx_title_left_wrapper h2 {
    color: #aa3cff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 0 0 20px rgba(170, 60, 255, 0.5) !important;
    animation: titleGlow 2s ease-in-out infinite alternate !important;
    text-align: center !important;
}

body.taoqu-show-page-wrapper .indx_title_left_wrapper ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}

body.taoqu-show-page-wrapper .indx_title_left_wrapper ul li {
    display: inline-block !important;
    margin: 0 15px !important;
    animation: metaItemFadeIn 0.6s ease-out !important;
}

body.taoqu-show-page-wrapper .indx_title_left_wrapper ul li a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    background: rgba(170, 60, 255, 0.1) !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
}

body.taoqu-show-page-wrapper .indx_title_left_wrapper ul li a:hover {
    color: #aa3cff !important;
    background: rgba(170, 60, 255, 0.2) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(170, 60, 255, 0.3) !important;
}

/* 套曲信息区域 */
body.taoqu-show-page-wrapper .blog_category_wrapper {
    background: transparent !important;
    padding: 20px 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

body.taoqu-show-page-wrapper .jp_blog_single_client_main_section {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(30, 30, 30, 0.9)) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    border: 1px solid rgba(170, 60, 255, 0.2) !important;
    margin-bottom: 5px !important;
    width: 100% !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    perspective: 1000px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}

/* 套曲封面设计 */
body.taoqu-show-page-wrapper .artist_wrapper_content {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
}

body.taoqu-show-page-wrapper .imgDiv {
    position: relative !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    width: 180px !important;
    height: 180px !important;
    flex-shrink: 0 !important;
    border: 4px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.4s ease !important;
}

body.taoqu-show-page-wrapper .imgDiv img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body.taoqu-show-page-wrapper .imgDiv:hover {
    transform: scale(1.05) rotate(5deg) !important;
    border-color: rgba(170, 60, 255, 0.6) !important;
    box-shadow: 0 15px 35px rgba(170, 60, 255, 0.3) !important;
}

body.taoqu-show-page-wrapper .imgDiv:hover img {
    transform: scale(1.1) !important;
}

/* 套曲信息文字 */
body.taoqu-show-page-wrapper .artist_wrapper_text {
    flex: 1 !important;
    min-width: 280px !important;
}

body.taoqu-show-page-wrapper .artist_wrapper_left h1 {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    text-shadow: 0 0 20px rgba(170, 60, 255, 0.5) !important;
    animation: titleGlow 2s ease-in-out infinite alternate !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* 套曲元信息样式 */
body.taoqu-show-page-wrapper .album-meta-info {
    display: flex !important;
    gap: 20px !important;
    margin: 15px 0 !important;
    flex-wrap: wrap !important;
}

body.taoqu-show-page-wrapper .meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    background: rgba(40, 40, 40, 0.6) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(170, 60, 255, 0.2) !important;
    transition: all 0.3s ease !important;
}

body.taoqu-show-page-wrapper .meta-item:hover {
    background: rgba(170, 60, 255, 0.1) !important;
    border-color: rgba(170, 60, 255, 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(170, 60, 255, 0.2) !important;
}

body.taoqu-show-page-wrapper .meta-label {
    color: #aa3cff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body.taoqu-show-page-wrapper .meta-value {
    color: #e0e0e0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

body.taoqu-show-page-wrapper .meta-value:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5) !important;
}

body.taoqu-show-page-wrapper .meta-item a.meta-value:hover {
    color: #ff6b9d !important;
    text-shadow: 0 0 8px rgba(255, 107, 157, 0.5) !important;
}

/* 套曲信息网格布局 */
body.taoqu-show-page-wrapper .album-info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 15px !important;
    margin: 25px 0 !important;
    padding: 20px !important;
    background: rgba(40, 40, 40, 0.6) !important;
    border-radius: 15px !important;
    border: 1px solid rgba(170, 60, 255, 0.2) !important;
}

body.taoqu-show-page-wrapper .info-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 15px 10px !important;
    background: linear-gradient(135deg, rgba(40, 40, 40, 0.9), rgba(30, 30, 30, 0.85)) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
}

body.taoqu-show-page-wrapper .info-item:hover {
    background: rgba(170, 60, 255, 0.1) !important;
    border-color: rgba(170, 60, 255, 0.4) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(170, 60, 255, 0.2) !important;
}

body.taoqu-show-page-wrapper .info-label {
    color: #aa3cff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body.taoqu-show-page-wrapper .info-value {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.taoqu-show-page-wrapper .info-value a {
    color: #e0e0e0 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

body.taoqu-show-page-wrapper .info-value a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5) !important;
}

/* 评分项目特殊样式 */
body.taoqu-show-page-wrapper .rating-item {
    grid-column: span 2 !important;
}

body.taoqu-show-page-wrapper .rating-stars {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.taoqu-show-page-wrapper .star_rating {
    display: flex !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.taoqu-show-page-wrapper .star_rating li {
    margin: 0 !important;
    padding: 0 !important;
}

body.taoqu-show-page-wrapper .star_rating li i {
    color: #ffd800 !important;
    font-size: 18px !important;
    animation: starTwinkle 2s ease-in-out infinite !important;
    text-shadow: 0 0 8px rgba(255, 216, 0, 0.6) !important;
}

/* 评分框内的操作按钮样式 */
body.taoqu-show-page-wrapper .rating-actions {
    margin-top: 15px !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

body.taoqu-show-page-wrapper .rating-action-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

body.taoqu-show-page-wrapper .rating-action-btn a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid transparent !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 80px !important;
    height: 36px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    text-align: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

/* 试听按钮样式 */
body.taoqu-show-page-wrapper .preview-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
}

body.taoqu-show-page-wrapper .preview-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* 下载按钮样式 */
body.taoqu-show-page-wrapper .download-btn {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 12px rgba(245, 87, 108, 0.3) !important;
}

body.taoqu-show-page-wrapper .download-btn:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(245, 87, 108, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

body.taoqu-show-page-wrapper .rating-action-btn a i {
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

body.taoqu-show-page-wrapper .rating-action-btn a:hover i {
    transform: scale(1.1) !important;
}

/* 操作按钮 - 优化版 */
body.taoqu-show-page-wrapper .artist_btn {
    margin-top: 30px !important;
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn,
body.taoqu-show-page-wrapper .cancel_wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a,
body.taoqu-show-page-wrapper .cancel_wrapper a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid transparent !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 140px !important;
    height: 48px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* 试听按钮 - 渐变效果 */
body.taoqu-show-page-wrapper .lang_apply_btn a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4) !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a i {
    font-size: 16px !important;
    margin-right: 6px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a:hover i {
    transform: scale(1.1) !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a span {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
}

/* 下载按钮 - 金色主题 */
body.taoqu-show-page-wrapper .cancel_wrapper a {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 25px rgba(240, 147, 251, 0.4) !important;
}

body.taoqu-show-page-wrapper .cancel_wrapper a:hover {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(240, 147, 251, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

body.taoqu-show-page-wrapper .cancel_wrapper a i {
    font-size: 16px !important;
    margin-right: 6px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

body.taoqu-show-page-wrapper .cancel_wrapper a:hover i {
    transform: scale(1.1) !important;
}

body.taoqu-show-page-wrapper .cancel_wrapper a span {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
}

/* 按钮悬停效果增强 */
body.taoqu-show-page-wrapper .lang_apply_btn a::before,
body.taoqu-show-page-wrapper .cancel_wrapper a::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.6s ease !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a:hover::before,
body.taoqu-show-page-wrapper .cancel_wrapper a:hover::before {
    left: 100% !important;
}

/* 按钮点击效果 */
body.taoqu-show-page-wrapper .lang_apply_btn a:active,
body.taoqu-show-page-wrapper .cancel_wrapper a:active {
    transform: translateY(-2px) scale(0.98) !important;
    transition: all 0.1s ease !important;
}

/* 按钮加载状态 */
body.taoqu-show-page-wrapper .lang_apply_btn a.loading,
body.taoqu-show-page-wrapper .cancel_wrapper a.loading {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a.loading i,
body.taoqu-show-page-wrapper .cancel_wrapper a.loading i {
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 優化動畫效果 */
@media (prefers-reduced-motion: no-preference) {
    @keyframes contentFadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* 減少文字陰影動畫的強度 */
    @keyframes titleGlow {
        from {
            text-shadow: 0 0 10px rgba(170, 60, 255, 0.3);
        }
        to {
            text-shadow: 0 0 15px rgba(170, 60, 255, 0.5);
        }
    }

    /* 移除不必要的動畫 */
    body.taoqu-show-page-wrapper .star_rating li i {
        color: #ffd800;
        text-shadow: 0 0 8px rgba(255, 216, 0, 0.6);
    }

    /* 優化滾動動畫 */
    body.taoqu-show-page-wrapper .animate-on-scroll {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        will-change: opacity, transform;
    }

    body.taoqu-show-page-wrapper .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 為不喜歡動畫的用戶提供替代方案 */
@media (prefers-reduced-motion: reduce) {
    body.taoqu-show-page-wrapper .animate-on-scroll {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    body.taoqu-show-page-wrapper .star_rating li i,
    body.taoqu-show-page-wrapper .indx_title_left_wrapper h2 {
        animation: none !important;
    }
}

/* 按钮悬停效果增强 */
body.taoqu-show-page-wrapper .lang_apply_btn a::before,
body.taoqu-show-page-wrapper .cancel_wrapper a::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

body.taoqu-show-page-wrapper .lang_apply_btn a:hover::before,
body.taoqu-show-page-wrapper .cancel_wrapper a:hover::before {
    left: 100% !important;
}

/* 图片悬停效果增强 */
body.taoqu-show-page-wrapper .imgDiv::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, rgba(170, 60, 255, 0.1), rgba(255, 107, 157, 0.1)) !important;
    border-radius: 50% !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

body.taoqu-show-page-wrapper .imgDiv:hover::after {
    opacity: 1 !important;
}

/* 评论框焦点效果 */
body.taoqu-show-page-wrapper .contect_form_footer.focused {
    transform: scale(1.02) !important;
    transition: transform 0.3s ease !important;
}

/* 加载动画 */
body.taoqu-show-page-wrapper .loading {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    border: 3px solid rgba(170, 60, 255, 0.3) !important;
    border-radius: 50% !important;
    border-top-color: #aa3cff !important;
    animation: spin 1s ease-in-out infinite !important;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 响应式设计 */
@media (max-width: 768px) {
    body.taoqu-show-page-wrapper .artist_wrapper_content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    body.taoqu-show-page-wrapper .imgDiv {
        width: 150px !important;
        height: 150px !important;
    }
    
    body.taoqu-show-page-wrapper .artist_wrapper_left h1 {
        font-size: 28px !important;
        text-align: center !important;
    }
    
    body.taoqu-show-page-wrapper .album-info-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 15px !important;
    }
    
    body.taoqu-show-page-wrapper .rating-item {
        grid-column: span 2 !important;
    }
    
    body.taoqu-show-page-wrapper .info-item {
        padding: 12px 8px !important;
    }
    
    body.taoqu-show-page-wrapper .info-label {
        font-size: 11px !important;
    }
    
    body.taoqu-show-page-wrapper .info-value a {
        font-size: 14px !important;
    }
    
    body.taoqu-show-page-wrapper .album-meta-info {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    body.taoqu-show-page-wrapper .meta-item {
        padding: 10px 15px !important;
    }
    
    body.taoqu-show-page-wrapper .artist_btn {
        justify-content: center !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    body.taoqu-show-page-wrapper .lang_apply_btn a,
    body.taoqu-show-page-wrapper .cancel_wrapper a {
        min-width: 180px !important;
        padding: 16px 24px !important;
        font-size: 15px !important;
        height: 52px !important;
    }
    
    body.taoqu-show-page-wrapper .lang_apply_btn a i,
    body.taoqu-show-page-wrapper .cancel_wrapper a i {
        font-size: 18px !important;
    }
    
    body.taoqu-show-page-wrapper .lang_apply_btn a span,
    body.taoqu-show-page-wrapper .cancel_wrapper a span {
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    body.taoqu-show-page-wrapper .imgDiv {
        width: 120px !important;
        height: 120px !important;
    }
    
    body.taoqu-show-page-wrapper .artist_wrapper_left h1 {
        font-size: 24px !important;
        text-align: center !important;
    }
    
    body.taoqu-show-page-wrapper .lang_apply_btn a,
    body.taoqu-show-page-wrapper .cancel_wrapper a {
        padding: 12px 20px !important;
        font-size: 14px !important;
        min-width: 160px !important;
        height: 48px !important;
    }
    
    body.taoqu-show-page-wrapper .lang_apply_btn a i,
    body.taoqu-show-page-wrapper .cancel_wrapper a i {
        font-size: 16px !important;
    }
    
    body.taoqu-show-page-wrapper .lang_apply_btn a span,
    body.taoqu-show-page-wrapper .cancel_wrapper a span {
        font-size: 14px !important;
    }
    
    /* 小屏幕优化 */
    body.taoqu-show-page-wrapper .album-info-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 10px !important;
    }
    
    body.taoqu-show-page-wrapper .rating-item {
        grid-column: span 1 !important;
    }
    
    body.taoqu-show-page-wrapper .album-meta-info {
        gap: 8px !important;
    }
    
    body.taoqu-show-page-wrapper .meta-item {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
}

/* 下載確認彈窗樣式 - 與其他彈窗保持一致 */
.layui-layer.download-confirm-modal {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    min-height: 500px !important;
    max-height: 600px !important;
}

.layui-layer.download-confirm-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.9)) !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    text-align: center !important;
    padding: 20px 25px !important;
    border: none !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10 !important;
}

.download-modal-title i {
    font-size: 20px !important;
}

.layui-layer.download-confirm-modal .layui-layer-content {
    padding: 0 !important;
    background: linear-gradient(135deg, #1a1a2e, #16213e) !important;
    border-radius: 0 !important;
    min-height: 350px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.layui-layer.download-confirm-modal .layui-layer-content::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at top right, rgba(65, 88, 208, 0.1), transparent 70%) !important;
    pointer-events: none !important;
}

.download-confirm-content {
    padding: 30px !important;
    text-align: center !important;
    background: transparent !important;
    color: #e8f4fd !important;
    font-family: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 350px !important;
}

.layui-layer.download-confirm-modal .download-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.9)) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    box-shadow: 0 10px 30px rgba(170, 60, 255, 0.4) !important;
}

.layui-layer.download-confirm-modal .download-icon i {
    font-size: 40px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.layui-layer.download-confirm-modal .download-title {
    color: #aa3cff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.2 !important;
}

.layui-layer.download-confirm-modal .download-desc {
    color: #e8f4fd !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-width: 350px !important;
}

.layui-layer.download-confirm-modal .layui-layer-btn {
    padding: 20px 30px !important;
    background: rgba(30, 30, 30, 0.95) !important;
    transition: all 0.3s ease !important;
    border-top: 1px solid rgba(170, 60, 255, 0.2) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 0 !important;
    min-height: 80px !important;
}

.layui-layer.download-confirm-modal .layui-layer-btn a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    min-width: 110px !important;
    max-width: 140px !important;
    flex: 1 !important;
    flex-shrink: 0 !important;
    height: 44px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    white-space: nowrap !important;
}

.layui-layer.download-confirm-modal .layui-layer-btn .layui-layer-btn0 {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.9)) !important;
    color: white !important;
    border-color: rgba(170, 60, 255, 0.5) !important;
    box-shadow: 0 5px 15px rgba(170, 60, 255, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.download-confirm-modal .layui-layer-btn .layui-layer-btn0:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(170, 60, 255, 0.4) !important;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.9), rgba(170, 60, 255, 0.9)) !important;
}

.layui-layer.download-confirm-modal .layui-layer-btn .layui-layer-btn1 {
    background: rgba(40, 40, 40, 0.95) !important;
    color: #e0e0e0 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.download-confirm-modal .layui-layer-btn .layui-layer-btn1:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2) !important;
}

/* 下載結果彈窗樣式 - 符合頁面風格 */
.layui-layer.download-result-modal {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(170, 60, 255, 0.2) !important;
    background: rgba(20, 20, 20, 0.98) !important;
}

.layui-layer.download-result-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9) 0%, rgba(255, 107, 157, 0.9) 100%) !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 25px 25px 40px 25px !important;
    border: none !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
    backdrop-filter: blur(10px) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.download-result-title i {
    font-size: 20px !important;
}

.layui-layer.download-result-modal .layui-layer-content {
    padding: 2px 30px !important;
    background: rgba(20, 20, 20, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    min-height: 250px !important;
}

.download-result-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important;
    text-shadow: 0 0 10px rgba(170, 60, 255, 0.5) !important;
}

.download-success-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.8) 0%, rgba(255, 107, 157, 0.8) 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 30px rgba(170, 60, 255, 0.4) !important;
    position: relative !important;
    z-index: 5 !important;
}

.download-success-icon i {
    font-size: 36px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.download-result-info {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.download-url-section,
.download-password-section {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    border: 1px solid rgba(170, 60, 255, 0.2) !important;
    box-shadow: 0 4px 12px rgba(170, 60, 255, 0.5) !important;
}

.download-url-section h4,
.download-password-section h4 {
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.download-url-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.8) 0%, rgba(255, 107, 157, 0.8) 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(170, 60, 255, 0.3) !important;
}

.download-url-btn:hover {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.8) 0%, rgba(170, 60, 255, 0.8) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(170, 60, 255, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.download-url-btn i {
    margin-right: 8px !important;
}

.password-display {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(170, 60, 255, 0.5) !important;
    border-radius: 10px !important;
    padding: 12px 15px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: 'Courier New', monospace !important;
    letter-spacing: 2px !important;
    box-shadow: 0 4px 12px rgba(170, 60, 255, 0.3) !important;
}

.password-display:hover {
    background: rgba(170, 60, 255, 0.1) !important;
    border-color: rgba(255, 107, 157, 0.8) !important;
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(170, 60, 255, 0.4) !important;
}

.password-tip {
    color: #e0e0e0 !important;
    font-size: 12px !important;
    text-align: center !important;
    margin-top: 8px !important;
    font-style: italic !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.download-result-modal .layui-layer-close {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: white !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
}

.download-result-modal .layui-layer-close:hover {
    background: rgba(170, 60, 255, 0.2) !important;
    transform: rotate(90deg) !important;
    border-color: rgba(170, 60, 255, 0.5) !important;
}

/* VIP信息弹窗样式 */
.layui-layer.vip-info-modal {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 193, 7, 0.2) !important;
    background: rgba(20, 20, 20, 0.98) !important;
}

.layui-layer.vip-info-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.9) 0%, rgba(255, 152, 0, 0.9) 100%) !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 25px 25px 40px 25px !important;
    border: none !important;
    text-align: center !important;
    position: relative !important;
    z-index: 50 !important;
    backdrop-filter: blur(10px) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.vip-info-title i {
    font-size: 20px !important;
}

.layui-layer.vip-info-modal .layui-layer-content {
    padding: 30px !important;
    background: rgba(20, 20, 20, 0.95) !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    min-height: 200px !important;
}

.vip-info-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.5) !important;
}

.vip-info-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.8) 0%, rgba(255, 152, 0, 0.8) 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4) !important;
    position: relative !important;
    z-index: 5 !important;
}

.vip-info-icon i {
    font-size: 36px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.vip-info-message h3 {
    color: white !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.vip-details {
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    border: 1px solid rgba(255, 193, 7, 0.2) !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.vip-details p {
    color: #e0e0e0 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.vip-details p:last-child {
    margin-bottom: 0 !important;
}

.vip-details .highlight {
    color: #ffc107 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.vip-benefit {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 152, 0, 0.1) 100%) !important;
    border-radius: 15px !important;
    padding: 15px 20px !important;
    border: 1px solid rgba(255, 193, 7, 0.3) !important;
}

.vip-benefit p {
    color: #ffc107 !important;
    font-size: 14px !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

.vip-benefit strong {
    color: #ff9800 !important;
    font-weight: bold !important;
}

/* 充值弹窗样式 */
.layui-layer.recharge-modal {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(76, 175, 80, 0.2) !important;
    background: rgba(20, 20, 20, 0.98) !important;
}

.layui-layer.recharge-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.9) 0%, rgba(139, 195, 74, 0.9) 100%) !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 25px 25px 40px 25px !important;
    border: none !important;
    text-align: center !important;
    position: relative !important;
    z-index: 50 !important;
    backdrop-filter: blur(10px) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.recharge-title i {
    font-size: 20px !important;
}

.layui-layer.recharge-modal .layui-layer-content {
    padding: 30px !important;
    background: rgba(20, 20, 20, 0.95) !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    min-height: 150px !important;
}

.recharge-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    text-shadow: 0 0 10px rgba(76, 175, 80, 0.5) !important;
}

.recharge-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.8) 0%, rgba(139, 195, 74, 0.8) 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4) !important;
    position: relative !important;
    z-index: 5 !important;
}

.recharge-icon i {
    font-size: 36px !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.recharge-message h3 {
    color: white !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.recharge-message p {
    color: #e0e0e0 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
}

.recharge-options {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.recharge-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    min-width: 120px !important;
    gap: 8px !important;
}

.recharge-btn.primary {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.9) 0%, rgba(139, 195, 74, 0.9) 100%) !important;
    color: white !important;
    border-color: rgba(76, 175, 80, 0.5) !important;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3) !important;
}

.recharge-btn.primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4) !important;
    background: linear-gradient(135deg, rgba(76, 175, 80, 1) 0%, rgba(139, 195, 74, 1) 100%) !important;
}

.recharge-btn.secondary {
    background: rgba(40, 40, 40, 0.9) !important;
    color: #e0e0e0 !important;
    border-color: rgba(76, 175, 80, 0.3) !important;
}

.recharge-btn.secondary:hover {
    background: rgba(76, 175, 80, 0.15) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(76, 175, 80, 0.6) !important;
    color: white !important;
}

/* VIP按鈕樣式 */
.custom-modal-vip .btn0 {
    background: linear-gradient(135deg, #4CAF50 0%, #45B649 100%);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.custom-modal-vip .btn1 {
    background: rgba(40, 40, 40, 0.95);
    color: #e0e0e0;
    border: 2px solid rgba(76, 175, 80, 0.3);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.custom-modal-vip .btn0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.custom-modal-vip .btn1:hover {
    background: rgba(76, 175, 80, 0.15);
    color: white;
    border-color: rgba(76, 175, 80, 0.6);
}

/* 下載按鈕樣式 */
.custom-modal-download .btn0 {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF4B2B 100%);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.custom-modal-download .btn1 {
    background: rgba(40, 40, 40, 0.95);
    color: #e0e0e0;
    border: 2px solid rgba(255, 107, 107, 0.3);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.custom-modal-download .btn0:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.custom-modal-download .btn1:hover {
    background: rgba(255, 107, 107, 0.15);
    color: white;
    border-color: rgba(255, 107, 107, 0.6);
}

/* 價格提示框樣式 */
.price-tooltip {
    position: absolute !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.95) 0%, rgba(255, 107, 157, 0.95) 100%) !important;
    color: white !important;
    padding: 12px 18px !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    z-index: 10000 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    max-width: 280px !important;
    word-wrap: break-word !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    bottom: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    margin-bottom: 10px !important;
}

.price-tooltip.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}

.price-tooltip .price-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.price-tooltip .price-info i {
    font-size: 1rem !important;
    color: #ffd700 !important;
}

.tooltip-arrow {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border: 8px solid transparent !important;
    border-top-color: rgba(170, 60, 255, 0.95) !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
}

/* 下載按鈕容器相對定位 */
.rating-action-btn {
    position: relative !important;
}

/* 響應式設計 */
@media (max-width: 768px) {
    .price-tooltip {
        font-size: 0.8rem !important;
        padding: 10px 15px !important;
        max-width: 240px !important;
    }
    
    .price-tooltip .price-info {
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }
    
    .price-tooltip .price-info i {
        font-size: 0.9rem !important;
    }
    
    .download-confirm-modal,
    .download-result-modal {
        margin: 20px !important;
        width: calc(100% - 40px) !important;
    }
    
    .download-confirm-modal .layui-layer-content,
    .download-result-modal .layui-layer-content {
        padding: 20px !important;
    }
    
    .download-title {
        font-size: 20px !important;
    }
    
    .download-desc {
        font-size: 14px !important;
    }
    
    .download-confirm-modal .layui-layer-btn {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .download-confirm-modal .layui-layer-btn a {
        padding: 10px 20px !important;
        font-size: 14px !important;
        min-width: 100px !important;
        width: 100% !important;
        max-width: 200px !important;
    }
    
    .password-display {
        font-size: 16px !important;
        padding: 10px 12px !important;
    }
}

@media (max-width: 480px) {
    .price-tooltip {
        font-size: 0.75rem !important;
        padding: 8px 12px !important;
        max-width: 200px !important;
    }
    
    .price-tooltip .price-info {
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }
    
    .price-tooltip .price-info i {
        font-size: 0.8rem !important;
    }
    
    .download-confirm-modal,
    .download-result-modal {
        margin: 10px !important;
        width: calc(100% - 20px) !important;
    }
    
    .download-confirm-modal .layui-layer-content,
    .download-result-modal .layui-layer-content {
        padding: 15px !important;
    }
    
    .download-icon,
    .download-success-icon {
        width: 60px !important;
        height: 60px !important;
    }
    
    .download-icon i,
    .download-success-icon i {
        font-size: 28px !important;
    }
    
    .download-title {
        font-size: 18px !important;
    }
    
    .download-desc {
        font-size: 13px !important;
    }
    
    .download-confirm-modal .layui-layer-btn {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .download-confirm-modal .layui-layer-btn a {
        padding: 8px 15px !important;
        font-size: 13px !important;
        min-width: 80px !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 180px !important;
    }
    
    .password-display {
        font-size: 14px !important;
        padding: 8px 10px !important;
        letter-spacing: 1px !important;
    }
}

/* ===== VIP免費套曲提示彈窗樣式 - 完全獨立 ===== */
.layui-layer.taoqu-vip-notice-modal {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    min-height: 650px !important;
    max-height: 750px !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.9)) !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    text-align: center !important;
    padding: 20px 25px !important;
    border: none !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10 !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-content {
    padding: 0 !important;
    background: linear-gradient(135deg, #1a1a2e, #16213e) !important;
    border-radius: 0 !important;
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.taoqu-vip-notice-content {
    padding: 25px 30px 20px 30px !important;
    text-align: center !important;
    background: transparent !important;
    color: #e8f4fd !important;
    font-family: inherit !important;
    min-height: 500px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.taoqu-vip-notice-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.9)) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    box-shadow: 0 10px 30px rgba(170, 60, 255, 0.4) !important;
}

.taoqu-vip-notice-icon i {
    font-size: 36px !important;
    color: white !important;
}

.taoqu-vip-notice-message h3 {
    color: #aa3cff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.2 !important;
}

.taoqu-vip-notice-details {
    margin-bottom: 20px !important;
    padding: 18px 20px !important;
    background: rgba(170, 60, 255, 0.1) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.taoqu-vip-notice-details p {
    margin: 8px 0 !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.5 !important;
    flex-wrap: wrap !important;
}

.taoqu-vip-notice-details i {
    margin-right: 10px !important;
    color: #aa3cff !important;
    width: 20px !important;
    text-align: center !important;
}

.taoqu-vip-notice-details .highlight {
    color: #aa3cff !important;
    font-weight: 700 !important;
    margin-left: 5px !important;
}

.taoqu-vip-benefits {
    text-align: left !important;
    padding: 18px 20px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
}

.taoqu-vip-benefits h4 {
    color: #aa3cff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
    justify-content: center !important;
}

.taoqu-vip-benefits ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.taoqu-vip-benefits li {
    margin: 6px 0 !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #e8f4fd !important;
    line-height: 1.4 !important;
}

.taoqu-vip-benefits li i {
    color: #aa3cff !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
}

/* ===== K幣不足彈窗樣式 - 完全獨立 ===== */
.layui-layer.kcoin-insufficient-modal {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    min-height: 600px !important;
    max-height: 700px !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-title {
    background: linear-gradient(135deg, #ff6b6b, #ff4b2b) !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    text-align: center !important;
    padding: 20px 25px !important;
    border: none !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10 !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-content {
    padding: 0 !important;
    background: linear-gradient(135deg, #1a1a2e, #16213e) !important;
    border-radius: 0 !important;
}

.kcoin-insufficient-content {
    padding: 25px 30px 20px 30px !important;
    text-align: center !important;
    background: transparent !important;
    color: #e8f4fd !important;
    font-family: inherit !important;
    min-height: 400px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.kcoin-insufficient-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, #ff6b6b, #ff4b2b) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4) !important;
}

.kcoin-insufficient-icon i {
    font-size: 36px !important;
    color: white !important;
}

.kcoin-insufficient-message h3 {
    color: #ff6b6b !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.2 !important;
}

.kcoin-insufficient-details {
    margin-bottom: 25px !important;
    padding: 20px !important;
    background: rgba(255, 107, 107, 0.1) !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255, 107, 107, 0.3) !important;
}

.kcoin-insufficient-details p {
    margin: 10px 0 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.4 !important;
}

.kcoin-insufficient-details i {
    margin-right: 10px !important;
    color: #ff6b6b !important;
    width: 20px !important;
    text-align: center !important;
}

.kcoin-options {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.kcoin-option {
    padding: 18px 15px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    min-height: 100px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.kcoin-option::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
    transition: left 0.5s ease !important;
}

.kcoin-option:hover::before {
    left: 100% !important;
}

.kcoin-option:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.kcoin-option:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.kcoin-option i {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.kcoin-option:nth-child(1) i {
    color: #ffd700 !important;
}

.kcoin-option:nth-child(2) i {
    color: #ff6b6b !important;
}

.kcoin-option h4 {
    color: #e8f4fd !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 10px 0 5px !important;
}

.kcoin-option p {
    color: #b0b0b0 !important;
    font-size: 12px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.kcoin-option::after {
    content: '點擊前往' !important;
    position: absolute !important;
    bottom: 8px !important;
    right: 8px !important;
    font-size: 10px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 2px 6px !important;
    border-radius: 8px !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.kcoin-option:hover::after {
    opacity: 1 !important;
}

/* ===== VIP免費套曲提示彈窗按鈕樣式 ===== */
.layui-layer.taoqu-vip-notice-modal .layui-layer-btn {
    padding: 20px 25px !important;
    background: rgba(30, 30, 30, 0.95) !important;
    transition: all 0.3s ease !important;
    border-top: 1px solid rgba(170, 60, 255, 0.2) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-top: 0 !important;
    min-height: 80px !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    margin: 0 !important;
    border-radius: 25px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    min-width: 100px !important;
    max-width: 120px !important;
    flex: 1 !important;
    flex-shrink: 0 !important;
    height: 44px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    white-space: nowrap !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn .layui-layer-btn0 {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.9)) !important;
    color: white !important;
    border-color: rgba(170, 60, 255, 0.5) !important;
    box-shadow: 0 5px 15px rgba(170, 60, 255, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn .layui-layer-btn0:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(170, 60, 255, 0.4) !important;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.9), rgba(170, 60, 255, 0.9)) !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn .layui-layer-btn1 {
    background: rgba(40, 40, 40, 0.95) !important;
    color: #e0e0e0 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn .layui-layer-btn1:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2) !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn .layui-layer-btn2 {
    background: rgba(40, 40, 40, 0.95) !important;
    color: #e0e0e0 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.taoqu-vip-notice-modal .layui-layer-btn .layui-layer-btn2:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2) !important;
}

/* ===== K幣不足彈窗按鈕樣式 ===== */
.layui-layer.kcoin-insufficient-modal .layui-layer-btn {
    padding: 20px 30px !important;
    background: rgba(30, 30, 30, 0.95) !important;
    transition: all 0.3s ease !important;
    border-top: 1px solid rgba(255, 107, 107, 0.2) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 0 !important;
    min-height: 80px !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    min-width: 110px !important;
    max-width: 140px !important;
    flex: 1 !important;
    flex-shrink: 0 !important;
    height: 44px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    white-space: nowrap !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn .layui-layer-btn0 {
    background: linear-gradient(135deg, #ffd700, #ffb347) !important;
    color: #1a1a2e !important;
    border-color: rgba(255, 215, 0, 0.5) !important;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn .layui-layer-btn0:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4) !important;
    background: linear-gradient(135deg, #ffb347, #ffd700) !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn .layui-layer-btn1 {
    background: linear-gradient(135deg, #ff6b6b, #ff4b2b) !important;
    color: white !important;
    border: 2px solid rgba(255, 107, 107, 0.5) !important;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn .layui-layer-btn1:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4) !important;
    background: linear-gradient(135deg, #ff4b2b, #ff6b6b) !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn .layui-layer-btn2 {
    background: rgba(40, 40, 40, 0.95) !important;
    color: #e0e0e0 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.layui-layer.kcoin-insufficient-modal .layui-layer-btn .layui-layer-btn2:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2) !important;
}




/* VIP折扣K幣不足彈窗樣式 */
.layui-layer.vip-discount-insufficient-modal {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.98), rgba(30, 30, 30, 0.95)) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    backdrop-filter: blur(15px) !important;
}

.layui-layer.vip-discount-insufficient-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.8)) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 20px 25px !important;
    border-radius: 20px 20px 0 0 !important;
    border: none !important;
    font-size: 18px !important;
    text-align: center !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vip-discount-insufficient-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.vip-discount-insufficient-title i {
    font-size: 20px !important;
    color: #ffd700 !important;
}

.vip-discount-insufficient-content {
    padding: 30px 25px !important;
    background: linear-gradient(135deg, rgba(40, 40, 40, 0.9), rgba(30, 30, 30, 0.85)) !important;
    border-radius: 0 0 20px 20px !important;
    min-height: 550px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.vip-discount-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.8), rgba(255, 107, 157, 0.8)) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    box-shadow: 0 8px 25px rgba(170, 60, 255, 0.4) !important;
}

.vip-discount-icon i {
    font-size: 35px !important;
    color: #ffffff !important;
}

.vip-discount-message h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.3 !important;
}

.vip-discount-details {
    background: linear-gradient(135deg, rgba(50, 50, 50, 0.8), rgba(40, 40, 40, 0.7)) !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vip-discount-details p {
    margin: 12px 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #e0e0e0 !important;
}

.vip-discount-details p i {
    color: rgba(170, 60, 255, 0.8) !important;
    margin-right: 8px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

.vip-discount-details .highlight {
    color: #ffd700 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.vip-discount-warning {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05)) !important;
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vip-discount-warning p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #ff6b6b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
}

.vip-discount-warning p i {
    color: #ff6b6b !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
}

.vip-discount-warning strong {
    color: #ff6b6b !important;
    font-weight: 600 !important;
}

/* 按鈕樣式 */
.layui-layer.vip-discount-insufficient-modal .layui-layer-btn {
    padding: 20px 25px !important;
    background: linear-gradient(135deg, rgba(40, 40, 40, 0.9), rgba(30, 30, 30, 0.85)) !important;
    border-top: 1px solid rgba(170, 60, 255, 0.2) !important;
    border-radius: 0 0 20px 20px !important;
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
}

.layui-layer.vip-discount-insufficient-modal .layui-layer-btn .layui-layer-btn0 {
    background: linear-gradient(135deg, #ffd700, #ffb347) !important;
    color: #1a1a2e !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    max-width: 150px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.layui-layer.vip-discount-insufficient-modal .layui-layer-btn .layui-layer-btn0:hover {
    background: linear-gradient(135deg, #ffed4e, #ffc107) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

.layui-layer.vip-discount-insufficient-modal .layui-layer-btn .layui-layer-btn1 {
    background: linear-gradient(135deg, rgba(80, 80, 80, 0.8), rgba(60, 60, 60, 0.7)) !important;
    color: #e0e0e0 !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    max-width: 150px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.layui-layer.vip-discount-insufficient-modal .layui-layer-btn .layui-layer-btn1:hover {
    background: linear-gradient(135deg, rgba(100, 100, 100, 0.9), rgba(80, 80, 80, 0.8)) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* VIP半價下載K幣不足彈窗樣式 */
.layui-layer.vip-half-price-insufficient-modal {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.98), rgba(30, 30, 30, 0.95)) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    backdrop-filter: blur(15px) !important;
}

.layui-layer.vip-half-price-insufficient-modal .layui-layer-title {
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.9), rgba(255, 107, 157, 0.8)) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 20px 25px !important;
    border-radius: 20px 20px 0 0 !important;
    border: none !important;
    font-size: 18px !important;
    text-align: center !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vip-half-price-insufficient-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.vip-half-price-insufficient-title i {
    font-size: 20px !important;
    color: #ffd700 !important;
}

.vip-half-price-insufficient-content {
    padding: 30px 25px !important;
    background: linear-gradient(135deg, rgba(40, 40, 40, 0.9), rgba(30, 30, 30, 0.85)) !important;
    border-radius: 0 0 20px 20px !important;
    min-height: 450px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.vip-half-price-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, rgba(170, 60, 255, 0.8), rgba(255, 107, 157, 0.8)) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 25px !important;
    box-shadow: 0 8px 25px rgba(170, 60, 255, 0.4) !important;
}

.vip-half-price-icon i {
    font-size: 35px !important;
    color: #ffffff !important;
}

.vip-half-price-message h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.3 !important;
}

.vip-half-price-details {
    background: linear-gradient(135deg, rgba(50, 50, 50, 0.8), rgba(40, 40, 40, 0.7)) !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin: 20px 0 !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vip-half-price-details p {
    margin: 12px 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #e0e0e0 !important;
}

.vip-half-price-details p i {
    color: rgba(170, 60, 255, 0.8) !important;
    margin-right: 8px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

.vip-half-price-details .highlight {
    color: #ffd700 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.vip-half-price-warning {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05)) !important;
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
    border-radius: 12px !important;
    padding: 15px !important;
    margin-top: 20px !important;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vip-half-price-warning p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #ff6b6b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.vip-half-price-warning p i {
    color: #ff6b6b !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
}

.vip-half-price-warning strong {
    color: #ff6b6b !important;
    font-weight: 600 !important;
}

/* 按鈕樣式 */
.layui-layer.vip-half-price-insufficient-modal .layui-layer-btn {
    padding: 20px 25px !important;
    background: linear-gradient(135deg, rgba(40, 40, 40, 0.9), rgba(30, 30, 30, 0.85)) !important;
    border-top: 1px solid rgba(170, 60, 255, 0.2) !important;
    border-radius: 0 0 20px 20px !important;
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
}

.layui-layer.vip-half-price-insufficient-modal .layui-layer-btn .layui-layer-btn0 {
    background: linear-gradient(135deg, #ffd700, #ffb347) !important;
    color: #1a1a2e !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    max-width: 150px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.layui-layer.vip-half-price-insufficient-modal .layui-layer-btn .layui-layer-btn0:hover {
    background: linear-gradient(135deg, #ffed4e, #ffc107) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

.layui-layer.vip-half-price-insufficient-modal .layui-layer-btn .layui-layer-btn1 {
    background: linear-gradient(135deg, rgba(80, 80, 80, 0.8), rgba(60, 60, 60, 0.7)) !important;
    color: #e0e0e0 !important;
    border: 1px solid rgba(170, 60, 255, 0.3) !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    max-width: 150px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.layui-layer.vip-half-price-insufficient-modal .layui-layer-btn .layui-layer-btn1:hover {
    background: linear-gradient(135deg, rgba(100, 100, 100, 0.9), rgba(80, 80, 80, 0.8)) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}
