.favorite-btn{background:var(--gray-100);color:var(--purple-600)}.favorite-btn.favorite-active{background:var(--purple-600);color:#fff}.favorite-btn.favorite-inactive{background:var(--gray-100);color:var(--purple-600)}.favorite-btn:hover{background:var(--purple-400);color:#fff}.modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s;border:1px solid var(--gray-200);box-sizing:border-box;align-items:center;justify-content:center;z-index:9999}.modal-box{background:var(--bg-white);border-radius:12px;box-shadow:0 2px 24px #0000001f;padding:2rem;min-width:340px;max-width:95vw;width:100%;display:flex;flex-direction:column;gap:1.25rem}.add-to-plan-modal{width:400px}.modal-box.recipe-details-modal{max-width:600px}.modal-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#22223b}.modal-recipe-info{background:var(--gray-100);border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem;font-size:1rem}.modal-label{font-weight:500;margin-bottom:.25rem;display:block}.modal-select{width:100%;padding:.5rem;border-radius:6px;border:1px solid var(--gray-200);margin-bottom:.5rem;font-size:1rem}.modal-btn-row{display:flex;justify-content:flex-end;gap:1rem}.btn{padding:.5rem 1rem;border-radius:6px;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;line-height:1.5}.btn-sm{padding:.25rem .5rem;font-size:.75rem;border-radius:4px}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn-primary{background:var(--orange-500);color:#000}.btn-primary:hover{background:var(--orange-600)}.btn-secondary{background:var(--purple-500);color:#000}.btn-secondary:hover{background:var(--purple-700)}.btn-gray{background:var(--gray-500);color:#fff}.btn-gray:hover{background:var(--gray-700)}.btn-light{background:var(--gray-100);color:var(--gray-800)}.btn-light:hover{background:var(--gray-200);color:var(--gray-900)}.btn-danger{background:#fef2f2;color:#000}.btn-danger:hover{background:#fee2e2}.btn:disabled{opacity:.6;cursor:not-allowed;background:var(--gray-400)}:root{--font-size: 16px;--font-weight-medium: 500;--font-weight-normal: 400;--radius: .625rem;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--orange-400: #fb923c;--orange-500: #f97316;--orange-600: #ea580c;--purple-400: #c4b5fd;--purple-500: #9c9df3;--purple-600: #9333ea;--purple-700: #7c3aed;--purple-800: #6b21a8;--success-500: #10b981;--success-600: #059669;--error-500: #ef4444;--error-600: #dc2626;--info-500: #3b82f6;--info-600: #2563eb;--breakfast-bg: #fff7ed;--breakfast-bg-hover: #ffedd5;--breakfast-border: #fed7aa;--breakfast-border-hover: #fb923c;--lunch-bg: #f0fdf4;--lunch-bg-hover: #dcfce7;--lunch-border: #bbf7d0;--lunch-border-hover: #4ade80;--dinner-bg: #eff6ff;--dinner-bg-hover: #dbeafe;--dinner-border: #bfdbfe;--dinner-border-hover: #60a5fa;--snack-bg: #faf5ff;--snack-bg-hover: #f3e8ff;--snack-border: #e9d5ff;--snack-border-hover: #c084fc;--background: #ffffff;--foreground: #030213;--primary: #030213;--border: rgba(0, 0, 0, .1);--text-base: #030213;--text-muted: #4b5563;--text-muted-light: #6b7280;--text-muted-lighter: #9ca3af;--bg-white: #ffffff;--bg-light: #f9fafb;--bg-gray: #f3f4f6;--border-light: #f3f4f6;--border-base: #e5e7eb;--border-dark: #d1d5db;--overlay-light: rgba(0, 0, 0, .1);--overlay-medium: rgba(0, 0, 0, .15)}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground)}h1{font-size:2rem;font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:1.25rem;font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:1.125rem;font-weight:var(--font-weight-medium);line-height:1.5}h4{font-size:1rem;font-weight:var(--font-weight-medium);line-height:1.5}p{font-size:1rem;font-weight:var(--font-weight-normal);line-height:1.5}label,button{font-size:1rem;font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:1rem;font-weight:var(--font-weight-normal);line-height:1.5}html{font-size:var(--font-size)}.meal-plan-container{max-width:1200px;margin:0 auto;padding:2rem}.meal-plan-header{text-align:center;margin-bottom:2rem}.meal-plan-grid{display:grid;grid-template-columns:auto repeat(7,1fr);grid-template-rows:auto repeat(4,auto);gap:1rem;align-items:start}.meal-type-label{font-weight:600;color:var(--gray-800);padding:1rem .5rem;text-align:right;align-self:center}.day-header{text-align:center;font-weight:600;color:var(--gray-800);padding:.75rem .5rem;border-bottom:2px solid var(--gray-200);margin-bottom:.5rem}.meal-slot{min-height:120px;border-radius:8px;padding:1rem;border:2px dashed var(--gray-300);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;background:var(--gray-50)}.meal-slot:hover{border-color:var(--gray-400);background:var(--gray-100)}.meal-slot.breakfast{background:var(--breakfast-bg);border-color:var(--breakfast-border);color:#000}.meal-slot.breakfast:hover{border-color:var(--breakfast-border-hover);background:var(--breakfast-bg-hover)}.meal-slot.lunch{background:var(--lunch-bg);border-color:var(--lunch-border);color:#000}.meal-slot.lunch:hover{border-color:var(--lunch-border-hover);background:var(--lunch-bg-hover)}.meal-slot.dinner{background:var(--dinner-bg);border-color:var(--dinner-border);color:#000}.meal-slot.dinner:hover{border-color:var(--dinner-border-hover);background:var(--dinner-bg-hover)}.meal-slot.snack{background:var(--snack-bg);border-color:var(--snack-border);color:#000}.meal-slot.snack:hover{border-color:var(--snack-border-hover);background:var(--snack-bg-hover)}.meal-slot.filled{border-style:solid;border-width:1px;background:#fff;flex-direction:column;align-items:stretch;padding:.75rem}.meal-image{width:100%;height:60px;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.meal-title{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem;text-align:center}.meal-actions{display:flex;gap:.25rem;justify-content:center}.meal-action-btn{padding:.25rem .5rem;font-size:.75rem;border-radius:4px}.view-btn{background:var(--gray-100);color:var(--gray-700)}.view-btn:hover{background:var(--gray-200)}.remove-btn{background:#fef2f2;color:#000}.remove-btn:hover{background:#fee2e2}.add-meal-text{font-weight:500;font-size:.9rem}@media (max-width: 768px){.meal-plan-grid{grid-template-columns:1fr;gap:1.5rem}.meal-type-label{text-align:center;padding:.5rem}.day-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.day-header{grid-column:1 / -1;margin-bottom:1rem}}.site-header{background:#00000023;border-bottom:1px solid #00000038;position:sticky;top:0;z-index:50}.site-header-inner{max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-logo{height:48px;width:auto}.brand-title{font-size:1.125rem;font-weight:600;color:var(--gray-700)}.desktop-nav{display:flex;align-items:center;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--gray-700);font-weight:500;transition:background .2s}.nav-btn{padding:.5rem .75rem;border-radius:.5rem;border:1px solid #e6e7eb;background:transparent;cursor:pointer}.nav-active{background:#000;color:#fff;border-color:#000}.nav-inactive{background:transparent!important;color:var(--gray-700)!important;border:1px solid transparent;border-color:#000!important}.nav-inactive:hover{background:var(--gray-100)!important}.nav-icon{font-size:.95rem}.nav-label{display:inline-block}.mobile-menu{display:none;position:relative}.mobile-menu-button{background:var(--gray-100);border:1px solid var(--gray-300);border-radius:8px;font-size:1.5rem;cursor:pointer;padding:.5rem .75rem;color:var(--gray-800);transition:all .2s ease;line-height:1;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.mobile-menu-button:hover{background:var(--gray-200);border-color:var(--gray-400);transform:scale(1.05)}.mobile-menu-button:active{transform:scale(.95);background:var(--gray-300)}.mobile-menu-dropdown{display:none;position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;min-width:240px;z-index:1000;overflow:hidden;border:1px solid var(--gray-200)}.mobile-menu-dropdown.open{display:block;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;text-decoration:none;color:var(--gray-800);font-weight:500;transition:all .2s ease;border-bottom:1px solid var(--gray-100);cursor:pointer;white-space:nowrap}.mobile-nav-btn:last-child{border-bottom:none}.mobile-nav-btn:hover{background:var(--gray-50);color:var(--gray-900)}.mobile-nav-btn:active{background:var(--gray-100)}.mobile-nav-btn .nav-icon{font-size:1.25rem;line-height:1;flex-shrink:0;width:24px;text-align:center}.mobile-nav-btn .nav-label{font-size:1rem;line-height:1.5;flex:1}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu{display:block}.nav-label{display:inline}}.site-footer{background:#00000017;border-top:1px solid #00000038;margin-top:4rem}.site-footer-inner{max-width:1200px;margin:0 auto;padding:1.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-logo{height:24px;width:auto}.footer-title{color:var(--gray-500);font-weight:500}.footer-copy{text-align:right}.footer-note{color:var(--gray-500);font-size:.9rem}.footer-subnote{color:var(--gray-400);font-size:.8rem;margin-top:.25rem}@media (max-width: 640px){.site-footer-inner{flex-direction:column;text-align:center}.footer-copy{text-align:center}}.toast-container{position:fixed;right:1rem;bottom:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.toast{padding:.75rem 1rem;border-radius:.5rem;color:#fff;box-shadow:0 8px 24px #00000014;transform:translate(120%);transition:transform .3s ease,opacity .3s ease;opacity:1}.toast-enter{transform:translate(0)}.toast-exit{transform:translate(120%);opacity:0}.toast-success{background:var(--success-600)}.toast-error{background:var(--error-600)}.toast-info{background:var(--info-600)}.page-main{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.25rem}.muted{color:var(--text-muted)}.grid{display:grid!important;grid-template-columns:auto repeat(7,1fr)!important;gap:1rem!important;align-items:start;width:100%;overflow-x:auto}@media (max-width: 768px){.meal-plan-container{padding:1rem}.grid{display:flex!important;flex-direction:column!important;gap:2rem!important;overflow-x:visible;width:100%}.meal-type-label{display:none}.mobile-day-section{background:var(--bg-white);border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1rem;border:1px solid var(--gray-200);width:100%;box-sizing:border-box}.mobile-day-header{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-200)}.mobile-meal-group{margin-bottom:1rem}.mobile-meal-group:last-child{margin-bottom:0}.mobile-meal-type{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.meal-slot{width:100%;margin-bottom:0}.meal-slot.filled{padding:.75rem}.meal-slot.empty{min-height:60px;padding:.75rem}}.search-header{margin-bottom:2rem}.search-input{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--gray-200);font-size:1rem;margin-bottom:1rem}.search-input:focus{outline:none;border-color:var(--gray-500);box-shadow:0 0 0 3px #6b72801a}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;white-space:nowrap}.active-filter-info{background:var(--gray-100);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.clear-filter-btn{padding:.25rem .75rem;font-size:.875rem}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem}.recipe-card{background:var(--bg-white);border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s;border:1px solid var(--gray-200);max-width:350px;width:100%;box-sizing:border-box}.recipe-card:hover{box-shadow:0 4px 24px #0000001f;border-color:var(--gray-300)}.recipe-image-wrap{width:100%;height:160px;overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center}.recipe-image{width:100%;height:100%;object-fit:cover;border-radius:0}.recipe-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.recipe-header{font-size:1.1rem;font-weight:600;color:#22223b;margin-bottom:.25rem}.recipe-meta{font-size:.95rem;color:var(--gray-500);margin-bottom:.5rem}.recipe-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.tag{background:var(--gray-100);color:#000;border-radius:6px;padding:.2rem .6rem;font-size:.85rem;font-weight:500}.recipe-actions{display:flex;gap:.5rem;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-overlay{animation:fadeIn .3s ease-out}.recipe-image-wrapper{overflow:hidden;border-radius:8px 8px 0 0}.recipe-image{transition:transform .4s ease}.recipe-card:hover .recipe-image{transform:scale(1.08)}.inspiration-container{max-width:1200px;margin:0 auto;padding:2rem}.subtitle{color:#666;margin-bottom:2rem;text-align:center;font-size:1.1rem}.inspiration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.recipe-card.inspiration{transition:transform .3s ease,box-shadow .3s ease}.recipe-card.inspiration:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.recipe-card.inspiration .recipe-image{height:200px}.recipe-info{padding:1.5rem}.recipe-info h3{margin:0 0 1rem;color:#333;font-size:1.25rem}.recipe-category{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.badge{display:inline-block;padding:.25rem .75rem;background:#ff6b02;color:#000;border-radius:20px;font-size:.875rem;font-weight:500}#refresh-inspiration{display:block;margin:0 auto;padding:1rem 2rem;font-size:1rem}.shopping-page-main{max-width:800px;margin:0 auto;padding:2rem 1rem}.shopping-subtitle{color:var(--text-muted);margin-bottom:2rem;text-align:center}.shopping-empty{text-align:center;color:var(--text-muted);margin-top:2rem}.aisle-section{margin-bottom:2rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.aisle-header{background:var(--gray-100);padding:1rem 1.25rem;font-weight:600;color:var(--gray-800);border-bottom:2px solid var(--gray-200)}.aisle-list{list-style:none;padding:0;margin:0}.ingredient-item{padding:.75rem;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:.75rem}.ingredient-item:last-child{border-bottom:none}.ingredient-checkbox{width:18px;height:18px;cursor:pointer}.ingredient-label{cursor:pointer;flex:1}.ingredient-label.checked{text-decoration:line-through;color:var(--gray-400)}
