/* _content/FoodPlannerBlazor/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-n7bfns1amz] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(71, 112, 216, 0.2), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(141, 172, 245, 0.18), transparent 30%),
        linear-gradient(180deg, #f6f8fd 0%, #edf2fb 100%);
}

.auth-shell__main[b-n7bfns1amz] {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 1.25rem;
}

.auth-shell__inner[b-n7bfns1amz] {
    width: min(100%, 35rem);
}

.auth-shell__panel[b-n7bfns1amz] {
    width: 100%;
    padding: clamp(1.4rem, 4vw, 2.4rem);
    border: 1px solid rgba(28, 54, 96, 0.14);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(6px);
    box-shadow: 0 1.2rem 2.8rem rgba(28, 45, 70, 0.12);
}

@media (max-width: 640.98px) {
    .auth-shell__main[b-n7bfns1amz] {
        padding: 0.9rem;
    }
}
/* _content/FoodPlannerBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tj0q2pohvq] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-tj0q2pohvq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.sidebar[b-tj0q2pohvq] {
    background:
        radial-gradient(ellipse at top left, rgba(90, 134, 255, 0.18), transparent 52%),
        linear-gradient(180deg, #121e35 0%, #0e1929 60%, #0b1421 100%);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
}

/* ── Top bar ── */

.top-row[b-tj0q2pohvq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.5rem;
    padding: 0 1.75rem;
    position: sticky;
    top: 0;
    z-index: 1;
    flex-shrink: 0;
}

/* Page header injected via SectionContent */

.top-row[b-tj0q2pohvq]  .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.top-row[b-tj0q2pohvq]  .page-header__info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.top-row[b-tj0q2pohvq]  .top-row__eyebrow {
    display: none;
}

.top-row[b-tj0q2pohvq]  .top-row__title {
    margin: 0;
    font-size: 18pt;
    font-weight: 650;
    letter-spacing: -0.005em;
    color: #161f30;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row__actions[b-tj0q2pohvq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.top-row[b-tj0q2pohvq]  a,
.top-row[b-tj0q2pohvq]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

/* ── Content area ── */

.content[b-tj0q2pohvq] {
    flex: 1;
    width: min(74rem, 100%);
    margin: 0 auto;
    padding: 1.75rem 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - var(--mud-appbar-height));
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.mud-main-content.content[b-tj0q2pohvq] {
    height: calc(100dvh - var(--mud-appbar-height));
    min-height: 0;
}

@media (max-width: 640.98px) {
    .top-row[b-tj0q2pohvq] {
        min-height: 4.5rem;
        padding: 0 1rem;
    }

    .content[b-tj0q2pohvq] {
        padding: 1rem;
    }
}

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

    .sidebar[b-tj0q2pohvq] {
        width: 260px;
        flex: 0 0 260px;
        min-width: 260px;
        max-width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
}

#blazor-error-ui[b-tj0q2pohvq] {
    color-scheme: light only;
    background: #fff7dc;
    border-top: 1px solid #f0d38b;
    bottom: 0;
    box-shadow: 0 -2px 12px rgba(22, 31, 43, 0.14);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-tj0q2pohvq] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/FoodPlannerBlazor/Components/Layout/MarketingLayout.razor.rz.scp.css */
.marketing-shell[b-m01f2mhxqq] {
    min-height: 100vh;
}

.marketing-shell main[b-m01f2mhxqq] {
    min-height: 100vh;
}
/* _content/FoodPlannerBlazor/Components/Layout/NavMenu.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Wrapper layout (flex container)
══════════════════════════════════════════ */

.nav-menu__wrapper[b-nwavms17my] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    width: 100%;
    min-width: 0;
}

/* ══════════════════════════════════════════
   Mobile toggle
══════════════════════════════════════════ */

.navbar-toggler[b-nwavms17my] {
    appearance: none;
    cursor: pointer;
    width: 3.2rem;
    height: 2.3rem;
    color: white;
    position: absolute;
    top: 1.05rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28242, 246, 255, 0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.65rem rgba(255, 255, 255, 0.06);
}

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

/* ══════════════════════════════════════════
   Brand row (logo + name)
══════════════════════════════════════════ */

.sidebar__brand-row[b-nwavms17my] {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.35rem 1.25rem 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sidebar__brand[b-nwavms17my] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.sidebar__logo[b-nwavms17my] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 0.35rem;
}

.sidebar__name[b-nwavms17my] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #edf3ff;
    line-height: 1.2;
}

.sidebar__name-accent[b-nwavms17my] {
    color: #ff8a00;
}

/* ══════════════════════════════════════════
   Icons
══════════════════════════════════════════ */

.bi[b-nwavms17my] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.62rem;
    vertical-align: middle;
    background-size: cover;
    opacity: 0.82;
}

.bi-house-door-fill-nav-menu[b-nwavms17my] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-list-nested-nav-menu[b-nwavms17my] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.bi-box-arrow-in-right-nav-menu[b-nwavms17my] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.146 11.354a.5.5 0 0 1 0-.708L10.293 8.5H2.5a.5.5 0 0 1 0-1h7.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 14.5v-13a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5V5h-1V1.5A1.5 1.5 0 0 1 6 .5h7A1.5 1.5 0 0 1 14.5 2v13A1.5 1.5 0 0 1 13 16H6a1.5 1.5 0 0 1-1.5-1.5V11h1v3.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5z'/%3E%3C/svg%3E");
}

.bi-person-plus-fill-nav-menu[b-nwavms17my] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm11-6a3 3 0 1 0-6 0 3 3 0 0 0 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════
   Nav
══════════════════════════════════════════ */

.email[b-nwavms17my] {
    color: #c4c1c1;
    font-size: 0.7rem;
    font-style: italic;
}

.email:link[b-nwavms17my]{
    color: #c4c1c1;
    text-decoration: none;
}

.username[b-nwavms17my] {
    color: #ffffff;
    font-size: 0.8rem;
}

.username:link[b-nwavms17my]{
    color: #ffffff;
    text-decoration: none;
}

.no-text-transform[b-nwavms17my]{
    text-transform: none !important;
}

.nav-menu__main-links[b-nwavms17my] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.sidebar__nav-section[b-nwavms17my] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0 0.5rem;
}

.sidebar__nav-section--account[b-nwavms17my] {
    margin-top: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.nav-item[b-nwavms17my] {
    font-size: 0.93rem;
}

.nav-item--account[b-nwavms17my] {
    margin-top: 0.25rem;
}

.nav-item[b-nwavms17my]  .nav-link {
    color: rgba(194, 213, 255, 0.72);
    border-radius: 0.55rem;
    min-height: 2.4rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    padding: 0.52rem 0.8rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.nav-item[b-nwavms17my]  a.active {
    background: rgba(71, 118, 229, 0.22);
    color: #d6e6ff;
    font-weight: 600;
}

.nav-item[b-nwavms17my]  a.active .bi {
    opacity: 1;
}

.nav-item[b-nwavms17my]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.07);
    color: #e0ecff;
}

/* ══════════════════════════════════════════
   User account (bottom - fixed)
══════════════════════════════════════════ */

.nav-menu__account[b-nwavms17my] {
    flex: 0 0 auto;
    position: relative;
    padding: 0.85rem 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 18, 34, 0.3);
}

.nav-menu__account-dropdown[b-nwavms17my]{
    text-transform: none;
}

.nav-menu[b-nwavms17my]{
    display: flex;
    flex-flow: column;
    height: 100% !important;
}


/*.nav-menu__account-dropdown ::deep .mud-button-root {*/
/*    width: 100%;*/
/*    justify-content: space-between;*/
/*    text-transform: none;*/
/*    letter-spacing: normal;*/
/*    border: 1px solid rgba(194, 213, 255, 0.18);*/
/*    border-radius: 0.55rem;*/
/*    background-color: rgba(8, 18, 34, 0.5);*/
/*    color: #deeaff;*/
/*    font-size: 0.82rem;*/
/*    font-weight: 600;*/
/*    padding: 0.54rem 0.7rem;*/
/*}*/

/*.nav-menu__account-dropdown ::deep .mud-button-root:hover {*/
/*    background-color: rgba(71, 118, 229, 0.16);*/
/*    border-color: rgba(194, 213, 255, 0.28);*/
/*}*/

/*.nav-menu__account-dropdown ::deep .mud-menu .mud-popover-open {*/
/*    min-width: 12rem;*/
/*}*/

/*.nav-menu__sign-out-form {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.nav-menu__account-dropdown ::deep .mud-menu-item {*/
/*    padding: 0;*/
/*}*/

.nav-menu__user[b-nwavms17my] {
    position: relative;
}

.nav-menu__user-summary[b-nwavms17my] {
    list-style: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid rgba(194, 213, 255, 0.18);
    border-radius: 0.55rem;
    background-color: rgba(8, 18, 34, 0.5);
    padding: 0.54rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #deeaff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    transition: background-color 0.12s ease, border-color 0.12s ease;
}

.nav-menu__user-summary:hover[b-nwavms17my] {
    background-color: rgba(71, 118, 229, 0.16);
    border-color: rgba(194, 213, 255, 0.28);
}

.nav-menu__user-summary[b-nwavms17my]::after {
    content: "▾";
    font-size: 0.68rem;
    opacity: 0.7;
    flex-shrink: 0;
}

.nav-menu__user[open] .nav-menu__user-summary[b-nwavms17my]::after {
    content: "▴";
}

.nav-menu__user-summary[b-nwavms17my]::-webkit-details-marker {
    display: none;
}

.nav-menu__user-menu[b-nwavms17my] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 0.5rem);
    border-radius: 0.55rem;
    border: 1px solid rgba(194, 213, 255, 0.18);
    background-color: #0e1c31;
    box-shadow: 0 0.5rem 1.4rem rgba(2, 8, 20, 0.5);
    padding: 0.25rem;
    z-index: 10;
}

.nav-menu__sign-out[b-nwavms17my] {
    width: 100%;
    border: 0;
    border-radius: 0.4rem;
    padding: 0.48rem 0.6rem;
    font-weight: 600;
    font-size: 0.84rem;
    color: #e4eeff;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.12s ease;
}

.nav-menu__sign-out:hover[b-nwavms17my] {
    background-color: rgba(90, 140, 230, 0.18);
    color: #ffffff;
}

/* ══════════════════════════════════════════
   Scrollable area
══════════════════════════════════════════ */

.nav-scrollable[b-nwavms17my] {
    display: none;
    flex: 1;
    min-height: 0;
}

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

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

    .nav-scrollable[b-nwavms17my] {
        display: flex;
        flex: 1;
        min-height: 0;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        /* Hide scrollbar — only show when genuinely needed */
        scrollbar-width: none;
    }

    .nav-scrollable[b-nwavms17my]::-webkit-scrollbar {
        display: none;
    }
}
/* _content/FoodPlannerBlazor/Components/Pages/Home.razor.rz.scp.css */
.landing-page[b-zf5250m7bh] {
    min-height: 100vh;
    padding: 3rem clamp(1.5rem, 4vw, 4rem);
    color: #f3efe7;
    background:
        radial-gradient(circle at top right, rgba(255, 196, 107, 0.24), transparent 25%),
        radial-gradient(circle at left center, rgba(97, 154, 138, 0.18), transparent 30%),
        linear-gradient(160deg, #18322f 0%, #0f1718 48%, #071012 100%);
}

.landing-hero[b-zf5250m7bh] {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.9fr);
    gap: 2rem;
    align-items: stretch;
}

.landing-hero__copy[b-zf5250m7bh] {
    max-width: 46rem;
    padding: 1rem 0;
}

.landing-eyebrow[b-zf5250m7bh],
.landing-section-label[b-zf5250m7bh],
.landing-summary__label[b-zf5250m7bh] {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f3bf77;
}

.landing-hero h1[b-zf5250m7bh] {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.landing-lead[b-zf5250m7bh] {
    max-width: 40rem;
    margin: 1.5rem 0 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(243, 239, 231, 0.84);
}

.landing-actions[b-zf5250m7bh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.landing-actions .btn-outline-light[b-zf5250m7bh] {
    border-width: 2px;
}

.landing-summary__card[b-zf5250m7bh] {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(243, 239, 231, 0.12);
    border-radius: 1.5rem;
    background: rgba(8, 18, 21, 0.52);
    backdrop-filter: blur(12px);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
}

.landing-summary__card ul[b-zf5250m7bh] {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(243, 239, 231, 0.86);
}

.landing-summary__card li + li[b-zf5250m7bh] {
    margin-top: 0.95rem;
}

.landing-foundation[b-zf5250m7bh] {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(243, 239, 231, 0.12);
}

.landing-foundation h2[b-zf5250m7bh] {
    max-width: 18ch;
    margin: 0;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.05;
}

.landing-foundation__grid[b-zf5250m7bh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.landing-foundation__grid article[b-zf5250m7bh] {
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(243, 239, 231, 0.06);
}

.landing-foundation__grid h3[b-zf5250m7bh] {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.landing-foundation__grid p[b-zf5250m7bh] {
    margin: 0;
    color: rgba(243, 239, 231, 0.76);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .landing-hero[b-zf5250m7bh],
    .landing-foundation__grid[b-zf5250m7bh] {
        grid-template-columns: 1fr;
    }

    .landing-page[b-zf5250m7bh] {
        padding: 2rem 1.25rem 3rem;
    }

    .landing-hero h1[b-zf5250m7bh] {
        max-width: none;
    }
}
/* _content/FoodPlannerBlazor/Components/Pages/Ingredients.razor.rz.scp.css */
.ingredient-fab[b-h7aqko9rt7] {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    padding: 0;
    border-radius: 999px;
    box-shadow: var(--fp-shadow-md);
}

.ingredient-row[b-h7aqko9rt7]{
    cursor: pointer;
}

[b-h7aqko9rt7] .mud-table-body .mud-table-row:hover {
    cursor: pointer;
}

.ingredient-fab-container[b-h7aqko9rt7] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1100;
}

[b-h7aqko9rt7] .ingredient-create-drawer {
    --mud-drawer-width: min(64rem, 92vw);
}

.ingredient-create-drawer__content[b-h7aqko9rt7] {
    padding: 1rem;
}

@media (max-width: 640.98px) {
    .ingredient-fab-container[b-h7aqko9rt7] {
        right: 1rem;
        bottom: 1rem;
    }

    [b-h7aqko9rt7] .ingredient-create-drawer {
        --mud-drawer-width: 100vw;
    }
}

/* Greyed-out style applied to soft-deleted ingredient rows when show-deleted is enabled. */
.ingredient-row--deleted td[b-h7aqko9rt7] {
    color: var(--fp-text-muted);
}

.ingredient-edit-button[b-h7aqko9rt7] {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
}

.ingredient-deleted-indicator[b-h7aqko9rt7] {
    font-style: italic;
}

.app-page.ingredients-page[b-h7aqko9rt7] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    flex: 1;
    height: 100%;
    min-height: 0;
    margin-top: 15px;
}

.ingredients-page .main-content-card[b-h7aqko9rt7] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
}

section[b-h7aqko9rt7] {
    padding: 0 15px;
}
/* _content/FoodPlannerBlazor/Components/Pages/MealsList.razor.rz.scp.css */
.meal-fab[b-89tszixf61] {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    padding: 0;
    border-radius: 999px;
    box-shadow: var(--fp-shadow-md);
}

[b-89tszixf61] .mud-table-body .mud-table-row:hover {
    cursor: pointer;
}

.meal-fab-container[b-89tszixf61] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1100;
}

[b-89tszixf61] .meal-create-drawer {
    --mud-drawer-width: min(64rem, 92vw);
}

.meal-create-drawer__content[b-89tszixf61] {
    padding: 1rem;
}

@media (max-width: 640.98px) {
    .meal-fab-container[b-89tszixf61] {
        right: 1rem;
        bottom: 1rem;
    }

    [b-89tszixf61] .meal-create-drawer {
        --mud-drawer-width: 100vw;
    }
}

.app-page.meals-page[b-89tszixf61] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    flex: 1;
    height: 100%;
    min-height: 0;
    margin-top: 15px;
}

.meals-page .main-content-card[b-89tszixf61] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
}

section[b-89tszixf61] {
    padding: 0 15px;
}
/* _content/FoodPlannerBlazor/Components/Pages/Planner.razor.rz.scp.css */
section[b-qvyxk8evm5] {
    padding: clamp(1rem, 2vw, 1.5rem);
}
