/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-iy4okwpeja] {
    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-iy4okwpeja] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
.search-group[b-87mk9xelxg] {
    max-width: 480px;
    width: 100%;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s6wc9jaclg],
.components-reconnect-repeated-attempt-visible[b-s6wc9jaclg],
.components-reconnect-failed-visible[b-s6wc9jaclg],
.components-pause-visible[b-s6wc9jaclg],
.components-resume-failed-visible[b-s6wc9jaclg],
.components-rejoining-animation[b-s6wc9jaclg] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-retrying[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-failed[b-s6wc9jaclg],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-s6wc9jaclg] {
    display: block;
}


#components-reconnect-modal[b-s6wc9jaclg] {
    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-s6wc9jaclg 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-s6wc9jaclg 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-s6wc9jaclg 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-s6wc9jaclg]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-s6wc9jaclg 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-s6wc9jaclg {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-s6wc9jaclg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-s6wc9jaclg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-s6wc9jaclg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-s6wc9jaclg] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-s6wc9jaclg] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-s6wc9jaclg] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-s6wc9jaclg] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-s6wc9jaclg] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-s6wc9jaclg] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-s6wc9jaclg 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-s6wc9jaclg] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-s6wc9jaclg {
    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/MealPlanning/MealPlanGrid.razor.rz.scp.css */
.date-col[b-84w033z2na] { width: 90px; }
.day-col[b-84w033z2na]  { min-width: 130px; }
/* /Components/Pages/Home.razor.rz.scp.css */
.meal-title[b-gfnwzfvy6v] { max-width: 120px; }
/* /Components/Pages/MakeMode.razor.rz.scp.css */
/* ── Layout ─────────────────────────────────────────────────────────────── */
/*
 * Fixed fullscreen overlay. This escapes the Blazor layout entirely so the
 * shell always occupies exactly the viewport — the body never scrolls.
 * Only .content is allowed to scroll when the step is long.
 */

.shell[b-2fxwks6cdc] {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    background: var(--bs-body-bg);
}

/* ── Top bar ────────────────────────────────────────────────────────────── */

.topbar[b-2fxwks6cdc] {
    flex-shrink: 0;
    min-height: 64px;
    gap: 1rem;
    background: var(--bs-body-bg);
}

.cancel-btn[b-2fxwks6cdc] {
    color: var(--bs-danger);
    border: none;
    background: none;
    padding: 0.375rem 0.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.cancel-btn:hover[b-2fxwks6cdc] {
    background: var(--bs-danger-bg-subtle);
    color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}

.recipe-name[b-2fxwks6cdc] {
    font-size: 0.95rem;
    max-width: 240px;
}

.step-counter[b-2fxwks6cdc] {
    font-size: 0.8rem;
}

/* ── Global timer ───────────────────────────────────────────────────────── */

.timer-area[b-2fxwks6cdc] {
    flex-shrink: 0;
}

.global-timer[b-2fxwks6cdc] {
    font-size: 1.15rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    font-family: ui-monospace, 'Cascadia Code', 'Consolas', monospace;
    letter-spacing: 0.02em;
    min-width: 5ch;
    text-align: right;
}

/* ── Scrollable content — the ONLY scroll container on this page ────────── */

.content[b-2fxwks6cdc] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.content-inner[b-2fxwks6cdc] {
    max-width: 680px;
}

/* ── Step badge ─────────────────────────────────────────────────────────── */

.step-badge[b-2fxwks6cdc] {
    font-size: 0.95rem;
    padding: 0.45em 1.1em;
}

/* ── Instruction text ───────────────────────────────────────────────────── */

.instruction[b-2fxwks6cdc] {
    font-size: clamp(1.4rem, 4vw, 2rem);
    line-height: 1.45;
    font-weight: 450;
}

/* ── Duration hint ──────────────────────────────────────────────────────── */

.duration-hint[b-2fxwks6cdc] {
    font-size: 1rem;
}

/* ── Ingredients ────────────────────────────────────────────────────────── */

.section-label[b-2fxwks6cdc] {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.dot[b-2fxwks6cdc] {
    font-size: 1.2rem;
    line-height: 1.4;
    color: var(--bs-primary);
}

.ingredient-text[b-2fxwks6cdc] {
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    line-height: 1.5;
}

/* ── Step image ─────────────────────────────────────────────────────────── */

.step-img[b-2fxwks6cdc] {
    max-height: 280px;
    object-fit: cover;
}

/* ── Bottom nav bar ─────────────────────────────────────────────────────── */

.navbar-bar[b-2fxwks6cdc] {
    flex-shrink: 0;
    min-height: 72px;
    gap: 1rem;
    background: var(--bs-body-bg);
}

.nav-btn[b-2fxwks6cdc] {
    min-width: 100px;
    font-size: 1rem;
}

/* ── Step dots ──────────────────────────────────────────────────────────── */

.dots[b-2fxwks6cdc] {
    flex: 1;
    max-width: 260px;
}

.dot-btn[b-2fxwks6cdc] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
    flex-shrink: 0;
}

.dot-btn:hover[b-2fxwks6cdc] {
    background: color-mix(in srgb, var(--bs-primary) 40%, transparent);
    transform: scale(1.25);
}

.dot-btn.dot-active[b-2fxwks6cdc] {
    background: var(--bs-primary);
    transform: scale(1.2);
}
/* /Components/Pages/MealPlan.razor.rz.scp.css */
.meal-title[b-6sbos5tnlf] { max-width: 100px; }
.srv-input[b-6sbos5tnlf]  { width: 50px; }
/* /Components/Pages/MyKitchen.razor.rz.scp.css */
.page-container[b-b3oo8t74i5] { max-width: 640px; }
/* /Components/Pages/NewMealPlan.razor.rz.scp.css */
.meal-title[b-tkj3r7h1we] { max-width: 100px; }
.srv-input[b-tkj3r7h1we]  { width: 50px; }
/* /Components/Pages/RecipeDetail.razor.rz.scp.css */
.cover-img[b-yel1f6mlnl]  { max-height: 360px; object-fit: cover; }
.step-img[b-yel1f6mlnl]   { max-height: 200px; object-fit: cover; }
.step-badge[b-yel1f6mlnl] { height: fit-content; }
/* /Components/Pages/ShoppingList.razor.rz.scp.css */
.page-container[b-t18h35pa0k] { max-width: 600px; }
/* /Components/Pages/UserProfilePage.razor.rz.scp.css */
.avatar[b-45ij2uqdpm]      { width: 64px; height: 64px; }
.avatar-icon[b-45ij2uqdpm] { font-size: 2rem; }
/* /Components/Recipes/RecipeCard.razor.rz.scp.css */
.placeholder-icon[b-ucc6wiwtwu] { font-size: 2rem; }
/* /Components/Recipes/StepEditor.razor.rz.scp.css */
.reorder-col[b-x2j3jxruyo]    { min-width: 36px; }
.duration-input[b-x2j3jxruyo] { width: 60px; }
/* /Components/Shared/IngredientInput.razor.rz.scp.css */
.suggestions[b-lqtziziip6] {
    z-index: 1050;
    max-height: 200px;
    overflow-y: auto;
    top: 100%;
    left: 0;
}
