/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wr1ouxwlxl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wr1ouxwlxl] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-wr1ouxwlxl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j66iqs0bjw],
.components-reconnect-repeated-attempt-visible[b-j66iqs0bjw],
.components-reconnect-failed-visible[b-j66iqs0bjw],
.components-pause-visible[b-j66iqs0bjw],
.components-resume-failed-visible[b-j66iqs0bjw],
.components-rejoining-animation[b-j66iqs0bjw] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Community.razor.rz.scp.css */
.community-cabinet-shell[b-2ey0xfsrvr] {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border-color: var(--bb-artisan-line);
    background:
        radial-gradient(circle at top left, rgba(159, 124, 83, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 226, 0.97)),
        var(--bb-artisan-paper);
    box-shadow: 0 20px 42px rgba(39, 32, 24, 0.12);
}

.community-cabinet-shell[b-2ey0xfsrvr]::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(84, 76, 61, 0.1);
    pointer-events: none;
}

.community-cabinet-header[b-2ey0xfsrvr] {
    position: relative;
    z-index: 1;
    background: rgba(232, 223, 203, 0.58);
    border-bottom-color: var(--bb-artisan-line);
}

.community-cabinet-kicker[b-2ey0xfsrvr],
.community-record-code[b-2ey0xfsrvr] {
    font-family: var(--bb-artisan-typewriter);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.community-cabinet-kicker[b-2ey0xfsrvr] {
    font-size: 0.72rem;
    color: var(--bb-artisan-muted);
    margin-bottom: 0.2rem;
}

.community-cabinet-header h4[b-2ey0xfsrvr] {
    font-family: var(--bb-artisan-display);
    font-size: 2rem;
    color: var(--bb-artisan-ink);
}

.community-cabinet-body[b-2ey0xfsrvr] {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(180deg, transparent 0, transparent 31px, rgba(84, 76, 61, 0.08) 32px);
    background-size: 100% 32px;
}

.community-filter-row[b-2ey0xfsrvr] {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--bb-artisan-line);
}

.community-filter-row .form-label[b-2ey0xfsrvr] {
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.community-empty-state[b-2ey0xfsrvr] {
    border-radius: 0;
    border-color: var(--bb-artisan-line);
    background: rgba(255, 248, 231, 0.94);
}

.community-record-card[b-2ey0xfsrvr] {
    position: relative;
    border-radius: 0;
    border: 1px solid var(--bb-artisan-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 230, 0.98)),
        var(--bb-artisan-paper);
    box-shadow: 0 12px 24px rgba(39, 32, 24, 0.1);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.community-record-card[b-2ey0xfsrvr]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1rem;
    width: 92px;
    height: 12px;
    background: #d2bea0;
    border: 1px solid rgba(84, 76, 61, 0.22);
    border-bottom: 0;
}

.community-record-card:hover[b-2ey0xfsrvr] {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(39, 32, 24, 0.14);
}

.community-record-thumb-wrap[b-2ey0xfsrvr] {
    padding: 0.8rem 0.8rem 0;
}

.community-record-thumb[b-2ey0xfsrvr] {
    border-radius: 0;
    border: 1px solid var(--bb-artisan-line);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f3ede2;
}

.community-record-body[b-2ey0xfsrvr] {
    padding: 0.8rem;
}

.community-record-code[b-2ey0xfsrvr] {
    font-size: 0.68rem;
    color: var(--bb-artisan-muted);
    margin-bottom: 0.45rem;
}

.community-record-tabs[b-2ey0xfsrvr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.community-record-tabs .badge[b-2ey0xfsrvr] {
    border-radius: 0;
    box-shadow: none;
}

.community-record-actions .btn[b-2ey0xfsrvr] {
    border-radius: 0;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
/* /Components/Pages/QuickBake.razor.rz.scp.css */
.quick-bake-page[b-z10wsxl40x] {
    display: grid;
    gap: 1.5rem;
}

.quick-bake-intro[b-z10wsxl40x],
.quick-bake-builder-shell[b-z10wsxl40x],
.quick-bake-record-shell[b-z10wsxl40x] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bb-artisan-line);
    border-radius: 0;
    background:
        radial-gradient(circle at 18% 14%, rgba(154, 120, 81, 0.12), transparent 18%),
        radial-gradient(circle at 88% 76%, rgba(89, 63, 38, 0.08), transparent 16%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 252, 245, 0.92)),
        var(--bb-artisan-paper);
    box-shadow: 0 20px 40px rgba(39, 32, 24, 0.12);
}

.quick-bake-intro[b-z10wsxl40x],
.quick-bake-record-shell[b-z10wsxl40x] {
    padding: 1.4rem;
}

.quick-bake-builder-shell[b-z10wsxl40x] {
    width: 100%;
    max-width: 480px;
}

.quick-bake-intro[b-z10wsxl40x]::before,
.quick-bake-intro[b-z10wsxl40x]::after,
.quick-bake-builder-shell[b-z10wsxl40x]::before,
.quick-bake-builder-shell[b-z10wsxl40x]::after,
.quick-bake-record-shell[b-z10wsxl40x]::before,
.quick-bake-record-shell[b-z10wsxl40x]::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    background: rgba(84, 76, 61, 0.16);
    pointer-events: none;
}

.quick-bake-intro[b-z10wsxl40x]::before,
.quick-bake-builder-shell[b-z10wsxl40x]::before,
.quick-bake-record-shell[b-z10wsxl40x]::before {
    top: 82px;
}

.quick-bake-intro[b-z10wsxl40x]::after,
.quick-bake-builder-shell[b-z10wsxl40x]::after,
.quick-bake-record-shell[b-z10wsxl40x]::after {
    top: 114px;
}

.quick-bake-kicker[b-z10wsxl40x],
.quick-bake-section-kicker[b-z10wsxl40x],
.quick-bake-record-code[b-z10wsxl40x],
.quick-bake-builder-shell .form-label[b-z10wsxl40x],
.quick-bake-builder-shell .form-text[b-z10wsxl40x],
.quick-bake-details-summary[b-z10wsxl40x],
.quick-bake-confidence-badge[b-z10wsxl40x] {
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.06em;
}

.quick-bake-kicker[b-z10wsxl40x],
.quick-bake-section-kicker[b-z10wsxl40x] {
    margin-bottom: 0.35rem;
    color: var(--bb-artisan-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
}

.quick-bake-title[b-z10wsxl40x],
.quick-bake-section-title[b-z10wsxl40x],
.quick-bake-record-title[b-z10wsxl40x] {
    font-family: var(--bb-artisan-display);
    color: var(--bb-artisan-ink);
}

.quick-bake-title[b-z10wsxl40x] {
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    line-height: 0.92;
}

.quick-bake-intro-copy[b-z10wsxl40x] {
    max-width: 720px;
}

.quick-bake-lead[b-z10wsxl40x] {
    color: #7c4700;
    font-size: 1.1rem;
    text-align: left;
}

.quick-bake-benefits[b-z10wsxl40x] {
    color: #5a3e1b;
}

.quick-bake-note[b-z10wsxl40x] {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
}

.quick-bake-showcase[b-z10wsxl40x] {
    display: grid;
    gap: 1rem;
}

.quick-bake-preset-card[b-z10wsxl40x] {
    border-radius: 0;
    border-color: var(--bb-artisan-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 230, 0.98)),
        var(--bb-artisan-paper);
}

.quick-bake-preset-card .card-header[b-z10wsxl40x] {
    font-family: var(--bb-artisan-display);
    font-size: 1.2rem;
    background: rgba(226, 214, 189, 0.34);
    border-bottom-color: var(--bb-artisan-line);
}

.quick-bake-builder-shell[b-z10wsxl40x] {
    padding: 1.3rem;
}

.quick-bake-builder-shell .form-label[b-z10wsxl40x] {
    font-size: 0.74rem;
    text-transform: uppercase;
    font-weight: 700;
}

.quick-bake-builder-shell .form-text[b-z10wsxl40x] {
    font-size: 0.76rem;
}

.quick-bake-builder-shell .form-select[b-z10wsxl40x],
.quick-bake-builder-shell .form-control[b-z10wsxl40x] {
    border-radius: 0;
    border-color: rgba(84, 76, 61, 0.24);
    background: rgba(255, 255, 255, 0.72);
}

.quick-bake-details-summary[b-z10wsxl40x] {
    cursor: pointer;
    color: #7c4700;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.quick-bake-generate-button[b-z10wsxl40x] {
    font-size: 1.05rem;
    border-radius: 0;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.quick-bake-record-header[b-z10wsxl40x] {
    position: relative;
    z-index: 1;
}

.quick-bake-record-title[b-z10wsxl40x] {
    color: #5c3317;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 0.95;
}

.quick-bake-confidence-badge[b-z10wsxl40x] {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.quick-bake-record-code[b-z10wsxl40x] {
    text-transform: uppercase;
}

.quick-bake-record-code strong[b-z10wsxl40x] {
    font-family: var(--bb-artisan-display);
    color: var(--bb-artisan-ink);
    font-size: 1.25rem;
}

.quick-bake-record-strapline[b-z10wsxl40x] {
    color: #8b4513;
    font-family: var(--bb-artisan-display);
    font-size: 1.2rem;
}

.quick-bake-reminder-button[b-z10wsxl40x] {
    border-radius: 0;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.quick-bake-action-row .btn[b-z10wsxl40x] {
    border-radius: 0;
}

.quick-bake-photo-sheet[b-z10wsxl40x] {
    align-self: start;
}

@media (max-width: 768px) {
    .quick-bake-intro[b-z10wsxl40x],
    .quick-bake-builder-shell[b-z10wsxl40x],
    .quick-bake-record-shell[b-z10wsxl40x] {
        padding: 1rem;
    }

    .quick-bake-intro[b-z10wsxl40x]::before,
    .quick-bake-builder-shell[b-z10wsxl40x]::before,
    .quick-bake-record-shell[b-z10wsxl40x]::before {
        top: 92px;
    }

    .quick-bake-intro[b-z10wsxl40x]::after,
    .quick-bake-builder-shell[b-z10wsxl40x]::after,
    .quick-bake-record-shell[b-z10wsxl40x]::after {
        top: 128px;
    }

    .quick-bake-title[b-z10wsxl40x] {
        font-size: 2rem;
    }
}
/* /Components/Pages/RecipePage.razor.rz.scp.css */
.recipe-intro-alert[b-ox0ugfsa2h] {
    font-size: 1.15rem;
}

.recipe-page-shell[b-ox0ugfsa2h] {
    width: 100%;
    max-width: 90rem;
    margin-inline: auto;
}

.quickbake-hero[b-ox0ugfsa2h] {
    background: linear-gradient(110deg, var(--bb-accent-200) 0%, var(--bb-accent-300) 100%);
    border-radius: var(--bb-radius-lg);
    display: flex;
    justify-content: center;
    padding: 0.5rem 0.75rem;
}

.quickbake-hero-title[b-ox0ugfsa2h] {
    font-weight: 900;
    color: #7c4700;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.quickbake-hero-copy[b-ox0ugfsa2h] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #a85b00;
    margin: 0;
}

.quickbake-highlight[b-ox0ugfsa2h] {
    color: #d35400;
}

.quickbake-subcopy[b-ox0ugfsa2h] {
    font-size: 1.05rem;
}

.quickbake-hero-btn[b-ox0ugfsa2h],
.quickbake-modal-cta[b-ox0ugfsa2h] {
    font-size: 0.95rem;
    border-radius: var(--bb-radius-pill);
    color: #fff;
    background: linear-gradient(90deg, #ffb347 0%, #ffcc33 100%);
    border: none;
}

.quickbake-hero-btn[b-ox0ugfsa2h] {
    outline: none;
    white-space: nowrap;
}

.quickbake-hero-icon[b-ox0ugfsa2h] {
    font-size: 1rem;
    vertical-align: middle;
}

.quickbake-hero-foot[b-ox0ugfsa2h] {
    font-size: 0.95rem;
    color: #7c4700;
}

.recipe-modal-backdrop[b-ox0ugfsa2h] {
    z-index: 1040;
}

.recipe-modal[b-ox0ugfsa2h] {
    z-index: 1050;
}

.quickbake-modal-header[b-ox0ugfsa2h] {
    background: var(--bb-accent-200);
}

.quickbake-modal-title[b-ox0ugfsa2h] {
    color: #7c4700;
}

.quickbake-modal-copy[b-ox0ugfsa2h] {
    font-size: 1.1rem;
    color: #a85b00;
}

.quickbake-modal-list[b-ox0ugfsa2h] {
    color: #7c4700;
}

.bread-code-banner[b-ox0ugfsa2h] {
    background-color: #8b4513;
    color: #fdf5e6;
}

.bread-code-label[b-ox0ugfsa2h] {
    font-size: 0.85rem;
}

.bread-code-value[b-ox0ugfsa2h] {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    font-family: "Courier New", monospace;
}

.bread-code-hint[b-ox0ugfsa2h] {
    font-size: 0.75rem;
    opacity: 0.85;
}

.recipe-context-row[b-ox0ugfsa2h] {
    background: var(--bb-surface-200);
}

@media (min-width: 1200px) {
    .recipe-form-grid[b-ox0ugfsa2h] {
        align-items: start;
    }

    .recipe-form-grid > .col-xl-4[b-ox0ugfsa2h] {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .recipe-form-grid > .col-xl-3[b-ox0ugfsa2h] {
        flex: 0 0 auto;
        width: 25%;
    }

    .recipe-form-grid > .col-xl-2[b-ox0ugfsa2h] {
        flex: 0 0 auto;
        width: 16.666667%;
    }
}

.sds-note[b-ox0ugfsa2h] {
    background: #fff8e1;
    width: 100%;
}

.info-close-btn[b-ox0ugfsa2h] {
    font-size: 0.6rem;
}

.assumption-modal-header[b-ox0ugfsa2h] {
    background: var(--bb-surface-100);
}

.assumption-modal-title[b-ox0ugfsa2h] {
    color: #5c3317;
}
/* /Components/Pages/ResultPage.razor.rz.scp.css */
.result-record-shell[b-ffq2544atb] {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid var(--bb-artisan-line);
    background:
        radial-gradient(circle at 18% 14%, rgba(154, 120, 81, 0.12), transparent 18%),
        radial-gradient(circle at 88% 76%, rgba(89, 63, 38, 0.08), transparent 16%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 252, 245, 0.9)),
        var(--bb-artisan-paper);
    box-shadow: 0 22px 44px rgba(39, 32, 24, 0.12);
}

.result-record-shell[b-ffq2544atb]::before,
.result-record-shell[b-ffq2544atb]::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    background: rgba(84, 76, 61, 0.16);
    pointer-events: none;
}

.result-record-shell[b-ffq2544atb]::before {
    top: 86px;
}

.result-record-shell[b-ffq2544atb]::after {
    top: 118px;
}

.result-record-shell-preview[b-ffq2544atb]::before {
    top: 82px;
}

.result-record-shell-preview[b-ffq2544atb]::after {
    top: 114px;
}

.result-record-actions[b-ffq2544atb] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--bb-artisan-line);
}

.result-record-note[b-ffq2544atb] {
    color: var(--bb-artisan-muted);
    font-size: 0.88rem;
    max-width: 30rem;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.03em;
}

.result-record-button[b-ffq2544atb] {
    border-radius: 0;
    border: 1px solid var(--bb-artisan-line);
    background: rgba(172, 162, 132, 0.16);
    color: var(--bb-artisan-ink);
    padding: 0.55rem 1rem;
    font-size: 0.76rem;
    font-weight: 600;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.result-record-button:hover[b-ffq2544atb] {
    background: rgba(172, 162, 132, 0.26);
    color: var(--bb-artisan-ink);
    border-color: rgba(84, 76, 61, 0.34);
}

.result-record-button-outline[b-ffq2544atb] {
    background: rgba(255, 255, 255, 0.62);
}

.result-record-banner[b-ffq2544atb] {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--bb-artisan-line);
    background: rgba(172, 162, 132, 0.14);
}

.result-record-banner strong[b-ffq2544atb],
.result-record-header h2[b-ffq2544atb] {
    font-family: var(--bb-artisan-display);
    font-weight: 500;
}

.result-record-banner strong[b-ffq2544atb] {
    color: var(--bb-artisan-ink);
    font-size: 1.8rem;
    line-height: 0.95;
}

.result-record-banner span[b-ffq2544atb],
.result-record-banner div[b-ffq2544atb] {
    color: var(--bb-artisan-muted);
}

.result-record-promo[b-ffq2544atb] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--bb-artisan-line);
    background: rgba(255, 255, 255, 0.68);
}

.result-record-promo strong[b-ffq2544atb] {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--bb-artisan-ink);
    font-size: 1rem;
    letter-spacing: 0.04em;
}

.result-record-promo p[b-ffq2544atb] {
    margin: 0;
    color: var(--bb-artisan-muted);
    max-width: 36rem;
}

.result-record-promo-actions[b-ffq2544atb] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.result-record-header[b-ffq2544atb] {
    text-align: center;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
}

.result-record-kicker[b-ffq2544atb] {
    margin-bottom: 0.4rem;
    color: var(--bb-artisan-muted);
    font-size: 0.72rem;
    font-weight: 600;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.result-record-header h2[b-ffq2544atb] {
    margin: 0;
    color: var(--bb-artisan-ink);
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    line-height: 0.92;
}

.result-record-header-preview[b-ffq2544atb] {
    margin-bottom: 1.4rem;
}

.result-record-preview-lead[b-ffq2544atb] {
    margin: 0.6rem 0 0;
    font-family: var(--bb-artisan-display);
    font-size: clamp(1.15rem, 2.8vw, 1.6rem);
    color: var(--bb-artisan-ink);
}

.result-record-confidence-badge[b-ffq2544atb] {
    border-radius: 0;
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.result-record-code[b-ffq2544atb] {
    margin: 0.45rem 0 0;
    color: var(--bb-artisan-muted);
    font-size: 1rem;
    font-family: var(--bb-artisan-typewriter);
    text-transform: uppercase;
}

.result-record-code strong[b-ffq2544atb] {
    color: var(--bb-artisan-ink);
    font-family: var(--bb-artisan-display);
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.result-record-header .fst-italic[b-ffq2544atb],
.result-record-header .text-muted[b-ffq2544atb] {
    color: var(--bb-artisan-muted) !important;
}

.result-record-strapline[b-ffq2544atb] {
    margin: 0.75rem auto 0;
    max-width: 40rem;
    color: var(--bb-artisan-muted);
    font-family: var(--bb-artisan-display);
    font-size: 1.4rem;
    line-height: 1.02;
}

.result-record-summary[b-ffq2544atb] {
    margin: 0.7rem auto 0;
    max-width: 34rem;
    color: var(--bb-artisan-muted);
}

.result-record-actions[b-ffq2544atb],
.result-record-banner[b-ffq2544atb],
.result-record-promo[b-ffq2544atb] {
    position: relative;
    z-index: 1;
}

.result-record-note-card[b-ffq2544atb] {
    padding: 0.8rem 0.95rem;
    border: 1px solid var(--bb-artisan-line);
    background: rgba(255, 255, 255, 0.58);
    color: var(--bb-artisan-ink);
}

.result-record-note-card-warning[b-ffq2544atb] {
    background: rgba(188, 160, 102, 0.16);
}

.result-record-note-card-confirm[b-ffq2544atb] {
    background: rgba(127, 145, 105, 0.14);
}

.result-record-return-note[b-ffq2544atb] {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .result-record-shell[b-ffq2544atb]::before {
        top: 96px;
    }

    .result-record-shell[b-ffq2544atb]::after {
        top: 132px;
    }

    .result-record-shell-preview[b-ffq2544atb]::before {
        top: 102px;
    }

    .result-record-shell-preview[b-ffq2544atb]::after {
        top: 138px;
    }

    .result-record-promo[b-ffq2544atb] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/BakePlanHero.razor.rz.scp.css */
.bb-plan-hero[b-78w4o9knbe] {
    margin-bottom: 1.75rem;
}

.bb-plan-shell[b-78w4o9knbe] {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bb-artisan-line);
    background:
        radial-gradient(circle at 20% 18%, rgba(162, 136, 99, 0.08), transparent 22%),
        radial-gradient(circle at 88% 76%, rgba(139, 94, 60, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 242, 229, 0.95)),
        var(--bb-artisan-paper);
    box-shadow: 0 18px 38px rgba(39, 32, 24, 0.12);
    padding: 1.25rem;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--bb-artisan-ink);
}

.bb-plan-shell[b-78w4o9knbe]::before,
.bb-plan-shell[b-78w4o9knbe]::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    background: var(--bb-artisan-line);
    pointer-events: none;
}

.bb-plan-shell[b-78w4o9knbe]::before {
    top: 86px;
}

.bb-plan-shell[b-78w4o9knbe]::after {
    top: 118px;
}

.bb-plan-seal[b-78w4o9knbe] {
    position: absolute;
    width: 82px;
    height: 82px;
    opacity: 0.16;
    filter: sepia(0.9) saturate(0.7) contrast(0.95);
    pointer-events: none;
}

.bb-plan-seal-left[b-78w4o9knbe] {
    top: 18px;
    left: 18px;
    transform: rotate(-12deg);
}

.bb-plan-seal-right[b-78w4o9knbe] {
    top: 16px;
    right: 18px;
    transform: rotate(11deg);
}

.bb-plan-record-head[b-78w4o9knbe],
.bb-plan-record-grid[b-78w4o9knbe],
.bb-plan-glance-grid[b-78w4o9knbe] {
    position: relative;
    z-index: 1;
}

.bb-plan-record-head[b-78w4o9knbe] {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.bb-plan-record-rule[b-78w4o9knbe] {
    display: none;
}

.bb-plan-record-title-wrap[b-78w4o9knbe] {
    text-align: center;
}

.bb-plan-record-super[b-78w4o9knbe],
.bb-plan-record-sub[b-78w4o9knbe],
.bb-plan-record-meta-item[b-78w4o9knbe],
.bb-plan-panel-title[b-78w4o9knbe],
.bb-plan-record-table th[b-78w4o9knbe],
.bb-plan-record-stage[b-78w4o9knbe],
.bb-plan-glance-item span[b-78w4o9knbe],
.bb-plan-gate-label[b-78w4o9knbe] {
    font-family: var(--bb-artisan-typewriter);
    letter-spacing: 0.04em;
}

.bb-plan-record-super[b-78w4o9knbe] {
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    font-weight: 700;
    text-transform: uppercase;
}

.bb-plan-record-title[b-78w4o9knbe] {
    margin: 0.15rem 0;
    font-family: var(--bb-artisan-display);
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.bb-plan-record-sub[b-78w4o9knbe] {
    font-size: 1.05rem;
    text-transform: uppercase;
}

.bb-plan-record-meta[b-78w4o9knbe] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
    align-items: center;
}

.bb-plan-record-meta-item[b-78w4o9knbe] {
    display: inline-flex;
    align-items: center;
    min-height: 1.7rem;
    padding: 0.15rem 0.5rem;
    border: 1px solid var(--bb-artisan-line);
    background: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    text-transform: uppercase;
}

.bb-plan-feedback-link[b-78w4o9knbe] {
    color: var(--bb-artisan-ink);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    font-size: 0.76rem;
}

.bb-plan-feedback-link:hover[b-78w4o9knbe] {
    color: var(--bb-artisan-ink);
}

.bb-plan-record-strapline[b-78w4o9knbe] {
    position: relative;
    z-index: 1;
    margin: 0 0 1rem;
    text-align: center;
    color: var(--bb-artisan-muted);
    font-family: var(--bb-artisan-display);
    font-size: 1.25rem;
}

.bb-plan-record-grid[b-78w4o9knbe] {
    display: grid;
    gap: 1rem;
}

.bb-plan-record-main[b-78w4o9knbe],
.bb-plan-panel[b-78w4o9knbe] {
    background: rgba(255, 252, 244, 0.74);
    border: 1px solid var(--bb-artisan-line);
}

.bb-plan-record-table[b-78w4o9knbe] {
    width: 100%;
    border-collapse: collapse;
}

.bb-plan-record-table th[b-78w4o9knbe],
.bb-plan-record-table td[b-78w4o9knbe] {
    border: 1px solid var(--bb-artisan-line);
    padding: 0.7rem 0.75rem;
    vertical-align: top;
}

.bb-plan-record-table th[b-78w4o9knbe] {
    background: rgba(225, 214, 189, 0.36);
    text-align: left;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.bb-plan-record-stage[b-78w4o9knbe] {
    width: 34%;
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-plan-record-time[b-78w4o9knbe] {
    width: 18%;
    white-space: nowrap;
    font-family: var(--bb-artisan-display);
    font-size: 1.2rem;
    font-weight: 600;
}

.bb-plan-record-note[b-78w4o9knbe] {
    font-size: 0.95rem;
    line-height: 1.2;
}

.bb-plan-record-footnote[b-78w4o9knbe] {
    padding: 0.75rem 0.85rem;
    border-top: 0;
    font-size: 0.88rem;
    line-height: 1.25;
}

.bb-plan-record-side[b-78w4o9knbe] {
    display: grid;
    gap: 0.85rem;
}

.bb-plan-panel[b-78w4o9knbe] {
    padding: 0.85rem 0.95rem;
}

.bb-plan-panel-highlight[b-78w4o9knbe] {
    background: rgba(244, 231, 199, 0.52);
}

.bb-plan-baker-callout[b-78w4o9knbe] {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    padding: 0.75rem 0.85rem;
    margin-bottom: 0.8rem;
    border: 1px solid rgba(113, 78, 48, 0.28);
    background: rgba(255, 250, 240, 0.9);
}

.bb-plan-baker-callout.is-action[b-78w4o9knbe] {
    background: linear-gradient(135deg, rgba(255, 241, 208, 0.96), rgba(248, 225, 186, 0.92));
    box-shadow: inset 0 0 0 1px rgba(141, 86, 31, 0.12);
}

.bb-plan-baker-callout.is-action .bb-plan-baker-arm[b-78w4o9knbe],
.bb-plan-baker-callout.is-action .bb-plan-baker-hand[b-78w4o9knbe] {
    animation: bb-plan-baker-wave-b-78w4o9knbe 1.25s ease-in-out infinite;
    transform-origin: 96px 89px;
}

.bb-plan-baker-callout.is-action .bb-plan-baker-eye-wink[b-78w4o9knbe] {
    animation: bb-plan-baker-wink-b-78w4o9knbe 1.7s steps(2, end) infinite;
}

.bb-plan-baker-figure[b-78w4o9knbe] {
    width: 104px;
}

.bb-plan-baker-svg[b-78w4o9knbe] {
    display: block;
    width: 100%;
    height: auto;
}

.bb-plan-baker-shadow[b-78w4o9knbe] {
    fill: rgba(82, 55, 31, 0.16);
}

.bb-plan-baker-hat[b-78w4o9knbe] {
    fill: #f7f2e4;
    stroke: #81624b;
    stroke-width: 3;
}

.bb-plan-baker-band[b-78w4o9knbe] {
    fill: #d79f5c;
    stroke: #73431f;
    stroke-width: 3;
}

.bb-plan-baker-face[b-78w4o9knbe],
.bb-plan-baker-hand[b-78w4o9knbe] {
    fill: #f1c79a;
    stroke: #73431f;
    stroke-width: 3;
}

.bb-plan-baker-eye[b-78w4o9knbe],
.bb-plan-baker-eye-wink[b-78w4o9knbe],
.bb-plan-baker-smile[b-78w4o9knbe],
.bb-plan-baker-moustache[b-78w4o9knbe],
.bb-plan-baker-arm[b-78w4o9knbe] {
    fill: none;
    stroke: #4a2f1a;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bb-plan-baker-coat[b-78w4o9knbe] {
    fill: #8b5e3c;
    stroke: #4a2f1a;
    stroke-width: 3;
}

.bb-plan-baker-copy[b-78w4o9knbe] {
    display: grid;
    gap: 0.35rem;
}

.bb-plan-baker-title[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: 1.35rem;
    line-height: 1;
}

.bb-plan-baker-copy p[b-78w4o9knbe],
.bb-plan-baker-copy small[b-78w4o9knbe] {
    margin: 0;
}

.bb-plan-baker-button[b-78w4o9knbe] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: start;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--bb-artisan-ink);
    background: rgba(255, 247, 232, 0.96);
    color: var(--bb-artisan-ink);
    font-family: var(--bb-artisan-typewriter);
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-plan-baker-button:disabled[b-78w4o9knbe] {
    opacity: 0.6;
}

.bb-plan-baker-ping[b-78w4o9knbe] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(141, 84, 72, 0.45);
}

.bb-plan-baker-ping.is-live[b-78w4o9knbe] {
    background: #c96e2c;
    box-shadow: 0 0 0 0 rgba(201, 110, 44, 0.45);
    animation: bb-plan-ping-b-78w4o9knbe 1.2s ease-out infinite;
}

.bb-plan-panel-title[b-78w4o9knbe] {
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-plan-panel p[b-78w4o9knbe] {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.18;
}

.bb-plan-record-list[b-78w4o9knbe] {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.5rem;
}

.bb-plan-record-list li[b-78w4o9knbe] {
    display: grid;
    gap: 0.08rem;
    font-size: 0.92rem;
}

.bb-plan-record-list span[b-78w4o9knbe],
.bb-plan-record-list small[b-78w4o9knbe],
.bb-plan-stage-callout span[b-78w4o9knbe] {
    color: var(--bb-artisan-muted);
}

.bb-plan-stage-callout[b-78w4o9knbe] {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.2rem;
    padding-top: 0.6rem;
    border-top: 1px solid var(--bb-artisan-line);
}

.bb-plan-live-clock[b-78w4o9knbe] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.9fr);
    gap: 0.7rem;
    margin-top: 0.8rem;
    padding: 0.8rem 0.85rem;
    border: 1px solid rgba(113, 78, 48, 0.24);
    background: linear-gradient(180deg, rgba(255, 251, 241, 0.95), rgba(244, 232, 205, 0.9));
}

.bb-plan-live-clock-face[b-78w4o9knbe] {
    display: grid;
    gap: 0.18rem;
}

.bb-plan-live-clock-kicker[b-78w4o9knbe],
.bb-plan-live-clock-stats span[b-78w4o9knbe] {
    font-family: var(--bb-artisan-typewriter);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bb-artisan-muted);
}

.bb-plan-live-clock-face strong[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 0.9;
}

.bb-plan-live-clock-face small[b-78w4o9knbe] {
    color: var(--bb-artisan-muted);
}

.bb-plan-live-clock-stats[b-78w4o9knbe] {
    display: grid;
    gap: 0.5rem;
}

.bb-plan-live-clock-stats div[b-78w4o9knbe] {
    display: grid;
    gap: 0.16rem;
    align-content: start;
}

.bb-plan-live-clock-stats strong[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: 1.2rem;
    line-height: 1;
}

.bb-plan-stage-callout strong[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: 1.35rem;
    line-height: 1;
}

.bb-plan-override-button[b-78w4o9knbe] {
    width: 100%;
    margin-top: 0.8rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid var(--bb-artisan-ink);
    background: rgba(255, 248, 231, 0.94);
    color: var(--bb-artisan-ink);
    font-family: var(--bb-artisan-typewriter);
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-plan-override-button:disabled[b-78w4o9knbe] {
    opacity: 0.55;
}

@keyframes bb-plan-baker-wave-b-78w4o9knbe {
    0%,
    100% {
        transform: rotate(0deg);
    }

    35% {
        transform: rotate(-10deg);
    }

    65% {
        transform: rotate(6deg);
    }
}

@keyframes bb-plan-baker-wink-b-78w4o9knbe {
    0%,
    70%,
    100% {
        opacity: 1;
    }

    74%,
    78% {
        opacity: 0;
    }
}

@keyframes bb-plan-ping-b-78w4o9knbe {
    0% {
        box-shadow: 0 0 0 0 rgba(201, 110, 44, 0.45);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(201, 110, 44, 0);
    }
}

.bb-plan-tracker-scroll[b-78w4o9knbe] {
    overflow-x: auto;
}

.bb-plan-tracker[b-78w4o9knbe] {
    position: relative;
    display: inline-flex;
    min-width: 100%;
    gap: 0;
    border: 1px solid var(--bb-artisan-line);
    background: rgba(255, 255, 255, 0.65);
    overflow: hidden;
}

.bb-plan-tracker[b-78w4o9knbe]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a64d3d 0%, #d47b33 33%, #d8b84c 66%, #6f9850 100%);
    pointer-events: none;
}

.bb-plan-gate[b-78w4o9knbe] {
    --bb-plan-gate-accent: #8d5448;
    --bb-plan-gate-wash: rgba(160, 69, 53, 0.08);
    --bb-plan-gate-text: #8d5448;
    position: relative;
    min-width: 98px;
    flex: 1 0 98px;
    display: grid;
    gap: 0.18rem;
    padding: 0.65rem 0.8rem 0.58rem 0.72rem;
    border-right: 1px solid rgba(113, 78, 48, 0.12);
    background: var(--bb-plan-gate-wash);
    color: var(--bb-plan-gate-text);
    transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease, opacity 140ms ease;
    isolation: isolate;
}

.bb-plan-gate[b-78w4o9knbe]::before {
    content: "";
    position: absolute;
    inset: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 233, 212, 0.82));
    clip-path: inherit;
    z-index: -2;
}

.bb-plan-gate[b-78w4o9knbe]::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 24px;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), color-mix(in srgb, var(--bb-plan-gate-accent) 24%, transparent));
    clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%);
    z-index: -1;
}

.bb-plan-gate:first-child[b-78w4o9knbe] {
    padding-left: 0.75rem;
}

.bb-plan-gate:last-child[b-78w4o9knbe] {
    border-right: 0;
    padding-right: 0.7rem;
}

.bb-plan-gate:last-child[b-78w4o9knbe]::after {
    display: none;
}

.bb-plan-gate.tone-red[b-78w4o9knbe] {
    --bb-plan-gate-accent: #a64d3d;
    --bb-plan-gate-wash: rgba(166, 77, 61, 0.12);
    --bb-plan-gate-text: #7d2f21;
}

.bb-plan-gate.tone-orange[b-78w4o9knbe] {
    --bb-plan-gate-accent: #d47b33;
    --bb-plan-gate-wash: rgba(212, 123, 51, 0.14);
    --bb-plan-gate-text: #7b451b;
}

.bb-plan-gate.tone-yellow[b-78w4o9knbe] {
    --bb-plan-gate-accent: #d8b84c;
    --bb-plan-gate-wash: rgba(216, 184, 76, 0.16);
    --bb-plan-gate-text: #685211;
}

.bb-plan-gate.tone-green[b-78w4o9knbe] {
    --bb-plan-gate-accent: #6f9850;
    --bb-plan-gate-wash: rgba(111, 152, 80, 0.16);
    --bb-plan-gate-text: #29401e;
}

.bb-plan-gate.is-complete[b-78w4o9knbe] {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 -4px 0 var(--bb-plan-gate-accent);
    color: #24311d;
}

.bb-plan-gate.is-active[b-78w4o9knbe] {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 0 0 2px var(--bb-plan-gate-accent), 0 8px 16px rgba(61, 43, 29, 0.1);
    transform: translateY(-1px);
    color: #3e2814;
    z-index: 1;
    animation: bb-plan-gate-live-b-78w4o9knbe 1.8s ease-in-out infinite;
    opacity: 1;
}

.bb-plan-gate.is-upcoming[b-78w4o9knbe] {
    opacity: 0.82;
}

.bb-plan-gate.is-active[b-78w4o9knbe]::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), color-mix(in srgb, var(--bb-plan-gate-accent) 34%, transparent));
}

.bb-plan-gate.is-complete[b-78w4o9knbe]::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), color-mix(in srgb, var(--bb-plan-gate-accent) 20%, transparent));
}

.bb-plan-gate-step[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: 1.15rem;
    line-height: 1;
}

.bb-plan-gate.is-active .bb-plan-gate-step[b-78w4o9knbe] {
    color: var(--bb-plan-gate-accent);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.bb-plan-gate-icon[b-78w4o9knbe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 0 0 1px rgba(72, 48, 30, 0.1);
}

.bb-plan-gate.is-active .bb-plan-gate-icon[b-78w4o9knbe] {
    background: color-mix(in srgb, var(--bb-plan-gate-accent) 18%, rgba(255, 255, 255, 0.84));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bb-plan-gate-accent) 32%, rgba(72, 48, 30, 0.1));
}

.bb-plan-gate-icon svg[b-78w4o9knbe] {
    width: 0.88rem;
    height: 0.88rem;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.bb-plan-gate-label[b-78w4o9knbe] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-plan-gate.is-active .bb-plan-gate-label[b-78w4o9knbe],
.bb-plan-gate.is-active small[b-78w4o9knbe],
.bb-plan-gate.is-active .bb-plan-gate-action[b-78w4o9knbe] {
    color: #2f1e10;
}

.bb-plan-gate small[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: 0.96rem;
}

.bb-plan-gate-action[b-78w4o9knbe] {
    font-family: var(--bb-artisan-typewriter);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: inherit;
    opacity: 0.9;
}

@keyframes bb-plan-gate-live-b-78w4o9knbe {
    0%,
    100% {
        box-shadow: inset 0 0 0 2px var(--bb-plan-gate-accent), 0 6px 12px rgba(61, 43, 29, 0.08);
    }

    50% {
        box-shadow: inset 0 0 0 2px var(--bb-plan-gate-accent), 0 9px 18px rgba(61, 43, 29, 0.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bb-plan-gate.is-active[b-78w4o9knbe] {
        animation: none;
    }
}

@supports not (background: color-mix(in srgb, red 50%, transparent)) {
    .bb-plan-gate[b-78w4o9knbe]::after,
    .bb-plan-gate.is-active[b-78w4o9knbe]::after,
    .bb-plan-gate.is-complete[b-78w4o9knbe]::after {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08));
    }
}

.bb-plan-glance-grid[b-78w4o9knbe] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 0;
    margin-top: 1rem;
    border-top: 1px solid var(--bb-artisan-line);
    border-left: 1px solid var(--bb-artisan-line);
}

.bb-plan-glance-item[b-78w4o9knbe] {
    display: grid;
    gap: 0.18rem;
    padding: 0.82rem;
    border-right: 1px solid var(--bb-artisan-line);
    border-bottom: 1px solid var(--bb-artisan-line);
    background: rgba(255, 255, 255, 0.46);
}

.bb-plan-glance-item span[b-78w4o9knbe] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bb-artisan-muted);
}

.bb-plan-glance-item strong[b-78w4o9knbe] {
    font-family: var(--bb-artisan-display);
    font-size: 1.3rem;
    line-height: 1;
}

@media (min-width: 960px) {
    .bb-plan-shell[b-78w4o9knbe] {
        padding: 1.4rem;
    }

    .bb-plan-record-grid[b-78w4o9knbe] {
        grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
        align-items: start;
    }

    .bb-plan-record-side[b-78w4o9knbe] {
        grid-template-columns: 1fr 1fr;
    }

    .bb-plan-panel-highlight[b-78w4o9knbe],
    .bb-plan-panel-poke[b-78w4o9knbe],
    .bb-plan-panel:nth-child(2)[b-78w4o9knbe] {
        grid-column: span 2;
    }
}

@media (max-width: 699px) {
    .bb-plan-shell[b-78w4o9knbe]::before {
        top: 96px;
    }

    .bb-plan-shell[b-78w4o9knbe]::after {
        top: 132px;
    }

    .bb-plan-seal[b-78w4o9knbe] {
        width: 60px;
        height: 60px;
    }

    .bb-plan-record-table th[b-78w4o9knbe],
    .bb-plan-record-table td[b-78w4o9knbe] {
        padding: 0.55rem;
    }

    .bb-plan-record-time[b-78w4o9knbe] {
        font-size: 1rem;
    }

    .bb-plan-baker-callout[b-78w4o9knbe] {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .bb-plan-baker-button[b-78w4o9knbe] {
        justify-self: center;
    }
}
/* /Components/Shared/SolverMovieLoader.razor.rz.scp.css */
.solver-movie-backdrop[b-62a9hr8m7g] {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(20, 20, 30, 0.55);
    z-index: 2000;
    display: flex; align-items: center; justify-content: center;
}
.solver-movie-modal[b-62a9hr8m7g] {
    background: #23242a;
    border-radius: 1.2rem;
    box-shadow: 0 0 24px #0006;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    min-width: 260px;
    max-width: 90vw;
    text-align: center;
    color: #e6e6e6;
    font-family: 'Share Tech Mono', 'Consolas', monospace;
    opacity: 0.97;
}
.solver-movie-title[b-62a9hr8m7g] {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    letter-spacing: 0.03em;
    color: #ffe259cc;
}
.solver-movie-bar[b-62a9hr8m7g] {
    width: 100%;
    height: 12px;
    background: #232323;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.0rem;
    box-shadow: 0 0 4px #ffe25933;
}
.solver-movie-progress[b-62a9hr8m7g] {
    height: 100%;
    background: linear-gradient(90deg,#ffe259bb 0%,#ffcc33bb 100%);
    transition: width 0.3s cubic-bezier(.4,2,.3,1);
}
.solver-movie-spinner[b-62a9hr8m7g] {
    margin-bottom: 1.0rem;
}
.bond-spinner[b-62a9hr8m7g] {
    width: 32px;
    height: 32px;
    border: 4px solid #ffe25933;
    border-top: 4px solid #ffe259cc;
    border-radius: 50%;
    animation: bond-spin-subtle-b-62a9hr8m7g 1.2s cubic-bezier(.4,2,.3,1) infinite;
    margin: 0 auto 0.4rem auto;
    box-shadow: 0 0 8px #ffe25922;
}
.solver-movie-desc[b-62a9hr8m7g] {
    font-size: 1rem;
    min-height: 2em;
    color: #ffe259cc;
    letter-spacing: 0.01em;
    margin-top: 0.3rem;
    opacity: 0.85;
}
@keyframes bond-spin-subtle-b-62a9hr8m7g {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Components/Shells/MobileStore/MobileStoreShell.razor.rz.scp.css */
.mobile-store-shell[b-ayh4y4xuzo] {
    min-height: 100vh;
    padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    background:
        radial-gradient(circle at top, rgba(255, 209, 102, 0.32), transparent 28%),
        linear-gradient(180deg, rgba(73, 63, 50, 0.08), rgba(255, 255, 255, 0));
}

.mobile-store-shell__frame[b-ayh4y4xuzo] {
    width: min(100%, 540px);
    margin: 0 auto;
    border-radius: 2rem;
    overflow: hidden;
    border: 1px solid rgba(84, 76, 61, 0.14);
    background: rgba(255, 251, 244, 0.9);
    box-shadow: 0 28px 60px rgba(39, 24, 10, 0.16);
    backdrop-filter: blur(12px);
}

.mobile-store-shell__statusbar[b-ayh4y4xuzo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1.15rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #5c3317;
    background: rgba(255, 248, 240, 0.86);
}

.mobile-store-shell__status-icons[b-ayh4y4xuzo] {
    display: inline-flex;
    gap: 0.35rem;
}

.mobile-store-shell__status-icons span[b-ayh4y4xuzo] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: rgba(92, 51, 23, 0.55);
}

.mobile-store-shell__banner[b-ayh4y4xuzo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.15rem 1rem;
    border-top: 1px solid rgba(84, 76, 61, 0.08);
    border-bottom: 1px solid rgba(84, 76, 61, 0.08);
    background: linear-gradient(90deg, rgba(249, 210, 157, 0.95), rgba(255, 247, 232, 0.92));
    color: #3e2412;
}

.mobile-store-shell__eyebrow[b-ayh4y4xuzo] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
}

.mobile-store-shell__platform[b-ayh4y4xuzo] {
    white-space: nowrap;
    font-size: 0.74rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(62, 36, 18, 0.15);
    background: rgba(255, 255, 255, 0.56);
}

.mobile-store-shell__viewport[b-ayh4y4xuzo] {
    min-height: calc(100vh - 8rem);
}

.mobile-store-shell--ios .mobile-store-shell__frame[b-ayh4y4xuzo] {
    border-radius: 2.15rem;
}

.mobile-store-shell--android .mobile-store-shell__banner[b-ayh4y4xuzo] {
    background: linear-gradient(90deg, rgba(197, 232, 154, 0.8), rgba(255, 247, 232, 0.92));
}

@media (max-width: 640px) {
    .mobile-store-shell[b-ayh4y4xuzo] {
        padding: 0;
    }

    .mobile-store-shell__frame[b-ayh4y4xuzo] {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .mobile-store-shell__viewport[b-ayh4y4xuzo] {
        min-height: calc(100vh - 7.5rem);
    }
}
