/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xk4qp8ndd6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xk4qp8ndd6] {
    flex: 1;
}

.sidebar[b-xk4qp8ndd6] {
    /* This is the default but damn is it terrible...*/
    /*
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    */
}

.top-row[b-xk4qp8ndd6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xk4qp8ndd6]  a, .top-row[b-xk4qp8ndd6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xk4qp8ndd6]  a:hover, .top-row[b-xk4qp8ndd6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xk4qp8ndd6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768) {
    .top-row[b-xk4qp8ndd6] {
        justify-content: space-between;
    }

    .top-row[b-xk4qp8ndd6]  a, .top-row[b-xk4qp8ndd6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .page[b-xk4qp8ndd6] {
        flex-direction: row;
    }

    .sidebar[b-xk4qp8ndd6] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xk4qp8ndd6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xk4qp8ndd6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xk4qp8ndd6], article[b-xk4qp8ndd6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0acdp4lt44] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0acdp4lt44] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0acdp4lt44] {
    font-size: 1.1rem;
}

.bi[b-0acdp4lt44] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0acdp4lt44] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-plus-square-fill-nav-menu[b-0acdp4lt44] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0acdp4lt44] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' 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");
}

.nav-item[b-0acdp4lt44] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0acdp4lt44] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0acdp4lt44] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0acdp4lt44]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0acdp4lt44]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0acdp4lt44]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 769px) {
    .navbar-toggler[b-0acdp4lt44] {
        display: none;
    }

    .collapse[b-0acdp4lt44] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0acdp4lt44] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-iu4off2qso] {
    /* Base font for all text */
    --font-family-base: 'Montserrat', system-ui, -apple-system, sans-serif;
    /* Font weights */
    --weight-light: 300;
    --weight-normal: 400;
    --weight-medium: 500;
    --weight-bold: 700;
    --weight-bolder: 1000;
    /* Modern Fluid Typography Scale */
    --text-xs: 0.75rem; /* Captions */
    --text-sm: 0.875rem; /* Sidebar links / Secondary info */
    --text-base: 1rem; /* Body text */
    --text-xl: 1.25rem; /* Recipe Card Titles */
    --text-2xl: 1.5rem; /* Page Titles */
    --text-3xl: 2rem; /* Brand Title */
    /* Text Color */
    --text-light: black;
    --text-dark: white;
    /* Elevations and shapes */
    --base-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --radius-lg: 1rem;
    /* Transitions */
    --smooth: all 0.25s ease-in-out;
    --content-max-width: 1200px;
    --gutter: 2rem;
}

/* 1. Layout Container */
.dashboard-wrapper[b-iu4off2qso] {
    width: 100%;
    min-height: 100vh;
}

.dashboard-container[b-iu4off2qso] {
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* 2. Header */
.dashboard-header[b-iu4off2qso] {
    margin-bottom: 1rem;
}

.subtitle[b-iu4off2qso] {
    font-family: var(--font-family-base);
    font-size: var(--text-base);
    color: #64748b; /* Slate-500 */
    margin-top: 0.5rem;
    font-weight: var(--weight-normal);
}

/* 3. Cards Base Styling */
.stat-card[b-iu4off2qso], .content-card[b-iu4off2qso] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--base-shadow);
    padding: 1.5rem;
    border: 1px solid rgba(0,0,0,0.05); /* Subtle border definition */
    transition: var(--smooth);
}

    .stat-card:hover[b-iu4off2qso], .content-card:hover[b-iu4off2qso] {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    }

/* 4. Statistics Grid (Top Row) */
.stats-grid[b-iu4off2qso] {
    display: grid;
    /* Auto-fit creates responsive columns that wrap automatically */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.stat-card[b-iu4off2qso] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-info[b-iu4off2qso] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-label[b-iu4off2qso] {
    font-family: var(--font-family-base);
    font-size: var(--text-sm);
    color: #64748b;
    font-weight: var(--weight-medium);
}

.stat-value[b-iu4off2qso] {
    font-family: var(--font-family-base);
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
    color: var(--text-light);
}

/* Icon Boxes */
.stat-icon[b-iu4off2qso] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.icon-green[b-iu4off2qso] {
    background-color: #dcfce7;
    color: #16a34a;
}

.icon-blue[b-iu4off2qso] {
    background-color: #dbeafe;
    color: #2563eb;
}

.icon-purple[b-iu4off2qso] {
    background-color: #f3e8ff;
    color: #9333ea;
}

.icon-orange[b-iu4off2qso] {
    background-color: #ffedd5;
    color: #ea580c;
}


/* 5. Main Split (Bottom Row) */
.main-split[b-iu4off2qso] {
    display: grid;
    /* 40% left, 60% right roughly */
    grid-template-columns: 1fr 1.5fr;
    gap: 1.5rem;
}

.section-title[b-iu4off2qso] {
    font-family: var(--font-family-base);
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
    color: var(--text-light);
    margin: 0 0 1.5rem 0;
}

/* Left Column: Actions */
.action-stack[b-iu4off2qso] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.full-width[b-iu4off2qso] {
    width: 100%;
    max-width: 100%; /* Override the 250px from global if needed */
    justify-content: center;
    padding: 1rem;
    font-size: 1rem;
}

/* Right Column: Activity Feed */
.activity-list[b-iu4off2qso] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.activity-item[b-iu4off2qso] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.dot[b-iu4off2qso] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px; /* Align with first line of text */
    flex-shrink: 0;
}

.dot-green[b-iu4off2qso] {
    background-color: #10b981;
}

.activity-text[b-iu4off2qso] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-family: var(--font-family-base);
}

.act-main[b-iu4off2qso] {
    font-size: var(--text-base);
    color: #334155;
}

.act-time[b-iu4off2qso] {
    font-size: var(--text-xs);
    color: #94a3b8;
}

/* 6. Responsive Adjustments */
@media (max-width: 1024px) {
    .main-split[b-iu4off2qso] {
        grid-template-columns: 1fr; /* Stack vertically on tablets */
    }
}

@media (max-width: 768px) {
    .dashboard-wrapper[b-iu4off2qso] {
        padding-left: 0; /* Remove side padding */
        padding-bottom: 80px; /* Add bottom padding for mobile nav */
    }

    .dashboard-container[b-iu4off2qso] {
        padding: 1.5rem; /* Smaller padding on phone */
    }

    .stats-grid[b-iu4off2qso] {
        grid-template-columns: 1fr; /* 1 column cards on phone */
    }
}
/* /Pages/Pantry.razor.rz.scp.css */
:root[b-lm6f78c8vx] {
    /* Base font for all text */
    --font-family-base: 'Montserrat', system-ui, -apple-system, sans-serif;
    /* Font weights */
    --weight-light: 300;
    --weight-normal: 400;
    --weight-medium: 500;
    --weight-bold: 700;
    --weight-bolder: 1000;
    /* Modern Fluid Typography Scale */
    --text-xs: 0.75rem; /* Captions */
    --text-sm: 0.875rem; /* Sidebar links / Secondary info */
    --text-base: 1rem; /* Body text */
    --text-xl: 1.25rem; /* Recipe Card Titles */
    --text-2xl: 1.5rem; /* Page Titles */
    --text-3xl: 2rem; /* Brand Title */
    /* Text Color */
    --text-light: black;
    --text-dark: white;
    /* Elevations and shapes */
    --base-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --radius-lg: 1rem;
    /* Transitions */
    --smooth: all 0.25s ease-in-out;
    --content-max-width: 1200px;
    --gutter: 2rem;
}

/* 3. Grid Layout */
.pantry-grid[b-lm6f78c8vx] {
    display: grid;
    /* Two columns on desktop, auto-stacking */
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
    align-items: start; /* Prevents cards from stretching to match height */
}

/* 4. Shopping Card Container */
.shopping-card[b-lm6f78c8vx] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--base-shadow);
    overflow: hidden; /* Ensures header background doesn't bleed */
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

/* 5. Card Header Section */
.card-header-section[b-lm6f78c8vx] {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    background-color: white;
    border-bottom: 1px solid transparent;
}

    /* The Blue Tint variant for shared lists */
    .card-header-section.shared-bg[b-lm6f78c8vx] {
        background-color: #eff6ff; /* Very light blue (Tailwind blue-50) */
    }

.header-top[b-lm6f78c8vx] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.list-title[b-lm6f78c8vx] {
    font-family: var(--font-family-base);
    font-size: 1.125rem;
    font-weight: var(--weight-bold);
    margin: 0;
    color: var(--text-light);
}

.badge-shared[b-lm6f78c8vx] {
    font-size: 0.75rem;
    color: #3b82f6;
    background: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    border: 1px solid #dbeafe;
    font-weight: var(--weight-medium);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Progress Bar */
.progress-info[b-lm6f78c8vx] {
    font-size: var(--text-xs);
    color: #64748b;
    margin-bottom: 0.5rem;
}

.progress-bar-track[b-lm6f78c8vx] {
    width: 100%;
    height: 6px;
    background-color: #e2e8f0; /* Grey track */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-bar-fill[b-lm6f78c8vx] {
    height: 100%;
    background-color: #2563eb; /* Blue fill */
    border-radius: 10px;
    transition: width 0.3s ease;
}

.shared-with[b-lm6f78c8vx] {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
}

/* 6. Card Body & Items */
.card-body[b-lm6f78c8vx] {
    padding: 1.5rem;
}

.items-list[b-lm6f78c8vx] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.item-row[b-lm6f78c8vx] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

/* Text Styling */
.item-details[b-lm6f78c8vx] {
    display: flex;
    flex-direction: column;
}

.item-name[b-lm6f78c8vx] {
    font-size: var(--text-base);
    font-weight: var(--weight-medium);
    color: var(--text-light);
}

    .item-name.strikethrough[b-lm6f78c8vx] {
        text-decoration: line-through;
        color: #94a3b8;
    }

.item-qty[b-lm6f78c8vx] {
    font-size: var(--text-xs);
    color: #94a3b8;
}

/* 7. Inputs & Footers */
.add-item-row[b-lm6f78c8vx] {
    display: flex;
    gap: 0.5rem;
}

.add-input[b-lm6f78c8vx] {
    flex-grow: 1;
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    font-size: var(--text-sm);
    outline: none;
    transition: var(--smooth);
}

    .add-input:focus[b-lm6f78c8vx] {
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    }


.card-footer-action[b-lm6f78c8vx] {
    border-top: 1px solid #f1f5f9;
    padding-top: 1rem;
}

.share-btn[b-lm6f78c8vx] {
    width: 100%;
    padding: 0.6rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    color: #475569;
    font-weight: var(--weight-medium);
    font-size: var(--text-sm);
    cursor: pointer;
    transition: var(--smooth);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.share-btn.disabled[b-lm6f78c8vx] {
    background-color: #f1f5f9;
    border-color: #e2e8f0;
    color: #94a3b8;
    pointer-events: none;
    cursor: not-allowed;
}

    .share-btn:hover[b-lm6f78c8vx] {
        background-color: #f8fafc;
        border-color: #cbd5e1;
        color: #1e293b;
    }

/* 8. Mobile Optimization */
@media (max-width: 640px) {
    .page-wrapper[b-lm6f78c8vx] {
        padding-left: 0;
        padding-bottom: 80px;
    }

    .content-container[b-lm6f78c8vx] {
        padding: 1.5rem;
    }

    .pantry-grid[b-lm6f78c8vx] {
        grid-template-columns: 1fr; /* Stack cards on mobile */
    }
}


.btn-delete-item[b-lm6f78c8vx] {
    display: flex;
    background: none;
    border: none;
    color: red;
    opacity: 0.3;
    cursor: pointer;
    margin-left: auto; /* Push to right */
    font-size: 1.75rem;
    transition: opacity 0.2s;
}

.item-row:hover .btn-delete-item[b-lm6f78c8vx] {
    opacity: 1;
}

/* Editable Title Input */
.list-title-input[b-lm6f78c8vx] {
    flex-grow: 1;
    font-size: 1.5rem; /* Matches h3 size */
    font-weight: 600;
    height: 40px;
    color: #1f2937;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 2px 2px;
    width: 100%;
    transition: all 0.2s;
}

    .list-title-input:hover[b-lm6f78c8vx] {
        border-color: #e5e7eb; /* Light gray border on hover to show it's editable */
    }

    .list-title-input:focus[b-lm6f78c8vx] {
        outline: none;
        background-color: #fff;
        border-color: #3b82f6; /* Blue border on focus */
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
    }

/* Delete List Button (Footer) */
.delete-list-btn[b-lm6f78c8vx] {
    display: flex;
    align-items: center;
    background: none;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 1.5rem;
    margin-left: auto; /* Push to the right */
    transition: var(--smooth);
    border-radius: 12px;
}

    .delete-list-btn:hover[b-lm6f78c8vx] {
        color: #ef4444; /* Red on hover */
        border: 1px solid red;
    }

/* --- Header Actions --- */
.icon-action-btn[b-lm6f78c8vx] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #94a3b8; /* Slate-400 */
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.1rem;
}

    .icon-action-btn:hover[b-lm6f78c8vx] {
        background-color: #f1f5f9;
        color: #475569;
    }

    .icon-action-btn.active[b-lm6f78c8vx] {
        background-color: #eff6ff; /* Light Blue bg */
        color: #3b82f6; /* Blue text */
    }

/* --- Settings Panel --- */
.settings-panel[b-lm6f78c8vx] {
    padding: 0.5rem;
    animation: fadeIn-b-lm6f78c8vx 0.2s ease-in-out;
}

@keyframes fadeIn-b-lm6f78c8vx {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.settings-title[b-lm6f78c8vx] {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* Setting Rows */
.setting-row[b-lm6f78c8vx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.setting-info[b-lm6f78c8vx] {
    display: flex;
    flex-direction: column;
}

.setting-label[b-lm6f78c8vx] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.setting-desc[b-lm6f78c8vx] {
    font-size: 0.8rem;
    color: #64748b;
}

/* Members Section */
.members-section[b-lm6f78c8vx] {
    background-color: #f8fafc; /* Very light slate */
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border: 1px solid #e2e8f0;
}

.member-chips[b-lm6f78c8vx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

/* The Member Chip base */
.member-chip[b-lm6f78c8vx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 4px 10px;
    border-radius: 20px;
    transition: var(--smooth);
    border: 2px solid transparent;
}

    .member-chip.pending[b-lm6f78c8vx] {
        border: 2px dashed #eab308; /* Yellow-500 */
        background-color: #fefce8;
        opacity: 0.8;
    }

    .member-chip.accepted[b-lm6f78c8vx] {
        border: 2px solid #22c55e; /* Green-500 */
        background-color: #f0fdf4;
    }

.member-initial[b-lm6f78c8vx] {
    width: 24px;
    height: 24px;
    background-color: #3b82f6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
}

.remove-member-btn[b-lm6f78c8vx] {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 1rem;
    padding: 0 2px;
    display: flex;
}

    .remove-member-btn:hover[b-lm6f78c8vx] {
        color: #ef4444;
    }

.add-member-row[b-lm6f78c8vx] {
    display: flex;
    gap: 0.5rem;
}

/* Danger Zone */
.settings-divider[b-lm6f78c8vx] {
    height: 1px;
    background-color: #e2e8f0;
    margin: 1rem 0;
}

.delete-list-btn-full[b-lm6f78c8vx] {
    width: 100%;
    padding: 0.75rem;
    border: 1px dashed #fca5a5; /* Light Red Dashed */
    color: #ef4444;
    background: #fef2f2;
    border-radius: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .delete-list-btn-full:hover[b-lm6f78c8vx] {
        background: #fee2e2;
        border-color: #ef4444;
    }


/* Container styling */
.invites-container[b-lm6f78c8vx] {
    margin-bottom: 2rem;
    border: 1px solid #e2e8f0;
    background: #fff;
}

    .invites-container h3[b-lm6f78c8vx] {
        font-size: var(--text-base);
        color: #1e293b;
        margin-bottom: 1rem;
        font-weight: var(--weight-bold);
    }

/* Individual Invite Row */
.invite-row[b-lm6f78c8vx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8fafc; /* Subtle slate tint */
    border-radius: 12px;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

    .invite-row span[b-lm6f78c8vx] {
        font-size: var(--text-sm);
        color: #475569;
    }

    .invite-row .actions[b-lm6f78c8vx] {
        display: flex;
        gap: 0.5rem;
        flex-shrink: 0;
    }

/* /Pages/Recipes.razor.rz.scp.css */
:root[b-b2wmat6ehm] {
    /* Base font for all text */
    --font-family-base: 'Montserrat', system-ui, -apple-system, sans-serif;
    /* Font weights */
    --weight-light: 300;
    --weight-normal: 400;
    --weight-medium: 500;
    --weight-bold: 700;
    --weight-bolder: 1000;
    /* Modern Fluid Typography Scale */
    --text-xs: 0.75rem; /* Captions */
    --text-sm: 0.875rem; /* Sidebar links / Secondary info */
    --text-base: 1rem; /* Body text */
    --text-xl: 1.25rem; /* Recipe Card Titles */
    --text-2xl: 1.5rem; /* Page Titles */
    --text-3xl: 2rem; /* Brand Title */
    /* Text Color */
    --text-light: black;
    --text-dark: white;
    /* Elevations and shapes */
    --base-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --radius-lg: 1rem;
    /* Transitions */
    --smooth: all 0.25s ease-in-out;
    --content-max-width: 1200px;
    --gutter: 2rem;
}

/* 3. Toolbar (Search & Filter) */
.toolbar-section[b-b2wmat6ehm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Search Input */
.search-wrapper[b-b2wmat6ehm] {
    position: relative;
    flex-grow: 1;
    max-width: 600px;
}

.search-input[b-b2wmat6ehm] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem; /* Left padding for icon */
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    font-family: var(--font-family-base);
    font-size: var(--text-sm);
    background-color: white;
    transition: var(--smooth);
}

    .search-input:focus[b-b2wmat6ehm] {
        outline: none;
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }

.search-icon[b-b2wmat6ehm] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

/* 4. Recipe Grid */
.recipe-grid[b-b2wmat6ehm] {
    display: grid;
    /* Responsive grid: fits as many 300px cards as possible */
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

/* 5. Recipe Card Styles */
.recipe-card[b-b2wmat6ehm] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--base-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--smooth);
    border: 1px solid rgba(0,0,0,0.05);
}

    .recipe-card:hover[b-b2wmat6ehm] {
        transform: translateY(-4px);
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    }

/* Image Area */
.card-image-wrapper[b-b2wmat6ehm] {
    position: relative;
    width: 100%;
    padding-top: 60%; /* Aspect Ratio 5:3 */
    background-color: #f1f5f9;
    overflow: hidden;
}

.card-image[b-b2wmat6ehm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-badge[b-b2wmat6ehm] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: var(--weight-bold);
    color: #334155;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Card Body */
.card-body[b-b2wmat6ehm] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.recipe-title[b-b2wmat6ehm] {
    font-size: var(--text-base);
    font-weight: var(--weight-bold);
    margin: 0 0 0.75rem 0;
    color: var(--text-light);
}

.meta-row[b-b2wmat6ehm] {
    display: flex;
    gap: 1rem;
    margin-bottom: auto; /* Pushes footer to bottom */
    color: #64748b;
    font-size: var(--text-sm);
}

.meta-item i[b-b2wmat6ehm] {
    margin-right: 0.25rem;
}

/* Card Footer */
.recipe-footer[b-b2wmat6ehm] {
    background-color: white;
    border-top: 1px solid #f1f5f9;
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calories[b-b2wmat6ehm] {
    font-size: var(--text-xs);
    font-weight: var(--weight-bold);
    color: #94a3b8;
}

/* 6. Mobile Optimization */
@media (max-width: 768px) {
    .page-wrapper[b-b2wmat6ehm] {
        padding-left: 0;
        padding-bottom: 80px;
    }

    .content-container[b-b2wmat6ehm] {
        padding: 1.5rem;
    }

    .toolbar-section[b-b2wmat6ehm] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-b2wmat6ehm] {
        overflow-x: auto; /* Scroll horizontally on small screens */
        padding-bottom: 5px;
    }

    .search-wrapper[b-b2wmat6ehm] {
        max-width: 100%;
    }
}
/* /Pages/User/Profile.razor.rz.scp.css */
/* 1. Layout */
.page-wrapper[b-qek35uvkql] {
    padding-left: var(--nav-width);
    width: 100%;
    min-height: 100vh;
    background-color: #f8fafc;
}

/* 2. Profile Card (Unique to this page) */
.profile-card[b-qek35uvkql] {
    background-color: #f3e8ff; /* Light purple background */
    border: 1px solid #e9d5ff;
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(147, 51, 234, 0.05);
}

.profile-left[b-qek35uvkql] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.avatar-circle[b-qek35uvkql] {
    width: 64px;
    height: 64px;
    background-color: #a855f7; /* Vibrant Purple */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: var(--weight-bold);
}

.profile-details[b-qek35uvkql] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-name[b-qek35uvkql] {
    font-size: 1.125rem;
    font-weight: var(--weight-bold);
    color: #1e293b;
    margin: 0;
}

.user-email[b-qek35uvkql] {
    font-size: var(--text-sm);
    color: #64748b;
}

/* 1. Base Badge Structure (Shared) */
.badge[b-qek35uvkql] {
    font-size: 0.7rem;
    font-weight: var(--weight-bold);
    border-radius: 12px;
    width: fit-content;
    padding: 0.3rem 0.6rem;
    margin-top: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
}

/* 2. The "Status Quo" Free Badge */
.badge-free[b-qek35uvkql] {
    background-color: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
    font-size: 0.7rem;
    font-weight: var(--weight-bold);
    width: fit-content;
}

/* 3. The "Luxury" Premium Badge */
.badge-premium[b-qek35uvkql] {
    background: linear-gradient(135deg, #9333ea 0%, #db2777 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.35);
    font-size: 0.7rem;
    font-weight: var(--weight-bold);
    padding: 0.3rem 0.8rem;
    width: fit-content;
    animation: gentle-pulse-premium-b-qek35uvkql 3s infinite ease-in-out;
}

/* 4. The "Radioactive" Admin Badge */
.badge-admin[b-qek35uvkql] {
    /* High contrast Neon Green */
    background-color: #dcfce7; /* Very light green bg */
    color: #15803d; /* Dark green text */
    border: 1px solid #86efac; /* Green border */
    /* The Glow: Sharp and technical */
    box-shadow: 0 0 8px rgba(74, 222, 128, 0.4), inset 0 0 4px rgba(74, 222, 128, 0.2);
    margin-left: 0.5rem;
    /* Inherit base */
    font-size: 0.7rem;
    font-weight: var(--weight-bolder);
    width: fit-content;
    margin-top: 0.25rem;
    padding: 0.3rem 1rem;
    animation: gentle-pulse-admin-b-qek35uvkql 3s infinite ease-in-out;
}

/* 5. Animation Keyframes */
@keyframes gentle-pulse-premium-b-qek35uvkql {
    0% {
        box-shadow: 0 0px 15px rgba(147, 51, 234, 0.35);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0px 25px rgba(147, 51, 234, 0.5); /* Glow expands */
        transform: scale(1.02); /* Tiny size bump */
    }

    100% {
        box-shadow: 0 0px 15px rgba(147, 51, 234, 0.35);
        transform: scale(1);
    }
}

@keyframes gentle-pulse-admin-b-qek35uvkql {
    0% {
        box-shadow: 0 0 8px rgba(74, 222, 128, 0.4), inset 0 0 4px rgba(74, 222, 128, 0.2);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 12px rgba(74, 222, 128, 0.6), inset 0 0 6px rgba(74, 222, 128, 0.3); /* Glow intensifies */
        transform: scale(1.02);
    }

    100% {
        box-shadow: 0 0 8px rgba(74, 222, 128, 0.4), inset 0 0 4px rgba(74, 222, 128, 0.2);
        transform: scale(1);
    }
}



.badges[b-qek35uvkql] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

/* 3. Settings Cards */
.settings-stack[b-qek35uvkql] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.settings-card[b-qek35uvkql] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--base-shadow);
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.card-header[b-qek35uvkql] {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
}

.section-icon[b-qek35uvkql] {
    font-size: 1.1rem;
    color: #475569;
}

.section-title[b-qek35uvkql] {
    font-size: 1rem;
    font-weight: var(--weight-bold);
    margin: 0;
    color: #1e293b;
}

.card-content[b-qek35uvkql] {
    display: flex;
    flex-direction: column;
}

/* 4. Rows & Actions */
.setting-row[b-qek35uvkql] {
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
}

    .setting-row:last-child[b-qek35uvkql] {
        border-bottom: none;
    }

.setting-info[b-qek35uvkql] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.setting-label[b-qek35uvkql] {
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
    color: #334155;
}

.setting-desc[b-qek35uvkql] {
    font-size: 0.75rem; /* Smaller caption text */
    color: #94a3b8;
}

/* 6. Mobile Optimization */
@media (max-width: 640px) {
    .page-wrapper[b-qek35uvkql] {
        padding-left: 0;
        padding-bottom: 80px;
    }

    .profile-card[b-qek35uvkql] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .btn-outline-purple[b-qek35uvkql] {
        width: 100%;
    }
}

.logout-card[b-qek35uvkql] {
    border-color: rgb(255, 100, 100, 0.5);
    box-shadow: 0 0px 10px rgba(255, 100, 100, 0.5);
}

.logout-card .mp-btn[b-qek35uvkql] {
    gap: 1rem;
}
