/* Zibll 举报系统样式 - 子比主题风格 */
/* ==================== 子比主题暗夜模式适配 ==================== */



/* 暗夜模式样式 */
.dark-theme .zibll-report-form-wrapper,
.dark-theme .zibll-my-reports {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

.dark-theme .zibll-report-form label {
    color: #ffffff;
}

.dark-theme .zibll-report-form input[type="text"],
.dark-theme .zibll-report-form textarea,
.dark-theme .zibll-report-form input[type="file"] {
    background-color: #2d2d2d;
    border-color: #404040;
    color: #e0e0e0;
}

.dark-theme .zibll-report-form input[type="text"]:focus,
.dark-theme .zibll-report-form textarea:focus {
    border-color: #3d9dff;
    box-shadow: 0 0 0 3px rgba(61, 157, 255, 0.1);
    background-color: #2d2d2d;
}

.dark-theme .zibll-report-form input[type="text"]:hover,
.dark-theme .zibll-report-form textarea:hover {
    border-color: #555555;
}

.dark-theme .zibll-report-form small {
    color: #a0a0a0;
}

.dark-theme .zibll-report-form input::placeholder,
.dark-theme .zibll-report-form textarea::placeholder {
    color: #888888;
}

/* 暗夜模式卡片样式 */
.dark-theme .report-item {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-color: #404040;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.dark-theme .report-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border-color: #555555;
}

/* 暗夜模式状态卡片 */
.dark-theme .report-item.status-pending {
    background: linear-gradient(135deg, #332a00 0%, #2d2500 100%);
    border-left-color: #ffaa33;
}

.dark-theme .report-item.status-approved {
    background: linear-gradient(135deg, #002200 0%, #001a00 100%);
    border-left-color: #20c97c;
}

.dark-theme .report-item.status-rejected {
    background: linear-gradient(135deg, #330000 0%, #2d0000 100%);
    border-left-color: #ff4d4f;
}

/* 暗夜模式状态标签 */
.dark-theme .status-badge.pending {
    background: linear-gradient(135deg, #332a00 0%, #2d2500 100%);
    color: #ffaa33;
    border-color: #443300;
}

.dark-theme .status-badge.approved {
    background: linear-gradient(135deg, #002200 0%, #001a00 100%);
    color: #20c97c;
    border-color: #004400;
}

.dark-theme .status-badge.rejected {
    background: linear-gradient(135deg, #330000 0%, #2d0000 100%);
    color: #ff4d4f;
    border-color: #440000;
}

/* 暗夜模式消息样式 */
.dark-theme .zibll-report-message.success {
    background: linear-gradient(135deg, #002200 0%, #001a00 100%);
    border-color: #004400;
    color: #20c97c;
    border-left-color: #20c97c;
}

.dark-theme .zibll-report-message.error {
    background: linear-gradient(135deg, #330000 0%, #2d0000 100%);
    border-color: #440000;
    color: #ff4d4f;
    border-left-color: #ff4d4f;
}

.dark-theme .zibll-report-notice {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-color: #404040;
    color: #a0a0a0;
}

/* 暗夜模式字段错误状态 */
.dark-theme .field-error {
    color: #ff4d4f;
}

.dark-theme .zibll-report-form input.error,
.dark-theme .zibll-report-form textarea.error {
    border-color: #ff4d4f;
    background: #332222;
}

/* 暗夜模式QQ验证状态 */
.dark-theme .qq-valid {
    border-color: #20c97c !important;
    background: linear-gradient(135deg, #002200 0%, #001a00 100%);
    box-shadow: 0 0 0 3px rgba(32, 201, 124, 0.1);
}

.dark-theme .qq-invalid,
.dark-theme .qq-warning {
    border-color: #ff4d4f !important;
    background: linear-gradient(135deg, #330000 0%, #2d0000 100%);
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.1);
}

.dark-theme .qq-feedback.success { 
    color: #20c97c; 
}

.dark-theme .qq-feedback.warning,
.dark-theme .qq-feedback.error { 
    color: #ff4d4f; 
}

/* 暗夜模式字符计数器 */
.dark-theme .char-counter {
    color: #a0a0a0;
}

/* 暗夜模式文件预览 */
.dark-theme .file-preview img {
    border-color: #404040;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

/* 暗夜模式举报内容 */
.dark-theme .report-content {
    color: #e0e0e0;
}

.dark-theme .violator {
    color: #ffffff;
}

/* 暗夜模式举报证明 */
.dark-theme .report-proof {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-color: #404040;
}

.dark-theme .report-proof strong {
    color: #ffffff;
}

/* 暗夜模式管理员反馈 */
.dark-theme .admin-feedback {
    background: linear-gradient(135deg, #332a00 0%, #2d2500 100%);
    border-left-color: #ffaa33;
}

.dark-theme .admin-feedback strong {
    color: #ffaa33;
}

.dark-theme .admin-feedback p {
    color: #cc9933;
}

/* 暗夜模式元数据 */
.dark-theme .report-meta {
    color: #a0a0a0;
    border-top-color: #404040;
}

/* 暗夜模式空状态 */
.dark-theme .zibll-report-empty {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    color: #a0a0a0;
}

/* 暗夜模式统计信息 */
.dark-theme .zibll-reports-stats {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-color: #404040;
    color: #e0e0e0;
}

.dark-theme .zibll-reports-stats p {
    color: #e0e0e0;
}

.dark-theme .zibll-reports-stats strong {
    color: #3d9dff;
}

/* 暗夜模式分页 */
.dark-theme .zibll-reports-pagination {
    border-top-color: #404040;
}

.dark-theme .pagination-info {
    color: #a0a0a0;
}

.dark-theme .pagination-ellipsis {
    color: #a0a0a0;
}

/* 暗夜模式模态框 */
.dark-theme #contentModal {
    background: rgba(0, 0, 0, 0.8);
}

.dark-theme .modal-content {
    background: #2d2d2d;
    color: #e0e0e0;
}

.dark-theme .modal-header {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-bottom-color: #404040;
}

.dark-theme .modal-header h3 {
    color: #ffffff;
}

.dark-theme .modal-close {
    color: #a0a0a0;
}

.dark-theme .modal-close:hover {
    background: #404040;
    color: #ffffff;
}

.dark-theme .modal-content-text {
    color: #e0e0e0;
}

.dark-theme .modal-footer {
    background: #252525;
    border-top-color: #404040;
}

/* 暗夜模式证明材料模态框 */
.dark-theme #proofModal {
    background: rgba(0, 0, 0, 0.9);
}

.dark-theme #proofModal .modal-content {
    background: #2d2d2d;
}

.dark-theme #proofModal .modal-header {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-bottom-color: #404040;
}

.dark-theme #proofModal .modal-body {
    background: #252525;
}

.dark-theme .proof-pdf-container iframe {
    border-color: #404040;
}

.dark-theme .pdf-notice {
    background: linear-gradient(135deg, #332a00 0%, #2d2500 100%);
    border-color: #443300;
    color: #ffaa33;
}

.dark-theme .document-info {
    background: #2d2d2d;
    border-color: #404040;
    color: #e0e0e0;
}

.dark-theme .document-info h4 {
    color: #ffffff;
}

.dark-theme .document-info p {
    color: #a0a0a0;
}

/* 暗夜模式后台管理页面 */
.dark-theme .zibll-reports-admin .wp-list-table {
    background: #2d2d2d;
    border-color: #404040;
}

.dark-theme .zibll-reports-admin .wp-list-table th {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-bottom-color: #404040;
    color: #ffffff;
}

.dark-theme .zibll-reports-admin .wp-list-table td {
    background: #2d2d2d;
    border-bottom-color: #404040;
    color: #e0e0e0;
}

.dark-theme .zibll-reports-admin .wp-list-table tr:hover td {
    background: #333333;
}

/* 暗夜模式后台状态标签 */
.dark-theme .status-badge.status-pending {
    background: linear-gradient(135deg, #332a00 0%, #2d2500 100%);
    color: #ffaa33;
    border-color: #443300;
}

.dark-theme .status-badge.status-approved {
    background: linear-gradient(135deg, #002200 0%, #001a00 100%);
    color: #20c97c;
    border-color: #004400;
}

.dark-theme .status-badge.status-rejected {
    background: linear-gradient(135deg, #330000 0%, #2d0000 100%);
    color: #ff4d4f;
    border-color: #440000;
}

/* 暗夜模式后台批量操作 */
.dark-theme .bulk-actions-container {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-color: #404040;
}

.dark-theme .bulk-action-select {
    background: #2d2d2d;
    border-color: #404040;
    color: #e0e0e0;
}

.dark-theme .selected-count {
    color: #3d9dff;
}

/* 暗夜模式后台QQ信息 */
.dark-theme .qq-info-small {
    color: #a0a0a0;
}

/* 暗夜模式后台日期 */
.dark-theme .report-date {
    color: #a0a0a0;
}

/* 暗夜模式后台反馈预览 */
.dark-theme .admin-feedback-preview {
    color: #ffaa33;
}

/* 暗夜模式后台驳回表单 */
.dark-theme .reject-form {
    background: linear-gradient(135deg, #332a00 0%, #2d2500 100%);
    border-color: #443300;
}

.dark-theme .reject-form textarea {
    background: #2d2d2d;
    border-color: #404040;
    color: #e0e0e0;
}

/* 暗夜模式后台证明材料弹窗 */
.dark-theme #adminProofModal {
    background: rgba(0, 0, 0, 0.9);
}

.dark-theme #adminProofModal .modal-content {
    background: #2d2d2d;
}

.dark-theme #adminProofModal .modal-header {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-bottom-color: #404040;
}

.dark-theme #adminProofModal .modal-body {
    background: #252525;
}

.dark-theme #adminProofModal .modal-footer {
    background: #252525;
    border-top-color: #404040;
}

/* 暗夜模式未登录提示 */
.dark-theme .zibll-login-required {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    border-color: #404040;
}

.dark-theme .login-required-text h4 {
    color: #ffffff;
}

.dark-theme .login-required-text p {
    color: #a0a0a0;
}

.dark-theme .zibll-btn-secondary {
    background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
    color: #a0a0a0 !important;
    border-color: #404040;
}

.dark-theme .zibll-btn-secondary:hover {
    background: linear-gradient(135deg, #333333 0%, #2d2d2d 100%);
    color: #ffffff !important;
}

/* 暗夜模式滚动条 */
.dark-theme .zibll-report-form textarea::-webkit-scrollbar-track,
.dark-theme .modal-body::-webkit-scrollbar-track {
    background: #2d2d2d;
}

.dark-theme .zibll-report-form textarea::-webkit-scrollbar-thumb,
.dark-theme .modal-body::-webkit-scrollbar-thumb {
    background: #555555;
}

.dark-theme .zibll-report-form textarea::-webkit-scrollbar-thumb:hover,
.dark-theme .modal-body::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

/* 暗夜模式加载状态 */
.dark-theme .proof-loading p {
    color: #a0a0a0;
}

.dark-theme .proof-loading .spinner {
    border: 4px solid #2d2d2d;
    border-top: 4px solid #3d9dff;
}

/* 暗夜模式管理描述 */
.dark-theme .manage-description {
    color: #a0a0a0;
}

/* 暗夜模式批量删除说明 */
.dark-theme .bulk-delete-info {
    background: linear-gradient(135deg, #002200 0%, #001a00 100%);
    border-color: #004400;
}

.dark-theme .bulk-delete-info small {
    color: #20c97c;
}

/* 暗夜模式表格条纹效果 */
.dark-theme .zibll-reports-admin .wp-list-table.striped > tbody > :nth-child(odd) {
    background-color: #2d2d2d;
}

.dark-theme .zibll-reports-admin .wp-list-table.striped > tbody > :nth-child(even) {
    background-color: #252525;
}

/* 暗夜模式复选框 */
.dark-theme .report-checkbox {
    filter: brightness(0.8);
}

/* 暗夜模式按钮悬停效果 */
.dark-theme .zibll-reports-admin .button-secondary:hover {
    background: linear-gradient(135deg, #333333 0%, #2d2d2d 100%);
}

/* 暗夜模式图标颜色调整 */
.dark-theme .login-required-icon i {
    background: linear-gradient(135deg, #3d9dff 0%, #2d8cf0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 响应式暗夜模式适配 */
@media (max-width: 768px) {
    .dark-theme .zibll-report-form-wrapper,
    .dark-theme .zibll-my-reports {
        padding: 20px 15px;
    }
    
    .dark-theme .report-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .dark-theme .zibll-report-form-wrapper,
    .dark-theme .zibll-my-reports {
        padding: 15px 10px;
    }
    
    .dark-theme .report-item {
        padding: 15px;
    }
    
    .dark-theme .zibll-login-required {
        padding: 15px 10px;
    }
}

/* 确保暗夜模式下文字可读性 */
.dark-theme .proof-view-btn,
.dark-theme .admin-proof-view {
    color: #ffffff !important;
}

.dark-theme .proof-link {
    color: #3d9dff;
}

.dark-theme .proof-link:hover {
    color: #2d8cf0;
}

/* 暗夜模式下的特殊元素 */
.dark-theme .action-loading {
    color: #3d9dff;
}

.dark-theme .loading-spinner {
    color: #3d9dff;
}

/* 暗夜模式表单提交状态 */
.dark-theme .form-submitting .submit-btn {
    background: linear-gradient(135deg, #1a4d80 0%, #153d6b 100%);
}

.zibll-report-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 20px;
}

.zibll-report-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.zibll-report-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.zibll-report-form input[type="text"],
.zibll-report-form textarea,
.zibll-report-form input[type="file"] {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
}

.zibll-report-form input[type="text"]:focus,
.zibll-report-form textarea:focus {
    border-color: #2d8cf0;
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 140, 240, 0.1);
    background: #ffffff;
    transform: translateY(-1px);
}

.zibll-report-form input[type="text"]:hover,
.zibll-report-form textarea:hover {
    border-color: #d1d1d1;
}

.zibll-report-form textarea {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
    line-height: 1.6;
}

.zibll-report-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.zibll-report-form .form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.zibll-report-form small {
    color: #8c8c8c;
    font-size: 13px;
    display: block;
    margin-top: 6px;
    font-weight: 400;
}

/* 提交按钮样式 - 子比主题风格 */
.zibll-report-form .submit-btn {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.zibll-report-form .submit-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #1e6bc9 0%, #155ba3 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 140, 240, 0.3);
}

.zibll-report-form .submit-btn:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(45, 140, 240, 0.3);
}

.zibll-report-form .submit-btn:disabled {
    background: #c8c9cc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* 加载动画 */
.loading-spinner {
    color: #2d8cf0;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 12px;
    font-weight: 500;
}

/* 消息样式 - 子比主题风格 */
.zibll-report-message {
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
}

.zibll-report-message.success {
    background: linear-gradient(135deg, #f0fff4 0%, #e6fff0 100%);
    border-color: #a0e9b8;
    color: #0d7a3e;
    border-left: 4px solid #19be6b;
}

.zibll-report-message.error {
    background: linear-gradient(135deg, #fff0f0 0%, #ffe6e6 100%);
    border-color: #f5b8b8;
    color: #d03050;
    border-left: 4px solid #ed3f3f;
}

.zibll-report-notice {
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    text-align: center;
    color: #666;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* 字段错误状态 */
.field-error {
    color: #ed3f3f;
    font-size: 13px;
    margin-top: 6px;
    display: block;
    font-weight: 500;
}

.zibll-report-form input.error,
.zibll-report-form textarea.error {
    border-color: #ed3f3f;
    background: #fffafa;
}

/* QQ验证状态样式 */
.qq-valid {
    border-color: #19be6b !important;
    background: linear-gradient(135deg, #f0fff4 0%, #f8fff9 100%);
    box-shadow: 0 0 0 3px rgba(25, 190, 107, 0.1);
}

.qq-invalid,
.qq-warning {
    border-color: #ed3f3f !important;
    background: linear-gradient(135deg, #fff0f0 0%, #fff8f8 100%);
    box-shadow: 0 0 0 3px rgba(237, 63, 63, 0.1);
}

.qq-feedback {
    font-size: 13px;
    margin-top: 6px;
    display: block;
    font-weight: 500;
}

.qq-feedback.success { 
    color: #19be6b; 
}

.qq-feedback.warning,
.qq-feedback.error { 
    color: #ed3f3f; 
}

/* 字符计数器 */
.char-counter {
    text-align: right;
    font-size: 13px;
    color: #8c8c8c;
    margin-top: 6px;
    font-weight: 500;
}

/* 文件预览 */
.file-preview {
    margin-top: 12px;
    text-align: center;
}

.file-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.file-preview img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* 我的举报列表 - 子比主题卡片风格 */
.zibll-my-reports {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
}

.zibll-my-reports h3 {
    margin-bottom: 30px;
    color: #1a1a1a;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    position: relative;
    padding-bottom: 15px;
}

.zibll-my-reports h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    border-radius: 2px;
}

/* 管理描述文字 */
.manage-description {
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
}

.reports-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.report-item {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 25px;
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
}

.report-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #d1d1d1;
}

.report-item.status-pending {
    border-left: 6px solid #ff9900;
    background: linear-gradient(135deg, #fffaf0 0%, #fff8f1 100%);
}

.report-item.status-approved {
    border-left: 6px solid #19be6b;
    background: linear-gradient(135deg, #f0fff4 0%, #f8fff9 100%);
}

.report-item.status-rejected {
    border-left: 6px solid #ed3f3f;
    background: linear-gradient(135deg, #fff0f0 0%, #fff8f8 100%);
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 12px;
}

.violator {
    font-weight: 700;
    font-size: 20px;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.status-badge {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.status-badge.pending {
    background: linear-gradient(135deg, #fffaf0 0%, #fff2d9 100%);
    color: #e6a23c;
    border: 1px solid #fdf6ec;
}

.status-badge.approved {
    background: linear-gradient(135deg, #f0fff4 0%, #e1f7e8 100%);
    color: #19be6b;
    border: 1px solid #f0f9eb;
}

.status-badge.rejected {
    background: linear-gradient(135deg, #fff0f0 0%, #ffe6e6 100%);
    color: #ed3f3f;
    border: 1px solid #fef0f0;
}

.report-content {
    margin-bottom: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.report-content p {
    margin: 0;
}

.report-proof {
    margin-bottom: 18px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.report-proof strong {
    color: #1a1a1a;
    font-weight: 600;
}

.proof-link {
    color: #2d8cf0;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.proof-link:hover {
    color: #1e6bc9;
    text-decoration: underline;
    transform: translateX(2px);
}

.admin-feedback {
    background: linear-gradient(135deg, #fffaf0 0%, #fff8f1 100%);
    padding: 18px;
    border-radius: 12px;
    margin: 18px 0;
    border-left: 4px solid #e6a23c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.admin-feedback strong {
    color: #b88230;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

.admin-feedback p {
    margin: 0;
    color: #8c6c3a;
    line-height: 1.6;
    font-size: 14px;
}

.report-meta {
    font-size: 13px;
    color: #8c8c8c;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* 删除按钮样式 */
.delete-btn {
    background: linear-gradient(135deg, #ff4d4f 0%, #d9363e 100%);
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.delete-btn:hover {
    background: linear-gradient(135deg, #d9363e 0%, #b32b30 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 77, 79, 0.3);
    color: white;
}

.report-actions .delete-report-form {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.zibll-report-empty {
    text-align: center;
    padding: 60px 30px;
    color: #8c8c8c;
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    border-radius: 16px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.zibll-report-empty:before {
    content: "📋";
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.6;
}

/* 表单提交状态 */
.form-submitting {
    opacity: 0.7;
    pointer-events: none;
}

.form-submitting .submit-btn {
    background: linear-gradient(135deg, #a0c8f0 0%, #8bb4e0 100%);
}

/* ==================== 分页样式 - 子比主题风格 ==================== */
.zibll-reports-pagination {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    animation: fadeInUp 0.6s ease-out;
}

.zibll-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pagination-info {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
}

.pagination-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* 翻页按钮基础样式 */
.pagination-prev,
.pagination-next,
.pagination-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    color: white !important;
    min-width: 44px;
    height: 44px;
    box-shadow: 0 2px 8px rgba(45, 140, 240, 0.2);
    position: relative;
    overflow: hidden;
}

.pagination-prev:hover,
.pagination-next:hover,
.pagination-page:hover {
    background: linear-gradient(135deg, #1e6bc9 0%, #155ba3 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 140, 240, 0.3);
    color: white !important;
}

.pagination-prev:active,
.pagination-next:active,
.pagination-page:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(45, 140, 240, 0.2);
}

/* 当前页码特殊样式 */
.pagination-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #19be6b 0%, #18b566 100%);
    color: white;
    font-weight: 700;
    font-size: 14px;
    min-width: 44px;
    height: 44px;
    box-shadow: 0 4px 12px rgba(25, 190, 107, 0.3);
    cursor: default;
}

/* 禁用状态样式 */
.pagination-prev.disabled,
.pagination-next.disabled {
    background: linear-gradient(135deg, #c8c9cc 0%, #b1b3b8 100%);
    color: #8c8c8c !important;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.pagination-prev.disabled:hover,
.pagination-next.disabled:hover {
    background: linear-gradient(135deg, #c8c9cc 0%, #b1b3b8 100%);
    transform: none;
    box-shadow: none;
}

/* 图标样式 */
.pagination-prev i,
.pagination-next i {
    margin: 0 4px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.pagination-prev:hover i {
    transform: translateX(-2px);
}

.pagination-next:hover i {
    transform: translateX(2px);
}

/* 省略号样式 */
.pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: #8c8c8c;
    font-weight: 600;
    font-size: 14px;
}

/* 统计信息样式 */
.zibll-reports-stats {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    padding: 18px 24px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.zibll-reports-stats p {
    margin: 0;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 15px;
}

.zibll-reports-stats strong {
    color: #2d8cf0;
    font-size: 16px;
}

/* 分页焦点状态 */
.pagination-prev:focus,
.pagination-next:focus,
.pagination-page:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(45, 140, 240, 0.3);
}

/* 分页激活状态 */
.pagination-page:active {
    transform: scale(0.95);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .zibll-pagination {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .pagination-links {
        justify-content: center;
        gap: 6px;
    }
    
    .pagination-prev,
    .pagination-next,
    .pagination-page,
    .pagination-current {
        padding: 10px 14px;
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }
    
    .pagination-info {
        order: 2;
        width: 100%;
        text-align: center;
    }
    
    .pagination-links {
        order: 1;
    }
    
    .zibll-reports-stats {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .pagination-links {
        gap: 4px;
    }
    
    .pagination-prev,
    .pagination-next,
    .pagination-page,
    .pagination-current {
        padding: 8px 12px;
        min-width: 36px;
        height: 36px;
        font-size: 12px;
    }
    
    .pagination-prev span,
    .pagination-next span {
        display: none;
    }
    
    .pagination-prev,
    .pagination-next {
        min-width: 44px;
    }
    
    .pagination-prev::after {
        content: "←";
        font-weight: bold;
    }
    
    .pagination-next::before {
        content: "→";
        font-weight: bold;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.report-item {
    animation: fadeInUp 0.5s ease-out;
}

.zibll-report-message {
    animation: fadeInUp 0.3s ease-out;
}

/* 后台管理页面样式调整 */
.zibll-reports-admin .wp-list-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8e8;
}

.zibll-reports-admin .wp-list-table th {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    border-bottom: 2px solid #e8e8e8;
    font-weight: 600;
    color: #1a1a1a;
    padding: 15px 10px;
    font-size: 14px;
}

.zibll-reports-admin .wp-list-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.zibll-reports-admin .button {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    font-size: 13px;
}

.zibll-reports-admin .button-primary {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    color: white;
}

.zibll-reports-admin .button-primary:hover {
    background: linear-gradient(135deg, #1e6bc9 0%, #155ba3 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(45, 140, 240, 0.3);
}

.zibll-reports-admin .button-secondary {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    color: #666;
    border: 1px solid #e8e8e8;
}

.zibll-reports-admin .button-secondary:hover {
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* 后台批量操作样式 */
.bulk-actions-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bulk-action-select {
    padding: 8px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: white;
    min-width: 150px;
}

.bulk-action-btn {
    padding: 8px 20px;
}

.selected-count {
    color: #2d8cf0;
    font-weight: 500;
    margin-left: 15px;
}

/* 表格复选框样式 */
.report-checkbox {
    margin: 0;
}

.check-column {
    width: 2.2em;
    text-align: center;
}

/* 后台状态标签 */
.status-badge.status-pending {
    background: linear-gradient(135deg, #fffaf0 0%, #fff2d9 100%);
    color: #e6a23c;
    border: 1px solid #fdf6ec;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.status-badge.status-approved {
    background: linear-gradient(135deg, #f0fff4 0%, #e1f7e8 100%);
    color: #19be6b;
    border: 1px solid #f0f9eb;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.status-badge.status-rejected {
    background: linear-gradient(135deg, #fff0f0 0%, #ffe6e6 100%);
    color: #ed3f3f;
    border: 1px solid #fef0f0;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

/* 后台操作按钮组 */
.action-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 8px;
}

.action-buttons .button {
    flex: 1;
    text-align: center;
    padding: 6px 8px;
    font-size: 12px;
}

.delete-action {
    margin-top: 8px;
}

.delete-action .delete-btn {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding: 6px 8px;
}

/* 后台加载状态 */
.action-loading {
    text-align: center;
    padding: 10px;
    color: #2d8cf0;
    font-weight: 500;
}

/* 后台QQ信息样式 */
.qq-info-small {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
}

/* 后台证明材料查看按钮 */
.proof-view-btn {
    background: linear-gradient(135deg, #19be6b 0%, #18b566 100%);
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
}

.proof-view-btn:hover {
    background: linear-gradient(135deg, #18b566 0%, #159a55 100%);
    color: white;
    transform: translateY(-1px);
}

.admin-proof-view {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.admin-proof-view:hover {
    background: linear-gradient(135deg, #1e6bc9 0%, #155ba3 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 140, 240, 0.3);
    color: white;
}

/* 后台日期样式 */
.report-date {
    color: #8c8c8c;
    font-size: 12px;
}

/* 后台反馈预览 */
.admin-feedback-preview {
    color: #e6a23c;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 4px;
    display: block;
}

/* 后台驳回表单 */
.reject-form {
    background: linear-gradient(135deg, #fffaf0 0%, #fff8f1 100%);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #fdf6ec;
    margin-top: 8px;
}

.reject-form textarea {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 8px;
    font-size: 13px;
    resize: vertical;
    min-height: 60px;
    margin-bottom: 8px;
}

.reject-form-buttons {
    display: flex;
    gap: 8px;
}

.reject-form-buttons .button {
    flex: 1;
    padding: 6px 8px;
    font-size: 12px;
}

/* 批量删除说明 */
.bulk-delete-info {
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    background: linear-gradient(135deg, #f0fff4 0%, #f8fff9 100%);
    border-radius: 8px;
    border: 1px solid #f0f9eb;
}

.bulk-delete-info small {
    color: #19be6b;
    font-size: 12px;
}

/* 模态框样式 */
#contentModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.modal-content {
    background: white;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 700px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    padding: 20px 25px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #8c8c8c;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #f0f0f0;
    color: #1a1a1a;
}

.modal-body {
    padding: 25px;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-content-text {
    line-height: 1.7;
    color: #4a4a4a;
    font-size: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* ==================== 证明材料模态框样式 ==================== */
#proofModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
    animation: fadeIn 0.3s ease-out;
}

#proofModal .modal-content {
    background: white;
    margin: 2% auto;
    padding: 0;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideInUp 0.4s ease-out;
}

#proofModal .modal-header {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    padding: 20px 25px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

#proofModal .modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

#proofModal .modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#proofModal .modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

#proofModal .modal-body {
    padding: 0;
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    min-height: 400px;
}

.proof-modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

/* 图片预览样式 */
.proof-image-container {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.proof-image-container img {
    max-width: 100%;
    max-height: 70vh;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
}

/* PDF预览样式 */
.proof-pdf-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proof-pdf-container iframe {
    width: 100%;
    height: 70vh;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.pdf-notice {
    background: linear-gradient(135deg, #fffaf0 0%, #fff8f1 100%);
    border: 1px solid #fdf6ec;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: #e6a23c;
}

/* 文档预览样式 */
.proof-document-container {
    text-align: center;
    padding: 40px;
}

.document-icon {
    font-size: 64px;
    color: #2d8cf0;
    margin-bottom: 20px;
}

.document-info {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
}

.document-info h4 {
    margin: 0 0 15px 0;
    color: #1a1a1a;
    font-size: 18px;
}

.document-info p {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
}

/* 不支持的文件类型 */
.proof-unknown-container {
    text-align: center;
    padding: 40px;
}

.unknown-icon {
    font-size: 64px;
    color: #8c8c8c;
    margin-bottom: 20px;
}

/* 模态框底部 */
#proofModal .modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafbfc;
}

#proofModal .modal-footer .button {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#proofModal .modal-footer .button-secondary {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    color: #666;
    border: 1px solid #e8e8e8;
}

#proofModal .modal-footer .button-secondary:hover {
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#proofModal .modal-footer .button-primary {
    background: linear-gradient(135deg, #19be6b 0%, #18b566 100%);
    color: white;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#proofModal .modal-footer .button-primary:hover {
    background: linear-gradient(135deg, #18b566 0%, #159a55 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(25, 190, 107, 0.3);
    color: white;
}

/* 证明材料查看按钮样式 */
.proof-view-btn {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.proof-view-btn:hover {
    background: linear-gradient(135deg, #1e6bc9 0%, #155ba3 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 140, 240, 0.3);
}

/* 后台证明材料弹窗样式 */
#adminProofModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
    animation: fadeIn 0.3s ease-out;
}

#adminProofModal .modal-content {
    background: white;
    margin: 2% auto;
    padding: 0;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideInUp 0.4s ease-out;
}

#adminProofModal .modal-header {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    padding: 20px 25px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

#adminProofModal .modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

#adminProofModal .modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#adminProofModal .modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

#adminProofModal .modal-body {
    padding: 0;
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    min-height: 400px;
}

#adminProofModal .modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafbfc;
}

/* 加载状态 */
.proof-loading {
    text-align: center;
    padding: 40px;
}

.proof-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2d8cf0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

.proof-loading p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    #proofModal .modal-content,
    #adminProofModal .modal-content {
        margin: 5% auto;
        width: 95%;
        max-height: 95vh;
    }
    
    #proofModal .modal-header,
    #proofModal .modal-footer,
    #adminProofModal .modal-header,
    #adminProofModal .modal-footer {
        padding: 15px 20px;
    }
    
    .proof-modal-content {
        padding: 20px;
    }
    
    .proof-image-container img {
        max-height: 60vh;
    }
    
    .proof-pdf-container iframe {
        height: 60vh;
    }
    
    #proofModal .modal-footer,
    #adminProofModal .modal-footer {
        flex-direction: column;
        gap: 10px;
    }
    
    #proofModal .modal-footer .button,
    #adminProofModal .modal-footer .button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #proofModal .modal-content,
    #adminProofModal .modal-content {
        margin: 2% auto;
        width: 98%;
        max-height: 96vh;
    }
    
    .proof-modal-content {
        padding: 15px;
    }
    
    .document-info,
    .proof-document-container,
    .proof-unknown-container {
        padding: 20px;
    }
    
    .document-icon,
    .unknown-icon {
        font-size: 48px;
    }
}

.modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #e8e8e8;
    text-align: right;
    background: #fafbfc;
}

/* 滚动条样式 */
.zibll-report-form textarea::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.zibll-report-form textarea::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.zibll-report-form textarea::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.zibll-report-form textarea::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* ==================== 未登录提示样式 - 手机端单行布局 ==================== */
.zibll-login-required {
    max-width: 100%;
    margin: 20px 0;
    padding: 25px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.zibll-login-required::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
}

.login-required-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.login-required-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.login-required-icon {
    flex-shrink: 0;
}

.login-required-icon i {
    font-size: 24px;
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-required-text h4 {
    margin: 0 0 4px 0;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.login-required-text p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.login-required-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.zibll-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.zibll-btn-primary {
    background: linear-gradient(135deg, #2d8cf0 0%, #1e6bc9 100%);
    color: white !important;
    box-shadow: 0 2px 8px rgba(45, 140, 240, 0.3);
}

.zibll-btn-primary:hover {
    background: linear-gradient(135deg, #1e6bc9 0%, #155ba3 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 140, 240, 0.4);
}

.zibll-btn-secondary {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    color: #666 !important;
    border: 1px solid #e8e8e8;
}

.zibll-btn-secondary:hover {
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    transform: translateY(-1px);
    color: #333 !important;
}

/* 手机端适配 */
@media (max-width: 480px) {
    .zibll-login-required {
        padding: 20px 15px;
        margin: 15px 0;
    }
    .login-required-compact {
        gap: 12px;
    }
    .login-required-info {
        gap: 10px;
    }
    .login-required-icon i {
        font-size: 20px;
    }
    .login-required-text h4 {
        font-size: 15px;
    }
    .login-required-text p {
        font-size: 12px;
    }
    .login-required-actions {
        gap: 6px;
    }
    .zibll-btn {
        padding: 8px 12px;
        font-size: 12px;
        gap: 4px;
    }
    .zibll-btn i {
        font-size: 11px;
    }
}

/* 超小屏幕适配 */
@media (max-width: 360px) {
    .login-required-compact {
        flex-wrap: wrap;
    }
    .login-required-info {
        flex: 0 0 100%;
        margin-bottom: 12px;
    }
    .login-required-actions {
        width: 100%;
        justify-content: center;
    }
    .zibll-btn {
        flex: 1;
        justify-content: center;
        min-width: 120px;
    }
}