/* /Components/Engagement/EngagementPanel.razor.rz.scp.css */
.engagement-panel[b-xc2fx7uypq] {
    border-top: 1px solid rgba(22, 34, 31, 0.12);
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
}

.engagement-panel__summary[b-xc2fx7uypq] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.engagement-panel__summary span[b-xc2fx7uypq],
.engagement-comments__header span[b-xc2fx7uypq] {
    color: #5d6761;
    font-weight: 700;
}

.engagement-like[b-xc2fx7uypq],
.comment-form__submit[b-xc2fx7uypq] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.9rem;
}

.engagement-like--active[b-xc2fx7uypq] {
    background: #ffffff;
    color: #1f5f55;
}

.engagement-like:disabled[b-xc2fx7uypq],
.comment-form__submit:disabled[b-xc2fx7uypq] {
    cursor: not-allowed;
    opacity: 0.55;
}

.engagement-comments[b-xc2fx7uypq] {
    display: grid;
    gap: 1rem;
}

.engagement-comments__header[b-xc2fx7uypq] {
    align-items: baseline;
    display: flex;
    gap: 0.65rem;
    justify-content: space-between;
}

.engagement-comments h2[b-xc2fx7uypq] {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0;
}

.engagement-comments p[b-xc2fx7uypq] {
    color: #4f5b56;
    line-height: 1.65;
    margin: 0;
}

.comment-list[b-xc2fx7uypq] {
    display: grid;
    gap: 0.85rem;
}

.comment-card[b-xc2fx7uypq] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.5rem;
    padding: 0.9rem;
}

.comment-card header[b-xc2fx7uypq] {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: space-between;
}

.comment-card strong[b-xc2fx7uypq] {
    color: #15201f;
}

.comment-card time[b-xc2fx7uypq] {
    color: #69736e;
    font-size: 0.88rem;
    font-weight: 700;
}

.comment-form[b-xc2fx7uypq] {
    border-top: 1px solid #e1e6de;
    display: grid;
    gap: 0.85rem;
    padding-top: 1rem;
}

.comment-form label[b-xc2fx7uypq] {
    color: #53605a;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.comment-form input[b-xc2fx7uypq],
.comment-form textarea[b-xc2fx7uypq] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    padding: 0.65rem 0.75rem;
    width: 100%;
}

.comment-form textarea[b-xc2fx7uypq] {
    resize: vertical;
}

.comment-form__website[b-xc2fx7uypq] {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.comment-form__submit[b-xc2fx7uypq] {
    justify-self: start;
}

.engagement-message[b-xc2fx7uypq] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.75rem 0.85rem;
}

.engagement-message--success[b-xc2fx7uypq] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.engagement-message--error[b-xc2fx7uypq] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

@media (min-width: 760px) {
    .comment-form[b-xc2fx7uypq] {
        grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
    }

    .comment-form label:nth-child(2)[b-xc2fx7uypq],
    .comment-form__submit[b-xc2fx7uypq] {
        grid-column: 1 / -1;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-k6nxk63uk9] {
    background: #fbfbf8;
    min-height: 100vh;
}

main[b-k6nxk63uk9] {
    min-height: 100vh;
}

.content[b-k6nxk63uk9] {
    padding: 0;
}

#blazor-error-ui[b-k6nxk63uk9] {
    background: #fff4cf;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    color: #15201f;
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-k6nxk63uk9] {
    color: #1f5f55;
    font-weight: 800;
}

#blazor-error-ui .dismiss[b-k6nxk63uk9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-qpqt9wcnlv] {
    align-items: center;
    background: rgba(251, 251, 248, 0.94);
    border-bottom: 1px solid rgba(21, 32, 31, 0.1);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    left: 0;
    min-height: 4.25rem;
    padding: 0 1.25rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}

@supports (backdrop-filter: blur(16px)) {
    .site-header[b-qpqt9wcnlv] {
        backdrop-filter: blur(16px);
    }
}

.brand[b-qpqt9wcnlv] {
    align-items: center;
    color: #15201f;
    display: inline-flex;
    font-weight: 800;
    gap: 0.7rem;
    text-decoration: none;
}

.brand:hover[b-qpqt9wcnlv] {
    color: #1f5f55;
}

.brand__mark[b-qpqt9wcnlv] {
    align-items: center;
    background: #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.86rem;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.site-nav[b-qpqt9wcnlv] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
}

.site-nav[b-qpqt9wcnlv]  a {
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.14);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(21, 32, 31, 0.08);
    color: #2f3d3a;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 2.55rem;
    min-width: 6rem;
    padding: 0.78rem 1.05rem;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
    user-select: none;
}

.site-nav[b-qpqt9wcnlv]  a:hover,
.site-nav[b-qpqt9wcnlv]  a:focus {
    background: #f7faf6;
    border-color: rgba(31, 95, 85, 0.28);
    box-shadow: 0 10px 26px rgba(21, 32, 31, 0.12);
    color: #15201f;
    text-decoration: none !important;
}

.site-nav[b-qpqt9wcnlv]  a.active {
    background: #1f5f55;
    border-color: #1f5f55;
    box-shadow: 0 8px 18px rgba(31, 95, 85, 0.22);
    color: #ffffff;
    text-decoration: none !important;
}

.nav-toggle[b-qpqt9wcnlv] {
    display: none;
}

.nav-toggle-label[b-qpqt9wcnlv] {
    display: none;
}

@media (max-width: 720px) {
    .site-header[b-qpqt9wcnlv] {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 4rem;
        padding-bottom: 0.85rem;
        padding-top: 0.85rem;
    }

    .brand[b-qpqt9wcnlv] {
        min-height: 2.4rem;
    }

    .nav-toggle-label[b-qpqt9wcnlv] {
        align-items: center;
        border: 1px solid rgba(21, 32, 31, 0.18);
        border-radius: 8px;
        cursor: pointer;
        display: inline-flex;
        height: 2.4rem;
        justify-content: center;
        width: 2.4rem;
    }

    .nav-toggle-label span[b-qpqt9wcnlv],
    .nav-toggle-label span[b-qpqt9wcnlv]::before,
    .nav-toggle-label span[b-qpqt9wcnlv]::after {
        background: #15201f;
        content: "";
        display: block;
        height: 2px;
        position: relative;
        width: 1.1rem;
    }

    .nav-toggle-label span[b-qpqt9wcnlv]::before {
        position: absolute;
        top: -6px;
    }

    .nav-toggle-label span[b-qpqt9wcnlv]::after {
        position: absolute;
        top: 6px;
    }

    .site-nav[b-qpqt9wcnlv] {
        align-items: stretch;
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        gap: 0.45rem;
        padding-top: 0.75rem;
        width: 100%;
    }

    .site-nav[b-qpqt9wcnlv]  a {
        background: #ffffff;
        border: 1px solid rgba(21, 32, 31, 0.1);
        border-radius: 10px;
        min-width: 0;
        padding: 0.85rem 1rem;
        width: 100%;
    }

    .nav-toggle:checked ~ .site-nav[b-qpqt9wcnlv] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ybcm5e7f5g],
.components-reconnect-repeated-attempt-visible[b-ybcm5e7f5g],
.components-reconnect-failed-visible[b-ybcm5e7f5g],
.components-pause-visible[b-ybcm5e7f5g],
.components-resume-failed-visible[b-ybcm5e7f5g],
.components-rejoining-animation[b-ybcm5e7f5g] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-retrying[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-failed[b-ybcm5e7f5g],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ybcm5e7f5g] {
    display: block;
}


#components-reconnect-modal[b-ybcm5e7f5g] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ybcm5e7f5g 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ybcm5e7f5g 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ybcm5e7f5g 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ybcm5e7f5g]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ybcm5e7f5g 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ybcm5e7f5g {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ybcm5e7f5g {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ybcm5e7f5g {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ybcm5e7f5g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ybcm5e7f5g] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ybcm5e7f5g] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ybcm5e7f5g] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ybcm5e7f5g] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ybcm5e7f5g] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ybcm5e7f5g] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ybcm5e7f5g 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ybcm5e7f5g] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ybcm5e7f5g {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminAccount.razor.rz.scp.css */
.admin-account[b-wwg4vu7q8z] {
    align-items: center;
    background: #eef2ed;
    color: #15201f;
    display: flex;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-account__panel[b-wwg4vu7q8z] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 560px;
    padding: 1.5rem;
    width: 100%;
}

.admin-account__header[b-wwg4vu7q8z] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-account h1[b-wwg4vu7q8z] {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.account-form[b-wwg4vu7q8z] {
    display: grid;
    gap: 1rem;
}

.account-form label[b-wwg4vu7q8z] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.account-form input[b-wwg4vu7q8z] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.account-button[b-wwg4vu7q8z] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    width: fit-content;
}

.account-button:hover[b-wwg4vu7q8z],
.account-button:focus-visible[b-wwg4vu7q8z] {
    background: #174b43;
    color: #ffffff;
}

.account-button--secondary[b-wwg4vu7q8z] {
    background: #ffffff;
    color: #1f5f55;
}

.account-button--secondary:hover[b-wwg4vu7q8z],
.account-button--secondary:focus-visible[b-wwg4vu7q8z] {
    background: #eef2ed;
    color: #174b43;
}

.account-alert[b-wwg4vu7q8z] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.account-alert--error[b-wwg4vu7q8z] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.account-alert--warning[b-wwg4vu7q8z] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

@media (max-width: 620px) {
    .admin-account__header[b-wwg4vu7q8z] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Admin/AdminComments.razor.rz.scp.css */
.admin-comments[b-2csupmypzq] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-comments__inner[b-2csupmypzq] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-2csupmypzq],
.admin-panel__header[b-2csupmypzq] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-2csupmypzq] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-2csupmypzq] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.admin-panel[b-2csupmypzq] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.admin-panel--wide[b-2csupmypzq] {
    overflow: hidden;
}

.admin-panel h2[b-2csupmypzq] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel p[b-2csupmypzq] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.admin-button[b-2csupmypzq] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    width: fit-content;
}

.admin-button:hover[b-2csupmypzq],
.admin-button:focus-visible[b-2csupmypzq] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-2csupmypzq] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-2csupmypzq] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-2csupmypzq],
.admin-button--secondary:focus-visible[b-2csupmypzq] {
    background: #eef2ed;
    color: #174b43;
}

.admin-button--danger[b-2csupmypzq] {
    background: #ffffff;
    border-color: #c64f35;
    color: #9b341f;
}

.admin-button--danger:hover[b-2csupmypzq],
.admin-button--danger:focus-visible[b-2csupmypzq] {
    background: #fff1ee;
    color: #7f2817;
}

.admin-alert[b-2csupmypzq] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-2csupmypzq] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-2csupmypzq] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-2csupmypzq] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.comment-review-list[b-2csupmypzq] {
    display: grid;
    gap: 0.85rem;
}

.comment-review-card[b-2csupmypzq] {
    align-items: start;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.85rem;
}

.comment-review-card__meta[b-2csupmypzq] {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.comment-review-card__meta span[b-2csupmypzq] {
    color: #69736e;
    font-size: 0.88rem;
    font-weight: 700;
}

.comment-review-card a[b-2csupmypzq],
.admin-table a[b-2csupmypzq] {
    color: #1f5f55;
    font-weight: 800;
}

.comment-review-card p[b-2csupmypzq] {
    margin-top: 0.5rem;
    overflow-wrap: anywhere;
}

.admin-actions[b-2csupmypzq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.admin-table-wrap[b-2csupmypzq] {
    overflow-x: auto;
}

.admin-table[b-2csupmypzq] {
    border-collapse: collapse;
    min-width: 860px;
    width: 100%;
}

.admin-table th[b-2csupmypzq],
.admin-table td[b-2csupmypzq] {
    border-bottom: 1px solid #e2e7e0;
    padding: 0.85rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.admin-table th[b-2csupmypzq] {
    color: #51605d;
    font-size: 0.78rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.status-pill[b-2csupmypzq] {
    background: #f1f3f0;
    border: 1px solid #d5ddd3;
    border-radius: 999px;
    color: #51605d;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.25rem 0.55rem;
}

.status-pill--active[b-2csupmypzq] {
    background: #eef8f2;
    border-color: #b8dcc6;
    color: #1b5b38;
}

@media (max-width: 760px) {
    .admin-heading[b-2csupmypzq],
    .admin-panel__header[b-2csupmypzq],
    .comment-review-card[b-2csupmypzq] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .admin-heading[b-2csupmypzq] {
        flex-direction: column;
    }

    .admin-heading__actions[b-2csupmypzq],
    .admin-actions[b-2csupmypzq] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Admin/AdminEmails.razor.rz.scp.css */
.admin-email[b-coaleipo1q] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-email__inner[b-coaleipo1q] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1220px;
}

.admin-heading[b-coaleipo1q],
.mailbox-panel__header[b-coaleipo1q],
.mailbox-toolbar[b-coaleipo1q],
.reader-header[b-coaleipo1q] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-coaleipo1q] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-coaleipo1q],
.mailbox-toolbar__actions[b-coaleipo1q],
.message-actions[b-coaleipo1q] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.admin-button[b-coaleipo1q] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-button:hover[b-coaleipo1q],
.admin-button:focus-visible[b-coaleipo1q] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-coaleipo1q],
.mailbox-toggle__button:disabled[b-coaleipo1q],
.message-summary:disabled[b-coaleipo1q] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-coaleipo1q] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-coaleipo1q],
.admin-button--secondary:focus-visible[b-coaleipo1q] {
    background: #eef2ed;
    color: #174b43;
}

.admin-button--danger[b-coaleipo1q] {
    background: #ffffff;
    border-color: #c64f35;
    color: #9b341f;
}

.admin-button--danger:hover[b-coaleipo1q],
.admin-button--danger:focus-visible[b-coaleipo1q] {
    background: #fff1ee;
    color: #7f2817;
}

.admin-alert[b-coaleipo1q] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-coaleipo1q] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-coaleipo1q] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-coaleipo1q] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.mailbox-toolbar[b-coaleipo1q],
.mailbox-panel[b-coaleipo1q] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
}

.mailbox-toolbar[b-coaleipo1q] {
    padding: 0.85rem;
}

.mailbox-toolbar strong[b-coaleipo1q],
.mailbox-toolbar span[b-coaleipo1q] {
    display: block;
}

.mailbox-toolbar span[b-coaleipo1q],
.mailbox-panel p[b-coaleipo1q],
.reader-header p[b-coaleipo1q] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.mailbox-toggle[b-coaleipo1q] {
    align-items: center;
    background: #f6f7f4;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
}

.mailbox-toggle__button[b-coaleipo1q] {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #51605d;
    cursor: pointer;
    font-weight: 800;
    min-height: 2.25rem;
    padding: 0.45rem 0.75rem;
}

.mailbox-toggle__button:hover[b-coaleipo1q],
.mailbox-toggle__button:focus-visible[b-coaleipo1q],
.mailbox-toggle__button--active[b-coaleipo1q] {
    background: #ffffff;
    border-color: #cfd8cf;
    color: #15201f;
}

.mailbox-layout[b-coaleipo1q] {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.mailbox-panel[b-coaleipo1q] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.mailbox-panel h2[b-coaleipo1q] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.message-list[b-coaleipo1q] {
    display: grid;
    gap: 0.75rem;
}

.message-item[b-coaleipo1q] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.65rem;
    padding: 0.8rem;
}

.message-item--unread[b-coaleipo1q] {
    border-color: #9fcbb1;
    box-shadow: inset 4px 0 0 #1f5f55;
}

.message-item--selected[b-coaleipo1q] {
    background: #f6fbf7;
}

.message-summary[b-coaleipo1q] {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: grid;
    gap: 0.35rem;
    padding: 0;
    text-align: left;
}

.message-summary__topline[b-coaleipo1q] {
    align-items: start;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.message-summary strong[b-coaleipo1q],
.message-summary span[b-coaleipo1q],
.message-summary p[b-coaleipo1q],
.message-summary time[b-coaleipo1q] {
    overflow-wrap: anywhere;
}

.message-summary > span:not(.message-summary__topline)[b-coaleipo1q],
.message-summary time[b-coaleipo1q] {
    color: #51605d;
    font-size: 0.9rem;
}

.message-summary p[b-coaleipo1q] {
    color: #15201f;
    line-height: 1.45;
    margin: 0;
}

.status-pill[b-coaleipo1q] {
    background: #f1f3f0;
    border: 1px solid #d5ddd3;
    border-radius: 999px;
    color: #51605d;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 0.1rem;
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
}

.status-pill--unread[b-coaleipo1q] {
    background: #eef8f2;
    border-color: #b8dcc6;
    color: #1b5b38;
}

.mailbox-panel--reader[b-coaleipo1q] {
    min-height: 34rem;
}

.empty-reader[b-coaleipo1q] {
    align-content: center;
    display: grid;
    min-height: 22rem;
    place-items: center;
    text-align: center;
}

.empty-reader p[b-coaleipo1q] {
    max-width: 24rem;
}

.message-meta[b-coaleipo1q] {
    border-block: 1px solid #e2e7e0;
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 1rem 0;
}

.message-meta div[b-coaleipo1q] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 5rem minmax(0, 1fr);
}

.message-meta dt[b-coaleipo1q] {
    color: #51605d;
    font-weight: 800;
}

.message-meta dd[b-coaleipo1q] {
    margin: 0;
    overflow-wrap: anywhere;
}

.message-body[b-coaleipo1q] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    color: #15201f;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
    max-height: 50rem;
    overflow: auto;
    padding: 1rem;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 920px) {
    .mailbox-layout[b-coaleipo1q] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .admin-heading[b-coaleipo1q],
    .mailbox-toolbar[b-coaleipo1q],
    .reader-header[b-coaleipo1q] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-heading__actions[b-coaleipo1q],
    .mailbox-toolbar__actions[b-coaleipo1q],
    .message-actions[b-coaleipo1q] {
        justify-content: stretch;
    }

    .admin-button[b-coaleipo1q],
    .mailbox-toggle[b-coaleipo1q],
    .mailbox-toggle__button[b-coaleipo1q] {
        width: 100%;
    }

    .message-summary__topline[b-coaleipo1q],
    .message-meta div[b-coaleipo1q] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AdminFiles.razor.rz.scp.css */
.admin-shell[b-9h53i1wa7d] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-shell__inner[b-9h53i1wa7d] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-9h53i1wa7d],
.admin-panel__header[b-9h53i1wa7d] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading__actions[b-9h53i1wa7d] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.admin-heading__actions form[b-9h53i1wa7d] {
    margin: 0;
}

.admin-heading h1[b-9h53i1wa7d] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-grid[b-9h53i1wa7d] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
}

.admin-panel[b-9h53i1wa7d] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.admin-panel--wide[b-9h53i1wa7d] {
    overflow: hidden;
}

.admin-panel h2[b-9h53i1wa7d] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel__header p[b-9h53i1wa7d] {
    color: #51605d;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.admin-panel p[b-9h53i1wa7d] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.admin-panel label[b-9h53i1wa7d] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.admin-panel label span[b-9h53i1wa7d] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.admin-panel input[b-9h53i1wa7d],
.admin-panel textarea[b-9h53i1wa7d],
.generated-link input[b-9h53i1wa7d] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.admin-panel input[type="number"][b-9h53i1wa7d] {
    max-width: 8rem;
}

.generated-link[b-9h53i1wa7d] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.admin-form-grid[b-9h53i1wa7d] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
}

.upload-progress[b-9h53i1wa7d] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
}

.upload-progress__summary[b-9h53i1wa7d] {
    display: grid;
    gap: 0.2rem;
}

.upload-progress__summary strong[b-9h53i1wa7d] {
    overflow-wrap: anywhere;
}

.upload-progress__summary span[b-9h53i1wa7d] {
    color: #51605d;
    font-size: 0.9rem;
}

.upload-progress progress[b-9h53i1wa7d] {
    accent-color: #1f5f55;
    height: 0.8rem;
    width: 100%;
}

.admin-button[b-9h53i1wa7d] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-button:hover[b-9h53i1wa7d],
.admin-button:focus-visible[b-9h53i1wa7d] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-9h53i1wa7d] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-9h53i1wa7d] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-9h53i1wa7d],
.admin-button--secondary:focus-visible[b-9h53i1wa7d] {
    background: #eef2ed;
    color: #174b43;
}

.admin-button--danger[b-9h53i1wa7d] {
    background: #ffffff;
    border-color: #c64f35;
    color: #9b341f;
}

.admin-button--danger:hover[b-9h53i1wa7d],
.admin-button--danger:focus-visible[b-9h53i1wa7d] {
    background: #fff1ee;
    color: #7f2817;
}

.admin-alert[b-9h53i1wa7d] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-9h53i1wa7d] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-9h53i1wa7d] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-9h53i1wa7d] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.admin-table-wrap[b-9h53i1wa7d] {
    overflow-x: auto;
}

.admin-table[b-9h53i1wa7d] {
    border-collapse: collapse;
    min-width: 820px;
    width: 100%;
}

.admin-table--files[b-9h53i1wa7d] {
    min-width: 1120px;
}

.admin-table th[b-9h53i1wa7d],
.admin-table td[b-9h53i1wa7d] {
    border-bottom: 1px solid #e2e7e0;
    padding: 0.85rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.admin-table th[b-9h53i1wa7d] {
    color: #51605d;
    font-size: 0.78rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.admin-table td span[b-9h53i1wa7d] {
    color: #51605d;
    display: block;
    font-size: 0.86rem;
    line-height: 1.45;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.select-cell[b-9h53i1wa7d] {
    width: 3rem;
}

.select-cell input[b-9h53i1wa7d] {
    min-height: auto;
    width: auto;
}

.admin-actions[b-9h53i1wa7d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.user-check-list[b-9h53i1wa7d] {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.user-check-list label[b-9h53i1wa7d] {
    align-items: center;
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
}

.user-check-list input[b-9h53i1wa7d] {
    min-height: auto;
    width: auto;
}

.status-pill[b-9h53i1wa7d] {
    background: #f1f3f0;
    border: 1px solid #d5ddd3;
    border-radius: 999px;
    color: #51605d !important;
    display: inline-flex !important;
    font-weight: 800;
    margin: 0 !important;
    padding: 0.25rem 0.55rem;
}

.status-pill--active[b-9h53i1wa7d] {
    background: #eef8f2;
    border-color: #b8dcc6;
    color: #1b5b38 !important;
}

@media (max-width: 760px) {
    .admin-heading[b-9h53i1wa7d],
    .admin-panel__header[b-9h53i1wa7d],
    .generated-link[b-9h53i1wa7d],
    .admin-form-grid[b-9h53i1wa7d] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .admin-heading[b-9h53i1wa7d],
    .admin-panel__header[b-9h53i1wa7d] {
        flex-direction: column;
    }

    .admin-grid[b-9h53i1wa7d] {
        grid-template-columns: 1fr;
    }

    .admin-heading__actions[b-9h53i1wa7d] {
        justify-content: stretch;
    }
}
/* /Components/Pages/Admin/AdminMetrics.razor.rz.scp.css */
.admin-metrics[b-5yy87mi24v] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-metrics__inner[b-5yy87mi24v] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-5yy87mi24v],
.admin-panel__header[b-5yy87mi24v],
.admin-toolbar[b-5yy87mi24v] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-5yy87mi24v] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-5yy87mi24v] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.admin-toolbar[b-5yy87mi24v] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    padding: 0.85rem;
}

.range-toggle[b-5yy87mi24v] {
    align-items: center;
    background: #f6f7f4;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
}

.range-button[b-5yy87mi24v],
.admin-button[b-5yy87mi24v] {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.range-button[b-5yy87mi24v] {
    background: transparent;
    border: 1px solid transparent;
    color: #51605d;
}

.range-button:hover[b-5yy87mi24v],
.range-button:focus-visible[b-5yy87mi24v],
.range-button--active[b-5yy87mi24v] {
    background: #ffffff;
    border-color: #cfd8cf;
    color: #15201f;
}

.admin-button[b-5yy87mi24v] {
    background: #1f5f55;
    border: 1px solid #1f5f55;
    color: #ffffff;
}

.admin-button:hover[b-5yy87mi24v],
.admin-button:focus-visible[b-5yy87mi24v] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-5yy87mi24v],
.range-button:disabled[b-5yy87mi24v] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-5yy87mi24v] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-5yy87mi24v],
.admin-button--secondary:focus-visible[b-5yy87mi24v] {
    background: #eef2ed;
    color: #174b43;
}

.admin-alert[b-5yy87mi24v] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-5yy87mi24v] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--warning[b-5yy87mi24v] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.metric-grid[b-5yy87mi24v] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card[b-5yy87mi24v],
.admin-panel[b-5yy87mi24v] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
}

.metric-card[b-5yy87mi24v] {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
}

.metric-card span[b-5yy87mi24v] {
    color: #51605d;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.metric-card strong[b-5yy87mi24v] {
    color: #15201f;
    font-size: 2rem;
    line-height: 1;
}

.metric-panels[b-5yy87mi24v] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-panel[b-5yy87mi24v] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.admin-panel--wide[b-5yy87mi24v] {
    overflow: hidden;
}

.admin-panel h2[b-5yy87mi24v] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel p[b-5yy87mi24v] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.rank-list[b-5yy87mi24v],
.daily-list[b-5yy87mi24v] {
    display: grid;
    gap: 0.55rem;
}

.rank-row[b-5yy87mi24v] {
    align-items: center;
    border-bottom: 1px solid #e2e7e0;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 0 0.55rem;
}

.rank-row:last-child[b-5yy87mi24v] {
    border-bottom: 0;
    padding-bottom: 0;
}

.rank-row span[b-5yy87mi24v] {
    overflow-wrap: anywhere;
}

.rank-row strong[b-5yy87mi24v] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    border-radius: 999px;
    color: #1b5b38;
    min-width: 2.2rem;
    padding: 0.22rem 0.55rem;
    text-align: center;
}

.daily-row[b-5yy87mi24v] {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 7.5rem minmax(0, 1fr);
}

.daily-row > span[b-5yy87mi24v] {
    color: #51605d;
    font-weight: 800;
}

.daily-bar[b-5yy87mi24v] {
    background: #f6f7f4;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    min-height: 2rem;
    overflow: hidden;
    position: relative;
}

.daily-bar[b-5yy87mi24v]::before {
    background: #1f5f55;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: var(--daily-width);
}

.daily-bar span[b-5yy87mi24v] {
    color: #15201f;
    font-weight: 800;
    inset: 0.25rem 0.55rem auto auto;
    position: absolute;
    z-index: 1;
}

.event-count[b-5yy87mi24v] {
    color: #51605d;
    font-size: 0.9rem;
    font-weight: 800;
}

.admin-table-wrap[b-5yy87mi24v] {
    overflow-x: auto;
}

.admin-table[b-5yy87mi24v] {
    border-collapse: collapse;
    min-width: 940px;
    width: 100%;
}

.admin-table th[b-5yy87mi24v],
.admin-table td[b-5yy87mi24v] {
    border-bottom: 1px solid #e2e7e0;
    padding: 0.85rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.admin-table th[b-5yy87mi24v] {
    color: #51605d;
    font-size: 0.78rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.admin-table td[b-5yy87mi24v] {
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .metric-grid[b-5yy87mi24v],
    .metric-panels[b-5yy87mi24v] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .admin-heading[b-5yy87mi24v],
    .admin-panel__header[b-5yy87mi24v],
    .admin-toolbar[b-5yy87mi24v] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-heading__actions[b-5yy87mi24v],
    .range-toggle[b-5yy87mi24v] {
        justify-content: stretch;
    }

    .range-button[b-5yy87mi24v],
    .admin-button[b-5yy87mi24v] {
        flex: 1 1 auto;
    }

    .metric-grid[b-5yy87mi24v],
    .metric-panels[b-5yy87mi24v] {
        grid-template-columns: 1fr;
    }

    .daily-row[b-5yy87mi24v] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AdminProjects.razor.rz.scp.css */
.admin-projects[b-k6u9m0fal8] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-projects__inner[b-k6u9m0fal8] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-k6u9m0fal8],
.admin-panel__header[b-k6u9m0fal8],
.project-editor__header[b-k6u9m0fal8],
.project-subsection__header[b-k6u9m0fal8],
.download-editor__header[b-k6u9m0fal8] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-k6u9m0fal8] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-k6u9m0fal8] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.project-editor[b-k6u9m0fal8],
.admin-panel[b-k6u9m0fal8],
.download-editor[b-k6u9m0fal8] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.download-editor[b-k6u9m0fal8] {
    box-shadow: none;
}

.project-editor h2[b-k6u9m0fal8],
.admin-panel h2[b-k6u9m0fal8] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.project-subsection h3[b-k6u9m0fal8],
.download-editor h4[b-k6u9m0fal8],
.project-admin-item h3[b-k6u9m0fal8] {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.project-subsection p[b-k6u9m0fal8],
.admin-panel p[b-k6u9m0fal8],
.project-admin-item p[b-k6u9m0fal8] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.form-grid[b-k6u9m0fal8],
.download-row[b-k6u9m0fal8] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
}

.project-editor label[b-k6u9m0fal8] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.project-editor input[b-k6u9m0fal8],
.project-editor textarea[b-k6u9m0fal8],
.project-editor select[b-k6u9m0fal8] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.cover-preview[b-k6u9m0fal8],
.download-preview[b-k6u9m0fal8] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
}

.cover-preview[b-k6u9m0fal8] {
    align-items: center;
    grid-template-columns: 96px minmax(0, 1fr) auto;
}

.cover-preview img[b-k6u9m0fal8] {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.cover-preview strong[b-k6u9m0fal8],
.download-preview strong[b-k6u9m0fal8] {
    display: block;
    font-size: 0.9rem;
}

.cover-preview span[b-k6u9m0fal8],
.download-preview span[b-k6u9m0fal8] {
    color: #51605d;
    display: block;
    font-size: 0.82rem;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

.project-subsection[b-k6u9m0fal8] {
    border-top: 1px solid #e2e7e0;
    display: grid;
    gap: 0.8rem;
    padding-top: 1rem;
}

.download-editor-list[b-k6u9m0fal8] {
    display: grid;
    gap: 1rem;
}

.project-save[b-k6u9m0fal8] {
    justify-self: start;
}

.upload-progress[b-k6u9m0fal8] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
}

.upload-progress__summary[b-k6u9m0fal8] {
    display: grid;
    gap: 0.2rem;
}

.upload-progress__summary strong[b-k6u9m0fal8] {
    overflow-wrap: anywhere;
}

.upload-progress__summary span[b-k6u9m0fal8] {
    color: #51605d;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.upload-progress progress[b-k6u9m0fal8] {
    accent-color: #1f5f55;
    height: 0.8rem;
    width: 100%;
}

.project-admin-list[b-k6u9m0fal8] {
    display: grid;
    gap: 0.85rem;
}

.project-admin-item[b-k6u9m0fal8] {
    align-items: center;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 0.75rem;
}

.project-admin-item img[b-k6u9m0fal8],
.project-placeholder[b-k6u9m0fal8] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    width: 100%;
}

.project-admin-item img[b-k6u9m0fal8] {
    object-fit: cover;
}

.project-placeholder[b-k6u9m0fal8] {
    align-items: center;
    background: #eef2ed;
    color: #1f5f55;
    display: flex;
    font-size: 2rem;
    font-weight: 900;
    justify-content: center;
}

.project-admin-actions[b-k6u9m0fal8] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.project-admin-actions a[b-k6u9m0fal8] {
    color: #1f5f55;
    font-weight: 800;
}

.admin-button[b-k6u9m0fal8],
.icon-button[b-k6u9m0fal8] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-button:hover[b-k6u9m0fal8],
.admin-button:focus-visible[b-k6u9m0fal8] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-k6u9m0fal8] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-k6u9m0fal8] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-k6u9m0fal8],
.admin-button--secondary:focus-visible[b-k6u9m0fal8] {
    background: #eef2ed;
    color: #174b43;
}

.icon-button[b-k6u9m0fal8] {
    background: #fff1ee;
    border-color: #e9b9ac;
    color: #8a2d18;
    font-size: 1rem;
    min-height: 2.1rem;
    padding: 0.25rem 0.55rem;
}

.admin-alert[b-k6u9m0fal8] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-k6u9m0fal8] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-k6u9m0fal8] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-k6u9m0fal8] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

@media (max-width: 760px) {
    .admin-heading[b-k6u9m0fal8],
    .project-editor__header[b-k6u9m0fal8],
    .project-subsection__header[b-k6u9m0fal8],
    .download-editor__header[b-k6u9m0fal8] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-heading__actions[b-k6u9m0fal8] {
        justify-content: flex-start;
    }

    .form-grid[b-k6u9m0fal8],
    .download-row[b-k6u9m0fal8],
    .project-admin-item[b-k6u9m0fal8],
    .cover-preview[b-k6u9m0fal8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AdminRecipes.razor.rz.scp.css */
.admin-recipes[b-9u5m0prp03] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-recipes__inner[b-9u5m0prp03] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-9u5m0prp03],
.admin-panel__header[b-9u5m0prp03],
.recipe-editor__header[b-9u5m0prp03],
.recipe-subsection__header[b-9u5m0prp03] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-9u5m0prp03] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-9u5m0prp03] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.recipe-editor__tools[b-9u5m0prp03] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.recipe-editor[b-9u5m0prp03],
.admin-panel[b-9u5m0prp03] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.recipe-editor h2[b-9u5m0prp03],
.admin-panel h2[b-9u5m0prp03] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.recipe-subsection h3[b-9u5m0prp03],
.recipe-admin-item h3[b-9u5m0prp03] {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel p[b-9u5m0prp03],
.recipe-admin-item p[b-9u5m0prp03] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.form-grid[b-9u5m0prp03] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
}

.recipe-editor label[b-9u5m0prp03] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.recipe-editor input[b-9u5m0prp03],
.recipe-editor textarea[b-9u5m0prp03],
.recipe-editor select[b-9u5m0prp03] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.unit-toggle[b-9u5m0prp03] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: inline-flex;
    padding: 0.2rem;
}

.unit-toggle__button[b-9u5m0prp03] {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #51605d;
    cursor: pointer;
    font-weight: 800;
    min-height: 2.2rem;
    padding: 0.45rem 0.8rem;
}

.unit-toggle__button--active[b-9u5m0prp03] {
    background: #1f5f55;
    color: #ffffff;
}

.selected-images[b-9u5m0prp03],
.existing-images[b-9u5m0prp03] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
}

.existing-images[b-9u5m0prp03] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.selected-images span[b-9u5m0prp03] {
    color: #51605d;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.existing-image[b-9u5m0prp03] {
    align-items: center;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 72px minmax(0, 1fr) auto;
}

.existing-image img[b-9u5m0prp03] {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.existing-image strong[b-9u5m0prp03] {
    display: block;
    font-size: 0.9rem;
}

.existing-image span[b-9u5m0prp03] {
    color: #51605d;
    display: block;
    font-size: 0.82rem;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

.recipe-subsection[b-9u5m0prp03] {
    border-top: 1px solid #e2e7e0;
    display: grid;
    gap: 0.8rem;
    padding-top: 1rem;
}

.ingredient-list[b-9u5m0prp03],
.step-list[b-9u5m0prp03] {
    display: grid;
    gap: 0.65rem;
}

.ingredient-row[b-9u5m0prp03] {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: minmax(90px, 0.35fr) minmax(110px, 0.35fr) minmax(0, 1fr) auto;
}

.step-row[b-9u5m0prp03] {
    align-items: start;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 2rem minmax(0, 1fr) auto;
}

.step-row span[b-9u5m0prp03] {
    align-items: center;
    background: #eef2ed;
    border-radius: 8px;
    color: #1f5f55;
    display: inline-flex;
    font-weight: 800;
    height: 2.65rem;
    justify-content: center;
}

.icon-button[b-9u5m0prp03] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #c64f35;
    border-radius: 8px;
    color: #9b341f;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    height: 2.65rem;
    justify-content: center;
    width: 2.65rem;
}

.recipe-save[b-9u5m0prp03] {
    justify-self: start;
}

.admin-button[b-9u5m0prp03] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-button:hover[b-9u5m0prp03],
.admin-button:focus-visible[b-9u5m0prp03] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-9u5m0prp03] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-9u5m0prp03] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-9u5m0prp03],
.admin-button--secondary:focus-visible[b-9u5m0prp03] {
    background: #eef2ed;
    color: #174b43;
}

.admin-alert[b-9u5m0prp03] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-9u5m0prp03] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-9u5m0prp03] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-9u5m0prp03] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.recipe-admin-list[b-9u5m0prp03] {
    display: grid;
    gap: 0.75rem;
}

.recipe-admin-item[b-9u5m0prp03] {
    align-items: center;
    border: 1px solid #e2e7e0;
    border-radius: 8px;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 0.75rem;
}

.recipe-admin-item img[b-9u5m0prp03] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.recipe-admin-actions[b-9u5m0prp03] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.75rem;
}

@media (max-width: 760px) {
    .admin-heading[b-9u5m0prp03],
    .recipe-editor__header[b-9u5m0prp03],
    .recipe-subsection__header[b-9u5m0prp03],
    .admin-panel__header[b-9u5m0prp03] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-heading__actions[b-9u5m0prp03] {
        justify-content: stretch;
    }

    .recipe-editor__tools[b-9u5m0prp03] {
        justify-content: stretch;
    }

    .form-grid[b-9u5m0prp03],
    .ingredient-row[b-9u5m0prp03],
    .step-row[b-9u5m0prp03],
    .recipe-admin-item[b-9u5m0prp03],
    .existing-image[b-9u5m0prp03] {
        grid-template-columns: 1fr;
    }

    .step-row span[b-9u5m0prp03],
    .icon-button[b-9u5m0prp03] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/AdminTravels.razor.rz.scp.css */
.admin-travels[b-dvz7guml6u] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-travels__inner[b-dvz7guml6u] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-dvz7guml6u],
.admin-panel__header[b-dvz7guml6u],
.travel-editor__header[b-dvz7guml6u],
.travel-subsection__header[b-dvz7guml6u],
.section-editor__header[b-dvz7guml6u] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-dvz7guml6u] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-dvz7guml6u] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.travel-editor[b-dvz7guml6u],
.admin-panel[b-dvz7guml6u],
.section-editor[b-dvz7guml6u] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.section-editor[b-dvz7guml6u] {
    box-shadow: none;
}

.travel-editor h2[b-dvz7guml6u],
.admin-panel h2[b-dvz7guml6u] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.travel-subsection h3[b-dvz7guml6u],
.section-editor h4[b-dvz7guml6u],
.travel-admin-item h3[b-dvz7guml6u] {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel p[b-dvz7guml6u],
.travel-admin-item p[b-dvz7guml6u] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.travel-admin-date[b-dvz7guml6u] {
    color: #1f5f55;
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    margin: 0.25rem 0;
}

.form-grid[b-dvz7guml6u] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
}

.travel-editor label[b-dvz7guml6u] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.travel-editor input[b-dvz7guml6u],
.travel-editor textarea[b-dvz7guml6u] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.cover-preview[b-dvz7guml6u],
.selected-images[b-dvz7guml6u],
.existing-images[b-dvz7guml6u] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
}

.cover-preview[b-dvz7guml6u] {
    align-items: center;
    grid-template-columns: 96px minmax(0, 1fr) auto;
}

.cover-preview img[b-dvz7guml6u],
.existing-image img[b-dvz7guml6u] {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.existing-images[b-dvz7guml6u] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.existing-image[b-dvz7guml6u] {
    align-items: center;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 72px minmax(0, 1fr) auto;
}

.cover-preview strong[b-dvz7guml6u],
.existing-image strong[b-dvz7guml6u] {
    display: block;
    font-size: 0.9rem;
}

.cover-preview span[b-dvz7guml6u],
.existing-image span[b-dvz7guml6u],
.selected-images span[b-dvz7guml6u] {
    color: #51605d;
    display: block;
    font-size: 0.82rem;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

.travel-subsection[b-dvz7guml6u] {
    border-top: 1px solid #e2e7e0;
    display: grid;
    gap: 0.8rem;
    padding-top: 1rem;
}

.section-editor-list[b-dvz7guml6u] {
    display: grid;
    gap: 1rem;
}

.travel-save[b-dvz7guml6u] {
    justify-self: start;
}

.upload-progress[b-dvz7guml6u] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
}

.upload-progress__summary[b-dvz7guml6u] {
    display: grid;
    gap: 0.2rem;
}

.upload-progress__summary strong[b-dvz7guml6u] {
    overflow-wrap: anywhere;
}

.upload-progress__summary span[b-dvz7guml6u] {
    color: #51605d;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.upload-progress progress[b-dvz7guml6u] {
    accent-color: #1f5f55;
    height: 0.8rem;
    width: 100%;
}

.travel-admin-list[b-dvz7guml6u] {
    display: grid;
    gap: 0.85rem;
}

.travel-admin-item[b-dvz7guml6u] {
    align-items: center;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 0.75rem;
}

.travel-admin-item img[b-dvz7guml6u] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.travel-admin-actions[b-dvz7guml6u] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.travel-admin-actions a[b-dvz7guml6u] {
    color: #1f5f55;
    font-weight: 800;
}

.admin-button[b-dvz7guml6u],
.icon-button[b-dvz7guml6u] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
}

.admin-button:hover[b-dvz7guml6u],
.admin-button:focus-visible[b-dvz7guml6u] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-dvz7guml6u] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-dvz7guml6u] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-dvz7guml6u],
.admin-button--secondary:focus-visible[b-dvz7guml6u] {
    background: #eef2ed;
    color: #174b43;
}

.icon-button[b-dvz7guml6u] {
    background: #fff1ee;
    border-color: #e9b9ac;
    color: #8a2d18;
    font-size: 1rem;
    min-height: 2.1rem;
    padding: 0.25rem 0.55rem;
}

.admin-alert[b-dvz7guml6u] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-dvz7guml6u] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-dvz7guml6u] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-dvz7guml6u] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

@media (max-width: 760px) {
    .admin-heading[b-dvz7guml6u],
    .travel-editor__header[b-dvz7guml6u],
    .travel-subsection__header[b-dvz7guml6u],
    .section-editor__header[b-dvz7guml6u] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-heading__actions[b-dvz7guml6u] {
        justify-content: flex-start;
    }

    .form-grid[b-dvz7guml6u],
    .travel-admin-item[b-dvz7guml6u],
    .cover-preview[b-dvz7guml6u] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AdminUsers.razor.rz.scp.css */
.admin-shell[b-p69ck9ppd6] {
    background: #eef2ed;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-shell__inner[b-p69ck9ppd6] {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1180px;
}

.admin-heading[b-p69ck9ppd6],
.admin-panel__header[b-p69ck9ppd6] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.admin-heading h1[b-p69ck9ppd6] {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.admin-heading__actions[b-p69ck9ppd6] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.admin-panel[b-p69ck9ppd6] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.admin-panel--wide[b-p69ck9ppd6] {
    overflow: hidden;
}

.admin-panel h2[b-p69ck9ppd6] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.admin-panel p[b-p69ck9ppd6] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.admin-form-grid[b-p69ck9ppd6] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-panel label[b-p69ck9ppd6] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.admin-panel input[b-p69ck9ppd6] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.65rem;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.admin-check[b-p69ck9ppd6] {
    align-content: end;
    align-items: center;
    display: flex !important;
    flex-direction: row;
    gap: 0.55rem !important;
}

.admin-check input[b-p69ck9ppd6] {
    min-height: auto;
    width: auto;
}

.admin-button[b-p69ck9ppd6] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    width: fit-content;
}

.admin-button:hover[b-p69ck9ppd6],
.admin-button:focus-visible[b-p69ck9ppd6] {
    background: #174b43;
    color: #ffffff;
}

.admin-button:disabled[b-p69ck9ppd6] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-button--secondary[b-p69ck9ppd6] {
    background: #ffffff;
    color: #1f5f55;
}

.admin-button--secondary:hover[b-p69ck9ppd6],
.admin-button--secondary:focus-visible[b-p69ck9ppd6] {
    background: #eef2ed;
    color: #174b43;
}

.admin-button--danger[b-p69ck9ppd6] {
    background: #ffffff;
    border-color: #c64f35;
    color: #9b341f;
}

.admin-button--danger:hover[b-p69ck9ppd6],
.admin-button--danger:focus-visible[b-p69ck9ppd6] {
    background: #fff1ee;
    color: #7f2817;
}

.admin-alert[b-p69ck9ppd6] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-p69ck9ppd6] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.admin-alert--success[b-p69ck9ppd6] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.admin-alert--warning[b-p69ck9ppd6] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    color: #6a4a0b;
}

.admin-table-wrap[b-p69ck9ppd6] {
    overflow-x: auto;
}

.admin-table[b-p69ck9ppd6] {
    border-collapse: collapse;
    min-width: 820px;
    width: 100%;
}

.admin-table th[b-p69ck9ppd6],
.admin-table td[b-p69ck9ppd6] {
    border-bottom: 1px solid #e2e7e0;
    padding: 0.85rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.admin-table th[b-p69ck9ppd6] {
    color: #51605d;
    font-size: 0.78rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.admin-table td span[b-p69ck9ppd6] {
    color: #51605d;
    display: block;
    font-size: 0.86rem;
    line-height: 1.45;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.admin-actions[b-p69ck9ppd6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.status-pill[b-p69ck9ppd6] {
    background: #f1f3f0;
    border: 1px solid #d5ddd3;
    border-radius: 999px;
    color: #51605d !important;
    display: inline-flex !important;
    font-weight: 800;
    margin: 0 !important;
    padding: 0.25rem 0.55rem;
}

.status-pill--active[b-p69ck9ppd6] {
    background: #eef8f2;
    border-color: #b8dcc6;
    color: #1b5b38 !important;
}

@media (max-width: 760px) {
    .admin-heading[b-p69ck9ppd6],
    .admin-panel__header[b-p69ck9ppd6] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-heading__actions[b-p69ck9ppd6] {
        justify-content: stretch;
    }

    .admin-form-grid[b-p69ck9ppd6] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Login.razor.rz.scp.css */
.admin-login[b-7qhi3mpzdn] {
    align-items: center;
    background: #eef2ed;
    display: flex;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.admin-login__panel[b-7qhi3mpzdn] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(21, 32, 31, 0.08);
    margin: 0 auto;
    max-width: 440px;
    padding: 1.5rem;
    width: 100%;
}

.admin-login h1[b-7qhi3mpzdn] {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
}

.admin-login__form[b-7qhi3mpzdn] {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.admin-login__form label[b-7qhi3mpzdn] {
    color: #51605d;
    display: grid;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.admin-login__form input[b-7qhi3mpzdn] {
    border: 1px solid #cfd8cf;
    border-radius: 8px;
    color: #15201f;
    min-height: 2.7rem;
    padding: 0.65rem 0.75rem;
}

.admin-login__form button[b-7qhi3mpzdn] {
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 800;
    min-height: 2.8rem;
}

.admin-login__form button:disabled[b-7qhi3mpzdn] {
    cursor: not-allowed;
    opacity: 0.55;
}

.admin-alert[b-7qhi3mpzdn] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
}

.admin-alert--error[b-7qhi3mpzdn] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.page-hero[b-4jhbjs0gfr] {
    background: #15201f;
    color: #ffffff;
    padding: 7rem 1.25rem 4rem;
}

.page-hero__inner[b-4jhbjs0gfr],
.section__inner[b-4jhbjs0gfr] {
    margin: 0 auto;
    max-width: 1120px;
}

.page-hero h1[b-4jhbjs0gfr],
.section-heading h2[b-4jhbjs0gfr],
.location-card h2[b-4jhbjs0gfr] {
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 0;
    max-width: 900px;
}

.page-hero p[b-4jhbjs0gfr],
.section-heading p[b-4jhbjs0gfr],
.social-link small[b-4jhbjs0gfr],
.location-card address[b-4jhbjs0gfr] {
    color: #51605d;
    font-size: 1rem;
    line-height: 1.7;
}

.page-hero p[b-4jhbjs0gfr] {
    color: rgba(255, 255, 255, 0.86);
    margin: 1.25rem 0 0;
    max-width: 760px;
}

.section[b-4jhbjs0gfr] {
    background: #fbfbf8;
    color: #15201f;
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.contact-grid[b-4jhbjs0gfr] {
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.section-heading h2[b-4jhbjs0gfr],
.location-card h2[b-4jhbjs0gfr] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.section-heading p[b-4jhbjs0gfr] {
    margin: 1rem 0 0;
}

.social-list[b-4jhbjs0gfr] {
    display: grid;
    gap: 0.85rem;
    margin-top: 2rem;
}

.social-link[b-4jhbjs0gfr] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(21, 32, 31, 0.08);
    color: #15201f;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: 3rem minmax(0, 1fr);
    min-height: 4.3rem;
    padding: 0.75rem;
    text-decoration: none !important;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.social-link:hover[b-4jhbjs0gfr],
.social-link:focus[b-4jhbjs0gfr] {
    border-color: rgba(31, 95, 85, 0.3);
    box-shadow: 0 12px 30px rgba(21, 32, 31, 0.13);
    color: #15201f;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.social-link__icon[b-4jhbjs0gfr] {
    align-items: center;
    background: #1f5f55;
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 900;
    height: 3rem;
    justify-content: center;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    width: 3rem;
}

.social-link strong[b-4jhbjs0gfr],
.social-link small[b-4jhbjs0gfr] {
    display: block;
}

.social-link strong[b-4jhbjs0gfr] {
    font-size: 1rem;
    line-height: 1.2;
}

.social-link small[b-4jhbjs0gfr] {
    margin-top: 0.2rem;
}

.location-card[b-4jhbjs0gfr] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(21, 32, 31, 0.09);
    overflow: hidden;
}

.location-card > div:first-child[b-4jhbjs0gfr] {
    padding: 1.4rem;
}

.location-card address[b-4jhbjs0gfr] {
    font-style: normal;
    margin: 1rem 0 0;
}

.map-frame[b-4jhbjs0gfr] {
    aspect-ratio: 16 / 10;
    background: #eef2ed;
    border-top: 1px solid rgba(21, 32, 31, 0.1);
    min-height: 320px;
}

.map-frame iframe[b-4jhbjs0gfr] {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 880px) {
    .contact-grid[b-4jhbjs0gfr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .social-link[b-4jhbjs0gfr] {
        grid-template-columns: 2.65rem minmax(0, 1fr);
    }

    .social-link__icon[b-4jhbjs0gfr] {
        height: 2.65rem;
        width: 2.65rem;
    }
}
/* /Components/Pages/GuestUpload.razor.rz.scp.css */
.guest-upload[b-gaguxspjyn] {
    align-items: center;
    background: #eef2ed;
    color: #15201f;
    display: flex;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.guest-upload__panel[b-gaguxspjyn] {
    background: #ffffff;
    border: 1px solid rgba(21, 32, 31, 0.12);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(21, 32, 31, 0.07);
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 560px;
    padding: 1.5rem;
    width: 100%;
}

.guest-upload h1[b-gaguxspjyn] {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.guest-upload p[b-gaguxspjyn] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.guest-alert[b-gaguxspjyn] {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.8rem 0.9rem;
}

.guest-alert--error[b-gaguxspjyn] {
    background: #fff1ee;
    border: 1px solid #e9b9ac;
    color: #8a2d18;
}

.guest-alert--success[b-gaguxspjyn] {
    background: #eef8f2;
    border: 1px solid #b8dcc6;
    color: #1b5b38;
}

.upload-progress[b-gaguxspjyn] {
    background: #f7f8f5;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem;
}

.upload-progress__summary[b-gaguxspjyn] {
    display: grid;
    gap: 0.2rem;
}

.upload-progress__summary strong[b-gaguxspjyn] {
    overflow-wrap: anywhere;
}

.upload-progress__summary span[b-gaguxspjyn] {
    color: #51605d;
    font-size: 0.9rem;
}

.upload-progress progress[b-gaguxspjyn] {
    accent-color: #1f5f55;
    height: 0.8rem;
    width: 100%;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-wocuwiks48] {
    align-items: center;
    background-image: url("/images/louvre-hero.jpg");
    background-position: center;
    background-size: cover;
    color: #ffffff;
    display: flex;
    min-height: min(720px, 74vh);
    overflow: hidden;
    position: relative;
}

.hero__shade[b-wocuwiks48] {
    background:
        linear-gradient(90deg, rgba(17, 28, 27, 0.88), rgba(17, 28, 27, 0.58) 48%, rgba(17, 28, 27, 0.18)),
        linear-gradient(0deg, rgba(17, 28, 27, 0.5), transparent 34%);
    inset: 0;
    position: absolute;
}

.hero__content[b-wocuwiks48] {
    margin: 0 auto;
    max-width: 1120px;
    padding: 7rem 1.25rem 5rem;
    position: relative;
    width: 100%;
}

.hero h1[b-wocuwiks48] {
    font-size: clamp(3.2rem, 9vw, 7.2rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
    max-width: 920px;
}

.hero__lead[b-wocuwiks48] {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.55;
    margin: 1.5rem 0 0;
    max-width: 720px;
}

.hero__actions[b-wocuwiks48] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.button[b-wocuwiks48] {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.72rem 1rem;
    text-decoration: none;
}

.button--primary[b-wocuwiks48] {
    background: #f6c76f;
    color: #15201f;
}

.button--primary:hover[b-wocuwiks48] {
    background: #ffe0a0;
    color: #15201f;
}

.button--secondary[b-wocuwiks48] {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.button--secondary:hover[b-wocuwiks48] {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.section[b-wocuwiks48] {
    background: #fbfbf8;
    color: #15201f;
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.section--muted[b-wocuwiks48] {
    background: #eef2ed;
}

.section__inner[b-wocuwiks48] {
    margin: 0 auto;
    max-width: 1120px;
}

.profile-block[b-wocuwiks48] {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    max-width: 920px;
}

.profile-block__image[b-wocuwiks48] {
    aspect-ratio: 1;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 20px 55px rgba(21, 32, 31, 0.18);
    object-fit: cover;
    width: 100%;
}

.profile-block h2[b-wocuwiks48],
.section-heading h2[b-wocuwiks48] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.profile-block p[b-wocuwiks48],
.section-heading p[b-wocuwiks48],
.interest-card p[b-wocuwiks48] {
    color: #51605d;
    font-size: 1rem;
    line-height: 1.7;
}

.profile-block p[b-wocuwiks48] {
    margin: 1rem 0 0;
    max-width: 650px;
}

.interest-card span[b-wocuwiks48] {
    color: #1f5f55;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.section-heading[b-wocuwiks48] {
    max-width: 760px;
}

.section-heading p[b-wocuwiks48] {
    margin: 1rem 0 0;
}

.interest-grid[b-wocuwiks48] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.interest-card[b-wocuwiks48] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    min-height: 215px;
    padding: 1.25rem;
}

.interest-card h3[b-wocuwiks48] {
    color: #15201f;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.interest-card p[b-wocuwiks48] {
    margin: 0.75rem 0 0;
}

@media (max-width: 1040px) {
    .interest-grid[b-wocuwiks48] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .profile-block[b-wocuwiks48] {
        grid-template-columns: 1fr;
    }

    .profile-block__image[b-wocuwiks48] {
        max-width: 150px;
    }
}

@media (max-width: 620px) {
    .hero[b-wocuwiks48] {
        min-height: 68vh;
    }

    .hero__content[b-wocuwiks48] {
        padding-top: 5.5rem;
    }

    .interest-grid[b-wocuwiks48] {
        grid-template-columns: 1fr;
    }

    .interest-card[b-wocuwiks48] {
        min-height: auto;
    }
}
/* /Components/Pages/ProjectDetail.razor.rz.scp.css */
.project-detail-shell[b-ke4zzzsqrw],
.project-detail[b-ke4zzzsqrw] {
    background: #fbfbf8;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.project-detail[b-ke4zzzsqrw],
.project-detail-empty[b-ke4zzzsqrw] {
    margin: 0 auto;
    max-width: 1120px;
}

.project-detail-empty[b-ke4zzzsqrw],
.project-panel[b-ke4zzzsqrw] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.project-detail-empty h1[b-ke4zzzsqrw] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.project-detail__header[b-ke4zzzsqrw] {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
}

.project-detail__header h1[b-ke4zzzsqrw] {
    font-size: clamp(3rem, 8vw, 5.8rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.project-detail__header p[b-ke4zzzsqrw],
.project-panel p[b-ke4zzzsqrw] {
    color: #51605d;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
    max-width: 760px;
}

.project-detail__header p[b-ke4zzzsqrw] {
    font-size: 1.18rem;
    line-height: 1.6;
    margin-top: 1rem;
}

.project-detail__header img[b-ke4zzzsqrw] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(21, 32, 31, 0.16);
    object-fit: cover;
    width: 100%;
}

.project-actions[b-ke4zzzsqrw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.project-action[b-ke4zzzsqrw] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    min-height: 2.65rem;
    padding: 0.65rem 0.9rem;
    text-decoration: none;
}

.project-action--secondary[b-ke4zzzsqrw] {
    background: #ffffff;
    color: #1f5f55;
}

.project-panel[b-ke4zzzsqrw] {
    margin-top: 2rem;
}

.project-panel h2[b-ke4zzzsqrw] {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
}

.project-panel__header[b-ke4zzzsqrw] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
}

.project-panel__header span[b-ke4zzzsqrw] {
    color: #1f5f55;
    font-size: 0.9rem;
    font-weight: 800;
}

.download-list[b-ke4zzzsqrw] {
    display: grid;
    gap: 0.75rem;
}

.download-card[b-ke4zzzsqrw] {
    align-items: center;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    color: inherit;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem;
    text-decoration: none;
}

.download-card--recommended[b-ke4zzzsqrw] {
    border-color: rgba(31, 95, 85, 0.42);
    box-shadow: 0 10px 24px rgba(31, 95, 85, 0.1);
}

.download-card strong[b-ke4zzzsqrw],
.download-card span[b-ke4zzzsqrw] {
    display: block;
}

.download-card strong[b-ke4zzzsqrw] {
    color: #15201f;
    overflow-wrap: anywhere;
}

.download-card span[b-ke4zzzsqrw] {
    color: #51605d;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.download-card em[b-ke4zzzsqrw] {
    background: #eef8f2;
    border-radius: 999px;
    color: #1b5b38;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
    padding: 0.35rem 0.55rem;
}

@media (max-width: 900px) {
    .project-detail__header[b-ke4zzzsqrw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .download-card[b-ke4zzzsqrw] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/Projects.razor.rz.scp.css */
.projects-hero[b-0724w8mtdt] {
    background: #15201f;
    color: #ffffff;
    padding: 8rem 1.25rem 4rem;
}

.projects-hero__inner[b-0724w8mtdt],
.projects-section__inner[b-0724w8mtdt] {
    margin: 0 auto;
    max-width: 1120px;
}

.projects-hero h1[b-0724w8mtdt] {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.projects-hero p[b-0724w8mtdt] {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 680px;
}

.projects-section[b-0724w8mtdt] {
    background: #fbfbf8;
    padding: clamp(3rem, 7vw, 5rem) 1.25rem;
}

.section-heading h2[b-0724w8mtdt] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.project-grid[b-0724w8mtdt] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.project-card[b-0724w8mtdt] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    overflow: hidden;
}

.project-card a[b-0724w8mtdt] {
    color: inherit;
    display: grid;
    min-height: 100%;
    text-decoration: none;
}

.project-card img[b-0724w8mtdt],
.project-card__placeholder[b-0724w8mtdt] {
    aspect-ratio: 4 / 3;
    width: 100%;
}

.project-card img[b-0724w8mtdt] {
    object-fit: cover;
}

.project-card__placeholder[b-0724w8mtdt] {
    align-items: center;
    background: #eef2ed;
    color: #1f5f55;
    display: flex;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 900;
    justify-content: center;
}

.project-card div:not(.project-card__placeholder)[b-0724w8mtdt] {
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
}

.project-card h3[b-0724w8mtdt] {
    color: #15201f;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.project-card p[b-0724w8mtdt],
.empty-state[b-0724w8mtdt] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.projects-alert[b-0724w8mtdt] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    border-radius: 8px;
    color: #6a4a0b;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
}

.empty-state[b-0724w8mtdt] {
    margin-top: 1rem;
}

@media (max-width: 1040px) {
    .project-grid[b-0724w8mtdt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .project-grid[b-0724w8mtdt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/RecipeDetail.razor.rz.scp.css */
.recipe-detail-shell[b-ofluiw79fc],
.recipe-detail[b-ofluiw79fc] {
    background: #fbfbf8;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.recipe-detail[b-ofluiw79fc],
.recipe-detail-empty[b-ofluiw79fc] {
    margin: 0 auto;
    max-width: 1120px;
}

.recipe-detail-empty[b-ofluiw79fc] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.recipe-detail-empty h1[b-ofluiw79fc] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.recipe-detail__header[b-ofluiw79fc] {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
}

.recipe-detail__header h1[b-ofluiw79fc] {
    font-size: clamp(3rem, 8vw, 5.8rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.recipe-detail__header p[b-ofluiw79fc] {
    color: #51605d;
    font-size: 1.18rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 680px;
}

.recipe-detail__header img[b-ofluiw79fc] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(21, 32, 31, 0.16);
    object-fit: cover;
    width: 100%;
}

.recipe-gallery[b-ofluiw79fc] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.recipe-gallery img[b-ofluiw79fc] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.recipe-detail__body[b-ofluiw79fc] {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
    margin-top: 2rem;
}

.recipe-panel[b-ofluiw79fc] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.recipe-panel h2[b-ofluiw79fc] {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
}

.recipe-panel__header[b-ofluiw79fc] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.ingredient-toggle[b-ofluiw79fc] {
    background: #eef2ed;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.25rem;
    padding: 0.25rem;
}

.ingredient-toggle__button[b-ofluiw79fc] {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #51605d;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    min-height: 2rem;
    padding: 0.25rem 0.65rem;
}

.ingredient-toggle__button--active[b-ofluiw79fc] {
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(21, 32, 31, 0.12);
    color: #1f5f55;
}

.ingredient-list[b-ofluiw79fc],
.step-list[b-ofluiw79fc] {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.ingredient-list[b-ofluiw79fc] {
    list-style: none;
}

.ingredient-list li[b-ofluiw79fc] {
    border-bottom: 1px solid #e2e7e0;
    display: grid;
    gap: 0.4rem;
    grid-template-columns: minmax(84px, 0.35fr) minmax(0, 1fr);
    padding-bottom: 0.7rem;
}

.ingredient-list span[b-ofluiw79fc] {
    color: #1f5f55;
    font-weight: 800;
}

.ingredient-list strong[b-ofluiw79fc] {
    font-weight: 700;
}

.step-list[b-ofluiw79fc] {
    counter-reset: recipe-step;
    list-style: none;
}

.step-list li[b-ofluiw79fc] {
    border-bottom: 1px solid #e2e7e0;
    color: #51605d;
    line-height: 1.7;
    padding: 0 0 0.9rem 3rem;
    position: relative;
}

.step-list li[b-ofluiw79fc]::before {
    align-items: center;
    background: #eef2ed;
    border-radius: 8px;
    color: #1f5f55;
    content: counter(recipe-step);
    counter-increment: recipe-step;
    display: inline-flex;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem;
}

@media (max-width: 900px) {
    .recipe-detail__header[b-ofluiw79fc],
    .recipe-detail__body[b-ofluiw79fc] {
        grid-template-columns: 1fr;
    }

    .recipe-gallery[b-ofluiw79fc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .recipe-gallery[b-ofluiw79fc],
    .ingredient-list li[b-ofluiw79fc] {
        grid-template-columns: 1fr;
    }

    .recipe-panel__header[b-ofluiw79fc] {
        align-items: stretch;
        flex-direction: column;
    }

    .ingredient-toggle[b-ofluiw79fc] {
        width: 100%;
    }

    .ingredient-toggle__button[b-ofluiw79fc] {
        flex: 1;
    }
}
/* /Components/Pages/Recipes.razor.rz.scp.css */
.recipes-hero[b-x8exf5w2vj] {
    background: #15201f;
    color: #ffffff;
    padding: 8rem 1.25rem 4rem;
}

.recipes-hero__inner[b-x8exf5w2vj],
.recipes-section__inner[b-x8exf5w2vj] {
    margin: 0 auto;
    max-width: 1120px;
}

.recipes-hero h1[b-x8exf5w2vj] {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.recipes-hero p[b-x8exf5w2vj] {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 680px;
}

.recipes-section[b-x8exf5w2vj] {
    background: #fbfbf8;
    padding: clamp(3rem, 7vw, 5rem) 1.25rem;
}

.section-heading h2[b-x8exf5w2vj] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.recipe-grid[b-x8exf5w2vj] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.recipe-card[b-x8exf5w2vj] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    overflow: hidden;
}

.recipe-card a[b-x8exf5w2vj] {
    color: inherit;
    display: grid;
    min-height: 100%;
    text-decoration: none;
}

.recipe-card img[b-x8exf5w2vj] {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.recipe-card div[b-x8exf5w2vj] {
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
}

.recipe-card h3[b-x8exf5w2vj] {
    color: #15201f;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.recipe-card p[b-x8exf5w2vj],
.empty-state[b-x8exf5w2vj] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.recipes-alert[b-x8exf5w2vj] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    border-radius: 8px;
    color: #6a4a0b;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
}

.empty-state[b-x8exf5w2vj] {
    margin-top: 1rem;
}

@media (max-width: 1040px) {
    .recipe-grid[b-x8exf5w2vj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .recipe-grid[b-x8exf5w2vj] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Resume.razor.rz.scp.css */
.page-hero[b-88ycs7gwwi] {
    background: #15201f;
    color: #ffffff;
    padding: 7rem 1.25rem 4rem;
}

.page-hero__inner[b-88ycs7gwwi],
.section__inner[b-88ycs7gwwi] {
    margin: 0 auto;
    max-width: 1120px;
}

.page-hero h1[b-88ycs7gwwi],
.section-heading h2[b-88ycs7gwwi] {
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 800;
    line-height: 1.02;
    margin: 0;
    max-width: 900px;
}

.page-hero p[b-88ycs7gwwi],
.section-heading p[b-88ycs7gwwi],
.timeline-preview__item p[b-88ycs7gwwi],
.timeline-preview__item li[b-88ycs7gwwi],
.resume-fact[b-88ycs7gwwi],
.credential-card p[b-88ycs7gwwi],
.skill-group li[b-88ycs7gwwi] {
    color: #51605d;
    font-size: 1rem;
    line-height: 1.7;
}

.page-hero p[b-88ycs7gwwi] {
    color: rgba(255, 255, 255, 0.86);
    margin: 1.25rem 0 0;
    max-width: 760px;
}

.section[b-88ycs7gwwi] {
    background: #fbfbf8;
    color: #15201f;
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.section--muted[b-88ycs7gwwi] {
    background: #eef2ed;
}

.section-heading[b-88ycs7gwwi] {
    max-width: 760px;
}

.section-heading h2[b-88ycs7gwwi] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}

.section-heading p[b-88ycs7gwwi] {
    margin: 1rem 0 0;
}

.resume-overview[b-88ycs7gwwi] {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

.resume-facts[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(21, 32, 31, 0.08);
    display: grid;
    gap: 0.85rem;
    padding: 1.25rem;
}

.resume-fact[b-88ycs7gwwi] {
    border-bottom: 1px solid #e7ebe5;
    display: grid;
    gap: 0.2rem;
    padding-bottom: 0.85rem;
}

.resume-fact span[b-88ycs7gwwi],
.credential-card span[b-88ycs7gwwi] {
    color: #1f5f55;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.resume-fact strong[b-88ycs7gwwi] {
    color: #15201f;
    font-size: 1.05rem;
}

.resume-actions[b-88ycs7gwwi] {
    display: grid;
    gap: 0.6rem;
}

.resume-link[b-88ycs7gwwi] {
    align-items: center;
    background: #1f5f55;
    border: 1px solid #1f5f55;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
}

.resume-link--secondary[b-88ycs7gwwi] {
    background: #ffffff;
    color: #1f5f55;
}

.resume-link:hover[b-88ycs7gwwi],
.resume-link:focus-visible[b-88ycs7gwwi] {
    background: #17483f;
    color: #ffffff;
}

.resume-link--secondary:hover[b-88ycs7gwwi],
.resume-link--secondary:focus-visible[b-88ycs7gwwi] {
    background: #eef2ed;
    color: #17483f;
}

.timeline-preview[b-88ycs7gwwi] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.timeline-preview__item[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dce2dc;
    border-radius: 8px;
    padding: 1.35rem;
}

.timeline-preview__item > p:first-child[b-88ycs7gwwi] {
    color: #1f5f55;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06rem;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.timeline-preview__item h3[b-88ycs7gwwi],
.skill-group h3[b-88ycs7gwwi] {
    color: #15201f;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.timeline-preview__item span[b-88ycs7gwwi] {
    color: #a6492d;
    display: block;
    font-weight: 800;
    margin-top: 0.25rem;
}

.timeline-preview__item p:last-child[b-88ycs7gwwi] {
    margin: 0.75rem 0 0;
}

.timeline-preview__item ul[b-88ycs7gwwi] {
    display: grid;
    gap: 0.45rem;
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.timeline-preview__item li[b-88ycs7gwwi]::marker {
    color: #1f5f55;
}

.skill-grid[b-88ycs7gwwi] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
}

.skill-group[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    padding: 1.25rem;
}

.skill-group ul[b-88ycs7gwwi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.skill-group li[b-88ycs7gwwi] {
    background: #eef2ed;
    border-radius: 999px;
    color: #2f3d3a;
    font-size: 0.92rem;
    line-height: 1.2;
    padding: 0.45rem 0.7rem;
}

.credential-grid[b-88ycs7gwwi] {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.credential-list[b-88ycs7gwwi] {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.credential-card[b-88ycs7gwwi] {
    background: #ffffff;
    border: 1px solid #dce2dc;
    border-radius: 8px;
    padding: 1.25rem;
}

.credential-card h3[b-88ycs7gwwi] {
    color: #15201f;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0.35rem 0 0;
}

.credential-card p[b-88ycs7gwwi] {
    margin: 0.75rem 0 0;
}

@media (max-width: 900px) {
    .resume-overview[b-88ycs7gwwi],
    .credential-grid[b-88ycs7gwwi] {
        grid-template-columns: 1fr;
    }

    .skill-grid[b-88ycs7gwwi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .skill-grid[b-88ycs7gwwi] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/TravelDetail.razor.rz.scp.css */
.travel-detail-shell[b-rnek6vl21x],
.travel-detail[b-rnek6vl21x] {
    background: #fbfbf8;
    color: #15201f;
    min-height: calc(100vh - 4rem);
    padding: 7rem 1.25rem 4rem;
}

.travel-detail[b-rnek6vl21x],
.travel-detail-empty[b-rnek6vl21x] {
    margin: 0 auto;
    max-width: 1120px;
}

.travel-detail-empty[b-rnek6vl21x] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.travel-detail-empty h1[b-rnek6vl21x] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.travel-detail__header[b-rnek6vl21x] {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
}

.travel-detail__header h1[b-rnek6vl21x] {
    font-size: clamp(3rem, 8vw, 5.8rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.travel-detail__date[b-rnek6vl21x] {
    color: #1f5f55;
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.travel-detail__header p[b-rnek6vl21x] {
    color: #51605d;
    font-size: 1.18rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 680px;
}

.travel-detail__header img[b-rnek6vl21x] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(21, 32, 31, 0.16);
    object-fit: cover;
    width: 100%;
}

.travel-toc[b-rnek6vl21x] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    margin-top: 2rem;
    padding: 1.25rem;
}

.travel-toc h2[b-rnek6vl21x] {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.travel-toc ol[b-rnek6vl21x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.travel-toc a[b-rnek6vl21x] {
    background: #eef2ed;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    color: #1f5f55;
    display: inline-flex;
    font-weight: 800;
    min-height: 2.35rem;
    padding: 0.55rem 0.75rem;
    text-decoration: none;
}

.travel-sections[b-rnek6vl21x] {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.travel-section[b-rnek6vl21x] {
    scroll-margin-top: 6rem;
}

.travel-section h2[b-rnek6vl21x] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.travel-section p[b-rnek6vl21x] {
    color: #51605d;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 1rem 0 0;
    max-width: 760px;
}

.travel-section__gallery[b-rnek6vl21x] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.travel-section__gallery img[b-rnek6vl21x] {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 900px) {
    .travel-detail__header[b-rnek6vl21x] {
        grid-template-columns: 1fr;
    }

    .travel-section__gallery[b-rnek6vl21x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .travel-section__gallery[b-rnek6vl21x] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Travels.razor.rz.scp.css */
.travels-hero[b-xwkw7pbwdp] {
    background: #15201f;
    color: #ffffff;
    padding: 8rem 1.25rem 4rem;
}

.travels-hero__inner[b-xwkw7pbwdp],
.travels-section__inner[b-xwkw7pbwdp] {
    margin: 0 auto;
    max-width: 1120px;
}

.travels-hero h1[b-xwkw7pbwdp] {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}

.travels-hero p[b-xwkw7pbwdp] {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 680px;
}

.travels-section[b-xwkw7pbwdp] {
    background: #fbfbf8;
    padding: clamp(3rem, 7vw, 5rem) 1.25rem;
}

.section-heading h2[b-xwkw7pbwdp] {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
}

.travel-grid[b-xwkw7pbwdp] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.travel-card[b-xwkw7pbwdp] {
    background: #ffffff;
    border: 1px solid #dfe5dd;
    border-radius: 8px;
    overflow: hidden;
}

.travel-card a[b-xwkw7pbwdp] {
    color: inherit;
    display: grid;
    min-height: 100%;
    text-decoration: none;
}

.travel-card img[b-xwkw7pbwdp] {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.travel-card div[b-xwkw7pbwdp] {
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
}

.travel-card h3[b-xwkw7pbwdp] {
    color: #15201f;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.travel-date[b-xwkw7pbwdp] {
    color: #1f5f55;
    font-size: 0.82rem;
    font-weight: 800;
}

.travel-card p[b-xwkw7pbwdp],
.empty-state[b-xwkw7pbwdp] {
    color: #51605d;
    line-height: 1.6;
    margin: 0;
}

.travels-alert[b-xwkw7pbwdp] {
    background: #fff7e0;
    border: 1px solid #e8d295;
    border-radius: 8px;
    color: #6a4a0b;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
}

.empty-state[b-xwkw7pbwdp] {
    margin-top: 1rem;
}

@media (max-width: 1040px) {
    .travel-grid[b-xwkw7pbwdp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .travel-grid[b-xwkw7pbwdp] {
        grid-template-columns: 1fr;
    }
}
