/* /Layout/AdminLayout.razor.rz.scp.css */
.page[b-ymnytrvua6] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ymnytrvua6] {
    flex: 1;
}

.content[b-ymnytrvua6] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
/* /Layout/AdminNavMenu.razor.rz.scp.css */
.cuisines-navbar[b-mua3del85x] {
    background: #1a1a1a;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #2c2c2c;
}

.navbar-brand[b-mua3del85x] {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.brand-icon[b-mua3del85x] {
    flex-shrink: 0;
}

.brand-my[b-mua3del85x] {
    color: #ffffff !important;
}

.brand-curries[b-mua3del85x] {
    color: #f0812e !important;
}

.brand-suffix[b-mua3del85x] {
    color: #a8a8a8 !important;
    font-weight: 600;
    font-size: 1rem;
}

.navbar-toggler[b-mua3del85x] {
    border: 1px solid #3a3a3a;
    filter: invert(1);
}

.navbar-nav[b-mua3del85x] {
    gap: 0.5rem;
}

/* NavLink renders its <a> via a child component, so Blazor's scope attribute never
   reaches it - ::deep is required for scoped CSS to match it. */
[b-mua3del85x] .nav-link {
    background-color: #f0812e !important;
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.5rem 1.1rem !important;
    border-radius: 999px;
    display: inline-block;
    text-decoration: none !important;
}

[b-mua3del85x] .nav-link:hover,
[b-mua3del85x] .nav-link:visited {
    color: #1a1a1a !important;
}

[b-mua3del85x] .nav-link:hover {
    background-color: #ffb26b !important;
}

[b-mua3del85x] .nav-link.active {
    background-color: #ffb26b !important;
    color: #1a1a1a !important;
}

button.nav-link[b-mua3del85x] {
    border: none;
    background: none;
}
/* /Layout/BasketSidebar.razor.rz.scp.css */
.basket-sidebar[b-f60n523sf1] {
    width: 300px;
    flex-shrink: 0;
    background: #1e1e1e;
    border-left: 1px solid #2c2c2c;
    padding: 1.25rem 1rem;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.basket-sidebar h5[b-f60n523sf1] {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.basket-empty[b-f60n523sf1] {
    color: #7a7a7a;
    font-size: 0.9rem;
}

.basket-lines[b-f60n523sf1] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.basket-line[b-f60n523sf1] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #232323;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 0.5rem 0.6rem;
}

.basket-line-name[b-f60n523sf1] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
}

.basket-line-spice[b-f60n523sf1] {
    font-size: 0.75rem;
    font-weight: 400;
    color: #a8a8a8;
}

.basket-line-price[b-f60n523sf1] {
    font-size: 0.8rem;
    color: #f0812e;
    font-weight: 600;
}

.basket-remove[b-f60n523sf1] {
    background: none;
    border: none;
    color: #7a7a7a;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 0 0.5rem;
}

.basket-remove:hover[b-f60n523sf1] {
    color: #f0812e;
}

.basket-subtotal[b-f60n523sf1] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #ffffff;
    border-top: 1px solid #333333;
    padding-top: 0.75rem;
    margin-bottom: 1rem;
}

.btn-continue[b-f60n523sf1] {
    width: 100%;
    background: #f0812e;
    color: #1a1a1a;
    border: none;
    border-radius: 999px;
    padding: 0.65rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-continue:hover[b-f60n523sf1] {
    background: #ffb26b;
}

@media (max-width: 900px) {
    .basket-sidebar[b-f60n523sf1] {
        width: 100%;
        height: auto;
        position: static;
        border-left: none;
        border-top: 1px solid #2c2c2c;
    }
}
/* /Layout/ConfirmDialog.razor.rz.scp.css */
.confirm-overlay[b-aw61yn0kgk] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 1rem;
}

.confirm-modal[b-aw61yn0kgk] {
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 16px;
    max-width: 420px;
    width: 100%;
    padding: 1.75rem;
    text-align: left;
    box-shadow: var(--shadow-soft);
}

.confirm-modal h4[b-aw61yn0kgk] {
    margin-bottom: 0.75rem;
}

.confirm-modal p[b-aw61yn0kgk] {
    color: var(--text-gray);
    margin-bottom: 1.5rem;
}

.confirm-actions[b-aw61yn0kgk] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Layout/Footer.razor.rz.scp.css */
.site-footer[b-bjnpb1pson] {
    background: #141414;
    border-top: 1px solid #2c2c2c;
    padding: 3rem 2rem 1.5rem;
    margin-top: 3rem;
}

.footer-grid[b-bjnpb1pson] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-logo[b-bjnpb1pson] {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.brand-icon[b-bjnpb1pson] {
    flex-shrink: 0;
}

.brand-my[b-bjnpb1pson] {
    color: #ffffff;
}

.brand-curries[b-bjnpb1pson] {
    color: #f0812e;
}

.footer-brand p[b-bjnpb1pson] {
    color: #7a7a7a;
    font-size: 0.9rem;
    max-width: 320px;
}

.footer-links h6[b-bjnpb1pson] {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.footer-links ul[b-bjnpb1pson] {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #a8a8a8;
    font-size: 0.9rem;
}

.footer-links li[b-bjnpb1pson] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-bjnpb1pson] {
    color: #a8a8a8;
    text-decoration: none;
}

.footer-links a:hover[b-bjnpb1pson] {
    color: #f0812e;
}

.footer-bottom[b-bjnpb1pson] {
    max-width: 1100px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #2c2c2c;
    color: #6a6a6a;
    font-size: 0.8rem;
    text-align: center;
}

@media (max-width: 700px) {
    .footer-grid[b-bjnpb1pson] {
        grid-template-columns: 1fr;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0w6x4hoj8a] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.body-row[b-0w6x4hoj8a] {
    display: flex;
    flex: 1;
    align-items: stretch;
}

main[b-0w6x4hoj8a] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.content[b-0w6x4hoj8a] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    flex: 1;
}

@media (max-width: 900px) {
    .body-row[b-0w6x4hoj8a] {
        flex-direction: column;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.cuisines-navbar[b-1kr7h1rnx6] {
    background: #1a1a1a;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #2c2c2c;
}

.navbar-brand[b-1kr7h1rnx6] {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.brand-icon[b-1kr7h1rnx6] {
    flex-shrink: 0;
}

.brand-my[b-1kr7h1rnx6] {
    color: #ffffff !important;
}

.brand-curries[b-1kr7h1rnx6] {
    color: #f0812e !important;
}

.navbar-toggler[b-1kr7h1rnx6] {
    border: 1px solid #3a3a3a;
    filter: invert(1);
}

.navbar-nav[b-1kr7h1rnx6] {
    gap: 0.5rem;
}

/* NavLink renders its <a> via a child component, so Blazor's scope attribute never
   reaches it - ::deep is required for scoped CSS to match it. */
[b-1kr7h1rnx6] .nav-link {
    background-color: #f0812e !important;
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.5rem 1.1rem !important;
    border-radius: 999px;
    display: inline-block;
    text-decoration: none !important;
}

[b-1kr7h1rnx6] .nav-link:hover,
[b-1kr7h1rnx6] .nav-link:visited {
    color: #1a1a1a !important;
}

[b-1kr7h1rnx6] .nav-link:hover {
    background-color: #ffb26b !important;
}

[b-1kr7h1rnx6] .nav-link.active {
    background-color: #ffb26b !important;
    color: #1a1a1a !important;
}

button.nav-link[b-1kr7h1rnx6] {
    border: none;
    background: none;
}
/* /Pages/AdminChefs.razor.rz.scp.css */
.admin-chef-overlay[b-goiwpvflq6] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.admin-chef-modal[b-goiwpvflq6] {
    position: relative;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 16px;
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    text-align: left;
    box-shadow: var(--shadow-soft);
}

.close-btn[b-goiwpvflq6] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-orange);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    font-size: 1.3rem;
    line-height: 1;
    color: #1a1a1a;
    cursor: pointer;
}

.close-btn:hover[b-goiwpvflq6] {
    background: #ffb26b;
}
/* /Pages/AdminDishes.razor.rz.scp.css */
.admin-dish-overlay[b-src7eaql5c] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.admin-dish-modal[b-src7eaql5c] {
    position: relative;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 16px;
    max-width: 760px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    text-align: left;
    box-shadow: var(--shadow-soft);
}

.admin-dish-photo-preview[b-src7eaql5c] {
    max-width: 100%;
    max-height: 220px;
    border-radius: 10px;
    border: 1px solid var(--border-dark);
}

.admin-dish-icon-preview[b-src7eaql5c] {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-dark);
}

.close-btn[b-src7eaql5c] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-orange);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    font-size: 1.3rem;
    line-height: 1;
    color: #1a1a1a;
    cursor: pointer;
}

.close-btn:hover[b-src7eaql5c] {
    background: #ffb26b;
}
/* /Pages/Cart.razor.rz.scp.css */
.qty-stepper[b-orn4hjmdpz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.qty-value[b-orn4hjmdpz] {
    min-width: 1.5rem;
    text-align: center;
    color: var(--text-white);
    font-weight: 600;
}
/* /Pages/Dishes.razor.rz.scp.css */
.dish-photo-preview[b-cxfoprqt3u] {
    max-width: 100%;
    max-height: 220px;
    border-radius: 10px;
    border: 1px solid var(--border-dark);
}

.dish-icon-preview[b-cxfoprqt3u] {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-dark);
}
/* /Pages/Home.razor.rz.scp.css */
.landing[b-33hf88ce2s] {
    padding-bottom: 1rem;
}

/* Hero */
.hero[b-33hf88ce2s] {
    text-align: center;
    padding: 2.5rem 1rem 1.5rem;
}

.hero h1[b-33hf88ce2s] {
    font-size: 2.3rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.accent[b-33hf88ce2s] {
    color: var(--accent-orange);
}

.brand-my[b-33hf88ce2s] {
    color: var(--text-white);
}

.hero-sub[b-33hf88ce2s] {
    color: var(--text-gray);
    max-width: 480px;
    margin: 0 auto 1.5rem;
}

/* About / Why Choose Us */
.about-section[b-33hf88ce2s] {
    margin: 2.5rem 0;
    padding: 2rem 2.5rem;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 16px;
}

.about-section h2[b-33hf88ce2s] {
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
    max-width: 900px;
}

.about-columns[b-33hf88ce2s] {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
}

.about-section p[b-33hf88ce2s] {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .about-columns[b-33hf88ce2s] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.about-section h3[b-33hf88ce2s] {
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.about-list[b-33hf88ce2s] {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--text-gray);
}

.about-list li[b-33hf88ce2s] {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.about-list li:last-child[b-33hf88ce2s] {
    margin-bottom: 0;
}

.about-list li[b-33hf88ce2s]::before {
    content: '\2713';
    color: var(--accent-orange);
    position: absolute;
    left: 0;
    font-weight: 700;
}

.about-list li strong[b-33hf88ce2s] {
    color: var(--text-white);
}

.hero-art[b-33hf88ce2s] {
    position: relative;
    width: 260px;
    height: 180px;
    margin: 2rem auto 0;
}

.hero-art-glow[b-33hf88ce2s] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(240, 129, 46, .35), transparent 70%);
    filter: blur(12px);
}

.hero-bowl[b-33hf88ce2s] {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Section heading row */
.section-heading[b-33hf88ce2s] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 2.5rem 0 1rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.section-heading h2[b-33hf88ce2s] {
    margin: 0;
    font-size: 1.5rem;
}

.section-sub[b-33hf88ce2s] {
    color: var(--text-gray);
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
}

/* Sections read left-to-right, top-to-bottom in DisplayOrder: each row holds however
   many sections add up to 5-6 total dishes (computed in code), and a section's share of
   the row width is proportional to how many dishes it's showing. */
.section-row[b-33hf88ce2s] {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.section-row .carousel-section[b-33hf88ce2s] {
    flex-basis: 0;
    min-width: 0;
}

.section-row .section-heading[b-33hf88ce2s] {
    margin-top: 0;
}

@media (max-width: 700px) {
    .section-row[b-33hf88ce2s] {
        flex-direction: column;
    }
}

/* Horizontal scroll rows */
.scroll-row[b-33hf88ce2s] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
}

.scroll-row[b-33hf88ce2s]::-webkit-scrollbar {
    display: none;
}

.scroll-card[b-33hf88ce2s] {
    flex: 1 1 160px;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s ease;
}

.scroll-card:hover[b-33hf88ce2s] {
    transform: translateY(-4px);
}

.scroll-card-art[b-33hf88ce2s] {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(240, 129, 46, .18), transparent 70%);
}

.scroll-card-art img[b-33hf88ce2s] {
    width: 76px;
    height: 76px;
}

.scroll-card-art.has-photo[b-33hf88ce2s] {
    background: none;
    padding: 0;
}

.scroll-card-art.has-photo img[b-33hf88ce2s] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-card-label[b-33hf88ce2s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.9rem;
    gap: 0.5rem;
}

.scroll-card-label span[b-33hf88ce2s] {
    color: var(--text-white);
    font-weight: 600;
    font-size: 0.88rem;
}

.mini-arrow[b-33hf88ce2s] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent-orange);
    color: #1a1a1a;
    border: none;
    flex-shrink: 0;
    font-weight: 700;
}

/* Category cards */
.category-card[b-33hf88ce2s] {
    flex: 0 0 160px;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 14px;
    padding: 1.25rem 1rem;
    cursor: pointer;
    text-align: center;
}

.category-card:hover[b-33hf88ce2s] {
    border-color: var(--accent-orange);
}

.category-card-label[b-33hf88ce2s] {
    color: var(--text-white);
    font-weight: 600;
}

.category-card-count[b-33hf88ce2s] {
    color: var(--text-gray);
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

/* Feature section */
.feature-section[b-33hf88ce2s] {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.feature-text[b-33hf88ce2s] {
    flex: 1;
    min-width: 260px;
}

.feature-list[b-33hf88ce2s] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
    color: var(--text-gray);
}

.feature-list li[b-33hf88ce2s] {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.6rem;
}

.feature-list li[b-33hf88ce2s]::before {
    content: '\2713';
    color: var(--accent-orange);
    position: absolute;
    left: 0;
    font-weight: 700;
}

.feature-art[b-33hf88ce2s] {
    flex: 1;
    min-width: 260px;
    position: relative;
}

.feature-art-glow[b-33hf88ce2s] {
    position: absolute;
    inset: 10%;
    background: radial-gradient(circle, rgba(240, 129, 46, .25), transparent 70%);
    filter: blur(20px);
}

.feature-art-grid[b-33hf88ce2s] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.feature-art-grid img[b-33hf88ce2s] {
    width: 100%;
    aspect-ratio: 1;
    background: var(--bg-panel);
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid var(--border-dark);
}

.feature-art-grid img.has-photo[b-33hf88ce2s] {
    object-fit: cover;
    padding: 0;
}

/* Fan favorites */
.fan-grid[b-33hf88ce2s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 1rem;
}

/* CTA banner */
.cta-banner[b-33hf88ce2s] {
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    margin: 3rem 0;
}

.cta-banner p[b-33hf88ce2s] {
    color: var(--text-gray);
    margin-bottom: 1.25rem;
}

/* All dishes (functional catalog) */
.all-dishes[b-33hf88ce2s] {
    margin-top: 1rem;
}

.kitchen-filter[b-33hf88ce2s] {
    max-width: 280px;
    margin: 0 0 1.5rem;
}

.dish-grid[b-33hf88ce2s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.25rem;
}

.dish-tile[b-33hf88ce2s] {
    position: relative;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 12px;
    padding: 1rem 0.75rem 0.75rem;
    text-align: center;
    cursor: pointer;
    box-shadow: var(--shadow-card);
    transition: transform 0.15s ease, border-color 0.15s ease;
}

.dish-tile:hover[b-33hf88ce2s] {
    transform: translateY(-3px);
    border-color: var(--accent-orange);
}

.dish-icon[b-33hf88ce2s] {
    width: 64px;
    height: 64px;
    margin-bottom: 0.5rem;
}

.dish-icon.has-photo[b-33hf88ce2s] {
    border-radius: 8px;
    object-fit: cover;
}

.dish-name[b-33hf88ce2s] {
    font-weight: 600;
    color: var(--text-white);
    font-size: 0.95rem;
    line-height: 1.2;
    min-height: 2.3em;
}

.dish-weight[b-33hf88ce2s] {
    color: var(--text-gray-dim);
    font-size: 0.78rem;
    margin-top: 0.15rem;
}

.dish-price[b-33hf88ce2s] {
    color: var(--accent-orange);
    font-weight: 700;
    margin-top: 0.25rem;
}

.basket-btn[b-33hf88ce2s] {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--accent-orange);
    border: 2px solid var(--bg-page);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
    cursor: pointer;
}

.basket-btn:hover[b-33hf88ce2s] {
    background: #ffb26b;
}

.basket-btn img[b-33hf88ce2s] {
    width: 18px;
    height: 18px;
    filter: invert(1);
}

/* Recipe detail modal */
.recipe-overlay[b-33hf88ce2s] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.recipe-cover[b-33hf88ce2s] {
    position: relative;
    background: var(--bg-panel);
    border: 1px solid var(--border-dark);
    border-radius: 16px;
    max-width: 480px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 2rem;
    text-align: left;
    box-shadow: var(--shadow-soft);
}

.recipe-cover-header[b-33hf88ce2s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.recipe-cover-header.has-photo[b-33hf88ce2s] {
    margin: -2rem -2rem 1rem;
    padding: 1rem 3rem;
    height: 320px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 16px 16px 0 0;
    background-size: cover;
    background-position: center;
}

.recipe-cover-header.has-photo .recipe-cover-icon[b-33hf88ce2s] {
    display: none;
}

.recipe-cover-header.has-photo .category-badge[b-33hf88ce2s] {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

.recipe-cover-icon[b-33hf88ce2s] {
    width: 56px;
    height: 56px;
}

.category-badge[b-33hf88ce2s] {
    background: rgba(240, 129, 46, 0.15);
    color: var(--accent-orange);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
}

.also-called[b-33hf88ce2s] {
    color: var(--text-gray-dim);
    font-style: italic;
    font-size: 0.88rem;
    margin: -0.5rem 0 0.75rem;
}

.recipe-meta[b-33hf88ce2s] {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.recipe-description[b-33hf88ce2s] {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.ingredient-section[b-33hf88ce2s] {
    margin-bottom: 1.1rem;
}

.ingredient-section h6[b-33hf88ce2s] {
    color: var(--text-gray-dim);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}

.tag-row[b-33hf88ce2s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ingredient-tag[b-33hf88ce2s] {
    background: var(--bg-panel-alt);
    border: 1px solid var(--border-dark);
    color: var(--text-white);
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
}

.recipe-cover-footer[b-33hf88ce2s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-dark);
}

.modal-selectors[b-33hf88ce2s] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.modal-selector-divider[b-33hf88ce2s] {
    width: 2px;
    align-self: stretch;
    background: var(--accent-orange);
    border-radius: 1px;
    opacity: 0.7;
}

.modal-spice-selector[b-33hf88ce2s] {
    display: flex;
    gap: 0.5rem;
}

.price-add-group[b-33hf88ce2s] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-left: auto;
}

.recipe-price[b-33hf88ce2s] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent-orange);
    white-space: nowrap;
}

.close-btn[b-33hf88ce2s] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-orange);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    font-size: 1.3rem;
    line-height: 1;
    color: #1a1a1a;
    cursor: pointer;
}

.close-btn:hover[b-33hf88ce2s] {
    background: #ffb26b;
}
