/* /Components/Pages/CheckoutSuccess.razor.rz.scp.css */
/*
 * Checkout fulfillment styling is intentionally global and GB10-scoped in
 * wwwroot/storefronts/gb10/site.css. The predecessor page used the storefront
 * stylesheet rather than component CSS isolation.
 */
/* /Storefronts/gb10/Components/ArtifactAudioPlayer.razor.rz.scp.css */
.artifact-audio[b-ha9bn2ydwt] {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    height: clamp(12rem, 24svh, 20rem);
    min-height: 12rem;
    max-height: 20rem;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1.35rem;
    background: #050505;
    contain: layout paint style;
}

.artifact-audio__player[b-ha9bn2ydwt] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) 3.25rem;
    gap: .85rem;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    padding: 1rem 1.25rem;
    overflow: hidden;
    border-radius: inherit;
    background: #050505;
    contain: layout paint style;
}

.artifact-audio__spectrum[b-ha9bn2ydwt] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1rem;
    background: var(--theme-audio-spectrum-background, rgba(255, 255, 255, .035));
}

.artifact-audio__element[b-ha9bn2ydwt] {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    clip-path: inset(50%);
}

.artifact-audio__controls[b-ha9bn2ydwt] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto minmax(7rem, 14rem);
    align-items: center;
    gap: .75rem;
    width: 100%;
    min-width: 0;
    height: 3.25rem;
    padding: .42rem .75rem;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1rem;
    background: var(--theme-audio-control-background, rgba(255, 255, 255, .045));
    color: var(--theme-audio-control-foreground, #f4f4f5);
}

.artifact-audio__play[b-ha9bn2ydwt] {
    height: 2.1rem;
    min-width: 4.25rem;
    margin: 0;
    padding: 0 .85rem;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: .65rem;
    background: var(--theme-audio-control-accent, rgba(255, 255, 255, .08));
    color: white;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
}

.artifact-audio__play:focus-visible[b-ha9bn2ydwt] {
    outline: 2px solid var(--theme-audio-control-accent, #a855f7);
    outline-offset: 2px;
}

.artifact-audio__seek[b-ha9bn2ydwt],
.artifact-audio__volume[b-ha9bn2ydwt] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 1.45rem;
    margin: 0;
    padding: 0;
    accent-color: var(--theme-audio-control-accent, #fff);
    background: transparent;
}

.artifact-audio__volume[b-ha9bn2ydwt] {
    min-width: 7rem;
    max-width: 14rem;
}

.artifact-audio__time[b-ha9bn2ydwt] {
    min-width: 6rem;
    max-width: 8rem;
    color: #d4d4d8;
    font-size: .78rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .artifact-audio[b-ha9bn2ydwt] {
        height: clamp(11rem, 28svh, 16rem);
        min-height: 11rem;
        max-height: 16rem;
    }

    .artifact-audio__player[b-ha9bn2ydwt] {
        grid-template-rows: minmax(0, 1fr) 3rem;
        gap: .65rem;
        padding: .75rem;
    }

    .artifact-audio__controls[b-ha9bn2ydwt] {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: .55rem;
        height: 3rem;
        padding: .35rem .55rem;
    }

    .artifact-audio__volume[b-ha9bn2ydwt] {
        display: none;
    }

    .artifact-audio__time[b-ha9bn2ydwt] {
        min-width: 4.75rem;
        max-width: 5.75rem;
        font-size: .74rem;
    }
}
/* /Storefronts/gb10/Components/ArtifactDownloadPanel.razor.rz.scp.css */
.artifact-download[b-9wvmd7yjv1] {
    box-sizing: border-box;
    display: grid;
    gap: .85rem;
    width: min(100%, 48rem);
    padding: 1.5rem;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .045);
}

.artifact-download p[b-9wvmd7yjv1] {
    margin: 0;
    color: var(--muted, #a1a1aa);
}

.artifact-download a[b-9wvmd7yjv1] {
    justify-self: start;
    max-width: 100%;
    overflow-wrap: anywhere;
}
/* /Storefronts/gb10/Components/ArtifactGrid.razor.rz.scp.css */
.artifact-browser[b-qblf4wbd7h] {
    box-sizing: border-box;
    display: grid;
    gap: .85rem;
    width: 100%;
    max-width: min(100%, 92rem);
    min-width: 0;
    margin: 0 auto;
}
/* /Storefronts/gb10/Components/ArtifactHtmlViewer.razor.rz.scp.css */
.artifact-html[b-ztj9j348d9] {
    box-sizing: border-box;
    width: min(100%, 72rem);
    height: min(70svh, 44rem);
    min-height: 24rem;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1.5rem;
    background: white;
}

.artifact-html iframe[b-ztj9j348d9] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: white;
}
/* /Storefronts/gb10/Components/ArtifactImageViewer.razor.rz.scp.css */
.artifact-image[b-0skub9yss2] {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    max-height: none;
    margin: 0;
    padding: .75rem;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1.5rem;
    background: #050505;
}

.artifact-image img[b-0skub9yss2] {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 72rem);
    max-height: min(72svh, 48rem);
    object-fit: contain;
    object-position: center;
    background: transparent;
}

@media (max-width: 720px) {
    .artifact-image[b-0skub9yss2] {
        padding: .5rem;
    }

    .artifact-image img[b-0skub9yss2] {
        max-height: min(68svh, 36rem);
    }
}
/* /Storefronts/gb10/Components/ArtifactMediaViewer.razor.rz.scp.css */
.artifact-media[b-9k48rc2nhy] {
    box-sizing: border-box;
    display: grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    overflow: visible;
}
/* /Storefronts/gb10/Components/ArtifactThumbnail.razor.rz.scp.css */
.artifact-thumbnail[b-1x0wnryy82] {
    box-sizing: border-box;
    display: grid;
    grid-auto-rows: max-content;
    align-content: start;
    gap: .5rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: .65rem;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1rem;
    background: var(--theme-artifact-thumbnail-background, rgba(255, 255, 255, .045));
    color: white;
    text-align: left;
    white-space: normal;
    cursor: pointer;
}

.artifact-thumbnail:hover[b-1x0wnryy82] {
    background: var(--theme-artifact-thumbnail-hover, rgba(255, 255, 255, .09));
}

.artifact-thumbnail--selected[b-1x0wnryy82] {
    border-color: var(--theme-artifact-thumbnail-selected, var(--strong, rgba(255, 255, 255, .32)));
    background: rgba(255, 255, 255, .12);
}

.artifact-thumbnail--no-preview[b-1x0wnryy82] {
    align-content: center;
    min-height: 3.2rem;
}

.artifact-thumbnail__preview[b-1x0wnryy82] {
    box-sizing: border-box;
    display: grid;
    place-items: center;
    width: 100%;
    height: 6rem;
    min-width: 0;
    overflow: hidden;
    border-radius: .75rem;
    background: rgba(0, 0, 0, .26);
}

.artifact-thumbnail__preview img[b-1x0wnryy82],
.artifact-thumbnail__preview video[b-1x0wnryy82] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #050505;
}

.artifact-thumbnail__label[b-1x0wnryy82] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #d4d4d8;
    font-size: .82rem;
    line-height: 1.3;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}
/* /Storefronts/gb10/Components/ArtifactThumbnailGrid.razor.rz.scp.css */
.artifact-thumbnail-grid[b-fyt55gvdh5] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fill, 9rem);
    grid-auto-rows: max-content;
    justify-content: start;
    align-content: start;
    gap: .75rem;
    width: 100%;
    height: 18rem;
    max-height: 18rem;
    min-width: 0;
    padding: .75rem;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .34) rgba(255, 255, 255, .045);
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1rem;
    background: rgba(0, 0, 0, .18);
}

.artifact-thumbnail-grid[b-fyt55gvdh5]::-webkit-scrollbar {
    width: 10px;
}

.artifact-thumbnail-grid[b-fyt55gvdh5]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .045);
    border-radius: 999px;
}

.artifact-thumbnail-grid[b-fyt55gvdh5]::-webkit-scrollbar-thumb {
    border: 2px solid rgba(9, 9, 11, .94);
    border-radius: 999px;
    background: rgba(255, 255, 255, .34);
}

@media (max-width: 720px) {
    .artifact-thumbnail-grid[b-fyt55gvdh5] {
        grid-template-columns: repeat(auto-fill, 8.5rem);
    }
}
/* /Storefronts/gb10/Components/ArtifactToolbar.razor.rz.scp.css */
.artifact-toolbar[b-3licjn1mer] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
    width: min(100%, 72rem);
    margin: 0 auto .85rem;
}

.artifact-toolbar--full[b-3licjn1mer] {
    width: 100%;
}

.artifact-toolbar__details[b-3licjn1mer] {
    min-width: 0;
}

.artifact-toolbar__details small[b-3licjn1mer] {
    color: var(--muted, #a1a1aa);
}

.artifact-toolbar__details h3[b-3licjn1mer] {
    margin: .2rem 0;
    overflow-wrap: anywhere;
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1.2;
}

.artifact-toolbar__details p[b-3licjn1mer] {
    margin: .15rem 0 0;
    color: var(--muted, #a1a1aa);
}

.artifact-toolbar__status[b-3licjn1mer] {
    font-size: .9rem;
}

.artifact-toolbar__navigation[b-3licjn1mer] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: .75rem;
    min-height: 0;
}

.artifact-toolbar__navigation button:disabled[b-3licjn1mer] {
    opacity: .45;
    cursor: not-allowed;
}

.artifact-toolbar__counter[b-3licjn1mer] {
    min-width: 4rem;
    color: #d4d4d8;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .artifact-toolbar[b-3licjn1mer] {
        grid-template-columns: 1fr;
        align-items: start;
        gap: .75rem;
    }

    .artifact-toolbar__navigation[b-3licjn1mer] {
        justify-content: flex-start;
    }
}
/* /Storefronts/gb10/Components/ArtifactVideoPlayer.razor.rz.scp.css */
.artifact-video[b-euiwj7bjxs] {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: .75rem;
    overflow: hidden;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: 1.5rem;
    background: #050505;
}

.artifact-video video[b-euiwj7bjxs] {
    display: block;
    width: auto;
    height: auto;
    max-width: min(100%, 72rem);
    max-height: min(72svh, 48rem);
    object-fit: contain;
    object-position: center;
    background: #050505;
}

@media (max-width: 720px) {
    .artifact-video[b-euiwj7bjxs] {
        padding: .5rem;
    }

    .artifact-video video[b-euiwj7bjxs] {
        max-height: min(68svh, 36rem);
    }
}
/* /Storefronts/gb10/Components/Gb10Layout.razor.rz.scp.css */
.gb10-layout[b-gt3s1bfpwr] {
    min-height: 100dvh;
    display: flex;
    align-items: stretch;
}

.gb10-layout__content[b-gt3s1bfpwr] {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 900px) {
    .gb10-layout__content[b-gt3s1bfpwr] {
        padding-left: 4.85rem;
    }
}
/* /Storefronts/gb10/Components/Gb10TabLink.razor.rz.scp.css */
.gb10-tab-link[b-yqkdr5kzhp] {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 2.45rem;
    min-width: 0;
    padding: .58rem .65rem;
    border: 1px solid transparent;
    border-radius: var(--theme-radius-md, .9rem);
    background: transparent;
    color: var(--theme-navigation-text, #d4d4d8);
    transition:
        background var(--theme-motion-duration-fast, .14s) var(--theme-motion-easing-standard, ease),
        border-color var(--theme-motion-duration-fast, .14s) var(--theme-motion-easing-standard, ease),
        color var(--theme-motion-duration-fast, .14s) var(--theme-motion-easing-standard, ease);
}

.gb10-tab-link:hover[b-yqkdr5kzhp] {
    border-color: rgba(255, 255, 255, .08);
    background: var(--theme-navigation-item-hover, rgba(255, 255, 255, .055));
    color: var(--theme-navigation-text-hover, #fff);
}

.gb10-tab-link--active[b-yqkdr5kzhp],
.gb10-tab-link[aria-current="page"][b-yqkdr5kzhp] {
    border-color: var(--strong, rgba(255, 255, 255, .32));
    background: var(--theme-navigation-item-active, rgba(255, 255, 255, .11));
    color: var(--theme-navigation-text-active, #fff);
    box-shadow: inset 3px 0 0 var(--theme-navigation-indicator, #a855f7);
}

.gb10-tab-link--compact[b-yqkdr5kzhp] {
    font-size: .92rem;
}

.gb10-tab-link--status[b-yqkdr5kzhp],
.gb10-tab-link--status:hover[b-yqkdr5kzhp] {
    cursor: default;
    border-color: transparent;
    background: transparent;
    color: #8f96a3;
    user-select: none;
}

.gb10-tab-link__icon[b-yqkdr5kzhp] {
    display: grid;
    place-items: center;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .04);
    font-weight: 900;
    font-size: .72rem;
    letter-spacing: -.03em;
}

.gb10-tab-link__text[b-yqkdr5kzhp] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Storefronts/gb10/Components/Gb10TabPane.razor.rz.scp.css */
.gb10-tab-pane[b-y77cbi213s] {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    flex: 0 0 18rem;
    flex-direction: column;
    width: 18rem;
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
    border-right: 1px solid var(--border, rgba(255, 255, 255, .1));
    background: rgba(9, 9, 11, .94);
    backdrop-filter: blur(18px);
    transition: flex-basis .18s ease, width .18s ease;
}

.gb10-tab-pane__brand-row[b-y77cbi213s] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border, rgba(255, 255, 255, .1));
}

.gb10-tab-pane__brand[b-y77cbi213s] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}

.gb10-tab-pane__brand .mark[b-y77cbi213s] {
    flex: 0 0 auto;
}

.gb10-tab-pane__brand-label[b-y77cbi213s] {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.gb10-tab-pane__brand-label strong[b-y77cbi213s],
.gb10-tab-pane__brand-label small[b-y77cbi213s] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gb10-tab-pane__brand-label small[b-y77cbi213s] {
    color: var(--muted, #a1a1aa);
    font-size: .75rem;
}

.gb10-tab-pane__collapse[b-y77cbi213s] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid var(--border, rgba(255, 255, 255, .1));
    border-radius: .8rem;
    background: rgba(255, 255, 255, .06);
    color: #d4d4d8;
    cursor: pointer;
}

.gb10-tab-pane__collapse:focus-visible[b-y77cbi213s] {
    outline: 2px solid var(--theme-navigation-indicator, #a855f7);
    outline-offset: 2px;
}

.gb10-tab-pane__scroll[b-y77cbi213s] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: .35rem;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .34) rgba(255, 255, 255, .045);
    padding: .85rem;
}

.gb10-tab-pane__scroll[b-y77cbi213s]::-webkit-scrollbar {
    width: 10px;
}

.gb10-tab-pane__scroll[b-y77cbi213s]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .045);
    border-radius: 999px;
}

.gb10-tab-pane__scroll[b-y77cbi213s]::-webkit-scrollbar-thumb {
    min-height: 2.5rem;
    border: 2px solid rgba(9, 9, 11, .94);
    border-radius: 999px;
    background: rgba(255, 255, 255, .34);
}

.gb10-tab-pane__scroll[b-y77cbi213s]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .5);
}

.gb10-tab-pane__section[b-y77cbi213s] {
    display: grid;
    gap: .25rem;
    margin-top: .45rem;
    padding-top: .65rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.gb10-tab-pane__section:first-of-type[b-y77cbi213s] {
    margin-top: 0;
    padding-top: .35rem;
    border-top: 0;
}

.gb10-tab-pane__section--bottom[b-y77cbi213s] {
    margin-top: auto;
}

.gb10-tab-pane__section-title[b-y77cbi213s] {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-width: 0;
    padding: .6rem .65rem;
    color: #a1a1aa;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gb10-tab-pane__section-icon[b-y77cbi213s] {
    display: grid;
    place-items: center;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .04);
    font-size: .72rem;
}

.gb10-tab-pane__section-text[b-y77cbi213s] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gb10-tab-pane__cart-badge[b-y77cbi213s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    margin-left: .35rem;
    padding: 0 .35rem;
    border-radius: 999px;
    background: rgba(96, 165, 250, .25);
    font-size: .75rem;
    font-weight: 800;
}

.gb10-tab-pane--collapsed[b-y77cbi213s] {
    flex-basis: 4.85rem;
    width: 4.85rem;
}

.gb10-tab-pane--collapsed .gb10-tab-pane__brand-row[b-y77cbi213s] {
    justify-content: center;
    padding-inline: .6rem;
}

.gb10-tab-pane--collapsed .gb10-tab-pane__brand[b-y77cbi213s] {
    gap: 0;
}

.gb10-tab-pane--collapsed .gb10-tab-pane__brand-label[b-y77cbi213s],
.gb10-tab-pane--collapsed .gb10-tab-pane__section-text[b-y77cbi213s] {
    width: 0;
    max-width: 0;
    opacity: 0;
    pointer-events: none;
}

.gb10-tab-pane--collapsed .gb10-tab-pane__collapse[b-y77cbi213s] {
    position: absolute;
    top: 3.8rem;
    right: .55rem;
    width: 1.9rem;
    height: 1.9rem;
}

.gb10-tab-pane--collapsed .gb10-tab-pane__scroll[b-y77cbi213s] {
    padding: .75rem .55rem;
}

.gb10-tab-pane--collapsed .gb10-tab-pane__section-title[b-y77cbi213s] {
    justify-content: center;
    padding-inline: .35rem;
}

.gb10-tab-pane--collapsed[b-y77cbi213s]  .gb10-tab-link {
    justify-content: center;
    padding-inline: .35rem;
}

.gb10-tab-pane--collapsed[b-y77cbi213s]  .gb10-tab-link__text {
    width: 0;
    max-width: 0;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 900px) {
    .gb10-tab-pane[b-y77cbi213s] {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 40;
        flex-basis: 18rem;
        width: 18rem;
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, .45);
    }

    .gb10-tab-pane--collapsed[b-y77cbi213s] {
        flex-basis: 4.85rem;
        width: 4.85rem;
    }
}
