/* 本文件由内联 <style> 原样抽取生成，内容逐字保持一致；
   主题配色通过 :root 上的 --dk-* CSS 变量注入（见 zibll-dk-sam.php 的 wp_add_inline_style）。 */

/* P2-11：统一主题变量（暗黑模式与换肤基础）。默认值与现有配色一致，不改动既有视觉。 */
:root {
    /* 主色：浅蓝调（统一色系） */
    --dk-primary: #3b82f6;
    --dk-primary-light: #60a5fa;
    --dk-primary-dark: #1d4ed8;
    --dk-bg: #ffffff;
    --dk-bg-soft: #f0f7ff;
    --dk-text: #1e293b;
    --dk-text-muted: #64748b;
    --dk-border: #dbeafe;
    --dk-success: #4caf50;
    --dk-danger: #f44336;
    /* 按钮渐变（修复原缺漏：--dk-btn-* 在按钮样式中被 var() 引用但未定义） */
    --dk-btn-color: #3b82f6;
    --dk-btn-color-end: #1d4ed8;
    --dk-btn-rgb: 59, 130, 246;
    --dk-btn-checked-color: #52c41a;
    --dk-btn-checked-color-end: #28a745;
    --dk-btn-checked-rgb: 82, 196, 26;
}

@media (prefers-color-scheme: dark) {
    .zibll-dk-sam-container {
        background: #1a1a1a;
        color: #e6e6e6;
    }
    .zibll-dk-sam-pc-card,
    .zibll-dk-sam-rewards-card,
    .zibll-dk-sam-confirm-box,
    .zibll-dk-sam-rules-box,
    .zibll-dk-sam-full-reward-box,
    .zibll-dk-sam-reward-rules-box {
        background: #262626 !important;
        color: #e6e6e6 !important;
        border-color: #3a3a3a !important;
    }
    .zibll-dk-sam-ranking-table th,
    .zibll-dk-sam-ranking-table td {
        border-color: #3a3a3a !important;
        color: #e6e6e6 !important;
    }
}

            /* 移动端头部样式 */
            .zibll-dk-sam-mobile-header {
                display: none;
            }
            
            .zibll-dk-sam-mobile-points-card {
                display: none;
            }
            
            /* 移动端日历头部新增样式 */
            .zibll-dk-sam-mobile-calendar-header {
                display: none;
            }

            /* PC端整体容器 */
            .zibll-dk-sam-container {
                background: transparent;
                padding: 20px;
                min-height: 100vh;
                margin: 0;
                width: 100%;
                box-sizing: border-box;
            }
            
            /* PC端左右分栏布局 */
            .zibll-dk-sam-pc-container {
                display: flex;
                gap: 20px;
                max-width: 1200px;
                margin: 0 auto;
            }
            
            /* 左侧主内容区 */
            .zibll-dk-sam-pc-left {
                flex: 7;
                display: flex;
                flex-direction: column;
                gap: 16px;
                padding: 0;
            }
            
            /* 左侧模块卡片容器 */
            .zibll-dk-sam-pc-card {
                background-color: #ffffff;
                border-radius: 12px;
                padding: 20px;
                box-shadow: 0 4px 20px rgba(0,0,0,0.03);
                border: 1px solid #f0f0f0;
            }
            
            /* 右侧用户信息区 */
            .zibll-dk-sam-pc-right {
                flex: 3;
                background: linear-gradient(135deg, #f0f7ff 0%, #eff6ff 40%, #dbeafe 70%, #dbeafe 100%);
                border-radius: 12px;
                padding: 20px;
                display: flex;
                flex-direction: column;
                gap: 0;
                box-shadow: 0 4px 20px rgba(59, 130, 246, 0.06);
                border: 1px solid #dbeafe;
            }
            
            /* 顶部签到标题栏 */
            .zibll-dk-sam-pc-header {
                display: flex;
                flex-direction: column;
                background: linear-gradient(135deg, #f0f7ff 0%, #eff6ff 40%, #dbeafe 70%, #dbeafe 100%);
                border-radius: 12px;
                overflow: hidden;
                padding: 0;
            }
            
            .zibll-dk-sam-pc-header-top {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                padding: 16px;
                padding-bottom: 0;
            }
            
            .zibll-dk-sam-pc-title {
                display: flex;
                flex-direction: column;
            }
            
            .zibll-dk-sam-pc-title h1 {
                font-size: 28px;
                color: #333;
                margin-bottom: 4px;
            }
            
            .zibll-dk-sam-pc-title h1 .orange-text {
                color: #3b82f6;
            }
            
            .zibll-dk-sam-pc-title p {
                font-size: 14px;
                color: #999;
                margin-bottom: 12px;
            }
            
            .zibll-dk-sam-pc-header-img {
                width: 140px;
                height: 100px;
                /* background-image 改为在元素上通过内联 style 注入，URL 走后台「签到页图片」配置 */
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }
            
            /* 今日签到人数 & 连续签到 & 累计签到 */
            .zibll-dk-sam-pc-stats {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 16px;
                background: #fff;
                border-top: 1px solid #f5f5f5;
                border-radius: 0 0 12px 12px;
                margin: 0;
                width: auto;
                gap: 16px;
            }
            
            .zibll-dk-sam-pc-today-sign {
                display: flex;
                align-items: center;
                gap: 8px;
            }
            
            .zibll-dk-sam-pc-today-sign-icon {
                width: 20px;
                height: 20px;
                background: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path d=\'M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\' fill=\'%23ff9500\'/></svg>") no-repeat center;
                background-size: contain;
            }
            
            .zibll-dk-sam-pc-today-sign span {
                font-size: 14px;
                color: #666;
            }
            
            .zibll-dk-sam-pc-today-sign .count {
                font-size: 18px;
                color: #3b82f6;
                font-weight: bold;
                margin: 0 4px;
            }
            
            .zibll-dk-sam-pc-checkin-stats {
                display: flex;
                gap: 12px;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item {
                display: flex;
                align-items: center;
                gap: 6px;
                font-size: 14px;
                color: #666;
                background: #f5f5f5;
                padding: 6px 12px;
                border-radius: 12px;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item i {
                font-size: 14px;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item:nth-child(1) i {
                color: #3b82f6;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item:nth-child(2) i {
                color: #4080ff;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item .days {
                font-weight: bold;
                font-size: 16px;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item:nth-child(1) .days {
                color: #3b82f6;
            }
            
            .zibll-dk-sam-pc-checkin-stats .stat-item:nth-child(2) .days {
                color: #4080ff;
            }
            
            /* 功能按钮模块 */
            .zibll-dk-sam-pc-function-buttons {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                padding: 16px;
            }
            
            .zibll-dk-sam-pc-function-btn {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 8px 16px;
                background: #f8f9fa;
                border: 1px solid #e9ecef;
                border-radius: 20px;
                cursor: pointer;
                transition: all 0.3s ease;
                font-size: 13px;
                color: #666;
                position: relative;
            }
            
            .zibll-dk-sam-pc-function-btn:hover {
                background: #e9ecef;
                border-color: #dee2e6;
                transform: translateY(-1px);
            }
            
            .zibll-dk-sam-pc-function-btn.active {
                background: linear-gradient(135deg, #1890ff 0%, #40a9ff 100%);
                border-color: #1890ff;
                color: #fff;
                box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
            }
            
            .zibll-dk-sam-pc-function-btn.active:hover {
                transform: translateY(-1px);
                box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4);
            }
            
            .zibll-dk-sam-pc-function-btn i {
                font-size: 14px;
            }
            
            .zibll-dk-sam-pc-function-btn .badge {
                background: #3b82f6;
                color: #fff;
                font-size: 12px;
                padding: 2px 8px;
                border-radius: 10px;
                font-weight: 600;
                min-width: 24px;
                text-align: center;
            }
            
            .zibll-dk-sam-pc-function-btn.active .badge {
                background: rgba(255, 255, 255, 0.3);
            }
            
            /* 功能内容区域 */
            .zibll-dk-sam-pc-function-content {
                display: block;
            }
            
            .zibll-dk-sam-pc-function-content .tab-content {
                display: none;
            }
            
            .zibll-dk-sam-pc-function-content .tab-content.active {
                display: block;
            }
            
            /* 我的奖励列表 */
            .zibll-dk-sam-pc-my-rewards-list {
                padding: 16px;
            }
            
            .zibll-dk-sam-pc-my-rewards-list h3 {
                font-size: 16px;
                color: #333;
                margin: 0 0 16px 0;
                font-weight: 600;
            }
            
            .zibll-dk-sam-pc-my-rewards-table {
                width: 100%;
                border-collapse: collapse;
                font-size: 14px;
            }
            
            .zibll-dk-sam-pc-my-rewards-table thead th {
                padding: 10px 8px;
                background: #f8f9fa;
                color: #666;
                font-weight: 500;
                font-size: 13px;
                border-bottom: 1px solid #e9ecef;
            }
            
            .zibll-dk-sam-pc-my-rewards-table tbody tr {
                border-bottom: 1px solid #f0f0f0;
            }
            
            .zibll-dk-sam-pc-my-rewards-table tbody tr:hover {
                background: #fafafa;
            }
            
            .zibll-dk-sam-pc-my-rewards-table tbody td {
                padding: 10px 8px;
                color: #333;
            }
            
            /* 签到奖励模块 */
            .zibll-dk-sam-pc-rewards {
                margin-bottom: 0;
            }
            
            .zibll-dk-sam-pc-rewards h2 {
                font-size: 16px;
                color: #333;
                margin: 0 0 16px 0;
                display: flex;
                align-items: center;
                gap: 8px;
                font-weight: 600;
            }
            
            .zibll-dk-sam-pc-rewards h2::before {
                content: "🎁";
                width: 20px;
                height: 20px;
                font-size: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .zibll-dk-sam-pc-rewards-list {
                display: flex;
                gap: 8px;
                flex-wrap: wrap;
            }
            
            .zibll-dk-sam-pc-reward-item {
                flex: 1;
                min-width: 80px;
                height: 100px;
                border-radius: 8px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 8px;
                background-color: #f8f9fa;
                border: 1px solid #e9ecef;
            }
            
            .zibll-dk-sam-pc-reward-item.checked {
                background-color: #e8f4ea;
                border: 1px solid #d1e7dd;
            }
            
            .zibll-dk-sam-pc-reward-item:not(.checked):not(.special) {
                background-color: #fff;
                border: 1px solid #eee;
            }
            
            .zibll-dk-sam-pc-reward-item.special {
                background-color: #e6f0ff;
                border: 1px solid #bfdbfe;
                overflow: hidden;
            }
            
            .zibll-dk-sam-pc-reward-item.special .desc {
                color: #3b82f6;
                font-weight: 600;
            }
            
            .zibll-dk-sam-pc-reward-item .day {
                font-size: 12px;
                color: #666;
                margin-bottom: 6px;
                font-weight: 500;
            }
            
            .zibll-dk-sam-pc-reward-item .icon {
                width: 32px;
                height: 32px;
                margin-bottom: 4px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
            }
            
            .zibll-dk-sam-pc-reward-item .desc {
                font-size: 11px;
                color: #666;
                line-height: 1.4;
                text-align: center;
                display: block;
            }
            
            .zibll-dk-sam-pc-reward-item .checked-icon .fa-check-circle {
                font-size: 28px;
                color: #52c41a;
            }
            
            .zibll-dk-sam-pc-reward-item .unchecked-icon img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                pointer-events: none;
                user-select: none;
            }
            
            /* 签到日历 + 签到记录 模块 */
            .zibll-dk-sam-pc-calendar-record {
                display: flex;
                gap: 20px;
            }
            
            .zibll-dk-sam-pc-calendar {
                flex: 1;
                border-radius: 8px;
                border: 1px solid #eee;
                padding: 16px;
            }
            
            .zibll-dk-sam-pc-record {
                flex: 1;
                border-radius: 8px;
                border: 1px solid #eee;
                padding: 16px;
                display: flex;
                flex-direction: column;
                min-height: 0;
                background: #fff;
            }
            
            .zibll-dk-sam-pc-calendar-header, .zibll-dk-sam-pc-record-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 16px;
                gap: 12px;
            }
            
            .zibll-dk-sam-pc-calendar-header h3, .zibll-dk-sam-pc-record-header h3 {
                font-size: 15px;
                color: #333;
                display: flex;
                align-items: center;
                gap: 6px;
                font-weight: 600;
                margin: 0;
                padding: 0;
            }
            
            .zibll-dk-sam-pc-calendar-header h3::before {
                content: "";
                width: 18px;
                height: 18px;
                background: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path d=\'M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z\' fill=\'%2340a9ff\'/></svg>") no-repeat center;
                background-size: contain;
            }
            
            .zibll-dk-sam-pc-record-header h3::before {
                content: "";
                width: 18px;
                height: 18px;
                background: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path d=\'M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\' fill=\'%2340a9ff\'/></svg>") no-repeat center;
                background-size: contain;
            }
            
            .zibll-dk-sam-pc-calendar-nav {
                display: flex;
                gap: 8px;
            }
            
            .zibll-dk-sam-pc-calendar-nav button {
                border: none;
                background: transparent;
                cursor: pointer;
                color: #999;
            }
            
            .zibll-dk-sam-pc-calendar-grid {
                display: grid;
                grid-template-columns: repeat(7, 1fr);
                gap: 4px;
            }
            
            .zibll-dk-sam-pc-calendar-grid .day-label {
                text-align: center;
                font-size: 12px;
                color: #999;
                padding: 4px 0;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell {
                text-align: center;
                font-size: 12px;
                padding: 8px 0;
                border-radius: 4px;
                position: relative;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.signed {
                color: #52c41a;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.signed .fa-check-circle {
                font-size: 18px;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.today {
                background-color: #ffd166;
                color: #fff;
                font-weight: bold;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.today.signed {
                background-color: #ffd166;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.today.signed .fa-check-circle {
                color: #fff;
                font-size: 18px;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.unsigned {
                color: #999;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell .unsigned-circle {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 18px;
                height: 18px;
                border: 1px solid #d9d9d9;
                border-radius: 50%;
                font-size: 12px;
                color: #999;
                background-color: #f5f5f5;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.future {
                color: #ccc;
            }
            
            /* 日历图例 */
            .zibll-dk-sam-pc-calendar-legend {
                display: flex;
                justify-content: center;
                gap: 24px;
                margin-top: 16px;
                padding-top: 12px;
                border-top: 1px solid #f0f0f0;
            }
            
            .zibll-dk-sam-pc-calendar-legend span {
                display: flex;
                align-items: center;
                gap: 6px;
                font-size: 12px;
                color: #999;
            }
            
            .zibll-dk-sam-pc-calendar-legend .legend-icon {
                font-size: 14px;
            }
            
            .zibll-dk-sam-pc-calendar-legend .legend-icon.signed {
                color: #52c41a;
            }
            
            .zibll-dk-sam-pc-calendar-legend .legend-icon.makeup {
                color: #1677ff;
            }
            
            .zibll-dk-sam-pc-calendar-legend .legend-dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }
            
            .zibll-dk-sam-pc-calendar-legend .legend-dot.today {
                background-color: #ffd166;
            }
            
            .zibll-dk-sam-pc-calendar-legend .legend-dot.unsigned {
                background-color: #d9d9d9;
            }
            
            /* 可补卡的日期样式 */
            .zibll-dk-sam-pc-calendar-grid .date-cell.can-makeup {
                cursor: pointer;
                transition: all 0.2s ease;
            }
            
            .zibll-dk-sam-pc-calendar-grid .date-cell.can-makeup:hover {
                background-color: #eff6ff;
                border-color: #1677ff;
            }
            
            /* 补卡上限的日期样式 */
            .zibll-dk-sam-pc-calendar-grid .date-cell.makeup-limit {
                cursor: not-allowed;
            }
            
            /* 签到记录 */
            .zibll-dk-sam-pc-record-list {
                padding-right: 8px;
                margin-bottom: 8px;
                flex: 1;
                display: flex;
                flex-direction: column;
                min-height: 200px;
            }
            
            .zibll-dk-sam-pc-record-list.scrollable {
                overflow-y: auto;
                min-height: 0;
                max-height: 300px;
            }
            
            .zibll-dk-sam-pc-record-empty-wrapper {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 150px;
            }
            
            .zibll-dk-sam-pc-record-empty {
                text-align: center;
                color: #999;
                font-size: 13px;
            }
            
            .zibll-dk-sam-pc-record-item {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px 12px;
                border-bottom: 1px solid #f5f5f5;
                font-size: 12px;
                width: calc(100% - 24px);
            }
            
            .zibll-dk-sam-pc-record-item .date {
                color: #666;
                display: flex;
                align-items: center;
                gap: 4px;
            }
            
            .zibll-dk-sam-pc-record-item .date .check-icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 14px;
                height: 14px;
                background-color: #52c41a;
                color: #fff;
                border-radius: 50%;
                font-size: 10px;
                margin-right: 8px;
            }
            
            .zibll-dk-sam-pc-record-item .points {
                color: #3b82f6;
            }
            
            .zibll-dk-sam-pc-record-more {
                text-align: center;
                margin-top: 8px;
                font-size: 12px;
                color: #999;
                cursor: pointer;
                animation: none !important;
                white-space: nowrap;
            }
            
            .zibll-dk-sam-pc-record-more.loading {
                animation: none !important;
            }
            
            /* 立即签到按钮 */
            .zibll-dk-sam-pc-sign-btn {
                width: 400px;
                height: 48px;
                background: linear-gradient(90deg, #3b82f6, #3b82f6);
                color: #fff;
                border: none;
                border-radius: 24px;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                margin: 0 auto;
                box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
            }
            
            /* 移除默认的CSS图标，使用HTML中的图标 */
            
            .zibll-dk-sam-pc-sign-btn.disabled {
                background: linear-gradient(90deg, #52c41a, #73d13d);
                cursor: not-allowed;
            }
            
            .zibll-dk-sam-pc-sign-btn.loading {
                animation: none !important;
            }
            
            .zibll-dk-sam-pc-sign-btn.disabled.checked {
                background: linear-gradient(90deg, #52c41a, #73d13d);
                cursor: not-allowed;
            }
            
            .zibll-dk-sam-pc-sign-tip {
                text-align: center;
                font-size: 12px;
                color: #999;
                margin-top: 8px;
            }
            
            /* 右侧用户卡片 - 独立容器样式 */
            .zibll-dk-sam-pc-user-card {
                background-color: transparent;
                border-radius: 0;
                padding: 0 0 24px;
                box-shadow: none;
                text-align: center;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .zibll-dk-sam-pc-rules-btn {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 12px;
                color: #999;
                background: #f5f5f5;
                padding: 2px 6px;
                border-radius: 4px;
                cursor: pointer;
                border: none;
            }
            
            .zibll-dk-sam-pc-rules-btn:hover {
                background: #eee;
            }
            
            .zibll-dk-sam-pc-sign-btn-small {
                width: 100%;
                height: 48px;
                background: linear-gradient(90deg, #3b82f6, #2563eb);
                color: #fff;
                border: none;
                border-radius: 8px;
                font-size: 16px;
                font-weight: 600;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                margin: 0;
                transition: all 0.2s ease;
            }
            
            .zibll-dk-sam-pc-sign-btn-small:hover {
                background: linear-gradient(90deg, #1677ff, #3b82f6);
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
            }
            
            .zibll-dk-sam-pc-sign-btn-small:active {
                transform: translateY(0);
            }
            
            .zibll-dk-sam-pc-sign-btn-small.disabled {
                background: linear-gradient(90deg, #52c41a, #73d13d);
                cursor: not-allowed;
            }
            
            .zibll-dk-sam-pc-sign-btn-small.disabled.checked {
                background: linear-gradient(90deg, #52c41a, #73d13d);
                cursor: not-allowed;
            }
            
            .zibll-dk-sam-pc-info-card {
                background: #fff;
                border-radius: 8px;
                padding: 16px;
                margin-bottom: 16px;
                border: 1px solid #f0f0f0;
            }
            
            .zibll-dk-sam-pc-info-card:last-child {
                margin-bottom: 0;
            }
            
            .zibll-dk-sam-pc-points-card, 
            .zibll-dk-sam-pc-balance-card, 
            .zibll-dk-sam-pc-vip-card, 
            .zibll-dk-sam-pc-vip-rights-card {
                background-color: #fff;
                border-radius: 8px;
                padding: 16px;
                margin-bottom: 16px;
                border: 1px solid #f0f0f0;
            }
            
            .zibll-dk-sam-pc-points-card, 
            .zibll-dk-sam-pc-balance-card,
            .zibll-dk-sam-pc-vip-card {
                cursor: pointer;
            }
            
            .zibll-dk-sam-pc-sign-remind-card {
                background: linear-gradient(135deg, #e6f0ff, #eff6ff);
                padding: 16px;
                border-radius: 12px;
                border: 1px solid #dbeafe;
                margin-top: 12px;
            }
            
            .zibll-dk-sam-pc-sign-remind-card .announcement-title {
                font-size: 16px;
                font-weight: 600;
                color: #333;
                margin-bottom: 8px;
            }
            
            .zibll-dk-sam-pc-sign-remind-card .announcement-content {
                font-size: 14px;
                color: #666;
                line-height: 1.6;
            }
            
            .zibll-dk-sam-pc-user-card img:not(.img-icon) {
                width: 76px !important;
                height: 76px !important;
                border-radius: 50% !important;
                margin: 0 0 12px !important;
                display: block !important;
                object-fit: cover !important;
                box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
                border: 2px solid #fff !important;
            }
            
            .zibll-dk-sam-pc-user-card .img-icon {
                width: 120px !important;
                height: 20px !important;
                border-radius: 0 !important;
                margin: 0 !important;
                display: inline-block !important;
                max-width: none !important;
                max-height: none !important;
                object-fit: contain;
            }
            
            .zibll-dk-sam-pc-avatar {
                width: 76px;
                height: 76px;
                border-radius: 50%;
                margin: 0 0 12px;
                object-fit: cover;
                box-shadow: 0 4px 12px rgba(0,0,0,0.08);
                border: 2px solid #fff;
            }
            
            .zibll-dk-sam-pc-username {
                font-size: 18px;
                color: #333;
                font-weight: 600;
                margin-bottom: 6px;
            }
            
            .zibll-dk-sam-pc-user-level {
                display: inline-block;
                line-height: 1;
                vertical-align: middle;
                font-size: 12px;
                color: #3b82f6;
                background: transparent;
                padding: 4px 12px;
                border-radius: 12px;
                margin-bottom: 20px;
                font-weight: bold;
                box-shadow: none;
            }

            /* 通用等级图标容器：强制内部所有元素尺寸统一 */
            .zibll-dk-sam-level-badge {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                vertical-align: middle;
                line-height: 1;
                font-size: 14px;
                height: 22px;
                max-width: 140px;
                overflow: hidden;
            }

            .zibll-dk-sam-level-badge img,
            .zibll-dk-sam-level-badge svg,
            .zibll-dk-sam-level-badge .img-icon,
            .zibll-dk-sam-level-badge .img,
            .zibll-dk-sam-level-badge image,
            .zibll-dk-sam-level-badge i {
                width: auto !important;
                height: 22px !important;
                max-height: 22px !important;
                max-width: 140px !important;
                display: inline-block !important;
                vertical-align: middle !important;
                border-radius: 0 !important;
                margin: 0 !important;
                object-fit: contain;
            }

            /* 文字类等级徽章内的字号 */
            .zibll-dk-sam-level-badge em,
            .zibll-dk-sam-level-badge span {
                font-size: 14px;
            }

            /* 旧的 .zibll-dk-sam-pc-user-level .img-icon 兼容处理（与上面统一） */
            .zibll-dk-sam-pc-user-level .img-icon {
                height: 22px !important;
                max-height: 22px !important;
                max-width: 140px !important;
                width: auto !important;
                vertical-align: middle;
            }


            
            /* 积分/余额卡片 info-row 布局 */
            .zibll-dk-sam-pc-info-row {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 8px 0;
                border-bottom: 1px solid #f8f8f8;
            }
            
            .zibll-dk-sam-pc-info-row:last-child {
                border-bottom: none;
            }
            
            .zibll-dk-sam-pc-info-label {
                font-size: 14px;
                color: #666;
                display: flex;
                align-items: center;
                gap: 6px;
            }
            
            .zibll-dk-sam-pc-info-value {
                font-size: 18px;
                font-weight: 600;
            }
            
            .zibll-dk-sam-pc-info-value.points-value {
                color: #3b82f6;
            }
            
            .zibll-dk-sam-pc-info-value.balance-value {
                color: #1e88e5;
            }
            
            /* 积分/余额卡片 */
            .zibll-dk-sam-pc-points-card, .zibll-dk-sam-pc-balance-card {
                display: flex;
                align-items: flex-start;
                gap: 12px;
            }
            
            .zibll-dk-sam-pc-points-icon, .zibll-dk-sam-pc-balance-icon {
                width: 44px;
                height: 44px;
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                margin-top: 2px;
                font-size: 22px;
            }
            
            .zibll-dk-sam-pc-points-icon {
                background-color: transparent;
                color: #ffd166;
            }
            
            .zibll-dk-sam-pc-balance-icon {
                background-color: transparent;
                color: #4080ff;
            }
            
            .zibll-dk-sam-pc-points-info, .zibll-dk-sam-pc-balance-info {
                flex: 1;
                display: flex;
                flex-direction: column;
            }
            
            .zibll-dk-sam-pc-points-label, .zibll-dk-sam-pc-balance-label {
                font-size: 14px;
                color: #999;
                margin-bottom: 6px;
            }
            
            .zibll-dk-sam-pc-points-value-row, .zibll-dk-sam-pc-balance-value-row {
                display: flex;
                justify-content: space-between;
                align-items: baseline;
            }
            
            .zibll-dk-sam-pc-points-value {
                font-size: 22px;
                color: #3b82f6;
                font-weight: bold;
            }
            
            .zibll-dk-sam-pc-balance-value {
                font-size: 22px;
                color: #4080ff;
                font-weight: bold;
            }
            
            .zibll-dk-sam-pc-points-unit, .zibll-dk-sam-pc-balance-unit {
                font-size: 14px;
                color: #999;
            }
            
            /* 会员状态卡片 */
            .zibll-dk-sam-pc-vip-card {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            .zibll-dk-sam-pc-vip-icon {
                width: 44px;
                height: 44px;
                border-radius: 12px;
                background-color: transparent;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #ffd166;
                font-size: 22px;
            }
            
            .zibll-dk-sam-pc-vip-info {
                flex: 1;
                margin-left: 12px;
            }
            
            .zibll-dk-sam-pc-vip-status {
                font-size: 14px;
                color: #333;
                font-weight: 600;
                margin-bottom: 4px;
            }
            
            .zibll-dk-sam-pc-vip-expire {
                font-size: 12px;
                color: #999;
            }
            
            .zibll-dk-sam-pc-vip-arrow {
                color: #ccc;
                cursor: pointer;
            }
            
            /* 会员特权卡片 */
            .zibll-dk-sam-pc-vip-rights-card h3 {
                font-size: 14px;
                color: #333;
                margin-bottom: 12px;
                display: flex;
                align-items: center;
                gap: 4px;
            }
            
            .zibll-dk-sam-pc-vip-rights-card h3::before {
                content: "";
                width: 16px;
                height: 16px;
                background: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'><path d=\'M12 2L9.05 8.23 2 9.27l6 5.67L5.43 21 12 17.27 18.57 21 16 14.94l6-5.67-7.05-1.04L12 2z\' fill=\'%239c27b0\'/></svg>") no-repeat center;
            }
            
            .zibll-dk-sam-pc-rights-list {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            
            .zibll-dk-sam-pc-rights-item {
                display: flex;
                justify-content: space-between;
                font-size: 13px;
                color: #666;
                margin-bottom: 6px;
            }
            
            .zibll-dk-sam-pc-rights-item:last-child {
                margin-bottom: 0;
            }
            
            .zibll-dk-sam-pc-rights-more {
                font-size: 12px;
                color: #3b82f6;
                text-align: right;
                margin-top: 8px;
                cursor: pointer;
            }
            
            /* 签到提醒卡片 */
            .zibll-dk-sam-pc-sign-remind-card {
                background: #f0f7ff;
                border-color: #dbeafe;
                text-align: center;
                padding: 16px;
                border-radius: 8px;
                margin-top: 0;
                border: 1px solid #dbeafe;
            }
            
            .zibll-dk-sam-pc-sign-remind-card .announcement-title {
                font-size: 14px;
                color: #333;
                font-weight: 600;
                margin-bottom: 8px;
                text-align: center;
            }
            
            .zibll-dk-sam-pc-sign-remind-card .announcement-content {
                font-size: 12px;
                color: #999;
                line-height: 1.5;
                text-align: center;
            }

            .zibll-dk-sam-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 20px;
                padding-bottom: 15px;
                border-bottom: 1px solid #f0f0f0;
            }

            .zibll-dk-sam-date {
                font-size: 16px;
                color: #666;
            }

            .zibll-dk-sam-btn {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100% !important;
                padding: 12px 16px;
                margin-bottom: 12px;
                background: linear-gradient(135deg, var(--dk-btn-color) 0%, var(--dk-btn-color-end) 100%);
                color: #fff;
                border: none;
                border-radius: 8px;
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.3s ease;
                box-shadow: 0 3px 8px rgba(var(--dk-btn-rgb), 0.3);
                text-align: center;
                box-sizing: border-box;
                min-width: unset !important;
                max-width: 100% !important;
                line-height: 1.5;
                min-height: 44px;
                gap: 8px;
            }

            .zibll-dk-sam-btn:hover {
                background: linear-gradient(135deg, var(--dk-btn-color-end) 0%, var(--dk-btn-color) 100%);
                transform: translateY(-2px);
                box-shadow: 0 6px 16px rgba(var(--dk-btn-rgb), 0.4);
            }

            .zibll-dk-sam-btn:active {
                transform: translateY(0);
                box-shadow: 0 2px 8px rgba(var(--dk-btn-rgb), 0.3);
            }

            .zibll-dk-sam-btn.disabled {
                background: linear-gradient(135deg, var(--dk-btn-checked-color) 0%, var(--dk-btn-checked-color-end) 100%);
                border: none;
                color: #fff;
                cursor: not-allowed;
                box-shadow: 0 4px 12px rgba(var(--dk-btn-checked-rgb), 0.3);
                transform: none;
            }

            .zibll-dk-sam-content {
                display: flex;
                gap: 20px;
                margin-bottom: 30px;
            }

            .zibll-dk-sam-calendar {
                flex: 1;
                background: #fff;
                border: 1px solid #e9ecef;
                border-radius: 4px;
                padding: 12px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            }

            .zibll-dk-sam-calendar-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 15px;
                padding-bottom: 10px;
                border-bottom: 2px solid #f0f0f0;
                width: 100%;
                background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
                padding: 12px 15px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }

            .zibll-dk-sam-calendar-title {
                font-size: 18px;
                font-weight: bold;
                color: #333;
                flex: 1;
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            }

            .zibll-dk-sam-calendar-time {
                font-size: 14px;
                color: #666;
                text-align: right;
                white-space: nowrap;
                background: #fff;
                padding: 6px 12px;
                border-radius: 20px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            }

            .zibll-dk-sam-calendar-nav {
                display: none;
            }

            .zibll-dk-sam-calendar-nav a {
                color: #007bff;
                text-decoration: none;
                font-size: 18px;
                padding: 6px 12px;
                transition: all 0.3s ease;
            }

            .zibll-dk-sam-calendar-nav a:hover {
                color: #0056b3;
            }

            .zibll-dk-sam-calendar-nav .zibll-dk-sam-calendar-nav-next.disabled {
                color: #ccc;
                cursor: not-allowed;
            }

            .zibll-dk-sam-calendar-nav .current-month {
                color: #333;
                font-size: 16px;
                font-weight: 600;
                background: #fff;
                padding: 6px 16px;
                border-radius: 20px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            }

            .zibll-dk-sam-calendar-table {
                width: 100%;
                border-collapse: separate;
                border-spacing: 4px;
                background: #f8f9fa;
                border: 1px solid #e9ecef;
                border-radius: 8px;
                padding: 8px;
                table-layout: fixed;
            }

            .zibll-dk-sam-calendar-table th {
                background: linear-gradient(135deg, #64b5f6 0%, #2196f3 100%);
                color: #fff;
                padding: 8px 6px;
                text-align: center;
                font-weight: 600;
                font-size: 13px;
                border: none;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                height: 50px;
                min-height: 50px;
                max-height: 50px;
                box-sizing: border-box;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
                transition: all 0.2s ease;
                line-height: 1.2;
            }

            .zibll-dk-sam-calendar-table th:hover {
                transform: scale(1.02);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            }

            .zibll-dk-sam-calendar-table tr {
                height: 60px;
                min-height: 60px;
                max-height: 60px;
            }

            .zibll-dk-sam-calendar-table th.weekend {
                background: linear-gradient(135deg, #ff7875 0%, #ff4d4f 100%);
                box-shadow: 0 2px 4px rgba(255, 77, 79, 0.2);
            }

            .zibll-dk-sam-calendar-table th.weekend:hover {
                box-shadow: 0 4px 8px rgba(255, 77, 79, 0.3);
            }

            .zibll-dk-sam-calendar-table td {
                padding: 10px 8px;
                text-align: center;
                background: #fff;
                border: 1px solid #e9ecef;
                font-weight: 400;
                color: #333;
                position: relative;
                height: 60px;
                min-height: 60px;
                max-height: 60px;
                vertical-align: middle;
                font-size: 14px;
                line-height: 1.3;
                transition: all 0.3s ease;
                border-radius: 4px;
                cursor: default;
                box-sizing: border-box;
            }

            .zibll-dk-sam-calendar-table td:hover {
                background: #f8f9fa;
                transform: translateY(-1px);
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            }

            .zibll-dk-sam-calendar-table td.empty {
                background: #f8f9fa;
                pointer-events: none;
                opacity: 0.6;
            }

            .zibll-dk-sam-calendar-table td.weekend {
                background: #fff;
                color: #333;
            }

            .zibll-dk-sam-calendar-table td.today {
                font-weight: 600;
            }

            .zibll-dk-sam-calendar-table td.checked {
                background: #f6ffed;
                color: #52c41a;
                font-weight: 600;
                border: 1px solid #b7eb8f;
            }

            .zibll-dk-sam-calendar-table td.makeup {
                background: #eff6ff;
                color: #1677ff;
                font-weight: 600;
                border: 1px solid #bfdbfe;
            }

            .zibll-dk-sam-calendar-table td.makeup-limit {
                background: #ffccc7;
                color: #cf1322;
                font-weight: 600;
                border: 1px solid #ffccc7;
            }

            .zibll-dk-sam-calendar-table td.can-makeup {
                background: #fff1f0;
                color: #cf1322;
                border: 1px solid #ffccc7;
            }

            .zibll-dk-sam-calendar-table td.holiday {
                background: #f0f7ff;
                color: #1677ff;
                border: 1px solid #bfdbfe;
            }

            .zibll-dk-sam-calendar-table td .zibll-dk-sam-checkin-tag {
                display: block !important;
                font-size: 10px !important;
                padding: 2px 6px !important;
                border-radius: 12px !important;
                margin-top: 4px !important;
                font-weight: 600 !important;
                line-height: 1.3 !important;
                white-space: nowrap !important;
                text-align: center !important;
                animation: checkPulse 0.5s ease-in-out;
            }

            .zibll-dk-sam-calendar-table td .zibll-dk-sam-success-tag {
                background: linear-gradient(135deg, #52c41a 0%, #73d13d 100%) !important;
                color: #fff !important;
                box-shadow: 0 2px 4px rgba(82, 196, 26, 0.3) !important;
            }

            .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-tag {
                background: linear-gradient(135deg, #1677ff 0%, #ffc53d 100%) !important;
                color: #fff !important;
                box-shadow: 0 2px 4px rgba(22, 119, 255, 0.3) !important;
            }

            .zibll-dk-sam-calendar-table td.checked.holiday {
                background: #f6ffed;
                color: #52c41a;
                font-weight: 600;
                border: 1px solid #b7eb8f;
            }

            .zibll-dk-sam-calendar-table td .holiday-name {
                font-size: 10px;
                color: #666;
                display: block;
                line-height: 1.1;
                margin-top: 3px;
                font-weight: 500;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-btn {
                display: inline-block;
                font-size: 10px;
                padding: 2px 6px;
                border-radius: 10px;
                background: linear-gradient(135deg, #1677ff 0%, #ffc53d 100%);
                color: #fff;
                margin-top: 4px;
                cursor: pointer;
                transition: all 0.3s ease;
                box-shadow: 0 2px 4px rgba(22, 119, 255, 0.3);
            }

            .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-btn:hover {
                transform: translateY(-1px);
                box-shadow: 0 4px 8px rgba(22, 119, 255, 0.4);
            }

            .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-btn.disabled {
                background: #d9d9d9;
                cursor: not-allowed;
                box-shadow: none;
                transform: none;
            }

            @keyframes checkPulse {
                0% {
                    transform: scale(0);
                    opacity: 0;
                }
                50% {
                    transform: scale(1.3);
                }
                100% {
                    transform: scale(1);
                    opacity: 1;
                }
            }

            /* 绿色呼吸灯动画 */
            @keyframes borderMarquee {
                0% {
                    box-shadow: 0 0 0 2px #28a745, 0 0 0 4px rgba(40, 167, 69, 0.3);
                }
                50% {
                    box-shadow: 0 0 0 4px #28a745, 0 0 0 8px rgba(40, 167, 69, 0.5);
                }
                100% {
                    box-shadow: 0 0 0 2px #28a745, 0 0 0 4px rgba(40, 167, 69, 0.3);
                }
            }

            /* 移动端提示信息样式 */
            .zibll-dk-sam-mobile-tip {
                background: #e6f0ff;
                border: 1px solid #bfdbfe;
                border-radius: 8px;
                padding: 10px;
                margin: 10px 0;
                align-items: center;
                gap: 8px;
                display: none;
            }

            .zibll-dk-sam-mobile-icon {
                font-size: 16px;
                flex-shrink: 0;
            }

            .zibll-dk-sam-mobile-text {
                font-size: 13px;
                color: #856404;
                flex: 1;
            }

            /* 在PC端隐藏提示 */
            @media screen and (min-width: 769px) {
                .zibll-dk-sam-mobile-tip {
                    display: none !important;
                }
            }

            /* 在移动端显示提示 */
            @media screen and (max-width: 768px) {
                .zibll-dk-sam-mobile-tip {
                    display: flex !important;
                }
            }

            .zibll-dk-sam-side {
                width: 300px;
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            /* 移动端响应式样式 - 完全重构 */
            @media (max-width: 768px) {
                /* 容器样式 */
                .zibll-dk-sam-container {
                    padding: 0;
                    margin: 0;
                    background: #f5f5f5;
                    border-radius: 0;
                    box-shadow: none;
                    width: 100%;
                    max-width: 100%;
                    overflow-x: hidden;
                    box-sizing: border-box;
                }

                /* 全局移动端样式，防止横向滚动 */
                * {
                    box-sizing: border-box;
                }

                /* P2-10：仅约束插件容器自身，不再污染整站 html/body（避免影响其他页面滚动） */
                .zibll-dk-sam-container {
                    overflow-x: hidden;
                    max-width: 100%;
                }

                /* 移动端：绿色头部向上延伸覆盖导航栏下方缝隙，不留白 */
                .zibll-dk-sam-page, .page, .single-page {
                    margin-top: 0 !important;
                    padding-top: 0 !important;
                }

                /* 显示移动端头部 — 负上边距让绿色背景顶到导航栏底部 */
                .zibll-dk-sam-mobile-header {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 20px 16px;
                    padding-top: 120px;   /* 内容区下移，完全避开导航栏遮挡 */
                    margin-top: -58px;   /* 绿色背景向上延伸，盖住导航栏底边框 */
                    background: linear-gradient(135deg, #9fd158 0%, #c9e989 100%);
                    position: relative;
                }

                .zibll-dk-sam-mobile-header::before {
                    content: "";
                    position: absolute;
                    top: -50%;
                    right: -20%;
                    width: 200px;
                    height: 200px;
                    background: rgba(255, 255, 255, 0.1);
                    border-radius: 50%;
                }

                .zibll-dk-sam-mobile-user-info {
                    display: flex;
                    align-items: center;
                    gap: 12px;
                    z-index: 1;
                }

                .zibll-dk-sam-mobile-avatar {
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    overflow: hidden;
                    border: 3px solid rgba(255, 255, 255, 0.5);
                    background: #fff;
                }

                .zibll-dk-sam-mobile-avatar img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .zibll-dk-sam-mobile-username {
                    font-size: 20px;
                    font-weight: 600;
                    color: #fff;
                    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                }

                .zibll-dk-sam-mobile-rules-btn {
                    padding: 8px 16px;
                    background: rgba(255, 255, 255, 0.2);
                    border-radius: 20px;
                    color: #fff;
                    font-size: 14px;
                    cursor: pointer;
                    z-index: 1;
                    backdrop-filter: blur(4px);
                    border: 1px solid rgba(255, 255, 255, 0.3);
                }

                /* 积分卡片样式 */
                .zibll-dk-sam-mobile-points-card {
                    display: block;
                    background: #fff;
                    margin: -10px 16px 20px;
                    border-radius: 12px;
                    padding: 24px;
                    text-align: center;
                    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
                    position: relative;
                    z-index: 2;
                    width: calc(100% - 32px);
                    max-width: calc(100% - 32px);
                    box-sizing: border-box;
                }

                .zibll-dk-sam-mobile-points-label {
                    font-size: 16px;
                    color: #666;
                    margin-bottom: 8px;
                }

                .zibll-dk-sam-mobile-points-value {
                    font-size: 36px;
                    font-weight: 700;
                    color: #333;
                    margin-bottom: 20px;
                    line-height: 1;
                }

                .zibll-dk-sam-mobile-checkin-btn-wrapper {
                    width: 100%;
                }

                .zibll-dk-sam-mobile-checkin-btn-wrapper .zibll-dk-sam-btn {
                    width: 50%;
                    margin: 0 auto;
                    padding: 12px 16px;
                    font-size: 16px;
                    border-radius: 25px;
                    background: #9fd158;
                    box-shadow: 0 2px 8px rgba(159, 209, 88, 0.3);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    line-height: 1.5;
                    height: auto;
                    min-height: 44px;
                    box-sizing: border-box;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                /* 内容区域 */
                .zibll-dk-sam-content {
                    flex-direction: column;
                    gap: 0;
                    padding: 0 16px 20px;
                    width: 100%;
                    max-width: 100%;
                    overflow-x: hidden;
                    box-sizing: border-box;
                }

                /* 日历样式重构 */
                .zibll-dk-sam-calendar {
                    padding: 0;
                    background: #fff;
                    border-radius: 12px;
                    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
                    border: none;
                    overflow: hidden;
                    width: 100%;
                    max-width: 100%;
                    box-sizing: border-box;
                }

                /* 日历头部 - 按图片样式 */
                .zibll-dk-sam-calendar-nav {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 8px 16px;
                    background: #c9e989;
                    border-bottom: none;
                    margin-bottom: 0;
                    border-radius: 0;
                }

                .zibll-dk-sam-calendar-nav-left {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }

                .zibll-dk-sam-calendar-nav a {
                    font-size: 18px;
                    padding: 4px;
                    background: transparent;
                    border: none;
                    box-shadow: none;
                    color: #52c41a;
                    font-weight: bold;
                    text-decoration: none;
                }

                .zibll-dk-sam-calendar-nav a:hover {
                    background: transparent;
                    transform: none;
                }

                .zibll-dk-sam-calendar-nav-month {
                    font-size: 18px;
                    padding: 0;
                    background: transparent;
                    color: #52c41a;
                    font-weight: 600;
                    box-shadow: none;
                }

                .zibll-dk-sam-calendar-nav .zibll-dk-sam-continuous-checkin {
                    font-size: 14px;
                    color: #555;
                }

                .zibll-dk-sam-calendar-nav-continuous {
                    font-size: 14px;
                    color: #555;
                }

                .zibll-dk-sam-calendar-nav-continuous span {
                    color: #52c41a;
                    font-weight: 600;
                    font-size: 18px;
                }

                /* 日历表格 */
                .zibll-dk-sam-calendar-container {
                    overflow-x: hidden;
                    margin-bottom: 0;
                    width: 100%;
                    display: block !important;
                    flex: none !important;
                }

                .zibll-dk-sam-calendar-table {
                    width: 100% !important;
                    margin: 0 !important;
                    border-spacing: 0 !important;
                    border-collapse: collapse !important;
                    background: #fff !important;
                    border: none !important;
                    border-radius: 0 !important;
                    table-layout: fixed !important;
                    display: table !important;
                }

                .zibll-dk-sam-calendar-table thead {
                    display: table-header-group !important;
                }

                .zibll-dk-sam-calendar-table tbody {
                    display: table-row-group !important;
                }

                .zibll-dk-sam-calendar-table tr {
                    display: table-row !important;
                    height: 44px !important;
                    min-height: 44px !important;
                    max-height: 44px !important;
                }

                .zibll-dk-sam-calendar-table th {
                    font-size: 14px !important;
                    padding: 12px 2px !important;
                    background: transparent !important;
                    color: #666 !important;
                    font-weight: 500 !important;
                    border-radius: 0 !important;
                    box-shadow: none !important;
                    width: 14.28% !important;
                    text-align: center !important;
                    border: none !important;
                    height: auto !important;
                    min-height: auto !important;
                    max-height: none !important;
                    line-height: 1 !important;
                }

                .zibll-dk-sam-calendar-table tr {
                    height: 44px !important;
                    min-height: 44px !important;
                    max-height: 44px !important;
                }

                .zibll-dk-sam-calendar-table th.weekend {
                    background: transparent !important;
                    color: #666 !important;
                }

                .zibll-dk-sam-calendar-table td {
                    font-size: 18px !important;
                    padding: 6px 2px !important;
                    height: 44px !important;
                    width: 14.28% !important;
                    max-width: 14.28% !important;
                    min-width: 14.28% !important;
                    border-radius: 0 !important;
                    border: none !important;
                    background: transparent !important;
                    color: #666 !important;
                    text-align: center !important;
                    vertical-align: middle !important;
                    box-shadow: none !important;
                    transition: none !important;
                    display: table-cell !important;
                    overflow: visible !important;
                    position: relative !important;
                    line-height: 1 !important;
                    cursor: default !important;
                    float: none !important;
                    clear: none !important;
                }

                .zibll-dk-sam-calendar-table td:hover {
                    background: transparent !important;
                    transform: none !important;
                    box-shadow: none !important;
                }

                .zibll-dk-sam-calendar-table td.checked {
                    background: transparent !important;
                    color: #fff !important;
                    font-weight: 600 !important;
                    position: relative !important;
                }

                .zibll-dk-sam-calendar-table td.checked::before {
                    display: none;
                }

                .zibll-dk-sam-calendar-table td.checked > * {
                    position: relative;
                    z-index: 1;
                }

                .zibll-dk-sam-calendar-table td.checked i {
                    font-size: 24px !important;
                    color: #52c41a !important;
                }

                /* 隐藏不需要的元素 */
                .zibll-dk-sam-header,
                .zibll-dk-sam-calendar-header,
                .zibll-dk-sam-records,
                .zibll-dk-sam-ranking,
                .zibll-dk-sam-levels,
                .zibll-dk-sam-current-level,
                .zibll-dk-sam-announcement,
                .zibll-dk-sam-tabs,
                .zibll-dk-sam-side,
                .zibll-dk-sam-mobile-tip,
                .zibll-dk-sam-checkin-stats {
                    display: none !important;
                }

                /* 隐藏其他不需要的样式 */
                .zibll-dk-sam-calendar-table td.makeup-limit,
                .zibll-dk-sam-calendar-table td.today {
                    background: transparent;
                    color: #333;
                    border: none;
                    font-weight: normal;
                }
                
                /* 移动端可补卡日期样式 */
                .zibll-dk-sam-calendar-table td.can-makeup {
                    background: transparent;
                    color: #1677ff;
                    border: 1px dashed #1677ff;
                    border-radius: 50%;
                    cursor: pointer;
                    font-weight: 500;
                }
                
                .zibll-dk-sam-calendar-table td.can-makeup:hover {
                    background: rgba(22, 119, 255, 0.1);
                }

                .zibll-dk-sam-calendar-table td.makeup {
                    background: transparent;
                    border: none;
                }

                .zibll-dk-sam-calendar-table td.today {
                    font-weight: 600;
                }

                .zibll-dk-sam-calendar-table td.today.checked {
                    color: #fff;
                }

                .zibll-dk-sam-calendar-table td.today.checked::before {
                    background: linear-gradient(135deg, #60a5fa 0%, #1d4ed8 100%);
                    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.4);
                }

                .zibll-dk-sam-calendar-table td.empty {
                    background: transparent;
                    opacity: 1;
                }

                .zibll-dk-sam-calendar-table td .zibll-dk-sam-checkin-tag,
                .zibll-dk-sam-calendar-table td .zibll-dk-sam-success-tag,
                .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-tag,
                .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-btn {
                    display: none !important;
                }
            }
                    transform: translateY(-1px);
                    box-shadow: 0 4px 8px rgba(var(--dk-btn-rgb), 0.3);
                }

                .zibll-dk-sam-btn.checked {
                    background: #28a745;
                    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
                }

                .zibll-dk-sam-btn.checked:hover {
                    background: #218838;
                    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
                }

                .zibll-dk-sam-side > div {
                    background: #fff;
                    border-radius: 4px;
                    padding: 10px;
                    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                }



                .zibll-dk-sam-level-stats div {
                    font-size: 13px;
                    color: #666;
                }

                .zibll-dk-sam-level-title {
                    font-size: 16px;
                    color: #333;
                    margin-bottom: 10px;
                }

                .zibll-dk-sam-announcement {
                    background: #f0f7ff;
                    border: 1px solid #bfdbfe;
                    border-radius: 4px;
                    padding: 10px;
                    margin-bottom: 15px;
                }

                .zibll-dk-sam-announcement h3 {
                    font-size: 14px;
                    color: #d48806;
                    margin-bottom: 8px;
                }

                .zibll-dk-sam-announcement p {
                    font-size: 12px;
                    color: #d48806;
                    line-height: 1.4;
                }
            }

            /* 小屏幕移动端样式 */
            @media (max-width: 480px) {
                .zibll-dk-sam-container {
                    padding: 5px;
                    margin: 0;
                }

                .zibll-dk-sam-calendar {
                    padding: 0;
                    margin: 0;
                }

                .zibll-dk-sam-calendar-container {
                    overflow-x: hidden;
                    margin: 0;
                    padding: 0;
                }

                .zibll-dk-sam-calendar-table {
                    border-spacing: 1px;
                    width: 100%;
                    min-width: 100%;
                    font-size: 10px;
                }

                .zibll-dk-sam-calendar-table td {
                    font-size: 10px;
                    padding: 2px 0;
                    height: 45px;
                    min-height: 45px;
                    max-height: 45px;
                    text-align: center;
                    vertical-align: middle;
                    position: relative;
                    width: 14.28%;
                    box-sizing: border-box;
                }

                .zibll-dk-sam-calendar-table th {
                    font-size: 8px;
                    padding: 2px 0;
                    height: 25px;
                    min-height: 25px;
                    max-height: 25px;
                    text-align: center;
                    width: 14.28%;
                    box-sizing: border-box;
                }

                .zibll-dk-sam-calendar-table th br {
                    display: none;
                }

                .zibll-dk-sam-calendar-table th span {
                    display: none;
                }

                .zibll-dk-sam-btn {
                    padding: 10px 16px;
                    font-size: 14px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    line-height: 1.5;
                    min-height: 40px;
                    box-sizing: border-box;
                }

                .zibll-dk-sam-title {
                    font-size: 16px;
                    text-align: center;
                }

                .zibll-dk-sam-calendar-title {
                    font-size: 14px;
                    text-align: center;
                }

                /* 优化移动端标签显示 */
                .zibll-dk-sam-calendar-table td .zibll-dk-sam-checkin-tag {
                    font-size: 6px !important;
                    padding: 1px 2px !important;
                    margin-top: 2px !important;
                    line-height: 1.1 !important;
                    display: block !important;
                    text-align: center !important;
                }

                /* 优化补打卡按钮 */
                .zibll-dk-sam-calendar-table td .zibll-dk-sam-makeup-btn {
                    font-size: 6px;
                    padding: 1px 2px;
                    margin-top: 2px;
                    display: block;
                    text-align: center;
                }

                /* 优化日期数字显示 */
                .zibll-dk-sam-calendar-table td {
                    font-size: 10px;
                    font-weight: 600;
                    position: relative;
                }

                /* 优化标签显示，确保完整显示 */
                .zibll-dk-sam-calendar-table td {
                    overflow: visible;
                    white-space: normal;
                    word-wrap: break-word;
                }

                /* 调整单元格高度，确保标签有足够空间 */
                .zibll-dk-sam-calendar-table td {
                    height: 50px;
                    min-height: 50px;
                    max-height: 50px;
                    vertical-align: top;
                    padding-top: 3px;
                }

                /* 优化补打卡标签显示 */
                .zibll-dk-sam-calendar-table td.makeup .zibll-dk-sam-checkin-tag {
                    font-size: 5px !important;
                    line-height: 1.1 !important;
                }

                /* 优化已打卡标签显示 */
                .zibll-dk-sam-calendar-table td.checked .zibll-dk-sam-checkin-tag {
                    font-size: 6px !important;
                    line-height: 1.1 !important;
                }

                /* 优化表头显示 */
                .zibll-dk-sam-calendar-table th {
                    font-size: 8px;
                    padding: 2px 0;
                }

                /* 移除日历容器的最小宽度限制 */
                .zibll-dk-sam-calendar-table {
                    min-width: 100%;
                    width: 100%;
                }
            }

            .zibll-dk-sam-announcement {
                background: #f0f7ff;
                border: 1px solid #bfdbfe;
                border-radius: 8px;
                padding: 15px;
            }

            .zibll-dk-sam-announcement h3 {
                margin-top: 0;
                margin-bottom: 10px;
                font-size: 16px;
                color: #d48806;
            }

            .zibll-dk-sam-announcement p {
                margin: 0;
                font-size: 14px;
                color: #666;
                line-height: 1.5;
            }

            .zibll-dk-sam-current-level {
                border-radius: 8px;
                padding: 0;
                background: transparent;
                border: none;
            }

            .zibll-dk-sam-level-title {
                font-size: 18px;
                font-weight: 700;
                color: #52c41a;
                margin-bottom: 12px;
            }

            .zibll-dk-sam-level-stats {
                margin-bottom: 16px;
                font-size: 14px;
                color: #666;
            }

            .zibll-dk-sam-level-stats div {
                margin-bottom: 6px;
            }

            .zibll-dk-sam-level-stats span {
                font-weight: 600;
                color: #333;
            }

            .zibll-dk-sam-level-progress {
                margin-top: 12px;
            }

            .zibll-dk-sam-progress-bar {
                width: 100%;
                height: 12px;
                background: #f0f0f0;
                border-radius: 6px;
                overflow: hidden;
                margin-bottom: 8px;
                position: relative;
            }

            .zibll-dk-sam-progress-fill {
                height: 100%;
                background: linear-gradient(90deg, #52c41a, #73d13d);
                border-radius: 6px;
                transition: width 0.3s ease;
                box-shadow: 0 0 5px rgba(82, 196, 26, 0.5);
            }

            .zibll-dk-sam-progress-text {
                font-size: 12px;
                color: #666;
                text-align: right;
                font-weight: 500;
            }

            .zibll-dk-sam-levels {
                background: #f0f5ff;
                border: 1px solid #adc6ff;
                border-radius: 8px;
                padding: 15px;
            }

            .zibll-dk-sam-levels h3 {
                margin-top: 0;
                margin-bottom: 10px;
                font-size: 16px;
                color: #1890ff;
            }

            .zibll-dk-sam-levels-list {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .zibll-dk-sam-levels-list li {
                font-size: 14px;
                color: #666;
                margin-bottom: 8px;
                line-height: 1.4;
            }

            .zibll-dk-sam-tabs {
                margin-top: 30px;
                border: 1px solid #e0e0e0;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
                width: 100%;
                margin-left: 0;
                margin-right: 0;
                background: #ffffff;
                padding: 0;
            }

            .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav {
                display: flex !important;
                margin: 0 !important;
                padding: 0 !important;
                border-bottom: 1px solid #e0e0e0 !important;
                overflow-x: visible !important;
                overflow-y: visible !important;
                white-space: normal !important;
                flex-wrap: wrap !important;
                position: relative !important;
                background: #ffffff !important;
                border-radius: 0 !important;
                justify-content: flex-start !important;
                list-style: none !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }

            .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li {
                margin: 0 !important;
                padding: 0 !important;
                display: inline-block !important;
                position: relative !important;
                flex-shrink: 0 !important;
                float: left !important;
                list-style: none !important;
            }

            .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li a {
                display: block !important;
                padding: 8px 12px !important;
                color: #666 !important;
                text-decoration: none !important;
                border-radius: 0 !important;
                border: none !important;
                background: transparent !important;
                transition: all 0.3s ease !important;
                font-size: 12px !important;
                font-weight: 500 !important;
                position: relative !important;
                z-index: 1 !important;
                text-align: center !important;
                box-sizing: border-box !important;
                margin: 0 !important;
            }

            .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li a:hover {
                color: #1890ff !important;
                background: rgba(24, 144, 255, 0.05) !important;
            }

            .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li.active a {
                color: #1890ff !important;
                background: #ffffff !important;
                font-weight: 600 !important;
                border: none !important;
                z-index: 2 !important;
                margin-bottom: 0 !important;
                border-radius: 0 !important;
            }

            .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li:first-child.active a {
                border-left: none !important;
                border-radius: 0 !important;
            }

            .zibll-dk-sam-tab-content {
                background: #fff;
                border-radius: 0 0 8px 8px;
                padding: 0;
                box-shadow: none;
                border: none;
                border-top: none;
                margin-top: 0;
                overflow: hidden;
            }

            /* 移动端优化 */
            @media (max-width: 768px) {
                .zibll-dk-sam-announcement,
                .zibll-dk-sam-checkin-stats,
                .zibll-dk-sam-user-level-growth {
                    display: none !important;
                }
            }

            .tab-pane {
                display: none;
            }

            .tab-pane.active {
                display: block;
            }

            .zibll-dk-sam-records-table,
            .zibll-dk-sam-ranking-table {
                width: 100%;
                border-collapse: collapse;
                background: #fff;
                border-radius: 0 0 8px 8px;
                overflow: hidden;
                box-shadow: none;
                margin: 0;
            }

            .zibll-dk-sam-records-table th,
            .zibll-dk-sam-ranking-table th {
                background: #fafafa;
                padding: 12px;
                text-align: center;
                font-weight: bold;
                border-bottom: 1px solid #f0f0f0;
                border-top: none;
            }

            .zibll-dk-sam-records-table td,
            .zibll-dk-sam-ranking-table td {
                padding: 12px;
                text-align: center;
                border-bottom: 1px solid #f0f0f0;
            }

            .zibll-dk-sam-records-table tr:hover,
            .zibll-dk-sam-ranking-table tr:hover {
                background: #f5f5f5;
            }

            .zibll-dk-sam-notice {
                background: #e6f0ff;
                border: 1px solid #ffccc7;
                border-radius: 4px;
                padding: 15px;
                color: #cf1322;
                text-align: center;
                margin-bottom: 20px;
            }

            @media (max-width: 768px) {
                .zibll-dk-sam-content {
                    flex-direction: column;
                }
                
                .zibll-dk-sam-side {
                    width: 100%;
                }
                
                .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav {
                    flex-wrap: wrap;
                    margin: 0 !important;
                    padding: 0 !important;
                    border-bottom: 1px solid #e0e0e0 !important;
                    background: #f8f9fa !important;
                    border-radius: 0 !important;
                    list-style: none !important;
                }
                
                .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li {
                    margin: 0 !important;
                    padding: 0 !important;
                    position: relative !important;
                    display: inline-block !important;
                }
                
                .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li a {
                    padding: 8px 12px;
                    font-size: 12px;
                    border-radius: 0;
                    border: none;
                    background: transparent;
                    margin: 0;
                }
                
                .zibll-dk-sam-tabs .zibll-dk-sam-tab-nav li.active a {
                    border-top: 2px solid #1890ff;
                    border-right: 1px solid #e0e0e0;
                    border-left: 1px solid #e0e0e0;
                    border-bottom: 1px solid #ffffff;
                    margin-bottom: -1px;
                    background: #ffffff;
                }
                
                .zibll-dk-sam-tab-content {
                    padding: 0;
                    border-radius: 0 0 8px 8px;
                    margin-top: 0;
                }
            }

            /* 自定义确认对话框 */
            .zibll-dk-sam-confirm-overlay {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                width: 100% !important;
                height: 100% !important;
                background: rgba(0, 0, 0, 0.4) !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
                z-index: 999999 !important;
                opacity: 0 !important;
                visibility: hidden !important;
                transition: all 0.2s ease !important;
                margin: 0 !important;
                padding: 0 !important;
            }
            .zibll-dk-sam-confirm-overlay.show {
                opacity: 1 !important;
                visibility: visible !important;
            }
            .zibll-dk-sam-confirm-box {
                background: #fff !important;
                border-radius: 8px !important;
                padding: 24px !important;
                max-width: 420px !important;
                width: 90% !important;
                text-align: center !important;
                box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08) !important;
                transform: translateY(10px) !important;
                transition: transform 0.2s ease !important;
                margin: 0 !important;
                float: none !important;
                position: relative !important;
            }
            .zibll-dk-sam-confirm-overlay.show .zibll-dk-sam-confirm-box {
                transform: translateY(0) !important;
            }
            .zibll-dk-sam-confirm-icon {
                font-size: 64px;
                margin-bottom: 20px;
            }
            #zibll-dk-sam-confirm-overlay .zibll-dk-sam-confirm-icon {
                display: none;
            }
            
            /* 成功/失败提示特定样式 */
            .zibll-dk-sam-confirm-overlay.success .zibll-dk-sam-confirm-box {
                border-top: 4px solid #52c41a;
            }
            .zibll-dk-sam-confirm-overlay.error .zibll-dk-sam-confirm-box {
                border-top: 4px solid #ff4d4f;
            }
            .zibll-dk-sam-confirm-overlay.success .zibll-dk-sam-confirm-btn-confirm {
                background: #52c41a;
            }
            .zibll-dk-sam-confirm-overlay.success .zibll-dk-sam-confirm-btn-confirm:hover {
                background: #73d13d;
            }

            /* Alert弹窗优化样式 */
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-box {
                border-radius: 12px !important;
                padding: 32px 24px !important;
                max-width: 360px !important;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
                border-top: none !important;
            }
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-icon {
                width: 64px;
                height: 64px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 24px;
                font-size: 0;
            }
            #zibll-dk-sam-alert-overlay.success .zibll-dk-sam-confirm-icon {
                background: #07c160;
            }
            #zibll-dk-sam-alert-overlay.error .zibll-dk-sam-confirm-icon {
                background: #ff4d4f;
            }
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-icon svg {
                width: 32px;
                height: 32px;
                fill: #fff;
            }
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-title {
                font-size: 18px;
                font-weight: 600;
                color: #1a1a1a;
                margin-bottom: 8px;
            }
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-message {
                font-size: 14px;
                color: #666;
                line-height: 1.5;
                margin-bottom: 28px;
            }
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-buttons {
                display: block;
            }
            #zibll-dk-sam-alert-overlay .zibll-dk-sam-confirm-btn {
                width: 100%;
                height: 44px;
                border-radius: 8px;
                font-size: 16px;
                font-weight: 500;
                flex: none;
            }
            #zibll-dk-sam-alert-overlay.success .zibll-dk-sam-confirm-btn-confirm {
                background: #07c160;
            }
            #zibll-dk-sam-alert-overlay.success .zibll-dk-sam-confirm-btn-confirm:hover {
                background: #06b058;
            }
            #zibll-dk-sam-alert-overlay.error .zibll-dk-sam-confirm-btn-confirm {
                background: #ff4d4f;
            }
            #zibll-dk-sam-alert-overlay.error .zibll-dk-sam-confirm-btn-confirm:hover {
                background: #e64547;
            }

            /* 全勤奖励确认弹窗优化样式 */
            #zibll-dk-sam-reward-confirm-overlay {
                background: rgba(0, 0, 0, 0.5) !important;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-confirm-box {
                width: 90% !important;
                max-width: 380px !important;
                background: #fff !important;
                border-radius: 20px !important;
                padding: 28px !important;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
                position: relative !important;
                text-align: center !important;
                border: none !important;
                transform: none !important;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-close {
                position: absolute;
                top: 16px;
                right: 18px;
                width: 22px;
                height: 22px;
                cursor: pointer;
                opacity: 0.6;
                transition: 0.2s;
                background: none;
                border: none;
                padding: 0;
                font-size: 18px;
                color: #999;
                line-height: 22px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-close:hover {
                opacity: 1;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-title {
                font-size: 22px;
                font-weight: bold;
                color: #333;
                margin: 0 0 6px 0;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-subtitle {
                font-size: 14px;
                color: #999;
                margin-bottom: 24px;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-icon-box {
                width: 70px;
                height: 70px;
                margin: 0 auto 16px;
                background: linear-gradient(135deg, #60a5fa, #1d4ed8);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 30px;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-status {
                display: inline-block;
                padding: 4px 12px;
                border-radius: 20px;
                font-size: 13px;
                margin-bottom: 20px;
            }
            #zibll-dk-sam-reward-confirm-overlay .status-full {
                background: #E6FFEF;
                color: #00C48C;
            }
            #zibll-dk-sam-reward-confirm-overlay .status-not-full {
                background: #FFF2F2;
                color: #FF6464;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-desc {
                font-size: 16px;
                color: #333;
                margin-bottom: 28px;
                line-height: 1.6;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-desc strong {
                color: #3b82f6;
                font-size: 18px;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-buttons {
                display: block;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-btn {
                width: 100%;
                height: 48px;
                border-radius: 24px;
                border: none;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
                transition: 0.2s;
                margin-bottom: 16px;
                flex: none;
            }
            #zibll-dk-sam-reward-confirm-overlay .btn-receive {
                background: linear-gradient(90deg, #3b82f6, #1677ff);
                color: #fff;
            }
            #zibll-dk-sam-reward-confirm-overlay .btn-receive:hover {
                transform: scale(1.02);
            }
            #zibll-dk-sam-reward-confirm-overlay .btn-receive:disabled {
                background: #ccc;
                cursor: not-allowed;
                transform: none;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-rules {
                text-align: left;
                font-size: 12px;
                color: #999;
                line-height: 1.5;
            }
            #zibll-dk-sam-reward-confirm-overlay .zibll-dk-sam-reward-rules strong {
                color: #666;
            }

            /* 分页样式 */
            #zibll-dk-sam-rules-overlay {
                background: rgba(0, 0, 0, 0.6) !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-box {
                width: 92% !important;
                max-width: 620px !important;
                background: #fff !important;
                border-radius: 14px !important;
                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
                overflow: hidden !important;
                animation: zibllDkSamModalFade 0.3s ease-out !important;
                border: none !important;
                transform: none !important;
                padding: 0 !important;
            }
            @keyframes zibllDkSamModalFade {
                from {
                    opacity: 0;
                    transform: translateY(-30px) scale(0.96);
                }
                to {
                    opacity: 1;
                    transform: translateY(0) scale(1);
                }
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-header {
                padding: 20px 26px !important;
                border-bottom: 1px solid #eee !important;
                background: #fff !important;
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-header h3 {
                font-size: 18px !important;
                color: #222 !important;
                font-weight: 600 !important;
                margin: 0 !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-close {
                width: 28px !important;
                height: 28px !important;
                line-height: 28px !important;
                text-align: center !important;
                font-size: 22px !important;
                color: #999 !important;
                cursor: pointer !important;
                border-radius: 50% !important;
                transition: background 0.2s !important;
                background: none !important;
                border: none !important;
                padding: 0 !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-close:hover {
                background: #f2f3f5 !important;
                color: #333 !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content {
                padding: 22px 26px !important;
                max-height: 60vh !important;
                overflow-y: auto !important;
                font-size: 14px !important;
                line-height: 1.8 !important;
                color: #555 !important;
                background: #fff !important;
                text-align: left !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content::-webkit-scrollbar {
                width: 6px !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content::-webkit-scrollbar-thumb {
                background: #ddd !important;
                border-radius: 3px !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content h3,
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content h4 {
                color: #222 !important;
                margin: 16px 0 8px !important;
                font-size: 15px !important;
                font-weight: 600 !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content p {
                margin-bottom: 10px !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-content ul {
                padding-left: 20px !important;
                margin-bottom: 10px !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-footer {
                padding: 18px 26px !important;
                border-top: 1px solid #eee !important;
                display: flex !important;
                gap: 14px !important;
                justify-content: center !important;
                background: #fff !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-btn {
                width: 140px !important;
                height: 42px !important;
                border-radius: 8px !important;
                font-size: 15px !important;
                cursor: pointer !important;
                border: none !important;
                transition: all 0.2s !important;
                flex: none !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-btn-cancel {
                background: #f2f3f5 !important;
                color: #333 !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-btn-cancel:hover {
                background: #e5e6eb !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-btn-agree {
                background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
                color: #fff !important;
                font-weight: bold !important;
                box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2) !important;
            }
            #zibll-dk-sam-rules-overlay .zibll-dk-sam-rules-btn-agree:hover {
                transform: translateY(-1px) !important;
                box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3) !important;
            }

            /* 全勤奖励中心弹窗样式 */
            #zibll-dk-sam-full-reward-overlay {
                background: rgba(0, 0, 0, 0.6) !important;
                z-index: 10000 !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-box {
                width: 95% !important;
                max-width: 1200px !important;
                background: #fff !important;
                border-radius: 14px !important;
                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
                overflow: hidden !important;
                animation: zibllDkSamModalFade 0.3s ease-out !important;
                border: none !important;
                transform: none !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-header {
                padding: 20px 26px !important;
                border-bottom: 1px solid #eee !important;
                background: #fff !important;
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-header h3 {
                font-size: 18px !important;
                color: #222 !important;
                font-weight: 600 !important;
                margin: 0 !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-header h3 i {
                margin-right: 8px !important;
                color: #3b82f6 !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-close {
                width: 28px !important;
                height: 28px !important;
                line-height: 28px !important;
                text-align: center !important;
                font-size: 22px !important;
                color: #999 !important;
                cursor: pointer !important;
                border-radius: 50% !important;
                transition: background 0.2s !important;
                background: none !important;
                border: none !important;
                padding: 0 !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-close:hover {
                background: #f2f3f5 !important;
                color: #333 !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-content {
                padding: 22px 26px !important;
                max-height: 70vh !important;
                overflow-y: auto !important;
                background: #fff !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-content::-webkit-scrollbar {
                width: 6px !important;
            }
            #zibll-dk-sam-full-reward-overlay .zibll-dk-sam-full-reward-content::-webkit-scrollbar-thumb {
                background: #ddd !important;
                border-radius: 3px !important;
            }
            
            /* 奖励规则弹窗样式 */
            #zibll-dk-sam-reward-rules-overlay {
                background: rgba(0, 0, 0, 0.6) !important;
                z-index: 100001 !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-box {
                width: 92% !important;
                max-width: 620px !important;
                background: #fff !important;
                border-radius: 14px !important;
                box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
                overflow: hidden !important;
                animation: zibllDkSamModalFade 0.3s ease-out !important;
                border: none !important;
                transform: none !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-header {
                padding: 20px 26px !important;
                border-bottom: 1px solid #eee !important;
                background: #fff !important;
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-header h3 {
                font-size: 18px !important;
                color: #222 !important;
                font-weight: 600 !important;
                margin: 0 !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-header h3 i {
                margin-right: 8px !important;
                color: #1677ff !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-close {
                width: 28px !important;
                height: 28px !important;
                line-height: 28px !important;
                text-align: center !important;
                font-size: 22px !important;
                color: #999 !important;
                cursor: pointer !important;
                border-radius: 50% !important;
                transition: background 0.2s !important;
                background: none !important;
                border: none !important;
                padding: 0 !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-close:hover {
                background: #f2f3f5 !important;
                color: #333 !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-content {
                padding: 22px 26px !important;
                max-height: 60vh !important;
                overflow-y: auto !important;
                background: #fff !important;
                font-size: 14px !important;
                line-height: 1.8 !important;
                color: #555 !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-content::-webkit-scrollbar {
                width: 6px !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-content::-webkit-scrollbar-thumb {
                background: #ddd !important;
                border-radius: 3px !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-content h4 {
                color: #222 !important;
                margin: 16px 0 8px !important;
                font-size: 15px !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-content p {
                margin-bottom: 10px !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-content ul {
                padding-left: 20px !important;
                margin-bottom: 10px !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-footer {
                padding: 18px 26px !important;
                border-top: 1px solid #eee !important;
                display: flex !important;
                justify-content: center !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-btn-close {
                width: 140px !important;
                height: 42px !important;
                border-radius: 8px !important;
                font-size: 15px !important;
                cursor: pointer !important;
                border: none !important;
                transition: all 0.2s !important;
                background: #1677ff !important;
                color: #fff !important;
            }
            #zibll-dk-sam-reward-rules-overlay .zibll-dk-sam-reward-rules-btn-close:hover {
                background: #0d66e0 !important;
            }
            
            /* 奖励规则按钮样式 */
            .zibll-dk-sam-rewards-rule-btn {
                padding: 6px 16px !important;
                border-radius: 6px !important;
                font-size: 13px !important;
                cursor: pointer !important;
                border: 1px solid #1677ff !important;
                background: #fff !important;
                color: #1677ff !important;
                transition: all 0.2s !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            .zibll-dk-sam-rewards-rule-btn:hover {
                background: #e6f7ff !important;
                border-color: #40a9ff !important;
            }

            .zibll-dk-sam-confirm-title {
                font-size: 16px;
                font-weight: 500;
                color: rgba(0, 0, 0, 0.88);
                margin: 0 0 8px;
            }
            .zibll-dk-sam-confirm-message {
                font-size: 14px;
                color: rgba(0, 0, 0, 0.45);
                line-height: 1.5;
                margin-bottom: 24px;
            }
            .zibll-dk-sam-confirm-message .highlight {
                color: #1677ff;
                font-weight: 500;
                font-size: 14px;
            }
            .zibll-dk-sam-confirm-buttons {
                display: flex;
                gap: 8px;
                justify-content: center;
            }
            .zibll-dk-sam-confirm-btn {
                flex: 1;
                padding: 8px 0;
                border: none;
                border-radius: 6px;
                font-size: 14px;
                font-weight: 400;
                cursor: pointer;
                transition: all 0.2s;
            }
            .zibll-dk-sam-confirm-btn-cancel {
                background: #fff;
                color: rgba(0, 0, 0, 0.65);
                border: 1px solid #d9d9d9;
            }
            .zibll-dk-sam-confirm-btn-cancel:hover {
                color: #1677ff;
                border-color: #1677ff;
            }
            .zibll-dk-sam-confirm-btn-confirm {
                background: #1677ff;
                color: #fff;
            }
            .zibll-dk-sam-confirm-btn-confirm:hover {
                background: #4096ff;
            }

            /* 分页样式 */
            .xhw-pagination-wrapper {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 12px 16px;
                background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
                border-top: none;
                border-radius: 0 0 8px 8px;
                margin-top: 0;
                gap: 8px;
                flex-wrap: wrap;
            }

            .xhw-pagination-total {
                font-size: 13px;
                color: #64748b;
                font-weight: 500;
                margin-right: 4px;
            }

            .xhw-pagination-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                background: rgba(255, 255, 255, 0.8);
                border: 1px solid #e2e8f0;
                color: #64748b;
                text-decoration: none;
                font-size: 14px;
                font-weight: 600;
                transition: all 0.2s ease;
                cursor: pointer;
            }

            .xhw-pagination-btn:hover:not(.disabled) {
                background: #fff;
                border-color: #cbd5e1;
                color: #334155;
                transform: translateY(-1px);
                box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
            }

            .xhw-pagination-btn.disabled {
                opacity: 0.5;
                cursor: not-allowed;
                background: rgba(255, 255, 255, 0.6);
                border-color: #e2e8f0;
                color: #94a3b8;
            }

            .xhw-pagination-number {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                background: rgba(255, 255, 255, 0.8);
                border: 1px solid #e2e8f0;
                color: #64748b;
                text-decoration: none;
                font-size: 14px;
                font-weight: 600;
                transition: all 0.2s ease;
                cursor: pointer;
                margin: 0 1px;
            }

            .xhw-pagination-number:hover:not(.active) {
                background: #fff;
                border-color: #cbd5e1;
                color: #333;
                transform: translateY(-1px);
                box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
            }

            .xhw-pagination-number.active {
                background: #3b82f6;
                border-color: #3b82f6;
                color: #fff;
                font-weight: 700;
            }

            .xhw-pagination-ellipsis {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 24px;
                height: 30px;
                color: #64748b;
                font-size: 14px;
                font-weight: 600;
                margin: 0 1px;
            }

            .xhw-pagination-per-page {
                padding: 0 6px;
                height: 30px;
                line-height: 30px;
                border-radius: 6px;
                background: rgba(255, 255, 255, 0.8);
                border: 1px solid #e2e8f0;
                color: #64748b;
                font-size: 13px;
                font-weight: 500;
                cursor: pointer;
                margin: 0 4px;
                min-width: 80px;
            }

            .xhw-pagination-jump {
                font-size: 13px;
                color: #64748b;
                font-weight: 500;
                margin: 0 2px;
                line-height: 30px;
            }

            .xhw-pagination-jump-input {
                width: 45px;
                padding: 0 6px;
                height: 30px;
                line-height: 30px;
                border-radius: 6px;
                background: rgba(255, 255, 255, 0.8);
                border: 1px solid #e2e8f0;
                color: #64748b;
                font-size: 13px;
                font-weight: 500;
                text-align: center;
                margin: 0 2px;
            }

            .xhw-pagination-jump-input:focus {
                outline: none;
                border-color: #3b82f6;
                box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
            }

            /* 暗黑模式 - 分页 */
            [data-theme="dark"] .xhw-pagination-wrapper,
            html.dark .xhw-pagination-wrapper,
            .dark-theme .xhw-pagination-wrapper,
            body.dark-theme .xhw-pagination-wrapper {
                background: transparent;
            }

            [data-theme="dark"] .xhw-pagination-total,
            html.dark .xhw-pagination-total,
            .dark-theme .xhw-pagination-total,
            body.dark-theme .xhw-pagination-total {
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-btn,
            html.dark .xhw-pagination-btn,
            .dark-theme .xhw-pagination-btn,
            body.dark-theme .xhw-pagination-btn {
                background: rgba(255, 255, 255, 0.05);
                border-color: #4b5563;
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-btn:hover:not(.disabled),
            html.dark .xhw-pagination-btn:hover:not(.disabled),
            .dark-theme .xhw-pagination-btn:hover:not(.disabled),
            body.dark-theme .xhw-pagination-btn:hover:not(.disabled) {
                background: rgba(99, 102, 241, 0.2);
                border-color: #6366f1;
                color: #a5b4fc;
            }

            [data-theme="dark"] .xhw-pagination-btn.disabled,
            html.dark .xhw-pagination-btn.disabled,
            .dark-theme .xhw-pagination-btn.disabled,
            body.dark-theme .xhw-pagination-btn.disabled {
                background: rgba(255, 255, 255, 0.03);
                border-color: #374151;
                color: #6b7280;
            }

            [data-theme="dark"] .xhw-pagination-number,
            html.dark .xhw-pagination-number,
            .dark-theme .xhw-pagination-number,
            body.dark-theme .xhw-pagination-number {
                background: rgba(255, 255, 255, 0.05);
                border-color: #4b5563;
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-number:hover:not(.active),
            html.dark .xhw-pagination-number:hover:not(.active),
            .dark-theme .xhw-pagination-number:hover:not(.active),
            body.dark-theme .xhw-pagination-number:hover:not(.active) {
                background: rgba(99, 102, 241, 0.2);
                border-color: #6366f1;
                color: #a5b4fc;
            }

            [data-theme="dark"] .xhw-pagination-number.active,
            html.dark .xhw-pagination-number.active,
            .dark-theme .xhw-pagination-number.active,
            body.dark-theme .xhw-pagination-number.active {
                background: #3b82f6;
                border-color: #3b82f6;
                color: #fff;
            }

            [data-theme="dark"] .xhw-pagination-ellipsis,
            html.dark .xhw-pagination-ellipsis,
            .dark-theme .xhw-pagination-ellipsis,
            body.dark-theme .xhw-pagination-ellipsis {
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-per-page,
            html.dark .xhw-pagination-per-page,
            .dark-theme .xhw-pagination-per-page,
            body.dark-theme .xhw-pagination-per-page {
                background: rgba(255, 255, 255, 0.05);
                border-color: #4b5563;
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-per-page option,
            html.dark .xhw-pagination-per-page option,
            .dark-theme .xhw-pagination-per-page option,
            body.dark-theme .xhw-pagination-per-page option {
                background: #1e293b;
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-jump,
            html.dark .xhw-pagination-jump,
            .dark-theme .xhw-pagination-jump,
            body.dark-theme .xhw-pagination-jump {
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-jump-input,
            html.dark .xhw-pagination-jump-input,
            .dark-theme .xhw-pagination-jump-input,
            body.dark-theme .xhw-pagination-jump-input {
                background: rgba(255, 255, 255, 0.05);
                border-color: #4b5563;
                color: #94a3b8;
            }

            [data-theme="dark"] .xhw-pagination-jump-input:focus,
            html.dark .xhw-pagination-jump-input:focus,
            .dark-theme .xhw-pagination-jump-input:focus,
            body.dark-theme .xhw-pagination-jump-input:focus {
                border-color: #3b82f6;
                box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
            }

            /* 移动端分页样式 */
            @media (max-width: 768px) {
                .xhw-pagination-wrapper {
                    padding: 8px 12px;
                    gap: 6px;
                }
                
                .xhw-pagination-btn,
                .xhw-pagination-number {
                    width: 26px;
                    height: 26px;
                    font-size: 12px;
                }
                
                .xhw-pagination-per-page {
                    min-width: 70px;
                    font-size: 12px;
                    height: 26px;
                    line-height: 26px;
                }
                
                .xhw-pagination-jump-input {
                    width: 40px;
                    height: 26px;
                    line-height: 26px;
                    font-size: 12px;
                }
                
                .xhw-pagination-total,
                .xhw-pagination-jump {
                    font-size: 12px;
                    line-height: 26px;
                }
            }

            /* PC端显示移动端隐藏 */
            @media (min-width: 769px) {
                .zibll-dk-sam-mobile-content {
                    display: none !important;
                }
                .zibll-dk-sam-pc-container {
                    display: flex !important;
                }
            }

            /* 移动端显示PC端隐藏 */
            @media (max-width: 768px) {
                .zibll-dk-sam-pc-container {
                    display: none !important;
                }
                .zibll-dk-sam-mobile-content {
                    display: block !important;
                }
                .zibll-dk-sam-container {
                    background: #fff !important;
                    padding: 0 !important;
                }
            }

            /* P3-14：移动端排行表格（9 列）改为横向滚动，避免列被挤压溢出 */
            @media (max-width: 768px) {
                .zibll-dk-sam-tab-content,
                .tab-pane,
                .tab-content {
                    overflow-x: auto;
                    -webkit-overflow-scrolling: touch;
                }
                .zibll-dk-sam-ranking-table {
                    min-width: 680px;
                }
            }
