/* /Pages/Admin/Admin.razor.rz.scp.css */
.main-container[b-l7wixgdtq5] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
}

.content-container[b-l7wixgdtq5] {
    max-width: 1280px;
    margin: 0 auto;
}

.header-section[b-l7wixgdtq5] {
    text-align: center;
    margin-bottom: 30px;
}

    .header-section h1[b-l7wixgdtq5] {
        color: #1a1a1a;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
    }

.card[b-l7wixgdtq5] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-l7wixgdtq5] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header h2[b-l7wixgdtq5] {
        color: #1a1a1a;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

.card-body[b-l7wixgdtq5] {
    padding: 20px;
}

/* 趋势图样式 */
.trend-card[b-l7wixgdtq5] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.trend-chart[b-l7wixgdtq5] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-l7wixgdtq5] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 2px 2px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.trend-value[b-l7wixgdtq5] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.trend-labels[b-l7wixgdtq5] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

    .trend-labels span[b-l7wixgdtq5] {
        transform: rotate(-45deg);
        transform-origin: top left;
        white-space: nowrap;
    }

/* 加载提示样式 */
.loading-message[b-l7wixgdtq5] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-l7wixgdtq5] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-l7wixgdtq5 1s linear infinite;
}

@keyframes spin-b-l7wixgdtq5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .content-container[b-l7wixgdtq5] {
        padding: 0 20px;
    }

    .trend-chart[b-l7wixgdtq5] {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .card-header[b-l7wixgdtq5] {
        flex-direction: column;
        gap: 12px;
    }

    .trend-chart[b-l7wixgdtq5] {
        height: 120px;
    }

    .trend-value[b-l7wixgdtq5] {
        font-size: 10px;
    }

    .trend-labels span[b-l7wixgdtq5] {
        font-size: 10px;
    }
}
/* /Pages/Admin/AdminUser.razor.rz.scp.css */
.main-container[b-mab3wy5bz7] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
}

.content-container[b-mab3wy5bz7] {
    max-width: 1280px;
    margin: 0 auto;
}

.header-section[b-mab3wy5bz7] {
    text-align: center;
    margin-bottom: 30px;
}

    .header-section h1[b-mab3wy5bz7] {
        color: #1a1a1a;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
    }

.card[b-mab3wy5bz7] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-mab3wy5bz7] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header h2[b-mab3wy5bz7] {
        color: #1a1a1a;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

.card-body[b-mab3wy5bz7] {
    padding: 20px;
}

/* 趋势图样式 */
.trend-card[b-mab3wy5bz7] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.trend-chart[b-mab3wy5bz7] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-mab3wy5bz7] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 2px 2px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.trend-value[b-mab3wy5bz7] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.trend-labels[b-mab3wy5bz7] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

    .trend-labels span[b-mab3wy5bz7] {
        transform: rotate(-45deg);
        transform-origin: top left;
        white-space: nowrap;
    }

/* 搜索框样式 */
.search-container[b-mab3wy5bz7] {
    display: flex;
    align-items: center;
}

.search-group[b-mab3wy5bz7] {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.search-input[b-mab3wy5bz7] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    transition: all 0.3s;
}

    .search-input:focus[b-mab3wy5bz7] {
        outline: none;
        border-color: #3182ce;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
    }

.search-btn[b-mab3wy5bz7] {
    background: #3182ce;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

    .search-btn:hover[b-mab3wy5bz7] {
        background: #2c5282;
    }

/* 余额信息样式 */
.balance-info[b-mab3wy5bz7] {
    margin-bottom: 15px;
}

.balance-label[b-mab3wy5bz7] {
    font-size: 16px;
    color: #4a5568;
}

.balance-amount[b-mab3wy5bz7] {
    font-size: 24px;
    font-weight: 600;
    color: #38a169;
    margin-left: 10px;
}

.promotion-info[b-mab3wy5bz7] {
    margin-bottom: 15px;
}

.promotion-label[b-mab3wy5bz7] {
    color: #4a5568;
}

.promotion-link[b-mab3wy5bz7] {
    color: #3182ce;
    margin-left: 10px;
    word-break: break-all;
}

.warning-message[b-mab3wy5bz7] {
    background: #fff5f5;
    color: #c53030;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.warning-icon[b-mab3wy5bz7] {
    font-style: normal;
}

/* 表格样式 */
.table-responsive[b-mab3wy5bz7] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-mab3wy5bz7] {
    width: 100%;
    border-collapse: collapse;
}

th[b-mab3wy5bz7], td[b-mab3wy5bz7] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaecef;
}

th[b-mab3wy5bz7] {
    background: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
}

/* 可排序表头样式 */
.sortable-header[b-mab3wy5bz7] {
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: background-color 0.2s ease;
}

    .sortable-header:hover[b-mab3wy5bz7] {
        background-color: #e2e8f0 !important;
    }

    .sortable-header:active[b-mab3wy5bz7] {
        background-color: #cbd5e0 !important;
    }

/* 排序指示器样式 */
.sort-indicator[b-mab3wy5bz7] {
    margin-left: 8px;
    font-size: 12px;
    color: #718096;
    font-weight: normal;
    display: inline-block;
    min-width: 12px;
    text-align: center;
}

.sortable-header:hover .sort-indicator[b-mab3wy5bz7] {
    color: #4a5568;
}

td[b-mab3wy5bz7] {
    color: #1a1a1a;
    font-size: 14px;
}

tr:hover[b-mab3wy5bz7] {
    background: #f8fafc;
}

.money[b-mab3wy5bz7] {
    color: #38a169;
    font-weight: 600;
}

.points[b-mab3wy5bz7] {
    color: #805ad5;
    font-weight: 600;
}

.record-count[b-mab3wy5bz7] {
    color: #3182ce;
    font-weight: 600;
}

.cost[b-mab3wy5bz7] {
    color: #e53e3e;
    font-weight: 600;
}

/* 状态色彩 */
.success-cell[b-mab3wy5bz7] {
    color: #2f855a; /* 绿色 */
    font-weight: 600;
}

.failure-cell[b-mab3wy5bz7] {
    color: #e53e3e; /* 红色 */
    font-weight: 600;
}

.unknown-cell[b-mab3wy5bz7] {
    color: #d69e2e; /* 黄色/橙色 */
    font-weight: 600;
}

.refunded-cell[b-mab3wy5bz7] {
    color: #22c55e; /* 绿色 - 已返现 */
    font-weight: 600;
}

.audit-failed-cell[b-mab3wy5bz7] {
    color: #6b7280; /* 灰色 - 审核失败 */
    font-weight: 600;
}

/* 分页样式 */
.pagination[b-mab3wy5bz7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-info[b-mab3wy5bz7] {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}

.page-jump[b-mab3wy5bz7] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.page-input[b-mab3wy5bz7] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 60px;
    text-align: center;
}

    .page-input:focus[b-mab3wy5bz7] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
    }

.btn-primary[b-mab3wy5bz7] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    min-width: 40px;
    justify-content: center;
    white-space: nowrap;
}

    .btn-primary:hover[b-mab3wy5bz7] {
        background: #1976d2;
    }

    .btn-primary.disabled[b-mab3wy5bz7],
    .btn-primary:disabled[b-mab3wy5bz7] {
        opacity: 0.6;
        cursor: not-allowed;
        background: #90caf9;
    }

/* 加载提示样式 */
.loading-message[b-mab3wy5bz7] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-mab3wy5bz7] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-mab3wy5bz7 1s linear infinite;
}

@keyframes spin-b-mab3wy5bz7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .content-container[b-mab3wy5bz7] {
        padding: 0 20px;
    }

    .trend-chart[b-mab3wy5bz7] {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .card-header[b-mab3wy5bz7] {
        flex-direction: column;
        gap: 12px;
    }

    .search-group[b-mab3wy5bz7] {
        width: 100%;
        max-width: none;
    }

    .trend-chart[b-mab3wy5bz7] {
        height: 120px;
    }

    .pagination[b-mab3wy5bz7] {
        flex-wrap: wrap;
    }

    .page-jump[b-mab3wy5bz7] {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }
}

/* 查看记录按钮样式 */
.btn-view-records[b-mab3wy5bz7], .btn-download-fail-images[b-mab3wy5bz7] {
    background: #4299e1;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    min-width: 72px;
    text-align: center;
    margin-right: 5px;
}

    .btn-view-records:hover[b-mab3wy5bz7], .btn-download-fail-images:hover[b-mab3wy5bz7] {
        background: #3182ce;
    }

.btn-download-fail-images[b-mab3wy5bz7] {
    background: #ed8936;
}

    .btn-download-fail-images:hover[b-mab3wy5bz7] {
        background: #dd6b20;
    }

/* 弹窗样式 */
.overlay[b-mab3wy5bz7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.records-modal[b-mab3wy5bz7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.records-modal-header[b-mab3wy5bz7] {
    padding: 16px 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
}

    .records-modal-header h3[b-mab3wy5bz7] {
        margin: 0;
        font-size: 18px;
        color: #1a1a1a;
    }

.modal-close-btn[b-mab3wy5bz7] {
    background: none;
    border: none;
    font-size: 24px;
    color: #718096;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
}

    .modal-close-btn:hover[b-mab3wy5bz7] {
        color: #e53e3e;
    }

.records-modal-body[b-mab3wy5bz7] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.records-table[b-mab3wy5bz7] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .records-table th[b-mab3wy5bz7],
    .records-table td[b-mab3wy5bz7] {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #eaecef;
        font-size: 14px;
    }

    .records-table th[b-mab3wy5bz7] {
        background: #f8fafc;
        color: #4a5568;
        font-weight: 600;
    }

/* 图片和音频样式 */
.data-image[b-mab3wy5bz7] {
    width: 100px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    transition: transform 0.2s;
}

    .data-image:hover[b-mab3wy5bz7] {
        transform: scale(1.1);
    }

.data-audio[b-mab3wy5bz7] {
    width: 100px;
    height: 40px;
}

/* 图片查看器样式 */
.image-overlay[b-mab3wy5bz7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

.image-modal[b-mab3wy5bz7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
    max-width: 90%;
    max-height: 90%;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image[b-mab3wy5bz7] {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* 下载进度样式 */
.download-progress-modal[b-mab3wy5bz7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 25px;
    z-index: 2010;
    text-align: center;
}

    .download-progress-modal h3[b-mab3wy5bz7] {
        margin-top: 0;
        margin-bottom: 25px;
        color: #2d3748;
        font-size: 20px;
    }

.progress-container[b-mab3wy5bz7] {
    width: 100%;
    height: 30px;
    background-color: #edf2f7;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.progress-bar[b-mab3wy5bz7] {
    height: 100%;
    background: linear-gradient(to right, #4299e1, #2b6cb0);
    border-radius: 15px;
    transition: width 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-percentage[b-mab3wy5bz7] {
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.progress-text[b-mab3wy5bz7] {
    margin-bottom: 20px;
    color: #4a5568;
    font-size: 16px;
}

    .progress-text strong[b-mab3wy5bz7] {
        color: #2b6cb0;
        font-size: 18px;
    }

.download-details[b-mab3wy5bz7] {
    background-color: #f7fafc;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.current-file[b-mab3wy5bz7], .time-info[b-mab3wy5bz7], .estimate-info[b-mab3wy5bz7] {
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.file-label[b-mab3wy5bz7], .time-label[b-mab3wy5bz7], .estimate-label[b-mab3wy5bz7] {
    color: #718096;
    width: 100px;
}

.file-name[b-mab3wy5bz7], .time-value[b-mab3wy5bz7], .estimate-value[b-mab3wy5bz7] {
    color: #2d3748;
    font-weight: 500;
}

.loader-container[b-mab3wy5bz7] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.download-loader[b-mab3wy5bz7] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3182ce;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-mab3wy5bz7 1s linear infinite;
}

.download-complete[b-mab3wy5bz7] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.complete-icon[b-mab3wy5bz7] {
    width: 50px;
    height: 50px;
    background-color: #48bb78;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.complete-message[b-mab3wy5bz7] {
    color: #2d3748;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* 失败图查询对话框样式 */
.fail-image-dialog[b-mab3wy5bz7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    overflow: hidden;
}

.dialog-header[b-mab3wy5bz7] {
    padding: 15px 20px;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dialog-header h3[b-mab3wy5bz7] {
        margin: 0;
        color: #2d3748;
        font-size: 18px;
    }

.dialog-body[b-mab3wy5bz7] {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.form-group[b-mab3wy5bz7] {
    margin-bottom: 20px;
}

    .form-group label[b-mab3wy5bz7] {
        display: block;
        margin-bottom: 8px;
        color: #4a5568;
        font-weight: 500;
    }

.input-hint[b-mab3wy5bz7] {
    display: block;
    color: #718096;
    font-size: 12px;
    margin-top: 4px;
}

.date-input[b-mab3wy5bz7], .count-input[b-mab3wy5bz7], .status-select[b-mab3wy5bz7] {
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
}

    .date-input:focus[b-mab3wy5bz7], .count-input:focus[b-mab3wy5bz7], .status-select:focus[b-mab3wy5bz7] {
        border-color: #4299e1;
        outline: none;
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
    }

.path-selector[b-mab3wy5bz7] {
    display: flex;
    gap: 8px;
}

.path-input[b-mab3wy5bz7] {
    flex: 1;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    background-color: #f8fafc;
    cursor: default;
}

.btn-select-path[b-mab3wy5bz7] {
    background-color: #4a5568;
    color: white;
    border: none;
    border-radius: 6px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-select-path:hover[b-mab3wy5bz7] {
        background-color: #2d3748;
    }

.form-actions[b-mab3wy5bz7] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.btn-query[b-mab3wy5bz7], .btn-download[b-mab3wy5bz7] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-query[b-mab3wy5bz7] {
    background-color: #4299e1;
    color: white;
}

    .btn-query:hover[b-mab3wy5bz7] {
        background-color: #3182ce;
    }

.btn-download[b-mab3wy5bz7] {
    background-color: #ed8936;
    color: white;
}

    .btn-download:hover[b-mab3wy5bz7] {
        background-color: #dd6b20;
    }

    .btn-download:disabled[b-mab3wy5bz7] {
        background-color: #cbd5e0;
        cursor: not-allowed;
    }

.icon[b-mab3wy5bz7] {
    margin-right: 8px;
    font-size: 16px;
}

.query-result[b-mab3wy5bz7] {
    background-color: #f7fafc;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.has-results[b-mab3wy5bz7] {
    border-left: 4px solid #48bb78;
}

.no-results[b-mab3wy5bz7] {
    border-left: 4px solid #f56565;
}

.result-icon[b-mab3wy5bz7] {
    font-size: 20px;
    margin-right: 10px;
}

.result-text[b-mab3wy5bz7] {
    color: #4a5568;
}

    .result-text strong[b-mab3wy5bz7] {
        color: #2d3748;
        font-size: 16px;
    }

/* 下载文件状态列表 */
.download-files-list[b-mab3wy5bz7] {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.file-item[b-mab3wy5bz7] {
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}

    .file-item:last-child[b-mab3wy5bz7] {
        border-bottom: none;
    }

.file-name[b-mab3wy5bz7] {
    font-size: 13px;
    color: #4a5568;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.file-status[b-mab3wy5bz7] {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

.status-pending[b-mab3wy5bz7] {
    background-color: #e2e8f0;
    color: #4a5568;
}

.status-downloading[b-mab3wy5bz7] {
    background-color: #ebf8ff;
    color: #3182ce;
}

.status-completed[b-mab3wy5bz7] {
    background-color: #f0fff4;
    color: #38a169;
}

.status-error[b-mab3wy5bz7] {
    background-color: #fff5f5;
    color: #e53e3e;
}

/* 下载速度信息 */
.speed-info[b-mab3wy5bz7] {
    margin-top: 10px;
    font-size: 14px;
    color: #4a5568;
}

.speed-value[b-mab3wy5bz7] {
    font-weight: 500;
    color: #3182ce;
}

/* 数据清理卡片样式 */
.cleanup-card[b-mab3wy5bz7] {
    margin-bottom: 24px;
}

.cleanup-info[b-mab3wy5bz7] {
    background-color: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

    .cleanup-info p[b-mab3wy5bz7] {
        margin: 0 0 8px 0;
        color: #92400e;
        font-weight: 600;
    }

    .cleanup-info ul[b-mab3wy5bz7] {
        margin: 8px 0 0 0;
        padding-left: 24px;
    }

    .cleanup-info li[b-mab3wy5bz7] {
        color: #78350f;
        margin-bottom: 6px;
        line-height: 1.5;
    }

        .cleanup-info li strong[b-mab3wy5bz7] {
            color: #d97706;
        }

.btn-cleanup[b-mab3wy5bz7] {
    background-color: #ef4444;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

    .btn-cleanup:hover[b-mab3wy5bz7] {
        background-color: #dc2626;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(239, 68, 68, 0.3);
    }

    .btn-cleanup:active[b-mab3wy5bz7] {
        transform: translateY(0);
    }

.btn-optimize[b-mab3wy5bz7] {
    background-color: #10b981;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

    .btn-optimize:hover[b-mab3wy5bz7] {
        background-color: #059669;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(16, 185, 129, 0.3);
    }

    .btn-optimize:active[b-mab3wy5bz7] {
        transform: translateY(0);
    }

.cleanup-progress-section[b-mab3wy5bz7] {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8fafc;
    border-radius: 8px;
}

    .cleanup-progress-section h3[b-mab3wy5bz7] {
        margin: 0 0 16px 0;
        color: #2d3748;
        font-size: 16px;
    }

.cleanup-result[b-mab3wy5bz7] {
    margin-top: 20px;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.success-result[b-mab3wy5bz7] {
    background-color: #f0fdf4;
    border-left: 4px solid #22c55e;
    color: #166534;
}

.error-result[b-mab3wy5bz7] {
    background-color: #fef2f2;
    border-left: 4px solid #ef4444;
    color: #991b1b;
}

    .cleanup-result .result-icon[b-mab3wy5bz7] {
        font-size: 20px;
        font-weight: bold;
    }

/* Add these styles to your AdminUser.razor.css file */

/* 全局图片下载卡片样式 */
.all-images-card[b-mab3wy5bz7] {
    margin-bottom: 24px;
}

.global-download-form[b-mab3wy5bz7] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 为复选框增加样式 */
.checkbox-label[b-mab3wy5bz7] {
    display: flex;
    align-items: center;
    color: #4a5568;
    font-weight: 500;
    margin-bottom: 8px;
}

    .checkbox-label input[type="checkbox"][b-mab3wy5bz7] {
        margin-right: 8px;
        width: 16px;
        height: 16px;
    }

/* 内联加载动画 */
.spinner-inline[b-mab3wy5bz7] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top-color: white;
    margin-right: 8px;
    animation: spin-b-mab3wy5bz7 1s linear infinite;
}

/* 折叠区域样式 */
.collapsible-header[b-mab3wy5bz7] {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
}

    .collapsible-header:hover[b-mab3wy5bz7] {
        background-color: #f8fafc;
    }

.collapse-icon[b-mab3wy5bz7] {
    font-size: 18px;
    color: #4a5568;
    transition: transform 0.2s;
}

@keyframes spin-b-mab3wy5bz7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* 添加以下样式到 AdminUser.razor.css 文件 */

/* 完成下载后的按钮组样式 */
/* 完成下载后的按钮组样式 */
.action-buttons[b-mab3wy5bz7] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.download-btn[b-mab3wy5bz7] {
    background-color: #4299e1;
    color: white;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

    .download-btn:hover[b-mab3wy5bz7] {
        background-color: #3182ce;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.btn-secondary[b-mab3wy5bz7] {
    background-color: #a0aec0;
    color: white;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

    .btn-secondary:hover[b-mab3wy5bz7] {
        background-color: #718096;
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.download-complete[b-mab3wy5bz7] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.complete-icon[b-mab3wy5bz7] {
    width: 60px;
    height: 60px;
    background-color: #48bb78;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px rgba(72, 187, 120, 0.3);
}

.complete-message[b-mab3wy5bz7] {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* 代理信息卡片样式 */
.agent-info-card[b-mab3wy5bz7] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-bottom: 24px;
}

.agent-info-card .card-header h2[b-mab3wy5bz7] {
    color: white;
}

.agent-info-grid[b-mab3wy5bz7] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.agent-info-item[b-mab3wy5bz7] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.agent-info-item .info-label[b-mab3wy5bz7] {
    color: rgba(255, 255, 255, 0.9);
}

.agent-info-item .info-value[b-mab3wy5bz7] {
    font-size: 28px;
    font-weight: 700;
    color: #ffd700;
}

.agent-note[b-mab3wy5bz7] {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}

.agent-note i[b-mab3wy5bz7] {
    flex-shrink: 0;
    margin-top: 2px;
}

/* 代理管理弹窗样式 */
.agent-manage-dialog[b-mab3wy5bz7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    overflow: hidden;
}

.btn-agent-manage[b-mab3wy5bz7] {
    background: #8b5cf6;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-agent-manage:hover[b-mab3wy5bz7] {
    background: #7c3aed;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.agent-info-box[b-mab3wy5bz7] {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.agent-info-box .info-item[b-mab3wy5bz7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.agent-info-box .info-label[b-mab3wy5bz7] {
    color: #4b5563;
    font-weight: 500;
}

.agent-info-box .info-value[b-mab3wy5bz7] {
    color: #8b5cf6;
    font-size: 24px;
    font-weight: 700;
}

.agent-info-box .info-hint[b-mab3wy5bz7] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
}

.preview-box[b-mab3wy5bz7] {
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 16px;
    margin-top: 15px;
}

.preview-box h4[b-mab3wy5bz7] {
    margin: 0 0 12px 0;
    color: #166534;
    font-size: 14px;
    font-weight: 600;
}

.preview-item[b-mab3wy5bz7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #dcfce7;
}

.preview-item:last-child[b-mab3wy5bz7] {
    border-bottom: none;
}

.preview-item span:first-child[b-mab3wy5bz7] {
    color: #166534;
    font-size: 14px;
}

.preview-value[b-mab3wy5bz7] {
    color: #16a34a;
    font-weight: 600;
    font-size: 16px;
}

/* 代理分成计算示例样式 */
.agent-calculation-example[b-mab3wy5bz7] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #93c5fd;
    border-radius: 8px;
    padding: 16px;
    margin-top: 15px;
}

.agent-calculation-example h5[b-mab3wy5bz7] {
    margin: 0 0 12px 0;
    color: #1e40af;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.agent-calculation-example p[b-mab3wy5bz7] {
    margin: 0 0 10px 0;
    color: #1e3a8a;
    font-size: 13px;
}

.agent-calculation-example ul[b-mab3wy5bz7] {
    margin: 0 0 12px 0;
    padding-left: 20px;
}

.agent-calculation-example li[b-mab3wy5bz7] {
    color: #1e3a8a;
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.agent-calculation-example li strong[b-mab3wy5bz7] {
    color: #1d4ed8;
}

.agent-calculation-example .example-note[b-mab3wy5bz7] {
    background: rgba(59, 130, 246, 0.1);
    border-radius: 6px;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    color: #1e40af;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.agent-calculation-example .example-note i[b-mab3wy5bz7] {
    flex-shrink: 0;
    margin-top: 2px;
}
/* /Pages/Admin/AgentCommission.razor.rz.scp.css */
.main-container[b-13gjexzkxk] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
}

.content-container[b-13gjexzkxk] {
    max-width: 1280px;
    margin: 0 auto;
}

.header-section[b-13gjexzkxk] {
    text-align: center;
    margin-bottom: 30px;
}

    .header-section h1[b-13gjexzkxk] {
        color: #1a1a1a;
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

.header-description[b-13gjexzkxk] {
    color: #6b7280;
    font-size: 16px;
    margin: 0;
}

.card[b-13gjexzkxk] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-13gjexzkxk] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header h2[b-13gjexzkxk] {
        color: #1a1a1a;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

.card-body[b-13gjexzkxk] {
    padding: 20px;
}

/* 统计卡片样式 */
.stats-overview[b-13gjexzkxk] {
    margin-bottom: 24px;
}

.stats-card[b-13gjexzkxk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .stats-card:hover[b-13gjexzkxk] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    }

    .stats-card .card-body[b-13gjexzkxk] {
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.stats-icon[b-13gjexzkxk] {
    font-size: 2.5rem;
    opacity: 0.8;
}

.stats-content[b-13gjexzkxk] {
    text-align: right;
}

.stats-value[b-13gjexzkxk] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}

.stats-label[b-13gjexzkxk] {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

/* 趋势图样式 */
.trend-card[b-13gjexzkxk] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.trend-chart[b-13gjexzkxk] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-13gjexzkxk] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 2px 2px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.trend-value[b-13gjexzkxk] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.trend-labels[b-13gjexzkxk] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

    .trend-labels span[b-13gjexzkxk] {
        transform: rotate(-45deg);
        transform-origin: top left;
        white-space: nowrap;
    }

/* 筛选卡片样式 */
.filter-card[b-13gjexzkxk] {
    margin-bottom: 24px;
}

.form-label[b-13gjexzkxk] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control[b-13gjexzkxk] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.3s;
}

    .form-control:focus[b-13gjexzkxk] {
        outline: none;
        border-color: #3182ce;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
    }

/* 搜索框样式 */
.search-container[b-13gjexzkxk] {
    display: flex;
    align-items: center;
}

.search-group[b-13gjexzkxk] {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-input[b-13gjexzkxk] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    transition: all 0.3s;
}

    .search-input:focus[b-13gjexzkxk] {
        outline: none;
        border-color: #3182ce;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
    }

.search-btn[b-13gjexzkxk] {
    background: #3182ce;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

    .search-btn:hover[b-13gjexzkxk] {
        background: #2c5282;
    }

/* 表格样式 */
.users-card[b-13gjexzkxk] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.table-responsive[b-13gjexzkxk] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-13gjexzkxk] {
    width: 100%;
    border-collapse: collapse;
}

th[b-13gjexzkxk], td[b-13gjexzkxk] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaecef;
}

th[b-13gjexzkxk] {
    background: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
}

td[b-13gjexzkxk] {
    color: #1a1a1a;
    font-size: 14px;
}

tr:hover[b-13gjexzkxk] {
    background: #f8fafc;
}

.money[b-13gjexzkxk] {
    color: #38a169;
    font-weight: 600;
}

.record-count[b-13gjexzkxk] {
    color: #3182ce;
    font-weight: 600;
}

.percentage[b-13gjexzkxk] {
    color: #805ad5;
    font-weight: 600;
}

/* 用户详细信息样式 */
.user-detail-info[b-13gjexzkxk] {
    font-size: 12px;
    color: #6b7280;
}

.info-line[b-13gjexzkxk] {
    margin-bottom: 2px;
}

    .info-line:last-child[b-13gjexzkxk] {
        margin-bottom: 0;
    }

/* 加载提示样式 */
.loading-message[b-13gjexzkxk] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-13gjexzkxk] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-13gjexzkxk 1s linear infinite;
}

@keyframes spin-b-13gjexzkxk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 分页样式 */
.pagination[b-13gjexzkxk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-info[b-13gjexzkxk] {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}

.page-jump[b-13gjexzkxk] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.page-input[b-13gjexzkxk] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 60px;
    text-align: center;
}

    .page-input:focus[b-13gjexzkxk] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
    }

.btn-primary[b-13gjexzkxk] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    min-width: 40px;
    justify-content: center;
    white-space: nowrap;
}

    .btn-primary:hover[b-13gjexzkxk] {
        background: #1976d2;
    }

    .btn-primary.disabled[b-13gjexzkxk],
    .btn-primary:disabled[b-13gjexzkxk] {
        opacity: 0.6;
        cursor: not-allowed;
        background: #90caf9;
    }

/* 查看详情按钮 */
.btn-view-records[b-13gjexzkxk] {
    background: #4299e1;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    min-width: 72px;
    text-align: center;
}

    .btn-view-records:hover[b-13gjexzkxk] {
        background: #3182ce;
    }

/* 响应式设计 */
@media (max-width: 1024px) {
    .content-container[b-13gjexzkxk] {
        padding: 0 20px;
    }

    .trend-chart[b-13gjexzkxk] {
        height: 160px;
    }

    .stats-card .card-body[b-13gjexzkxk] {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }

    .stats-icon[b-13gjexzkxk] {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .stats-content[b-13gjexzkxk] {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .main-container[b-13gjexzkxk] {
        padding: 15px;
    }

    .header-section h1[b-13gjexzkxk] {
        font-size: 24px;
    }

    .trend-chart[b-13gjexzkxk] {
        height: 120px;
    }

    .stats-card .card-body[b-13gjexzkxk] {
        padding: 15px;
    }

    .stats-value[b-13gjexzkxk] {
        font-size: 1.5rem;
    }

    .card-body[b-13gjexzkxk] {
        padding: 15px;
    }

    .pagination[b-13gjexzkxk] {
        flex-wrap: wrap;
    }

    .page-jump[b-13gjexzkxk] {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
        margin-left: 0;
    }

    th[b-13gjexzkxk], td[b-13gjexzkxk] {
        padding: 8px 12px;
        font-size: 13px;
    }

    .user-detail-info[b-13gjexzkxk] {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .header-section h1[b-13gjexzkxk] {
        font-size: 20px;
    }

    .stats-value[b-13gjexzkxk] {
        font-size: 1.3rem;
    }

    .trend-chart[b-13gjexzkxk] {
        height: 100px;
    }

    th[b-13gjexzkxk], td[b-13gjexzkxk] {
        padding: 6px 8px;
        font-size: 12px;
    }

    .btn-view-records[b-13gjexzkxk] {
        padding: 3px 6px;
        font-size: 11px;
        min-width: 60px;
    }
} 
/* /Pages/Admin/AIChannelManage.razor.rz.scp.css */
/* 状态标签样式 */
.badge[b-km30kd4x81] {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-success[b-km30kd4x81] {
    color: #fff;
    background-color: #28a745;
}

.badge-danger[b-km30kd4x81] {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning[b-km30kd4x81] {
    color: #212529;
    background-color: #ffc107;
}

/* 按钮组样式 */
.btn-group[b-km30kd4x81] {
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn[b-km30kd4x81] {
    position: relative;
    flex: 0 1 auto;
    margin-right: 2px;
}

/* 按钮样式 */
.btn[b-km30kd4x81] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus[b-km30kd4x81], .btn:hover[b-km30kd4x81] {
    text-decoration: none;
}

.btn-sm[b-km30kd4x81] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-primary[b-km30kd4x81] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover[b-km30kd4x81] {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-success[b-km30kd4x81] {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover[b-km30kd4x81] {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-info[b-km30kd4x81] {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover[b-km30kd4x81] {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-danger[b-km30kd4x81] {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover[b-km30kd4x81] {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-secondary[b-km30kd4x81] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-km30kd4x81] {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

/* 表格样式 */
.table[b-km30kd4x81] {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th[b-km30kd4x81],
.table td[b-km30kd4x81] {
    padding: 0.75rem;
    vertical-align: middle; /* 修改为垂直居中 */
    border-top: 1px solid #dee2e6;
}

.table thead th[b-km30kd4x81] {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa; /* 表头背景色 */
}

.table-bordered[b-km30kd4x81] {
    border: 1px solid #dee2e6;
}

.table-bordered th[b-km30kd4x81],
.table-bordered td[b-km30kd4x81] {
    border: 1px solid #dee2e6;
}

.table-hover tbody tr:hover[b-km30kd4x81] {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-responsive[b-km30kd4x81] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 卡片样式 */
.card[b-km30kd4x81] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-header[b-km30kd4x81] {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body[b-km30kd4x81] {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

/* 模态框样式 */
.modal[b-km30kd4x81] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog[b-km30kd4x81] {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    max-width: 700px; /* 增加宽度 */
    pointer-events: auto;
}

.modal-content[b-km30kd4x81] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* 添加阴影 */
}

.modal-header[b-km30kd4x81] {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title[b-km30kd4x81] {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
}

.close[b-km30kd4x81] {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.close:hover[b-km30kd4x81] {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.modal-body[b-km30kd4x81] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-km30kd4x81] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > *[b-km30kd4x81] {
    margin: 0.25rem;
}

/* 表单样式 */
.form-group[b-km30kd4x81] {
    margin-bottom: 1rem;
}

.form-control[b-km30kd4x81] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-km30kd4x81] {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-text[b-km30kd4x81] {
    display: block;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #6c757d;
}

.form-check[b-km30kd4x81] {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input[b-km30kd4x81] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-label[b-km30kd4x81] {
    margin-bottom: 0;
}

/* 图标样式 - 确保图标显示 */
.fas[b-km30kd4x81] {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 0.25rem; /* 图标和文字之间的间距 */
} 
/* /Pages/Admin/EncodingStats.razor.rz.scp.css */
/* 基本容器样式 */
.main-container[b-n37hr1cv35] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
}

.content-container[b-n37hr1cv35] {
    max-width: 1280px;
    margin: 0 auto;
}

.header-section[b-n37hr1cv35] {
    text-align: center;
    margin-bottom: 30px;
}

    .header-section h1[b-n37hr1cv35] {
        color: #1a1a1a;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
    }

/* 卡片样式 */
.card[b-n37hr1cv35] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-n37hr1cv35] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header h2[b-n37hr1cv35] {
        color: #1a1a1a;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

.card-body[b-n37hr1cv35] {
    padding: 20px;
}

/* 统计数字网格 */
.stats-grid[b-n37hr1cv35] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stat-item[b-n37hr1cv35] {
    text-align: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .stat-item:hover[b-n37hr1cv35] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.stat-value[b-n37hr1cv35] {
    font-size: 28px;
    font-weight: 700;
    color: #2196f3;
    margin-bottom: 8px;
}

.stat-label[b-n37hr1cv35] {
    font-size: 14px;
    color: #64748b;
}

.trend-chart[b-n37hr1cv35] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 1px; /* 调小间距，适应30天视图 */
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-n37hr1cv35] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.trend-time-bar[b-n37hr1cv35] {
    background: linear-gradient(to top, #e8f5e9, #4caf50);
}

.trend-week-bar[b-n37hr1cv35] {
    background: linear-gradient(to top, #e0f7fa, #00bcd4);
}

.trend-week-time-bar[b-n37hr1cv35] {
    background: linear-gradient(to top, #fff8e1, #ffc107);
}

.trend-value[b-n37hr1cv35] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.trend-labels[b-n37hr1cv35] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

    .trend-labels span[b-n37hr1cv35] {
        transform: rotate(-45deg);
        transform-origin: top left;
        white-space: nowrap;
        text-align: left;
        margin-left: 8px;
    }

.weekly-labels[b-n37hr1cv35] {
    justify-content: space-between;
    font-size: 11px; /* 调小字体，适应30天视图 */
}

    .weekly-labels span[b-n37hr1cv35] {
        transform: rotate(-45deg);
        transform-origin: top left;
        white-space: nowrap;
        text-align: left;
        width: 30px; /* 固定宽度，防止标签重叠 */
    }


/* 表格样式 */
.table-responsive[b-n37hr1cv35] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-n37hr1cv35] {
    width: 100%;
    border-collapse: collapse;
}

th[b-n37hr1cv35], td[b-n37hr1cv35] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaecef;
}

th[b-n37hr1cv35] {
    background: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
}

td[b-n37hr1cv35] {
    color: #1a1a1a;
    font-size: 14px;
}

tr:hover[b-n37hr1cv35] {
    background: #f8fafc;
}

.record-count[b-n37hr1cv35] {
    color: #3182ce;
    font-weight: 600;
}

.time-value[b-n37hr1cv35] {
    color: #4caf50;
    font-weight: 600;
}

.money[b-n37hr1cv35] {
    color: #e53e3e;
    font-weight: 600;
}

/* 加载提示样式 */
.loading-message[b-n37hr1cv35] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-n37hr1cv35] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-n37hr1cv35 1s linear infinite;
}

@keyframes spin-b-n37hr1cv35 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .stats-grid[b-n37hr1cv35] {
        grid-template-columns: repeat(2, 1fr);
    }

    .trend-chart[b-n37hr1cv35] {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .stats-grid[b-n37hr1cv35] {
        grid-template-columns: 1fr;
    }

    .card-header[b-n37hr1cv35] {
        flex-direction: column;
        gap: 12px;
    }

    .trend-chart[b-n37hr1cv35] {
        height: 120px;
    }
}
/* /Pages/Admin/ErrorCodeAudit.razor.rz.scp.css */
.main-container[b-rdof3w0upm] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
}

.content-container[b-rdof3w0upm] {
    max-width: 1280px;
    margin: 0 auto;
}

.header-section[b-rdof3w0upm] {
    text-align: center;
    margin-bottom: 30px;
}

    .header-section h1[b-rdof3w0upm] {
        color: #1a1a1a;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
    }

.card[b-rdof3w0upm] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-rdof3w0upm] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header h2[b-rdof3w0upm] {
        color: #1a1a1a;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

.card-body[b-rdof3w0upm] {
    padding: 20px;
}

/* 设置容器样式 */
.settings-container[b-rdof3w0upm] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-size-setting[b-rdof3w0upm] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .page-size-setting label[b-rdof3w0upm] {
        color: #4a5568;
        font-size: 14px;
        white-space: nowrap;
    }

.page-size-select[b-rdof3w0upm] {
    padding: 6px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    background: white;
}

    .page-size-select:focus[b-rdof3w0upm] {
        outline: none;
        border-color: #3182ce;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
    }

.btn-refresh[b-rdof3w0upm] {
    background: #38a169;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    transition: all 0.3s;
}

    .btn-refresh:hover[b-rdof3w0upm] {
        background: #2f855a;
    }

.icon[b-rdof3w0upm] {
    font-style: normal;
}

/* 表格样式 */
.table-responsive[b-rdof3w0upm] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-rdof3w0upm] {
    width: 100%;
    border-collapse: collapse;
}

th[b-rdof3w0upm], td[b-rdof3w0upm] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaecef;
}

th[b-rdof3w0upm] {
    background: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
}

td[b-rdof3w0upm] {
    color: #1a1a1a;
    font-size: 14px;
}

tr:hover[b-rdof3w0upm] {
    background: #f8fafc;
}

.money[b-rdof3w0upm] {
    color: #38a169;
    font-weight: 600;
}

.points[b-rdof3w0upm] {
    color: #805ad5;
    font-weight: 600;
}

.pending-count[b-rdof3w0upm] {
    color: #e53e3e;
    font-weight: 600;
}

.approved-count[b-rdof3w0upm] {
    color: #38a169;
    font-weight: 600;
}

.failed-count[b-rdof3w0upm] {
    color: #d69e2e;
    font-weight: 600;
}

.refund-amount[b-rdof3w0upm] {
    color: #3182ce;
    font-weight: 600;
}

.error-count[b-rdof3w0upm] {
    color: #e53e3e;
    font-weight: 600;
}

.account-status[b-rdof3w0upm] {
    text-align: center;
}

.status-normal[b-rdof3w0upm] {
    color: #38a169;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f0fff4;
    border: 1px solid #9ae6b4;
}

.status-banned[b-rdof3w0upm] {
    color: #e53e3e;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 4px;
    background: #fff5f5;
    border: 1px solid #feb2b2;
    cursor: help;
}

/* 审核按钮样式 */
.btn-audit-details[b-rdof3w0upm] {
    background: #4299e1;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
    white-space: nowrap;
}

    .btn-audit-details:hover[b-rdof3w0upm] {
        background: #3182ce;
    }

.btn-ban-user[b-rdof3w0upm] {
    background: #e53e3e;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    transition: all 0.3s;
    white-space: nowrap;
    margin-left: 4px;
}

    .btn-ban-user:hover[b-rdof3w0upm] {
        background: #c53030;
    }

.btn-unban-user[b-rdof3w0upm] {
    background: #38a169;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    transition: all 0.3s;
    white-space: nowrap;
    margin-left: 4px;
}

    .btn-unban-user:hover[b-rdof3w0upm] {
        background: #2f855a;
    }

/* 分页样式 */
.pagination[b-rdof3w0upm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-info[b-rdof3w0upm] {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}

.page-jump[b-rdof3w0upm] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.page-input[b-rdof3w0upm] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 60px;
    text-align: center;
}

    .page-input:focus[b-rdof3w0upm] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
    }

.btn-primary[b-rdof3w0upm] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    min-width: 40px;
    justify-content: center;
    white-space: nowrap;
}

    .btn-primary:hover[b-rdof3w0upm] {
        background: #1976d2;
    }

    .btn-primary.disabled[b-rdof3w0upm],
    .btn-primary:disabled[b-rdof3w0upm] {
        opacity: 0.6;
        cursor: not-allowed;
        background: #90caf9;
    }

/* 加载提示样式 */
.loading-message[b-rdof3w0upm] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-rdof3w0upm] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-rdof3w0upm 1s linear infinite;
}

/* 弹窗样式 */
.overlay[b-rdof3w0upm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.audit-modal[b-rdof3w0upm] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1400px;
    max-height: 95vh;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.audit-modal-header[b-rdof3w0upm] {
    padding: 16px 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
}

.audit-header-controls[b-rdof3w0upm] {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .audit-modal-header h3[b-rdof3w0upm] {
        margin: 0;
        font-size: 18px;
        color: #1a1a1a;
    }

.modal-close-btn[b-rdof3w0upm] {
    background: none;
    border: none;
    font-size: 24px;
    color: #718096;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
}

    .modal-close-btn:hover[b-rdof3w0upm] {
        color: #e53e3e;
    }

.audit-modal-body[b-rdof3w0upm] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* 信息面板样式 */
.info-panel[b-rdof3w0upm] {
    padding: 16px 20px;
    margin-bottom: 20px;
    background: #ebf8ff;
    border-radius: 8px;
    border-left: 4px solid #3182ce;
}

.info-text[b-rdof3w0upm] {
    margin: 0;
    color: #2c5282;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-text i[b-rdof3w0upm] {
    font-size: 16px;
    color: #3182ce;
}

/* 记录状态样式 */
.record-status[b-rdof3w0upm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.status-error[b-rdof3w0upm] {
    background: #fff5f5;
    color: #e53e3e;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.refund-info[b-rdof3w0upm] {
    background: #f0fff4;
    color: #38a169;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

/* 封号弹窗样式 */
.ban-modal[b-rdof3w0upm] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ban-modal-header[b-rdof3w0upm] {
    padding: 16px 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff5f5;
}

.ban-modal-header h3[b-rdof3w0upm] {
    margin: 0;
    font-size: 16px;
    color: #e53e3e;
    font-weight: 600;
}

.ban-modal-body[b-rdof3w0upm] {
    padding: 20px;
}

.form-group[b-rdof3w0upm] {
    margin-bottom: 16px;
}

.form-label[b-rdof3w0upm] {
    display: block;
    margin-bottom: 8px;
    color: #4a5568;
    font-weight: 500;
    font-size: 14px;
}

.form-control[b-rdof3w0upm] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
    background-color: #ffffff;
    transition: all 0.3s ease;
    resize: vertical;
}

.form-control:focus[b-rdof3w0upm] {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.form-text[b-rdof3w0upm] {
    color: #718096;
    font-size: 12px;
    margin-top: 4px;
}

.ban-actions[b-rdof3w0upm] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-confirm-ban[b-rdof3w0upm] {
    background: #e53e3e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-confirm-ban:hover[b-rdof3w0upm] {
    background: #c53030;
}

.btn-confirm-ban:disabled[b-rdof3w0upm] {
    background: #a0aec0;
    cursor: not-allowed;
}

.btn-cancel[b-rdof3w0upm] {
    background: #718096;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel:hover[b-rdof3w0upm] {
    background: #4a5568;
}

.btn-cancel:disabled[b-rdof3w0upm] {
    background: #a0aec0;
    cursor: not-allowed;
}

/* 审批操作栏样式 */
.audit-action-bar[b-rdof3w0upm] {
    padding: 16px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: center;
}

.audit-batch-actions[b-rdof3w0upm] {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* 批量操作按钮样式 */

.btn-batch-approve[b-rdof3w0upm], .btn-batch-reject[b-rdof3w0upm] {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    min-width: 160px;
    justify-content: center;
}

.btn-batch-approve[b-rdof3w0upm] {
    background: #48bb78;
    color: white;
}

    .btn-batch-approve:hover[b-rdof3w0upm] {
        background: #38a169;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(72, 187, 120, 0.3);
    }

    .btn-batch-approve:disabled[b-rdof3w0upm] {
        background: #a0aec0;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.btn-batch-reject[b-rdof3w0upm] {
    background: #f56565;
    color: white;
}

    .btn-batch-reject:hover[b-rdof3w0upm] {
        background: #e53e3e;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(245, 101, 101, 0.3);
    }

    .btn-batch-reject:disabled[b-rdof3w0upm] {
        background: #a0aec0;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

/* 审核网格样式 */
.audit-grid[b-rdof3w0upm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.audit-item[b-rdof3w0upm] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

    .audit-item:hover[b-rdof3w0upm] {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        transform: translateY(-2px);
    }

.audit-image-container[b-rdof3w0upm] {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.audit-image[b-rdof3w0upm] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s;
    background: #f8fafc;
}

    .audit-image:hover[b-rdof3w0upm] {
        transform: scale(1.05);
    }

.no-image[b-rdof3w0upm] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #a0aec0;
    font-size: 16px;
}

.audit-info[b-rdof3w0upm] {
    padding: 16px;
}

.info-row[b-rdof3w0upm] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 8px;
}

.label[b-rdof3w0upm] {
    font-weight: 500;
    color: #4a5568;
    font-size: 14px;
    white-space: nowrap;
}

.value[b-rdof3w0upm] {
    color: #2d3748;
    font-size: 14px;
    text-align: right;
    word-break: break-all;
}

.value.result[b-rdof3w0upm] {
    font-weight: 600;
    color: #3182ce;
}

.value.money[b-rdof3w0upm] {
    font-weight: 600;
    color: #38a169;
}

.audit-actions[b-rdof3w0upm] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-approve[b-rdof3w0upm], .btn-reject[b-rdof3w0upm] {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s;
}

.btn-approve[b-rdof3w0upm] {
    background: #48bb78;
    color: white;
}

    .btn-approve:hover[b-rdof3w0upm] {
        background: #38a169;
    }

    .btn-approve:disabled[b-rdof3w0upm] {
        background: #a0aec0;
        cursor: not-allowed;
    }

.btn-reject[b-rdof3w0upm] {
    background: #f56565;
    color: white;
}

    .btn-reject:hover[b-rdof3w0upm] {
        background: #e53e3e;
    }

    .btn-reject:disabled[b-rdof3w0upm] {
        background: #a0aec0;
        cursor: not-allowed;
    }

/* 图片查看器样式 */
.image-overlay[b-rdof3w0upm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    cursor: pointer;
}

.image-modal[b-rdof3w0upm] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
    max-width: 95%;
    max-height: 95%;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image[b-rdof3w0upm] {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* 内联加载动画 */
.spinner-inline[b-rdof3w0upm] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top-color: white;
    margin-right: 8px;
    animation: spin-b-rdof3w0upm 1s linear infinite;
}

.mini-spinner[b-rdof3w0upm] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-rdof3w0upm 1s linear infinite;
}

@keyframes spin-b-rdof3w0upm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .content-container[b-rdof3w0upm] {
        padding: 0 20px;
    }

    .audit-grid[b-rdof3w0upm] {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 16px;
    }

    .audit-modal[b-rdof3w0upm] {
        width: 98%;
        max-height: 98vh;
    }
}

@media (max-width: 768px) {
    .card-header[b-rdof3w0upm] {
        flex-direction: column;
        gap: 12px;
    }

    .settings-container[b-rdof3w0upm] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .batch-actions[b-rdof3w0upm] {
        flex-direction: column;
        gap: 12px;
    }

    .audit-grid[b-rdof3w0upm] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pagination[b-rdof3w0upm] {
        flex-wrap: wrap;
    }

    .page-jump[b-rdof3w0upm] {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }

    .audit-modal-body[b-rdof3w0upm] {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .main-container[b-rdof3w0upm] {
        padding: 10px;
    }

    .header-section h1[b-rdof3w0upm] {
        font-size: 22px;
    }

    .audit-image-container[b-rdof3w0upm] {
        height: 200px;
    }

    .btn-batch-approve[b-rdof3w0upm], .btn-batch-reject[b-rdof3w0upm] {
        padding: 10px 16px;
        font-size: 14px;
        min-width: 140px;
    }
}
/* /Pages/Admin/PaymentList.razor.rz.scp.css */
.section-box[b-6mp3380m32] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    margin: 10px 0;
}

.section-title[b-6mp3380m32] {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #666;
}

.search-container[b-6mp3380m32] {
    margin-bottom: 20px;
}

.search-group[b-6mp3380m32] {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.search-input[b-6mp3380m32] {
    flex: 1;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

    .search-input:focus[b-6mp3380m32] {
        outline: none;
        border-color: #2196f3;
    }

.search-btn[b-6mp3380m32] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 7px 15px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .search-btn:hover[b-6mp3380m32] {
        background: #1976d2;
    }

.btn-primary[b-6mp3380m32] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .btn-primary:hover[b-6mp3380m32] {
        background: #1976d2;
    }

    .btn-primary.disabled[b-6mp3380m32],
    .btn-primary:disabled[b-6mp3380m32] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* 趋势图样式 */
.trend-section[b-6mp3380m32] {
    margin-bottom: 20px;
}

.trend-chart[b-6mp3380m32] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 1px;
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-6mp3380m32] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 2px 2px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.trend-value[b-6mp3380m32] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
}

.trend-labels[b-6mp3380m32] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

    .trend-labels span[b-6mp3380m32] {
        transform: rotate(-45deg);
        transform-origin: top left;
    }

/* 表格样式 */
.table-container[b-6mp3380m32] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-6mp3380m32] {
    width: 100%;
    border-collapse: collapse;
}

th[b-6mp3380m32], td[b-6mp3380m32] {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

th[b-6mp3380m32] {
    color: #666;
    font-weight: normal;
    background: #f5f5f5;
}

tbody tr:hover[b-6mp3380m32] {
    background-color: #f8f9fa;
}

.status-success[b-6mp3380m32] {
    color: #4caf50;
}

.status-pending[b-6mp3380m32] {
    color: #ff9800;
}

/* 分页样式 */
.pagination[b-6mp3380m32] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page-info[b-6mp3380m32] {
    color: #666;
    font-size: 14px;
}

.balance-info[b-6mp3380m32] {
    margin-bottom: 15px;
}

.balance-label[b-6mp3380m32] {
    font-size: 16px;
    color: #4a5568;
}

.balance-amount[b-6mp3380m32] {
    font-size: 24px;
    font-weight: 600;
    color: #38a169;
    margin-left: 10px;
}

.card[b-6mp3380m32] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-6mp3380m32] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header h2[b-6mp3380m32] {
        color: #1a1a1a;
        font-size: 18px;
        margin: 0;
        font-weight: 600;
    }

.card-body[b-6mp3380m32] {
    padding: 20px;
}

.warning-icon[b-6mp3380m32] {
    font-style: normal;
}

.form-group[b-6mp3380m32] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 20px;
    align-items: flex-end;
}

.input-wrapper[b-6mp3380m32] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .input-wrapper label[b-6mp3380m32] {
        color: #4a5568;
        font-size: 14px;
        font-weight: 500;
    }

input[b-6mp3380m32] {
    padding: 10px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

    input:focus[b-6mp3380m32] {
        outline: none;
        border-color: #3182ce;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
    }

/* 按钮样式 */
.btn[b-6mp3380m32] {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

    .btn:disabled[b-6mp3380m32] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-recharge[b-6mp3380m32] {
    background: #38a169;
    color: white;
}

    .btn-recharge:hover:not(:disabled)[b-6mp3380m32] {
        background: #2f855a;
    }

/* 加载中样式 */
.loading-message[b-6mp3380m32] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-6mp3380m32] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-6mp3380m32 1s linear infinite;
}

@keyframes spin-b-6mp3380m32 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 空数据提示 */
.empty-message[b-6mp3380m32] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .form-group[b-6mp3380m32] {
        grid-template-columns: 1fr;
    }

    .trend-chart[b-6mp3380m32] {
        height: 160px;
    }

    .trend-labels span[b-6mp3380m32] {
        font-size: 10px;
    }

    .card-header[b-6mp3380m32] {
        flex-direction: column;
        gap: 10px;
    }

    .search-group[b-6mp3380m32] {
        max-width: 100%;
    }
}
/* /Pages/Admin/RecognitionMonitor.razor.rz.scp.css */
.monitor-container[b-boi4jj65jg] {
    max-width: 100%;
    padding: 24px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.monitor-header[b-boi4jj65jg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebeef5;
}

.monitor-header h2[b-boi4jj65jg] {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 1.5rem;
}

.monitor-actions[b-boi4jj65jg] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.record-count-control[b-boi4jj65jg] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f7fa;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #e4e7ed;
}

.record-count-input[b-boi4jj65jg] {
    width: 60px;
    text-align: center;
    padding: 4px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    font-size: 14px;
}

.record-count[b-boi4jj65jg] {
    font-size: 14px;
    color: #606266;
}

.record-count strong[b-boi4jj65jg] {
    color: #409eff;
    font-weight: 600;
}

.refresh-btn[b-boi4jj65jg] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #409eff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.refresh-btn:hover[b-boi4jj65jg] {
    background-color: #66b1ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.refresh-btn:active[b-boi4jj65jg] {
    background-color: #3a8ee6;
    transform: translateY(1px);
}

.loading-container[b-boi4jj65jg], .empty-container[b-boi4jj65jg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-color: #f9f9f9;
    border-radius: 8px;
    gap: 16px;
    color: #909399;
}

.loading-spinner[b-boi4jj65jg] {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #409eff;
    border-radius: 50%;
    animation: spin-b-boi4jj65jg 1s linear infinite;
}

@keyframes spin-b-boi4jj65jg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.empty-container i[b-boi4jj65jg] {
    font-size: 48px;
    color: #c0c4cc;
}

.empty-container p[b-boi4jj65jg] {
    font-size: 16px;
    margin: 0;
}

.records-container[b-boi4jj65jg] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.record-item[b-boi4jj65jg] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.record-item:hover[b-boi4jj65jg] {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.record-header[b-boi4jj65jg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebeef5;
}

.record-meta[b-boi4jj65jg] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.record-id[b-boi4jj65jg] {
    font-weight: 600;
    color: #303133;
}

.record-time[b-boi4jj65jg] {
    color: #909399;
    font-size: 13px;
}

.record-status[b-boi4jj65jg] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.status-success[b-boi4jj65jg] {
    background-color: #f0f9eb;
    color: #67c23a;
}

.status-pending[b-boi4jj65jg] {
    background-color: #fdf6ec;
    color: #e6a23c;
}

.status-fail[b-boi4jj65jg] {
    background-color: #fef0f0;
    color: #f56c6c;
}

.record-content[b-boi4jj65jg] {
    display: flex;
    padding: 20px;
    gap: 24px;
}

.record-image-container[b-boi4jj65jg] {
    flex-shrink: 0;
}

.dual-image-layout[b-boi4jj65jg] {
    display: flex;
    gap: 12px;
    width: 440px; /* 双图片布局时的总宽度 */
}

.single-image-layout[b-boi4jj65jg] {
    width: 220px; /* 单图片时的宽度 */
}

.image-section[b-boi4jj65jg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.image-label[b-boi4jj65jg] {
    font-size: 12px;
    color: #909399;
    font-weight: 500;
    text-align: center;
    background-color: #f9f9f9;
    padding: 4px 8px;
    border-radius: 3px;
    border: 1px solid #ebeef5;
}

.record-image[b-boi4jj65jg] {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebeef5;
    position: relative;
}

.record-image img[b-boi4jj65jg] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.record-image:hover img[b-boi4jj65jg] {
    transform: scale(1.05);
}

.no-image[b-boi4jj65jg] {
    color: #c0c4cc;
    font-size: 13px;
}

.record-info[b-boi4jj65jg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.record-question[b-boi4jj65jg], .record-result[b-boi4jj65jg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.record-question h4[b-boi4jj65jg], .record-result h4[b-boi4jj65jg] {
    margin: 0;
    font-size: 14px;
    color: #606266;
    font-weight: 600;
}

.record-question p[b-boi4jj65jg] {
    margin: 0;
    color: #303133;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.result-text[b-boi4jj65jg] {
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #303133;
    max-height: 120px;
    overflow-y: auto;
    line-height: 1.5;
    word-break: break-word;
    border: 1px solid #ebeef5;
}

.record-details[b-boi4jj65jg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.detail-item[b-boi4jj65jg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-label[b-boi4jj65jg] {
    font-size: 12px;
    color: #909399;
}

.detail-value[b-boi4jj65jg] {
    font-size: 13px;
    color: #606266;
    font-weight: 500;
}

@media (max-width: 768px) {
    .monitor-actions[b-boi4jj65jg] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .record-content[b-boi4jj65jg] {
        flex-direction: column;
    }

    .record-image-container[b-boi4jj65jg] {
        width: 100%;
    }

    .dual-image-layout[b-boi4jj65jg] {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .single-image-layout[b-boi4jj65jg] {
        width: 100%;
    }

    .record-image[b-boi4jj65jg] {
        width: 100%;
        height: 200px;
    }

    .record-details[b-boi4jj65jg] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Pages/Admin/WithdrawalManage.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-gz8au5x22b] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-title[b-gz8au5x22b] {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

/* 筛选器样式 */
.filter-container[b-gz8au5x22b] {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.filter-item[b-gz8au5x22b] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-item label[b-gz8au5x22b] {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.form-select[b-gz8au5x22b] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    min-width: 150px;
}

/* 表格样式 */
.mytable[b-gz8au5x22b] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mytable th[b-gz8au5x22b], .mytable td[b-gz8au5x22b] {
    text-align: center;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.mytable th[b-gz8au5x22b] {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}

.mytable tr:nth-child(even)[b-gz8au5x22b] {
    background-color: #f9f9f9;
}

.mytable tr:hover[b-gz8au5x22b] {
    background-color: #f1f1f1;
}

/* 状态样式 */
.status-pending[b-gz8au5x22b] {
    color: #ffc107;
    font-weight: bold;
}

.status-approved[b-gz8au5x22b] {
    color: #28a745;
    font-weight: bold;
}

.status-rejected[b-gz8au5x22b] {
    color: #dc3545;
    font-weight: bold;
}

/* 操作按钮 */
.action-buttons[b-gz8au5x22b] {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.btn-sm[b-gz8au5x22b] {
    padding: 3px 8px;
    font-size: 12px;
}

/* 加载提示 */
.loading-message[b-gz8au5x22b] {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

/* 空状态 */
.empty-state[b-gz8au5x22b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px 0;
}

.empty-icon[b-gz8au5x22b] {
    font-size: 48px;
    margin-bottom: 15px;
    color: #ccc;
}

.empty-state p[b-gz8au5x22b] {
    font-size: 16px;
    color: #888;
}

/* 分页样式 */
.pagination[b-gz8au5x22b] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.pagination-info[b-gz8au5x22b] {
    margin: 0 15px;
    font-size: 14px;
    font-weight: bold;
}

/* 模态框样式 */
.modal-overlay[b-gz8au5x22b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: block;
}

.modal-container[b-gz8au5x22b] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    z-index: 11;
}

.modal-header[b-gz8au5x22b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h3[b-gz8au5x22b] {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.close-button[b-gz8au5x22b] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.modal-body[b-gz8au5x22b] {
    padding: 20px;
}

.modal-footer[b-gz8au5x22b] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-gz8au5x22b] {
    margin-bottom: 15px;
}

.form-group label[b-gz8au5x22b] {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

.form-control[b-gz8au5x22b] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
} 
/* /Pages/Agent.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-35d77sslyu] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

/* 卡片样式 */
.redirect-card[b-35d77sslyu] {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    max-width: 500px;
    width: 100%;
}

.card-body[b-35d77sslyu] {
    padding: 2rem;
}

.text-center[b-35d77sslyu] {
    text-align: center;
}

/* 跳转图标 */
.redirect-icon[b-35d77sslyu] {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 1.5rem;
}

.redirect-icon i[b-35d77sslyu] {
    animation: spin-b-35d77sslyu 2s linear infinite;
}

@keyframes spin-b-35d77sslyu {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 标题与文本 */
.redirect-title[b-35d77sslyu] {
    font-size: 1.5rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.redirect-text[b-35d77sslyu] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

/* 加载指示器 */
.spinner[b-35d77sslyu] {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.25rem solid rgba(52, 152, 219, 0.2);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin-b-35d77sslyu 1s linear infinite;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .page-container[b-35d77sslyu] {
        padding: 1rem;
    }
    
    .card-body[b-35d77sslyu] {
        padding: 1.5rem;
    }
    
    .redirect-icon[b-35d77sslyu] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .redirect-title[b-35d77sslyu] {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .card-body[b-35d77sslyu] {
        padding: 1rem;
    }
    
    .redirect-icon[b-35d77sslyu] {
        font-size: 2rem;
    }
    
    .spinner[b-35d77sslyu] {
        width: 2rem;
        height: 2rem;
    }
} 
/* /Pages/Chat.razor.rz.scp.css */
/* 全局样式确保 box-sizing 的一致性 */
*[b-nqe5p6rea4] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 页面容器样式 */
.page-container[b-nqe5p6rea4] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* 卡片样式 */
.card[b-nqe5p6rea4] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* 聊天容器和输入容器的基础样式 */
.chat-container[b-nqe5p6rea4], .input-container[b-nqe5p6rea4] {
    width: 100%;
    margin: 1.5rem auto;
}

.chat-container[b-nqe5p6rea4] {
    padding: 1.5rem;
    height: calc(80vh - 5rem);
    overflow-y: auto;
}

.input-container[b-nqe5p6rea4] {
    display: flex;
    padding: 1rem;
    margin-top: 1rem;
    align-items: center;
}

.chat-textarea[b-nqe5p6rea4] {
    flex-grow: 1;
    margin-right: 1rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    resize: none;
    min-height: 2.5rem;
    max-height: 10rem;
    line-height: 1.5;
    outline: none;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.chat-textarea:focus[b-nqe5p6rea4] {
    border-color: #3498db;
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

.button[b-nqe5p6rea4] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    border: none;
    background-color: #3498db;
    color: white;
    cursor: pointer;
    height: 2.5rem;
    transition: all 0.2s ease;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button i[b-nqe5p6rea4] {
    margin-right: 0.5rem;
}

.button:hover[b-nqe5p6rea4] {
    background-color: #2980b9;
}

.button:disabled[b-nqe5p6rea4] {
    background-color: #adb5bd;
    color: #f8f9fa;
    cursor: not-allowed;
}

/* 头像样式 */
.avatar[b-nqe5p6rea4] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
}

/* 聊天消息的基础样式 */
.message[b-nqe5p6rea4] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

/* 机器人消息样式 */
.bot-message[b-nqe5p6rea4] {
    justify-content: flex-start;
}

.bot-message > .avatar[b-nqe5p6rea4] {
    margin-right: 0.75rem;
}

/* 用户消息样式 */
.user-message[b-nqe5p6rea4] {
    justify-content: flex-end;
}

.user-message > .avatar[b-nqe5p6rea4] {
    margin-left: 0.75rem;
    order: 2;
}

.user-message > div[b-nqe5p6rea4] {
    order: 1;
    align-items: flex-end;
}

/* 消息文本容器样式 */
.message > div[b-nqe5p6rea4] {
    display: flex;
    flex-direction: column;
    max-width: 70%;
}

/* 发送者名称样式 */
.sender-name[b-nqe5p6rea4] {
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: #212529;
    font-size: 0.875rem;
}

/* 消息内容样式 */
.message-content[b-nqe5p6rea4] {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #dee2e6;
}

/* 用户消息内容特殊样式 */
.user-message .message-content[b-nqe5p6rea4] {
    background-color: #3498db;
    color: white;
    border: none;
}

.code-block[b-nqe5p6rea4] {
    background-color: #2c3e50;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
}

.code-block-title[b-nqe5p6rea4] {
    background-color: #34495e;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 0.875rem;
}

.code-block pre[b-nqe5p6rea4] {
    background-color: #2c3e50;
    color: white;
    margin: 0;
    padding: 1rem;
    overflow-x: auto;
    font-family: Consolas, 'Courier New', monospace;
    font-size: 0.875rem;
}

.code-block .copy-button[b-nqe5p6rea4] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.code-block .copy-button:hover[b-nqe5p6rea4] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .page-container[b-nqe5p6rea4] {
        padding: 1rem;
    }
    
    .message > div[b-nqe5p6rea4] {
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .chat-container[b-nqe5p6rea4] {
        height: calc(75vh - 4rem);
        padding: 1rem;
    }
    
    .button[b-nqe5p6rea4] {
        padding: 0.5rem 1rem;
    }
    
    .message > div[b-nqe5p6rea4] {
        max-width: 85%;
    }
}
/* /Pages/Counter.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-c8m8vzai5t] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* 页面标题 */
.page-title[b-c8m8vzai5t] {
    font-size: 2rem;
    color: #212529;
    margin-bottom: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.75rem;
}

/* 卡片样式 */
.card[b-c8m8vzai5t] {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card-header[b-c8m8vzai5t] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.card-body[b-c8m8vzai5t] {
    padding: 1.5rem;
}

.mb-4[b-c8m8vzai5t] {
    margin-bottom: 1.5rem;
}

/* 区块标题 */
.section-title[b-c8m8vzai5t] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

/* 账户信息区域 */
.account-info[b-c8m8vzai5t] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-icon[b-c8m8vzai5t] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3498db;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon i[b-c8m8vzai5t] {
    font-size: 1.5rem;
}

.info-content h4[b-c8m8vzai5t] {
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    color: #2c3e50;
}

.info-content p[b-c8m8vzai5t] {
    margin: 0;
    color: #6c757d;
}

/* 操作按钮 */
.action-buttons[b-c8m8vzai5t] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    align-items: center;
}

/* 统计卡片 */
.stats-section[b-c8m8vzai5t] {
    margin-bottom: 1.5rem;
}

.stat-card[b-c8m8vzai5t] {
    height: 100%;
}

.stat-header[b-c8m8vzai5t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.stat-header h5[b-c8m8vzai5t] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #2c3e50;
}

.stat-header i[b-c8m8vzai5t] {
    font-size: 1.5rem;
    color: #3498db;
}

.stat-value[b-c8m8vzai5t] {
    font-size: 2rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 0.5rem;
}

.gift-value[b-c8m8vzai5t] {
    color: #2ecc71;
}

.stat-description[b-c8m8vzai5t] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

/* 表格响应式容器 */
.table-responsive[b-c8m8vzai5t] {
    overflow-x: auto;
}

/* 数据表格 */
.data-table[b-c8m8vzai5t] {
    width: 100%;
    border-collapse: collapse;
}

.data-table th[b-c8m8vzai5t], 
.data-table td[b-c8m8vzai5t] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

.data-table th[b-c8m8vzai5t] {
    background-color: #3498db;
    color: #ffffff;
    font-weight: 600;
}

.data-table tbody tr:last-child td[b-c8m8vzai5t] {
    border-bottom: none;
}

.data-table tbody tr:hover[b-c8m8vzai5t] {
    background-color: rgba(52, 152, 219, 0.05);
}

/* 状态标记 */
.status-badge[b-c8m8vzai5t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

.status-pending[b-c8m8vzai5t] {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.status-success[b-c8m8vzai5t] {
    background-color: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
    border: 1px solid rgba(46, 204, 113, 0.2);
}

.status-failed[b-c8m8vzai5t] {
    background-color: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    border: 1px solid rgba(231, 76, 60, 0.2);
}

.no-records[b-c8m8vzai5t] {
    text-align: center;
    color: #6c757d;
    padding: 2rem 0;
    font-style: italic;
}

/* 按钮样式 */
.btn[b-c8m8vzai5t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
    white-space: nowrap;
}

.btn i[b-c8m8vzai5t] {
    margin-right: 0.375rem;
    font-size: 1rem;
}

.btn-primary[b-c8m8vzai5t] {
    background-color: #3498db;
    color: #ffffff;
}

.btn-primary:hover[b-c8m8vzai5t] {
    background-color: #2980b9;
}

.btn-outline-primary[b-c8m8vzai5t] {
    background-color: transparent;
    border: 1px solid #3498db;
    color: #3498db;
}

.btn-outline-primary:hover[b-c8m8vzai5t] {
    background-color: #3498db;
    color: #ffffff;
}

/* 模态框样式 */
.modal-overlay[b-c8m8vzai5t] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-c8m8vzai5t 0.3s ease;
}

.modal-content[b-c8m8vzai5t] {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 550px;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideIn-b-c8m8vzai5t 0.3s ease;
}

.modal-header[b-c8m8vzai5t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-header h4[b-c8m8vzai5t] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-button[b-c8m8vzai5t] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.close-button:hover[b-c8m8vzai5t] {
    color: #212529;
}

.modal-body[b-c8m8vzai5t] {
    padding: 1.5rem;
}

.modal-subtitle[b-c8m8vzai5t] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.fade-out[b-c8m8vzai5t] {
    animation: fadeOut-b-c8m8vzai5t 0.3s ease forwards;
}

.slide-in[b-c8m8vzai5t] {
    animation: slideIn-b-c8m8vzai5t 0.3s ease;
}

.slide-out[b-c8m8vzai5t] {
    animation: slideOut-b-c8m8vzai5t 0.3s ease forwards;
}

@keyframes fadeIn-b-c8m8vzai5t {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut-b-c8m8vzai5t {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes slideIn-b-c8m8vzai5t {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideOut-b-c8m8vzai5t {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(50px); opacity: 0; }
}

/* 金额选择区域 */
.amount-grid[b-c8m8vzai5t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.amount-option[b-c8m8vzai5t] {
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.amount-option:hover[b-c8m8vzai5t] {
    border-color: #3498db;
    transform: translateY(-3px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.amount-option.selected[b-c8m8vzai5t] {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.amount-value[b-c8m8vzai5t] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bonus-tag[b-c8m8vzai5t] {
    font-size: 0.75rem;
    background-color: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    display: inline-block;
}

.amount-option.selected .bonus-tag[b-c8m8vzai5t] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* 支付按钮区域 */
.payment-actions[b-c8m8vzai5t] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.btn-lg[b-c8m8vzai5t] {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
}

/* 支付iframe容器 */
.payment-iframe-container[b-c8m8vzai5t] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
    padding: 0.5rem;
    overflow: hidden;
}

.payment-iframe-container iframe[b-c8m8vzai5t] {
    width: 100%;
    height: 500px;
    border: none;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .action-buttons[b-c8m8vzai5t] {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .page-container[b-c8m8vzai5t] {
        padding: 1rem;
    }
    
    .page-title[b-c8m8vzai5t] {
        font-size: 1.75rem;
    }
    
    .stat-value[b-c8m8vzai5t] {
        font-size: 1.5rem;
    }
    
    .amount-grid[b-c8m8vzai5t] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal-content[b-c8m8vzai5t] {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .amount-grid[b-c8m8vzai5t] {
        grid-template-columns: 1fr;
    }
    
    .action-buttons[b-c8m8vzai5t] {
        flex-direction: column;
        width: 100%;
    }
    
    .action-buttons .btn[b-c8m8vzai5t] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .account-info[b-c8m8vzai5t] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .info-icon[b-c8m8vzai5t] {
        margin-bottom: 0.5rem;
    }
}
/* /Pages/Detail.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-ucuj5z04dv] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* 页面标题区域 */
.header-section[b-ucuj5z04dv] {
    margin-bottom: 2rem;
}

.page-title[b-ucuj5z04dv] {
    font-size: 2rem;
    color: #212529;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.page-subtitle[b-ucuj5z04dv] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

/* 加载状态 */
.loading-section[b-ucuj5z04dv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.spinner[b-ucuj5z04dv] {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid #dee2e6;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin-b-ucuj5z04dv 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-ucuj5z04dv {
    to { transform: rotate(360deg); }
}

/* 空状态 */
.empty-state[b-ucuj5z04dv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    color: #6c757d;
    text-align: center;
}

.empty-state i[b-ucuj5z04dv] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #adb5bd;
}

.empty-state h3[b-ucuj5z04dv] {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #212529;
}

.empty-state p[b-ucuj5z04dv] {
    font-size: 1rem;
    max-width: 400px;
}

/* 统计卡片区域 */
.stats-section[b-ucuj5z04dv] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.stat-card[b-ucuj5z04dv] {
    flex: 1;
    min-width: 200px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid #dee2e6;
    padding: 1.5rem;
    display: flex;
    align-items: center;
}

.stat-card i[b-ucuj5z04dv] {
    font-size: 2rem;
    color: #3498db;
    margin-right: 1rem;
}

.stat-content[b-ucuj5z04dv] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-ucuj5z04dv] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.2;
}

.stat-label[b-ucuj5z04dv] {
    font-size: 0.875rem;
    color: #6c757d;
}

/* 记录容器 */
.records-container[b-ucuj5z04dv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* 卡片 */
.card[b-ucuj5z04dv] {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
}

.card-header[b-ucuj5z04dv] {
    background-color: #2c3e50;
    color: white;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3[b-ucuj5z04dv] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.card-header h3 i[b-ucuj5z04dv] {
    margin-right: 0.5rem;
}

.badge[b-ucuj5z04dv] {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.card-body[b-ucuj5z04dv] {
    padding: 0;
}

/* 表格响应式容器 */
.table-responsive[b-ucuj5z04dv] {
    overflow-x: auto;
}

/* 数据表格 */
.table[b-ucuj5z04dv] {
    width: 100%;
    border-collapse: collapse;
}

.table th[b-ucuj5z04dv], 
.table td[b-ucuj5z04dv] {
    padding: 1rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

.table th[b-ucuj5z04dv] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #212529;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.table tr:last-child td[b-ucuj5z04dv] {
    border-bottom: none;
}

.table tr:hover[b-ucuj5z04dv] {
    background-color: rgba(52, 152, 219, 0.05);
}

/* 软件名称样式 */
.software-name[b-ucuj5z04dv] {
    display: flex;
    align-items: center;
}

.software-name i[b-ucuj5z04dv] {
    color: #3498db;
    margin-right: 0.5rem;
    font-size: 1.125rem;
}

/* 调用次数样式 */
.count-badge[b-ucuj5z04dv] {
    background-color: #f8f9fa;
    border-radius: 2rem;
    padding: 0.25rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #212529;
    font-size: 0.875rem;
}

/* 金额值突出显示 */
.money-value[b-ucuj5z04dv] {
    font-weight: 600;
    color: #2ecc71;
    font-size: 1.125rem;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .stat-card[b-ucuj5z04dv] {
        min-width: 150px;
    }
}

@media (max-width: 768px) {
    .page-container[b-ucuj5z04dv] {
        padding: 1rem;
    }
    
    .page-title[b-ucuj5z04dv] {
        font-size: 1.75rem;
    }
    
    .stats-section[b-ucuj5z04dv] {
        flex-direction: column;
    }
    
    .stat-card[b-ucuj5z04dv] {
        width: 100%;
    }
    
    .card-header[b-ucuj5z04dv] {
        padding: 0.75rem 1rem;
    }
    
    .card-header h3[b-ucuj5z04dv] {
        font-size: 1.125rem;
    }
    
    .table th[b-ucuj5z04dv], 
    .table td[b-ucuj5z04dv] {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .money-value[b-ucuj5z04dv] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .page-title[b-ucuj5z04dv] {
        font-size: 1.5rem;
    }
    
    .badge[b-ucuj5z04dv] {
        display: none;
    }
} 
/* /Pages/Developer/AccountManage.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-qtroz1c8ar] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 页面头部 */
.page-header[b-qtroz1c8ar] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-back[b-qtroz1c8ar] {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
}

.btn-back:hover[b-qtroz1c8ar] {
    background: linear-gradient(135deg, #5a6268, #495057);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.4);
}

.page-title[b-qtroz1c8ar] {
    font-size: 24px;
    color: #333;
    margin: 0;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    flex: 1;
}

/* 统计卡片 */
.stats-container[b-qtroz1c8ar] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.stats-card[b-qtroz1c8ar] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
    min-width: 300px;
}

.stats-card h3[b-qtroz1c8ar] {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* 余额显示 */
.balance-display[b-qtroz1c8ar] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.balance-amount[b-qtroz1c8ar] {
    font-size: 32px;
    font-weight: bold;
    color: #28a745;
}

.btn-withdraw[b-qtroz1c8ar] {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-withdraw:hover[b-qtroz1c8ar] {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(40, 167, 69, 0.4);
}

.btn-withdraw:active[b-qtroz1c8ar] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.balance-note[b-qtroz1c8ar] {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.balance-note p[b-qtroz1c8ar] {
    margin: 5px 0;
}

/* 表格样式 */
.mytable[b-qtroz1c8ar] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mytable th[b-qtroz1c8ar], .mytable td[b-qtroz1c8ar] {
    text-align: center;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.mytable th[b-qtroz1c8ar] {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}

.mytable tr:nth-child(even)[b-qtroz1c8ar] {
    background-color: #f9f9f9;
}

.mytable tr:hover[b-qtroz1c8ar] {
    background-color: #f1f1f1;
}

/* 状态样式 */
.status-pending[b-qtroz1c8ar] {
    color: #ffc107;
    font-weight: bold;
}

.status-approved[b-qtroz1c8ar] {
    color: #28a745;
    font-weight: bold;
}

.status-rejected[b-qtroz1c8ar] {
    color: #dc3545;
    font-weight: bold;
}

/* 标题样式 */
.section-title[b-qtroz1c8ar] {
    margin: 30px 0 20px;
    border-left: 4px solid #007bff;
    padding-left: 10px;
}

.section-title h2[b-qtroz1c8ar] {
    font-size: 20px;
    color: #333;
    margin: 0;
}

/* 加载提示 */
.loading-message[b-qtroz1c8ar] {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

/* 空状态 */
.empty-state[b-qtroz1c8ar] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px 0;
}

.empty-icon[b-qtroz1c8ar] {
    font-size: 48px;
    margin-bottom: 15px;
    color: #ccc;
}

.empty-state p[b-qtroz1c8ar] {
    font-size: 16px;
    color: #888;
}

/* 模态框样式 */
.modal-overlay[b-qtroz1c8ar] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: block;
}

.modal-container[b-qtroz1c8ar] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    z-index: 11;
}

.modal-header[b-qtroz1c8ar] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h3[b-qtroz1c8ar] {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.close-button[b-qtroz1c8ar] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.modal-body[b-qtroz1c8ar] {
    padding: 20px;
}

.modal-footer[b-qtroz1c8ar] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-qtroz1c8ar] {
    margin-bottom: 15px;
}

.form-group label[b-qtroz1c8ar] {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

.form-control[b-qtroz1c8ar] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-text[b-qtroz1c8ar] {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.form-static[b-qtroz1c8ar] {
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

/* 按钮样式 */
.btn[b-qtroz1c8ar] {
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary[b-qtroz1c8ar] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-qtroz1c8ar] {
    background-color: #5a6268;
}

.btn-primary[b-qtroz1c8ar] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-qtroz1c8ar] {
    background-color: #0056b3;
}

.btn:disabled[b-qtroz1c8ar] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .page-container[b-qtroz1c8ar] {
        padding: 15px;
    }
    
    .page-header[b-qtroz1c8ar] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .stats-container[b-qtroz1c8ar] {
        flex-direction: column;
    }
    
    .stats-card[b-qtroz1c8ar] {
        min-width: unset;
    }
    
    .balance-display[b-qtroz1c8ar] {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .mytable[b-qtroz1c8ar] {
        font-size: 12px;
    }
    
    .mytable th[b-qtroz1c8ar], .mytable td[b-qtroz1c8ar] {
        padding: 8px;
    }
    
    .modal-container[b-qtroz1c8ar] {
        width: 95%;
        margin: 10px;
    }
} 
/* /Pages/Developer/ApiGuide.razor.rz.scp.css */
/* 加载动画 */
.loading-container[b-ibasyycifr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    color: #666;
}

.loading-spinner[b-ibasyycifr] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-ibasyycifr 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-ibasyycifr {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 页面标题 */
h1[b-ibasyycifr] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* 内容布局 */
.content-grid[b-ibasyycifr] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 1.5rem;
}

/* 卡片样式 */
.card[b-ibasyycifr] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: none;
}

.card-header[b-ibasyycifr] {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 20px;
}

.card-header h3[b-ibasyycifr] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body[b-ibasyycifr] {
    padding: 20px;
    background: #ffffff;
}

/* 参数列表样式 */
.param-list[b-ibasyycifr] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.param-item[b-ibasyycifr] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    transition: box-shadow 0.2s ease;
    position: relative;
    background: #ffffff;
}

.param-item.required[b-ibasyycifr] {
    border-left: 4px solid #dc3545;
    background: #fff5f5;
}

.param-item.optional[b-ibasyycifr] {
    border-left: 4px solid #ffc107;
    background: #fffbf0;
}

.param-item.critical[b-ibasyycifr] {
    border-left: 4px solid #d32f2f;
    background: #ffebee;
}

.param-item:hover[b-ibasyycifr] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.param-header[b-ibasyycifr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.param-header h4[b-ibasyycifr] {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
}

.badge[b-ibasyycifr] {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.required-badge[b-ibasyycifr] {
    background: #dc3545;
    color: white;
}

.optional-badge[b-ibasyycifr] {
    background: #ffc107;
    color: #333;
}

.critical-badge[b-ibasyycifr] {
    background: #d32f2f;
    color: white;
}

.param-content[b-ibasyycifr] {
    line-height: 1.6;
}

.param-desc[b-ibasyycifr] {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 1rem;
}

.param-example[b-ibasyycifr] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #333;
    padding: 12px 15px;
    border-radius: 6px;
    margin: 1rem 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.example-label[b-ibasyycifr] {
    color: #007bff;
    font-weight: 500;
    margin-right: 10px;
}

.param-example code[b-ibasyycifr] {
    background: none;
    color: #28a745;
    font-size: 0.85rem;
}

.param-note[b-ibasyycifr] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    margin-top: 12px;
    font-size: 0.85rem;
    color: #155724;
}

.param-note.warning[b-ibasyycifr] {
    background: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.param-note.critical[b-ibasyycifr] {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    font-weight: 500;
}

.param-note i[b-ibasyycifr] {
    font-size: 1rem;
}

.param-note a[b-ibasyycifr] {
    color: #27ae60;
    text-decoration: none;
    font-weight: 600;
}

.param-note a:hover[b-ibasyycifr] {
    text-decoration: underline;
}

/* 模式对比样式 */
.mode-comparison[b-ibasyycifr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1rem 0;
}

.mode-item[b-ibasyycifr] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid #dee2e6;
}

.mode-item.default[b-ibasyycifr] {
    border-left: 3px solid #007bff;
}

.mode-item.discount[b-ibasyycifr] {
    border-left: 3px solid #ffc107;
}

.mode-item h5[b-ibasyycifr] {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mode-item.default h5[b-ibasyycifr] {
    color: #007bff;
}

.mode-item.discount h5[b-ibasyycifr] {
    color: #856404;
}

.mode-item ul[b-ibasyycifr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mode-item li[b-ibasyycifr] {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
    color: #6c757d;
}

/* API信息样式 */
.api-info[b-ibasyycifr] {
    margin-bottom: 1.5rem;
}

.info-row[b-ibasyycifr] {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #007bff;
}

.info-label[b-ibasyycifr] {
    font-weight: 600;
    color: #495057;
    margin-right: 1rem;
    min-width: 100px;
}

.info-value[b-ibasyycifr] {
    background: #343a40;
    color: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
}

/* 代码示例样式 */
.code-examples[b-ibasyycifr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.example-block[b-ibasyycifr], .response-block[b-ibasyycifr] {
    margin-bottom: 1.5rem;
}

.example-block h4[b-ibasyycifr], .response-block h4[b-ibasyycifr] {
    color: #333;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}

.code-container[b-ibasyycifr] {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.code-container pre[b-ibasyycifr] {
    margin: 0;
    padding: 1rem;
    color: #333;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    overflow-x: auto;
}

.copy-btn[b-ibasyycifr] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.75rem;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-btn:hover[b-ibasyycifr] {
    background: #0056b3;
}

.copy-btn.copied[b-ibasyycifr] {
    background: #28a745;
}

/* 使用说明样式 */
.usage-notes[b-ibasyycifr] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.note-item[b-ibasyycifr] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.note-item:last-child[b-ibasyycifr] {
    margin-bottom: 0;
}

.note-item i[b-ibasyycifr] {
    color: #007bff;
    font-size: 0.95rem;
    margin-top: 0.125rem;
}

.note-item span[b-ibasyycifr] {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
}

.note-item a[b-ibasyycifr] {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.note-item a:hover[b-ibasyycifr] {
    text-decoration: underline;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .content-grid[b-ibasyycifr] {
        grid-template-columns: 1fr;
    }
    
    .params-section[b-ibasyycifr] {
        order: 1;
    }
    
    .examples-section[b-ibasyycifr] {
        order: 2;
    }
}

@media (max-width: 768px) {
    h1[b-ibasyycifr] {
        font-size: 1.5rem;
    }
    
    .card-header[b-ibasyycifr] {
        padding: 12px 15px;
    }
    
    .card-body[b-ibasyycifr] {
        padding: 15px;
    }
    
    .param-item[b-ibasyycifr] {
        padding: 1rem;
    }
    
    .param-header[b-ibasyycifr] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .mode-comparison[b-ibasyycifr] {
        grid-template-columns: 1fr;
    }
    
    .info-row[b-ibasyycifr] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .info-label[b-ibasyycifr] {
        min-width: auto;
    }
    
    .copy-btn[b-ibasyycifr] {
        position: static;
        margin-top: 0.5rem;
        width: 100%;
    }
    
    .code-container pre[b-ibasyycifr] {
        font-size: 0.8rem;
        padding: 0.875rem;
    }
    
    .feedback-flow[b-ibasyycifr] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .flow-arrow[b-ibasyycifr] {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
}

@media (max-width: 480px) {
    h1[b-ibasyycifr] {
        font-size: 1.25rem;
    }
    
    .param-header h4[b-ibasyycifr] {
        font-size: 1rem;
    }
    
    .code-container pre[b-ibasyycifr] {
        font-size: 0.75rem;
    }
    
    .badge[b-ibasyycifr] {
        font-size: 0.7rem;
        padding: 3px 8px;
    }
}

/* 反馈机制相关样式 */
.feedback-flow[b-ibasyycifr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.flow-step[b-ibasyycifr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.step-number[b-ibasyycifr] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.step-content h5[b-ibasyycifr] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
}

.step-content p[b-ibasyycifr] {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

.flow-arrow[b-ibasyycifr] {
    font-size: 1.5rem;
    color: #007bff;
    font-weight: 700;
    margin: 0 1rem;
}

.feedback-api[b-ibasyycifr] {
    margin: 1.5rem 0;
    padding: 1.25rem;
    background: #d1ecf1;
    border-radius: 6px;
    border-left: 4px solid #0c5460;
}

.feedback-api h5[b-ibasyycifr] {
    font-size: 1rem;
    font-weight: 600;
    color: #0c5460;
    margin: 0 0 1rem 0;
}

.api-detail[b-ibasyycifr] {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.api-label[b-ibasyycifr] {
    font-weight: 600;
    color: #495057;
    margin-right: 1rem;
    min-width: 100px;
}

.api-detail code[b-ibasyycifr] {
    background: #343a40;
    color: #28a745;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
}

.feedback-example[b-ibasyycifr] {
    border-left: 4px solid #28a745;
    padding-left: 1rem;
    margin-top: 2rem;
}

.feedback-info[b-ibasyycifr] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.feedback-info p[b-ibasyycifr] {
    margin: 0;
    color: #155724;
    font-weight: 500;
}

.code-header[b-ibasyycifr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
}

.code-title[b-ibasyycifr] {
    color: #28a745;
    font-weight: 600;
    font-size: 0.85rem;
}

.api-url[b-ibasyycifr] {
    color: #007bff;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.75rem;
}

.feedback-warning[b-ibasyycifr] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    border-left: 4px solid #dc3545;
    margin-top: 1.5rem;
}

.feedback-warning i[b-ibasyycifr] {
    color: #dc3545;
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.feedback-warning h5[b-ibasyycifr] {
    color: #721c24;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
}

.feedback-warning ul[b-ibasyycifr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feedback-warning li[b-ibasyycifr] {
    color: #721c24;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.25rem;
}

.feedback-warning li[b-ibasyycifr]:before {
    content: "⚠";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: 700;
} 
/* /Pages/Developer/Index.razor.rz.scp.css */
/* 加载中动画 */
.loading-container[b-h0f4zev9ej] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    color: #666;
}

.loading-spinner[b-h0f4zev9ej] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-h0f4zev9ej 1s linear infinite;
    margin-bottom: 20px;
}

.loading-text[b-h0f4zev9ej] {
    font-size: 1.1rem;
    margin: 0;
}

@keyframes spin-b-h0f4zev9ej {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 页面头部摘要卡片 */
.summary-cards[b-h0f4zev9ej] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.summary-card[b-h0f4zev9ej] {
    flex: 1;
    min-width: 200px;
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
}

.summary-card-title[b-h0f4zev9ej] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.summary-card-value[b-h0f4zev9ej] {
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
}

/* 软件列表卡片 */
.card[b-h0f4zev9ej] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.card-header[b-h0f4zev9ej] {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 20px;
}

.card-header h2[b-h0f4zev9ej],
.card-header h3[b-h0f4zev9ej] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.card-body[b-h0f4zev9ej] {
    padding: 20px;
}

/* 软件网格 */
.software-grid[b-h0f4zev9ej] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.software-card[b-h0f4zev9ej] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.software-card:hover[b-h0f4zev9ej] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.software-header[b-h0f4zev9ej] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.software-header h4[b-h0f4zev9ej] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.software-code[b-h0f4zev9ej] {
    background: #e9ecef;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #495057;
    margin-left: 10px;
    white-space: nowrap;
}

.software-stats[b-h0f4zev9ej] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.stat-item[b-h0f4zev9ej] {
    text-align: center;
}

.stat-label[b-h0f4zev9ej] {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.stat-value[b-h0f4zev9ej] {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #007bff;
}

.stat-value.money[b-h0f4zev9ej] {
    color: #28a745;
}

/* 空状态 */
.empty-state[b-h0f4zev9ej] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-state p[b-h0f4zev9ej] {
    font-size: 1rem;
    margin-bottom: 20px;
}

.btn-primary[b-h0f4zev9ej] {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover[b-h0f4zev9ej] {
    background: #0056b3;
}

/* 趋势图样式 - 统一Bootstrap风格 */
.trend-chart[b-h0f4zev9ej] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #dee2e6;
}

.trend-bar[b-h0f4zev9ej] {
    flex: 1;
    min-width: 0;
    background: #007bff;
    border-radius: 3px 3px 0 0;
    position: relative;
    transition: opacity 0.2s ease;
    min-height: 3px;
}

.trend-bar:hover[b-h0f4zev9ej] {
    opacity: 0.7;
}

.trend-bar-orange[b-h0f4zev9ej] {
    background: #fd7e14;
}

.trend-bar-green[b-h0f4zev9ej] {
    background: #28a745;
}

.trend-value[b-h0f4zev9ej] {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    background: white;
    padding: 2px 4px;
    border-radius: 3px;
    border: 1px solid #e9ecef;
}

.trend-labels[b-h0f4zev9ej] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 5px;
    font-size: 11px;
    color: #6c757d;
}

.trend-labels span[b-h0f4zev9ej] {
    transform: rotate(-45deg);
    transform-origin: top left;
    white-space: nowrap;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .summary-cards[b-h0f4zev9ej] {
        flex-direction: column;
    }
    
    .summary-card[b-h0f4zev9ej] {
        min-width: auto;
    }
    
    .software-grid[b-h0f4zev9ej] {
        grid-template-columns: 1fr;
    }
    
    .software-header[b-h0f4zev9ej] {
        flex-direction: column;
        gap: 10px;
    }
    
    .software-code[b-h0f4zev9ej] {
        margin-left: 0;
        align-self: flex-start;
    }
    
    .trend-chart[b-h0f4zev9ej] {
        height: 150px;
    }
    
    .trend-value[b-h0f4zev9ej] {
        font-size: 9px;
        padding: 1px 3px;
        top: -20px;
    }
    
    .trend-labels span[b-h0f4zev9ej] {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .summary-card-value[b-h0f4zev9ej] {
        font-size: 1.5rem;
    }
    
    .trend-chart[b-h0f4zev9ej] {
        height: 120px;
    }
    
    .trend-value[b-h0f4zev9ej] {
        font-size: 8px;
        top: -18px;
    }
    
    .trend-labels span[b-h0f4zev9ej] {
        font-size: 8px;
    }
} 
/* /Pages/Developer/SoftwareDetails.razor.rz.scp.css */
/* 页面容器 - 参考AdminUser样式 */
.page-container[b-l0znotfv4t] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
}

/* 页面头部 */
.page-header[b-l0znotfv4t] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-back[b-l0znotfv4t] {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
}

.btn-back:hover[b-l0znotfv4t] {
    background: linear-gradient(135deg, #5a6268, #495057);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.4);
}

.page-title[b-l0znotfv4t] {
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 600;
    flex: 1;
}

/* 卡片样式 - 与AdminUser一致 */
.card[b-l0znotfv4t] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
}

.card-header[b-l0znotfv4t] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2[b-l0znotfv4t], .card-header h3[b-l0znotfv4t] {
    color: #1a1a1a;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.card-body[b-l0znotfv4t] {
    padding: 20px;
}

/* 加载状态 */
.loading-container[b-l0znotfv4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.loading-spinner[b-l0znotfv4t] {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3182ce;
    border-radius: 50%;
    animation: spin-b-l0znotfv4t 1s linear infinite;
    margin-bottom: 15px;
}

.loading-text[b-l0znotfv4t] {
    color: #666;
    font-size: 16px;
}

@keyframes spin-b-l0znotfv4t {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 软件信息 */
.software-info[b-l0znotfv4t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.info-item[b-l0znotfv4t] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-label[b-l0znotfv4t] {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}

.info-value[b-l0znotfv4t] {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

/* 趋势图样式 - 与AdminUser完全一致 */
.trend-card[b-l0znotfv4t] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.trend-chart[b-l0znotfv4t] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-l0znotfv4t] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 2px 2px 0 0;
    position: relative;
    transition: height 0.3s ease;
        min-height: 5px;}/* 24小时响应时间趋势图的橙色 */.trend-bar-orange[b-l0znotfv4t] {    background: linear-gradient(to top, #fff3e0, #ff9800) !important;}/* 30天响应时间趋势图的绿色 */.trend-bar-green[b-l0znotfv4t] {    background: linear-gradient(to top, #e8f5e8, #4caf50) !important;}.trend-value[b-l0znotfv4t] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.trend-labels[b-l0znotfv4t] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

.trend-labels span[b-l0znotfv4t] {
    transform: rotate(-45deg);
    transform-origin: top left;
    white-space: nowrap;
}

/* 搜索容器 - 与AdminUser一致 */
.search-container[b-l0znotfv4t] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group[b-l0znotfv4t] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 150px;
}

.form-group label[b-l0znotfv4t] {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}

.date-input[b-l0znotfv4t] {
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 14px;
}

.date-input:focus[b-l0znotfv4t] {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

/* 统计标题和网格 */
.stats-header h4[b-l0znotfv4t] {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 8px;
}

.stats-grid[b-l0znotfv4t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.stat-item[b-l0znotfv4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-label[b-l0znotfv4t] {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.stat-value[b-l0znotfv4t] {
    font-size: 18px;
    font-weight: bold;
    color: #2196f3;
}

/* 表格样式 - 与AdminUser一致 */
.table-responsive[b-l0znotfv4t] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-l0znotfv4t] {
    width: 100%;
    border-collapse: collapse;
}

th[b-l0znotfv4t], td[b-l0znotfv4t] {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #eaecef;
}

th[b-l0znotfv4t] {
    background: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
}

td[b-l0znotfv4t] {
    color: #1a1a1a;
    font-size: 14px;
}

tr:hover[b-l0znotfv4t] {
    background: #f8fafc;
}

.money[b-l0znotfv4t] {
    color: #38a169;
    font-weight: 600;
}

/* 分成状态样式 */
.success-commission[b-l0znotfv4t] {
    color: #2f855a;
    font-weight: 700;
    background: linear-gradient(135deg, #e6fffa 0%, #b3f5e6 100%);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #81e6d9;
    font-size: 0.9rem;
}

.failed-commission[b-l0znotfv4t] {
    color: #e53e3e;
    font-weight: 600;
    background: linear-gradient(135deg, #fed7d7 0%, #f5b3b3 100%);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #fc8181;
    font-size: 0.9rem;
}

.pending-commission[b-l0znotfv4t] {
    color: #d69e2e;
    font-weight: 600;
    background: linear-gradient(135deg, #faf089 0%, #f7e08a 100%);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #f6e05e;
    font-size: 0.9rem;
}

/* 状态色彩 - 与AdminUser一致 */
.success-cell[b-l0znotfv4t] {
    color: #2f855a;
    font-weight: 600;
}

.failure-cell[b-l0znotfv4t] {
    color: #e53e3e;
    font-weight: 600;
}

.unknown-cell[b-l0znotfv4t] {
    color: #d69e2e;
    font-weight: 600;
}

/* 分页样式 - 与AdminUser一致 */
.pagination[b-l0znotfv4t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-info[b-l0znotfv4t] {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}

.page-jump[b-l0znotfv4t] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.page-input[b-l0znotfv4t] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 60px;
    text-align: center;
}

.page-input:focus[b-l0znotfv4t] {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

/* 按钮样式 - 与AdminUser一致 */
.btn-primary[b-l0znotfv4t] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    min-width: 40px;
    justify-content: center;
    white-space: nowrap;
}

.btn-primary:hover[b-l0znotfv4t] {
    background: #1976d2;
}

.btn-primary.disabled[b-l0znotfv4t],
.btn-primary:disabled[b-l0znotfv4t] {
    opacity: 0.6;
    cursor: not-allowed;
    background: #90caf9;
}

/* 数据显示 - 与AdminUser一致 */
.data-image[b-l0znotfv4t] {
    width: 100px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    transition: transform 0.2s;
}

.data-image:hover[b-l0znotfv4t] {
    transform: scale(1.1);
}

.data-audio[b-l0znotfv4t] {
    width: 100px;
    height: 40px;
}

/* 加载提示 - 与AdminUser一致 */
.loading-message[b-l0znotfv4t] {
    text-align: center;
    padding: 40px;
    color: #718096;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loader[b-l0znotfv4t] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3182ce;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-l0znotfv4t 1s linear infinite;
}

/* 图片查看器样式 - 与AdminUser完全一致 */
.image-overlay[b-l0znotfv4t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

.image-modal[b-l0znotfv4t] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
    max-width: 90%;
    max-height: 90%;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image[b-l0znotfv4t] {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* 响应式设计 - 与AdminUser一致 */
@media (max-width: 1024px) {
    .page-container[b-l0znotfv4t] {
        padding: 20px;
    }

    .trend-chart[b-l0znotfv4t] {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .page-container[b-l0znotfv4t] {
        padding: 15px;
    }
    
    .page-header[b-l0znotfv4t] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .search-container[b-l0znotfv4t] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .form-group[b-l0znotfv4t] {
        min-width: unset;
    }
    
    .trend-chart[b-l0znotfv4t] {
        height: 120px;
    }

    .pagination[b-l0znotfv4t] {
        flex-wrap: wrap;
    }

    .page-jump[b-l0znotfv4t] {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
    }

    .software-info[b-l0znotfv4t] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-l0znotfv4t] {
        grid-template-columns: repeat(2, 1fr);
    }
} 
/* /Pages/Developer/SoftwareManage.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-xgoml1sgd6] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-title[b-xgoml1sgd6] {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

/* 统计卡片 */
.stats-container[b-xgoml1sgd6] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.stats-card[b-xgoml1sgd6] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    flex: 1;
    min-width: 300px;
}

.stats-card h3[b-xgoml1sgd6], .stats-card h4[b-xgoml1sgd6] {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* 分成说明卡片 */
.commission-info[b-xgoml1sgd6] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid #28a745;
}

.commission-details[b-xgoml1sgd6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.commission-item[b-xgoml1sgd6] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.commission-label[b-xgoml1sgd6] {
    font-weight: 500;
    color: #6c757d;
}

.commission-value[b-xgoml1sgd6] {
    font-weight: bold;
    color: #28a745;
}

.commission-note[b-xgoml1sgd6] {
    background-color: rgba(40, 167, 69, 0.1);
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}

.commission-note strong[b-xgoml1sgd6] {
    color: #d63031;
}

.stats-loading[b-xgoml1sgd6] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.loading-spinner[b-xgoml1sgd6] {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-xgoml1sgd6 1s linear infinite;
}

.stats-grid[b-xgoml1sgd6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.stat-item[b-xgoml1sgd6] {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.stat-label[b-xgoml1sgd6] {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.stat-value[b-xgoml1sgd6] {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
}

/* 操作栏 */
.action-bar[b-xgoml1sgd6] {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.btn-add-software[b-xgoml1sgd6] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn-add-software:hover:not(:disabled)[b-xgoml1sgd6] {
    background-color: #218838;
}

.btn-add-software:disabled[b-xgoml1sgd6] {
    background-color: #6c757d;
    cursor: not-allowed;
}

/* 表格样式 */
.mytable[b-xgoml1sgd6] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mytable th[b-xgoml1sgd6], .mytable td[b-xgoml1sgd6] {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.mytable th[b-xgoml1sgd6] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.mytable tr:hover[b-xgoml1sgd6] {
    background-color: #f5f5f5;
}

/* 固定分成显示 */
.fixed-commission[b-xgoml1sgd6] {
    background-color: #28a745;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

/* 状态标签 */
.status-badge[b-xgoml1sgd6] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.status-enabled[b-xgoml1sgd6] {
    background-color: #28a745;
    color: white;
}

.status-disabled[b-xgoml1sgd6] {
    background-color: #dc3545;
    color: white;
}

/* 访问限制显示 */
.access-limit[b-xgoml1sgd6] {
    color: #dc3545;
    font-weight: bold;
    font-size: 13px;
}

.no-limit[b-xgoml1sgd6] {
    color: #28a745;
    font-size: 13px;
}

/* 操作按钮 */
.action-buttons[b-xgoml1sgd6] {
    display: flex;
    gap: 5px;
}

.btn[b-xgoml1sgd6] {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-sm[b-xgoml1sgd6] {
    padding: 4px 8px;
    font-size: 11px;
}

.btn-info[b-xgoml1sgd6] {
    background-color: #17a2b8;
    color: white;
}

.btn-info:hover[b-xgoml1sgd6] {
    background-color: #138496;
}

.btn-danger[b-xgoml1sgd6] {
    background-color: #dc3545;
    color: white;
}

.btn-danger:hover[b-xgoml1sgd6] {
    background-color: #c82333;
}

.btn-success[b-xgoml1sgd6] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover[b-xgoml1sgd6] {
    background-color: #218838;
}

.btn-primary[b-xgoml1sgd6] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary:hover:not(:disabled)[b-xgoml1sgd6] {
    background-color: #0056b3;
}

.btn-primary:disabled[b-xgoml1sgd6], .btn-primary.disabled[b-xgoml1sgd6] {
    background-color: #6c757d;
    cursor: not-allowed;
}

.btn-secondary[b-xgoml1sgd6] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-xgoml1sgd6] {
    background-color: #545b62;
}

.btn-warning[b-xgoml1sgd6] {
    background-color: #ffc107;
    color: #212529;
}

.btn-warning:hover[b-xgoml1sgd6] {
    background-color: #e0a800;
}

/* 模态框样式 */
.modal-overlay[b-xgoml1sgd6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-container[b-xgoml1sgd6] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 500px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 1001;
}

.modal-header[b-xgoml1sgd6] {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-xgoml1sgd6] {
    margin: 0;
    color: #333;
}

.close-button[b-xgoml1sgd6] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover[b-xgoml1sgd6] {
    color: #333;
}

.modal-body[b-xgoml1sgd6] {
    padding: 20px;
}

.modal-footer[b-xgoml1sgd6] {
    padding: 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* 表单样式 */
.form-group[b-xgoml1sgd6] {
    margin-bottom: 20px;
}

.form-group label[b-xgoml1sgd6] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.form-control[b-xgoml1sgd6] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-control:focus[b-xgoml1sgd6] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.form-text[b-xgoml1sgd6] {
    margin-top: 5px;
    font-size: 12px;
}

.text-muted[b-xgoml1sgd6] {
    color: #6c757d;
}

/* 固定分成显示 */
.fixed-commission-display[b-xgoml1sgd6] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9ecef;
}

.commission-rate[b-xgoml1sgd6] {
    font-size: 24px;
    font-weight: bold;
    color: #28a745;
    display: block;
    margin-bottom: 10px;
}

/* 弹窗遮罩 */
.overlay[b-xgoml1sgd6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* 记录弹窗 */
.records-modal[b-xgoml1sgd6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.records-modal-header[b-xgoml1sgd6] {
    padding: 16px 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
}

.records-modal-header h3[b-xgoml1sgd6] {
    margin: 0;
    font-size: 18px;
    color: #1a1a1a;
}

.modal-close-btn[b-xgoml1sgd6] {
    background: none;
    border: none;
    font-size: 24px;
    color: #718096;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.modal-close-btn:hover[b-xgoml1sgd6] {
    color: #e53e3e;
}

.records-modal-body[b-xgoml1sgd6] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* 图片查看器 */
.image-overlay[b-xgoml1sgd6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}

.image-modal[b-xgoml1sgd6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2001;
    max-width: 90%;
    max-height: 90%;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-image[b-xgoml1sgd6] {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.software-details-modal[b-xgoml1sgd6] {
    background-color: white;
    border-radius: 10px;
    width: 95%;
    max-width: 1200px;
    height: 90%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.software-details-modal-header[b-xgoml1sgd6] {
    background-color: #007bff;
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.software-details-modal-header h3[b-xgoml1sgd6] {
    margin: 0;
    font-size: 20px;
}

.modal-close-btn[b-xgoml1sgd6] {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.modal-close-btn:hover[b-xgoml1sgd6] {
    background-color: rgba(255, 255, 255, 0.2);
}

.software-details-modal-body[b-xgoml1sgd6] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

/* 趋势图样式 */
.trend-card[b-xgoml1sgd6] {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.trend-header[b-xgoml1sgd6] {
    margin-bottom: 20px;
}

.trend-header h4[b-xgoml1sgd6] {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.trend-chart[b-xgoml1sgd6] {
    display: flex;
    align-items: end;
    height: 200px;
    gap: 2px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 5px;
}

.trend-bar[b-xgoml1sgd6] {
    flex: 1;
    background: linear-gradient(to top, #007bff, #40a9ff);
    min-height: 5px;
    position: relative;
    border-radius: 3px 3px 0 0;
    transition: all 0.3s ease;
}

.trend-bar:hover[b-xgoml1sgd6] {
    background: linear-gradient(to top, #0056b3, #1890ff);
    transform: scaleY(1.05);
}

.trend-value[b-xgoml1sgd6] {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}

.trend-bar:hover .trend-value[b-xgoml1sgd6] {
    opacity: 1;
}

.trend-labels[b-xgoml1sgd6] {
    display: flex;
    gap: 2px;
    font-size: 10px;
    color: #666;
}

.trend-labels span[b-xgoml1sgd6] {
    flex: 1;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: center;
    margin-top: 10px;
}

/* 筛选容器 */
.filter-container[b-xgoml1sgd6] {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.date-filter[b-xgoml1sgd6] {
    display: flex;
    flex-direction: column;
}

.date-filter label[b-xgoml1sgd6] {
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.date-filter input[b-xgoml1sgd6] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* 记录表格 */
.table-responsive[b-xgoml1sgd6] {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.records-table[b-xgoml1sgd6] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.records-table th[b-xgoml1sgd6],
.records-table td[b-xgoml1sgd6] {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.records-table th[b-xgoml1sgd6] {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
    position: sticky;
    top: 0;
    z-index: 10;
}

.records-table tr:hover[b-xgoml1sgd6] {
    background-color: #f5f5f5;
}

.success-cell[b-xgoml1sgd6] {
    background-color: #d4edda;
    color: #155724;
    font-weight: bold;
}

.failure-cell[b-xgoml1sgd6] {
    background-color: #f8d7da;
    color: #721c24;
    font-weight: bold;
}

.unknown-cell[b-xgoml1sgd6] {
    background-color: #fff3cd;
    color: #856404;
    font-weight: bold;
}

.data-image[b-xgoml1sgd6] {
    max-width: 50px;
    max-height: 50px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: transform 0.3s;
}

.data-image:hover[b-xgoml1sgd6] {
    transform: scale(1.1);
}

.data-audio[b-xgoml1sgd6] {
    width: 150px;
    height: 30px;
}

/* 分页样式 */
.pagination[b-xgoml1sgd6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.page-info[b-xgoml1sgd6] {
    font-weight: 500;
    color: #333;
}

.page-jump[b-xgoml1sgd6] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-input[b-xgoml1sgd6] {
    width: 80px;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

/* 图片模态框 */
.image-modal[b-xgoml1sgd6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    max-width: 90%;
    max-height: 90%;
}

.modal-image[b-xgoml1sgd6] {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* 加载状态 */
.loading-container[b-xgoml1sgd6] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    flex-direction: column;
}

.loading-text[b-xgoml1sgd6] {
    margin-top: 10px;
    color: #666;
}

.loading-message[b-xgoml1sgd6] {
    text-align: center;
    padding: 40px;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.loader[b-xgoml1sgd6] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-xgoml1sgd6 1s linear infinite;
}

/* 动画 */
@keyframes spin-b-xgoml1sgd6 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .stats-container[b-xgoml1sgd6] {
        flex-direction: column;
    }
    
    .stats-card[b-xgoml1sgd6] {
        min-width: auto;
    }
    
    .filter-container[b-xgoml1sgd6] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .pagination[b-xgoml1sgd6] {
        flex-direction: column;
        gap: 10px;
    }
    
    .trend-labels span[b-xgoml1sgd6] {
        font-size: 8px;
        margin-top: 5px;
    }
    
    .software-details-modal[b-xgoml1sgd6] {
        width: 98%;
        height: 95%;
    }
    
    .software-details-modal-body[b-xgoml1sgd6] {
        padding: 10px;
    }
    
    .trend-chart[b-xgoml1sgd6] {
        height: 150px;
    }
} 
/* /Pages/Examples.razor.rz.scp.css */
.page-container[b-je2zxfsxaw] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-title[b-je2zxfsxaw] {
    margin-bottom: 25px;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.subsection-title[b-je2zxfsxaw] {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #343a40;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.api-section[b-je2zxfsxaw] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.model-selection-info[b-je2zxfsxaw] {
    margin-bottom: 20px;
}

.question-types[b-je2zxfsxaw] {
    margin-bottom: 20px;
}

.question-types ul[b-je2zxfsxaw] {
    list-style-type: none;
    padding-left: 0;
}

.question-types li[b-je2zxfsxaw] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.question-types li[b-je2zxfsxaw]::before {
    content: "•";
    margin-right: 8px;
    color: #0d6efd;
    font-weight: bold;
}

.code-container[b-je2zxfsxaw] {
    margin-top: 20px;
    border: 1px solid #cfd4da;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.nav-tabs[b-je2zxfsxaw] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link[b-je2zxfsxaw] {
    border: none;
    color: #495057;
    padding: 10px 15px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.nav-tabs .nav-link:hover[b-je2zxfsxaw] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.nav-tabs .nav-link.active[b-je2zxfsxaw] {
    color: #0d6efd;
    background-color: #fff;
    border-bottom: 2px solid #0d6efd;
}

.code-content[b-je2zxfsxaw] {
    padding: 0;
}

.code-block[b-je2zxfsxaw] {
    margin: 0;
    border-radius: 0;
    max-height: 400px;
    overflow-y: auto;
    background-color: #1e1e1e;
    color: #f8f8f2;
    padding: 15px;
    font-family: 'Consolas', 'Courier New', monospace;
    border: 1px solid #444;
    border-top: none;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* 语法高亮相关样式 */
.code-block .keyword[b-je2zxfsxaw] {
    color: #ff79c6;
}

.code-block .string[b-je2zxfsxaw] {
    color: #f1fa8c;
}

.code-block .comment[b-je2zxfsxaw] {
    color: #6272a4;
}

.code-block .number[b-je2zxfsxaw] {
    color: #bd93f9;
}

.code-block .function[b-je2zxfsxaw] {
    color: #50fa7b;
}

.code-block .property[b-je2zxfsxaw] {
    color: #8be9fd;
}

.download-btn[b-je2zxfsxaw] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.copy-btn[b-je2zxfsxaw] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.copy-btn:hover[b-je2zxfsxaw] {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-1px);
}

.usage-examples .row[b-je2zxfsxaw] {
    margin-top: 15px;
}

.card[b-je2zxfsxaw] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
}

.card-header[b-je2zxfsxaw] {
    background-color: #f8f9fa;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
}

.card-body[b-je2zxfsxaw] {
    padding: 15px;
    background-color: #fff;
}

.card-body .code-block[b-je2zxfsxaw] {
    border: 1px solid #444;
    border-radius: 4px;
}

.balance-query-section[b-je2zxfsxaw] {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.error-report-section[b-je2zxfsxaw] {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.badge[b-je2zxfsxaw] {
    margin-left: 8px;
    font-weight: 500;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .nav-tabs .nav-link[b-je2zxfsxaw] {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
    
    .code-block[b-je2zxfsxaw] {
        max-height: 300px;
    }
    
    .page-container[b-je2zxfsxaw] {
        padding: 15px;
    }
    
    .copy-btn[b-je2zxfsxaw], .download-btn[b-je2zxfsxaw] {
        font-size: 0.7rem;
        padding: 4px 8px;
    }
} 
/* /Pages/Home.razor.rz.scp.css */
.page-container[b-nwf52s2yri] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.qq-group[b-nwf52s2yri] {
    text-align: center;
    background: linear-gradient(135deg, #1976d2, #64b5f6);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.welcome-container[b-nwf52s2yri] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.welcome-header h3[b-nwf52s2yri] {
    color: #1976d2;
    margin: 0;
    font-size: 1.5rem;
}

.warning-message[b-nwf52s2yri] {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px;
}

    .warning-message h3[b-nwf52s2yri] {
        color: #f57c00;
        margin: 0;
        font-size: 1rem;
    }

.section-box[b-nwf52s2yri] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.key-group[b-nwf52s2yri], .pass-group[b-nwf52s2yri] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.key-value[b-nwf52s2yri] {
    font-family: monospace;
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
    color: #333;
}

.icon-btn[b-nwf52s2yri] {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #666;
    border-radius: 4px;
    transition: all 0.2s;
}

    .icon-btn:hover[b-nwf52s2yri] {
        background: #f5f5f5;
        color: #333;
    }

.btn-primary[b-nwf52s2yri] {
    background: #2196f3;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 500;
}

    .btn-primary:hover[b-nwf52s2yri] {
        background: #1976d2;
    }

input[type="password"][b-nwf52s2yri] {
    width: 160px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}

    input[type="password"]:focus[b-nwf52s2yri] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 2px rgba(33,150,243,0.1);
    }

.section-title[b-nwf52s2yri] {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.trend-chart[b-nwf52s2yri] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    padding: 10px 0;
    position: relative;
}

.trend-bar[b-nwf52s2yri] {
    flex: 1;
    min-width: 0;
    background: linear-gradient(to top, #e3f2fd, #2196f3);
    border-radius: 3px 3px 0 0;
    position: relative;
    transition: height 0.3s ease;
}

.trend-value[b-nwf52s2yri] {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}

.trend-labels[b-nwf52s2yri] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 12px;
    color: #666;
}

    .trend-labels span[b-nwf52s2yri] {
        transform: rotate(-45deg);
        transform-origin: top left;
        white-space: nowrap;
    }
/* /Pages/HomeAgent.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-qeke3hmxkk] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* 卡片样式 */
.card[b-qeke3hmxkk] {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card-header[b-qeke3hmxkk] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.card-body[b-qeke3hmxkk] {
    padding: 1.5rem;
}

/* 欢迎区域 */
.welcome-section[b-qeke3hmxkk] {
    margin-bottom: 1.5rem;
}

.welcome-header[b-qeke3hmxkk] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.welcome-header i[b-qeke3hmxkk] {
    font-size: 2.5rem;
    color: #3498db;
    margin-right: 1rem;
}

.welcome-title[b-qeke3hmxkk] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

/* 提示框 */
.alert[b-qeke3hmxkk] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 0.375rem;
    margin-top: 1rem;
}

.alert-warning[b-qeke3hmxkk] {
    background-color: rgba(243, 156, 18, 0.1);
    border-left: 4px solid #f39c12;
    color: #2c3e50;
}

.alert i[b-qeke3hmxkk] {
    font-size: 1.25rem;
    color: #f39c12;
    margin-right: 0.75rem;
}

/* 统计区域 */
.stats-section[b-qeke3hmxkk] {
    margin-bottom: 1.5rem;
}

.section-title[b-qeke3hmxkk] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.info-row[b-qeke3hmxkk] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
    margin-bottom: 1.5rem;
}

.info-item[b-qeke3hmxkk] {
    flex: 1;
    min-width: 200px;
    padding: 0.75rem;
}

.info-label[b-qeke3hmxkk] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.info-value[b-qeke3hmxkk] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

/* 操作按钮 */
.action-buttons[b-qeke3hmxkk] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn[b-qeke3hmxkk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.btn i[b-qeke3hmxkk] {
    margin-right: 0.5rem;
    font-size: 1.125rem;
}

.btn-primary[b-qeke3hmxkk] {
    background-color: #3498db;
    color: #ffffff;
    border: none;
}

.btn-primary:hover[b-qeke3hmxkk] {
    background-color: #2980b9;
}

.btn-outline-primary[b-qeke3hmxkk] {
    background-color: transparent;
    border: 1px solid #3498db;
    color: #3498db;
}

.btn-outline-primary:hover[b-qeke3hmxkk] {
    background-color: #3498db;
    color: #ffffff;
}

/* 特性网格 */
.features-section[b-qeke3hmxkk] {
    margin-bottom: 1.5rem;
}

.features-grid[b-qeke3hmxkk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-card[b-qeke3hmxkk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    color: #212529;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #dee2e6;
    height: 100%;
    min-height: 120px;
}

.feature-card:hover[b-qeke3hmxkk] {
    background-color: #3498db;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.feature-card i[b-qeke3hmxkk] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.feature-card span[b-qeke3hmxkk] {
    font-weight: 600;
}

/* 加载状态 */
.spinner[b-qeke3hmxkk] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.25rem solid rgba(52, 152, 219, 0.2);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin-b-qeke3hmxkk 1s linear infinite;
}

.spinner-sm[b-qeke3hmxkk] {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.2rem;
}

@keyframes spin-b-qeke3hmxkk {
    to { transform: rotate(360deg); }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .page-container[b-qeke3hmxkk] {
        padding: 1rem;
    }
    
    .welcome-header i[b-qeke3hmxkk] {
        font-size: 2rem;
        margin-right: 0.75rem;
    }
    
    .welcome-title[b-qeke3hmxkk] {
        font-size: 1.5rem;
    }
    
    .card-header[b-qeke3hmxkk] {
        padding: 0.75rem 1rem;
    }
    
    .card-body[b-qeke3hmxkk] {
        padding: 1rem;
    }
    
    .info-value[b-qeke3hmxkk] {
        font-size: 1.25rem;
    }
    
    .action-buttons[b-qeke3hmxkk] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn[b-qeke3hmxkk] {
        width: 100%;
    }
    
    .features-grid[b-qeke3hmxkk] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .info-row[b-qeke3hmxkk] {
        flex-direction: column;
    }
    
    .info-item[b-qeke3hmxkk] {
        padding: 0.5rem 0;
    }
    
    .feature-card[b-qeke3hmxkk] {
        padding: 1rem;
        min-height: 100px;
    }
    
    .feature-card i[b-qeke3hmxkk] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
} 
/* /Pages/Index.razor.rz.scp.css */
/* 基础样式重置和页面容器 */
*[b-9k3yae0bql] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 主容器样式 - 参考AdminUser */
.login-wrapper[b-9k3yae0bql] {
    min-height: 100vh;
    background: #f5f8fa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 统一页面容器样式 */
.page-container[b-9k3yae0bql] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

/* 卡片样式 - 参考AdminUser */
.card[b-9k3yae0bql] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-9k3yae0bql] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* 登录卡片 */
.login-card[b-9k3yae0bql] {
    width: 100%;
    max-width: 420px;
    margin-bottom: 24px;
}

/* 卡片头部 - 参考AdminUser */
.card-header[b-9k3yae0bql] {
    padding: 20px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-header[b-9k3yae0bql] {
    text-align: center;
    background: #ffffff;
    color: #1a1a1a;
}

/* 标题样式 */
.page-title[b-9k3yae0bql] {
    color: #1a1a1a;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.login-title[b-9k3yae0bql] {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.logo-container[b-9k3yae0bql] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.logo-image[b-9k3yae0bql] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 0.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.login-subtitle[b-9k3yae0bql] {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 0;
    font-weight: 400;
}

/* 卡片内容 - 参考AdminUser */
.card-body[b-9k3yae0bql] {
    padding: 20px;
}

.login-body[b-9k3yae0bql] {
    padding: 20px;
}

.login-form[b-9k3yae0bql] {
    width: 100%;
}

/* 表单样式 - 参考AdminUser */
.form-group[b-9k3yae0bql] {
    margin-bottom: 20px;
}

.form-label[b-9k3yae0bql] {
    display: block;
    margin-bottom: 8px;
    color: #4a5568;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-label i[b-9k3yae0bql] {
    color: #718096;
    font-size: 16px;
}

.input-container[b-9k3yae0bql] {
    position: relative;
}

/* 输入框样式 - 参考AdminUser */
.form-control[b-9k3yae0bql] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.form-control:focus[b-9k3yae0bql] {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.form-control[b-9k3yae0bql]::placeholder {
    color: #a0aec0;
}

/* 消息样式 - 参考AdminUser */
.message[b-9k3yae0bql] {
    margin-top: 8px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.message.info[b-9k3yae0bql] {
    background-color: #ebf8ff;
    color: #3182ce;
    border-left: 4px solid #3182ce;
}

.message.error[b-9k3yae0bql] {
    background-color: #fff5f5;
    color: #e53e3e;
    border-left: 4px solid #e53e3e;
}

/* 按钮样式 - 参考AdminUser */
.action-buttons[b-9k3yae0bql] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn[b-9k3yae0bql] {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    flex: 1;
}

.btn i[b-9k3yae0bql] {
    font-size: 16px;
}

.btn-primary[b-9k3yae0bql] {
    background: #3182ce;
    color: white;
}

.btn-primary:hover[b-9k3yae0bql] {
    background: #2c5282;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(49, 130, 206, 0.3);
}

.btn-secondary[b-9k3yae0bql] {
    background: #718096;
    color: white;
}

.btn-secondary:hover[b-9k3yae0bql] {
    background: #4a5568;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(113, 128, 150, 0.3);
}

/* 卡片底部 - 参考AdminUser */
.card-footer[b-9k3yae0bql] {
    padding: 20px;
    border-top: 1px solid #eaecef;
    background-color: #f8fafc;
}

.features-row[b-9k3yae0bql] {
    display: flex;
    justify-content: space-around;
    gap: 16px;
}

.feature[b-9k3yae0bql] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.feature i[b-9k3yae0bql] {
    font-size: 24px;
    margin-bottom: 8px;
    color: #3182ce;
    background: #ebf8ff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.feature span[b-9k3yae0bql] {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}

/* 版权信息 */
.copyright[b-9k3yae0bql] {
    text-align: center;
    font-size: 12px;
    color: #718096;
    padding: 16px 20px;
    border-top: 1px solid #eaecef;
    background-color: #f8fafc;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .login-wrapper[b-9k3yae0bql] {
        padding: 16px;
    }
    
    .login-card[b-9k3yae0bql] {
        max-width: 100%;
        margin: 0 0 16px;
    }
    
    .login-title[b-9k3yae0bql] {
        font-size: 24px;
    }
    
    .card-header[b-9k3yae0bql],
    .card-body[b-9k3yae0bql],
    .card-footer[b-9k3yae0bql] {
        padding: 16px;
    }
    
    .action-buttons[b-9k3yae0bql] {
        flex-direction: column;
    }
    
    .btn[b-9k3yae0bql] {
        width: 100%;
    }
    
    .features-row[b-9k3yae0bql] {
        flex-direction: column;
        gap: 12px;
    }
    
    .feature[b-9k3yae0bql] {
        flex-direction: row;
        text-align: left;
        gap: 12px;
    }
    
    .feature i[b-9k3yae0bql] {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .login-title[b-9k3yae0bql] {
        font-size: 20px;
    }
    
    .logo-image[b-9k3yae0bql] {
        width: 50px;
        height: 50px;
    }
    
    .form-control[b-9k3yae0bql] {
        padding: 10px 12px;
    }
    
    .btn[b-9k3yae0bql] {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* 加载动画 */
@keyframes fadeInUp-b-9k3yae0bql {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-card[b-9k3yae0bql] {
    animation: fadeInUp-b-9k3yae0bql 0.5s ease-out;
}

/* 聚焦状态增强 */
.form-control:focus[b-9k3yae0bql] {
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

/* 按钮激活状态 */
.btn:active[b-9k3yae0bql] {
    transform: translateY(0);
}

/* 作者联系功能样式 */
.contact-author[b-9k3yae0bql] {
    padding: 16px 20px;
    border-top: 1px solid #eaecef;
    background-color: #f8fafc;
    text-align: center;
}

.author-contact-btn[b-9k3yae0bql] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.author-contact-btn:hover[b-9k3yae0bql] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.author-contact-btn i[b-9k3yae0bql] {
    font-size: 16px;
}

/* 弹窗样式 */
.modal-overlay[b-9k3yae0bql] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-9k3yae0bql 0.3s ease;
}

.contact-modal[b-9k3yae0bql] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideIn-b-9k3yae0bql 0.3s ease;
    overflow: hidden;
}

.modal-header[b-9k3yae0bql] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-9k3yae0bql] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.close-btn[b-9k3yae0bql] {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.close-btn:hover[b-9k3yae0bql] {
    background: rgba(255, 255, 255, 0.2);
}

.modal-body[b-9k3yae0bql] {
    padding: 24px;
    text-align: center;
}

.qq-info[b-9k3yae0bql] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    background: #f7fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.qq-info i[b-9k3yae0bql] {
    font-size: 32px;
    color: #667eea;
}

.qq-details[b-9k3yae0bql] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.qq-label[b-9k3yae0bql] {
    font-size: 14px;
    color: #718096;
    margin-bottom: 4px;
}

.qq-number[b-9k3yae0bql] {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.contact-tip[b-9k3yae0bql] {
    font-size: 12px;
    color: #718096;
    margin: 0 0 20px;
}

.copy-qq-btn[b-9k3yae0bql] {
    background: #3182ce;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.copy-qq-btn:hover[b-9k3yae0bql] {
    background: #2c5282;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(49, 130, 206, 0.3);
}

/* 弹窗动画 */
@keyframes fadeIn-b-9k3yae0bql {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-9k3yae0bql {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* 响应式适配 */
@media (max-width: 480px) {
    .contact-modal[b-9k3yae0bql] {
        margin: 20px;
        max-width: none;
        width: auto;
    }
    
    .modal-header[b-9k3yae0bql],
    .modal-body[b-9k3yae0bql] {
        padding: 16px;
    }
    
    .qq-info[b-9k3yae0bql] {
        flex-direction: column;
        text-align: center;
    }
    
    .qq-details[b-9k3yae0bql] {
        align-items: center;
    }
    
    .author-contact-btn[b-9k3yae0bql] {
        padding: 8px 16px;
        font-size: 12px;
    }
}
/* /Pages/Introduce.razor.rz.scp.css */
/* 页面容器 */
.page-container[b-nq1oymqjak] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

/* 提示框 */
.alert[b-nq1oymqjak] {
    width: 100%;
    max-width: 600px;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.alert i[b-nq1oymqjak] {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.alert-info[b-nq1oymqjak] {
    background-color: rgba(52, 152, 219, 0.1);
    border-left: 4px solid #3498db;
    color: #2c3e50;
}

.alert-danger[b-nq1oymqjak] {
    background-color: rgba(231, 76, 60, 0.1);
    border-left: 4px solid #e74c3c;
    color: #2c3e50;
}

/* 加载状态 */
.loading-container[b-nq1oymqjak] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner[b-nq1oymqjak] {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid #dee2e6;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin-b-nq1oymqjak 1s linear infinite;
    margin-bottom: 1.5rem;
}

@keyframes spin-b-nq1oymqjak {
    to { transform: rotate(360deg); }
}

.loading-container p[b-nq1oymqjak] {
    font-size: 1.25rem;
    color: #6c757d;
    text-align: center;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .page-container[b-nq1oymqjak] {
        padding: 1rem;
    }
    
    .alert[b-nq1oymqjak] {
        padding: 0.75rem 1rem;
    }
    
    .alert i[b-nq1oymqjak] {
        font-size: 1.25rem;
        margin-right: 0.75rem;
    }
    
    .loading-container[b-nq1oymqjak] {
        padding: 2rem;
    }
    
    .loading-container p[b-nq1oymqjak] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .alert[b-nq1oymqjak] {
        padding: 0.5rem 0.75rem;
    }
    
    .spinner[b-nq1oymqjak] {
        width: 2.5rem;
        height: 2.5rem;
    }
} 
/* /Pages/Numbers.razor.rz.scp.css */
.page-container[b-9u7cdktlcy] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem;
}

.page-title[b-9u7cdktlcy] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #3498db;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pricing-grid[b-9u7cdktlcy] {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 1.5rem;
}

.feature-card[b-9u7cdktlcy], .pricing-card[b-9u7cdktlcy], .api-examples-card[b-9u7cdktlcy] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    height: fit-content;
    margin-bottom: 1.5rem;
}

.card-header[b-9u7cdktlcy] {
    background-color: #2c3e50;
    color: white;
    padding: 1rem 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-header h3[b-9u7cdktlcy] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body[b-9u7cdktlcy] {
    padding: 1.5rem;
}

.card-footer[b-9u7cdktlcy] {
    padding: 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
}

.feature-list[b-9u7cdktlcy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-item[b-9u7cdktlcy] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature-icon[b-9u7cdktlcy] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(52, 152, 219, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.feature-icon i[b-9u7cdktlcy] {
    font-size: 1.5rem;
    color: #3498db;
}

.feature-content[b-9u7cdktlcy] {
    flex: 1;
}

.feature-content h4[b-9u7cdktlcy] {
    font-size: 1.125rem;
    color: #333;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.feature-content p[b-9u7cdktlcy] {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* 稳定性对比部分 */
.stability-section[b-9u7cdktlcy] {
    margin-top: 2rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

.subsection-title[b-9u7cdktlcy] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stability-comparison[b-9u7cdktlcy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.free-model[b-9u7cdktlcy], .paid-model[b-9u7cdktlcy] {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid #e0e0e0;
}

.free-model h6[b-9u7cdktlcy], .paid-model h6[b-9u7cdktlcy] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.free-model h6[b-9u7cdktlcy] {
    color: #e67e22;
}

.paid-model h6[b-9u7cdktlcy] {
    color: #27ae60;
}

.free-model ul[b-9u7cdktlcy], .paid-model ul[b-9u7cdktlcy] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.free-model li[b-9u7cdktlcy], .paid-model li[b-9u7cdktlcy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.free-model i[b-9u7cdktlcy] {
    color: #e74c3c;
}

.paid-model i[b-9u7cdktlcy] {
    color: #2ecc71;
}

.pricing-table-container[b-9u7cdktlcy] {
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.pricing-table[b-9u7cdktlcy] {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table th[b-9u7cdktlcy] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #e0e0e0;
    background-color: #f8f9fa;
    font-size: 0.9rem;
}

.pricing-table td[b-9u7cdktlcy] {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    color: #495057;
    vertical-align: middle;
}

.pricing-table tbody tr:hover[b-9u7cdktlcy] {
    background-color: rgba(52, 152, 219, 0.05);
}

.model-name[b-9u7cdktlcy] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.model-tag[b-9u7cdktlcy] {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: rgba(52, 152, 219, 0.1);
    color: #3498db;
    font-weight: 500;
}

.price[b-9u7cdktlcy] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.price-value[b-9u7cdktlcy] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
}

.price-value[b-9u7cdktlcy]::after {
    content: " 元";
    font-size: 0.875rem;
    font-weight: normal;
    color: #666;
}

.price-notes[b-9u7cdktlcy] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.note-item[b-9u7cdktlcy] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.note-item:last-child[b-9u7cdktlcy] {
    margin-bottom: 0;
}

.note-item i[b-9u7cdktlcy] {
    color: #3498db;
    font-size: 1rem;
    margin-top: 0.125rem;
}

.note-item span[b-9u7cdktlcy] {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.recharge-btn[b-9u7cdktlcy] {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.2s;
}

.recharge-btn:hover[b-9u7cdktlcy] {
    background-color: #2980b9;
}

/* API示例部分 */
.api-info[b-9u7cdktlcy] {
    margin-bottom: 1rem;
}

.api-info p[b-9u7cdktlcy] {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.code-example[b-9u7cdktlcy] {
    background-color: #2c3e50;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.code-example pre[b-9u7cdktlcy] {
    margin: 0;
    padding: 1.25rem;
    overflow-x: auto;
}

.code-example code[b-9u7cdktlcy] {
    color: #f8f9fa;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.5;
    display: block;
}

.api-note[b-9u7cdktlcy] {
    background-color: rgba(52, 152, 219, 0.1);
    border-left: 4px solid #3498db;
    padding: 1rem;
    border-radius: 0 6px 6px 0;
}

.api-note h6[b-9u7cdktlcy] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #3498db;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-note p[b-9u7cdktlcy] {
    margin: 0;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
}

.api-link[b-9u7cdktlcy] {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.api-link:hover[b-9u7cdktlcy] {
    color: #2980b9;
    text-decoration: underline;
}

/* 加载状态样式 */
.loading-container[b-9u7cdktlcy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    color: #666;
}

.spinner-wrapper[b-9u7cdktlcy] {
    margin-bottom: 1rem;
}

.spinner-border[b-9u7cdktlcy] {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid rgba(52, 152, 219, 0.3);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin-b-9u7cdktlcy 1s linear infinite;
}

@keyframes spin-b-9u7cdktlcy {
    to { transform: rotate(360deg); }
}

.loading-container p[b-9u7cdktlcy] {
    font-size: 0.95rem;
    color: #666;
}

.empty-pricing[b-9u7cdktlcy] {
    background-color: rgba(52, 152, 219, 0.1);
    padding: 2rem;
    border-radius: 6px;
    text-align: center;
    color: #3498db;
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.empty-pricing i[b-9u7cdktlcy] {
    font-size: 3rem;
}

@media (max-width: 992px) {
    .pricing-grid[b-9u7cdktlcy] {
        grid-template-columns: 1fr;
    }
    
    .features-section[b-9u7cdktlcy] {
        order: 2;
    }
    
    .pricing-section[b-9u7cdktlcy] {
        order: 1;
    }
}

@media (max-width: 768px) {
    .page-container[b-9u7cdktlcy] {
        padding: 1rem;
    }
    
    .page-title[b-9u7cdktlcy] {
        font-size: 1.5rem;
    }
    
    .card-header[b-9u7cdktlcy] {
        padding: 0.875rem 1.25rem;
    }
    
    .card-body[b-9u7cdktlcy] {
        padding: 1.25rem;
    }
    
    .feature-icon[b-9u7cdktlcy] {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .feature-icon i[b-9u7cdktlcy] {
        font-size: 1.25rem;
    }
    
    .feature-content h4[b-9u7cdktlcy] {
        font-size: 1rem;
    }
    
    .pricing-table th[b-9u7cdktlcy], 
    .pricing-table td[b-9u7cdktlcy] {
        padding: 0.75rem;
        font-size: 0.85rem;
    }
    
    .model-name[b-9u7cdktlcy] {
        font-size: 0.9rem;
    }
    
    .model-tag[b-9u7cdktlcy] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .price-value[b-9u7cdktlcy] {
        font-size: 1rem;
    }
    
    .card-footer[b-9u7cdktlcy] {
        justify-content: center;
    }
    
    .recharge-btn[b-9u7cdktlcy] {
        width: 100%;
        justify-content: center;
    }
    
    .loading-container[b-9u7cdktlcy] {
        padding: 2rem 0;
    }
    
    .spinner-border[b-9u7cdktlcy] {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .empty-pricing[b-9u7cdktlcy] {
        padding: 1.5rem;
    }
    
    .empty-pricing i[b-9u7cdktlcy] {
        font-size: 2.5rem;
    }
    
    .stability-comparison[b-9u7cdktlcy] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .code-example code[b-9u7cdktlcy] {
        font-size: 0.8rem;
    }
}
/* /Pages/Predict2.razor.rz.scp.css */
.page-container[b-m4zihi9nvk] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.5rem;
    flex-grow: 1;
}

.analysis-layout[b-m4zihi9nvk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

/* 卡片样式 */
.card[b-m4zihi9nvk] {
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.card-header[b-m4zihi9nvk] {
    background-color: #f8fafc;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.card-header h3[b-m4zihi9nvk] {
    margin: 0;
    font-size: 1.25rem;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body[b-m4zihi9nvk] {
    padding: 1.5rem;
}

.card-footer[b-m4zihi9nvk] {
    padding: 1rem;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
}

/* 左侧面板 */
.left-panel[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
}

.upload-container[b-m4zihi9nvk] {
    width: 100%;
}

.upload-area[b-m4zihi9nvk] {
    position: relative;
    width: 100%;
    min-height: 200px;
    border: 2px dashed #cbd5e0;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
}

.upload-area:hover[b-m4zihi9nvk] {
    border-color: #4299e1;
    background-color: rgba(66, 153, 225, 0.05);
}

.upload-area.has-image[b-m4zihi9nvk] {
    border-style: solid;
    border-color: #e2e8f0;
}

.upload-placeholder[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.upload-placeholder i[b-m4zihi9nvk] {
    font-size: 2.5rem;
    color: #4299e1;
    margin-bottom: 1rem;
}

.upload-placeholder p[b-m4zihi9nvk] {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.upload-placeholder span[b-m4zihi9nvk] {
    font-size: 0.875rem;
    color: #718096;
}

.upload-tips[b-m4zihi9nvk] {
    margin-top: 0.75rem;
    padding: 1rem;
    background-color: rgba(220, 53, 69, 0.1);
    border: 2px solid rgba(220, 53, 69, 0.4);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #721c24;
    line-height: 1.6;
    font-weight: 500;
}

.upload-tips strong[b-m4zihi9nvk] {
    color: #dc3545;
    font-weight: 700;
    font-size: 0.9375rem;
}

.preview-image[b-m4zihi9nvk] {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 300px;
}

.image-overlay[b-m4zihi9nvk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.upload-area:hover .image-overlay[b-m4zihi9nvk] {
    opacity: A;
}

.image-overlay span[b-m4zihi9nvk] {
    color: white;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.file-input[b-m4zihi9nvk] {
    display: none;
}

/* 表单样式 */
.form-group[b-m4zihi9nvk] {
    margin-bottom: 1.25rem;
}

.form-label[b-m4zihi9nvk] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.select-container[b-m4zihi9nvk] {
    position: relative;
}

.form-select[b-m4zihi9nvk] {
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    background-color: #fff;
    appearance: none;
}

.select-icon[b-m4zihi9nvk] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #718096;
}

.form-control[b-m4zihi9nvk] {
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #2d3748;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out;
}

.form-control:focus[b-m4zihi9nvk] {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
}

/* 分析选项 */
.analysis-options[b-m4zihi9nvk] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.option-button[b-m4zihi9nvk] {
    padding: 0.75rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    background-color: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.option-button i[b-m4zihi9nvk] {
    font-size: 1.25rem;
    color: #4a5568;
}

.option-button:hover[b-m4zihi9nvk] {
    border-color: #4299e1;
    background-color: rgba(66, 153, 225, 0.05);
}

.option-button.selected[b-m4zihi9nvk] {
    border-color: #4299e1;
    background-color: rgba(66, 153, 225, 0.1);
    color: #2b6cb0;
}

.option-button.selected i[b-m4zihi9nvk] {
    color: #3182ce;
}

/* 提交按钮 */
.btn[b-m4zihi9nvk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    cursor: pointer;
    gap: 0.5rem;
}

.btn-primary[b-m4zihi9nvk] {
    color: #fff;
    background-color: #4299e1;
    border-color: #4299e1;
}

.btn-primary:hover[b-m4zihi9nvk] {
    background-color: #3182ce;
    border-color: #3182ce;
}

.btn-primary:disabled[b-m4zihi9nvk] {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-lg[b-m4zihi9nvk] {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

.btn-submit[b-m4zihi9nvk] {
    min-width: 180px;
}

.spinner-border[b-m4zihi9nvk] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.1875em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-m4zihi9nvk .75s linear infinite;
}

.spinner-grow[b-m4zihi9nvk] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow-b-m4zihi9nvk .75s linear infinite;
}

.visually-hidden[b-m4zihi9nvk] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@keyframes spinner-border-b-m4zihi9nvk {
    to { transform: rotate(360deg); }
}

@keyframes spinner-grow-b-m4zihi9nvk {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* 右侧面板 */
.right-panel[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
}

.result-card[b-m4zihi9nvk] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.result-card .card-body[b-m4zihi9nvk] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.result-guide-tip[b-m4zihi9nvk] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background-color: rgba(66, 153, 225, 0.1);
    border: 2px solid rgba(66, 153, 225, 0.3);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.result-guide-tip i[b-m4zihi9nvk] {
    font-size: 1.5rem;
    color: #3182ce;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.result-guide-tip .guide-content[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    line-height: 1.6;
}

.result-guide-tip .guide-content strong[b-m4zihi9nvk] {
    color: #2c5282;
    font-size: 1rem;
    font-weight: 600;
}

.result-guide-tip .guide-content span[b-m4zihi9nvk] {
    color: #2d3748;
    font-size: 0.875rem;
}

.result-content[b-m4zihi9nvk] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.result-text h4[b-m4zihi9nvk] {
    font-size: 1.125rem;
    color: #2d3748;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.result-data[b-m4zihi9nvk] {
    white-space: pre-wrap;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 0.375rem;
    border: 1px solid #e2e8f0;
    font-family: monospace;
    max-height: 400px;
    overflow-y: auto;
    font-size: 0.875rem;
    line-height: 1.6;
}

.result-image-container[b-m4zihi9nvk] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.result-image[b-m4zihi9nvk] {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 0.375rem;
    border: 1px solid #e2e8f0;
}

.empty-result[b-m4zihi9nvk] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    color: #718096;
}

.empty-result i[b-m4zihi9nvk] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #cbd5e0;
}

.empty-result h4[b-m4zihi9nvk] {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.empty-result p[b-m4zihi9nvk] {
    color: #718096;
    margin-bottom: 2rem;
}

.empty-tips[b-m4zihi9nvk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tip-item[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.tip-item i[b-m4zihi9nvk] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: #4299e1;
}

.tip-item span[b-m4zihi9nvk] {
    font-size: 0.875rem;
    color: #4a5568;
    white-space: nowrap;
}

.tip-arrow[b-m4zihi9nvk] {
    color: #cbd5e0;
    font-size: 1rem;
}

.loading-container[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.loading-container p[b-m4zihi9nvk] {
    margin-top: 1rem;
    color: #4a5568;
}

/* 全屏加载遮罩 */
.loading-overlay[b-m4zihi9nvk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-spinner-container[b-m4zihi9nvk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.loading-spinner[b-m4zihi9nvk] {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid rgba(66, 153, 225, 0.3);
    border-radius: 50%;
    border-top-color: #4299e1;
    animation: spin-b-m4zihi9nvk 1s linear infinite;
}

.loading-spinner-container p[b-m4zihi9nvk] {
    margin-top: 1rem;
    color: #2d3748;
    font-weight: 500;
}

@keyframes spin-b-m4zihi9nvk {
    to { transform: rotate(360deg); }
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .analysis-layout[b-m4zihi9nvk] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-container[b-m4zihi9nvk] {
        padding: 1rem;
    }
    
    .analysis-options[b-m4zihi9nvk] {
        grid-template-columns: 1fr;
    }
    
    .empty-tips[b-m4zihi9nvk] {
        flex-direction: column;
    }
    
    .tip-arrow[b-m4zihi9nvk] {
        transform: rotate(90deg);
    }
}

@media (max-width: 576px) {
    .card-header h3[b-m4zihi9nvk] {
        font-size: 1.125rem;
    }
    
    .btn-submit[b-m4zihi9nvk] {
        width: 100%;
    }
    
    .card-body[b-m4zihi9nvk] {
        padding: 1rem;
    }
    
    .result-data[b-m4zihi9nvk] {
        padding: 0.75rem;
        font-size: 0.8125rem;
    }
}
/* /Pages/Register.razor.rz.scp.css */
/* 基础样式重置 */
*[b-dqvtyty6y3] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 注册页面基础布局 */
.register-wrapper[b-dqvtyty6y3] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 1.5rem;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 注册卡片 */
.card[b-dqvtyty6y3] {
    width: 100%;
    max-width: 450px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid #dee2e6;
}

/* 头部样式 */
.card-header[b-dqvtyty6y3] {
    text-align: center;
    padding: 1.5rem 0 1rem;
    background-color: #3498db;
    color: white;
}

.logo-container[b-dqvtyty6y3] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.logo-container i[b-dqvtyty6y3] {
    font-size: 2.5rem;
    color: #ffffff;
}

.card-title[b-dqvtyty6y3] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.card-subtitle[b-dqvtyty6y3] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
}

/* 表单样式 */
.card-body[b-dqvtyty6y3] {
    padding: 1.5rem;
}

.form-group[b-dqvtyty6y3] {
    margin-bottom: 1.5rem;
}

.form-label[b-dqvtyty6y3] {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #212529;
}

.form-label i[b-dqvtyty6y3] {
    margin-right: 0.5rem;
    color: #3498db;
    font-size: 1rem;
}

.input-container[b-dqvtyty6y3] {
    position: relative;
}

.form-control[b-dqvtyty6y3] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: inherit;
}

.form-control:focus[b-dqvtyty6y3] {
    color: #212529;
    background-color: #ffffff;
    border-color: #3498db;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

/* 图像识别区域 */
.captcha-group[b-dqvtyty6y3] {
    display: flex;
    gap: 1rem;
}

.captcha-container[b-dqvtyty6y3] {
    flex: 1;
}

.captcha-container .input-container[b-dqvtyty6y3] {
    width: 100%;
}

.captcha-image[b-dqvtyty6y3] {
    flex: 0 0 auto;
    width: 8rem;
    height: 2.75rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.captcha-image img[b-dqvtyty6y3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 提示信息 */
.message[b-dqvtyty6y3] {
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.message.success[b-dqvtyty6y3] {
    background-color: rgba(46, 204, 113, 0.1);
    color: #2ecc71;
    border-left: 3px solid #2ecc71;
}

.message.error[b-dqvtyty6y3] {
    background-color: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    border-left: 3px solid #e74c3c;
}

/* 验证消息 */
.validation-message[b-dqvtyty6y3] {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.validation-message.success[b-dqvtyty6y3] {
    color: #2ecc71;
}

.validation-message.error[b-dqvtyty6y3] {
    color: #e74c3c;
}

.validation-message.warning[b-dqvtyty6y3] {
    color: #f39c12;
}

/* 按钮行 */
.button-row[b-dqvtyty6y3] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn[b-dqvtyty6y3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.btn i[b-dqvtyty6y3] {
    margin-right: 0.5rem;
}

.btn-primary[b-dqvtyty6y3] {
    background-color: #3498db;
    color: #ffffff;
}

.btn-primary:hover[b-dqvtyty6y3] {
    background-color: #2980b9;
}

.btn-secondary[b-dqvtyty6y3] {
    background-color: #2c3e50;
    color: #ffffff;
}

.btn-secondary:hover[b-dqvtyty6y3] {
    background-color: #1a252f;
}

/* 特性展示 */
.features-row[b-dqvtyty6y3] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.feature[b-dqvtyty6y3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 180px;
}

.feature i[b-dqvtyty6y3] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #3498db;
}

.feature span[b-dqvtyty6y3] {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.4;
}

/* 版权信息 */
.copyright[b-dqvtyty6y3] {
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 1rem;
}

/* 响应式调整 */
@media (max-width: 576px) {
    .card[b-dqvtyty6y3] {
        max-width: 100%;
    }

    .card-body[b-dqvtyty6y3] {
        padding: 1rem;
    }

    .button-row[b-dqvtyty6y3] {
        flex-direction: column;
    }

    .captcha-group[b-dqvtyty6y3] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .captcha-container .input-container[b-dqvtyty6y3] {
        width: 100%;
    }

    .captcha-image[b-dqvtyty6y3] {
        width: 100%;
        margin-top: 0.5rem;
    }
}
/* /Pages/Show.razor.rz.scp.css */
/* 全局样式 */
:root[b-f11ldwrudz] {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
    --success-color: #2ecc71;
    --warning-color: #f39c12;
    --text-color: #212529;
    --text-muted: #6c757d;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
    --white: #ffffff;
}

/* 重定向容器 */
.redirect-container[b-f11ldwrudz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    padding: 1.5rem;
    background-color: var(--white);
}

.redirect-spinner[b-f11ldwrudz] {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid rgba(52, 152, 219, 0.2);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin-b-f11ldwrudz 1s linear infinite;
    margin-bottom: 1.5rem;
}

@keyframes spin-b-f11ldwrudz {
    to { transform: rotate(360deg); }
}

.redirect-text[b-f11ldwrudz] {
    font-size: 1.25rem;
    color: var(--text-muted);
    text-align: center;
    margin: 0;
}

/* Hero部分 */
.hero-section[b-f11ldwrudz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 8%;
    background: linear-gradient(135deg, var(--white) 0%, var(--light-gray) 100%);
    min-height: 80vh;
}

.hero-content[b-f11ldwrudz] {
    flex: 1;
    max-width: 600px;
}

.hero-title[b-f11ldwrudz] {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-subtitle[b-f11ldwrudz] {
    font-size: 1.25rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-image[b-f11ldwrudz] {
    flex: 1;
    max-width: 500px;
    margin-left: 2rem;
}

.hero-image img[b-f11ldwrudz] {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.try-now-btn[b-f11ldwrudz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.try-now-btn:hover[b-f11ldwrudz] {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.try-now-btn i[b-f11ldwrudz] {
    margin-right: 0.5rem;
}

/* 特性部分 */
.features-section[b-f11ldwrudz] {
    padding: 4rem 8%;
    background-color: var(--white);
}

.section-title[b-f11ldwrudz] {
    text-align: center;
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title[b-f11ldwrudz]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 0.25rem;
    background-color: var(--primary-color);
    border-radius: 0.125rem;
}

.features-grid[b-f11ldwrudz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-f11ldwrudz] {
    padding: 2rem;
    text-align: center;
    background-color: var(--white);
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.feature-card:hover[b-f11ldwrudz] {
    transform: translateY(-10px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.feature-icon[b-f11ldwrudz] {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.feature-card h3[b-f11ldwrudz] {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.feature-card p[b-f11ldwrudz] {
    color: var(--text-color);
    line-height: 1.6;
}

/* 使用流程部分 */
.how-it-works[b-f11ldwrudz] {
    padding: 4rem 8%;
    background-color: var(--light-gray);
}

.steps-container[b-f11ldwrudz] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.step[b-f11ldwrudz] {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 2rem;
    background-color: var(--white);
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
}

.step:hover[b-f11ldwrudz] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.step-number[b-f11ldwrudz] {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto 1rem;
}

.step h3[b-f11ldwrudz] {
    color: var(--secondary-color);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.step p[b-f11ldwrudz] {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
}

/* CTA部分 */
.cta-section[b-f11ldwrudz] {
    text-align: center;
    padding: 4rem 8%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #2980b9 100%);
    color: var(--white);
}

.cta-section h2[b-f11ldwrudz] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p[b-f11ldwrudz] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button[b-f11ldwrudz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--white);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.cta-button:hover[b-f11ldwrudz] {
    background-color: var(--light-gray);
    transform: translateY(-2px);
}

.cta-button i[b-f11ldwrudz] {
    margin-right: 0.5rem;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .hero-section[b-f11ldwrudz] {
        padding: 3rem 5%;
    }
    
    .features-section[b-f11ldwrudz],
    .how-it-works[b-f11ldwrudz],
    .cta-section[b-f11ldwrudz] {
        padding: 3rem 5%;
    }
    
    .hero-title[b-f11ldwrudz] {
        font-size: 2.25rem;
    }
    
    .hero-subtitle[b-f11ldwrudz] {
        font-size: 1.125rem;
    }
    
    .section-title[b-f11ldwrudz] {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .hero-section[b-f11ldwrudz] {
        flex-direction: column;
        text-align: center;
        padding: 2rem 5%;
    }

    .hero-content[b-f11ldwrudz] {
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .hero-image[b-f11ldwrudz] {
        margin-left: 0;
        max-width: 100%;
    }

    .hero-title[b-f11ldwrudz] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-f11ldwrudz] {
        font-size: 1rem;
    }

    .features-grid[b-f11ldwrudz] {
        grid-template-columns: 1fr;
    }

    .steps-container[b-f11ldwrudz] {
        flex-direction: column;
    }

    .step[b-f11ldwrudz] {
        margin-bottom: 1rem;
        width: 100%;
    }
    
    .cta-section h2[b-f11ldwrudz] {
        font-size: 1.75rem;
    }
    
    .cta-section p[b-f11ldwrudz] {
        font-size: 1.125rem;
    }
}

@media (max-width: 576px) {
    .redirect-spinner[b-f11ldwrudz] {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .redirect-text[b-f11ldwrudz] {
        font-size: 1rem;
    }
    
    .hero-title[b-f11ldwrudz] {
        font-size: 1.75rem;
    }
    
    .section-title[b-f11ldwrudz] {
        font-size: 1.5rem;
    }
    
    .feature-card[b-f11ldwrudz] {
        padding: 1.5rem;
    }
    
    .feature-icon[b-f11ldwrudz] {
        font-size: 2rem;
    }
    
    .step[b-f11ldwrudz] {
        padding: 1.5rem;
    }
    
    .step-number[b-f11ldwrudz] {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
    }
}
/* /Pages/Weather.razor.rz.scp.css */
/* 基础样式 */
:root[b-6vgn9ud2mb] {
    --primary-color: #2563eb;
    --primary-light: #3b82f6;
    --primary-dark: #1d4ed8;
    --secondary-color: #64748b;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --radius-sm: 0.125rem;
    --radius: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --transition: all 0.2s ease;
}

/* 主容器样式 */
.dashboard-container[b-6vgn9ud2mb] {
    width: 99%;
    max-width: 99%;
    margin: 0 auto;
    padding: 1rem 0.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--gray-800);
    background-color: #f7f8fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

/* 头部样式 */
.dashboard-header[b-6vgn9ud2mb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.header-title[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-title i[b-6vgn9ud2mb] {
    font-size: 1.5rem;
    color: #4f46e5;
}

.header-title h1[b-6vgn9ud2mb] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.storage-notice[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.875rem;
}

.storage-notice i[b-6vgn9ud2mb] {
    color: #4f46e5;
}

/* 统计卡片样式 */
.record-stats[b-6vgn9ud2mb] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .record-stats[b-6vgn9ud2mb] {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .record-stats[b-6vgn9ud2mb] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.stat-card[b-6vgn9ud2mb] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover[b-6vgn9ud2mb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-6vgn9ud2mb] {
    width: 48px;
    height: 48px;
    background-color: rgba(79, 70, 229, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
}

.stat-icon i[b-6vgn9ud2mb] {
    font-size: 1.5rem;
}

.stat-info[b-6vgn9ud2mb] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-6vgn9ud2mb] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
}

.stat-label[b-6vgn9ud2mb] {
    font-size: 0.875rem;
    color: #6b7280;
}

.stat-card .stat-icon[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.success-icon[b-6vgn9ud2mb] {
    background-color: rgba(16, 185, 129, 0.1) !important;
    color: #059669 !important;
}

.failure-icon[b-6vgn9ud2mb] {
    background-color: rgba(239, 68, 68, 0.1) !important;
    color: #e11d48 !important;
}

.warning-icon[b-6vgn9ud2mb] {
    background-color: rgba(245, 158, 11, 0.1) !important;
    color: #f59e0b !important;
}

.audit-failed-icon[b-6vgn9ud2mb] {
    background-color: rgba(239, 68, 68, 0.1) !important;
    color: #e11d48 !important;
}

/* 加载状态样式 */
.loading-state[b-6vgn9ud2mb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    color: #6b7280;
}

.spinner[b-6vgn9ud2mb] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(79, 70, 229, 0.1);
    border-radius: 50%;
    border-top: 4px solid #4f46e5;
    animation: spin-b-6vgn9ud2mb 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-6vgn9ud2mb {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 空数据状态样式 */
.empty-state[b-6vgn9ud2mb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    color: #6b7280;
}

.empty-state i[b-6vgn9ud2mb] {
    font-size: 3rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-state p[b-6vgn9ud2mb] {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.empty-state span[b-6vgn9ud2mb] {
    font-size: 0.875rem;
}

/* 记录表格样式 */
.records-wrapper[b-6vgn9ud2mb] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.table-responsive[b-6vgn9ud2mb] {
    overflow-x: auto;
}

.records-table[b-6vgn9ud2mb] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.records-table th[b-6vgn9ud2mb],
.records-table td[b-6vgn9ud2mb] {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.records-table th[b-6vgn9ud2mb] {
    background-color: #f9fafb;
    font-weight: 600;
    color: #4b5563;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.records-table th i[b-6vgn9ud2mb] {
    margin-right: 5px;
    font-size: 0.875rem;
    color: #6b7280;
}

.records-table tbody tr:hover[b-6vgn9ud2mb] {
    background-color: #f9fafb;
}

.text-center[b-6vgn9ud2mb] {
    text-align: center !important;
}

/* 内容单元格样式 */
.question-cell[b-6vgn9ud2mb],
.content-cell[b-6vgn9ud2mb] {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.question-cell:hover[b-6vgn9ud2mb],
.content-cell:hover[b-6vgn9ud2mb] {
    text-decoration: underline;
    color: #4f46e5;
}

/* 状态标签样式 */
.status-badge[b-6vgn9ud2mb] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge.success[b-6vgn9ud2mb] {
    background-color: rgba(16, 185, 129, 0.1);
    color: #059669;
}

.status-badge.failure[b-6vgn9ud2mb] {
    background-color: rgba(239, 68, 68, 0.1);
    color: #e11d48;
}

.status-badge.unknown[b-6vgn9ud2mb] {
    background-color: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.status-badge.audit-failed[b-6vgn9ud2mb] {
    background-color: rgba(239, 68, 68, 0.1);
    color: #e11d48;
}

/* 图片和音频样式 */
.image-container[b-6vgn9ud2mb] {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

.data-image[b-6vgn9ud2mb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s;
}

.data-image:hover[b-6vgn9ud2mb] {
    transform: scale(1.1);
}

.data-audio[b-6vgn9ud2mb] {
    height: 30px;
    width: 100px;
}

.no-data[b-6vgn9ud2mb] {
    color: #9ca3af;
    font-style: italic;
}

/* 分页样式 */
.pagination[b-6vgn9ud2mb] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.pagination-controls[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-btn[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.pagination-btn:hover:not(.disabled)[b-6vgn9ud2mb] {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

.pagination-btn.disabled[b-6vgn9ud2mb] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pager-buttons[b-6vgn9ud2mb] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.page-btn-sm[b-6vgn9ud2mb] {
    min-width: 32px;
    height: 32px;
    padding: 0 0.5rem;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    color: #374151;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.page-btn-sm:hover:not(.active)[b-6vgn9ud2mb] {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

.page-btn-sm.active[b-6vgn9ud2mb] {
    background-color: #4f46e5;
    border-color: #4f46e5;
    color: white;
}

.page-ellipsis[b-6vgn9ud2mb] {
    color: #6b7280;
    padding: 0 0.25rem;
}

.pagination-jump[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.5rem;
}

.pagination-jump span[b-6vgn9ud2mb] {
    font-size: 0.875rem;
    color: #6b7280;
}

.jump-input[b-6vgn9ud2mb] {
    width: 50px;
    height: 32px;
    padding: 0 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    text-align: center;
}

.jump-btn[b-6vgn9ud2mb] {
    padding: 0.25rem 0.5rem;
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

.jump-btn:hover[b-6vgn9ud2mb] {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

/* 内容对话框样式 */
.content-modal[b-6vgn9ud2mb] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 51;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray-200);
}

.modal-header[b-6vgn9ud2mb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3[b-6vgn9ud2mb] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.close-btn[b-6vgn9ud2mb] {
    background: none;
    border: none;
    color: #6b7280;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.close-btn:hover[b-6vgn9ud2mb] {
    color: #1f2937;
}

.content-dialog-body[b-6vgn9ud2mb] {
    padding: 1rem;
    overflow-y: auto;
    max-height: 60vh;
}

.content-dialog-body pre[b-6vgn9ud2mb] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #1f2937;
}

.modal-footer[b-6vgn9ud2mb] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #e5e7eb;
}

.copy-btn[b-6vgn9ud2mb], 
.close-dialog-btn[b-6vgn9ud2mb] {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.copy-btn[b-6vgn9ud2mb] {
    background-color: #4f46e5;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.copy-btn:hover[b-6vgn9ud2mb] {
    background-color: #4338ca;
}

.close-dialog-btn[b-6vgn9ud2mb] {
    background-color: white;
    color: #4b5563;
    border: 1px solid #d1d5db;
}

.close-dialog-btn:hover[b-6vgn9ud2mb] {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

/* 图片预览模态框样式 */
.modal-backdrop[b-6vgn9ud2mb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal[b-6vgn9ud2mb] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    z-index: 1001;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-body[b-6vgn9ud2mb] {
    padding: 1rem;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 70vh;
}

.modal-image[b-6vgn9ud2mb] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

/* 提示弹窗样式 */
.toast-container[b-6vgn9ud2mb] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1050;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
}

.toast-container.show[b-6vgn9ud2mb] {
    opacity: 1;
    transform: translateY(0);
}

.toast-message[b-6vgn9ud2mb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #1f2937;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
}

.toast-message i[b-6vgn9ud2mb] {
    color: #10b981;
}

/* 响应式样式 */
@media (max-width: 1800px) {
    .question-cell[b-6vgn9ud2mb],
    .content-cell[b-6vgn9ud2mb] {
        max-width: 350px;
        min-width: 280px;
    }
}

@media (max-width: 1600px) {
    .question-cell[b-6vgn9ud2mb],
    .content-cell[b-6vgn9ud2mb] {
        max-width: 300px;
        min-width: 240px;
    }
}

@media (max-width: 768px) {
    .dashboard-header[b-6vgn9ud2mb] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .records-table th[b-6vgn9ud2mb],
    .records-table td[b-6vgn9ud2mb] {
        padding: 0.75rem 0.5rem;
        font-size: 0.75rem;
    }
    
    .question-cell[b-6vgn9ud2mb],
    .content-cell[b-6vgn9ud2mb] {
        max-width: 160px;
        min-width: 120px;
    }
    
    .pagination[b-6vgn9ud2mb] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .pagination-controls[b-6vgn9ud2mb] {
        justify-content: space-between;
    }
    
    .pagination-jump[b-6vgn9ud2mb] {
        justify-content: center;
    }
    
    .data-image[b-6vgn9ud2mb] {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .dashboard-container[b-6vgn9ud2mb] {
        padding: 0.5rem 0.2rem;
        width: 99%;
        max-width: 99%;
    }
    
    .stat-card[b-6vgn9ud2mb] {
        width: 100%;
    }
    
    .question-cell[b-6vgn9ud2mb],
    .content-cell[b-6vgn9ud2mb] {
        max-width: 120px;
        min-width: 100px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* 基本变量 */
:root[b-36j5cbf0bx] {
    --primary-color: #3498db;
    --primary-hover: #2980b9;
    --secondary-color: #2c3e50;
    --text-color: #333;
    --bg-color: #f8f9fa;
    --sidebar-width: 200px;
    --header-height: 3.5rem;
}

.page[b-36j5cbf0bx] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

main[b-36j5cbf0bx] {
    flex: 1;
    width: 100%;
    max-width: 100%;
}

.sidebar[b-36j5cbf0bx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-36j5cbf0bx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    width: 100%;
}

    .top-row[b-36j5cbf0bx]  a, .top-row[b-36j5cbf0bx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-36j5cbf0bx]  a:hover, .top-row[b-36j5cbf0bx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-36j5cbf0bx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-36j5cbf0bx] {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.user-info[b-36j5cbf0bx] {
    display: flex;
    align-items: center;
}

.user-greeting[b-36j5cbf0bx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.actions[b-36j5cbf0bx] {
    display: flex;
    align-items: center;
}

#blazor-error-ui[b-36j5cbf0bx] {
    background-color: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-36j5cbf0bx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-36j5cbf0bx] {
        display: none;
    }

    .top-row.auth[b-36j5cbf0bx] {
        justify-content: space-between;
    }

    .top-row[b-36j5cbf0bx]  a, .top-row[b-36j5cbf0bx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-36j5cbf0bx] {
        flex-direction: row;
    }

    .sidebar[b-36j5cbf0bx] {
        width: var(--sidebar-width);
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-36j5cbf0bx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-36j5cbf0bx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-36j5cbf0bx], article[b-36j5cbf0bx] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* 为没有侧边栏的页面添加全宽样式 */
.main-full-width[b-36j5cbf0bx] {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
}

.main-full-width .top-row[b-36j5cbf0bx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-full-width .content[b-36j5cbf0bx] {
    padding-top: 3.5rem; /* 为顶部工具栏留出空间 */
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* 导航栏样式 */
.navbar-toggler[b-g0kay4bl3f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-g0kay4bl3f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g0kay4bl3f] {
    font-size: 1.1rem;
}

.oi[b-g0kay4bl3f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-g0kay4bl3f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g0kay4bl3f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g0kay4bl3f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g0kay4bl3f]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-weight: 500;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

.nav-item[b-g0kay4bl3f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g0kay4bl3f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g0kay4bl3f] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g0kay4bl3f] {
        display: none;
    }

    .collapse[b-g0kay4bl3f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-g0kay4bl3f] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* 移动设备适配 */
@media (max-width: 640px) {
    .top-row[b-g0kay4bl3f] {
        height: 3.5rem;
    }
    
    .nav-scrollable[b-g0kay4bl3f] {
        background-color: #5b87ab;
        position: absolute;
        width: 100%;
        top: 3.5rem;
        left: 0;
        z-index: 1000;
        height: auto;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        padding: 0.5rem;
    }
    
    .collapse[b-g0kay4bl3f] {
        display: none;
    }
    
    .nav-group[b-g0kay4bl3f] {
        margin: 0.5rem 0;
    }
    
    .nav-group-title[b-g0kay4bl3f] {
        padding: 0.65rem 0.85rem;
    }
    
    .nav-link[b-g0kay4bl3f] {
        height: 2.5rem;
        margin: 0.2rem 0.3rem;
    }
    
    .nav-icon[b-g0kay4bl3f] {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.9rem;
        margin-right: 0.5rem;
    }
    
    .nav-footer[b-g0kay4bl3f] {
        padding: 0.75rem;
    }
}
