/* _content/MuHuaMonitor.Web/Components/Layout/BlankLayout.razor.rz.scp.css */
/* _content/MuHuaMonitor.Web/Components/Layout/LoginLayout.razor.rz.scp.css */
.auth-wrapper[b-c7io5zfvdx] {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #1e293b;
}

.brand[b-c7io5zfvdx] {
    text-align: center;
    margin-bottom: 2rem;
}

.brand-icon[b-c7io5zfvdx] {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 0.5rem;
}

.brand h1[b-c7io5zfvdx] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.brand p[b-c7io5zfvdx] {
    color: #5b6e8c;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

@media (max-width: 500px) {
    .auth-wrapper[b-c7io5zfvdx] {
        padding: 1rem;
    }
}
/* _content/MuHuaMonitor.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* 主布局容器 */
.page[b-o5u2hrmdt7] {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: #f8fafc;
}

/* 主内容区域 */
.main-content-area[b-o5u2hrmdt7] {
    flex: 1;
    overflow-y: auto;
    background: #f8fafc;
}

/* 内容容器 */
.content[b-o5u2hrmdt7] {
    padding: 1.5rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* 滚动条样式（可选） */
.main-content-area[b-o5u2hrmdt7]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.main-content-area[b-o5u2hrmdt7]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.main-content-area[b-o5u2hrmdt7]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.main-content-area[b-o5u2hrmdt7]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* 响应式布局 */
@media (max-width: 640px) {
    .content[b-o5u2hrmdt7] {
        padding: 1rem;
    }
}

@media (min-width: 1400px) {
    .content[b-o5u2hrmdt7] {
        padding: 2rem 2rem;
    }
}

/* Blazor 错误提示样式 */
#blazor-error-ui[b-o5u2hrmdt7] {
    color-scheme: light only;
    background: #fef3c7;
    color: #92400e;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
    border-top: 1px solid #fde68a;
}

#blazor-error-ui .reload[b-o5u2hrmdt7] {
    color: #d97706;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 0.5rem;
}

#blazor-error-ui .reload:hover[b-o5u2hrmdt7] {
    color: #b45309;
}

#blazor-error-ui .dismiss[b-o5u2hrmdt7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    font-size: 1.2rem;
    color: #92400e;
}

#blazor-error-ui .dismiss:hover[b-o5u2hrmdt7] {
    color: #78350f;
}
/* _content/MuHuaMonitor.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* ============================================
   NavMenu 组件样式 - 现代化控制台风格
   ============================================ */

/* 主容器 */
.nav-sidebar-container[b-r46060jg37] {
    height: 100vh;
    display: flex;
    position: relative;
    width: auto;
    flex-shrink: 0;
}

/* ===== 侧边栏基础样式 ===== */
.sidebar[b-r46060jg37] {
    position: relative;
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    overflow-y: auto;
    overflow-x: visible;
    z-index: 10;
}

/* 折叠状态 */
.sidebar.collapsed[b-r46060jg37] {
    width: 80px;
}

/* 自定义滚动条 */
.sidebar[b-r46060jg37]::-webkit-scrollbar {
    width: 4px;
}

.sidebar[b-r46060jg37]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.sidebar[b-r46060jg37]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.sidebar[b-r46060jg37]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* ===== 侧边栏头部 ===== */
.sidebar-header[b-r46060jg37] {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-area[b-r46060jg37] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow: hidden;
    white-space: nowrap;
}

.logo-icon[b-r46060jg37] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-icon i[b-r46060jg37] {
    font-size: 1.2rem;
    color: #ffffff;
}

.logo-text[b-r46060jg37] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    transition: opacity 0.2s;
    letter-spacing: -0.3px;
}

/* 折叠时隐藏文字 */
.sidebar.collapsed .logo-text[b-r46060jg37] {
    opacity: 0;
    width: 0;
    display: none;
}

.sidebar.collapsed .logo-icon[b-r46060jg37] {
    margin: 0 auto;
}

/* ===== 导航区域 ===== */
.sidebar-nav[b-r46060jg37] {
    flex: 1;
    padding: 1.5rem 0.75rem;
}

/* NavLink 基础样式 - 使用 ::deep 穿透 */
.nav-sidebar-container[b-r46060jg37]  .nav-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.75rem;
    margin-bottom: 0.25rem;
    color: #64748b;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
}

.nav-sidebar-container[b-r46060jg37]  .nav-item i {
    width: 1.25rem;
    font-size: 1rem;
    flex-shrink: 0;
    color: #94a3b8;
    transition: color 0.2s ease;
}

.nav-sidebar-container[b-r46060jg37]  .nav-item span {
    transition: opacity 0.2s;
}

/* 折叠状态 */
.sidebar.collapsed[b-r46060jg37]  .nav-item {
    justify-content: center;
    padding: 0.625rem 0;
}

.sidebar.collapsed[b-r46060jg37]  .nav-item span {
    opacity: 0;
    width: 0;
    display: none;
}

/* 激活状态 */
.nav-sidebar-container[b-r46060jg37]  .nav-item.active {
    background: #eff6ff;
    color: #3b82f6;
}

.nav-sidebar-container[b-r46060jg37]  .nav-item.active i {
    color: #3b82f6;
}

/* 激活状态 - 添加左侧指示条 */
.nav-sidebar-container[b-r46060jg37]  .nav-item.active::before {
    content: '';
    position: absolute;
    left: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #3b82f6;
    border-radius: 0 2px 2px 0;
}

/* 悬停状态（非激活） */
.nav-sidebar-container[b-r46060jg37]  .nav-item:not(.active):hover {
    background: #f8fafc;
    color: #1e293b;
}

.nav-sidebar-container[b-r46060jg37]  .nav-item:not(.active):hover i {
    color: #3b82f6;
}

/* ===== 侧边栏底部用户区域 ===== */
.sidebar-footer[b-r46060jg37] {
    padding: 1rem;
    border-top: 1px solid #eef2f6;
    display: flex;
    align-items: center;
    transition: justify-content 0.2s;
}

/* 非折叠状态：space-between （默认） */
.sidebar:not(.collapsed) .sidebar-footer[b-r46060jg37] {
    justify-content: space-between;
}

.user-info-sidebar[b-r46060jg37] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow: hidden;
}

.user-avatar[b-r46060jg37] {
    flex-shrink: 0;
}

.user-avatar i[b-r46060jg37] {
    font-size: 1.5rem;
    color: #3b82f6;
}

.user-details[b-r46060jg37] {
    transition: opacity 0.2s;
    white-space: nowrap;
}

.user-name[b-r46060jg37] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.user-email[b-r46060jg37] {
    font-size: 0.7rem;
    color: #94a3b8;
    line-height: 1.2;
}

/* 折叠时隐藏用户信息区域（包括头像） */
.sidebar.collapsed .user-info-sidebar[b-r46060jg37] {
    display: none;
}

/* 折叠时底部居中显示退出按钮 */
.sidebar.collapsed .sidebar-footer[b-r46060jg37] {
    justify-content: center;
    padding: 1rem 0;
}

/* 退出登录按钮 */
.logout-icon[b-r46060jg37] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.logout-icon i[b-r46060jg37] {
    font-size: 1rem;
    color: #94a3b8;
    transition: color 0.2s ease;
}

.logout-icon:hover[b-r46060jg37] {
    background: #fef2f2;
}

.logout-icon:hover i[b-r46060jg37] {
    color: #ef4444;
}

/* ===== 折叠按钮 - 修改版 ===== */
/* 折叠按钮容器 - 使用 right 定位，让按钮在侧边栏右侧居中 */
.sidebar-toggle-wrapper[b-r46060jg37] {
    position: absolute;
    right: -14px;
    /* 负值让按钮一半在侧边栏内，一半在外 */
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 折叠状态时按钮位置微调 */
.sidebar.collapsed~.sidebar-toggle-wrapper[b-r46060jg37],
.sidebar-toggle-wrapper.collapsed[b-r46060jg37] {
    right: -14px;
    /* 保持位置不变，视觉上跟随侧边栏 */
}

/* 折叠按钮本体 - 四个圆角 */
.sidebar-toggle-btn[b-r46060jg37] {
    width: 28px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    /* 四个圆角，统一为 8px */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.sidebar-toggle-btn:hover[b-r46060jg37] {
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.sidebar-toggle-btn i[b-r46060jg37] {
    font-size: 0.875rem;
    color: #64748b;
    transition: transform 0.2s ease;
}

/* 折叠时箭头旋转 */
.sidebar-toggle-wrapper.collapsed .sidebar-toggle-btn i[b-r46060jg37] {
    transform: rotate(180deg);
}

/* ===== 响应式设计 ===== */
@media (max-width: 768px) {
    .nav-sidebar-container[b-r46060jg37] {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .sidebar[b-r46060jg37] {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 100;
        transition: transform 0.3s ease;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
    }

    .sidebar.collapsed[b-r46060jg37] {
        transform: translateX(-100%);
        width: 260px;
    }

    /* 移动端折叠按钮样式 */
    .sidebar-toggle-wrapper[b-r46060jg37] {
        position: fixed;
        right: 1rem;
        left: auto;
        top: 1rem;
        transform: none;
    }

    .sidebar-toggle-wrapper.collapsed[b-r46060jg37] {
        right: 1rem;
        left: auto;
    }

    .sidebar-toggle-btn[b-r46060jg37] {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        /* 移动端也是四个圆角 */
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .sidebar-toggle-btn i[b-r46060jg37] {
        font-size: 1rem;
    }
}

/* 移动端横屏适配 */
@media (max-width: 640px) and (orientation: landscape) {
    .sidebar[b-r46060jg37] {
        overflow-y: auto;
    }

    .sidebar-nav[b-r46060jg37] {
        padding: 0.75rem;
    }

    .nav-sidebar-container[b-r46060jg37]  .nav-item {
        padding: 0.5rem 0.75rem;
    }
}
/* _content/MuHuaMonitor.Web/Components/Pages/Console/AppConfig.razor.rz.scp.css */
.app-config-page[b-xqtxy1up8x] {
    padding: 1.5rem;
    font-family: 'Inter', sans-serif;
}

.config-header[b-xqtxy1up8x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.config-header h3[b-xqtxy1up8x] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.config-actions[b-xqtxy1up8x] {
    display: flex;
    gap: 0.5rem;
}

.btn[b-xqtxy1up8x] {
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid transparent;
}

.btn-outline-secondary[b-xqtxy1up8x] {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #475569;
}

.btn-outline-secondary:hover[b-xqtxy1up8x] {
    background: #e2e8f0;
    border-color: #cbd5e1;
}

.btn-primary[b-xqtxy1up8x] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #fff;
}

.btn-primary:hover[b-xqtxy1up8x] {
    background: #2563eb;
    border-color: #2563eb;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.btn-success:hover[b-xqtxy1up8x] {
    background: #059669;
    border-color: #059669;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.config-list[b-xqtxy1up8x] {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.config-item[b-xqtxy1up8x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f2f5;
    font-size: 0.9rem;
    transition: background 0.15s ease;
}

.config-item:last-child[b-xqtxy1up8x] {
    border-bottom: none;
}

.config-item:hover:not(.header)[b-xqtxy1up8x] {
    background: #fafbfc;
}

.config-item.header[b-xqtxy1up8x] {
    background: #f8fafc;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}

.config-item .key[b-xqtxy1up8x] {
    font-family: 'Cascadia Code', 'Fira Code', monospace;
    color: #3b82f6;
    background: #eff6ff;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
}

.config-item .actions[b-xqtxy1up8x] {
    display: flex;
    gap: 0.4rem;
}

.btn-outline-warning[b-xqtxy1up8x] {
    background: transparent;
    border: 1px solid #f59e0b;
    color: #f59e0b;
    padding: 0.3rem 0.5rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-outline-warning:hover[b-xqtxy1up8x] {
    background: #fef3c7;
    border-color: #d97706;
    color: #d97706;
}

.btn-outline-danger[b-xqtxy1up8x] {
    background: transparent;
    border: 1px solid #ef4444;
    color: #ef4444;
    padding: 0.3rem 0.5rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-outline-danger:hover[b-xqtxy1up8x] {
    background: #fee2e2;
    border-color: #dc2626;
    color: #dc2626;
}

.text-muted[b-xqtxy1up8x] {
    color: #94a3b8;
    font-style: italic;
    text-align: center;
    padding: 2rem;
}

/* 模态框 */
.modal-overlay[b-xqtxy1up8x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    animation: fadeIn-b-xqtxy1up8x 0.2s ease;
}

@keyframes fadeIn-b-xqtxy1up8x {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-dialog[b-xqtxy1up8x] {
    width: 90%;
    max-width: 420px;
    animation: slideUp-b-xqtxy1up8x 0.2s ease;
}

@keyframes slideUp-b-xqtxy1up8x {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content[b-xqtxy1up8x] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.modal-header[b-xqtxy1up8x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #eef2f6;
}

.modal-title[b-xqtxy1up8x] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.btn-close[b-xqtxy1up8x] {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.btn-close:hover[b-xqtxy1up8x] {
    color: #475569;
}

.modal-body[b-xqtxy1up8x] {
    padding: 1.2rem;
}

.form-label[b-xqtxy1up8x] {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 500;
    color: #334155;
}

.form-control[b-xqtxy1up8x] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-xqtxy1up8x] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-footer[b-xqtxy1up8x] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.2rem;
    border-top: 1px solid #eef2f6;
}

.btn-secondary[b-xqtxy1up8x] {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-secondary:hover[b-xqtxy1up8x] {
    background: #e2e8f0;
    border-color: #cbd5e1;
}
/* _content/MuHuaMonitor.Web/Components/Pages/Console/Dashboard.razor.rz.scp.css */
/* _content/MuHuaMonitor.Web/Components/Pages/Home.razor.rz.scp.css */
*[b-i37b5ck5q3] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-i37b5ck5q3] {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: #1e293b;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.container[b-i37b5ck5q3] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.navbar[b-i37b5ck5q3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    flex-wrap: wrap;
    gap: 1rem;
    border-bottom: 1px solid #e9eef3;
}

.logo[b-i37b5ck5q3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo i[b-i37b5ck5q3] {
    font-size: 1.8rem;
    color: #3b82f6;
}

.logo span[b-i37b5ck5q3] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.nav-buttons[b-i37b5ck5q3] {
    display: flex;
    gap: 0.8rem;
}

.btn-outline[b-i37b5ck5q3],
.btn-primary[b-i37b5ck5q3] {
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-family: inherit;
}

.btn-outline[b-i37b5ck5q3] {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.btn-outline:hover[b-i37b5ck5q3] {
    background: #f8fafc;
    border-color: #94a3b8;
}

.btn-primary[b-i37b5ck5q3] {
    background: #3b82f6;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-primary:hover[b-i37b5ck5q3] {
    background: #2563eb;
    transform: translateY(-1px);
}

.hero[b-i37b5ck5q3] {
    text-align: center;
    padding: 4rem 0 3rem;
}

.badge[b-i37b5ck5q3] {
    display: inline-block;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.9rem;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.hero h1[b-i37b5ck5q3] {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    max-width: 800px;
    margin: 0 auto 1rem;
}

.hero-description[b-i37b5ck5q3] {
    font-size: 1.1rem;
    color: #475569;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.hero-buttons[b-i37b5ck5q3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large[b-i37b5ck5q3] {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
}

.features[b-i37b5ck5q3] {
    padding: 3rem 0 4rem;
}

.section-title[b-i37b5ck5q3] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2.5rem;
}

.features-grid[b-i37b5ck5q3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.feature-card[b-i37b5ck5q3] {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 1.25rem;
    padding: 1.8rem;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.feature-card:hover[b-i37b5ck5q3] {
    border-color: #cbd5e1;
    box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.feature-icon[b-i37b5ck5q3] {
    font-size: 2rem;
    color: #3b82f6;
    margin-bottom: 1rem;
}

.feature-card h3[b-i37b5ck5q3] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-card p[b-i37b5ck5q3] {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.4;
}

.stats-card[b-i37b5ck5q3] {
    background: #f8fafc;
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    margin: 2rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid #eef2f6;
}

.stats-left h3[b-i37b5ck5q3] {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.stats-left p[b-i37b5ck5q3] {
    color: #5b6e8c;
    font-size: 0.85rem;
}

.stats-metrics[b-i37b5ck5q3] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item[b-i37b5ck5q3] {
    text-align: center;
}

.stat-number[b-i37b5ck5q3] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.stat-label[b-i37b5ck5q3] {
    font-size: 0.7rem;
    color: #64748b;
    letter-spacing: 0.3px;
}

.footer[b-i37b5ck5q3] {
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
}

.footer a[b-i37b5ck5q3] {
    color: #94a3b8;
    /* 与父级文字颜色一致 */
    text-decoration: none;
    /* 可选：去掉下划线 */
}

.footer a:hover[b-i37b5ck5q3] {
    color: #3b82f6;
    /* 可选：鼠标悬停变色 */
    text-decoration: underline;
}

.toast-simple[b-i37b5ck5q3] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(1rem);
    background: #1e293b;
    color: #f1f5f9;
    padding: 0.6rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
    pointer-events: none;
    backdrop-filter: blur(4px);
}

.toast-simple.show[b-i37b5ck5q3] {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 700px) {
    .container[b-i37b5ck5q3] {
        padding: 0 1.2rem;
    }

    .hero h1[b-i37b5ck5q3] {
        font-size: 2.2rem;
    }

    .stats-card[b-i37b5ck5q3] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/MuHuaMonitor.Web/Components/Pages/Login.razor.rz.scp.css */
/* 登录页面样式 */
.login-container[b-j5209mgx83] {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.login-card[b-j5209mgx83] {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.2s;
}
.login-card:hover[b-j5209mgx83] {
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.06);
}

.form-group[b-j5209mgx83] {
    margin-bottom: 1.5rem;
}
.form-group label[b-j5209mgx83] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: 0.4rem;
}
.input-wrapper[b-j5209mgx83] {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    transition: all 0.2s;
}
.input-wrapper:focus-within[b-j5209mgx83] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}
.input-wrapper i[b-j5209mgx83] {
    padding: 0 0 0 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
}
.input-wrapper input[b-j5209mgx83] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #0f172a;
    outline: none;
}
.input-wrapper input[b-j5209mgx83]::placeholder {
    color: #cbd5e1;
}

.login-options[b-j5209mgx83] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
}
.checkbox[b-j5209mgx83] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #475569;
    cursor: pointer;
}
.checkbox input[b-j5209mgx83] {
    accent-color: #3b82f6;
    width: 16px;
    height: 16px;
    margin: 0;
}
.forgot-link[b-j5209mgx83] {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}
.forgot-link:hover[b-j5209mgx83] {
    text-decoration: underline;
}

.btn-login[b-j5209mgx83] {
    width: 100%;
    background: #3b82f6;
    border: none;
    padding: 0.75rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: white;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    font-family: inherit;
    margin-bottom: 1.2rem;
}
.btn-login:hover[b-j5209mgx83] {
    background: #2563eb;
}
.btn-login:active[b-j5209mgx83] {
    transform: scale(0.98);
}

.signup-prompt[b-j5209mgx83] {
    text-align: center;
    font-size: 0.85rem;
    color: #5b6e8c;
}
.signup-prompt a[b-j5209mgx83] {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}
.signup-prompt a:hover[b-j5209mgx83] {
    text-decoration: underline;
}

.divider[b-j5209mgx83] {
    display: flex;
    align-items: center;
    text-align: center;
    color: #cbd5e1;
    font-size: 0.75rem;
    margin: 1.2rem 0;
}
.divider[b-j5209mgx83]::before,
.divider[b-j5209mgx83]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eef2f6;
}
.divider span[b-j5209mgx83] {
    margin: 0 0.8rem;
}

.login-error[b-j5209mgx83] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

@media (max-width: 500px) {
    .login-card[b-j5209mgx83] {
        padding: 1.5rem;
    }
}
/* _content/MuHuaMonitor.Web/Components/Pages/Register.razor.rz.scp.css */
/* 注册页面样式 */
.register-container[b-f7by03v27d] {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.register-card[b-f7by03v27d] {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.2s;
}

.register-card:hover[b-f7by03v27d] {
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.06);
}

.form-group[b-f7by03v27d] {
    margin-bottom: 1.3rem;
}

.form-group label[b-f7by03v27d] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: 0.4rem;
}

.input-wrapper[b-f7by03v27d] {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    transition: all 0.2s;
    flex: 1;
}

.input-wrapper:focus-within[b-f7by03v27d] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-wrapper i[b-f7by03v27d] {
    padding: 0 0 0 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.input-wrapper input[b-f7by03v27d] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #0f172a;
    outline: none;
}

.input-wrapper input[b-f7by03v27d]::placeholder {
    color: #cbd5e1;
}

.input-with-button[b-f7by03v27d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-code[b-f7by03v27d] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.65rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    min-width: 100px;
    text-align: center;
    font-family: inherit;
}

.btn-code:hover:not(:disabled)[b-f7by03v27d] {
    background: #2563eb;
}

.btn-code:disabled[b-f7by03v27d] {
    background: #94a3b8;
    cursor: not-allowed;
}

.password-strength[b-f7by03v27d] {
    margin-top: 0.4rem;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.strength-bar[b-f7by03v27d] {
    flex: 1;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.strength-fill[b-f7by03v27d] {
    height: 100%;
    transition: width 0.2s;
}

.strength-text[b-f7by03v27d] {
    color: #64748b;
    min-width: 60px;
}

.btn-register[b-f7by03v27d] {
    width: 100%;
    background: #3b82f6;
    border: none;
    padding: 0.75rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: white;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    font-family: inherit;
    margin-top: 0.5rem;
}

.btn-register:hover[b-f7by03v27d] {
    background: #2563eb;
}

.btn-register:active[b-f7by03v27d] {
    transform: scale(0.98);
}

.divider[b-f7by03v27d] {
    display: flex;
    align-items: center;
    text-align: center;
    color: #cbd5e1;
    font-size: 0.75rem;
    margin: 1.2rem 0;
}

.divider[b-f7by03v27d]::before,
.divider[b-f7by03v27d]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eef2f6;
}

.divider span[b-f7by03v27d] {
    margin: 0 0.8rem;
}

.login-prompt[b-f7by03v27d] {
    text-align: center;
    font-size: 0.85rem;
    color: #5b6e8c;
}

.login-prompt a[b-f7by03v27d] {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.login-prompt a:hover[b-f7by03v27d] {
    text-decoration: underline;
}

/* 字段错误提示 - 与用户名等提示样式一致 */
.field-error[b-f7by03v27d] {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    color: #dc2626;
    padding-left: 0.3rem;
}

/* 注册结果消息 - 字体变大并居中 */
.register-message[b-f7by03v27d] {
    margin-top: 0.5rem;
    font-size: 1rem;
    text-align: center;
}

.register-message.error[b-f7by03v27d] {
    color: #dc2626;
}

.register-message.success[b-f7by03v27d] {
    color: #16a34a;
}

@media (max-width: 520px) {
    .register-card[b-f7by03v27d] {
        padding: 1.5rem;
    }
}
/* _content/MuHuaMonitor.Web/Components/Shared/EmailInput.razor.rz.scp.css */
.form-group[b-1umzb1li2a] {
    margin-bottom: 1.3rem;
}

.form-group label[b-1umzb1li2a] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: 0.4rem;
}

.input-with-button[b-1umzb1li2a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.input-wrapper[b-1umzb1li2a] {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    transition: all 0.2s;
    flex: 1;
}

.input-wrapper:focus-within[b-1umzb1li2a] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-wrapper i[b-1umzb1li2a] {
    padding: 0 0 0 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.input-wrapper input[b-1umzb1li2a] {
    width: 100%;
    margin: 0.75rem 1rem;
    border: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #0f172a;
    outline: none;
}

.input-wrapper input[b-1umzb1li2a]::placeholder {
    color: #cbd5e1;
}

/* 覆盖浏览器自动填充样式 - 使用白色背景内阴影覆盖 */
.input-wrapper input:-webkit-autofill[b-1umzb1li2a],
.input-wrapper input:-webkit-autofill:hover[b-1umzb1li2a],
.input-wrapper input:-webkit-autofill:focus[b-1umzb1li2a],
.input-wrapper input:-webkit-autofill:active[b-1umzb1li2a] {
    -webkit-text-fill-color: #0f172a !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    /* 与输入框背景一致 */
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    transition: background-color 99999s ease-in-out 0s;
    caret-color: #0f172a;
}

.btn-code[b-1umzb1li2a] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.65rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    min-width: 120px;
    text-align: center;
    font-family: inherit;
}

.btn-code:hover:not(:disabled)[b-1umzb1li2a] {
    background: #2563eb;
}

.btn-code:disabled[b-1umzb1li2a] {
    background: #94a3b8;
    cursor: not-allowed;
}

.field-error[b-1umzb1li2a] {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    color: #dc2626;
    padding-left: 0.3rem;
}
/* _content/MuHuaMonitor.Web/Components/Shared/FormInput.razor.rz.scp.css */
.form-group[b-c7z8aa5uzq] {
    margin-bottom: 1.3rem;
}

.form-group label[b-c7z8aa5uzq] {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    margin-bottom: 0.4rem;
}

.input-wrapper[b-c7z8aa5uzq] {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    transition: all 0.2s;
    flex: 1;
}

.input-wrapper:focus-within[b-c7z8aa5uzq] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-wrapper i[b-c7z8aa5uzq] {
    padding: 0 0 0 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.input-wrapper input[b-c7z8aa5uzq] {
    width: 100%;
    margin: 0.75rem 1rem;
    border: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #0f172a;
    outline: none;
}

.input-wrapper input[b-c7z8aa5uzq]::placeholder {
    color: #cbd5e1;
}

/* 覆盖浏览器自动填充样式 - 使用白色背景内阴影覆盖 */
.input-wrapper input:-webkit-autofill[b-c7z8aa5uzq],
.input-wrapper input:-webkit-autofill:hover[b-c7z8aa5uzq],
.input-wrapper input:-webkit-autofill:focus[b-c7z8aa5uzq],
.input-wrapper input:-webkit-autofill:active[b-c7z8aa5uzq] {
    -webkit-text-fill-color: #0f172a !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    /* 与输入框背景一致 */
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    transition: background-color 99999s ease-in-out 0s;
    caret-color: #0f172a;
}

.field-error[b-c7z8aa5uzq] {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    color: #dc2626;
    padding-left: 0.3rem;
}
