/* 本文件由内联 <style> 原样抽取生成，内容逐字保持一致；
   主题配色通过 :root 上的 --dk-* CSS 变量注入（见 zibll-dk-sam.php 的 wp_add_inline_style）。 */
            .zibll-dk-sam-rewards-table {
                width: 100%;
                border-collapse: collapse;
                background: #fff;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            }
            
            .zibll-dk-sam-rewards-table th {
                background: #f8f9fa;
                padding: 12px 15px;
                text-align: center;
                font-weight: 600;
                color: #333;
                font-size: 14px;
                border-bottom: 2px solid #e9ecef;
            }
            
            .zibll-dk-sam-rewards-table th:first-child {
                border-top-left-radius: 8px;
            }
            
            .zibll-dk-sam-rewards-table th:last-child {
                border-top-right-radius: 8px;
            }
            
            .zibll-dk-sam-rewards-table td {
                padding: 15px;
                border-bottom: 1px solid #e9ecef;
                font-size: 14px;
                color: #333;
                text-align: center;
                vertical-align: middle !important;
                height: 60px;
                line-height: 1.5;
            }
            
            .zibll-dk-sam-rewards-table td:first-child {
                font-weight: 500;
            }
            
            .zibll-dk-sam-rewards-table tr:last-child td {
                border-bottom: none;
            }
            
            .zibll-dk-sam-rewards-table tr:hover {
                background: #f8f9fa;
            }
            
            .zibll-dk-sam-claim-btn {
                padding: 8px 20px;
                background: #1890ff;
                color: #fff;
                border: none;
                border-radius: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
                font-size: 13px;
                font-weight: 500;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                vertical-align: middle;
            }
            
            .zibll-dk-sam-claim-btn:hover {
                background: #40a9ff;
                transform: translateY(-1px);
                box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
            }
            
            .zibll-dk-sam-disabled-btn {
                padding: 8px 20px;
                background: #f0f0f0;
                color: #999;
                border: none;
                border-radius: 20px;
                cursor: not-allowed;
                font-size: 13px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                vertical-align: middle;
            }
            
            .zibll-dk-sam-my-rewards-btn {
                padding: 8px 20px;
                background: #1890ff;
                color: #fff;
                border: none;
                border-radius: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
                font-size: 13px;
                font-weight: 500;
            }
            
            .zibll-dk-sam-my-rewards-btn:hover {
                background: #40a9ff;
                transform: translateY(-1px);
                box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
            }
            
            /* 我的奖励弹窗样式 */
            .zibll-dk-sam-rewards-modal {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                width: 100vw !important;
                height: 100vh !important;
                background: rgba(0, 0, 0, 0.5) !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                z-index: 999999 !important;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
            }
            
            .zibll-dk-sam-rewards-modal.active {
                opacity: 1;
                visibility: visible;
            }
            
            .zibll-dk-sam-rewards-modal-content {
                background: #fff;
                border-radius: 12px;
                width: 90%;
                max-width: 600px;
                max-height: 80vh;
                position: relative;
                display: flex;
                flex-direction: column;
            }
            
            .zibll-dk-sam-rewards-modal-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 25px;
                border-bottom: 1px solid #e9ecef;
                flex-shrink: 0;
            }
            
            .zibll-dk-sam-rewards-modal-body {
                padding: 0 25px 25px;
                overflow-y: auto;
                flex-grow: 1;
            }
            
            .zibll-dk-sam-rewards-modal-header h3 {
                margin: 0;
                font-size: 18px;
                font-weight: 600;
                color: #333;
            }
            
            .zibll-dk-sam-rewards-modal-close {
                background: none;
                border: none;
                font-size: 20px;
                cursor: pointer;
                color: #999;
                transition: color 0.3s ease;
            }
            
            .zibll-dk-sam-rewards-modal-close:hover {
                color: #333;
            }
            
            .zibll-dk-sam-rewards-list {
                margin: 0;
                padding: 0;
                list-style: none;
            }
            
            .zibll-dk-sam-rewards-list li {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px;
                margin-bottom: 10px;
                background: #f8f9fa;
                border-radius: 8px;
                transition: all 0.3s ease;
            }
            
            .zibll-dk-sam-rewards-list li:hover {
                background: #e9ecef;
            }
            
            .zibll-dk-sam-reward-info {
                flex: 1;
            }
            
            .zibll-dk-sam-reward-name {
                font-weight: 600;
                color: #333;
                margin-bottom: 5px;
            }
            
            .zibll-dk-sam-reward-detail {
                font-size: 14px;
                color: #666;
            }
            
            .zibll-dk-sam-reward-value {
                font-weight: 600;
                color: #1890ff;
                font-size: 16px;
            }
            
            .zibll-dk-sam-reward-value {
                color: #1890ff;
                font-weight: 600;
                display: inline-block;
                vertical-align: middle;
            }
            
            .zibll-dk-sam-reward-time {
                font-size: 12px;
                color: #999;
                margin-top: 4px;
            }
            
            @keyframes spin {
                0% { transform: rotate(0deg); }
                100% { transform: rotate(360deg); }
            }
            
            .zibll-dk-sam-reward-status {
                padding: 4px 12px;
                border-radius: 12px;
                font-size: 12px;
                font-weight: 500;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
            }
            
            .zibll-dk-sam-reward-status.claimed {
                background: #e6f7ee;
                color: #52c41a;
            }
            
            .zibll-dk-sam-reward-status.unclaimed {
                background: #fff1f0;
                color: #ff4d4f;
            }
            
            .zibll-dk-sam-reward-status.available {
                background: #e6f7ff;
                color: #1890ff;
            }
            
            .zibll-dk-sam-reward-status.unavailable {
                background: #f5f5f5;
                color: #999;
            }
            
            .zibll-dk-sam-login-btn {
                padding: 8px 20px;
                background: #1890ff;
                color: #fff;
                border: none;
                border-radius: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
                font-size: 13px;
                font-weight: 500;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                vertical-align: middle;
            }
            
            .zibll-dk-sam-login-btn:hover {
                background: #40a9ff;
                transform: translateY(-1px);
                box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
            }
            
            /* 响应式布局 */
            @media screen and (max-width: 768px) {
                .zibll-dk-sam-rewards-card {
                    margin-bottom: 15px;
                }
                
                .zibll-dk-sam-rewards-card-header {
                    padding: 15px;
                }
                
                .zibll-dk-sam-rewards-card-header h4 {
                    font-size: 18px;
                }
                
                .zibll-dk-sam-rewards-card-body {
                    padding: 15px;
                }
                
                .zibll-dk-sam-rewards-table {
                    font-size: 13px;
                }
                
                .zibll-dk-sam-rewards-table th,
                .zibll-dk-sam-rewards-table td {
                    padding: 10px;
                }
                
                .zibll-dk-sam-claim-btn,
                .zibll-dk-sam-disabled-btn {
                    padding: 6px 15px;
                    font-size: 12px;
                }
            }
            
            @media screen and (max-width: 480px) {
                .zibll-dk-sam-rewards-table {
                    display: block;
                    overflow-x: auto;
                }
                
                .zibll-dk-sam-rewards-table table {
                    min-width: 600px;
                }
            }
