@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";:root{--color-primary:#800020;--color-primary-dark:#5e0017;--color-secondary:#f0d9e0;--color-background:#fdfafb;--color-surface:#fff;--color-text:#3b2a2d;--color-text-light:#7a6367;--color-accent:#a31a38;--color-gold:#cfa86e;--font-body:"Inter", sans-serif;--font-heading:"Playfair Display", serif;--shadow-sm:0 4px 6px -1px #8000201a, 0 2px 4px -1px #8000200f;--shadow-md:0 10px 15px -3px #80002026, 0 4px 6px -2px #80002014;--shadow-lg:0 20px 25px -5px #80002033, 0 10px 10px -5px #8000201a;--radius-sm:8px;--radius-md:16px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);margin-bottom:.5rem;font-weight:600}a{color:var(--color-primary-dark);text-decoration:none;transition:color .3s}a:hover{color:var(--color-accent)}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80}.container{max-width:1200px;margin:0 auto;padding:0 20px}nav.svelte-d8j1hi{z-index:100;border-bottom:1px solid #e6b8b833;padding:1rem 0;position:sticky;top:0}.nav-content.svelte-d8j1hi{justify-content:space-between;align-items:center;display:flex}.logo.svelte-d8j1hi{font-family:var(--font-heading);color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.logo.svelte-d8j1hi svg:where(.svelte-d8j1hi){fill:var(--color-secondary)}.nav-links.svelte-d8j1hi{gap:1.5rem;display:flex}.nav-links.svelte-d8j1hi button:where(.svelte-d8j1hi){color:var(--color-text-light);padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.nav-links.svelte-d8j1hi button:where(.svelte-d8j1hi):hover{color:var(--color-primary-dark)}.nav-links.svelte-d8j1hi button.active:where(.svelte-d8j1hi){color:var(--color-primary-dark);font-weight:600}.nav-links.svelte-d8j1hi button.active:where(.svelte-d8j1hi):after{content:"";background-color:var(--color-primary-dark);border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.auth-section.svelte-d8j1hi{align-items:center;display:flex}.auth-btn.svelte-d8j1hi{border-radius:99px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.auth-btn.login-google.svelte-d8j1hi{color:#444;background-color:#fff;border:1px solid #ddd;box-shadow:0 1px 2px #0000000d}.auth-btn.login-google.svelte-d8j1hi:hover{background-color:#f8f9fa;box-shadow:0 2px 4px #0000001a}.auth-btn.logout.svelte-d8j1hi{color:var(--color-text-light);border:1px solid var(--color-secondary);background-color:#0000}.auth-btn.logout.svelte-d8j1hi:hover{color:#e74c3c;background-color:#fce4e4;border-color:#fce4e4}@media (width<=600px){.nav-content.svelte-d8j1hi{flex-direction:column;gap:1rem}}.hero.svelte-7sbq87{background:linear-gradient(180deg, var(--color-background) 0%, var(--color-secondary) 100%);padding:2rem 0;overflow:hidden}.hero-content.svelte-7sbq87{justify-content:space-between;align-items:center;gap:3rem;display:flex}.text-content.svelte-7sbq87{z-index:10;flex:1;max-width:500px}h1.svelte-7sbq87{color:var(--color-primary-dark);letter-spacing:-1px;margin-bottom:1rem;font-size:2.8rem;line-height:1.1}p.svelte-7sbq87{color:var(--color-text-light);margin-bottom:2rem;font-size:1.1rem}.hero-image.svelte-7sbq87{flex:1;justify-content:center;align-items:center;min-height:280px;display:flex;position:relative}.main-img.svelte-7sbq87{object-fit:cover;width:280px;height:350px;box-shadow:var(--shadow-lg);z-index:2;border:6px solid #fff;border-radius:120px 120px 20px 20px}.blob.svelte-7sbq87{filter:blur(40px);z-index:1;border-radius:50%;position:absolute}.blob-1.svelte-7sbq87{background:var(--color-primary);opacity:.5;width:300px;height:300px;top:-10%;right:10%}.blob-2.svelte-7sbq87{background:var(--color-gold);opacity:.3;width:250px;height:250px;bottom:0;left:10%}@media (width<=768px){.hero-content.svelte-7sbq87{text-align:center;flex-direction:column;gap:1.5rem}h1.svelte-7sbq87{font-size:2.2rem}.text-content.svelte-7sbq87{margin:0 auto}.main-img.svelte-7sbq87{width:100%;max-width:250px;height:300px}}.filter-container.svelte-1wtbfv2{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;display:flex}.filter-btn.svelte-1wtbfv2{color:var(--color-text);background-color:var(--color-secondary);border:2px solid #0000;border-radius:99px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}.filter-btn.svelte-1wtbfv2:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-2px)}.filter-btn.active.svelte-1wtbfv2{background-color:var(--color-primary-dark);color:#fff;border-color:var(--color-primary-dark);box-shadow:var(--shadow-sm)}.card.svelte-cp81k{border-radius:var(--radius-md);box-shadow:var(--shadow-md);cursor:pointer;background:#fff;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.card.svelte-cp81k:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.image-container.svelte-cp81k{height:200px;position:relative;overflow:hidden}.image-container.svelte-cp81k img:where(.svelte-cp81k){object-fit:cover;width:100%;height:100%;transition:transform .5s}.card.svelte-cp81k:hover .image-container:where(.svelte-cp81k) img:where(.svelte-cp81k){transform:scale(1.05)}.category-badge.svelte-cp81k{color:var(--color-primary-dark);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:99px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.private-badge.svelte-cp81k{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--shadow-sm);background:#e63946e6;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;display:flex;position:absolute;top:1rem;left:1rem}.card-content.svelte-cp81k{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem;display:flex}h3.svelte-cp81k{margin-bottom:1rem;font-size:1.2rem;line-height:1.3}.meta.svelte-cp81k{color:var(--color-text-light);gap:1rem;font-size:.85rem;display:flex}.meta.svelte-cp81k span:where(.svelte-cp81k){align-items:center;gap:.3rem;display:flex}.detail-overlay.svelte-16ab8ph{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#4a3b3b66;justify-content:center;align-items:flex-end;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.detail-modal.svelte-16ab8ph{background:var(--color-background);border-radius:var(--radius-lg);width:100%;max-width:800px;box-shadow:var(--shadow-lg);margin-top:auto;margin-bottom:auto;animation:.4s cubic-bezier(.16,1,.3,1) svelte-16ab8ph-slideUp;position:relative;overflow:hidden}@keyframes svelte-16ab8ph-slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.modal-header-actions.svelte-16ab8ph{z-index:10;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:20px;left:20px;right:20px}.admin-actions.svelte-16ab8ph{gap:10px;display:flex}.action-btn.svelte-16ab8ph{cursor:pointer;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:99px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.action-btn.edit.svelte-16ab8ph{color:var(--color-primary-dark);background:#ffffffe6}.action-btn.delete.svelte-16ab8ph{color:#fff;background:#e74c3ce6}.action-btn.pdf.svelte-16ab8ph{background:var(--color-primary-dark);color:#fff}.action-btn.svelte-16ab8ph:hover{transform:translateY(-2px)}.close-btn.svelte-16ab8ph{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:40px;height:40px;color:var(--color-text);z-index:10;background:#fffc;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.close-btn.svelte-16ab8ph:hover{background:var(--color-primary);color:#fff}.modal-header-img.svelte-16ab8ph{background-color:#00000008;width:100%;height:300px}.modal-header-img.svelte-16ab8ph img:where(.svelte-16ab8ph){object-fit:cover;object-position:center;width:100%;height:100%}.pdf-mode{padding:20px!important}.pdf-mode .modal-header-img{margin-bottom:20px;overflow:hidden;background-color:#0000!important;width:100%!important;height:250px!important}.pdf-mode .modal-header-img img{border-radius:var(--radius-lg);object-fit:cover!important;width:100%!important;height:100%!important}.modal-content.svelte-16ab8ph{padding:2rem}.meta-tags.svelte-16ab8ph{flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem;display:flex}.tag.svelte-16ab8ph{background:var(--color-secondary);color:var(--color-primary-dark);border-radius:99px;padding:.4rem .8rem;font-size:.85rem;font-weight:500}h2.svelte-16ab8ph{color:var(--color-text);margin-bottom:2rem;font-size:2.5rem}.recipe-grid.svelte-16ab8ph{grid-template-columns:1fr 2fr;gap:3rem;display:grid}h3.svelte-16ab8ph{font-family:var(--font-heading);color:var(--color-primary-dark);border-bottom:1px solid var(--color-secondary);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.ingredients.svelte-16ab8ph ul:where(.svelte-16ab8ph){padding:0;list-style:none}.ingredients.svelte-16ab8ph li:where(.svelte-16ab8ph){margin-bottom:1rem}.ingredients.svelte-16ab8ph label:where(.svelte-16ab8ph){cursor:pointer;align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.ingredients.svelte-16ab8ph input:where(.svelte-16ab8ph){display:none}.custom-checkbox.svelte-16ab8ph{border:2px solid var(--color-primary);border-radius:4px;flex-shrink:0;width:20px;height:20px;transition:all .2s;display:inline-block;position:relative}.ingredients.svelte-16ab8ph input:where(.svelte-16ab8ph):checked+.custom-checkbox:where(.svelte-16ab8ph){background-color:var(--color-primary)}.ingredients.svelte-16ab8ph input:where(.svelte-16ab8ph):checked+.custom-checkbox:where(.svelte-16ab8ph):after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.ingredients.svelte-16ab8ph input:where(.svelte-16ab8ph):checked~span:where(.svelte-16ab8ph):last-child{color:var(--color-text-light);text-decoration:line-through}.steps.svelte-16ab8ph ol:where(.svelte-16ab8ph){padding:0;list-style:none}.steps.svelte-16ab8ph li:where(.svelte-16ab8ph){gap:1.5rem;margin-bottom:2rem;display:flex}.step-num.svelte-16ab8ph{background:var(--color-primary);color:#fff;width:32px;height:32px;font-weight:700;font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.steps.svelte-16ab8ph p:where(.svelte-16ab8ph){margin:0;padding-top:5px}@media (width<=768px){.recipe-grid.svelte-16ab8ph{grid-template-columns:1fr;gap:2rem}h2.svelte-16ab8ph{font-size:2rem}.modal-content.svelte-16ab8ph{padding:1.5rem}}.about-page.svelte-1hm1d99{padding:4rem 20px;animation:.4s ease-out svelte-1hm1d99-fadeIn}@keyframes svelte-1hm1d99-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-header.svelte-1hm1d99{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;justify-content:center;align-items:center;gap:4rem;margin-bottom:5rem;padding:3rem;display:flex}.image-wrapper.svelte-1hm1d99{flex-shrink:0;width:220px;height:220px;position:relative}.profile-img.svelte-1hm1d99{object-fit:cover;z-index:2;width:100%;height:100%;box-shadow:var(--shadow-lg);border:6px solid #fff;border-radius:50%;position:relative}.decorative-ring.svelte-1hm1d99{border:2px dashed var(--color-primary);z-index:1;border-radius:50%;animation:20s linear infinite svelte-1hm1d99-rotate;position:absolute;inset:-10px}@keyframes svelte-1hm1d99-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-text.svelte-1hm1d99{max-width:600px}.header-text.svelte-1hm1d99 h2:where(.svelte-1hm1d99){color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:2px;font-size:1.1rem;font-family:var(--font-body);margin-bottom:.5rem}.header-text.svelte-1hm1d99 h1:where(.svelte-1hm1d99){color:var(--color-text);margin-bottom:1rem;font-size:3rem}.bio.svelte-1hm1d99{color:var(--color-text-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.linkedin-btn.svelte-1hm1d99{color:#fff;background-color:#0077b5;border-radius:99px;align-items:center;gap:10px;padding:.8rem 1.5rem;font-weight:500;transition:transform .3s,box-shadow .3s;display:inline-flex}.linkedin-btn.svelte-1hm1d99:hover{color:#fff;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0077b54d}.resume-grid.svelte-1hm1d99{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.section-title.svelte-1hm1d99{color:var(--color-text);border-bottom:2px solid var(--color-secondary);margin-bottom:2.5rem;padding-bottom:.5rem;font-size:1.8rem}.timeline.svelte-1hm1d99{flex-direction:column;gap:2rem;display:flex}.timeline-item.svelte-1hm1d99{gap:1.5rem;display:flex}.logo-circle.svelte-1hm1d99{color:#fff;width:60px;height:60px;box-shadow:var(--shadow-sm);text-shadow:1px 1px 2px #0000001a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.item-content.svelte-1hm1d99 h4:where(.svelte-1hm1d99){color:var(--color-text);margin-bottom:.3rem;font-size:1.2rem}.date.svelte-1hm1d99{color:var(--color-text-light);font-size:.9rem;display:block}.duration.svelte-1hm1d99{color:var(--color-primary-dark);font-weight:500}.edu-item.svelte-1hm1d99{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.edu-logo.svelte-1hm1d99{border-radius:50%;width:50px;height:50px;font-size:1.2rem}.degree.svelte-1hm1d99{color:var(--color-primary-dark);margin-bottom:.5rem;font-weight:600}.edu-details.svelte-1hm1d99{color:var(--color-text-light);margin-top:1rem;padding-left:1.2rem;font-size:.95rem}.edu-details.svelte-1hm1d99 li:where(.svelte-1hm1d99){margin-bottom:.4rem}@media (width<=992px){.resume-grid.svelte-1hm1d99{grid-template-columns:1fr;gap:3rem}.profile-header.svelte-1hm1d99{text-align:center;flex-direction:column;gap:2rem;padding:2rem}}.selector-overlay.svelte-b2eolw{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.selector-modal.svelte-b2eolw{background:var(--color-background);border-radius:var(--radius-lg);width:100%;max-width:600px;box-shadow:var(--shadow-lg);flex-direction:column;max-height:85vh;display:flex;overflow:hidden}.modal-header.svelte-b2eolw{background:var(--color-primary-light);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.modal-header.svelte-b2eolw h3:where(.svelte-b2eolw){color:var(--color-primary-dark);margin:0;font-size:1.2rem}.close-btn.svelte-b2eolw{cursor:pointer;color:var(--color-text);background:0 0;border:none;font-size:1.2rem}.search-bar.svelte-b2eolw{gap:10px;padding:20px;display:flex}.search-bar.svelte-b2eolw input:where(.svelte-b2eolw){border:2px solid var(--color-secondary);border-radius:var(--radius-md);outline:none;flex:1;padding:10px 15px;font-size:1rem}.search-bar.svelte-b2eolw input:where(.svelte-b2eolw):focus{border-color:var(--color-primary)}.search-btn.svelte-b2eolw{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:0 20px;font-weight:700;transition:background .2s}.search-btn.svelte-b2eolw:hover:not(:disabled){background:var(--color-primary-dark)}.results-container.svelte-b2eolw{flex:1;min-height:300px;padding:0 20px 20px;overflow-y:auto}.message.svelte-b2eolw{text-align:center;color:var(--color-text-light);padding:40px 0;font-style:italic}.image-grid.svelte-b2eolw{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;display:grid}.result-img.svelte-b2eolw{object-fit:cover;border-radius:var(--radius-md);cursor:pointer;width:100%;height:130px;transition:transform .2s,box-shadow .2s}.result-img.svelte-b2eolw:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.credits.svelte-b2eolw{text-align:center;color:var(--color-text-light);background:#00000005;padding:10px;font-size:.8rem}.modal-overlay.svelte-11vvofk{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#4a3b3b99;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-content.svelte-11vvofk{border-radius:var(--radius-lg);width:100%;max-width:700px;max-height:90vh;box-shadow:var(--shadow-lg);background:#fff;padding:2.5rem;animation:.3s svelte-11vvofk-scaleIn;position:relative;overflow-y:auto}@keyframes svelte-11vvofk-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.close-btn.svelte-11vvofk{background:var(--color-secondary);width:35px;height:35px;color:var(--color-primary-dark);cursor:pointer;border:none;border-radius:50%;font-weight:700;transition:all .2s;position:absolute;top:20px;right:20px}.close-btn.svelte-11vvofk:hover{background:var(--color-primary);color:#fff}h2.svelte-11vvofk{color:var(--color-primary-dark);margin-bottom:.2rem;font-size:2rem}.subtitle.svelte-11vvofk{color:var(--color-text-light);margin-bottom:2rem}.grid-2.svelte-11vvofk{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.grid-3.svelte-11vvofk{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}.form-group.svelte-11vvofk{margin-bottom:1.5rem}label.svelte-11vvofk{color:var(--color-text);margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}input.svelte-11vvofk,select.svelte-11vvofk{border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);background:var(--color-background);border:1px solid #e6b8b866;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}input.svelte-11vvofk:focus,select.svelte-11vvofk:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #e6b8b833}.input-with-btn.svelte-11vvofk{gap:.5rem;display:flex}.image-input-group.svelte-11vvofk{gap:10px;display:flex}.image-input-group.svelte-11vvofk input:where(.svelte-11vvofk){flex:1}.btn-secondary.svelte-11vvofk{background:var(--color-secondary);color:var(--color-primary-dark);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;padding:0 15px;font-weight:700;transition:background .2s}.btn-secondary.svelte-11vvofk:hover{background:#e2c0b6}.add-btn.svelte-11vvofk{background:var(--color-secondary);color:var(--color-primary-dark);border-radius:var(--radius-sm);padding:0 1.5rem;font-weight:600}.add-btn.svelte-11vvofk:hover{background:var(--color-primary);color:#fff}.list.svelte-11vvofk{margin-top:1rem;padding:0;list-style:none}.list.ordered.svelte-11vvofk{list-style:inside decimal}.list.svelte-11vvofk li:where(.svelte-11vvofk){background:var(--color-background);border-radius:var(--radius-sm);border:1px solid var(--color-secondary);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem 1rem;display:flex}.edit-inline-input.svelte-11vvofk{color:inherit;background:0 0;border:none;border-bottom:1px dashed #0000;flex:1;margin-right:10px;padding:.2rem 0;font-family:inherit;font-size:1rem;transition:border-color .2s}.edit-inline-input.svelte-11vvofk:focus{border-bottom:1px dashed var(--color-primary);box-shadow:none;outline:none}.remove-btn.svelte-11vvofk{color:#e74c3c;padding:.2rem .5rem;font-size:.8rem}.form-actions.svelte-11vvofk{justify-content:flex-end;gap:1rem;margin-top:3rem;display:flex}.cancel-btn.svelte-11vvofk{color:var(--color-text-light);padding:.8rem 2rem;font-weight:500}.save-btn.svelte-11vvofk{background:var(--color-primary-dark);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:.8rem 2rem;font-weight:600;transition:all .2s}.save-btn.svelte-11vvofk:hover{background:var(--color-primary);transform:translateY(-2px)}.checkbox-group.svelte-11vvofk{background:var(--color-secondary);border-radius:var(--radius-sm);padding:1rem}.checkbox-label.svelte-11vvofk{cursor:pointer;align-items:center;gap:10px;margin:0;font-weight:600;display:flex}.checkbox-label.svelte-11vvofk input:where(.svelte-11vvofk){cursor:pointer;width:20px;height:20px}@media (width<=600px){.grid-2.svelte-11vvofk,.grid-3.svelte-11vvofk{grid-template-columns:1fr;gap:0}.modal-content.svelte-11vvofk{padding:1.5rem}}.chat-wrapper.svelte-1fwx1zk{z-index:9999;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:30px;right:30px}.chat-fab.svelte-1fwx1zk{background:var(--color-primary-dark);color:#fff;width:60px;height:60px;box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.chat-fab.svelte-1fwx1zk:hover{background:var(--color-primary);transform:scale(1.1)}.chat-fab.is-open.svelte-1fwx1zk{background:var(--color-text-light)}.chat-window.svelte-1fwx1zk{background:var(--color-background);border-radius:var(--radius-lg);border:1px solid #0000000d;flex-direction:column;width:350px;height:500px;max-height:calc(100vh - 120px);margin-bottom:20px;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000026}.chat-header.svelte-1fwx1zk{background:var(--color-primary-dark);color:#fff;justify-content:space-between;align-items:center;padding:15px;display:flex}.header-info.svelte-1fwx1zk{align-items:center;gap:10px;display:flex}.avatar.svelte-1fwx1zk{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.chat-header.svelte-1fwx1zk h4:where(.svelte-1fwx1zk){color:#fff;font-size:1.1rem;font-family:var(--font-heading);margin:0}.status.svelte-1fwx1zk{color:#fffc;font-size:.75rem}.close-btn.svelte-1fwx1zk{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;font-size:1.2rem}.close-btn.svelte-1fwx1zk:hover{opacity:1}.chat-body.svelte-1fwx1zk{background:#fdfaf9;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.msg-wrapper.svelte-1fwx1zk{width:100%;display:flex}.msg-wrapper.user.svelte-1fwx1zk{justify-content:flex-end}.msg-wrapper.assistant.svelte-1fwx1zk{justify-content:flex-start}.msg-bubble.svelte-1fwx1zk{word-wrap:break-word;border-radius:18px;max-width:80%;padding:12px 16px;font-size:.95rem;line-height:1.4}.user.svelte-1fwx1zk .msg-bubble:where(.svelte-1fwx1zk){background:var(--color-secondary);color:var(--color-primary-dark);border-bottom-right-radius:4px}.assistant.svelte-1fwx1zk .msg-bubble:where(.svelte-1fwx1zk){color:var(--color-text);background:#fff;border:1px solid #0000000d;border-bottom-left-radius:4px;box-shadow:0 2px 5px #00000005}.typing.svelte-1fwx1zk span:where(.svelte-1fwx1zk){background-color:#bbb;border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.4s ease-in-out infinite both svelte-1fwx1zk-bounce;display:inline-block}.typing.svelte-1fwx1zk span:where(.svelte-1fwx1zk):first-child{animation-delay:-.32s}.typing.svelte-1fwx1zk span:where(.svelte-1fwx1zk):nth-child(2){animation-delay:-.16s}@keyframes svelte-1fwx1zk-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-footer.svelte-1fwx1zk{background:#fff;border-top:1px solid #0000000d;gap:10px;padding:15px;display:flex}.chat-footer.svelte-1fwx1zk input:where(.svelte-1fwx1zk){border:1px solid #ddd;border-radius:99px;outline:none;flex:1;padding:10px 15px;font-size:16px;transition:border-color .2s}.chat-footer.svelte-1fwx1zk input:where(.svelte-1fwx1zk):focus{border-color:var(--color-primary)}.chat-footer.svelte-1fwx1zk button:where(.svelte-1fwx1zk){background:var(--color-primary-dark);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.chat-footer.svelte-1fwx1zk button:where(.svelte-1fwx1zk):hover:not(:disabled){background:var(--color-primary)}.chat-footer.svelte-1fwx1zk button:where(.svelte-1fwx1zk):disabled{cursor:not-allowed;background:#ccc}@media (width<=480px){.chat-wrapper.svelte-1fwx1zk{bottom:20px;right:20px}.chat-window.svelte-1fwx1zk{z-index:10000;border-radius:0;width:100%;height:100%;max-height:100vh;margin:0;position:fixed;top:0;left:0}.chat-fab.svelte-1fwx1zk{z-index:10001}}main.svelte-1n46o8q{min-height:100vh}.content-section.svelte-1n46o8q{padding:2rem 20px 4rem}.section-header.svelte-1n46o8q{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.section-title.svelte-1n46o8q{color:var(--color-text);font-size:2.5rem}.section-subtitle.svelte-1n46o8q{color:var(--color-text-light)}.nav-btn.svelte-1n46o8q{cursor:pointer;font-weight:600;font-family:var(--font-body);border:none;border-radius:99px;padding:.8rem 1.5rem;transition:all .3s}.nav-btn.primary.svelte-1n46o8q{background-color:var(--color-primary-dark);color:#fff}.nav-btn.primary.svelte-1n46o8q:hover{background-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.recipe-grid.svelte-1n46o8q{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.loading.svelte-1n46o8q{text-align:center;color:var(--color-primary-dark);padding:4rem 0}.spinner.svelte-1n46o8q{border:4px solid var(--color-secondary);border-top:4px solid var(--color-primary);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite svelte-1n46o8q-spin}@keyframes svelte-1n46o8q-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state.svelte-1n46o8q{text-align:center;background:var(--color-background);border-radius:var(--radius-md);border:2px dashed var(--color-primary);color:var(--color-text-light);grid-column:1/-1;padding:4rem}footer.svelte-1n46o8q{text-align:center;background-color:var(--color-secondary);color:var(--color-primary-dark);font-family:var(--font-heading);margin-top:4rem;padding:3rem 0;font-size:1.2rem}@media (width<=768px){.section-header.svelte-1n46o8q{text-align:center;flex-direction:column}}
