/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tsnc3knl0h] {
    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-tsnc3knl0h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.kyn-shell[b-tsnc3knl0h] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #f6f7fb;
}

.kyn-shell.sidebar-collapsed[b-tsnc3knl0h] {
    grid-template-columns: 1fr;
}

.kyn-shell.sidebar-collapsed .kyn-sidebar[b-tsnc3knl0h] {
    display: none;
}

.kyn-sidebar-toggle-btn[b-tsnc3knl0h] {
    width: calc(1.5em + 0.5rem + 2px);
    min-height: calc(1.5em + 0.5rem + 2px);
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0.875rem;
}

.kyn-sidebar[b-tsnc3knl0h] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: linear-gradient(180deg, #0b1220 0%, #111a2f 100%);
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    overflow-y: auto;
}

.kyn-brand[b-tsnc3knl0h] {
    padding: 1.25rem 1rem 0.75rem 1rem;
}

.kyn-brand-title[b-tsnc3knl0h] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.kyn-logo[b-tsnc3knl0h] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px 0 rgba(30, 34, 90, 0.10);
    background: #fff;
}

.kyn-brand-subtitle[b-tsnc3knl0h] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.kyn-main[b-tsnc3knl0h] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.kyn-sidebar-backdrop[b-tsnc3knl0h] {
    display: none;
}

.kyn-topbar[b-tsnc3knl0h] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #ffffff;
    border-bottom: 1px solid #e6e8f0;
}

.kyn-topbar-title[b-tsnc3knl0h] {
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 1.1rem;
    color: #1a2442;
}

.kyn-hamburger[b-tsnc3knl0h] {
    display: none;
}

.kyn-user[b-tsnc3knl0h] {
    cursor: pointer;
    color: #1a2442;
    font-weight: 500;
    font-size: 1rem;
}
.kyn-avatar[b-tsnc3knl0h] {
    width: 2.1rem;
    height: 2.1rem;
    object-fit: cover;
    border: 2px solid #e6e8f0;
    box-shadow: 0 1px 4px 0 rgba(30, 34, 90, 0.10);
}

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

@media (max-width: 768px) {
    .kyn-shell[b-tsnc3knl0h] {
        grid-template-columns: 1fr;
    }

    .kyn-hamburger[b-tsnc3knl0h] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .kyn-sidebar[b-tsnc3knl0h] {
        position: fixed;
        left: -300px;
        width: 280px;
        transition: left 160ms ease-in-out;
        z-index: 50;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    }

    .kyn-sidebar.open[b-tsnc3knl0h] {
        left: 0;
    }

    .kyn-content[b-tsnc3knl0h] {
        padding: 0.85rem;
    }

    .kyn-sidebar-backdrop[b-tsnc3knl0h] {
        display: block;
        position: fixed;
        inset: 0;
        border: 0;
        margin: 0;
        padding: 0;
        background: rgba(15, 23, 42, 0.38);
        z-index: 40;
        cursor: pointer;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.kyn-nav[b-vmewfsfk0d] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.kyn-nav-link[b-vmewfsfk0d] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.6rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.kyn-nav-link:hover[b-vmewfsfk0d] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(30, 34, 90, 0.10);
}

.kyn-nav-link.active[b-vmewfsfk0d] {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-left: 4px solid #0d6efd;
    padding-left: 0.5rem;
    box-shadow: 0 4px 16px 0 rgba(30, 34, 90, 0.13);
}

.kyn-nav-link i[b-vmewfsfk0d] {
    font-size: 1.1rem;
    line-height: 1;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6evuxwzsj4],
.components-reconnect-repeated-attempt-visible[b-6evuxwzsj4],
.components-reconnect-failed-visible[b-6evuxwzsj4],
.components-pause-visible[b-6evuxwzsj4],
.components-resume-failed-visible[b-6evuxwzsj4],
.components-rejoining-animation[b-6evuxwzsj4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-6evuxwzsj4 {
    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/CalorieCounter.razor.rz.scp.css */
.cc-page[b-rp4uz0pes8] {
    min-height: 100vh;
    background: #f3f5f7;
    color: #171b22;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.cc-container[b-rp4uz0pes8] {
    max-width: 1120px;
}

.cc-hero[b-rp4uz0pes8] {
    position: relative;
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    padding: clamp(1.7rem, 3.8vw, 2.5rem) 1.25rem;
    box-shadow: 0 18px 42px rgba(2, 9, 16, 0.45);
    overflow: hidden;
    display: grid;
    justify-items: center;
    gap: 0.3rem;
}

.cc-hero[b-rp4uz0pes8]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #00c7e8;
}

.cc-hero-logo[b-rp4uz0pes8] {
    width: clamp(56px, 9vw, 76px);
    height: auto;
}

.cc-hero-brand[b-rp4uz0pes8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: 0.7rem;
}

.cc-eyebrow[b-rp4uz0pes8] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(0, 199, 232, 0.55);
    background: rgba(0, 199, 232, 0.14);
    color: #ccf7ff;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 0.36rem 0.75rem;
}

.cc-title[b-rp4uz0pes8] {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.45rem, 3.6vw, 2.3rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
    color: #ffffff;
}

.cc-subtitle[b-rp4uz0pes8] {
    max-width: 660px;
    margin: 0 auto;
    color: #d7edf3;
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    line-height: 1.4;
}

.cc-card[b-rp4uz0pes8] {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e7edf2;
    box-shadow: 0 10px 32px rgba(17, 31, 45, 0.08);
    overflow: hidden;
}

.cc-stepper[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.8rem;
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    border-bottom: 1px solid #163247;
}

.cc-step[b-rp4uz0pes8] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #d4e7f6;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.76rem;
    padding: 0.35rem;
}

.cc-step:disabled[b-rp4uz0pes8] {
    opacity: 0.62;
}

.cc-step.active[b-rp4uz0pes8] {
    color: #e9fbff;
    background: linear-gradient(180deg, rgba(0, 199, 232, 0.32), rgba(0, 199, 232, 0.2));
    border-color: #00c7e8;
    box-shadow: 0 0 0 1px rgba(0, 199, 232, 0.32);
}

.cc-step.complete[b-rp4uz0pes8] {
    border-color: rgba(118, 155, 184, 0.5);
    background: rgba(102, 143, 175, 0.16);
    color: #e7f3ff;
}

.cc-step-index[b-rp4uz0pes8] {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
    color: #cde4f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
}

.cc-step.active .cc-step-index[b-rp4uz0pes8] {
    background: #00c7e8;
    color: #05262f;
}

.cc-step.complete .cc-step-index[b-rp4uz0pes8] {
    background: rgba(146, 187, 221, 0.42);
    color: #0b2030;
}

.cc-step-meta[b-rp4uz0pes8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6d7f90;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.95rem 1.25rem 0;
}

.cc-step-body[b-rp4uz0pes8] {
    padding: 1.05rem 1.25rem 1.3rem;
}

.cc-section-title[b-rp4uz0pes8],
.cc-disclaimer h3[b-rp4uz0pes8],
.cc-faq h3[b-rp4uz0pes8],
.cc-faq-block h4[b-rp4uz0pes8] {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0f1822;
}

.cc-section-title[b-rp4uz0pes8] {
    font-size: 1.28rem;
    margin-bottom: 0.35rem;
}

.cc-grid-2[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cc-pill-row[b-rp4uz0pes8] {
    display: flex;
    gap: 0.5rem;
}

.cc-pill[b-rp4uz0pes8] {
    border: 1px solid #c8d4df;
    background: #ffffff;
    color: #182736;
    border-radius: 999px;
    padding: 0.42rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cc-pill.selected[b-rp4uz0pes8] {
    background: #e5fbff;
    border-color: #00c7e8;
    color: #06566b;
}

.cc-option-list[b-rp4uz0pes8] {
    display: grid;
    gap: 0.68rem;
}

.cc-option[b-rp4uz0pes8] {
    text-align: left;
    border: 1px solid #d8e1ea;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.82rem 0.9rem;
    display: grid;
    gap: 0.15rem;
}

.cc-option.selected[b-rp4uz0pes8] {
    border-color: #00c7e8;
    background: #ebfbff;
}

.cc-actions[b-rp4uz0pes8] {
    border-top: 1px solid #e8edf3;
    padding: 0.95rem 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.cc-btn[b-rp4uz0pes8] {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.8rem 1.3rem;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.cc-btn:disabled[b-rp4uz0pes8] {
    opacity: 0.45;
    cursor: not-allowed;
}

.cc-btn-primary[b-rp4uz0pes8] {
    background: #0a0f14;
    color: #ffffff;
}

.cc-btn-primary:hover[b-rp4uz0pes8] {
    background: #131b23;
}

.cc-btn-secondary[b-rp4uz0pes8] {
    background: #ffffff;
    color: #0a0f14;
    border-color: #ccd7e1;
}

.cc-results-grid[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.cc-metric[b-rp4uz0pes8],
.cc-macro-card[b-rp4uz0pes8],
.cc-disclaimer[b-rp4uz0pes8],
.cc-faq[b-rp4uz0pes8],
.cc-faq-item[b-rp4uz0pes8],
.cc-faq-block[b-rp4uz0pes8],
.cc-support[b-rp4uz0pes8] {
    border-radius: 8px;
}

.cc-metric[b-rp4uz0pes8] {
    border: 1px solid #dce4ec;
    padding: 0.85rem;
    background: #ffffff;
}

.cc-metric span[b-rp4uz0pes8] {
    color: #6d7f90;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cc-metric strong[b-rp4uz0pes8] {
    color: #111b26;
    font-size: 1.35rem;
}

.cc-metric.highlight[b-rp4uz0pes8] {
    border-color: #00c7e8;
    background: #ebfbff;
}

.cc-macro-card[b-rp4uz0pes8] {
    border: 1px solid #dce5ee;
    padding: 1rem;
    display: grid;
    gap: 0.65rem;
    background: #ffffff;
}

.cc-macro-row[b-rp4uz0pes8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.cc-bar[b-rp4uz0pes8] {
    height: 0.5rem;
    border-radius: 999px;
    background: #e5edf4;
    overflow: hidden;
    margin-bottom: 0.35rem;
}

.cc-bar-fill[b-rp4uz0pes8] {
    height: 100%;
    border-radius: 999px;
}

.cc-bar-fill.protein[b-rp4uz0pes8] {
    background: linear-gradient(90deg, #00c7e8, #45e3fa);
}

.cc-bar-fill.carbs[b-rp4uz0pes8] {
    background: linear-gradient(90deg, #0f3f78, #2384d3);
}

.cc-bar-fill.fats[b-rp4uz0pes8] {
    background: linear-gradient(90deg, #0d7788, #26a8bb);
}

.cc-support[b-rp4uz0pes8] {
    border: 1px solid #dfe8f0;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(17, 31, 45, 0.06);
    padding: 1rem;
}

.cc-support-grid[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.cc-disclaimer[b-rp4uz0pes8],
.cc-faq[b-rp4uz0pes8] {
    border: 1px solid #dfe8f0;
    padding: 1rem;
    background: #fbfdff;
}

.cc-faq-toolbar[b-rp4uz0pes8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.cc-faq-search-wrap[b-rp4uz0pes8] {
    position: relative;
    flex: 1;
    min-width: min(100%, 260px);
}

.cc-faq-search-wrap i[b-rp4uz0pes8] {
    position: absolute;
    left: 0.72rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7d8f;
}

.cc-faq-search[b-rp4uz0pes8] {
    padding-left: 2.2rem;
    border-radius: 8px;
    border-color: #d4e0eb;
}

.cc-faq-search:focus[b-rp4uz0pes8] {
    border-color: #00c7e8;
    box-shadow: 0 0 0 0.2rem rgba(0, 199, 232, 0.18);
}

.cc-faq-meta[b-rp4uz0pes8] {
    font-size: 0.76rem;
    color: #688096;
    border: 1px solid #d7e3ee;
    border-radius: 999px;
    background: #f5f9fd;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.6rem;
}

.cc-faq-list[b-rp4uz0pes8] {
    display: grid;
    gap: 0.55rem;
}

.cc-faq-item[b-rp4uz0pes8] {
    border: 1px solid #dce5ee;
    background: #ffffff;
    overflow: hidden;
}

.cc-faq-item.is-open[b-rp4uz0pes8] {
    border-color: #00c7e8;
    box-shadow: 0 0 0 1px rgba(0, 199, 232, 0.25);
}

.cc-faq-question[b-rp4uz0pes8] {
    width: 100%;
    border: 0;
    background: #ffffff;
    color: #111e2b;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-align: left;
    padding: 0.72rem 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.8rem;
    font-weight: 700;
}

.cc-faq-question-text[b-rp4uz0pes8] {
    flex: 1;
}

.cc-faq-question i[b-rp4uz0pes8] {
    color: #6b7f92;
}

.cc-faq-q-badge[b-rp4uz0pes8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #e6faff;
    color: #04647a;
    font-size: 0.7rem;
    font-weight: 800;
}

.cc-faq-content[b-rp4uz0pes8] {
    border-top: 1px solid #e1e9f1;
    padding: 0.8rem;
    display: grid;
    gap: 0.72rem;
    background: #fbfdff;
}

.cc-faq-block[b-rp4uz0pes8] {
    border: 1px solid #e2eaf2;
    background: #f9fcff;
    padding: 0.68rem 0.78rem;
}

.cc-faq-block h4[b-rp4uz0pes8] {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.cc-faq-block p[b-rp4uz0pes8] {
    margin: 0;
    color: #2c3e51;
}

.cc-faq-block ul[b-rp4uz0pes8] {
    margin: 0;
    padding-left: 1.05rem;
    display: grid;
    gap: 0.25rem;
    color: #2c3e51;
}

.cc-faq-note[b-rp4uz0pes8],
.cc-faq-evidence[b-rp4uz0pes8] {
    margin-top: 0.5rem !important;
    border-radius: 6px;
    padding: 0.46rem 0.58rem;
    font-size: 0.88rem;
}

.cc-faq-note[b-rp4uz0pes8] {
    border: 1px solid #b7ebf5;
    background: #e8fbff;
}

.cc-faq-evidence[b-rp4uz0pes8] {
    border: 1px solid #c5dbef;
    background: #edf5fc;
}

.cc-faq-empty[b-rp4uz0pes8] {
    border: 1px dashed #bfd3e4;
    border-radius: 8px;
    background: #f8fbfe;
    color: #5b748b;
    text-align: center;
    padding: 0.85rem;
}

.cc-results-extras[b-rp4uz0pes8] {
    display: grid;
    gap: 0.75rem;
}

.cc-results-panel[b-rp4uz0pes8] {
    border: 1px solid #dce5ee;
    border-radius: 8px;
    background: #f9fcff;
    padding: 0.85rem;
}

.cc-results-panel h3[b-rp4uz0pes8] {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0f1822;
}

.cc-snapshot-box[b-rp4uz0pes8] {
    min-height: 156px;
    font-size: 0.83rem;
    line-height: 1.35;
    border-color: #d4e0eb;
    background: #ffffff;
}

.cc-share-msg[b-rp4uz0pes8] {
    font-size: 0.82rem;
    color: #0d6f84;
    font-weight: 600;
}

.cc-plan-msg[b-rp4uz0pes8] {
    border: 1px solid #d6e4f1;
    border-radius: 8px;
    background: #f5f9fd;
    color: #4a657e;
    font-size: 0.8rem;
    padding: 0.55rem 0.65rem;
}

.cc-plan-summary[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.cc-plan-summary div[b-rp4uz0pes8] {
    border: 1px solid #d9e5ef;
    border-radius: 8px;
    background: #f9fcff;
    padding: 0.55rem;
    display: grid;
    gap: 0.1rem;
}

.cc-plan-summary span[b-rp4uz0pes8] {
    color: #6d8094;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cc-plan-summary strong[b-rp4uz0pes8] {
    font-size: 1rem;
    color: #101b26;
}

.cc-plan-grid[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.cc-plan-card[b-rp4uz0pes8] {
    border: 1px solid #dce6ef;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.65rem;
    display: grid;
    gap: 0.35rem;
}

.cc-plan-card-head[b-rp4uz0pes8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.cc-plan-card-head h4[b-rp4uz0pes8] {
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #162434;
}

.cc-plan-card-head span[b-rp4uz0pes8] {
    border: 1px solid #c7d7e5;
    border-radius: 999px;
    padding: 0.15rem 0.45rem;
    font-size: 0.66rem;
    text-transform: uppercase;
    color: #5f758b;
    font-weight: 700;
}

.cc-plan-name[b-rp4uz0pes8] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #101b26;
}

.cc-plan-meal[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 0.55rem;
    align-items: start;
}

.cc-plan-image[b-rp4uz0pes8] {
    width: 92px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #d8e4ee;
    background: #eef4f9;
}

.cc-plan-image-placeholder[b-rp4uz0pes8] {
    display: grid;
    place-items: center;
    color: #71869a;
    font-size: 1.1rem;
}

.cc-plan-meal-content[b-rp4uz0pes8] {
    display: grid;
    gap: 0.3rem;
}

.cc-plan-macros[b-rp4uz0pes8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.cc-plan-macros span[b-rp4uz0pes8] {
    border: 1px solid #d7e4ee;
    border-radius: 999px;
    background: #f6fafe;
    color: #27455f;
    font-size: 0.69rem;
    font-weight: 700;
    padding: 0.2rem 0.45rem;
}

.cc-btn-sm[b-rp4uz0pes8] {
    padding: 0.45rem 0.72rem;
    font-size: 0.66rem;
}

.cc-plan-actions[b-rp4uz0pes8] {
    display: flex;
    gap: 0.45rem;
}

.cc-plan-picker[b-rp4uz0pes8] {
    display: grid;
    gap: 0.35rem;
}

.cc-plan-results[b-rp4uz0pes8] {
    border: 1px solid #d6e4f0;
    border-radius: 8px;
    max-height: 165px;
    overflow-y: auto;
}

.cc-plan-result[b-rp4uz0pes8] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e4edf5;
    background: #f8fbff;
    color: #193045;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.42rem 0.55rem;
}

.cc-plan-result:last-child[b-rp4uz0pes8] {
    border-bottom: 0;
}

.cc-plan-result:hover[b-rp4uz0pes8] {
    background: #e8f6ff;
}

.cc-plan-snack-list[b-rp4uz0pes8] {
    display: grid;
    gap: 0.35rem;
}

.cc-plan-snack-item[b-rp4uz0pes8] {
    border: 1px solid #dce6ef;
    border-radius: 8px;
    background: #f9fcff;
    padding: 0.45rem 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.cc-plan-snack-item span[b-rp4uz0pes8] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #13283a;
}

.cc-modal-backdrop[b-rp4uz0pes8] {
    position: fixed;
    inset: 0;
    z-index: 2600;
    background: rgba(12, 18, 31, 0.56);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cc-modal[b-rp4uz0pes8] {
    width: min(980px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cc-modal-head[b-rp4uz0pes8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #edf2f7;
}

.cc-modal-head h3[b-rp4uz0pes8] {
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.cc-close-btn[b-rp4uz0pes8] {
    border: 1px solid #d8e2ec;
    background: #fff;
    border-radius: 999px;
}

.cc-modal-body[b-rp4uz0pes8] {
    padding: 1rem;
    overflow-y: auto;
    display: grid;
    gap: 0.9rem;
}

.cc-modal-hero[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 0.9rem;
}

.cc-modal-image[b-rp4uz0pes8] {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 300px;
}

.cc-modal-macros[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.cc-modal-macros div[b-rp4uz0pes8] {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 0.55rem;
    background: #f9fcff;
}

.cc-modal-macro-card[b-rp4uz0pes8] {
    min-height: 132px;
    display: grid;
    align-content: start;
    gap: 0.4rem;
}

.cc-modal-macros span[b-rp4uz0pes8] {
    display: block;
    color: #64788c;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.cc-modal-macros strong[b-rp4uz0pes8] {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0f1b29;
    margin-bottom: 0.15rem;
}

.cc-modal-macro-note[b-rp4uz0pes8] {
    margin-top: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.25rem 0.5rem;
    width: fit-content;
}

.cc-modal-macro-note.high[b-rp4uz0pes8] {
    background: #ecfeff;
    color: #0f766e;
    border: 1px solid #99f6e4;
}

.cc-modal-macro-note.low[b-rp4uz0pes8] {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.cc-modal-macro-note.balanced[b-rp4uz0pes8] {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.cc-modal-grid[b-rp4uz0pes8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cc-modal-grid h4[b-rp4uz0pes8] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.45rem;
}

.cc-modal-grid ul[b-rp4uz0pes8],
.cc-modal-grid ol[b-rp4uz0pes8] {
    margin: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 0.35rem;
    color: #1f2b38;
}

@media (max-width: 920px) {
    .cc-stepper[b-rp4uz0pes8] {
        grid-template-columns: 1fr;
    }

    .cc-step[b-rp4uz0pes8] {
        justify-content: flex-start;
    }

    .cc-grid-2[b-rp4uz0pes8],
    .cc-results-grid[b-rp4uz0pes8] {
        grid-template-columns: 1fr;
    }

    .cc-actions[b-rp4uz0pes8] {
        flex-direction: column;
    }

    .cc-actions .cc-btn[b-rp4uz0pes8] {
        width: 100%;
    }

    .cc-results-panel .cc-btn[b-rp4uz0pes8] {
        width: 100%;
    }

    .cc-plan-summary[b-rp4uz0pes8],
    .cc-plan-grid[b-rp4uz0pes8] {
        grid-template-columns: 1fr;
    }

    .cc-plan-meal[b-rp4uz0pes8] {
        grid-template-columns: 1fr;
    }

    .cc-plan-image[b-rp4uz0pes8] {
        width: 100%;
        height: 170px;
    }

    .cc-plan-actions[b-rp4uz0pes8] {
        flex-direction: column;
    }

    .cc-modal-hero[b-rp4uz0pes8],
    .cc-modal-grid[b-rp4uz0pes8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MealPlanExport.razor.rz.scp.css */
.mpe-container[b-u19dhe9p3w] {
    max-width: 980px;
}

.mpe-toolbar[b-u19dhe9p3w] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.mpe-header[b-u19dhe9p3w] {
    border: 1px solid #d9e4ee;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.9rem;
}

.mpe-header h1[b-u19dhe9p3w] {
    margin: 0 0 0.25rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.mpe-header p[b-u19dhe9p3w] {
    color: #5a6f83;
    font-size: 0.82rem;
}

.mpe-grid[b-u19dhe9p3w] {
    display: grid;
    gap: 0.8rem;
}

.mpe-page-break[b-u19dhe9p3w] {
    display: none;
}

.mpe-card[b-u19dhe9p3w] {
    border: 1px solid #dce7f0;
    border-radius: 10px;
    background: #fff;
    padding: 0.85rem;
    display: grid;
    gap: 0.65rem;
}

.mpe-card-head span[b-u19dhe9p3w] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #61788d;
    font-weight: 700;
}

.mpe-card-head h2[b-u19dhe9p3w] {
    margin: 0.1rem 0 0;
    font-size: 1rem;
    font-weight: 800;
}

.mpe-image[b-u19dhe9p3w] {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

.mpe-macros[b-u19dhe9p3w] {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.mpe-macros span[b-u19dhe9p3w] {
    border: 1px solid #d7e4ee;
    border-radius: 999px;
    background: #f6fafe;
    color: #28465f;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.22rem 0.5rem;
}

.mpe-details[b-u19dhe9p3w] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.mpe-details h3[b-u19dhe9p3w] {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mpe-details ul[b-u19dhe9p3w],
.mpe-details ol[b-u19dhe9p3w] {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.3rem;
}

.mpe-empty[b-u19dhe9p3w] {
    border: 1px dashed #c8d8e7;
    border-radius: 8px;
    background: #f7fbff;
    color: #4f657a;
    text-align: center;
    padding: 1rem;
}

.mpe-footer[b-u19dhe9p3w] {
    border: 1px solid #dbe6ef;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.6rem 0.75rem;
    display: flex;
    justify-content: space-between;
    gap: 0.65rem;
    flex-wrap: wrap;
    color: #5a6f83;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

@media (max-width: 800px) {
    .mpe-details[b-u19dhe9p3w] {
        grid-template-columns: 1fr;
    }
}

@media print {
    .no-print[b-u19dhe9p3w] {
        display: none !important;
    }

    .mpe-page[b-u19dhe9p3w] {
        background: #fff;
        padding: 0 !important;
    }

    .mpe-card[b-u19dhe9p3w],
    .mpe-header[b-u19dhe9p3w] {
        break-inside: avoid;
        box-shadow: none;
    }

    .mpe-page-break[b-u19dhe9p3w] {
        display: block;
        break-after: page;
    }

    .mpe-footer[b-u19dhe9p3w] {
        break-inside: avoid;
    }
}
/* /Components/Pages/RecipeBook.razor.rz.scp.css */
.rb-page[b-ij468cxcz5] {
    min-height: 100vh;
    background: #f3f5f7;
    color: #171b22;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.rb-container[b-ij468cxcz5] {
    max-width: 1140px;
}

.rb-hero[b-ij468cxcz5] {
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: clamp(1.7rem, 3.8vw, 2.5rem) 1.25rem;
    box-shadow: 0 18px 42px rgba(2, 9, 16, 0.45);
    position: relative;
    overflow: hidden;
}

.rb-hero[b-ij468cxcz5]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #00c7e8;
}

.rb-title[b-ij468cxcz5] {
    font-size: clamp(1.45rem, 3.6vw, 2.3rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.rb-subtitle[b-ij468cxcz5] {
    color: #d7edf3;
}

.rb-shell[b-ij468cxcz5] {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7edf2;
    box-shadow: 0 10px 32px rgba(17, 31, 45, 0.08);
    padding: 1rem;
}

.rb-plan-launch[b-ij468cxcz5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    border: 1px solid #153042;
    border-radius: 10px;
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    padding: 0.8rem;
}

.rb-plan-launch h3[b-ij468cxcz5] {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e7f7ff;
    font-weight: 800;
}

.rb-plan-launch p[b-ij468cxcz5] {
    color: #9ec2db;
    font-size: 0.82rem;
}

.rb-plan-builder[b-ij468cxcz5] {
    border: 1px solid #153042;
    border-radius: 10px;
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    padding: 0.8rem;
}

.rb-plan-head[b-ij468cxcz5] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.rb-plan-head h3[b-ij468cxcz5] {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
    color: #e8f8ff;
}

.rb-plan-head p[b-ij468cxcz5] {
    color: #9ec2db;
    font-size: 0.82rem;
}

.rb-plan-actions[b-ij468cxcz5] {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.rb-plan-msg[b-ij468cxcz5] {
    border: 1px solid #2a4b62;
    border-radius: 8px;
    background: rgba(0, 199, 232, 0.08);
    color: #cfefff;
    font-size: 0.79rem;
    padding: 0.45rem 0.6rem;
}

.rb-plan-msg a[b-ij468cxcz5] {
    color: #75e8ff;
}

.rb-plan-grid[b-ij468cxcz5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: start;
}

.rb-plan-field[b-ij468cxcz5] {
    display: grid;
    gap: 0.35rem;
    align-content: start;
}

.rb-plan-field label[b-ij468cxcz5] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ec2db;
    font-weight: 700;
}

.rb-plan-picker[b-ij468cxcz5] {
    display: grid;
    gap: 0.35rem;
}

.rb-plan-selected[b-ij468cxcz5] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    padding: 0.45rem 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 44px;
}

.rb-plan-selected span[b-ij468cxcz5] {
    font-weight: 700;
    color: #e6f3ff;
    line-height: 1.2;
}

.rb-plan-selected-actions[b-ij468cxcz5] {
    display: inline-flex;
    gap: 0.35rem;
}

.rb-plan-search-input[b-ij468cxcz5] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    color: #e6f3ff;
    min-height: 44px;
}

.rb-plan-search-input[b-ij468cxcz5]::placeholder {
    color: #a8bfd3;
}

.rb-plan-search-input:focus[b-ij468cxcz5] {
    border-color: #00c7e8;
    box-shadow: 0 0 0 0.2rem rgba(0, 199, 232, 0.2);
}

.rb-plan-results[b-ij468cxcz5] {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    overflow: hidden;
    max-height: 165px;
    overflow-y: auto;
}

.rb-plan-result[b-ij468cxcz5] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #e6f3ff;
    text-align: left;
    padding: 0.45rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.rb-plan-result:last-child[b-ij468cxcz5] {
    border-bottom: 0;
}

.rb-plan-result:hover[b-ij468cxcz5] {
    background: rgba(0, 199, 232, 0.18);
}

.rb-plan-snacks[b-ij468cxcz5] {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.rb-plan-snack[b-ij468cxcz5] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #d4e7f6;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.28rem 0.58rem;
}

.rb-plan-snack.is-active[b-ij468cxcz5] {
    border-color: #00c7e8;
    background: rgba(0, 199, 232, 0.2);
    color: #e9fbff;
}

.rb-plan-snack i[b-ij468cxcz5] {
    margin-left: 0.25rem;
}

.rb-plan-preview[b-ij468cxcz5] {
    display: grid;
    gap: 0.45rem;
}

.rb-plan-preview-item[b-ij468cxcz5] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    padding: 0.5rem 0.6rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
    align-items: center;
}

.rb-plan-preview-item strong[b-ij468cxcz5] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ec2db;
}

.rb-plan-preview-item span[b-ij468cxcz5] {
    font-weight: 700;
    color: #e6f3ff;
}

.rb-modal-plan-add[b-ij468cxcz5] {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 0.75rem;
    background: #f9fcff;
    display: grid;
    gap: 0.55rem;
}

.rb-modal-plan-add h4[b-ij468cxcz5] {
    margin: 0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rb-modal-plan-types[b-ij468cxcz5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.rb-modal-plan-type[b-ij468cxcz5] {
    border: 1px solid #cbd8e4;
    border-radius: 999px;
    background: #fff;
    color: #2a4056;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.6rem;
}

.rb-modal-plan-type.is-active[b-ij468cxcz5] {
    border-color: #00c7e8;
    background: rgba(0, 199, 232, 0.14);
    color: #08566b;
}

.rb-toolbar[b-ij468cxcz5] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    border: 1px solid #153042;
    border-radius: 8px;
    padding: 0.7rem;
}

.rb-search-wrap[b-ij468cxcz5] {
    flex: 1 1 420px;
    position: relative;
}

.rb-search-wrap i[b-ij468cxcz5] {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: #9ec2db;
}

.rb-search[b-ij468cxcz5] {
    padding-left: 2.2rem;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e6f3ff;
}

.rb-search[b-ij468cxcz5]::placeholder {
    color: #a8bfd3;
}

.rb-search:focus[b-ij468cxcz5] {
    border-color: #00c7e8;
    box-shadow: 0 0 0 0.2rem rgba(0, 199, 232, 0.2);
}

.rb-toolbar-actions[b-ij468cxcz5] {
    display: flex;
    gap: 0.5rem;
}

.rb-toolbar-actions .btn[b-ij468cxcz5] {
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.7rem;
    font-weight: 700;
}

.rb-toolbar-actions .btn-outline-secondary[b-ij468cxcz5] {
    color: #d4e7f6;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
}

.rb-toolbar-actions .btn-outline-secondary:hover[b-ij468cxcz5] {
    color: #fff;
    border-color: #00c7e8;
    background: rgba(0, 199, 232, 0.2);
}

.rb-toolbar-actions .btn-dark[b-ij468cxcz5] {
    background: #0a0f14;
    border-color: #0a0f14;
}

.rb-filter-grid[b-ij468cxcz5] {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: 1.6fr 1.6fr 0.8fr;
    gap: 0.75rem;
}

.rb-filter-card[b-ij468cxcz5] {
    border: 1px solid #e5eaf0;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 0.7rem;
}

.rb-filter-card-stepper[b-ij468cxcz5] {
    background: linear-gradient(145deg, #04070b 0%, #07111a 55%, #0a1b2b 100%);
    border-color: #153042;
}

.rb-filter-card-stepper .rb-filter-title[b-ij468cxcz5] {
    color: #9ec2db;
}

.rb-filter-card-sort[b-ij468cxcz5] {
    display: grid;
    align-content: start;
}

.rb-filter-title[b-ij468cxcz5] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #607286;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.rb-sort-select[b-ij468cxcz5] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    color: #e6f3ff;
}

.rb-sort-select:focus[b-ij468cxcz5] {
    border-color: #00c7e8;
    box-shadow: 0 0 0 0.2rem rgba(0, 199, 232, 0.2);
}

.rb-sort-select option[b-ij468cxcz5] {
    color: #111b26;
}

.rb-chip-row[b-ij468cxcz5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.rb-chip[b-ij468cxcz5] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #d4e7f6;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rb-chip.is-active[b-ij468cxcz5] {
    border-color: #00c7e8;
    background: linear-gradient(180deg, rgba(0, 199, 232, 0.32), rgba(0, 199, 232, 0.2));
    color: #e9fbff;
    box-shadow: 0 0 0 1px rgba(0, 199, 232, 0.25);
}

.rb-meta[b-ij468cxcz5] {
    margin-top: 0.8rem;
    margin-bottom: 0.7rem;
    color: #6b7b8d;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.rb-grid[b-ij468cxcz5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    grid-auto-rows: 1fr;
}

.rb-card[b-ij468cxcz5] {
    border: 1px solid #dce6ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(21, 35, 49, 0.07);
    transition: transform 150ms ease, box-shadow 150ms ease;
    height: 100%;
}

.rb-card:hover[b-ij468cxcz5] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(21, 35, 49, 0.1);
}

.rb-card-image-wrap[b-ij468cxcz5] {
    height: 220px;
    background: #eff4f8;
}

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

.rb-card-image-placeholder[b-ij468cxcz5] {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #8ca0b3;
    font-size: 1.4rem;
}

.rb-card-body[b-ij468cxcz5] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.rb-card-head[b-ij468cxcz5] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.rb-card-head h2[b-ij468cxcz5] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rb-fav-btn[b-ij468cxcz5] {
    border: 1px solid #d1dbe5;
    background: #fff;
    color: #3f5368;
    border-radius: 8px;
    width: 2rem;
    height: 2rem;
}

.rb-fav-btn.is-fav[b-ij468cxcz5] {
    color: #d91f6f;
    border-color: rgba(217, 31, 111, 0.4);
    background: #fff4f9;
}

.rb-tag-row[b-ij468cxcz5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.rb-tag[b-ij468cxcz5] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    background: #edf8ff;
    color: #205779;
    border: 1px solid #cce9ff;
    border-radius: 999px;
    padding: 0.2rem 0.5rem;
}

.rb-macro-grid[b-ij468cxcz5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
}

.rb-macro-grid div[b-ij468cxcz5] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.35rem;
    text-align: center;
    background: #fcfdff;
}

.rb-macro-grid span[b-ij468cxcz5] {
    display: block;
    color: #6e7f91;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rb-macro-grid strong[b-ij468cxcz5] {
    font-size: 0.88rem;
}

.rb-card-actions[b-ij468cxcz5] {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.rb-card-actions .btn[b-ij468cxcz5] {
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 0.7rem;
}

.rb-empty[b-ij468cxcz5] {
    border: 1px dashed #cad6e2;
    border-radius: 8px;
    background: #fbfdff;
    color: #51657a;
    padding: 1rem;
    text-align: center;
}

.rb-modal-backdrop[b-ij468cxcz5] {
    position: fixed;
    inset: 0;
    z-index: 2600;
    background: rgba(12, 18, 31, 0.56);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.rb-modal[b-ij468cxcz5] {
    width: min(980px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rb-modal-head[b-ij468cxcz5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #edf2f7;
}

.rb-modal-head h3[b-ij468cxcz5] {
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.rb-close-btn[b-ij468cxcz5] {
    border: 1px solid #d8e2ec;
    background: #fff;
    border-radius: 999px;
}

.rb-modal-body[b-ij468cxcz5] {
    padding: 1rem;
    overflow-y: auto;
    display: grid;
    gap: 0.9rem;
}

.rb-modal-hero[b-ij468cxcz5] {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 0.9rem;
}

.rb-modal-image[b-ij468cxcz5] {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 300px;
}

.rb-modal-macros[b-ij468cxcz5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.rb-modal-macros div[b-ij468cxcz5] {
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    padding: 0.55rem;
    background: #f9fcff;
}

.rb-modal-macro-card[b-ij468cxcz5] {
    min-height: 132px;
    display: grid;
    align-content: start;
    gap: 0.4rem;
}

.rb-modal-macros span[b-ij468cxcz5] {
    display: block;
    color: #64788c;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.rb-modal-macros strong[b-ij468cxcz5] {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0f1b29;
    margin-bottom: 0.15rem;
}

.rb-modal-macro-note[b-ij468cxcz5] {
    margin-top: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.25rem 0.5rem;
    width: fit-content;
}

.rb-modal-macro-note.high[b-ij468cxcz5] {
    background: #ecfeff;
    color: #0f766e;
    border: 1px solid #99f6e4;
}

.rb-modal-macro-note.low[b-ij468cxcz5] {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.rb-modal-macro-note.balanced[b-ij468cxcz5] {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.rb-modal-grid[b-ij468cxcz5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.rb-modal-grid h4[b-ij468cxcz5] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.45rem;
}

.rb-modal-grid ul[b-ij468cxcz5],
.rb-modal-grid ol[b-ij468cxcz5] {
    margin: 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 0.35rem;
    color: #1f2b38;
}

@media (max-width: 992px) {
    .rb-plan-grid[b-ij468cxcz5] {
        grid-template-columns: 1fr;
    }

    .rb-plan-preview-item[b-ij468cxcz5] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .rb-plan-selected[b-ij468cxcz5] {
        flex-direction: column;
        align-items: stretch;
    }

    .rb-plan-launch[b-ij468cxcz5] {
        align-items: stretch;
    }

    .rb-filter-grid[b-ij468cxcz5] {
        grid-template-columns: 1fr;
    }

    .rb-grid[b-ij468cxcz5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rb-modal-hero[b-ij468cxcz5],
    .rb-modal-grid[b-ij468cxcz5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .rb-grid[b-ij468cxcz5] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Recipes.razor.rz.scp.css */
.kyn-recipe-image-url[b-kf2vgopbzt] {
    max-width: 360px;
}

.kyn-recipe-preview-wrap[b-kf2vgopbzt] {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.5rem;
    background: #f8fafc;
    display: inline-block;
}

.kyn-recipe-preview[b-kf2vgopbzt] {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 0.55rem;
}

.kyn-category-multiselect[b-kf2vgopbzt] {
    min-height: 120px;
}

.kyn-recipe-form-panel[b-kf2vgopbzt] {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #f8fafc;
    padding: 0.75rem;
}

.kyn-recipe-textarea[b-kf2vgopbzt] {
    resize: vertical;
}
