/* _content/MuHuaWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.mainlayout-navbar[b-61ukq8uwbr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    transition: all 0.3s ease;
    pointer-events: none;
}

/* ========== 多层内容包装器容器 ========== */
.layered-content-container[b-61ukq8uwbr] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* 基础层样式 - 所有内容层共享 */
.content-layer[b-61ukq8uwbr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1),
        border-radius 0.5s ease,
        box-shadow 0.5s ease,
        opacity 0.3s ease;
    transform-origin: top center;
    background: #f9fafc;
    scroll-behavior: smooth;
}

/* 主内容层（最上层） */
.content-layer-main[b-61ukq8uwbr] {
    z-index: 13;
    background: #f9fafc;
}

/* 第一层阴影层（translateY 15%） */
.content-layer-shadow-1[b-61ukq8uwbr] {
    z-index: 12;
    background: #f9fafc;
    opacity: 0;
    pointer-events: none;
}

/* 第二层阴影层（translateY 10%） */
.content-layer-shadow-2[b-61ukq8uwbr] {
    z-index: 11;
    background: #f9fafc;
    opacity: 0;
    pointer-events: none;
}

/* 菜单打开时 - 主内容层 */
body.menu-open .content-layer-main[b-61ukq8uwbr] {
    transform: scale(0.85) translateY(20%);
    border-radius: 16px;
    box-shadow: 0 0px 50px -20px rgba(0, 0, 0, 0.3);
}

/* 菜单打开时 - 第一层阴影层（translateY 15%） */
body.menu-open .content-layer-shadow-1[b-61ukq8uwbr] {
    transform: scale(0.8) translateY(17%);
    border-radius: 16px;
    opacity: 1;
    box-shadow: 0 0px 50px -20px rgba(0, 0, 0, 0.3);
}

/* 菜单打开时 - 第二层阴影层（translateY 10%） */
body.menu-open .content-layer-shadow-2[b-61ukq8uwbr] {
    transform: scale(0.75) translateY(14%);
    border-radius: 16px;
    opacity: 1;
    box-shadow: 0 0px 50px -20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 700px) {

    /* 菜单打开时 - 主内容层 */
    body.menu-open .content-layer-main[b-61ukq8uwbr] {
        transform: scale(0.85) translateY(22%);
    }

    /* 菜单打开时 - 第一层阴影层（translateY 15%） */
    body.menu-open .content-layer-shadow-1[b-61ukq8uwbr] {
        transform: scale(0.8) translateY(20%);
    }

    /* 菜单打开时 - 第二层阴影层（translateY 10%） */
    body.menu-open .content-layer-shadow-2[b-61ukq8uwbr] {
        transform: scale(0.75) translateY(18%);
    }
}

/* 滚动条样式统一 */
.content-layer[b-61ukq8uwbr]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.content-layer[b-61ukq8uwbr]::-webkit-scrollbar-track {
    background: rgba(226, 232, 240, 0.5);
    border-radius: 10px;
    margin: 4px 0;
}

.content-layer[b-61ukq8uwbr]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-clip: padding-box;
    transition: all 0.2s ease;
}

.content-layer[b-61ukq8uwbr]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
}

.content-layer[b-61ukq8uwbr]::-webkit-scrollbar-thumb:active {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.content-layer[b-61ukq8uwbr]::-webkit-scrollbar-corner {
    background: transparent;
}

.content-layer[b-61ukq8uwbr] {
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 rgba(226, 232, 240, 0.5);
}

/* 内容样式保持不变 */
.mainlayout-main[b-61ukq8uwbr] {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.mainlayout-footer-area[b-61ukq8uwbr] {
    position: absolute;
    bottom: 0;
    height: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainlayout-footer[b-61ukq8uwbr] {
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
}
/* _content/MuHuaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-faqyiw7tmx] {
    margin: 0 auto;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    pointer-events: none;
}

.nav-container *[b-faqyiw7tmx] {
    pointer-events: auto;
}

.nav-top[b-faqyiw7tmx] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Logo 左侧区域 */
.nav-logo-area[b-faqyiw7tmx] {
    flex-shrink: 0;
    z-index: 2;
}

.nav-logo[b-faqyiw7tmx] {
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

/* 导航链接区域（垂直动画） */
.nav-links-wrapper[b-faqyiw7tmx] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 700px) {
    .nav-links-wrapper[b-faqyiw7tmx] {
        top: 60px;
    }
}

.nav-links-bar[b-faqyiw7tmx] {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
    transform: translateY(-10px);
}

/* 菜单打开时：从顶部向下滑入 */
body.menu-open .nav-links-bar[b-faqyiw7tmx] {
    max-height: 200px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-links-bar li a[b-faqyiw7tmx] {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: #1e293b;
    padding: 8px 0;
    transition: color 0.2s;
    white-space: nowrap;
    letter-spacing: -0.01em;
    display: inline-block;
}

.nav-links-bar li a:hover[b-faqyiw7tmx] {
    color: #3b82f6;
}

/* 右侧按钮区域 */
.nav-button-area[b-faqyiw7tmx] {
    flex-shrink: 0;
    z-index: 2;
}

/* 自定义三道杠按钮 */
.nav-toggle-button[b-faqyiw7tmx] {
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.1s;
    position: relative;
    backdrop-filter: blur(4px);
    outline: none;
}

.nav-toggle-button:active[b-faqyiw7tmx] {
    transform: scale(0.96);
}

/* 汉堡图标容器 */
.nav-hamburger-icon[b-faqyiw7tmx] {
    position: relative;
    width: 22px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-hamburger-icon span[b-faqyiw7tmx] {
    display: block;
    height: 2px;
    background-color: #1e293b;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

/* 默认状态：上下短，中间长 */
.nav-hamburger-icon span:first-child[b-faqyiw7tmx] {
    width: 12px;
    transform-origin: center;
}

.nav-hamburger-icon span:nth-child(2)[b-faqyiw7tmx] {
    width: 22px;
}

.nav-hamburger-icon span:last-child[b-faqyiw7tmx] {
    width: 12px;
    transform-origin: center;
}

/* 菜单打开状态：完全对称叉叉 */
body.menu-open .nav-hamburger-icon span:first-child[b-faqyiw7tmx] {
    transform: rotate(45deg) translate(5px, 6px);
    width: 22px;
    transform-origin: center;
}

body.menu-open .nav-hamburger-icon span:nth-child(2)[b-faqyiw7tmx] {
    opacity: 0;
    transform: scaleX(0);
}

body.menu-open .nav-hamburger-icon span:last-child[b-faqyiw7tmx] {
    transform: rotate(-45deg) translate(5px, -6px);
    width: 22px;
    transform-origin: center;
}
/* _content/MuHuaWeb/Components/Pages/About.razor.rz.scp.css */
/* _content/MuHuaWeb/Components/Pages/Contact.razor.rz.scp.css */
/* 内容样式保持不变 */
.page-section[b-vnvq5znnyj] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: #f9fafc;
}

/* 容器约束，内容不溢出，垂直居中 */
.container[b-vnvq5znnyj] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* 联系区域卡片内聚设计 */
.contact-container[b-vnvq5znnyj] {
    background: white;
    border-radius: 48px;
    padding: 52px 40px;
    text-align: center;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
    border: 1px solid #edf2f9;
}

.social-links[b-vnvq5znnyj] {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 32px 0 28px;
    flex-wrap: wrap;
}

.social-icon[b-vnvq5znnyj] {
    background: #f8fafc;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-size: 1.9rem;
    color: #334155;
    transition: 0.25s;
    text-decoration: none;
    border: 1px solid #e2e8f0;
}

.social-icon:hover[b-vnvq5znnyj] {
    background: #3b82f6;
    color: white;
    transform: scale(1.05);
    border-color: #3b82f6;
}

.contact-email[b-vnvq5znnyj] {
    font-size: 1.2rem;
    font-weight: 500;
    background: #f1f5f9;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    color: #0f172a;
    transition: 0.2s;
}

.contact-email:hover[b-vnvq5znnyj] {
    background: #e2e8f0;
    transform: scale(0.98);
}

.contact-email i[b-vnvq5znnyj] {
    margin-right: 8px;
}
/* _content/MuHuaWeb/Components/Pages/Home.razor.rz.scp.css */
/* 内容样式保持不变 */
.page-section[b-kva9144rms] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: #f9fafc;
}

.page-card[b-kva9144rms] {
    max-width: 640px;
    width: 80%;
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.page-avatar[b-kva9144rms] {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto 1.25rem auto;
    object-fit: cover;
    background: #e2e8f0;
}

.page-name[b-kva9144rms] {
    font-size: 2rem;
    font-weight: 550;
    text-align: center;
    margin-bottom: 0.25rem;
    color: #0f172a;
    outline: none
}

.page-headline[b-kva9144rms] {
    text-align: center;
    font-size: 1rem;
    color: #475569;
}

.page-divider[b-kva9144rms] {
    border: none;
    border-top: 1px solid #e9edf2;
    margin: 1.5rem 0 1.2rem 0;
}

.page-bio p[b-kva9144rms] {
    margin-bottom: 0.75rem;
}

.page-links[b-kva9144rms] {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 1.8rem;
    padding: 0;
}

.page-links a[b-kva9144rms] {
    text-decoration: none;
    color: #3b82f6;
    font-weight: 480;
    font-size: 0.95rem;
    border-bottom: 1px solid transparent;
    transition: 0.15s;
}

.page-links a:hover[b-kva9144rms] {
    border-bottom-color: #3b82f6;
    color: #1d4ed8;
}
