/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o3bu8cot2y] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-wrapper[b-o3bu8cot2y] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main[b-o3bu8cot2y] {
    flex: 1;
    padding-bottom: 4rem;
}

@media (max-width: 991.98px) {
    .site-main[b-o3bu8cot2y] {
        padding-bottom: 5.5rem;
    }
}

#blazor-error-ui[b-o3bu8cot2y] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#blazor-error-ui .dismiss[b-o3bu8cot2y] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer .wechat-qr-card[b-zhptpfyrhw] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
}

.site-footer .wechat-qr-card .h6[b-zhptpfyrhw],
.site-footer .wechat-qr-title-compact[b-zhptpfyrhw] {
    color: #fff;
}

.site-footer[b-zhptpfyrhw] {
    margin-top: auto;
}

@media (min-width: 768px) {
    .site-footer .wechat-qr-card-compact[b-zhptpfyrhw] {
        max-height: 6.5rem;
    }
}
/* /Components/Layout/TopNav.razor.rz.scp.css */
.navbar.site-navbar[b-724sju129g] {
    background: linear-gradient(135deg, #0d3b66 0%, #1a5490 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.navbar.site-navbar .nav-link[b-724sju129g] {
    font-weight: 500;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.navbar.site-navbar .nav-link.active[b-724sju129g] {
    color: #f4a024 !important;
}

.navbar-brand[b-724sju129g] {
    font-size: 1.05rem;
    max-width: 70vw;
    white-space: normal;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .navbar-brand[b-724sju129g] {
        max-width: none;
        white-space: nowrap;
    }
}
/* /Components/Shared/WechatQrCard.razor.rz.scp.css */
.wechat-qr-card[b-0ez3lx4yi1] {
    background: var(--brand-light, #f4f7fb);
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
}

.wechat-qr-image[b-0ez3lx4yi1] {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.wechat-qr-card-compact[b-0ez3lx4yi1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.wechat-qr-title-compact[b-0ez3lx4yi1] {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.4;
    min-width: 0;
}

.wechat-qr-image-compact[b-0ez3lx4yi1] {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    object-fit: contain;
}
