/* /Components/PaymentServiceModal.razor.rz.scp.css */
.payment-modal[b-tvf17mlviv] {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.payment-modal .modal-header[b-tvf17mlviv] {
    padding: 2.5rem 2rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.payment-modal .modal-title[b-tvf17mlviv] {
    color: white;
}

.payment-modal .modal-body[b-tvf17mlviv] {
    padding: 2rem;
    background: #f8f9fa;
}

.service-icon[b-tvf17mlviv] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i[b-tvf17mlviv] {
    font-size: 2.5rem;
    color: white;
}

.core-values[b-tvf17mlviv] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.value-list[b-tvf17mlviv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.value-item[b-tvf17mlviv] {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.value-item:hover[b-tvf17mlviv] {
    background: white;
    transform: translateX(5px);
    border-left-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.value-icon[b-tvf17mlviv] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon i[b-tvf17mlviv] {
    font-size: 1rem;
    color: white;
}

.value-content h6[b-tvf17mlviv] {
    color: #2c3e50;
    font-weight: 600;
}

.qrcode-section[b-tvf17mlviv] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qrcode-container[b-tvf17mlviv] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.qrcode-wrapper[b-tvf17mlviv] {
    background: white;
    padding: 0.8rem;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.qrcode-wrapper:hover[b-tvf17mlviv] {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(7, 193, 96, 0.2);
    border-color: #07c160;
}

.qrcode-wrapper img[b-tvf17mlviv] {
    display: block;
    width: 172px;
    height: 220px;
    border-radius: 8px;
}

.modal-footer[b-tvf17mlviv] {
    padding: 1.5rem 2rem 2rem;
    background: #f8f9fa;
}

.modal-footer .btn-primary[b-tvf17mlviv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
}

.modal-footer .btn-primary:hover[b-tvf17mlviv] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

@media (max-width: 768px) {
    .value-item[b-tvf17mlviv] {
        flex-direction: column;
        text-align: center;
    }
    
    .qrcode-wrapper img[b-tvf17mlviv] {
        width: 150px;
        height: 150px;
    }
}
/* /Components/ProjectCard.razor.rz.scp.css */
.project-card[b-asl487ogpy] {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.project-card:hover[b-asl487ogpy] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
}

.project-card .card-title[b-asl487ogpy] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.4;
}

.project-meta[b-asl487ogpy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.meta-item[b-asl487ogpy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.meta-item i[b-asl487ogpy] {
    font-size: 1rem;
    color: #0d6efd;
}

.project-stats[b-asl487ogpy] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.stat-item[b-asl487ogpy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-label[b-asl487ogpy] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.stat-value[b-asl487ogpy] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
}

.project-footer[b-asl487ogpy] {
    font-size: 0.75rem;
}

/* 骨架屏 */
.project-card.skeleton[b-asl487ogpy] {
    pointer-events: none;
}

.skeleton-line[b-asl487ogpy] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-asl487ogpy 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading-b-asl487ogpy {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* 响应式 */
@media (max-width: 768px) {
    .project-stats[b-asl487ogpy] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .stat-item[b-asl487ogpy] {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}
/* /Components/ProjectListRow.razor.rz.scp.css */
/* 表格行样式 */
.project-row[b-g554lq6n2t] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.project-row:hover[b-g554lq6n2t] {
    background-color: #f8f9fa;
}

.project-row td[b-g554lq6n2t] {
    padding: 12px 8px;
    vertical-align: middle;
    font-size: 14px;
    color: #495057;
    border-bottom: 1px solid #e9ecef;
}

.project-name[b-g554lq6n2t] {
    font-weight: 500;
    color: #212529;
}

/* 骨架屏样式 */
.skeleton td[b-g554lq6n2t] {
    padding: 12px 8px;
    border-bottom: 1px solid #e9ecef;
}

.skeleton .skeleton-line[b-g554lq6n2t] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-g554lq6n2t 1.5s ease-in-out infinite;
    border-radius: 4px;
}

@keyframes loading-b-g554lq6n2t {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* /Components/StatCard.razor.rz.scp.css */
.stat-card[b-z5s630sray] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.stat-card:hover[b-z5s630sray] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.stat-icon[b-z5s630sray] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    flex-shrink: 0;
}

.stat-icon i[b-z5s630sray] {
    font-size: 1.75rem;
    color: white;
}

.stat-content[b-z5s630sray] {
    flex: 1;
    min-width: 0;
}

.stat-value[b-z5s630sray] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #1a1a1a;
}

.stat-label[b-z5s630sray] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0.25rem 0 0;
    font-weight: 500;
}

.stat-subvalue[b-z5s630sray] {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.stat-growth[b-z5s630sray] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.stat-growth i[b-z5s630sray] {
    font-size: 1rem;
}

.stat-loading[b-z5s630sray] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .stat-card[b-z5s630sray] {
        padding: 1rem;
        gap: 0.75rem;
    }

    .stat-icon[b-z5s630sray] {
        width: 48px;
        height: 48px;
    }

    .stat-icon i[b-z5s630sray] {
        font-size: 1.5rem;
    }

    .stat-value[b-z5s630sray] {
        font-size: 1.5rem;
    }

    .stat-label[b-z5s630sray] {
        font-size: 0.8rem;
    }
}

/* 骨架屏样式 */
.stat-card.skeleton .stat-value[b-z5s630sray],
.stat-card.skeleton .stat-label[b-z5s630sray] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-z5s630sray 1.5s infinite;
    border-radius: 4px;
    color: transparent;
}

@keyframes skeleton-loading-b-z5s630sray {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* /Components/ViewToggle.razor.rz.scp.css */
.view-toggle[b-jln3qsh5gk] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.view-toggle .btn[b-jln3qsh5gk] {
    padding: 8px 16px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.view-toggle .btn i[b-jln3qsh5gk] {
    font-size: 16px;
}

.view-toggle .btn:focus[b-jln3qsh5gk] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* 响应式：手机端只显示图标 */
@media (max-width: 576px) {
    .view-toggle .btn[b-jln3qsh5gk] {
        padding: 8px 12px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-container[b-5i6b381plx] {
    min-height: 100vh;
}

.main-layout[b-5i6b381plx] {
    display: flex;
    height: 100vh;
}

/* 侧边栏样式 */
.sidebar[b-5i6b381plx] {
    width: 250px;
    background: linear-gradient(180deg, #2c3e50 0%, #34495e 100%);
    color: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar-header[b-5i6b381plx] {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-header h3[b-5i6b381plx] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.sidebar .nav[b-5i6b381plx] {
    padding: 1rem 0;
}

.sidebar .nav-link[b-5i6b381plx] {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1.5rem;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.sidebar .nav-link:hover[b-5i6b381plx] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-left-color: #6366f1;
}

.sidebar .nav-link i[b-5i6b381plx] {
    margin-right: 0.5rem;
}

/* 主内容区域 */
.main-content[b-5i6b381plx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f5f6fa;
}

/* 顶部导航栏 */
.top-navbar[b-5i6b381plx] {
    background: white;
    border-bottom: 1px solid #e1e8ed;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-content[b-5i6b381plx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-left h5[b-5i6b381plx] {
    color: #2c3e50;
    font-weight: 600;
}

.user-menu[b-5i6b381plx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-avatar[b-5i6b381plx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

.user-info[b-5i6b381plx] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.user-name[b-5i6b381plx] {
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
}

.user-role[b-5i6b381plx] {
    color: #7f8c8d;
    font-size: 0.8rem;
}

/* 内容区域 */
.content-area[b-5i6b381plx] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .sidebar[b-5i6b381plx] {
        width: 200px;
    }
    
    .content-area[b-5i6b381plx] {
        padding: 1rem;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-dsxaav1ge0] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

/* 页面标题和工具栏 */
.dashboard-header[b-dsxaav1ge0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.dashboard-header h2[b-dsxaav1ge0] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
}

.dashboard-toolbar[b-dsxaav1ge0] {
    display: flex;
    gap: 0.75rem;
}

/* 旋转动画 */
@keyframes spin-b-dsxaav1ge0 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin[b-dsxaav1ge0] {
    animation: spin-b-dsxaav1ge0 1s linear infinite;
}

/* 卡片样式 */
.card[b-dsxaav1ge0] {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.card-title[b-dsxaav1ge0] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

/* 折叠面板样式 */
.accordion-button[b-dsxaav1ge0] {
    font-weight: 600;
    background-color: #f8f9fa;
}

.accordion-button:not(.collapsed)[b-dsxaav1ge0] {
    background-color: #e7f1ff;
    color: #0d6efd;
}

.accordion-button:focus[b-dsxaav1ge0] {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .dashboard-container[b-dsxaav1ge0] {
        padding: 1rem;
    }

    .dashboard-header[b-dsxaav1ge0] {
        flex-direction: column;
        gap: 1rem;
    }

    .dashboard-toolbar[b-dsxaav1ge0] {
        width: 100%;
        flex-direction: column;
    }

    .dashboard-toolbar .btn[b-dsxaav1ge0] {
        width: 100%;
    }

    .dashboard-header h2[b-dsxaav1ge0] {
        font-size: 1.5rem;
    }
}

/* 表格优化 */
.table-borderless th[b-dsxaav1ge0] {
    font-weight: 600;
    color: #6c757d;
    padding: 0.5rem 0.75rem;
}

.table-borderless td[b-dsxaav1ge0] {
    padding: 0.5rem 0.75rem;
}

/* 警告提示 */
.alert[b-dsxaav1ge0] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-dsxaav1ge0] {
    background-color: #f8d7da;
    color: #842029;
}

.alert-warning[b-dsxaav1ge0] {
    background-color: #fff3cd;
    color: #664d03;
}

.stat-content p[b-dsxaav1ge0] {
    color: #7f8c8d;
    margin: 0;
}

.stat-card[b-dsxaav1ge0] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.stat-card:hover[b-dsxaav1ge0] {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-dsxaav1ge0] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.stat-content h3[b-dsxaav1ge0] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
.forgot-password-container[b-pihjdnpy9x] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 1rem;
}

.forgot-password-card[b-pihjdnpy9x] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    width: 100%;
    max-width: 450px;
}

.forgot-password-card h2[b-pihjdnpy9x] {
    color: #333;
    font-weight: 600;
}

@media (max-width: 576px) {
    .forgot-password-container[b-pihjdnpy9x] {
        padding: 1rem 0.5rem;
    }

    .forgot-password-card[b-pihjdnpy9x] {
        padding: 1.5rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-69twpa6cbh] {
    max-width: 1200px;
    margin: 0 auto;
}

.welcome-section[b-69twpa6cbh] {
    text-align: center;
    padding: 3rem 0;
}

.welcome-section h1[b-69twpa6cbh] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.welcome-section .lead[b-69twpa6cbh] {
    font-size: 1.25rem;
    color: #7f8c8d;
}

.quick-actions[b-69twpa6cbh] {
    margin-top: 2rem;
}

.action-card[b-69twpa6cbh] {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.action-card:hover[b-69twpa6cbh] {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card-icon[b-69twpa6cbh] {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 1rem;
}

.action-card h3[b-69twpa6cbh] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.action-card p[b-69twpa6cbh] {
    color: #7f8c8d;
    margin: 0;
}

.user-info-section .card[b-69twpa6cbh] {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.user-info-section h4[b-69twpa6cbh] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.user-info-section p[b-69twpa6cbh] {
    margin-bottom: 0.75rem;
    color: #2c3e50;
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-9pzp0xwz9y] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card[b-9pzp0xwz9y] {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-card h2[b-9pzp0xwz9y] {
    color: #333;
    font-weight: 600;
}

.btn-primary[b-9pzp0xwz9y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 0.75rem;
    font-weight: 500;
}

.btn-primary:hover[b-9pzp0xwz9y] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.alert[b-9pzp0xwz9y] {
    border-radius: 8px;
}

/* 密码显示按钮禁用状态样式 */
.btn-outline-secondary:disabled[b-9pzp0xwz9y] {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8f9fa;
}

.btn-outline-secondary:disabled:hover[b-9pzp0xwz9y] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}
/* /Pages/Notifications.razor.rz.scp.css */
.notifications-container[b-ovmavqshmu] {
    max-width: 1000px;
    margin: 0 auto;
}

.notifications-container h2[b-ovmavqshmu] {
    color: #2c3e50;
    font-weight: 700;
}

.nav-tabs[b-ovmavqshmu] {
    border-bottom: 2px solid #e1e8ed;
}

.nav-tabs .nav-link[b-ovmavqshmu] {
    color: #7f8c8d;
    border: none;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover[b-ovmavqshmu] {
    color: #667eea;
}

.nav-tabs .nav-link.active[b-ovmavqshmu] {
    color: #667eea;
    border-bottom: 2px solid #667eea;
    background: transparent;
}

.notifications-list[b-ovmavqshmu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notification-item[b-ovmavqshmu] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.notification-item:hover[b-ovmavqshmu] {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.notification-item.unread[b-ovmavqshmu] {
    border-left: 4px solid #667eea;
    background: #f8f9ff;
}

.notification-icon[b-ovmavqshmu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.notification-content[b-ovmavqshmu] {
    flex: 1;
}

.notification-content h6[b-ovmavqshmu] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.notification-content p[b-ovmavqshmu] {
    color: #7f8c8d;
    margin-bottom: 0.5rem;
}

.notification-summary[b-ovmavqshmu] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-detail-content[b-ovmavqshmu] {
    font-size: 1rem;
    line-height: 1.8;
    color: #2c3e50;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.notification-detail-content p[b-ovmavqshmu] {
    margin-bottom: 1rem;
}

.notification-detail-content img[b-ovmavqshmu] {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notification-detail-content video[b-ovmavqshmu] {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.notification-detail-content table[b-ovmavqshmu] {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

.notification-meta[b-ovmavqshmu] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
}

.modal-content[b-ovmavqshmu] {
    border-radius: 15px;
    border: none;
}

.modal-header[b-ovmavqshmu] {
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px 15px 0 0;
}

.modal-header .btn-close[b-ovmavqshmu] {
    filter: brightness(0) invert(1);
}

.modal-body[b-ovmavqshmu] {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-footer[b-ovmavqshmu] {
    border-top: 1px solid #e9ecef;
}
/* /Pages/ProjectDetail.razor.rz.scp.css */
.project-detail-container[b-r50k7m2ce5] {
    padding: 2rem 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.loading-skeleton .skeleton-line[b-r50k7m2ce5] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-r50k7m2ce5 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading-b-r50k7m2ce5 {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.project-meta .meta-item[b-r50k7m2ce5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.project-meta .meta-item i[b-r50k7m2ce5] {
    font-size: 1.2rem;
}

.project-stats .stat-card[b-r50k7m2ce5] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    text-align: center;
}

.project-stats .stat-label[b-r50k7m2ce5] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.project-stats .stat-value[b-r50k7m2ce5] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.project-description[b-r50k7m2ce5],
.project-ai-info[b-r50k7m2ce5] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.ai-info-content[b-r50k7m2ce5] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.info-item[b-r50k7m2ce5] {
    padding-bottom: 0.5rem;
}

.info-item strong[b-r50k7m2ce5] {
    display: block;
    margin-bottom: 0.25rem;
    color: #495057;
}

.info-item p[b-r50k7m2ce5] {
    margin: 0;
    color: #212529;
}

@media (max-width: 768px) {
    .project-detail-container[b-r50k7m2ce5] {
        padding: 1rem 0.5rem;
    }
    
    .project-stats .stat-card[b-r50k7m2ce5] {
        margin-bottom: 1rem;
    }
}
/* /Pages/Projects.razor.rz.scp.css */
.projects-container[b-oj5mw5nbx8] {
    padding: 2rem 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header h2[b-oj5mw5nbx8] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.projects-stats[b-oj5mw5nbx8] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.pagination[b-oj5mw5nbx8] {
    margin-top: 2rem;
}

.pagination .page-link[b-oj5mw5nbx8] {
    cursor: pointer;
    color: #0d6efd;
    border-color: #dee2e6;
}

.pagination .page-link:hover[b-oj5mw5nbx8] {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link[b-oj5mw5nbx8] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination .page-item.disabled .page-link[b-oj5mw5nbx8] {
    cursor: not-allowed;
    opacity: 0.5;
}

/* 列表视图样式 */
.project-list-view[b-oj5mw5nbx8] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* 表格样式 */
.project-table[b-oj5mw5nbx8] {
    margin-bottom: 0;
    font-size: 14px;
}

.project-table thead[b-oj5mw5nbx8] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.project-table thead th[b-oj5mw5nbx8] {
    padding: 12px 8px;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.project-table tbody tr[b-oj5mw5nbx8] {
    border-bottom: 1px solid #e9ecef;
}

.project-table tbody tr:last-child[b-oj5mw5nbx8] {
    border-bottom: none;
}

/* 表格响应式 */
.table-responsive[b-oj5mw5nbx8] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 响应式 */
@media (max-width: 768px) {
    .projects-container[b-oj5mw5nbx8] {
        padding: 1rem 0.5rem;
    }
    
    .page-header h2[b-oj5mw5nbx8] {
        font-size: 1.5rem;
    }
    
    .page-header .d-flex[b-oj5mw5nbx8] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }
}
/* /Pages/Register.razor.rz.scp.css */
.register-container[b-7feedfg55f] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 1rem;
}

.register-card[b-7feedfg55f] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
}

.register-card h2[b-7feedfg55f] {
    color: #333;
    font-weight: 600;
}

/* 进度指示器 */
.progress-indicator[b-7feedfg55f] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.progress-step[b-7feedfg55f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.step-number[b-7feedfg55f] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.progress-step.active .step-number[b-7feedfg55f] {
    background: #667eea;
    color: white;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
}

.progress-step.completed .step-number[b-7feedfg55f] {
    background: #28a745;
    color: white;
}

.step-label[b-7feedfg55f] {
    font-size: 0.85rem;
    color: #999;
    transition: all 0.3s ease;
}

.progress-step.active .step-label[b-7feedfg55f] {
    color: #667eea;
    font-weight: 600;
}

.progress-step.completed .step-label[b-7feedfg55f] {
    color: #28a745;
}

.progress-line[b-7feedfg55f] {
    width: 80px;
    height: 2px;
    background: #e0e0e0;
    margin: 0 1rem;
    transition: all 0.3s ease;
}

.progress-line.completed[b-7feedfg55f] {
    background: #28a745;
}

.role-selection[b-7feedfg55f] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.role-selection .form-check[b-7feedfg55f] {
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.role-selection .form-check:hover[b-7feedfg55f] {
    border-color: #667eea;
    background-color: #f8f9ff;
}

.role-selection .form-check-input:checked ~ .form-check-label[b-7feedfg55f] {
    color: #667eea;
    font-weight: 600;
}

.selection-grid[b-7feedfg55f] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.selection-grid .form-check[b-7feedfg55f] {
    margin-bottom: 0;
}

.selection-grid .form-check-label[b-7feedfg55f] {
    font-size: 0.9rem;
    cursor: pointer;
}

.selection-grid .form-check-input:checked ~ .form-check-label[b-7feedfg55f] {
    color: #667eea;
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .register-card[b-7feedfg55f] {
        padding: 1.5rem;
        max-height: 95vh;
    }

    .selection-grid[b-7feedfg55f] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        max-height: 250px;
    }
}

@media (max-width: 576px) {
    .register-container[b-7feedfg55f] {
        padding: 1rem 0.5rem;
    }

    .register-card[b-7feedfg55f] {
        padding: 1.25rem;
        border-radius: 8px;
    }

    .selection-grid[b-7feedfg55f] {
        grid-template-columns: 1fr;
        max-height: 200px;
    }
}

/* 滚动条样式 */
.selection-grid[b-7feedfg55f]::-webkit-scrollbar {
    width: 8px;
}

.selection-grid[b-7feedfg55f]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.selection-grid[b-7feedfg55f]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.selection-grid[b-7feedfg55f]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.register-card[b-7feedfg55f]::-webkit-scrollbar {
    width: 10px;
}

.register-card[b-7feedfg55f]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.register-card[b-7feedfg55f]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.register-card[b-7feedfg55f]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
.reset-password-container[b-ttu9z2ailg] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 1rem;
}

.reset-password-card[b-ttu9z2ailg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    width: 100%;
    max-width: 450px;
}

.reset-password-card h2[b-ttu9z2ailg] {
    color: #333;
    font-weight: 600;
}

.password-strength[b-ttu9z2ailg] {
    margin-top: 0.5rem;
}

.password-strength .progress[b-ttu9z2ailg] {
    margin: 0.5rem 0;
}

@media (max-width: 576px) {
    .reset-password-container[b-ttu9z2ailg] {
        padding: 1rem 0.5rem;
    }

    .reset-password-card[b-ttu9z2ailg] {
        padding: 1.5rem;
    }
}
