/* _content/Hero/Components/Layout/LayoutPreview.razor.rz.scp.css */
.layout-preview[b-73tgqmn7z6] {
    font-size: 9px;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    border: 2px solid #c0c4cc;
    transition: border .3s linear;
}

    .layout-preview:hover[b-73tgqmn7z6] {
        border: 2px solid #28a745;
    }

    .layout-preview.active[b-73tgqmn7z6] {
        border: 2px solid #28a745;
    }

[b-73tgqmn7z6] .layout {
    --bb-layout-height: 80px;
    --bb-layout-header-height: 16px;
    --bb-layout-footer-height: 12px;
    --bb-layout-sidebar-width: 30%;
    --bb-layout-banner-font-size: 9px;
    --bb-layout-title-color: #fff;
    border: 1px solid var(--bb-layout-header-background);
}

    [b-73tgqmn7z6] .layout .layout-footer,
    [b-73tgqmn7z6] .layout .layout-header {
        justify-content: center;
    }

    [b-73tgqmn7z6] .layout .layout-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* _content/Hero/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7y00tcrdi9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7y00tcrdi9] {
    flex: 1;
}

.sidebar[b-7y00tcrdi9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7y00tcrdi9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7y00tcrdi9]  a, .top-row[b-7y00tcrdi9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7y00tcrdi9]  a:hover, .top-row[b-7y00tcrdi9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7y00tcrdi9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7y00tcrdi9] {
        justify-content: space-between;
    }

    .top-row[b-7y00tcrdi9]  a, .top-row[b-7y00tcrdi9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7y00tcrdi9] {
        flex-direction: row;
    }

    .sidebar[b-7y00tcrdi9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7y00tcrdi9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7y00tcrdi9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7y00tcrdi9], article[b-7y00tcrdi9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7y00tcrdi9] {
    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: 1000;
}

    #blazor-error-ui .dismiss[b-7y00tcrdi9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Hero/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-64e6zwbct8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-64e6zwbct8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-64e6zwbct8] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-64e6zwbct8] {
    font-size: 1.1rem;
}

.bi[b-64e6zwbct8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-64e6zwbct8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-64e6zwbct8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-64e6zwbct8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-64e6zwbct8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-64e6zwbct8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-64e6zwbct8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-64e6zwbct8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-64e6zwbct8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-64e6zwbct8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-64e6zwbct8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-64e6zwbct8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-64e6zwbct8] {
        display: none;
    }

    .nav-scrollable[b-64e6zwbct8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Hero/Components/Pages/Mobile/AccessDenied.razor.rz.scp.css */
[b-kompk2pncd] .access-denied-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #ffffff;
    padding: 0 40px;
    box-sizing: border-box;
}

[b-kompk2pncd] .icon-container {
    width: 64px;
    height: 64px;
    background-color: #f5f7fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

[b-kompk2pncd] .lock-icon {
    width: 28px;
    height: 28px;
    color: #8c9eb5;
}

[b-kompk2pncd] .title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    margin-top: 0;
    margin-left: auto;
    margin-left: auto;
    text-align: center;
}

[b-kompk2pncd] .description {
    font-size: 14px;
    color: #8c939d;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}

[b-kompk2pncd] .back-btn {
    width: 100%;
    height: 44px;
    background-color: #1677ff;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

[b-kompk2pncd] .back-btn:active {
    background-color: #0958d9;
}
/* _content/Hero/Components/Pages/Mobile/Components/MobileLoginModal.razor.rz.scp.css */
[b-22yy7i0djf] .modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

[b-22yy7i0djf] .modal-dialog-custom {
    background-color: #ffffff;
    width: 80%;
    max-width: 340px;
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    animation: zoomIn-b-22yy7i0djf 0.2s ease-out forwards;
}

[b-22yy7i0djf] .modal-title-custom {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    margin-top: 4px;
}

[b-22yy7i0djf] .modal-text-custom {
    font-size: 13px;
    color: #8c939d;
    margin-bottom: 24px;
    line-height: 1.5;
}

[b-22yy7i0djf] .error-message {
    font-size: 12px;
    color: #f56c6c;
    margin-bottom: 16px;
    padding: 8px 12px;
    background-color: #fef0f0;
    border-radius: 8px;
    border: 1px solid #fde2e2;
}

[b-22yy7i0djf] .loading-container {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[b-22yy7i0djf] .modal-actions-custom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

[b-22yy7i0djf] .btn-custom {
    flex: 1;
    height: 44px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

[b-22yy7i0djf] .btn-cancel {
    background-color: #f5f7fa;
    color: #333333;
}

[b-22yy7i0djf] .btn-cancel:active {
    background-color: #e4e7ed;
}

[b-22yy7i0djf] .btn-confirm {
    background-color: #1677ff;
    color: #ffffff;
}

[b-22yy7i0djf] .btn-confirm:active {
    background-color: #0958d9;
}

@keyframes zoomIn-b-22yy7i0djf {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/Hero/Components/Pages/Mobile/Profile.razor.rz.scp.css */
[b-6flzlarezz] .profile-page {
    padding: 20px;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[b-6flzlarezz] .profile-header {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-6flzlarezz] .user-name {
    font-size: 24px;
    font-weight: bold;
    color: #002D54; 
    margin-bottom: 20px;
    text-align: center;
}

[b-6flzlarezz] .user-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

[b-6flzlarezz] .info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 15px;
}

[b-6flzlarezz] .info-item i {
    width: 24px;
    color: #adb5bd;
}

[b-6flzlarezz] .profile-actions {
    position: fixed;
    bottom: 120px;
    left: 20px;
    right: 20px;
    z-index: 100;
}

[b-6flzlarezz] .logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border: 1px solid #f8f9fa;
    border-radius: 12px;
    color: #dc3545;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

[b-6flzlarezz] .version-info {
    position: fixed;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ced4da;
    font-size: 12px;
    z-index: 100;
}

[b-6flzlarezz] .loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #6c757d;
    gap: 12px;
}
/* _content/Hero/Components/Pages/Reception/AudioPlayer.razor.rz.scp.css */
.audio-custom-player[b-8c38q9g1tz] {
    display: flex;
    align-items: center;
    background-color: #dfd1bd; /* 此处为图中类似浅咖啡的底色 */
    padding: 8px 15px;
    border-radius: 8px; /* 轻微倒角 */
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.audio-play-btn[b-8c38q9g1tz] {
    width: 40px; /* 根据实际截取的播放按钮图像调整 */
    height: 40px;
    transition: opacity 0.3s ease;
}

.audio-waveform[b-8c38q9g1tz] {
    flex: 1; /* 让波纹图片自动占据中间的所有剩余空间 */
    height: 24px;
    margin: 0 15px;
    object-fit: contain; /* 保证波纹长图不被拉伸变形 */
}

.audio-time[b-8c38q9g1tz] {
    font-size: 12px;
    color: #4a3c31;
    font-family: Arial, sans-serif; /* 英文/数字显示清爽 */
    white-space: nowrap; /* 防止时间因为宽度不够而换行 */
}

.audio-hint[b-8c38q9g1tz] {
    margin-top: 3px;
    font-size: 10px;
    color: #5c4b3f;
    letter-spacing: 1px;
    text-align: center;
}
/* _content/Hero/Components/Pages/Reception/Home.razor.rz.scp.css */
.section-ripples-full[b-2b2bhzahdk] {
    height: 100vh; /* 让section的高度等于视口的高度 */
    display: flex; /* 如果需要让内容垂直居中，可以使用flex */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
/* _content/Hero/Components/Pages/Reception/MartyrDetail.razor.rz.scp.css */
.martyr-detail-container[b-az10o307en] {
    background-color: #531108; /* 备用底色 */
    min-height: 100vh;
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
}

.not-found-container[b-az10o307en] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-content[b-az10o307en] {
    text-align: center;
    color: #e5cc98;
    padding: 40px 20px;
}

.not-found-icon[b-az10o307en] {
    font-size: 48px;
    margin-bottom: 15px;
    opacity: 0.6;
}

.not-found-content h3[b-az10o307en] {
    font-size: 18px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.not-found-content p[b-az10o307en] {
    font-size: 13px;
    opacity: 0.7;
}

/* 左右阴影包裹层 */
.section-shadow-wrapper[b-az10o307en] {
    box-shadow: -8px 0 8px -4px rgba(0, 0, 0, 0.4), 8px 0 8px -4px rgba(0, 0, 0, 0.4);
    background-color: #ece3d6;
}

/* 红框对应的五个区块，为了直观暂时使用红色边框，开发完毕请自行去除 */
.section-box[b-az10o307en] {
    width: 100%;
    /* border: 3px solid red;  */
    box-sizing: border-box;
    /* padding: 20px; */
}

.section-header[b-az10o307en] {
    text-align: center;
    /* min-height: 250px; */
    height: 270px;
    background: url('/images/mobile/bg-full.jpg') no-repeat top center;
    background-size: 100% auto; /* 宽度100%，高度自适应，保持原图比例不变 */
    background-color: #ece3d6;
}

.section-info[b-az10o307en] {
    background-color: #ece3d6;
    /* min-height: 80px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    position: relative;
}

/* 顶部渐变遮罩，从背景图底部颜色过渡到 #ece3d6 */
.section-info[b-az10o307en]::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #ece3d6);
    pointer-events: none;
}

.info-row[b-az10o307en] {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 8px 0;
}

.info-cell-left[b-az10o307en] {
    flex: 0 0 38%; /* 左侧占38%左右宽度 */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
/*    padding-right: 15px;*/
}

.info-cell-right[b-az10o307en] {
    flex: 1; /* 右侧占余下空间 */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.info-icon[b-az10o307en] {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    object-fit: contain;
}

.info-text[b-az10o307en] {
    font-size: 10px;
    color: #4a3c31;
    /* letter-spacing: 0.5px; */
}

/* 中间的竖线 */
.info-vertical-line[b-az10o307en] {
    width: 1px;
    height: 16px;
    background-color: #c6b3a0;
}

/* 上下行的横向分割线 */
.info-horizontal-line[b-az10o307en] {
    width: 90%;
    height: 1px;
    background-color: #c6b3a0;
    margin: 0 auto; /* 居中 */
}

.section-audio[b-az10o307en] {
    background-color: #ece3d6;
    /* min-height: 100px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}

.section-audio audio[b-az10o307en] {
    height: 36px;
}


.section-biography[b-az10o307en] {
    background-color: #ece3d6;
    padding: 5px 30px;
    /* 通过内容自动撑开高度，不再设置统一的min-height */
}

/* 标题整体区域居中 */
.section-title[b-az10o307en] {
    text-align: center;
    margin-bottom: 15px;
}

/* 生平事迹 文本及其左右横线 */
.title-text[b-az10o307en] {
    font-size: 14px;
    color: #531108; /* 深暗红色 */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 5px;
    /* margin-bottom: 5px; */
}

/* 恢复文字左右的长横线 */
.title-text[b-az10o307en]::before,
.title-text[b-az10o307en]::after {
    content: "";
    display: inline-block;
    width: 60px; /* 文字两旁横线的长度 */
    height: 1px; /* 稍微给点厚度以展现由细变粗的渐变感 */
    margin: 0 15px; /* 横线与文字的间距 */
}
/* 左侧横线：自左向右由透明渐变到实色 */
.title-text[b-az10o307en]::before {
    background: linear-gradient(to right, transparent, #a38b76);
}
/* 右侧横线：自右向左由透明渐变到实色 */
.title-text[b-az10o307en]::after {
    background: linear-gradient(to left, transparent, #a38b76);
}

/* 包含五角星以及左右横线条的装饰栏 */
.title-decoration[b-az10o307en] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-line[b-az10o307en] {
    width: 25px; /* 星星两旁横线的长短 */
    height: 1px;
    margin: 0 10px; /* 横线与星星的左右距离 */
}
/* 左侧短线：自左向右由透明变实色 */
.title-line:first-child[b-az10o307en] {
    background: linear-gradient(to right, transparent, #a38b76);
}
/* 右侧短线：自右向左由透明变实色 */
.title-line:last-child[b-az10o307en] {
    background: linear-gradient(to left, transparent, #a38b76);
}

/* 标题下方的那颗小红星 */
.title-star[b-az10o307en] {
    width: 8px;
    height: 8px;
    object-fit: contain;
}

/* 正文段落内容 */
.section-content[b-az10o307en] {
    font-size: 12px;
    line-height: 1.8;
    color: #4a3c31; /* 灰棕字体色，提升复古阅读感 */
    text-align: justify; /* 两端对齐，使排版更整齐 */
}

.section-content[b-az10o307en]  p {
    margin: 10px 0; /* 段落上下留出间距 */
}

.section-content[b-az10o307en]  p.indent {
    text-indent: 2em; /* 首行缩进两字符 */
    text-align: justify;
    hanging-punctuation: first last;
}

.section-video[b-az10o307en] {
    background-color: #ece3d6;
    padding: 5px 20px;
    text-align: center;
}

.video-container[b-az10o307en] {
    position: relative;
    width: 100%;
    margin: 15px 0 10px 0;
    border-radius: 8px;
    overflow: hidden;
}

.real-video-player[b-az10o307en] {
    width: 100%; /* w-100 类等效效果 */
    display: block;
    border-radius: 8px;
    outline: none; /* 去除某些浏览器自带黑边 */
}

/* 移除不需要的旧悬浮按钮样式 */
.video-hint[b-az10o307en] {
    font-size: 14px;
    color: #8b7968;
    letter-spacing: 1px;
}

.section-footer[b-az10o307en] {
    background-color: #4f140b; /* 图片下方的暗红色背景 */
    color: #e5cc98; /* 金色字体 */
    /* min-height: 150px; */
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-title-row[b-az10o307en] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 5px; */
}

.footer-line[b-az10o307en] {
    width: 60px;
    height: 1px;
    margin: 0 15px;
}
.footer-line:first-child[b-az10o307en] {
    background: linear-gradient(to right, transparent, #a38971);
}
.footer-line:last-child[b-az10o307en] {
    background: linear-gradient(to left, transparent, #a38971);
}

.footer-title-text[b-az10o307en] {
    font-size: 13px;
    letter-spacing: 2px;
    color: #e5cc98;
}

.footer-star-row[b-az10o307en] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 5px; */
}

.footer-small-line[b-az10o307en] {
    width: 35px;
    height: 1px;
    margin: 0 10px;
}
.footer-small-line:first-child[b-az10o307en] {
    background: linear-gradient(to right, transparent, #a38971);
}
.footer-small-line:last-child[b-az10o307en] {
    background: linear-gradient(to left, transparent, #a38971);
}

.footer-star[b-az10o307en] {
    font-size: 14px;
    color: #e5cc98; /* 金色星星 */
}

.footer-subtitle[b-az10o307en] {
    font-size: 12px;
    color: #b7a08b; /* 稍微灰一点的金色，作为副标题 */
    /* margin-bottom: 15px; */
    letter-spacing: 1px;
}

.counter-container[b-az10o307en] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wreath-img[b-az10o307en] {
    width: 25px; /* 侧边麦穗的宽度 */
    height: 50px;
    /* height: auto; */
    object-fit: contain;
    margin: 0 10px;
}

.counter-digits[b-az10o307en] {
    display: flex;
    align-items: flex-end; /* 让底部对齐 */
}

.digit[b-az10o307en] {
    background-color: #3b110b; /* 更深的框底色 */
    border: 1px solid #733025; /* 框的边线 */
    color: #ffd894; /* 框内数字亮金色 */
    font-size: 20px;
    margin: 0 2px;
    border-radius: 4px;
    padding: 4px 6px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.5); /* 稍微的内阴影，增加质感 */
}

.comma[b-az10o307en] {
    font-size: 25px;
    color: #ffd894;
    margin: 0 2px;
    padding-bottom: 2px; /* 逗号往下调整一些 */
}

.counter-unit[b-az10o307en] {
    font-size: 18px;
    color: #ffd894;
    margin-left: 5px;
    margin-bottom: 6px; /* 让“次”稍微抬高一些对齐 */
}

/* 头部对应图片红线的辅助框布局 */
.header-row[b-az10o307en] {
    width: 100%;
    /* border: 2px solid red;  */
    box-sizing: border-box;
}

.row-spacer[b-az10o307en] {
    height: 20px; /* 顶部留白，预留出上方红旗和背景的空间 */
}

.row-avatar[b-az10o307en] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 15px 0; */
}

.row-name[b-az10o307en] {
    padding: 0px 0;
}

.row-dates[b-az10o307en] {
    padding: 1px 0 1px 0;
}

/* 恢复被替换掉的元素样式 */
.avatar-container[b-az10o307en] {
    position: relative;
    width: 160px;
    height: 160px;
}
.avatar-ring[b-az10o307en] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.avatar-img[b-az10o307en] {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

.martyr-name[b-az10o307en] {
    font-size: 30px;
    color: #8b1d1b;
    margin: 5px 0;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
}

.martyr-dates[b-az10o307en] {
    font-size: 12px;
    color: #5c4b3f;
    letter-spacing: 1px;
    text-align: center;
}

.audio-hint[b-az10o307en] {
    margin-top: 3px;
    font-size: 10px;
    color: #5c4b3f;
    letter-spacing: 1px;
    text-align: center;
}
/* _content/Hero/Components/RazorClassLibrarys/BbTables/TItemTable.razor.rz.scp.css */

.table-full[b-azeaimfb0t] {
    height: calc(100vh - 165px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-125[b-azeaimfb0t] {
    height: calc(100vh - 125px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-200[b-azeaimfb0t] {
    height: calc(100vh - 200px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-220[b-azeaimfb0t] {
    height: calc(100vh - 220px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}


.table-full-250[b-azeaimfb0t] {
    height: calc(100vh - 250px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-260[b-azeaimfb0t] {
    height: calc(100vh - 260px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-270[b-azeaimfb0t] {
    height: calc(100vh - 270px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-290[b-azeaimfb0t] {
    height: calc(100vh - 290px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-310[b-azeaimfb0t] {
    height: calc(100vh - 310px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-380[b-azeaimfb0t] {
    height: calc(100vh - 380px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-400[b-azeaimfb0t] {
    height: calc(100vh - 400px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-410[b-azeaimfb0t] {
    height: calc(100vh - 410px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-420[b-azeaimfb0t] {
    height: calc(100vh - 420px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-470[b-azeaimfb0t] {
    height: calc(100vh - 470px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}


/* _content/Hero/Components/RazorClassLibrarys/FileUpload/FileUploadComponent.razor.rz.scp.css */
.file-upload-component[b-cfsk1s5nwx] {
    padding: 10px;
}

.existing-files[b-cfsk1s5nwx] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}

.existing-files h6[b-cfsk1s5nwx] {
    margin-bottom: 10px;
    color: #495057;
    font-weight: 600;
}

.upload-section[b-cfsk1s5nwx] {
    margin-top: 10px;
}
/* _content/Hero/Components/RazorClassLibrarys/FileUpload/SimpleFileUploadComponent.razor.rz.scp.css */
.simple-file-upload[b-hpr0q3svj8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.25rem;
/*    background: #f8f9fa;*/
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.file-preview-list[b-hpr0q3svj8] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 0.25rem;
}

.no-files[b-hpr0q3svj8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
}

.no-files i[b-hpr0q3svj8] {
    font-size: 1.5rem;
    opacity: 0.5;
}

.file-item[b-hpr0q3svj8] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 72px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
}

.file-item:hover[b-hpr0q3svj8] {
    transform: translateY(-2px);
    text-decoration: none;
}

.file-thumbnail[b-hpr0q3svj8] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 0.25rem;
    border: 2px solid #dee2e6;
    transition: border-color 0.2s;
    flex-shrink: 0;
}

.file-item:hover .file-thumbnail[b-hpr0q3svj8] {
    border-color: #0d6efd;
}

.file-icon[b-hpr0q3svj8] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 0.25rem;
    font-size: 2rem;
    transition: all 0.2s;
    flex-shrink: 0;
}

.file-item:hover .file-icon[b-hpr0q3svj8] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.file-name[b-hpr0q3svj8] {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    text-align: center;
    color: #495057;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.file-delete[b-hpr0q3svj8] {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1;
}

.file-item:hover .file-delete[b-hpr0q3svj8] {
    opacity: 1;
}

.file-delete:hover[b-hpr0q3svj8] {
    background: #bb2d3b;
}

.upload-button-wrapper[b-hpr0q3svj8] {
    flex-shrink: 0;
}

/* 滚动条样式 */
.file-preview-list[b-hpr0q3svj8]::-webkit-scrollbar {
    height: 6px;
}

.file-preview-list[b-hpr0q3svj8]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.file-preview-list[b-hpr0q3svj8]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.file-preview-list[b-hpr0q3svj8]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* _content/Hero/Components/RazorClassLibrarys/FileUpload/TempFileUploadComponent.razor.rz.scp.css */
/* 暂存文件上传组件样式 */

.temp-file-upload[b-kj80tpnrqa] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.file-preview-list[b-kj80tpnrqa] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
    min-height: 100px;
}

.file-item[b-kj80tpnrqa] {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.file-item:hover[b-kj80tpnrqa] {
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.file-thumbnail[b-kj80tpnrqa] {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.file-icon[b-kj80tpnrqa] {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 4px;
}

.file-name[b-kj80tpnrqa] {
    font-size: 12px;
    color: #374151;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.file-status[b-kj80tpnrqa] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.file-delete[b-kj80tpnrqa] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: rgba(239, 68, 68, 0.9);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0;
}

.file-item:hover .file-delete[b-kj80tpnrqa] {
    opacity: 1;
}

.file-delete:hover[b-kj80tpnrqa] {
    background: rgba(220, 38, 38, 1);
    transform: scale(1.1);
}

.no-files[b-kj80tpnrqa] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #9ca3af;
    gap: 8px;
}

.no-files i[b-kj80tpnrqa] {
    font-size: 48px;
    opacity: 0.5;
}

.no-files span[b-kj80tpnrqa] {
    font-size: 14px;
}

.upload-button-wrapper[b-kj80tpnrqa] {
    display: flex;
    justify-content: flex-start;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .file-preview-list[b-kj80tpnrqa] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}
/* _content/Hero/Components/RazorClassLibrarys/JsonInfoViewer/JsonInfoViewer.razor.rz.scp.css */
.json-info-viewer[b-z6dox99gk9] {
    display: inline-block;
}

.info-items[b-z6dox99gk9] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.info-item[b-z6dox99gk9] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
}

.info-key[b-z6dox99gk9] {
    color: #666;
    font-weight: 500;
}

.info-value[b-z6dox99gk9] {
    color: #333;
}

.view-more-link[b-z6dox99gk9] {
    color: #1890ff;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.view-more-link:hover[b-z6dox99gk9] {
    color: #40a9ff;
    transform: scale(1.1);
}

/* Dialog内容样式 */
.json-detail-view[b-z6dox99gk9] {
    padding: 16px;
}

.detail-items[b-z6dox99gk9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.detail-item[b-z6dox99gk9] {
    padding: 12px;
    background-color: #fafafa;
    border-radius: 6px;
}

.detail-key[b-z6dox99gk9] {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin-bottom: 6px;
}

.detail-value[b-z6dox99gk9] {
    font-size: 14px;
    color: #333;
    word-break: break-all;
}

.detail-value-only[b-z6dox99gk9] {
    font-size: 14px;
    color: #333;
    word-break: break-all;
}
/* _content/Hero/Components/RazorClassLibrarys/MobileConfirmDialog.razor.rz.scp.css */
.mobile-confirm-overlay[b-1vi7wg10xv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(2px);
}

.mobile-confirm-dialog[b-1vi7wg10xv] {
    background: #ffffff;
    border-radius: 20px;
    width: 80%;
    max-width: 320px;
    padding: 30px 20px 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dialog-icon[b-1vi7wg10xv] {
    font-size: 56px;
    margin-bottom: 12px;
}

.dialog-icon .text-success[b-1vi7wg10xv] {
    color: #4CAF50; /* 仿图中的清爽绿色 */
}

.dialog-icon .text-warning[b-1vi7wg10xv] {
    color: #FF9800; /* 警告黄色 */
}

.dialog-content[b-1vi7wg10xv] {
    font-size: 17px;
    color: #4CAF50; /* 图片中文字与勾号同色，可根据type在组件中细调，这里给默认值 */
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 1.5;
}

.mobile-confirm-dialog.warning .dialog-content[b-1vi7wg10xv] {
    color: #333333; /* 警告时文字黑色更好阅读 */
}

.dialog-actions[b-1vi7wg10xv] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.dialog-actions button[b-1vi7wg10xv] {
    flex: 1;
    padding: 12px 0;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cancel[b-1vi7wg10xv] {
    background-color: #f1f2f6;
    color: #666666;
}

.btn-cancel:active[b-1vi7wg10xv] {
    background-color: #e2e4e9;
}

.btn-confirm[b-1vi7wg10xv] {
    background-color: #e8f5e9;
    color: #4CAF50;
}

.btn-confirm:active[b-1vi7wg10xv] {
    background-color: #c8e6c9;
}

/* 警告类型的按钮样式 */
.mobile-confirm-dialog.warning .btn-confirm[b-1vi7wg10xv] {
    background-color: #ffebee;
    color: #FF5252;
}

.mobile-confirm-dialog.warning .btn-confirm:active[b-1vi7wg10xv] {
    background-color: #ffcdd2;
}

.bounce-in[b-1vi7wg10xv] {
    animation: bounceIn-b-1vi7wg10xv 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes bounceIn-b-1vi7wg10xv {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/Hero/Components/RazorClassLibrarys/OuterBbTables/ExternalDataTable.razor.rz.scp.css */
.table-full[b-0p9v0fito1] {
    height: calc(100vh - 82px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-125[b-0p9v0fito1] {
    height: calc(100vh - 125px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-162[b-0p9v0fito1] {
    height: calc(100vh - 162px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-210[b-0p9v0fito1] {
    height: calc(100vh - 210px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-235[b-0p9v0fito1] {
    height: calc(100vh - 235px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-350[b-0p9v0fito1] {
    height: calc(100vh - 350px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}


.table-full-430[b-0p9v0fito1] {
    height: calc(100vh - 430px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}

.table-full-470[b-0p9v0fito1] {
    height: calc(100vh - 470px - var(--bb-layout-footer-height) - var(--bb-tabs-item-height, 0px));
}
