/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fjkviemm08] {
    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-fjkviemm08] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t9vfw8aiak],
.components-reconnect-repeated-attempt-visible[b-t9vfw8aiak],
.components-reconnect-failed-visible[b-t9vfw8aiak],
.components-pause-visible[b-t9vfw8aiak],
.components-resume-failed-visible[b-t9vfw8aiak],
.components-rejoining-animation[b-t9vfw8aiak] {
    display: none;
}

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


#components-reconnect-modal[b-t9vfw8aiak] {
    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-t9vfw8aiak 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-t9vfw8aiak] {
    border: 0;
    background-color: var(--nf-forest);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-t9vfw8aiak] {
        background-color: var(--nf-forest-dark);
    }

    #components-reconnect-modal button:active[b-t9vfw8aiak] {
        background-color: var(--nf-forest);
    }

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

    .components-rejoining-animation div[b-t9vfw8aiak] {
        position: absolute;
        border: 3px solid var(--nf-forest-light);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-t9vfw8aiak 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

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

@keyframes components-rejoining-animation-b-t9vfw8aiak {
    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/CookingMode.razor.rz.scp.css */
/* ============================================
   Cooking Mode — Full Redesign
   Glassmorphism + Ambient Gradient
   ============================================ */

/* Loading state */
.cooking-mode-loading[b-o6u6sqfla0] {
    position: fixed;
    inset: 0;
    background: var(--nf-charcoal);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Full-screen container */
.cooking-mode[b-o6u6sqfla0] {
    position: fixed;
    inset: 0;
    background: var(--nf-charcoal);
    display: flex;
    flex-direction: column;
    z-index: 9999;
    overflow: hidden;
    color: var(--cm-text);
}

/* ============================================
   Ambient Animated Background
   ============================================ */

.cooking-mode-bg[b-o6u6sqfla0] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.cooking-mode-bg[b-o6u6sqfla0]::before {
    content: '';
    position: absolute;
    inset: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(ellipse 600px 400px at 20% 30%, var(--cm-forest-glow) 0%, transparent 70%),
        radial-gradient(ellipse 500px 500px at 80% 70%, var(--cm-orange-glow) 0%, transparent 70%),
        radial-gradient(ellipse 400px 300px at 50% 50%, var(--cm-green-subtle) 0%, transparent 60%);
    animation: ambient-drift-b-o6u6sqfla0 25s ease-in-out infinite alternate;
}

@keyframes ambient-drift-b-o6u6sqfla0 {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-3%, 2%) rotate(1deg); }
    66% { transform: translate(2%, -3%) rotate(-1deg); }
    100% { transform: translate(-1%, 1%) rotate(0.5deg); }
}

/* Recipe image backdrop */
.cooking-mode-bg-image[b-o6u6sqfla0] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(40px) brightness(0.3);
    opacity: 0.4;
}

/* ============================================
   Glass Panel Base
   ============================================ */

.glass-panel[b-o6u6sqfla0] {
    background: var(--cm-surface);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@supports (backdrop-filter: blur(20px)) {
    .glass-panel[b-o6u6sqfla0] {
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}

@supports not (backdrop-filter: blur(20px)) {
    .glass-panel[b-o6u6sqfla0] {
        background: rgba(30, 30, 30, 0.92);
    }
}

/* ============================================
   Header
   ============================================ */

.cooking-header[b-o6u6sqfla0] {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    gap: 1rem;
    flex-shrink: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.cooking-header-title[b-o6u6sqfla0] {
    font-family: var(--nf-font-display);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.9;
}

/* ============================================
   Icon Buttons
   ============================================ */

.btn-icon[b-o6u6sqfla0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: var(--nf-radius-md);
    background: var(--cm-surface);
    color: var(--cm-text-secondary);
    font-size: 1.125rem;
    cursor: pointer;
    transition: all var(--nf-transition-fast);
    flex-shrink: 0;
}

.btn-icon:hover[b-o6u6sqfla0] {
    background: var(--cm-surface-hover);
    color: var(--cm-text);
}

.btn-icon:focus-visible[b-o6u6sqfla0] {
    outline: 2px solid var(--nf-forest-light);
    outline-offset: 2px;
}

.btn-icon-active[b-o6u6sqfla0] {
    background: var(--nf-forest);
    color: var(--cm-text);
}

.btn-icon-sm[b-o6u6sqfla0] {
    width: 36px;
    height: 36px;
    font-size: 1rem;
}

.btn-icon-xs[b-o6u6sqfla0] {
    width: 28px;
    height: 28px;
    font-size: 0.875rem;
}

/* ============================================
   Main Content Area
   ============================================ */

.cooking-main[b-o6u6sqfla0] {
    flex: 1;
    position: relative;
    z-index: 5;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

/* ============================================
   3-Panel Layout (Desktop)
   ============================================ */

.cooking-panels[b-o6u6sqfla0] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.cooking-sidebar[b-o6u6sqfla0] {
    width: 280px;
    flex-shrink: 0;
    flex-direction: column;
    padding: 1rem;
    overflow-y: auto;
}

.cooking-center[b-o6u6sqfla0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    min-height: 0;
    overflow-y: auto;
}

.sidebar-panel[b-o6u6sqfla0] {
    border-radius: var(--nf-radius-lg);
    padding: 1.25rem;
    height: 100%;
    overflow-y: auto;
}

.panel-title[b-o6u6sqfla0] {
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--cm-text-muted);
    margin-bottom: 1rem;
    font-family: var(--nf-font-ui);
}

/* ============================================
   Step Card
   ============================================ */

.step-card[b-o6u6sqfla0] {
    max-width: 680px;
    width: 100%;
    border-radius: var(--nf-radius-xl);
    padding: 2.5rem 2rem;
    position: relative;
    /* overflow removed — ghost number uses position:relative and doesn't escape the card */
    text-align: center;
    transition: transform 200ms ease, opacity 200ms ease;
    outline: none;
}

/* Large ghosted step number */
.step-ghost-number[b-o6u6sqfla0] {
    font-family: var(--nf-font-display);
    font-size: 3.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    margin-bottom: 0.5rem;
    user-select: none;
}

@media (min-width: 768px) {
    .step-ghost-number[b-o6u6sqfla0] {
        font-size: 5rem;
    }
}

/* Step instruction text */
.step-instruction[b-o6u6sqfla0] {
    font-family: var(--nf-font-ui);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .step-instruction[b-o6u6sqfla0] {
        font-size: 1.875rem;
    }
}

/* ============================================
   Slide Animations
   ============================================ */

.step-slide-out-left[b-o6u6sqfla0] {
    transform: translateX(-30px);
    opacity: 0;
}

.step-slide-out-right[b-o6u6sqfla0] {
    transform: translateX(30px);
    opacity: 0;
}

.step-slide-in-right[b-o6u6sqfla0] {
    transform: translateX(30px);
    opacity: 0;
}

.step-slide-in-left[b-o6u6sqfla0] {
    transform: translateX(-30px);
    opacity: 0;
}

/* ============================================
   Per-Step Ingredient Badges
   ============================================ */

.step-ingredients[b-o6u6sqfla0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.step-ingredient-badge[b-o6u6sqfla0] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: var(--nf-radius-full);
    background: rgba(var(--nf-forest-rgb), 0.18);
    border: 1px solid rgba(var(--nf-forest-rgb), 0.35);
    color: var(--nf-mint);
    font-size: 0.8125rem;
    font-weight: 500;
    font-family: var(--nf-font-ui);
}

/* ============================================
   Timer Suggestion Button
   ============================================ */

.timer-suggestion[b-o6u6sqfla0] {
    margin-top: 0.5rem;
}

.btn-timer-start[b-o6u6sqfla0] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: var(--nf-radius-lg);
    background: rgba(204, 85, 0, 0.25);
    border: 1px solid rgba(204, 85, 0, 0.4);
    color: var(--nf-burnt-orange-light);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--nf-transition-normal);
    animation: timer-pulse-b-o6u6sqfla0 2.5s ease-in-out infinite;
}

.btn-timer-start:hover[b-o6u6sqfla0] {
    background: rgba(204, 85, 0, 0.35);
    transform: scale(1.03);
}

@keyframes timer-pulse-b-o6u6sqfla0 {
    0%, 100% { box-shadow: 0 0 0 0 rgba(204, 85, 0, 0.3); }
    50% { box-shadow: 0 0 0 8px rgba(204, 85, 0, 0); }
}

/* ============================================
   Timer Ring (SVG)
   ============================================ */

.timer-ring-container[b-o6u6sqfla0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.timer-ring[b-o6u6sqfla0] {
    width: 120px;
    height: 120px;
}

.timer-ring-bg[b-o6u6sqfla0] {
    fill: none;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 6;
}

.timer-ring-progress[b-o6u6sqfla0] {
    fill: none;
    stroke: var(--nf-burnt-orange);
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s linear;
}

.timer-ring-complete[b-o6u6sqfla0] {
    stroke: var(--nf-forest-light);
    filter: drop-shadow(0 0 8px rgba(34, 139, 34, 0.5));
    animation: ring-pulse-b-o6u6sqfla0 1.5s ease-in-out infinite;
}

@keyframes ring-pulse-b-o6u6sqfla0 {
    0%, 100% { filter: drop-shadow(0 0 8px rgba(34, 139, 34, 0.3)); }
    50% { filter: drop-shadow(0 0 16px rgba(34, 139, 34, 0.6)); }
}

.timer-ring-time[b-o6u6sqfla0] {
    fill: var(--cm-text);
    font-family: var(--nf-font-ui);
    font-size: 1.5rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.timer-ring-label[b-o6u6sqfla0] {
    fill: rgba(255, 255, 255, 0.5);
    font-family: var(--nf-font-ui);
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.timer-controls[b-o6u6sqfla0] {
    display: flex;
    gap: 0.5rem;
}

/* Timer complete card */
.timer-complete-card[b-o6u6sqfla0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--nf-radius-full);
    background: rgba(var(--nf-forest-rgb), 0.2);
    border: 1px solid rgba(var(--nf-forest-rgb), 0.3);
    color: var(--nf-mint);
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 1rem;
}

.timer-complete-card i[b-o6u6sqfla0] {
    color: var(--nf-forest-light);
}

/* ============================================
   Floating Timer Bar
   ============================================ */

.floating-timer-bar[b-o6u6sqfla0] {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border-radius: var(--nf-radius-full);
}

.floating-timer-item[b-o6u6sqfla0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.floating-timer-label[b-o6u6sqfla0] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.floating-timer-time[b-o6u6sqfla0] {
    font-size: 0.875rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, 0.9);
}

.timer-urgent[b-o6u6sqfla0] {
    color: var(--cm-urgent) !important;
    animation: urgent-blink-b-o6u6sqfla0 1s step-end infinite;
}

@keyframes urgent-blink-b-o6u6sqfla0 {
    50% { opacity: 0.5; }
}

/* ============================================
   Ingredient List (Sidebar / Bottom Sheet)
   ============================================ */

.ingredient-list[b-o6u6sqfla0] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ingredient-list-item[b-o6u6sqfla0] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.5rem 0.5rem;
    border-radius: var(--nf-radius-sm);
    cursor: pointer;
    transition: all var(--nf-transition-fast);
    border-left: 3px solid transparent;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

.ingredient-list-item:hover[b-o6u6sqfla0] {
    background: var(--cm-surface);
}

.ingredient-relevant[b-o6u6sqfla0] {
    border-left-color: var(--nf-forest-light);
    color: rgba(255, 255, 255, 0.95);
}

.ingredient-checked[b-o6u6sqfla0] {
    opacity: 0.5;
}

.ingredient-checked .ingredient-text[b-o6u6sqfla0] {
    text-decoration: line-through;
}

.ingredient-check[b-o6u6sqfla0] {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
    margin-top: 0.1rem;
}

.ingredient-checked .ingredient-check[b-o6u6sqfla0] {
    color: var(--nf-forest-light);
}

.ingredient-qty[b-o6u6sqfla0] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-right: 0.25rem;
}

/* ============================================
   Step Overview (Right Sidebar)
   ============================================ */

.step-overview-list[b-o6u6sqfla0] {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter;
}

.step-overview-item[b-o6u6sqfla0] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.5rem;
    border-radius: var(--nf-radius-sm);
    cursor: pointer;
    transition: all var(--nf-transition-fast);
    font-size: 0.8125rem;
    color: var(--cm-text-muted);
    line-height: 1.4;
}

.step-overview-item:hover[b-o6u6sqfla0] {
    background: var(--cm-surface);
    color: var(--cm-text-secondary);
}

.step-current[b-o6u6sqfla0] {
    color: rgba(255, 255, 255, 0.95);
    background: var(--cm-surface);
}

.step-done[b-o6u6sqfla0] {
    color: rgba(255, 255, 255, 0.4);
}

.step-overview-icon[b-o6u6sqfla0] {
    flex-shrink: 0;
    font-size: 0.875rem;
    margin-top: 0.1rem;
}

.step-current .step-overview-icon[b-o6u6sqfla0] {
    color: var(--nf-forest-light);
}

.step-done .step-overview-icon[b-o6u6sqfla0] {
    color: var(--nf-forest-light);
}

.step-overview-text[b-o6u6sqfla0] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================
   Mobile Panel Toggles
   ============================================ */

.mobile-panel-toggles[b-o6u6sqfla0] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 0 1rem;
}

.btn-mobile-panel[b-o6u6sqfla0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--nf-radius-full);
    background: var(--cm-surface);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    font-weight: 500;
    font-family: var(--nf-font-ui);
    cursor: pointer;
    transition: all var(--nf-transition-fast);
}

.btn-mobile-panel i[b-o6u6sqfla0] {
    color: var(--nf-forest-light);
}

.btn-mobile-panel:hover[b-o6u6sqfla0] {
    background: rgba(255, 255, 255, 0.14);
    color: var(--cm-text);
}

/* ============================================
   Mobile Bottom Sheet
   ============================================ */

.bottom-sheet-backdrop[b-o6u6sqfla0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 30;
    animation: fade-in-b-o6u6sqfla0 200ms ease;
}

.bottom-sheet[b-o6u6sqfla0] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 60vh;
    z-index: 31;
    border-radius: var(--nf-radius-xl) var(--nf-radius-xl) 0 0;
    border-bottom: none;
    padding: 0 1.25rem 1.5rem;
    overflow-y: auto;
    animation: slide-up-b-o6u6sqfla0 250ms ease;
}

@keyframes slide-up-b-o6u6sqfla0 {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

@keyframes fade-in-b-o6u6sqfla0 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.bottom-sheet-handle[b-o6u6sqfla0] {
    display: flex;
    justify-content: center;
    padding: 0.75rem 0;
    cursor: pointer;
    position: sticky;
    top: 0;
    z-index: 1;
}

.bottom-sheet-bar[b-o6u6sqfla0] {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
}

/* ============================================
   Footer Navigation
   ============================================ */

.cooking-footer[b-o6u6sqfla0] {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    gap: 1rem;
    flex-shrink: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

/* Navigation buttons */
.btn-nav[b-o6u6sqfla0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--nf-radius-md);
    background: var(--cm-surface);
    color: var(--cm-text-secondary);
    font-size: 1.25rem;
    cursor: pointer;
    transition: all var(--nf-transition-fast);
    flex-shrink: 0;
    padding: 0 1rem;
}

.btn-nav:hover:not(:disabled)[b-o6u6sqfla0] {
    background: var(--cm-surface-hover);
    color: var(--cm-text);
}

.btn-nav:disabled[b-o6u6sqfla0] {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn-nav:focus-visible[b-o6u6sqfla0] {
    outline: 2px solid var(--nf-forest-light);
    outline-offset: 2px;
}

.btn-nav-primary[b-o6u6sqfla0] {
    background: var(--nf-forest);
    border-color: var(--nf-forest);
    color: var(--cm-text);
    font-size: 1rem;
    font-weight: 500;
    padding: 0 1.5rem;
}

.btn-nav-primary:hover[b-o6u6sqfla0] {
    background: var(--nf-forest-dark);
}

/* ============================================
   Step Dots
   ============================================ */

.step-dots[b-o6u6sqfla0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.step-dots[b-o6u6sqfla0]::-webkit-scrollbar {
    display: none;
}

.step-dot[b-o6u6sqfla0] {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: var(--nf-radius-full);
    background: rgba(255, 255, 255, 0.25);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all var(--nf-transition-normal);
    flex-shrink: 0;
}

/* Expanded touch target via pseudo-element */
.step-dot[b-o6u6sqfla0]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.step-dot-active[b-o6u6sqfla0] {
    width: 24px;
    background: var(--nf-forest-light);
}

.step-dot-completed[b-o6u6sqfla0] {
    background: var(--nf-forest-light);
}

.step-dot:hover[b-o6u6sqfla0] {
    background: rgba(255, 255, 255, 0.5);
}

.step-dot:focus-visible[b-o6u6sqfla0] {
    outline: 2px solid var(--nf-forest-light);
    outline-offset: 4px;
}

/* ============================================
   Keyboard Hints
   ============================================ */

.keyboard-hints[b-o6u6sqfla0] {
    position: fixed;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.6875rem;
    color: var(--cm-text-faint);
    user-select: none;
}

.keyboard-hints kbd[b-o6u6sqfla0] {
    padding: 0.125rem 0.375rem;
    border-radius: 3px;
    background: var(--cm-surface);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.625rem;
    font-family: inherit;
    color: rgba(255, 255, 255, 0.35);
}

/* ============================================
   Completion Screen
   ============================================ */

.completion-card[b-o6u6sqfla0] {
    max-width: 440px;
    width: 100%;
    margin: auto;
    border-radius: var(--nf-radius-xl);
    padding: 3rem 2rem;
    text-align: center;
}

.completion-icon[b-o6u6sqfla0] {
    font-size: 3.5rem;
    color: var(--cm-gold);
    margin-bottom: 1rem;
    animation: celebrate-bounce-b-o6u6sqfla0 0.6s ease-out;
}

@keyframes celebrate-bounce-b-o6u6sqfla0 {
    0% { transform: scale(0.3) rotate(-15deg); opacity: 0; }
    50% { transform: scale(1.15) rotate(5deg); }
    75% { transform: scale(0.95) rotate(-2deg); }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.completion-title[b-o6u6sqfla0] {
    font-family: var(--nf-font-display);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.completion-stats[b-o6u6sqfla0] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.completion-stat[b-o6u6sqfla0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.completion-stat-value[b-o6u6sqfla0] {
    font-size: 1.5rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.completion-stat-label[b-o6u6sqfla0] {
    font-size: 0.75rem;
    color: var(--cm-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ============================================
   Mobile Step Counter
   ============================================ */

.cooking-step-counter[b-o6u6sqfla0] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cm-text-muted);
    white-space: nowrap;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    font-family: var(--nf-font-ui);
}

/* ============================================
   Responsive — Mobile
   ============================================ */

@media (max-width: 991.98px) {
    .cooking-panels[b-o6u6sqfla0] {
        flex-direction: column;
        flex: none; /* grow to content height — .cooking-main is the scroll container */
    }

    .cooking-center[b-o6u6sqfla0] {
        padding: 1.5rem 1rem;
        justify-content: flex-start;
        align-items: stretch;
        overflow-y: visible; /* no nested scroll — let .cooking-main scroll the whole page */
    }

    .step-card[b-o6u6sqfla0] {
        padding: 2rem 1.5rem;
        /* Natural height — card expands to fit all content, no internal scroll needed */
    }

    .step-ghost-number[b-o6u6sqfla0] {
        font-size: 3rem;
    }

    .step-instruction[b-o6u6sqfla0] {
        font-size: 1.375rem;
    }

    .completion-stats[b-o6u6sqfla0] {
        gap: 1.25rem;
    }

    .floating-timer-bar[b-o6u6sqfla0] {
        bottom: 72px;
        max-width: calc(100% - 2rem);
    }
}

/* Small mobile */
@media (max-width: 575.98px) {
    .cooking-header[b-o6u6sqfla0] {
        padding: 0.5rem 0.75rem;
    }

    .cooking-header-title[b-o6u6sqfla0] {
        font-size: 0.95rem;
    }

    .cooking-footer[b-o6u6sqfla0] {
        padding: 0.5rem 0.75rem;
    }

    .step-card[b-o6u6sqfla0] {
        padding: 1.5rem 1rem;
    }

    .completion-card[b-o6u6sqfla0] {
        padding: 2rem 1.5rem;
    }
}

/* ============================================
   Accessibility: Reduced Motion
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .cooking-mode-bg[b-o6u6sqfla0]::before {
        animation: none !important;
    }

    .step-card[b-o6u6sqfla0] {
        transition: none !important;
    }

    .step-slide-out-left[b-o6u6sqfla0],
    .step-slide-out-right[b-o6u6sqfla0],
    .step-slide-in-left[b-o6u6sqfla0],
    .step-slide-in-right[b-o6u6sqfla0] {
        transform: none !important;
        opacity: 1 !important;
    }

    .btn-timer-start[b-o6u6sqfla0] {
        animation: none !important;
    }

    .timer-ring-complete[b-o6u6sqfla0] {
        animation: none !important;
    }

    .timer-urgent[b-o6u6sqfla0] {
        animation: none !important;
    }

    .completion-icon[b-o6u6sqfla0] {
        animation: none !important;
    }

    .bottom-sheet[b-o6u6sqfla0] {
        animation: none !important;
    }

    .bottom-sheet-backdrop[b-o6u6sqfla0] {
        animation: none !important;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard stats cards */
[b-bzqmmvqcmi] .stat-card {
    background: var(--nf-gray-50);
    border: 1px solid var(--nf-gray-100);
    border-radius: var(--nf-radius-lg);
    transition: border-color var(--nf-transition-fast);
}

[b-bzqmmvqcmi] .stat-card:hover {
    border-color: var(--nf-gray-200);
}

[b-bzqmmvqcmi] .stat-icon {
    width: 28px;
    height: 28px;
    border-radius: var(--nf-radius-sm);
    background: var(--nf-forest-subtle);
    color: var(--nf-forest);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

/* Today's meals list items */
[b-bzqmmvqcmi] .meal-item {
    transition: background-color var(--nf-transition-fast);
}

[b-bzqmmvqcmi] .meal-item:hover {
    background-color: var(--nf-gray-50);
}

[b-bzqmmvqcmi] .meal-type-badge {
    width: 36px;
    height: 36px;
    border-radius: var(--nf-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Dashboard-specific meal badges (tinted to match calendar meal-type colors) */
[b-bzqmmvqcmi] .dash-meal-breakfast {
    background: rgba(13, 110, 253, 0.1);
    color: var(--nf-breakfast);
}

[b-bzqmmvqcmi] .dash-meal-lunch {
    background: var(--nf-forest-subtle);
    color: var(--nf-forest);
}

[b-bzqmmvqcmi] .dash-meal-dinner {
    background: rgba(204, 85, 0, 0.1);
    color: var(--nf-burnt-orange);
}

[b-bzqmmvqcmi] .dash-meal-snack {
    background: rgba(111, 66, 193, 0.1);
    color: var(--nf-snack);
}

[b-bzqmmvqcmi] .dash-meal-default {
    background: var(--nf-gray-100);
    color: var(--nf-gray-500);
}

/* Recipe card images */
[b-bzqmmvqcmi] .recipe-card-img {
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: var(--nf-radius-lg) var(--nf-radius-lg) 0 0;
}

[b-bzqmmvqcmi] .recipe-card-placeholder {
    background: var(--nf-gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nf-gray-300);
    font-size: 2rem;
}

/* Min-width utility for text truncation */
[b-bzqmmvqcmi] .min-w-0 {
    min-width: 0;
}

/* Quick action buttons on mobile */
@media (max-width: 575.98px) {
    [b-bzqmmvqcmi] .recipe-card-img {
        height: 90px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================
   Nutrition Forged Landing Page
   Bootstrap 5 + Custom Styles
   ============================================ */

/* Colors and tokens use global --nf-* vars from app.css */

/* ============================================
   Base & Typography
   ============================================ */

.landing[b-ytady8ow6b] {
    font-family: var(--nf-font-ui);
    color: var(--nf-charcoal);
    line-height: 1.6;
    overflow-x: hidden;
}

[b-ytady8ow6b] h1, [b-ytady8ow6b] h2, [b-ytady8ow6b] h3, [b-ytady8ow6b] h4, [b-ytady8ow6b] h5 {
    font-family: var(--nf-font-display);
}

/* Note: Global color utilities and button styles are in app.css */

/* ============================================
   Navigation Customization
   ============================================ */

[b-ytady8ow6b] .navbar-landing {
    z-index: 1000;
}

[b-ytady8ow6b] .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

[b-ytady8ow6b] .navbar-brand {
    font-family: var(--nf-font-display);
}

/* Nav-link colors moved to app.css (.landing scope) for ::deep reliability */

/* ============================================
   Hero Section
   ============================================ */

/* Hero gradient moved to app.css (.landing scope) for ::deep reliability */

[b-ytady8ow6b] .hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

[b-ytady8ow6b] .hero-wave svg {
    width: 100%;
    height: 80px;
}

[b-ytady8ow6b] .hero-wave path {
    fill: #FFFFFF;
}

/* Calendar Preview Component */
[b-ytady8ow6b] .calendar-preview {
    background: #FFFFFF;
    border-radius: var(--nf-radius-xl);
    box-shadow: var(--nf-shadow-lg);
    padding: 1.5rem;
    width: 100%;
    max-width: 420px;
    transform: rotate(2deg);
    animation: float-b-ytady8ow6b 6s ease-in-out infinite;
}

@keyframes float-b-ytady8ow6b {
    0%, 100% { transform: rotate(2deg) translateY(0); }
    50% { transform: rotate(2deg) translateY(-10px); }
}

[b-ytady8ow6b] .calendar-header {
    font-family: var(--nf-font-display);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--nf-forest-dark);
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--nf-mint-soft);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-ytady8ow6b] .calendar-header i {
    font-size: 1.25rem;
}

[b-ytady8ow6b] .calendar-days {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

[b-ytady8ow6b] .day {
    background: var(--nf-cream);
    border-radius: var(--nf-radius-sm);
    padding: 0.75rem 0.5rem;
    min-height: 100px;
}

[b-ytady8ow6b] .day.today {
    background: var(--nf-mint-soft);
    border: 2px solid var(--nf-forest);
}

[b-ytady8ow6b] .day-num {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--nf-slate);
    display: block;
    margin-bottom: 0.5rem;
}

[b-ytady8ow6b] .today .day-num {
    color: var(--nf-forest-dark);
}

[b-ytady8ow6b] .meal-chip {
    font-size: 0.65rem;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
    margin-bottom: 0.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-ytady8ow6b] .meal-chip.breakfast {
    background: var(--nf-burnt-orange);
    color: #FFFFFF;
    opacity: 0.85;
}

[b-ytady8ow6b] .meal-chip.dinner {
    background: var(--nf-forest);
    color: #FFFFFF;
}

/* Note: .card-interactive and .card-featured styles are in app.css for global reuse */

/* ============================================
   Steps Section
   ============================================ */

[b-ytady8ow6b] .step-icon {
    width: 56px;
    height: 56px;
    box-shadow: 0 4px 15px rgba(34, 139, 34, 0.25);
}

[b-ytady8ow6b] .step-connector {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--nf-forest), var(--nf-mint));
    border-radius: 3px;
    flex-shrink: 0;
    position: relative;
}

[b-ytady8ow6b] .step-connector::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 6px solid var(--nf-mint);
}

[b-ytady8ow6b] .step-connector-vertical {
    width: 3px;
    height: 48px;
    background: linear-gradient(180deg, var(--nf-forest), var(--nf-mint));
    border-radius: 3px;
    position: relative;
}

[b-ytady8ow6b] .step-connector-vertical::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top: 6px solid var(--nf-mint);
}

/* ============================================
   Phone Mockup Component
   ============================================ */

[b-ytady8ow6b] .phone-mockup {
    width: 280px;
    background: var(--nf-charcoal);
    border-radius: 36px;
    padding: 12px;
    box-shadow: var(--nf-shadow-lg);
    transform: rotate(2deg);
}

[b-ytady8ow6b] .phone-screen {
    background: #FFFFFF;
    border-radius: 28px;
    overflow: hidden;
}

[b-ytady8ow6b] .phone-header {
    background: var(--nf-forest);
    color: #FFFFFF;
    text-align: center;
    padding: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

[b-ytady8ow6b] .phone-header i {
    font-size: 1.1rem;
}

[b-ytady8ow6b] .phone-camera {
    padding: 1rem;
    background: linear-gradient(180deg, var(--nf-cream) 0%, var(--nf-mint-soft) 100%);
}

[b-ytady8ow6b] .camera-frame {
    position: relative;
    height: 200px;
    border: 3px dashed var(--nf-forest);
    border-radius: var(--nf-radius-lg);
    background: rgba(255, 255, 255, 0.5);
}

[b-ytady8ow6b] .ingredient-tag {
    position: absolute;
    background: var(--nf-forest);
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    animation: pulse-b-ytady8ow6b 2s ease-in-out infinite;
}

[b-ytady8ow6b] .ingredient-tag:nth-child(2) { animation-delay: 0.3s; }
[b-ytady8ow6b] .ingredient-tag:nth-child(3) { animation-delay: 0.6s; }
[b-ytady8ow6b] .ingredient-tag:nth-child(4) { animation-delay: 0.9s; }

@keyframes pulse-b-ytady8ow6b {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

[b-ytady8ow6b] .phone-results {
    padding: 1rem;
    text-align: center;
    background: #FFFFFF;
}

[b-ytady8ow6b] .phone-results span {
    font-size: 0.8rem;
    color: var(--nf-slate);
}

[b-ytady8ow6b] .suggestion {
    margin-top: 0.5rem;
    background: var(--nf-mint-soft);
    color: var(--nf-forest-dark);
    padding: 0.6rem;
    border-radius: var(--nf-radius-sm);
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

[b-ytady8ow6b] .suggestion i {
    color: var(--nf-burnt-orange);
}

[b-ytady8ow6b] .household-indicator {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--nf-forest);
    background: var(--nf-mint-soft);
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* Footer hover moved to app.css (.landing scope) for ::deep reliability */

/* ============================================
   Responsive Adjustments
   ============================================ */

@media (max-width: 992px) {
    [b-ytady8ow6b] .calendar-preview {
        transform: none;
        max-width: 360px;
    }

    @keyframes float-b-ytady8ow6b {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-8px); }
    }

    [b-ytady8ow6b] .phone-mockup {
        transform: none;
    }

    [b-ytady8ow6b] .household-indicator {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-ytady8ow6b] .calendar-preview {
        animation: none;
    }

    [b-ytady8ow6b] .ingredient-tag {
        animation: none;
    }
}

@media (max-width: 768px) {
    [b-ytady8ow6b] .calendar-days {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-ytady8ow6b] .day:nth-child(3),
    [b-ytady8ow6b] .day:nth-child(4) {
        display: none;
    }
}

@media (max-width: 480px) {
    [b-ytady8ow6b] .calendar-preview {
        padding: 1rem;
    }

    [b-ytady8ow6b] .phone-mockup {
        width: 240px;
    }

    [b-ytady8ow6b] .camera-frame {
        height: 160px;
    }
}

/* ============================================
   Max-Width Utility Classes
   ============================================ */

[b-ytady8ow6b] .hero-lead {
    max-width: 540px;
}

[b-ytady8ow6b] .section-header-text {
    max-width: 600px;
}

[b-ytady8ow6b] .step-content {
    max-width: 280px;
}

[b-ytady8ow6b] .cta-content {
    max-width: 600px;
}

/* Note: Reduced motion preferences are handled in app.css */
/* /Components/Pages/Ingredients/MyIngredients.razor.rz.scp.css */
.duplicate-group[b-im9cqsvrka] {
    background-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.05);
    border-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.3) !important;
    transition: all var(--nf-transition-normal);
}

.duplicate-group:hover[b-im9cqsvrka] {
    background-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.table-hover tbody tr[b-im9cqsvrka] {
    transition: background-color var(--nf-transition-fast);
}

[b-im9cqsvrka] .alert {
    animation: slideDown-b-im9cqsvrka 0.3s ease-out;
}

@keyframes slideDown-b-im9cqsvrka {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-im9cqsvrka] .alert {
        animation: none;
    }
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
/* Option card styles moved to app.css for deduplication */

[b-8yem5i516v] .welcome-card {
    max-width: 600px;
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* Pricing Cards — component-specific layout */
[b-qyayr2dqp6] .pricing-card {
    border: 1px solid var(--nf-gray-200);
    border-radius: var(--nf-radius-lg);
    transition: transform var(--nf-transition-normal), box-shadow var(--nf-transition-normal);
}

[b-qyayr2dqp6] .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nf-shadow-lg);
}

[b-qyayr2dqp6] .pricing-card-featured {
    border: 2px solid var(--nf-forest);
    position: relative;
    box-shadow: var(--nf-shadow-md);
}

/* Billing Toggle — layout only (color overrides in app.css) */
[b-qyayr2dqp6] .pricing-toggle {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

/* Comparison Table — layout */
[b-qyayr2dqp6] .comparison-table {
    font-size: 0.925rem;
}

[b-qyayr2dqp6] .comparison-table th {
    font-weight: 600;
    padding: 1rem;
}

[b-qyayr2dqp6] .comparison-table td {
    padding: 0.75rem 1rem;
}

[b-qyayr2dqp6] .comparison-table .table-section-header td {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    [b-qyayr2dqp6] .pricing-card {
        transition: none;
    }

    [b-qyayr2dqp6] .pricing-card:hover {
        transform: none;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
/* Option card styles moved to app.css for deduplication */
/* /Components/Pages/RecipeDetail.razor.rz.scp.css */
/* Recipe detail image */
[b-npopwh4yc9] .recipe-detail-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: var(--nf-radius-lg);
}

[b-npopwh4yc9] .recipe-detail-placeholder {
    height: 300px;
    background: var(--nf-gray-50);
    border-radius: var(--nf-radius-lg);
}

/* Ingredient rows */
[b-npopwh4yc9] .ingredient-row {
    border-bottom: 1px solid var(--nf-gray-100);
}

[b-npopwh4yc9] .ingredient-row:last-child {
    border-bottom: none;
}

/* Instructions */
[b-npopwh4yc9] .recipe-instructions p:last-child {
    margin-bottom: 0 !important;
}
/* /Components/Pages/Recipes.razor.rz.scp.css */
/* Recipe card images */
[b-px3i6yg6w5] .recipe-card-image-wrapper {
    height: 180px;
    overflow: hidden;
    border-radius: var(--nf-radius-lg) var(--nf-radius-lg) 0 0;
}

[b-px3i6yg6w5] .recipe-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-px3i6yg6w5] .recipe-card-placeholder {
    height: 180px;
    background: var(--nf-gray-50);
    border-radius: var(--nf-radius-lg) var(--nf-radius-lg) 0 0;
}

[b-px3i6yg6w5] .recipe-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    [b-px3i6yg6w5] .recipe-card-image-wrapper,
    [b-px3i6yg6w5] .recipe-card-placeholder {
        height: 140px;
    }
}
/* /Components/Pages/ScanIngredients.razor.rz.scp.css */
[b-bcuwigld5q] .list-group-item {
    transition: background-color 200ms ease;
}

[b-bcuwigld5q] .list-group-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

@media (prefers-reduced-motion: reduce) {
    [b-bcuwigld5q] .list-group-item {
        transition: none;
    }
}
/* /Components/Shared/MealActionSheet.razor.rz.scp.css */
/* Action sheet scrim */
.action-sheet-scrim[b-pzdc57xqd8] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    animation: scrim-fade-in-b-pzdc57xqd8 200ms ease;
}

/* Action sheet container */
.action-sheet[b-pzdc57xqd8] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--bs-body-bg);
    border-radius: 1rem 1rem 0 0;
    max-height: 70vh;
    overflow-y: auto;
    padding: 0.75rem 1rem 1.5rem;
    animation: sheet-slide-up-b-pzdc57xqd8 300ms ease;
}

/* Drag handle */
.action-sheet-handle[b-pzdc57xqd8] {
    width: 40px;
    height: 4px;
    background: var(--nf-gray-300);
    border-radius: 2px;
    margin: 0 auto 0.75rem;
}

/* Header */
.action-sheet-header[b-pzdc57xqd8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--nf-gray-100);
    margin-bottom: 0.75rem;
}

/* Body */
.action-sheet-body[b-pzdc57xqd8] {
    padding-top: 0.25rem;
}

/* Quick pick day buttons */
.quick-pick-btn[b-pzdc57xqd8] {
    min-width: 60px;
    padding: 0.375rem 0.5rem;
}

/* Animations */
@keyframes sheet-slide-up-b-pzdc57xqd8 {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

@keyframes scrim-fade-in-b-pzdc57xqd8 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .action-sheet[b-pzdc57xqd8] {
        animation: none;
    }

    .action-sheet-scrim[b-pzdc57xqd8] {
        animation: none;
    }
}
/* /Components/Shared/RecipeScalingControl.razor.rz.scp.css */
.recipe-scaling-control[b-6a8m2af4u9] {
    padding: 0.75rem;
    background: var(--bs-light);
    border-radius: var(--bs-border-radius);
}

[b-6a8m2af4u9] .scaling-input {
    font-weight: 600;
}

[b-6a8m2af4u9] .scaling-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
