/* /Components/Components/AiChat.razor.rz.scp.css */
.chat-title[b-ups7b2awql] {
    font-weight: bold;
    margin-bottom: .5rem;
}

.chat-body[b-ups7b2awql] {
    min-height: 210px;
    max-height: calc(100vh - 230px);
    overflow-y: auto;
    background-color: #faf9f8;
}

.chat-welcome[b-ups7b2awql] {
    background-color: #fff;
    border-radius: .5rem;
    display: flex;
    margin: 1rem 1rem 0 1rem;
    padding: 0.5rem;
    box-shadow: rgb(210, 208, 206) 0 2px 4px, rgb(237, 235, 233) 0 0 2px;
}

.chat-welcome-icon[b-ups7b2awql] {
    font-size: 2rem;
}

.chat-welcome-body[b-ups7b2awql] {
    flex: 1;
    margin-inline-start: .75rem;
}

.chat-welcome-title[b-ups7b2awql] {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.chat-footer[b-ups7b2awql] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: rgb(210, 208, 206) 0 2px 4px, rgb(237, 235, 233) 0 0 2px;
    display: flex;
    flex-direction: column;
}

.chat-footer .chat-info[b-ups7b2awql] {
    margin-bottom: .25rem;
    font-size: 80%;
    color: rgba(var(--bs-body-color-rgb), 0.6);
}

[b-ups7b2awql] .chat-footer-tx {
    resize: none;
    flex: 1;
}

[b-ups7b2awql] div:has(pre) {
    overflow: hidden;
}

[b-ups7b2awql] pre {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: var(--bs-border-radius);
    padding: 4px 10px;
}

.chat-auth[b-ups7b2awql] {
    margin-top: .5rem;
}

.chat-buttons[b-ups7b2awql] {
    margin-inline-start: .5rem;
    display: flex;
    flex-direction: column;
}

.chat-buttons[b-ups7b2awql]  .btn {
    padding: 0 4px;
    width: 3rem;
    height: 35px;
    border-radius: 8px;
}

[b-ups7b2awql] .btn-clear {
    margin-top: 7px;
}

.msg-stack[b-ups7b2awql] {
    display: flex;
    flex-flow: row-reverse nowrap;
    margin: 1rem .75rem;
}

.msg-desc[b-ups7b2awql] {
    font-size: 80%;
    color: #707070;
    margin-top: .5rem;
}

.msg-role[b-ups7b2awql] {
    min-width: 3rem;
    margin-inline-start: 1rem;
    margin-inline-end: 0;
    text-align: center;
}

.msg-role i[b-ups7b2awql] {
    font-size: 1.5rem;
    margin-top: 0.75rem;
}

.msg-role img[b-ups7b2awql] {
    width: 3rem;
}

.msg-body[b-ups7b2awql] {
    border-radius: .5rem;
    background-color: #fff;
    padding: 1rem;
    position: relative;
    filter: drop-shadow(rgba(0, 0, 0, 0.14) 0 4px 8px) drop-shadow(rgba(0, 0, 0, 0.12) 0 0 2px);
}

.msg-body[b-ups7b2awql]:after {
    content: "";
    position: absolute;
    left: auto;
    right: -15px;
    top: 12px;
    border-top: 15px solid transparent;
    border-right: none;
    border-left: 15px solid white;
    border-bottom: 15px solid transparent;
    margin-inline-end: 5px;
}

.msg-time[b-ups7b2awql] {
    font-size: 80%;
    color: #707070;
    margin-bottom: .25rem;
}

.msg-stack-assistant[b-ups7b2awql] {
    flex-flow: row nowrap;
}

.msg-stack-assistant .msg-role[b-ups7b2awql] {
    margin-inline-start: 0;
    margin-inline-end: 1rem;
}

.msg-stack-assistant .msg-body[b-ups7b2awql] {
    background-color: #e9ecef;
}

.msg-stack-assistant .msg-body[b-ups7b2awql]:after {
    left: -15px;
    right: auto;
    border-right: 15px solid #e9ecef;
    border-left: none;
    margin-inline-start: 5px;
}

@media (min-width: 768px) {
    .chat-welcome[b-ups7b2awql] {
        padding: 1rem;
        margin: 2rem 2rem 0 2rem;
    }

    .chat-welcome-body[b-ups7b2awql] {
        margin-inline-start: 2rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* 主布局美化样式 */
.layout-drawer-body[b-vhc5i9y0e3]  .groupbox {
    margin-top: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.layout-drawer-body[b-vhc5i9y0e3]  .groupbox:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.layout-drawer-body[b-vhc5i9y0e3]  .btn-info {
    --bs-info: #0078d4;
    --bs-btn-hover-bg: #1260b0;
    margin-bottom: 1rem;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.layout-drawer-body[b-vhc5i9y0e3]  .btn-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 120, 212, 0.3);
}

/* 布局横幅美化 */
[b-vhc5i9y0e3] .layout-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

[b-vhc5i9y0e3] .layout-banner:hover {
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

[b-vhc5i9y0e3] .layout-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

[b-vhc5i9y0e3] .layout-logo:hover {
    transform: scale(1.1) rotate(5deg);
}

[b-vhc5i9y0e3] .layout-title span {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 头部美化 */
[b-vhc5i9y0e3] .layout-header {
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[b-vhc5i9y0e3] .layout-drawer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

[b-vhc5i9y0e3] .layout-drawer:hover {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

[b-vhc5i9y0e3] .layout-drawer i {
    color: white;
    font-size: 18px;
}

/* 侧边栏美化 */
[b-vhc5i9y0e3] .layout-side {
    background: #ffffff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

[b-vhc5i9y0e3] .layout-menu .nav-link {
    border-radius: 8px;
    margin: 4px 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

[b-vhc5i9y0e3] .layout-menu .nav-link:hover {
    background: rgba(102, 126, 234, 0.1);
    transform: translateX(4px);
}

[b-vhc5i9y0e3] .layout-menu .nav-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

[b-vhc5i9y0e3] .layout-menu .nav-link i {
    transition: transform 0.3s ease;
}

[b-vhc5i9y0e3] .layout-menu .nav-link:hover i {
    transform: scale(1.2);
}

/* 主内容区域美化 */
[b-vhc5i9y0e3] .layout-main {
    background: #f8f9fa;
    min-height: calc(100vh - 60px);
}

/* 页脚美化 */
[b-vhc5i9y0e3] .layout-footer {
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.page-layout-demo-footer-link[b-vhc5i9y0e3] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.page-layout-demo-footer-link:hover[b-vhc5i9y0e3] {
    color: #764ba2;
    text-decoration: underline;
}

/* 标签页美化 */
[b-vhc5i9y0e3] .tabs .nav-link {
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    transition: all 0.3s ease;
}

[b-vhc5i9y0e3] .tabs .nav-link:hover {
    background: rgba(102, 126, 234, 0.1);
}

[b-vhc5i9y0e3] .tabs .nav-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

/* 按钮美化 */
[b-vhc5i9y0e3] .btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

[b-vhc5i9y0e3] .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

[b-vhc5i9y0e3] .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

[b-vhc5i9y0e3] .btn-primary:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

/* 卡片美化 */
[b-vhc5i9y0e3] .card {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

[b-vhc5i9y0e3] .card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* 表格美化 */
[b-vhc5i9y0e3] .table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

[b-vhc5i9y0e3] .table thead th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    font-weight: 600;
}

[b-vhc5i9y0e3] .table tbody tr:hover {
    background: rgba(102, 126, 234, 0.05);
}

/* 错误UI美化 */
#blazor-error-ui[b-vhc5i9y0e3] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(255, 107, 107, 0.3);
    display: none;
    left: 0;
    padding: 1rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#blazor-error-ui .dismiss[b-vhc5i9y0e3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    color: white;
    font-size: 18px;
    transition: transform 0.3s ease;
}

#blazor-error-ui .dismiss:hover[b-vhc5i9y0e3] {
    transform: scale(1.2);
}

#blazor-error-ui .reload[b-vhc5i9y0e3] {
    color: white;
    text-decoration: underline;
    font-weight: 500;
}

/* 响应式优化 */
@media (max-width: 768px) {
    [b-vhc5i9y0e3] .layout-banner {
        padding: 15px;
    }
    
    [b-vhc5i9y0e3] .layout-title span {
        font-size: 16px;
    }
    
    [b-vhc5i9y0e3] .layout-logo {
        width: 50px;
        height: 50px;
    }
}

/* 动画优化 */
@media (prefers-reduced-motion: reduce) {
    [b-vhc5i9y0e3] .layout-drawer,
    [b-vhc5i9y0e3] .layout-logo,
    [b-vhc5i9y0e3] .nav-link,
    [b-vhc5i9y0e3] .btn,
    [b-vhc5i9y0e3] .card {
        transition: none;
    }
}
/* /Components/Pages/Admin/Index.razor.rz.scp.css */
/* 首页管理界面样式 */
.dashboard-container[b-mmqwuqletp] {
    padding: 24px;
    background: #f8f9fa;
    min-height: calc(100vh - 60px);
}

/* AI设置卡片样式 */
.ai-settings-card[b-mmqwuqletp] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.ai-settings-card:hover[b-mmqwuqletp] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.ai-settings-card h3[b-mmqwuqletp] {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.ai-settings-card h3[b-mmqwuqletp]::before {
    content: "";
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    margin-right: 12px;
}

/* 表格容器样式 */
.novels-table-container[b-mmqwuqletp] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.novels-table-container:hover[b-mmqwuqletp] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.novels-table-header[b-mmqwuqletp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.novels-table-title[b-mmqwuqletp] {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.novels-table-title[b-mmqwuqletp]::before {
    content: "";
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    margin-right: 12px;
}

/* 表格样式优化 */
[b-mmqwuqletp] .table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

[b-mmqwuqletp] .table thead th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    font-weight: 600;
    padding: 16px;
    font-size: 14px;
}

[b-mmqwuqletp] .table tbody tr {
    transition: all 0.3s ease;
}

[b-mmqwuqletp] .table tbody tr:hover {
    background: rgba(102, 126, 234, 0.05);
    transform: scale(1.01);
}

[b-mmqwuqletp] .table tbody td {
    padding: 16px;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* 按钮样式优化 */
[b-mmqwuqletp] .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
}

[b-mmqwuqletp] .btn-primary:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

[b-mmqwuqletp] .btn-success {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

[b-mmqwuqletp] .btn-success:hover {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(72, 187, 120, 0.3);
}

/* 表单样式优化 */
[b-mmqwuqletp] .editor-form {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

[b-mmqwuqletp] .form-label {
    color: #4a5568;
    font-weight: 600;
    margin-bottom: 8px;
}

[b-mmqwuqletp] .form-control {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s ease;
    font-size: 14px;
}

[b-mmqwuqletp] .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

/* 模态框样式优化 */
[b-mmqwuqletp] .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

[b-mmqwuqletp] .modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0;
    border: none;
    padding: 20px 24px;
}

[b-mmqwuqletp] .modal-title {
    font-weight: 600;
    font-size: 18px;
}

[b-mmqwuqletp] .modal-body {
    padding: 24px;
}

[b-mmqwuqletp] .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 24px;
}

/* 工具栏按钮样式 */
[b-mmqwuqletp] .table-toolbar-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    padding: 12px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-mmqwuqletp] .table-toolbar-button:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

[b-mmqwuqletp] .table-toolbar-button i {
    font-size: 16px;
}

/* 单元格按钮样式 */
[b-mmqwuqletp] .table-cell-button {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

[b-mmqwuqletp] .table-cell-button:hover {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(72, 187, 120, 0.3);
}

/* 空状态样式 */
.empty-state[b-mmqwuqletp] {
    text-align: center;
    padding: 60px 20px;
    color: #718096;
}

.empty-state i[b-mmqwuqletp] {
    font-size: 64px;
    color: #cbd5e0;
    margin-bottom: 16px;
}

.empty-state h3[b-mmqwuqletp] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #4a5568;
}

.empty-state p[b-mmqwuqletp] {
    font-size: 16px;
    margin-bottom: 24px;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .dashboard-container[b-mmqwuqletp] {
        padding: 16px;
    }
    
    .ai-settings-card[b-mmqwuqletp],
    .novels-table-container[b-mmqwuqletp] {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .novels-table-header[b-mmqwuqletp] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    [b-mmqwuqletp] .table thead th,
    [b-mmqwuqletp] .table tbody td {
        padding: 12px 8px;
        font-size: 14px;
    }
}

/* 加载状态 */
.loading-container[b-mmqwuqletp] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.loading-spinner[b-mmqwuqletp] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-mmqwuqletp 1s linear infinite;
}

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

/* 动画优化 */
@media (prefers-reduced-motion: reduce) {
    .ai-settings-card[b-mmqwuqletp],
    .novels-table-container[b-mmqwuqletp],
    [b-mmqwuqletp] .btn,
    [b-mmqwuqletp] .table tbody tr {
        transition: none;
    }
}
/* /Components/Pages/Admin/TopicPage.razor.rz.scp.css */
/* 主题页面特有样式 */
.topic-description[b-c8nrkzm1mv] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-left: 4px solid #667eea;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

.topic-description strong[b-c8nrkzm1mv] {
    color: #2d3748;
    font-weight: 600;
}

/* 主题预设卡片 */
.topic-presets[b-c8nrkzm1mv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.topic-preset-card[b-c8nrkzm1mv] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.topic-preset-card:hover[b-c8nrkzm1mv] {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.topic-preset-card.active[b-c8nrkzm1mv] {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.preset-title[b-c8nrkzm1mv] {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.preset-description[b-c8nrkzm1mv] {
    font-size: 14px;
    color: #718096;
    margin-bottom: 12px;
}

.preset-tags[b-c8nrkzm1mv] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.preset-tag[b-c8nrkzm1mv] {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
}

/* 主题元素配置 */
.theme-elements[b-c8nrkzm1mv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.theme-element[b-c8nrkzm1mv] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}

.element-title[b-c8nrkzm1mv] {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.element-title i[b-c8nrkzm1mv] {
    margin-right: 8px;
    color: #667eea;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .topic-presets[b-c8nrkzm1mv] {
        grid-template-columns: 1fr;
    }
    
    .theme-elements[b-c8nrkzm1mv] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* 现代化登录页面样式 */
.modern-login-container[b-0keu3wiivy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

/* 背景效果 - 移除颜色闪动动画 */
.background-animation[b-0keu3wiivy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gradient-bg[b-0keu3wiivy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.shapes[b-0keu3wiivy] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shape[b-0keu3wiivy] {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.6;
    animation: float-b-0keu3wiivy 20s infinite ease-in-out;
}

.shape-1[b-0keu3wiivy] {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.shape-2[b-0keu3wiivy] {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    bottom: -100px;
    left: -100px;
    animation-delay: 5s;
}

.shape-3[b-0keu3wiivy] {
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.06);
    top: 50%;
    left: 50%;
    animation-delay: 10s;
}

.shape-4[b-0keu3wiivy] {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.04);
    bottom: 20%;
    right: 10%;
    animation-delay: 15s;
}

@keyframes float-b-0keu3wiivy {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* 登录卡片 */
.login-card[b-0keu3wiivy] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2);
    padding: 45px;
    width: 100%;
    max-width: 440px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: slideUp-b-0keu3wiivy 0.6s ease-out;
    position: relative;
    overflow: hidden;
}

.login-card[b-0keu3wiivy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2, #667eea);
    background-size: 200% 100%;
    animation: shimmer-b-0keu3wiivy 3s ease-in-out infinite;
}

@keyframes shimmer-b-0keu3wiivy {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes slideUp-b-0keu3wiivy {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 登录头部 */
.login-header[b-0keu3wiivy] {
    text-align: center;
    margin-bottom: 30px;
}

.logo-section[b-0keu3wiivy] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-icon[b-0keu3wiivy] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    transition: transform 0.3s ease;
}

.logo-icon:hover[b-0keu3wiivy] {
    transform: translateY(-5px);
}

.logo-icon svg[b-0keu3wiivy] {
    color: white;
    width: 40px;
    height: 40px;
}

.logo-img[b-0keu3wiivy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.system-name[b-0keu3wiivy] {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.welcome-text[b-0keu3wiivy] {
    color: #718096;
    font-size: 16px;
    margin: 0;
}

/* 登录表单 */
.login-form[b-0keu3wiivy] {
    margin-bottom: 30px;
}

.form-group[b-0keu3wiivy] {
    margin-bottom: 20px;
}

.input-container[b-0keu3wiivy] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-0keu3wiivy] {
    position: absolute;
    left: 16px;
    color: #a0aec0;
    display: flex;
    align-items: center;
    z-index: 10;
    transition: color 0.3s ease;
    pointer-events: none;
}

.modern-input[b-0keu3wiivy] {
    width: 100%;
    padding: 16px 16px 16px 56px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f7fafc;
    box-sizing: border-box;
}

.modern-input:focus[b-0keu3wiivy] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.input-wrapper:focus-within .modern-input[b-0keu3wiivy] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.input-wrapper:focus-within .input-icon[b-0keu3wiivy] {
    color: #667eea;
}

/* 表单选项 */
.form-options[b-0keu3wiivy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.remember-me[b-0keu3wiivy] {
    color: #4a5568;
    font-size: 14px;
}

.forgot-password[b-0keu3wiivy] {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-password:hover[b-0keu3wiivy] {
    color: #764ba2;
    text-decoration: underline;
}

/* 登录按钮 */
.login-button-full[b-0keu3wiivy] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 14px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.25);
}

.login-button-full[b-0keu3wiivy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.login-button-full:hover[b-0keu3wiivy] {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

.login-button-full:hover[b-0keu3wiivy]::before {
    left: 100%;
}

.login-button-full:active[b-0keu3wiivy] {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
}

.button-text[b-0keu3wiivy] {
    position: relative;
    z-index: 1;
}

/* 登录页脚 */
.login-footer[b-0keu3wiivy] {
    text-align: center;
    color: #718096;
    font-size: 14px;
}

.register-text[b-0keu3wiivy] {
    margin-bottom: 10px;
}

.register-text a[b-0keu3wiivy] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.register-text a:hover[b-0keu3wiivy] {
    color: #764ba2;
    text-decoration: underline;
}

.copyright[b-0keu3wiivy] {
    margin: 0;
    font-size: 12px;
    opacity: 0.8;
}

/* 响应式设计 */
@media (max-width: 480px) {
    .login-card[b-0keu3wiivy] {
        padding: 30px 20px;
        margin: 10px;
    }
    
    .system-name[b-0keu3wiivy] {
        font-size: 24px;
    }
    
    .welcome-text[b-0keu3wiivy] {
        font-size: 14px;
    }
}

/* 表单验证样式 */
[b-0keu3wiivy] .is-invalid .modern-input {
    border-color: #e53e3e;
    background: #fff5f5;
}

[b-0keu3wiivy] .invalid-feedback {
    color: #e53e3e;
    font-size: 14px;
    margin-top: 5px;
}

/* 加载状态 */
.login-button-full[disabled][b-0keu3wiivy] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* 动画优化 */
@media (prefers-reduced-motion: reduce) {
    .shape[b-0keu3wiivy],
    .login-card[b-0keu3wiivy],
    .logo-icon[b-0keu3wiivy],
    .login-card[b-0keu3wiivy]::before {
        animation: none;
    }
}

/* 添加输入框聚焦时的微动画效果 */
.input-wrapper[b-0keu3wiivy] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.input-wrapper[b-0keu3wiivy]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.input-wrapper:focus-within[b-0keu3wiivy]::after {
    transform: scaleX(1);
}

.input-icon[b-0keu3wiivy] {
    color: #a0aec0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    flex-shrink: 0;
}

.modern-input[b-0keu3wiivy] {
    flex: 1;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f7fafc;
    box-sizing: border-box;
}

/* 添加Logo悬停效果 */
.logo-icon[b-0keu3wiivy] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.logo-icon[b-0keu3wiivy]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.5s ease;
}

.logo-icon:hover[b-0keu3wiivy] {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.logo-icon:hover[b-0keu3wiivy]::before {
    transform: scale(1);
}

/* 添加记住我复选框美化效果 */
[b-0keu3wiivy] .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-0keu3wiivy] .checkbox-input {
    width: 18px;
    height: 18px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    transition: all 0.2s ease;
}

[b-0keu3wiivy] .checkbox-input:checked {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

/* 添加链接悬停效果 */
.forgot-password[b-0keu3wiivy],
.register-text a[b-0keu3wiivy] {
    position: relative;
    transition: color 0.3s ease;
}

.forgot-password[b-0keu3wiivy]::after,
.register-text a[b-0keu3wiivy]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transition: width 0.3s ease;
}

.forgot-password:hover[b-0keu3wiivy]::after,
.register-text a:hover[b-0keu3wiivy]::after {
    width: 100%;
}

/* 加载指示器样式 */
.loading-spinner[b-0keu3wiivy] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-0keu3wiivy 0.8s linear infinite;
}

@keyframes spin-b-0keu3wiivy {
    to { transform: rotate(360deg); }
}
