@import '_content/Ssalddel.Ui.Common/Ssalddel.Ui.Common.wvlx35rx40.bundle.scp.css';

/* /Layout/GlobalTradeLayout.razor.rz.scp.css */
.global-trade-shell[b-rhs1rqo6dj] {
    --global-ink: #17251f;
    --global-muted: #65736b;
    --global-green: #214f3d;
    --global-lime: #dce9a7;
    --global-cream: #f5f1e7;
    --global-line: rgba(33, 79, 61, 0.16);
    min-height: 100vh;
    background: #fbfaf6;
    color: var(--global-ink);
}

.global-trade-nav[b-rhs1rqo6dj] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0 clamp(16px, 4vw, 64px);
    border-bottom: 1px solid var(--global-line);
    background: rgba(251, 250, 246, 0.94) !important;
    color: var(--global-ink) !important;
    backdrop-filter: blur(16px);
}

.global-trade-brand[b-rhs1rqo6dj] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--global-ink) !important;
}

.global-trade-brand-mark[b-rhs1rqo6dj] {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    background: var(--global-green);
    color: #fff;
    font-weight: 900;
}

.global-trade-brand span:last-child[b-rhs1rqo6dj] {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.global-trade-brand small[b-rhs1rqo6dj] {
    margin-top: 4px;
    color: var(--global-muted);
    font-size: 0.67rem;
}

.global-trade-main[b-rhs1rqo6dj] {
    min-height: calc(100vh - 132px);
    padding-top: 64px;
    background: #fbfaf6;
}

.global-trade-footer[b-rhs1rqo6dj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px clamp(20px, 6vw, 88px);
    border-top: 1px solid var(--global-line);
    background: #f1eee4;
    color: var(--global-muted);
    font-size: 0.84rem;
}

.global-trade-footer div[b-rhs1rqo6dj] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.global-trade-footer strong[b-rhs1rqo6dj] {
    color: var(--global-ink);
}

@media (max-width: 760px) {
    .global-trade-nav-actions[b-rhs1rqo6dj]  .mud-button-root {
        display: none;
    }

    .global-trade-main[b-rhs1rqo6dj] {
        padding-top: 38px;
    }

    .global-trade-footer[b-rhs1rqo6dj] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/CommunityBoardPage.razor.rz.scp.css */
.community-board-page[b-yym87uvj5c] {
    --community-reading-accent: #2457a6;
    --community-reading-on-accent: #fff;
    display: grid;
    gap: .55rem;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 5rem;
}

.community-board-page__header[b-yym87uvj5c] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .85rem;
    padding: .85rem 1rem;
    border: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-top: 3px solid var(--community-reading-accent, #2457a6);
    border-radius: 2px;
    background: var(--community-reading-surface, #fff);
}

.community-board-page__header > a[b-yym87uvj5c] {
    display: flex;
    align-items: center;
    gap: .3rem;
    color: var(--community-reading-muted, #50604f);
    text-decoration: none;
}

.community-board-page__header span[b-yym87uvj5c] {
    color: var(--community-reading-accent, #60745e);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.community-board-page__header h1[b-yym87uvj5c] {
    margin: .15rem 0;
    font-size: 1.4rem;
    line-height: 1.2;
}

.community-board-page__header p[b-yym87uvj5c] {
    margin: 0;
    color: var(--community-reading-muted, #657066);
    line-height: 1.45;
    word-break: keep-all;
}

.community-board-page__navigation[b-yym87uvj5c] {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0;
    border: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-right: 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.community-board-page__navigation[b-yym87uvj5c]::-webkit-scrollbar {
    display: none;
}

.community-board-page__board-link[b-yym87uvj5c] {
    display: flex;
    align-items: center;
    gap: .45rem;
    flex: 0 0 auto;
    min-height: 34px;
    padding: .4rem .72rem;
    border: 0;
    border-right: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-radius: 0;
    background: var(--community-reading-surface, #fff);
    color: var(--community-reading-text, #4e5a4e);
    text-decoration: none;
    scroll-snap-align: start;
}

.community-board-page__board-link b[b-yym87uvj5c] {
    font-size: .72rem;
    color: var(--community-reading-muted, #718071);
}

.community-board-page__board-link--active[b-yym87uvj5c] {
    background: var(--community-reading-accent, #2457a6);
    color: var(--community-reading-on-accent, #fff);
}

.community-board-page__board-link--active b[b-yym87uvj5c] {
    color: color-mix(in srgb, var(--community-reading-on-accent, #fff) 75%, transparent);
}

.community-board-page__filters[b-yym87uvj5c] {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-wrap: wrap;
}

.community-board-page__filters > span[b-yym87uvj5c] {
    color: var(--community-reading-muted, #667168);
    font-size: .82rem;
    font-weight: 700;
}

.community-board-page__state[b-yym87uvj5c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 260px;
    color: var(--community-reading-muted, #637064);
}

.community-board-page__error[b-yym87uvj5c] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .7rem;
    min-height: 64px;
    padding: .65rem .8rem;
    border: 1px solid rgba(174, 66, 57, .24);
    border-radius: 2px;
    background: rgba(255, 247, 245, .9);
}

.community-board-page__error div[b-yym87uvj5c] {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.community-board-page__error strong[b-yym87uvj5c] {
    font-size: .78rem;
}

.community-board-page__error span[b-yym87uvj5c] {
    overflow: hidden;
    color: var(--community-reading-muted, #657066);
    font-size: .68rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-board-page__error .mud-icon-root[b-yym87uvj5c] {
    font-size: 1.55rem;
}

.community-board-page__error .mud-button-root[b-yym87uvj5c] {
    min-height: 30px;
    padding-inline: .65rem;
    font-size: .68rem;
}

.community-board-page__pagination[b-yym87uvj5c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 720px) {
    .community-board-page[b-yym87uvj5c] {
        width: 100%;
        gap: .4rem;
        padding: .25rem 0 5rem;
    }

    .community-board-page__header[b-yym87uvj5c] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .5rem;
        padding: .7rem .75rem;
        border-right: 0;
        border-left: 0;
    }

    .community-board-page__header > a[b-yym87uvj5c] {
        grid-column: 1;
        grid-row: 1;
        font-size: .72rem;
    }

    .community-board-page__header > div[b-yym87uvj5c] {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .community-board-page__header > div > span[b-yym87uvj5c] {
        display: none;
    }

    .community-board-page__header h1[b-yym87uvj5c] {
        font-size: 1.18rem;
    }

    .community-board-page__header p[b-yym87uvj5c] {
        overflow: hidden;
        font-size: .72rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .community-board-page__header .mud-button-root[b-yym87uvj5c] {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        min-height: 28px;
        font-size: .68rem;
    }

    .community-board-page__navigation[b-yym87uvj5c] {
        border-right: 0;
        border-left: 0;
    }

    .community-board-page__board-link[b-yym87uvj5c] {
        min-height: 32px;
        padding: .35rem .65rem;
        font-size: .72rem;
    }

    .community-board-page__error[b-yym87uvj5c] {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: .5rem;
        padding: .55rem .65rem;
        text-align: left;
    }
}
/* /Pages/CommunityDirectoryPage.razor.rz.scp.css */
.community-directory[b-qfupbbq1to] {
    --community-reading-accent: #2457a6;
    --community-reading-on-accent: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .6rem;
    min-width: 0;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 5rem;
}

.community-directory > *[b-qfupbbq1to] {
    min-width: 0;
    max-width: 100%;
}

.community-directory__hero[b-qfupbbq1to] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem;
    border: 1px solid var(--community-reading-border, rgba(83, 99, 82, .18));
    border-top: 3px solid var(--community-reading-accent, #2457a6);
    border-radius: 2px;
    background: var(--community-reading-surface, #fff);
}

.community-directory__hero span[b-qfupbbq1to],
.community-directory__group header span[b-qfupbbq1to] {
    color: var(--community-reading-accent, #5f725c);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.community-directory__hero h1[b-qfupbbq1to],
.community-directory__group h2[b-qfupbbq1to] {
    margin: .15rem 0;
}

.community-directory__hero h1[b-qfupbbq1to] {
    font-size: 1.4rem;
    line-height: 1.2;
}

.community-directory__hero p[b-qfupbbq1to] {
    margin: 0;
    color: var(--community-reading-muted, #5e685d);
    line-height: 1.45;
    word-break: keep-all;
}

.community-directory__search[b-qfupbbq1to] {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: min(300px, 100%);
    min-height: 34px;
    padding: .4rem .7rem;
    border: 1px solid var(--community-reading-border, rgba(83, 99, 82, .2));
    border-radius: 4px;
    background: var(--community-reading-surface, #fff);
}

.community-directory__search input[b-qfupbbq1to] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--community-reading-text, inherit);
}

.community-directory__all[b-qfupbbq1to],
.community-directory__board[b-qfupbbq1to],
.community-directory__safety[b-qfupbbq1to] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
}

.community-directory__all[b-qfupbbq1to] {
    min-height: 44px;
    padding: .5rem .75rem;
    border-radius: 2px;
    background: var(--community-reading-accent, #273229);
    color: var(--community-reading-on-accent, #fff);
}

.community-directory__all span:nth-child(2)[b-qfupbbq1to],
.community-directory__board span:nth-child(2)[b-qfupbbq1to],
.community-directory__safety > span:nth-child(2)[b-qfupbbq1to] {
    display: grid;
    gap: .18rem;
    min-width: 0;
}

.community-directory__all small[b-qfupbbq1to] {
    color: color-mix(in srgb, var(--community-reading-on-accent, #fff) 76%, transparent);
}

.community-directory__group[b-qfupbbq1to] {
    display: grid;
    gap: .3rem;
}

.community-directory__group > header[b-qfupbbq1to] {
    display: flex;
    align-items: baseline;
    gap: .65rem;
    min-height: 28px;
    padding-inline: .2rem;
}

.community-directory__group h2[b-qfupbbq1to] {
    font-size: .92rem;
}

.community-directory__list[b-qfupbbq1to] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-left: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
}

.community-directory__board[b-qfupbbq1to] {
    min-height: 54px;
    gap: .65rem;
    padding: .5rem .65rem;
    border: 0;
    border-right: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-bottom: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-radius: 0;
    background: var(--community-reading-surface, #fff);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.community-directory__board:hover[b-qfupbbq1to] {
    transform: none;
    border-color: var(--community-reading-accent, rgba(69, 101, 66, .42));
    background: color-mix(in srgb, var(--community-reading-accent, #2457a6) 7%, #fff);
    box-shadow: inset 0 0 0 1px var(--community-reading-accent, #2457a6);
}

.community-directory__board small[b-qfupbbq1to],
.community-directory__safety small[b-qfupbbq1to] {
    overflow: hidden;
    color: var(--community-reading-muted, #687269);
    font-size: .68rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-directory__icon[b-qfupbbq1to] {
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 2px;
    background: color-mix(in srgb, var(--community-reading-accent, #4e704a) 11%, var(--community-reading-surface, #fff));
    color: var(--community-reading-accent, #4e704a);
}

.community-directory__state[b-qfupbbq1to] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 180px;
    color: var(--community-reading-muted, #657066);
}

.community-directory__recoverable-error[b-qfupbbq1to] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.community-directory__safety[b-qfupbbq1to] {
    min-height: 54px;
    padding: .6rem .75rem;
    border: 1px solid rgba(174, 66, 57, .22);
    border-radius: 4px;
    background: rgba(255, 247, 245, .9);
}

.community-directory__safety .community-directory__icon[b-qfupbbq1to] {
    background: rgba(174, 66, 57, .1);
    color: #a33f38;
}

@media (max-width: 720px) {
    .community-directory[b-qfupbbq1to] {
        width: 100%;
        gap: .45rem;
        padding: .25rem 0 5rem;
    }

    .community-directory__hero[b-qfupbbq1to] {
        align-items: stretch;
        flex-direction: column;
        gap: .65rem;
        padding: .7rem .75rem;
        border-right: 0;
        border-left: 0;
    }

    .community-directory__hero span[b-qfupbbq1to] {
        display: none;
    }

    .community-directory__hero h1[b-qfupbbq1to] {
        font-size: 1.18rem;
    }

    .community-directory__hero p[b-qfupbbq1to] {
        overflow: hidden;
        font-size: .72rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .community-directory__search[b-qfupbbq1to] {
        min-width: 0;
    }

    .community-directory__list[b-qfupbbq1to] {
        grid-template-columns: 1fr;
        border-right: 0;
        border-left: 0;
    }

    .community-directory__group > header[b-qfupbbq1to] {
        min-height: 24px;
        padding-inline: .65rem;
    }

    .community-directory__group header span[b-qfupbbq1to] {
        display: none;
    }

    .community-directory__group h2[b-qfupbbq1to] {
        font-size: .82rem;
    }

    .community-directory__all[b-qfupbbq1to],
    .community-directory__safety[b-qfupbbq1to] {
        border-radius: 0;
        padding-inline: .65rem;
    }

    .community-directory__safety[b-qfupbbq1to] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .community-directory__safety .mud-button-root[b-qfupbbq1to] {
        grid-column: 1 / -1;
    }

    .community-directory__recoverable-error[b-qfupbbq1to] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/CommunityGlobalTradeThreadPage.razor.rz.scp.css */
.trade-thread-shell[b-fsj0xqwjnd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
}

.trade-thread-main[b-fsj0xqwjnd] {
    display: grid;
    gap: 18px;
}

.trade-thread-post[b-fsj0xqwjnd],
.trade-comment-compose[b-fsj0xqwjnd],
.trade-conversion-card[b-fsj0xqwjnd] {
    padding: 24px;
    border-color: rgba(33, 79, 61, 0.18) !important;
    border-radius: 18px !important;
}

.trade-thread-post-head[b-fsj0xqwjnd],
.trade-comments-heading[b-fsj0xqwjnd],
.trade-comment-meta[b-fsj0xqwjnd] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trade-author-avatar[b-fsj0xqwjnd],
.trade-comment-avatar[b-fsj0xqwjnd] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #214f3d;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
}

.trade-author-avatar[b-fsj0xqwjnd] { width: 44px; height: 44px; }
.trade-comment-avatar[b-fsj0xqwjnd] { width: 36px; height: 36px; }

.trade-language-block[b-fsj0xqwjnd] {
    margin-top: 12px;
    padding: 16px;
    border-left: 3px solid #8aa493;
    border-radius: 0 12px 12px 0;
    background: #f4f7f4;
}

.trade-language-block--original[b-fsj0xqwjnd] {
    border-left-color: #214f3d;
    background: #f7f5ee;
}

.trade-language-block span[b-fsj0xqwjnd] {
    color: #65736b;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.trade-language-block p[b-fsj0xqwjnd] {
    margin: 7px 0 0;
    line-height: 1.65;
}

.trade-linked-product[b-fsj0xqwjnd] {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 12px;
    border: 1px solid rgba(33, 79, 61, 0.16);
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
}

.trade-linked-product-symbol[b-fsj0xqwjnd] {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 12px;
    background: var(--product-accent);
    color: #fff;
    font-family: Georgia, serif;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}

.trade-linked-product > span:nth-child(2)[b-fsj0xqwjnd] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.trade-linked-product small[b-fsj0xqwjnd],
.trade-linked-product em[b-fsj0xqwjnd] { color: #65736b; font-size: 0.72rem; font-style: normal; }

.trade-comments-heading[b-fsj0xqwjnd] {
    justify-content: space-between;
    margin-top: 8px;
}

.trade-comment-list[b-fsj0xqwjnd] {
    display: grid;
    gap: 10px;
}

.trade-comment-card[b-fsj0xqwjnd] {
    display: flex;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 14px;
    background: #fff;
}

.trade-comment-body[b-fsj0xqwjnd] { min-width: 0; flex: 1; }
.trade-comment-meta[b-fsj0xqwjnd] { flex-wrap: wrap; }
.trade-comment-meta > span[b-fsj0xqwjnd],
.trade-comment-meta > small[b-fsj0xqwjnd] { color: #65736b; font-size: 0.7rem; }
.trade-comment-body > p[b-fsj0xqwjnd] { margin: 10px 0 0; line-height: 1.6; }

.trade-comment-translation[b-fsj0xqwjnd] {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 9px;
    background: #f1f5f3;
    color: #52635a;
    font-size: 0.8rem;
    line-height: 1.5;
}

.trade-comment-translation span[b-fsj0xqwjnd] {
    margin-right: 8px;
    color: #214f3d;
    font-size: 0.64rem;
    font-weight: 900;
}

.trade-conversion-panel[b-fsj0xqwjnd] {
    position: sticky;
    top: 82px;
    display: grid;
    gap: 14px;
}

.trade-conversion-kicker[b-fsj0xqwjnd],
.trade-order-created > span[b-fsj0xqwjnd] {
    color: #476656;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.trade-template-preview[b-fsj0xqwjnd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 0 0 20px;
    padding: 16px;
    border-radius: 14px;
    background: #edf3ef;
}

.trade-template-preview span[b-fsj0xqwjnd],
.trade-template-center[b-fsj0xqwjnd] {
    display: grid;
    min-height: 42px;
    place-items: center;
    border: 1px solid rgba(33, 79, 61, 0.2);
    border-radius: 9px;
    background: #fff;
    font-size: 0.72rem;
    font-weight: 800;
}

.trade-template-center[b-fsj0xqwjnd] {
    grid-column: 1 / -1;
    background: #214f3d;
    color: #fff;
    font-size: 0.82rem;
}

.trade-order-created[b-fsj0xqwjnd] {
    display: flex;
    min-height: 300px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.trade-order-created[b-fsj0xqwjnd]  .mud-icon-root {
    margin-bottom: 20px;
    color: #214f3d;
    font-size: 3.2rem;
}

.trade-order-created h2[b-fsj0xqwjnd] { margin: 8px 0; }
.trade-order-created p[b-fsj0xqwjnd] { margin: 0 0 22px; color: #65736b; }

@media (max-width: 980px) {
    .trade-thread-shell[b-fsj0xqwjnd] { grid-template-columns: 1fr; }
    .trade-conversion-panel[b-fsj0xqwjnd] { position: static; }
}

@media (max-width: 620px) {
    .trade-thread-post[b-fsj0xqwjnd],
    .trade-comment-compose[b-fsj0xqwjnd],
    .trade-conversion-card[b-fsj0xqwjnd] { padding: 16px; }
    .trade-comment-card[b-fsj0xqwjnd] { padding: 14px; }
    .trade-comment-meta[b-fsj0xqwjnd] { align-items: flex-start; flex-direction: column; gap: 2px; }
}
/* /Pages/CommunityPersonalPage.razor.rz.scp.css */
.community-personal-shell[b-q2jjwd0itt] {
    width: min(1080px, 100%);
    margin: 0 auto;
    color: #1f2937;
}

.community-personal-header[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 20px 0 18px;
    border-bottom: 1px solid #dfe3e8;
}

.community-personal-header h1[b-q2jjwd0itt],
.community-personal-section h2[b-q2jjwd0itt],
.community-decoration-product h3[b-q2jjwd0itt] {
    margin: 0;
    letter-spacing: 0;
}

.community-personal-header h1[b-q2jjwd0itt] {
    font-size: 1.5rem;
    line-height: 1.25;
}

.community-personal-header p[b-q2jjwd0itt],
.community-decoration-product p[b-q2jjwd0itt],
.community-personal-focus p[b-q2jjwd0itt] {
    margin: 4px 0 0;
    color: #667085;
}

.community-personal-header > div > span[b-q2jjwd0itt],
.community-personal-section-heading > div > span[b-q2jjwd0itt],
.community-decoration-product-copy > span[b-q2jjwd0itt] {
    display: block;
    color: #147d64;
    font-size: 0.72rem;
    font-weight: 800;
}

.community-personal-avatar[b-q2jjwd0itt] {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid #b7dfd4;
    border-radius: 50%;
    background: #edf8f4;
    color: #147d64;
}

.community-personal-tabs[b-q2jjwd0itt] {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    padding: 12px 0;
    border-bottom: 1px solid #e4e7ec;
}

.community-personal-tab[b-q2jjwd0itt] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 12px;
    border-bottom: 2px solid transparent;
    color: #667085;
    text-decoration: none;
}

.community-personal-tab:hover[b-q2jjwd0itt],
.community-personal-tab--active[b-q2jjwd0itt] {
    color: #147d64;
}

.community-personal-tab--active[b-q2jjwd0itt] {
    border-bottom-color: #147d64;
    font-weight: 700;
}

.community-personal-section[b-q2jjwd0itt] {
    padding: 24px 0 32px;
}

.community-personal-section-heading[b-q2jjwd0itt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.community-personal-section-heading h2[b-q2jjwd0itt] {
    font-size: 1.3rem;
}

.community-personal-facts[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e4e7ec;
    border-left: 1px solid #e4e7ec;
}

.community-personal-facts > div[b-q2jjwd0itt] {
    display: flex;
    min-height: 84px;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
    border-right: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    background: #fff;
}

.community-personal-facts span[b-q2jjwd0itt],
.community-personal-list small[b-q2jjwd0itt],
.community-personal-setting-row small[b-q2jjwd0itt],
.community-personal-shortcuts small[b-q2jjwd0itt] {
    color: #667085;
    font-size: 0.78rem;
}

.community-personal-facts strong[b-q2jjwd0itt] {
    margin-top: 5px;
    overflow-wrap: anywhere;
}

.community-personal-shortcuts[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.community-personal-shortcuts a[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    color: #1f2937;
    text-decoration: none;
}

.community-personal-shortcuts a:hover[b-q2jjwd0itt] {
    border-color: #72b9a6;
    background: #f5fbf9;
}

.community-personal-shortcuts a > .mud-icon-root[b-q2jjwd0itt] {
    color: #147d64;
}

.community-personal-shortcuts span[b-q2jjwd0itt],
.community-personal-list a > span:nth-child(2)[b-q2jjwd0itt],
.community-personal-setting-row > span[b-q2jjwd0itt] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.community-personal-list[b-q2jjwd0itt] {
    border-top: 1px solid #e4e7ec;
}

.community-personal-list a[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 10px 4px;
    border-bottom: 1px solid #e4e7ec;
    color: #1f2937;
    text-decoration: none;
}

.community-personal-list a:hover[b-q2jjwd0itt] {
    background: #f8faf9;
}

.community-personal-list-icon[b-q2jjwd0itt] {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 6px;
    background: #edf8f4;
    color: #147d64;
}

.community-personal-list-count[b-q2jjwd0itt] {
    color: #667085;
    font-size: 0.78rem;
}

.community-personal-empty[b-q2jjwd0itt] {
    display: flex;
    min-height: 210px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    color: #667085;
    text-align: center;
}

.community-personal-empty strong[b-q2jjwd0itt] {
    color: #344054;
}

.community-personal-focus[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
}

.community-personal-focus > .mud-icon-root[b-q2jjwd0itt] {
    color: #147d64;
    font-size: 2rem;
}

.community-personal-setting-row[b-q2jjwd0itt] {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid #e4e7ec;
}

.community-personal-setting-row--stacked[b-q2jjwd0itt] {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
}

.community-personal-setting-actions[b-q2jjwd0itt] {
    display: flex;
    gap: 8px;
    padding-top: 18px;
}

.community-personal-decoration-toggles[b-q2jjwd0itt] {
    display: flex;
    gap: 12px 22px;
    flex-wrap: wrap;
    padding: 12px 0 18px;
    border-top: 1px solid #e4e7ec;
}

.community-decoration-products[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.community-decoration-product[b-q2jjwd0itt] {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 128px;
    padding: 14px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #fff;
}

.community-decoration-product--active[b-q2jjwd0itt] {
    border-color: #59a58f;
    box-shadow: inset 3px 0 0 #147d64;
}

.community-decoration-product-preview[b-q2jjwd0itt] {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--decoration-accent) 35%, #dfe3e8);
    border-radius: 6px;
    background: color-mix(in srgb, var(--decoration-accent) 10%, #fff);
    color: var(--decoration-accent);
    font-size: 1.2rem;
    font-weight: 800;
    overflow: hidden;
}

.community-decoration-product--market[b-q2jjwd0itt] {
    grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr) auto;
}

.community-decoration-product-market-preview[b-q2jjwd0itt] {
    min-width: 0;
}

.community-decoration-product-copy[b-q2jjwd0itt] {
    min-width: 0;
}

.community-decoration-product-copy h3[b-q2jjwd0itt] {
    margin-top: 2px;
    font-size: 1rem;
}

.community-decoration-product-copy p[b-q2jjwd0itt] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.82rem;
}

.community-decoration-product-copy small[b-q2jjwd0itt] {
    display: block;
    margin-top: 5px;
    color: #98a2b3;
}

.community-decoration-product-action[b-q2jjwd0itt] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 760px) {
    .community-personal-header[b-q2jjwd0itt] {
        grid-template-columns: auto minmax(0, 1fr);
        padding-top: 8px;
    }

    .community-personal-header > .mud-chip[b-q2jjwd0itt] {
        grid-column: 2;
        justify-self: start;
    }

    .community-personal-facts[b-q2jjwd0itt],
    .community-personal-shortcuts[b-q2jjwd0itt],
    .community-decoration-products[b-q2jjwd0itt] {
        grid-template-columns: 1fr;
    }

    .community-personal-focus[b-q2jjwd0itt] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .community-personal-focus .mud-button-root[b-q2jjwd0itt] {
        grid-column: 1 / -1;
        width: 100%;
    }

    .community-decoration-product[b-q2jjwd0itt] {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .community-decoration-product--market[b-q2jjwd0itt] {
        grid-template-columns: minmax(0, 1fr);
    }

    .community-decoration-product--market .community-decoration-product-action[b-q2jjwd0itt] {
        grid-column: 1;
    }

    .community-decoration-product-preview[b-q2jjwd0itt] {
        width: 58px;
        height: 58px;
    }

    .community-decoration-product-action[b-q2jjwd0itt] {
        grid-column: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .community-personal-section-heading[b-q2jjwd0itt] {
        align-items: flex-start;
        flex-direction: column;
    }

    .community-personal-list a[b-q2jjwd0itt] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .community-personal-list-count[b-q2jjwd0itt] {
        display: none;
    }
}
/* /Pages/CommunitySafetyCenterPage.razor.rz.scp.css */
.community-safety[b-5mu0ct5fqy] {
    display: grid;
    gap: 1.25rem;
    width: min(920px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 5rem;
}

.community-safety__hero[b-5mu0ct5fqy] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.5rem;
    border: 1px solid rgba(158, 59, 52, .18);
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #fffaf8, #f8eeea);
}

.community-safety__hero span:not(.community-safety__icon)[b-5mu0ct5fqy] {
    color: #98534d;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.community-safety__hero h1[b-5mu0ct5fqy] {
    margin: .2rem 0;
}

.community-safety__hero p[b-5mu0ct5fqy] {
    margin: 0;
    color: #6e625f;
}

.community-safety__icon[b-5mu0ct5fqy] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background: rgba(158, 59, 52, .1);
    color: #a1433c;
}

.community-safety__grid[b-5mu0ct5fqy] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.community-safety__grid article[b-5mu0ct5fqy] {
    display: grid;
    align-content: start;
    gap: .65rem;
    padding: 1.15rem;
    border: 1px solid rgba(89, 97, 88, .14);
    border-radius: 1rem;
    background: #fff;
}

.community-safety__grid p[b-5mu0ct5fqy],
.community-safety__notice p[b-5mu0ct5fqy] {
    margin: 0;
    color: #687069;
}

.community-safety__notice[b-5mu0ct5fqy] {
    display: grid;
    gap: .75rem;
    padding: 1.2rem;
    border-radius: 1rem;
    background: #f5f6f2;
}

.community-safety__notice h2[b-5mu0ct5fqy] {
    margin: 0;
    font-size: 1.05rem;
}

.community-safety__notice > div[b-5mu0ct5fqy],
.community-safety__actions[b-5mu0ct5fqy] {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

@media (max-width: 720px) {
    .community-safety[b-5mu0ct5fqy] {
        width: min(100% - 1rem, 920px);
        padding-top: .75rem;
    }

    .community-safety__grid[b-5mu0ct5fqy] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/CommunityWorkspacePage.razor.rz.scp.css */
.community-workspace-page[b-f8lxby0fxe] {
    display: grid;
    gap: 1rem;
    min-width: 0;
    padding: 1rem 0 5rem;
}

.community-workspace-page__context[b-f8lxby0fxe] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.2rem;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-radius: 6px;
    background: var(--community-reading-surface, #fff);
}

.community-workspace-page__context > a[b-f8lxby0fxe] {
    display: flex;
    align-items: center;
    gap: .3rem;
    color: var(--community-reading-muted, #50604f);
    text-decoration: none;
}

.community-workspace-page__context span[b-f8lxby0fxe] {
    color: var(--community-reading-accent, #60745e);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.community-workspace-page__context h1[b-f8lxby0fxe] {
    margin: .15rem 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.2;
    word-break: keep-all;
}

.community-workspace-page__context p[b-f8lxby0fxe] {
    margin: 0;
    color: var(--community-reading-muted, #657066);
    line-height: 1.6;
    word-break: keep-all;
}

.community-workspace-page__sections[b-f8lxby0fxe] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.community-workspace-page__sections a[b-f8lxby0fxe] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
    min-height: 72px;
    padding: .85rem 1rem;
    border: 1px solid var(--community-reading-border, rgba(83, 99, 82, .16));
    border-radius: 6px;
    background: var(--community-reading-surface, #fff);
    color: inherit;
    text-decoration: none;
}

.community-workspace-page__sections a:hover[b-f8lxby0fxe],
.community-workspace-page__sections a:focus-visible[b-f8lxby0fxe] {
    border-color: var(--community-reading-accent, #60745e);
    box-shadow: 0 6px 18px rgba(55, 70, 56, .08);
}

.community-workspace-page__sections a > .mud-icon-root[b-f8lxby0fxe] {
    color: var(--community-reading-accent, #60745e);
}

.community-workspace-page__sections span[b-f8lxby0fxe] {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.community-workspace-page__sections strong[b-f8lxby0fxe],
.community-workspace-page__sections small[b-f8lxby0fxe] {
    word-break: keep-all;
}

.community-workspace-page__sections small[b-f8lxby0fxe] {
    color: var(--community-reading-muted, #657066);
}

.community-workspace-page[b-f8lxby0fxe]  .platform-community-home {
    width: 100%;
    min-width: 0;
    padding-block: 0 !important;
}

.community-workspace-page[b-f8lxby0fxe]  .platform-community-main-grid--workspace {
    width: min(1192px, calc(100% - 1rem));
    margin: 0 auto;
}

@media (max-width: 720px) {
    .community-workspace-page[b-f8lxby0fxe] {
        padding-top: .5rem;
    }

    .community-workspace-page__context[b-f8lxby0fxe] {
        grid-template-columns: 1fr;
        width: min(100% - .75rem, 1180px);
        gap: .8rem;
        padding: 1rem;
    }

    .community-workspace-page__context .mud-button-root[b-f8lxby0fxe] {
        width: 100%;
    }

    .community-workspace-page__sections[b-f8lxby0fxe] {
        grid-template-columns: 1fr;
        width: min(100% - .75rem, 1180px);
        gap: .5rem;
    }

    .community-workspace-page__sections a[b-f8lxby0fxe] {
        min-height: 60px;
        padding: .7rem .85rem;
    }

    .community-workspace-page[b-f8lxby0fxe]  .platform-community-main-grid--workspace {
        width: 100%;
    }
}
/* /Pages/GlobalImportOrderLedgerPage.razor.rz.scp.css */
.import-order-commandbar[b-09may06jgu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(33, 79, 61, 0.18);
    border-radius: 14px;
    background: #f7f8f5;
}

.import-order-commandbar > div:first-child[b-09may06jgu] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.import-order-commandbar span[b-09may06jgu] { color: #65736b; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; }

.import-order-workspace[b-09may06jgu] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 20px;
    align-items: start;
}

.import-order-diagram-panel[b-09may06jgu],
.import-order-conversation-panel[b-09may06jgu] {
    display: grid;
    gap: 16px;
}

.import-order-conversation-panel[b-09may06jgu] {
    position: sticky;
    top: 72px;
}

.import-order-diagram-paper[b-09may06jgu],
.import-ledger-detail-card[b-09may06jgu],
.import-order-conversation-panel[b-09may06jgu]  .mud-paper {
    border-color: rgba(33, 79, 61, 0.16) !important;
    border-radius: 16px !important;
}

.import-order-panel-head[b-09may06jgu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.import-ledger-diagram[b-09may06jgu] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "n1 n2 n3"
        "n4 center n5"
        "n6 n7 n8";
    gap: 16px;
    min-height: 570px;
    padding: 32px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(33, 79, 61, 0.12) 50%, transparent calc(50% + 1px)),
        linear-gradient(transparent calc(50% - 1px), rgba(33, 79, 61, 0.12) 50%, transparent calc(50% + 1px)),
        radial-gradient(circle at center, rgba(61, 110, 82, 0.12), transparent 42%),
        #f2f6f3;
}

.import-ledger-node[b-09may06jgu],
.import-order-center[b-09may06jgu] {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    border-radius: 14px;
    text-align: center;
}

.import-ledger-node[b-09may06jgu] {
    border: 1px solid rgba(74, 96, 84, 0.24);
    background: #fff;
    color: #213129;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.import-ledger-node:hover[b-09may06jgu],
.import-ledger-node--selected[b-09may06jgu] {
    transform: translateY(-3px);
    border-color: var(--ledger-tone);
    box-shadow: 0 12px 28px rgba(23, 37, 31, 0.12);
}

.import-ledger-node--1[b-09may06jgu] { grid-area: n1; }
.import-ledger-node--2[b-09may06jgu] { grid-area: n2; }
.import-ledger-node--3[b-09may06jgu] { grid-area: n3; }
.import-ledger-node--4[b-09may06jgu] { grid-area: n4; }
.import-ledger-node--5[b-09may06jgu] { grid-area: n5; }
.import-ledger-node--6[b-09may06jgu] { grid-area: n6; }
.import-ledger-node--7[b-09may06jgu] { grid-area: n7; }
.import-ledger-node--8[b-09may06jgu] { grid-area: n8; }

.import-ledger-node-icon[b-09may06jgu] {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin-bottom: 4px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--ledger-tone) 14%, #fff);
    color: var(--ledger-tone);
}

.import-ledger-node small[b-09may06jgu] { color: #65736b; font-size: 0.62rem; }
.import-ledger-node strong[b-09may06jgu] { font-size: 0.82rem; }
.import-ledger-node em[b-09may06jgu] { color: var(--ledger-tone); font-size: 0.67rem; font-style: normal; font-weight: 800; }

.import-order-center[b-09may06jgu] {
    grid-area: center;
    border: 2px solid #214f3d;
    background: #214f3d;
    color: #fff;
    box-shadow: 0 18px 38px rgba(33, 79, 61, 0.25);
}

.import-order-center > span[b-09may06jgu] { font-size: 0.62rem; letter-spacing: 0.12em; opacity: 0.72; }
.import-order-center[b-09may06jgu]  .mud-icon-root { margin: 5px 0; font-size: 2rem; }
.import-order-center strong[b-09may06jgu] { font-size: 0.88rem; }
.import-order-center small[b-09may06jgu] { max-width: 100%; overflow: hidden; font-size: 0.65rem; opacity: 0.78; text-overflow: ellipsis; }
.import-order-center em[b-09may06jgu] { padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.14); font-size: 0.62rem; font-style: normal; }

.import-ledger-tone-teal[b-09may06jgu] { --ledger-tone: #167568; }
.import-ledger-tone-green[b-09may06jgu] { --ledger-tone: #3b7b4f; }
.import-ledger-tone-amber[b-09may06jgu] { --ledger-tone: #a06015; }
.import-ledger-tone-slate[b-09may06jgu] { --ledger-tone: #526777; }
.import-ledger-tone-purple[b-09may06jgu] { --ledger-tone: #76538f; }
.import-ledger-tone-blue[b-09may06jgu] { --ledger-tone: #316da6; }
.import-ledger-tone-olive[b-09may06jgu] { --ledger-tone: #687d36; }
.import-ledger-tone-orange[b-09may06jgu] { --ledger-tone: #b65f2e; }

.import-ledger-detail-card[b-09may06jgu] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.import-ledger-detail-icon[b-09may06jgu] {
    display: grid;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    background: color-mix(in srgb, var(--ledger-tone) 14%, #fff);
    color: var(--ledger-tone);
}

.import-ledger-detail-body[b-09may06jgu] { min-width: 0; flex: 1; }

.import-order-comment-list[b-09may06jgu] {
    display: grid;
    max-height: 440px;
    gap: 10px;
    overflow: auto;
    padding-right: 3px;
}

.import-order-comment-list article[b-09may06jgu] {
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 11px;
}

.import-order-comment-list article > div[b-09may06jgu] {
    display: flex;
    flex-direction: column;
}

.import-order-comment-list small[b-09may06jgu] { color: #65736b; font-size: 0.64rem; }
.import-order-comment-list p[b-09may06jgu] { margin: 8px 0 0; font-size: 0.81rem; line-height: 1.5; }
.import-order-comment-list details[b-09may06jgu] { margin-top: 7px; color: #65736b; font-size: 0.74rem; }
.import-order-comment-list summary[b-09may06jgu] { cursor: pointer; color: #315d49; font-weight: 800; }

.import-order-comment-node[b-09may06jgu] {
    display: inline-block;
    margin-top: 7px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #e8f0eb;
    color: #315d49;
    font-size: 0.64rem;
    font-weight: 800;
}

.import-order-comment-compose[b-09may06jgu] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

@media (max-width: 1060px) {
    .import-order-workspace[b-09may06jgu] { grid-template-columns: 1fr; }
    .import-order-conversation-panel[b-09may06jgu] { position: static; }
}

@media (max-width: 720px) {
    .import-order-commandbar[b-09may06jgu],
    .import-ledger-detail-card[b-09may06jgu] { align-items: flex-start; flex-direction: column; }
    .import-ledger-diagram[b-09may06jgu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "center center"
            "n1 n2"
            "n3 n4"
            "n5 n6"
            "n7 n8";
        min-height: auto;
        padding: 16px;
    }
    .import-order-center[b-09may06jgu] { min-height: 150px; }
    .import-ledger-node[b-09may06jgu] { min-height: 130px; }
}
/* /Pages/GlobalProductDetailPage.razor.rz.scp.css */
.global-detail-page[b-ugtnw35opg] {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding-bottom: 96px;
    color: #17251f;
}

.global-detail-breadcrumbs[b-ugtnw35opg] {
    margin-bottom: 20px;
    padding-inline: 0 !important;
}

.global-detail-hero[b-ugtnw35opg] {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(36px, 6vw, 82px);
    align-items: center;
}

.global-detail-visual[b-ugtnw35opg] {
    position: relative;
    display: grid;
    min-height: 540px;
    place-items: center;
    border-radius: 28px;
    background:
        radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.23), transparent 23%),
        linear-gradient(145deg, var(--detail-accent), color-mix(in srgb, var(--detail-accent) 48%, #17251f));
    color: #fff;
    overflow: hidden;
}

.global-detail-visual > span[b-ugtnw35opg] {
    position: absolute;
    top: 22px;
    left: 22px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.global-detail-visual strong[b-ugtnw35opg] {
    font-family: Georgia, serif;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    font-weight: 500;
    letter-spacing: 0.08em;
}

.global-detail-visual small[b-ugtnw35opg] {
    position: absolute;
    right: 22px;
    bottom: 20px;
    opacity: 0.72;
}

.global-detail-kicker[b-ugtnw35opg] {
    display: flex;
    gap: 10px;
    color: #597064;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.global-detail-kicker span + span[b-ugtnw35opg]::before {
    content: "·";
    margin-right: 10px;
}

.global-detail-summary h1[b-ugtnw35opg] {
    margin: 18px 0;
    font-family: Georgia, serif;
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.045em;
}

.global-detail-summary > p[b-ugtnw35opg] {
    margin: 0;
    color: #65736b;
    font-size: 1.02rem;
    line-height: 1.7;
}

.global-detail-facts[b-ugtnw35opg] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
    border-block: 1px solid rgba(33, 79, 61, 0.15);
}

.global-detail-facts div[b-ugtnw35opg] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 18px 12px 18px 0;
}

.global-detail-facts span[b-ugtnw35opg] { color: #65736b; font-size: 0.72rem; }
.global-detail-facts strong[b-ugtnw35opg] { font-size: 0.98rem; }

.global-retail-reference[b-ugtnw35opg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 16px;
    border-radius: 14px;
    background: #f1eee4;
}

.global-retail-reference > div[b-ugtnw35opg] { display: flex; flex-direction: column; gap: 3px; }
.global-retail-reference span[b-ugtnw35opg] { color: #65736b; font-size: 0.74rem; }

.global-detail-content[b-ugtnw35opg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 32px;
    align-items: start;
    margin-top: 90px;
}

.global-detail-section-title > span[b-ugtnw35opg],
.global-form-kicker[b-ugtnw35opg] {
    color: #597064;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.global-detail-section-title h2[b-ugtnw35opg],
.global-import-request-card h2[b-ugtnw35opg] {
    margin: 8px 0 24px;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 500;
    line-height: 1.06;
}

.global-readiness-grid[b-ugtnw35opg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.global-readiness-grid article[b-ugtnw35opg] {
    min-height: 245px;
    padding: 22px;
    border: 1px solid rgba(33, 79, 61, 0.15);
    border-radius: 18px;
    background: #fff;
}

.global-readiness-grid[b-ugtnw35opg]  .mud-icon-root { color: #214f3d; font-size: 2rem; }
.global-readiness-grid article > span[b-ugtnw35opg] { display: block; margin-top: 30px; color: #65736b; font-size: 0.72rem; }
.global-readiness-grid article > strong[b-ugtnw35opg] { display: block; min-height: 48px; margin-top: 6px; line-height: 1.35; }
.global-readiness-grid article > p[b-ugtnw35opg] { color: #65736b; font-size: 0.8rem; line-height: 1.55; }

.global-import-request-card[b-ugtnw35opg] {
    position: sticky;
    top: 92px;
    padding: 28px;
    border: 1px solid rgba(33, 79, 61, 0.18);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(23, 37, 31, 0.08);
}

.global-import-request-card > p[b-ugtnw35opg] {
    margin: -14px 0 20px;
    color: #65736b;
    font-size: 0.84rem;
    line-height: 1.5;
}

.global-request-success[b-ugtnw35opg] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.global-request-success[b-ugtnw35opg]  .mud-icon-root { margin-bottom: 24px; color: #2d7b57; font-size: 3.2rem; }
.global-request-success > span[b-ugtnw35opg] { color: #2d7b57; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; }
.global-request-success p[b-ugtnw35opg] { margin: -8px 0 22px; color: #65736b; }

.global-detail-empty[b-ugtnw35opg] {
    display: grid;
    min-height: 540px;
    place-items: center;
    align-content: center;
    text-align: center;
}

.global-detail-empty[b-ugtnw35opg]  .mud-icon-root { color: #65736b; font-size: 4rem; }
.global-detail-empty h1[b-ugtnw35opg] { margin: 18px 0 4px; font-family: Georgia, serif; font-size: 3rem; }
.global-detail-empty p[b-ugtnw35opg] { margin: 0 0 24px; color: #65736b; }

@media (max-width: 960px) {
    .global-detail-hero[b-ugtnw35opg], .global-detail-content[b-ugtnw35opg] { grid-template-columns: 1fr; }
    .global-detail-visual[b-ugtnw35opg] { min-height: 430px; }
    .global-import-request-card[b-ugtnw35opg] { position: static; }
}

@media (max-width: 680px) {
    .global-detail-visual[b-ugtnw35opg] { min-height: 330px; }
    .global-detail-summary h1[b-ugtnw35opg] { font-size: 3rem; }
    .global-retail-reference[b-ugtnw35opg] { align-items: flex-start; flex-direction: column; }
    .global-readiness-grid[b-ugtnw35opg] { grid-template-columns: 1fr; }
    .global-readiness-grid article[b-ugtnw35opg] { min-height: auto; }
}
/* /Pages/GlobalSupplierApplyPage.razor.rz.scp.css */
.supplier-apply-page[b-ggqt083pn4] {
    display: grid;
    width: min(1180px, calc(100% - 40px));
    grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
    margin: 0 auto;
    padding-bottom: 100px;
    color: #17251f;
}

.supplier-apply-intro[b-ggqt083pn4] {
    position: sticky;
    top: 110px;
}

.supplier-apply-intro h1[b-ggqt083pn4] {
    margin: 22px 0 18px;
    font-family: Georgia, serif;
    font-size: clamp(3rem, 5.2vw, 5.3rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.supplier-apply-intro > p[b-ggqt083pn4] {
    color: #65736b;
    line-height: 1.7;
}

.supplier-apply-steps[b-ggqt083pn4] {
    display: grid;
    gap: 10px;
    margin-top: 34px;
}

.supplier-apply-steps div[b-ggqt083pn4] {
    display: grid;
    grid-template-columns: 38px 110px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(33, 79, 61, 0.14);
}

.supplier-apply-steps span[b-ggqt083pn4] { color: #597064; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.12em; }
.supplier-apply-steps small[b-ggqt083pn4] { color: #65736b; line-height: 1.35; }

.supplier-apply-form-shell[b-ggqt083pn4] {
    padding: clamp(24px, 4vw, 46px);
    border: 1px solid rgba(33, 79, 61, 0.16);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(23, 37, 31, 0.07);
}

.supplier-form-heading > span[b-ggqt083pn4],
.supplier-apply-success > span[b-ggqt083pn4] {
    color: #597064;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.supplier-form-heading h2[b-ggqt083pn4],
.supplier-apply-success h2[b-ggqt083pn4] {
    margin: 8px 0;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 500;
}

.supplier-form-heading p[b-ggqt083pn4] {
    margin: 0 0 28px;
    color: #65736b;
    font-size: 0.84rem;
}

.supplier-form-section[b-ggqt083pn4] {
    padding-top: 24px;
    border-top: 1px solid rgba(33, 79, 61, 0.13);
}

.supplier-form-section h3[b-ggqt083pn4] {
    margin: 0 0 17px;
    font-size: 0.91rem;
}

.supplier-sample-field[b-ggqt083pn4] {
    display: flex;
    align-items: center;
}

.supplier-apply-success[b-ggqt083pn4] {
    display: flex;
    min-height: 520px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.supplier-apply-success[b-ggqt083pn4]  .mud-icon-root {
    margin-bottom: 28px;
    color: #2d7b57;
    font-size: 4rem;
}

.supplier-apply-success > p[b-ggqt083pn4] {
    color: #65736b;
    line-height: 1.6;
}

.supplier-apply-reference[b-ggqt083pn4] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    margin: 18px 0 26px;
    padding: 15px;
    border-radius: 12px;
    background: #f1eee4;
}

.supplier-apply-reference span[b-ggqt083pn4] { color: #65736b; font-size: 0.72rem; }
.supplier-apply-reference strong[b-ggqt083pn4] { overflow-wrap: anywhere; font-size: 0.82rem; }

@media (max-width: 960px) {
    .supplier-apply-page[b-ggqt083pn4] { grid-template-columns: 1fr; }
    .supplier-apply-intro[b-ggqt083pn4] { position: static; }
}

@media (max-width: 620px) {
    .supplier-apply-page[b-ggqt083pn4] { width: min(100% - 24px, 1180px); }
    .supplier-apply-intro h1[b-ggqt083pn4] { font-size: 3.2rem; }
    .supplier-apply-steps div[b-ggqt083pn4] { grid-template-columns: 32px 90px minmax(0, 1fr); }
    .supplier-apply-form-shell[b-ggqt083pn4] { padding: 20px 16px; border-radius: 18px; }
}
/* /Pages/GlobalTradeHome.razor.rz.scp.css */
.global-home[b-ebij7zqms5] {
    color: #17251f;
}

.global-hero[b-ebij7zqms5],
.global-products-section[b-ebij7zqms5],
.global-proof[b-ebij7zqms5],
.global-affiliate-note[b-ebij7zqms5] {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.global-hero[b-ebij7zqms5] {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    align-items: center;
    gap: clamp(42px, 7vw, 100px);
    min-height: 580px;
    padding-bottom: 72px;
}

.global-hero-copy h1[b-ebij7zqms5] {
    max-width: 780px;
    margin: 22px 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.1rem, 6.4vw, 6.6rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.global-hero-copy p[b-ebij7zqms5] {
    max-width: 640px;
    margin: 0;
    color: #65736b;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.75;
}

.global-hero-actions[b-ebij7zqms5] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.global-eyebrow[b-ebij7zqms5] {
    border-color: rgba(33, 79, 61, 0.34) !important;
    letter-spacing: 0.09em;
}

.global-hero-orbit[b-ebij7zqms5] {
    position: relative;
    min-height: 460px;
    border: 1px solid rgba(33, 79, 61, 0.14);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(220, 233, 167, 0.72) 0 24%, transparent 24.5%),
        radial-gradient(circle at center, transparent 0 43%, rgba(33, 79, 61, 0.08) 43.5% 44%, transparent 44.5%),
        #f1eee4;
}

.global-orbit-core[b-ebij7zqms5] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 128px;
    height: 128px;
    place-items: center;
    align-content: center;
    border-radius: 50%;
    background: #214f3d;
    color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 50px rgba(33, 79, 61, 0.24);
}

.global-orbit-core span[b-ebij7zqms5] {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
}

.global-orbit-core strong[b-ebij7zqms5] {
    margin-top: 3px;
    font-size: 1.35rem;
}

.global-orbit-line[b-ebij7zqms5] {
    position: absolute;
    inset: 10% 50% 10% auto;
    width: 1px;
    background: linear-gradient(transparent, rgba(33, 79, 61, 0.38), transparent);
    transform: rotate(42deg);
}

.global-orbit-card[b-ebij7zqms5] {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border: 1px solid rgba(33, 79, 61, 0.15);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #214f3d;
    box-shadow: 0 15px 35px rgba(23, 37, 31, 0.1);
    font-size: 0.82rem;
    font-weight: 700;
}

.global-orbit-card--supplier[b-ebij7zqms5] { top: 12%; left: 4%; }
.global-orbit-card--importer[b-ebij7zqms5] { top: 21%; right: -2%; }
.global-orbit-card--logistics[b-ebij7zqms5] { right: 8%; bottom: 10%; }

.global-proof[b-ebij7zqms5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 110px;
    border-block: 1px solid rgba(33, 79, 61, 0.15);
}

.global-proof div[b-ebij7zqms5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 26px 24px;
    border-right: 1px solid rgba(33, 79, 61, 0.15);
}

.global-proof div:last-child[b-ebij7zqms5] { border-right: 0; }
.global-proof strong[b-ebij7zqms5] { font-family: Georgia, serif; font-size: 2.1rem; font-weight: 500; }
.global-proof span[b-ebij7zqms5] { color: #65736b; font-size: 0.82rem; }

.global-products-section[b-ebij7zqms5] {
    padding-bottom: 120px;
}

.global-section-heading[b-ebij7zqms5] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.global-section-heading span[b-ebij7zqms5] {
    color: #597064;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.global-section-heading h2[b-ebij7zqms5] {
    margin: 8px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.global-section-heading p[b-ebij7zqms5] {
    margin: 0;
    color: #65736b;
}

.global-product-search[b-ebij7zqms5] {
    width: min(100%, 340px);
}

.global-category-row[b-ebij7zqms5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.global-product-grid[b-ebij7zqms5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.global-product-card[b-ebij7zqms5] {
    overflow: hidden;
    border: 1px solid rgba(33, 79, 61, 0.15);
    border-radius: 22px;
    background: #fff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.global-product-card:hover[b-ebij7zqms5] {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(23, 37, 31, 0.1);
}

.global-product-visual[b-ebij7zqms5] {
    position: relative;
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.24), transparent 22%),
        linear-gradient(145deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 54%, #17251f));
    color: #fff;
}

.global-product-visual strong[b-ebij7zqms5] {
    font-family: Georgia, serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.global-product-visual > span:last-child[b-ebij7zqms5] {
    position: absolute;
    right: 16px;
    bottom: 14px;
    font-size: 0.8rem;
}

.global-country-code[b-ebij7zqms5] {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.global-product-body[b-ebij7zqms5] {
    padding: 22px;
}

.global-product-meta[b-ebij7zqms5] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #65736b;
    font-size: 0.72rem;
}

.global-product-body h3[b-ebij7zqms5] {
    min-height: 56px;
    margin: 15px 0 8px;
    font-size: 1.23rem;
}

.global-product-body p[b-ebij7zqms5] {
    min-height: 68px;
    margin: 0;
    color: #65736b;
    font-size: 0.87rem;
    line-height: 1.55;
}

.global-product-body dl[b-ebij7zqms5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 20px 0 12px;
}

.global-product-body dl div[b-ebij7zqms5] {
    padding: 10px;
    border-radius: 11px;
    background: #f4f3ed;
}

.global-product-body dt[b-ebij7zqms5] { color: #65736b; font-size: 0.68rem; }
.global-product-body dd[b-ebij7zqms5] { margin: 2px 0 0; font-size: 0.84rem; font-weight: 800; }

.global-flow-section[b-ebij7zqms5] {
    padding: 100px max(20px, calc((100% - 1180px) / 2));
    background: #173d30;
    color: #f8fbf7;
}

.global-section-heading--light span[b-ebij7zqms5] { color: #cbd7c4; }
.global-flow-grid[b-ebij7zqms5] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.global-flow-step[b-ebij7zqms5] { min-height: 230px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; background: rgba(255, 255, 255, 0.04); }
.global-flow-step > span[b-ebij7zqms5] { color: #dce9a7; font-size: 0.7rem; letter-spacing: 0.12em; }
.global-flow-step[b-ebij7zqms5]  .mud-icon-root { display: block; margin: 32px 0 18px; color: #dce9a7; font-size: 2rem; }
.global-flow-step h3[b-ebij7zqms5] { margin: 0 0 8px; font-size: 1.05rem; }
.global-flow-step p[b-ebij7zqms5] { margin: 0; color: #cbd7d0; font-size: 0.84rem; line-height: 1.6; }

.global-affiliate-note[b-ebij7zqms5] {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-block: 60px;
    padding: 22px 24px;
    border: 1px solid rgba(33, 79, 61, 0.15);
    border-radius: 16px;
    background: #f1eee4;
}

.global-affiliate-note[b-ebij7zqms5]  .mud-icon-root { color: #214f3d; font-size: 2rem; }
.global-affiliate-note div[b-ebij7zqms5] { display: flex; flex-direction: column; gap: 4px; }
.global-affiliate-note span[b-ebij7zqms5] { color: #65736b; font-size: 0.84rem; line-height: 1.5; }

@media (max-width: 900px) {
    .global-hero[b-ebij7zqms5] { grid-template-columns: 1fr; }
    .global-hero-orbit[b-ebij7zqms5] { min-height: 400px; }
    .global-product-grid[b-ebij7zqms5] { grid-template-columns: repeat(2, 1fr); }
    .global-flow-grid[b-ebij7zqms5] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .global-hero[b-ebij7zqms5] { min-height: auto; padding-bottom: 50px; }
    .global-hero-copy h1[b-ebij7zqms5] { font-size: 3.25rem; }
    .global-hero-orbit[b-ebij7zqms5] { min-height: 330px; }
    .global-orbit-card[b-ebij7zqms5] { font-size: 0.7rem; }
    .global-orbit-core[b-ebij7zqms5] { width: 105px; height: 105px; }
    .global-proof[b-ebij7zqms5] { grid-template-columns: repeat(2, 1fr); margin-bottom: 72px; }
    .global-proof div:nth-child(2)[b-ebij7zqms5] { border-right: 0; }
    .global-proof div:nth-child(-n+2)[b-ebij7zqms5] { border-bottom: 1px solid rgba(33, 79, 61, 0.15); }
    .global-section-heading[b-ebij7zqms5] { align-items: stretch; flex-direction: column; }
    .global-product-search[b-ebij7zqms5] { width: 100%; }
    .global-product-grid[b-ebij7zqms5], .global-flow-grid[b-ebij7zqms5] { grid-template-columns: 1fr; }
    .global-products-section[b-ebij7zqms5] { padding-bottom: 72px; }
    .global-flow-section[b-ebij7zqms5] { padding-block: 70px; }
    .global-affiliate-note[b-ebij7zqms5] { align-items: flex-start; }
}
/* /Pages/Home.razor.rz.scp.css */
.role-experience[b-w3qo3bvshe] {
    --role-accent: #2563eb;
    --role-soft: #eff6ff;
    --role-border: rgba(37, 99, 235, 0.28);
    width: 100%;
    min-width: 0;
    max-width: 1440px;
    margin: 0 auto;
}

.role-experience--global[b-w3qo3bvshe] {
    --role-accent: #0f766e;
    --role-soft: #ecfdf5;
    --role-border: rgba(15, 118, 110, 0.28);
}

.role-experience--shipper[b-w3qo3bvshe] {
    --role-accent: #176b4d;
    --role-soft: #edf8f2;
    --role-border: rgba(23, 107, 77, 0.28);
}

.role-experience--driver[b-w3qo3bvshe] {
    --role-accent: #176b87;
    --role-soft: #eef8fb;
    --role-border: rgba(23, 107, 135, 0.28);
}

.role-experience--warehouse[b-w3qo3bvshe] {
    --role-accent: #5f7f37;
    --role-soft: #f2f7e9;
    --role-border: rgba(95, 127, 55, 0.28);
}

.role-experience__header[b-w3qo3bvshe] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 8px 0 24px;
}

.role-experience__header > div[b-w3qo3bvshe] {
    min-width: 0;
}

.role-experience__header-action[b-w3qo3bvshe] {
    flex: 0 0 auto;
}

.role-experience__header > div > span[b-w3qo3bvshe],
.role-experience__release-heading > div > span[b-w3qo3bvshe],
.role-experience__screens-heading > div > span[b-w3qo3bvshe],
.role-experience__preview-label span[b-w3qo3bvshe],
.role-experience__section-title span[b-w3qo3bvshe] {
    display: block;
    color: var(--role-accent);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
}

.role-experience__header h1[b-w3qo3bvshe] {
    margin: 6px 0 8px;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.role-experience__header p[b-w3qo3bvshe],
.role-experience__screens-heading p[b-w3qo3bvshe],
.role-experience__release-heading p[b-w3qo3bvshe],
.role-experience__section-title p[b-w3qo3bvshe] {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.role-experience__header p[b-w3qo3bvshe] {
    max-width: 74ch;
}

.role-experience__release[b-w3qo3bvshe] {
    margin-bottom: 24px;
    padding: 22px;
    border: 1px solid #dbe3ea;
    border-radius: 10px;
    background: #f8fafc;
}

.role-experience__release-heading[b-w3qo3bvshe] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.role-experience__release-heading h2[b-w3qo3bvshe] {
    margin: 5px 0 4px;
    font-size: 1.3rem;
    line-height: 1.3;
}

.role-experience__release-grid[b-w3qo3bvshe] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.role-experience__release-card[b-w3qo3bvshe] {
    --stage-color: #64748b;
    --stage-soft: #f1f5f9;
    --stage-border: #cbd5e1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 10px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--stage-border);
    border-radius: 8px;
    background: #fff;
}

.role-experience__release-card.integrated-stage--live[b-w3qo3bvshe],
.role-experience__role-button .integrated-stage--live[b-w3qo3bvshe],
.role-experience__stage-pill.integrated-stage--live[b-w3qo3bvshe] {
    --stage-color: #15803d;
    --stage-soft: #f0fdf4;
    --stage-border: #bbf7d0;
}

.role-experience__release-card.integrated-stage--beta[b-w3qo3bvshe],
.role-experience__role-button .integrated-stage--beta[b-w3qo3bvshe],
.role-experience__stage-pill.integrated-stage--beta[b-w3qo3bvshe] {
    --stage-color: #1d4ed8;
    --stage-soft: #eff6ff;
    --stage-border: #bfdbfe;
}

.role-experience__release-card.integrated-stage--experience[b-w3qo3bvshe],
.role-experience__role-button .integrated-stage--experience[b-w3qo3bvshe],
.role-experience__stage-pill.integrated-stage--experience[b-w3qo3bvshe] {
    --stage-color: #0369a1;
    --stage-soft: #f0f9ff;
    --stage-border: #bae6fd;
}

.role-experience__release-card.integrated-stage--preparing[b-w3qo3bvshe],
.role-experience__role-button .integrated-stage--preparing[b-w3qo3bvshe],
.role-experience__stage-pill.integrated-stage--preparing[b-w3qo3bvshe] {
    --stage-color: #a16207;
    --stage-soft: #fefce8;
    --stage-border: #fde68a;
}

.role-experience__release-icon[b-w3qo3bvshe] {
    display: inline-flex;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--stage-soft);
    color: var(--stage-color);
}

.role-experience__release-card strong[b-w3qo3bvshe] {
    color: #0f172a;
    font-size: 1.15rem;
    line-height: 1.1;
}

.role-experience__release-card > span:not(.role-experience__release-icon)[b-w3qo3bvshe] {
    color: var(--stage-color);
    font-size: 0.76rem;
    font-weight: 800;
}

.role-experience__release-card small[b-w3qo3bvshe] {
    grid-column: 1 / -1;
    margin-top: 8px;
    color: #64748b;
    line-height: 1.45;
}

.role-experience__release-notice[b-w3qo3bvshe] {
    margin-top: 14px;
}

.role-experience__selector[b-w3qo3bvshe] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-bottom: 16px;
    overflow-x: auto;
    box-sizing: border-box;
    overscroll-behavior-inline: contain;
}

.role-experience__role-button[b-w3qo3bvshe] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-width: 164px;
    min-height: 56px;
    padding: 10px 12px;
    border: 1px solid #d8e0e8;
    border-radius: 6px;
    background: #fff;
    color: #475569;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
}

.role-experience__role-button > span:not(.mud-icon-root)[b-w3qo3bvshe] {
    min-width: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.role-experience__role-button small[b-w3qo3bvshe],
.role-experience__stage-pill[b-w3qo3bvshe] {
    padding: 3px 7px;
    border: 1px solid var(--stage-border);
    border-radius: 999px;
    background: var(--stage-soft);
    color: var(--stage-color);
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
}

.role-experience__role-button:hover[b-w3qo3bvshe],
.role-experience__role-button.is-selected[b-w3qo3bvshe] {
    border-color: var(--role-accent);
    background: var(--role-soft);
    color: var(--role-accent);
}

.role-experience__role-button:focus-visible[b-w3qo3bvshe],
.role-experience__screen-link:focus-visible[b-w3qo3bvshe] {
    outline: 3px solid var(--role-border);
    outline-offset: 2px;
}

.role-experience__workspace[b-w3qo3bvshe] {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: stretch;
    padding: 28px 0;
    border-top: 1px solid var(--role-border);
    border-bottom: 1px solid var(--role-border);
}

.role-experience__preview[b-w3qo3bvshe] {
    position: relative;
    min-height: 420px;
    max-height: 540px;
    overflow: hidden;
    border: 1px solid var(--role-border);
    border-radius: 8px;
    background: var(--role-soft);
}

.role-experience__preview img[b-w3qo3bvshe] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.role-experience__preview-label[b-w3qo3bvshe] {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    backdrop-filter: blur(8px);
}

.role-experience__preview-label strong[b-w3qo3bvshe] {
    font-size: 1rem;
    letter-spacing: 0;
}

.role-experience__screens[b-w3qo3bvshe] {
    min-width: 0;
}

.role-experience__screens-heading[b-w3qo3bvshe] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 4px 0 20px;
}

.role-experience__screens-heading h2[b-w3qo3bvshe],
.role-experience__section-title h2[b-w3qo3bvshe] {
    margin: 5px 0 8px;
    font-size: 1.45rem;
    line-height: 1.3;
    letter-spacing: 0;
}

.role-experience__selected-status[b-w3qo3bvshe] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.role-experience__screen-list[b-w3qo3bvshe] {
    border-top: 1px solid #dbe3ea;
}

.role-experience__screen-link[b-w3qo3bvshe] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto 24px;
    gap: 12px;
    align-items: center;
    min-height: 84px;
    padding: 12px 4px;
    border-bottom: 1px solid #dbe3ea;
    color: #0f172a;
    text-decoration: none;
}

.role-experience__screen-link:hover[b-w3qo3bvshe] {
    background: var(--role-soft);
}

.role-experience__screen-icon[b-w3qo3bvshe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: var(--role-soft);
    color: var(--role-accent);
}

.role-experience__screen-copy[b-w3qo3bvshe] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.role-experience__screen-copy strong[b-w3qo3bvshe] {
    font-size: 0.95rem;
    letter-spacing: 0;
}

.role-experience__screen-copy small[b-w3qo3bvshe] {
    overflow: hidden;
    color: #64748b;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.role-experience__screen-meta[b-w3qo3bvshe] {
    display: grid;
    justify-items: end;
    gap: 5px;
    white-space: nowrap;
}

.role-experience__screen-meta small[b-w3qo3bvshe] {
    color: #64748b;
}

.role-experience__screen-arrow[b-w3qo3bvshe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

.role-experience__community[b-w3qo3bvshe] {
    padding-top: 32px;
}

.role-experience__section-title[b-w3qo3bvshe] {
    margin-bottom: 16px;
}

.role-experience__section-title p[b-w3qo3bvshe] {
    max-width: 78ch;
}

@media (max-width: 980px) {
    .role-experience__selector[b-w3qo3bvshe] {
        display: flex;
    }

    .role-experience__role-button[b-w3qo3bvshe] {
        flex: 0 0 184px;
    }

    .role-experience__workspace[b-w3qo3bvshe] {
        grid-template-columns: 1fr;
    }

    .role-experience__preview[b-w3qo3bvshe] {
        min-height: 360px;
        max-height: 460px;
    }
}

@media (max-width: 700px) {
    .role-experience__header[b-w3qo3bvshe] {
        display: grid;
        padding-bottom: 18px;
    }

    .role-experience__header-action[b-w3qo3bvshe] {
        width: fit-content;
    }

    .role-experience__header h1[b-w3qo3bvshe] {
        font-size: 1.7rem;
    }

    .role-experience__header p[b-w3qo3bvshe] {
        max-width: none;
    }

    .role-experience__release[b-w3qo3bvshe] {
        padding: 16px;
    }

    .role-experience__release-heading[b-w3qo3bvshe] {
        display: grid;
        gap: 12px;
    }

    .role-experience__release-heading .mud-chip[b-w3qo3bvshe] {
        width: fit-content;
    }

    .role-experience__release-grid[b-w3qo3bvshe] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .role-experience__workspace[b-w3qo3bvshe] {
        gap: 22px;
        padding: 20px 0;
    }

    .role-experience__preview[b-w3qo3bvshe] {
        aspect-ratio: 16 / 10;
        min-height: 0;
        max-height: none;
    }

    .role-experience__screens-heading[b-w3qo3bvshe] {
        display: grid;
        gap: 16px;
    }

    .role-experience__screen-link[b-w3qo3bvshe] {
        grid-template-columns: 40px minmax(0, 1fr) 20px;
        grid-template-rows: auto auto;
        row-gap: 8px;
        min-height: 78px;
    }

    .role-experience__screen-icon[b-w3qo3bvshe] {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .role-experience__screen-copy[b-w3qo3bvshe] {
        grid-column: 2;
        grid-row: 1;
    }

    .role-experience__screen-meta[b-w3qo3bvshe] {
        display: flex;
        grid-column: 2;
        grid-row: 2;
        align-items: center;
        justify-items: start;
        gap: 7px;
        white-space: normal;
    }

    .role-experience__screen-arrow[b-w3qo3bvshe] {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .role-experience__screen-copy small[b-w3qo3bvshe] {
        white-space: normal;
    }

    .role-experience__preview-label[b-w3qo3bvshe] {
        display: none;
    }
}

@media (max-width: 420px) {
    .role-experience__release-grid[b-w3qo3bvshe] {
        grid-template-columns: 1fr;
    }

    .role-experience__role-button[b-w3qo3bvshe] {
        flex-basis: 174px;
    }
}
