.navigation_nav__GDQow{background:var(--color-linear-gradient-dark);color:white;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1);border-bottom:1px solid var(--secondary-color)}.navigation_container__tr3lr{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.navigation_logoContainer__9bSbq{display:flex;align-items:center;gap:var(--spacing-small);text-decoration:none}.navigation_logoContainer__9bSbq img{width:40px;height:40px}.navigation_logoText__lyZ8K{font-size:2rem;font-family:var(--font-family-cormorant);font-weight:var(--font-weight-bold);color:var(--color-foreground-primary-light);line-height:1;text-align:center;display:flex;column-gap:.5rem}.navigation_menu__76Eex{gap:2rem}.navigation_addButton__WjnI8,.navigation_menu__76Eex{display:flex;align-items:center}.navigation_addButton__WjnI8 span,.navigation_logoText__lyZ8K span{display:block}.navigation_buttonIcon__OMhw_{width:1rem;height:1rem}@media (max-width:768px){.navigation_container__tr3lr{gap:1rem}.navigation_logoContainer__9bSbq img{width:30px;height:30px}.navigation_logoText__lyZ8K{text-align:left;font-size:1.75rem}.navigation_addButton__WjnI8 span,.navigation_logoText__lyZ8K span{display:none}.navigation_menu__76Eex{flex-wrap:wrap;justify-content:center;gap:var(--spacing-medium)}}.modal_overlay__3ryK_{background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modal_fadeIn__TREf_ .2s ease-out}.modal_modalContainer__kojTj,.modal_overlay__3ryK_{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1001}.modal_modalContainer__kojTj{display:flex;align-items:flex-start;justify-content:center;padding:7vh 1rem 1rem;overflow:auto;-webkit-margin-before:20px;margin-block-start:20px}.modal_modal__ziIA_{color:var(--foreground-color);background:var(--background-color);border:1px solid var(--color-border-secondary);border-radius:var(--radius-large);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:100%;min-width:300px;max-width:600px;max-height:90vh;overflow:hidden;animation:modal_slideIn__1tbhA .3s ease-out;display:flex;flex-direction:column}.modal_header__aRvL9{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border-secondary);background:var(--color-background-gradient-dark);color:var(--white-color)}.modal_title__iiZfm{margin:0;font-size:1.25rem;font-weight:600;color:var(--white-color)}.modal_closeButton__fO8iL{background:none;border:none;color:var(--white-color);cursor:pointer;padding:.5rem;border-radius:var(--radius-small);transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.modal_closeButton__fO8iL:hover{background-color:rgba(255,255,255,.1)}.modal_content__zhlZ_{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 120px)}@keyframes modal_fadeIn__TREf_{0%{opacity:0}to{opacity:1}}@keyframes modal_slideIn__1tbhA{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.modal_modal__ziIA_{max-width:95vw;max-height:98vh}.modal_content__zhlZ_,.modal_header__aRvL9{padding:1rem}}.about_about__3skDJ{max-width:600px;line-height:1.6;color:var(--color-foreground-second-dark)}.about_section__FsUyO{margin-bottom:2rem}.about_section__FsUyO:last-child{margin-bottom:0}.about_section__FsUyO h3{color:var(--primary-color);font-size:1.25rem;font-weight:600;margin-bottom:1rem;border-bottom:2px solid var(--color-border-secondary);padding-bottom:.5rem;font-family:var(--font-family-header)}.about_section__FsUyO p{margin-bottom:1rem;color:var(--color-foreground-second-dark)}.about_section__FsUyO p:last-child{margin-bottom:0}.about_section__FsUyO ul{margin:1rem 0;padding-left:1.5rem}.about_section__FsUyO li{margin-bottom:.75rem;color:var(--color-foreground-second-dark)}.about_section__FsUyO li:last-child{margin-bottom:0}.about_section__FsUyO strong{color:var(--color-foreground-second-dark);font-weight:600}.about_techInfo__xyNVZ{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:1rem}.about_techStack__1eq5J h4{color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:.75rem;font-family:var(--font-family-header)}.about_techStack__1eq5J ul{margin:0;padding-left:1rem}.about_appInfo__awa_N p,.about_techStack__1eq5J li{margin-bottom:.5rem;font-size:.9rem}.about_githubLink__MzeEa{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.about_githubLink__MzeEa:hover{color:var(--color-foreground-second-dark);text-decoration:underline}.about_footer__RFdQq{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border-secondary);text-align:center}.about_footer__RFdQq p{font-size:1.1rem;color:var(--primary-color);margin:0}.about_footerText__poYsC{display:flex;align-items:center;gap:10px;justify-content:center}@media (max-width:768px){.about_about__3skDJ{max-width:100%}.about_section__FsUyO h3{font-size:1.1rem}.about_section__FsUyO ul{padding-left:1rem}.about_techInfo__xyNVZ{grid-template-columns:1fr;gap:1.5rem}.about_appInfo__awa_N p,.about_techStack__1eq5J li{font-size:.85rem}}.avatar-dropdown_dropdownContainer__KXVPp{position:relative;display:inline-block}.avatar-dropdown_avatarButton__KZHJI{display:flex;align-items:center;background:transparent;border:none;cursor:pointer;transition:background-color .2s;box-shadow:none}.avatar-dropdown_avatar__lzW6x{width:36px;height:36px;border-radius:50%;background:var(--color-background-primary-light);display:flex;align-items:center;justify-content:center;border:2px solid var(--color-background-primary-light);transition:border-color .2s;color:var(--primary-color)}.avatar-dropdown_avatarButton__KZHJI:hover .avatar-dropdown_avatar__lzW6x{border-color:var(--secondary-color)}.avatar-dropdown_initials__01nEu{font-weight:700;font-size:1.1rem;color:var(--primary-color)}.avatar-dropdown_dropdown__NwQIL{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--color-background-primary-light);border-radius:var(--radius-xl);border:1.5px solid #d2b48c;box-shadow:0 6px 24px rgba(139,69,19,.1),0 1.5px 4px rgba(139,69,19,.06);min-width:260px;z-index:1000;overflow:hidden;animation:avatar-dropdown_slideDown__fZFk_ .2s ease}@keyframes avatar-dropdown_slideDown__fZFk_{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.avatar-dropdown_userInfo__uerbl{padding:1.1rem 1.2rem .7rem;background:#fbeedc;border-bottom:1.5px solid #ecd9c6}.avatar-dropdown_userEmail__ak2lg{font-size:1rem;color:var(--primary-color);font-weight:600;letter-spacing:.01em}.avatar-dropdown_divider__PU5Qw{height:1.5px;background:#ecd9c6}.avatar-dropdown_dropdownItem__Vbxme{display:block;width:100%;padding:.85rem 1.2rem;text-decoration:none;background:none;border:none;text-align:left;cursor:pointer;transition:background .18s,color .18s;border-radius:0;font-size:1rem;outline:none;box-shadow:none;color:var(--primary-color);font-family:inherit;font-weight:400}.avatar-dropdown_dropdownItem__Vbxme[aria-disabled=true],button.avatar-dropdown_dropdownItem__Vbxme:disabled{color:var(--primary-color);opacity:.5;cursor:not-allowed;background:none}.avatar-dropdown_dropdownItem__Vbxme:hover{background-color:#ffe4ba}.avatar-dropdown_dropdownItem__Vbxme:focus-visible{outline:2px solid var(--primary-color);outline-offset:-2px;background-color:#ffe4ba}.avatar-dropdown_dropdownItem__Vbxme:focus-visible:first-child{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.avatar-dropdown_dropdownItem__Vbxme:focus-visible:last-child{border-bottom-left-radius:var(--radius-xl);border-bottom-right-radius:var(--radius-xl)}.avatar-dropdown_dropdownItem__Vbxme:last-child{border-bottom:none}@media (max-width:768px){.avatar-dropdown_dropdown__NwQIL{right:-1rem;min-width:180px}}.button_button__bbIxr{background-color:var(--color-button-background);color:var(--color-button-text-light);padding:.5rem 1rem;border:none;border-radius:var(--radius-large);cursor:pointer;transition:background-color .2s,border-color .2s,color .2s,transform .1s;font-family:var(--font-family-body);font-size:var(--font-size-button);display:flex;align-items:center;justify-content:center;column-gap:var(--spacing-small);-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button_square__tYDBW{border-radius:0}.button_circle__XWKa3{border-radius:9999px}.button_button__bbIxr:hover{background-color:var(--color-button-background-hover);cursor:pointer}.button_button__bbIxr:active{transform:scale(.98);transition:transform .05s ease}.button_button__bbIxr:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.button_primary__Zg0cO{background-color:var(--primary-color);color:var(--white-color)}.button_primary__Zg0cO:hover{background-color:var(--primary-dark-color)}.button_outline__1AKUd{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.button_outline__1AKUd:hover{background-color:var(--primary-color);color:var(--white-color)}.button_link__8Cu_f{background-color:transparent;border:none;color:var(--primary-color);cursor:pointer;text-decoration:none;transition:color .2s ease;padding:.25rem .5rem;border-radius:var(--radius-small)}.button_link__8Cu_f:hover{background-color:transparent;text-decoration:underline}.button_ghost__Rqxii{background-color:transparent;border:none;color:var(--color-button-text-dark);transition:background-color .2s ease}.button_ghost__Rqxii:hover{background-color:var(--color-button-background-hover);color:var(--color-button-text-light)}.button_small__08UbU{padding:.75rem 1rem;font-size:1rem;min-height:2.25rem;min-width:2.25rem}.button_large__vQaOv{padding:.875rem 1.5rem;font-size:1.125rem;min-height:3rem}.button_iconOnly__9TOvw{padding:.5rem;display:flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.button_iconOnly__9TOvw.button_small__08UbU{padding:.625rem;min-width:2.25rem;min-height:2.25rem}.button_iconOnly__9TOvw.button_large__vQaOv{padding:.75rem;min-width:3.5rem;min-height:3.5rem}@media (max-width:768px){.button_iconOnly__9TOvw{padding:.5rem;display:flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.button_iconOnly__9TOvw.button_small__08UbU{padding:.625rem;min-width:2.25rem;min-height:2.25rem}.button_iconOnly__9TOvw.button_large__vQaOv{padding:.75rem;min-width:3.5rem;min-height:3.5rem}.button_iconOnly__9TOvw span{display:none}}.button_gold__Zlm0z{background-color:#f4d03f;color:#3a1a00;border:none}.button_gold__Zlm0z:hover{background-color:#ffe082;color:#3a1a00}.button_success__q7KT9{background-color:#10b981;color:white;border:none}.button_success__q7KT9:hover{background-color:#059669}.button_danger__iFJk6{background-color:#ef4444;color:white;border:none}.button_danger__iFJk6:hover{background-color:#dc2626}.button_warning__kH5m_{background-color:#f59e0b;color:white;border:none}.button_warning__kH5m_:hover{background-color:#d97706}.button_info__m2a8R{background-color:#3b82f6;color:white;border:none}.button_info__m2a8R:hover{background-color:#2563eb}.button_success__q7KT9.button_outline__1AKUd{background-color:transparent;color:#10b981;border:1px solid #10b981}.button_success__q7KT9.button_outline__1AKUd:hover{background-color:#10b981;color:white}.button_danger__iFJk6.button_outline__1AKUd{background-color:transparent;color:#ef4444;border:1px solid #ef4444}.button_danger__iFJk6.button_outline__1AKUd:hover{background-color:#ef4444;color:white}.button_warning__kH5m_.button_outline__1AKUd{background-color:transparent;color:#f59e0b;border:1px solid #f59e0b}.button_warning__kH5m_.button_outline__1AKUd:hover{background-color:#f59e0b;color:white}.button_info__m2a8R.button_outline__1AKUd{background-color:transparent;color:#3b82f6;border:1px solid #3b82f6}.button_info__m2a8R.button_outline__1AKUd:hover{background-color:#3b82f6;color:white}.button_alignLeft__sx3Em{justify-content:flex-start}.button_alignRight__5RNbt{justify-content:flex-end}.ai-chef-chat-window_chatWindow__evG_R{position:fixed;bottom:100px;right:60px;width:450px;max-height:80%;background:linear-gradient(135deg,#fefcf3,#fef7ed);border:2px solid var(--color-border-secondary);border-radius:var(--radius-large);display:flex;flex-direction:column;z-index:1001;transition:all .3s ease}.ai-chef-chat-window_maximized__EnFRA{width:calc(100vw - 40px)!important;height:calc(100vh - 120px)!important;max-width:none!important;max-height:none!important;bottom:20px!important;right:20px!important;left:20px!important;top:20px!important;margin:0 auto;border-radius:var(--radius-large)}.ai-chef-chat-window_header__G1ua0{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--color-background-gradient-dark);color:var(--white-color);border-top-left-radius:var(--radius-large);border-top-right-radius:var(--radius-large)}.ai-chef-chat-window_headerActions__2ikdC{display:flex;align-items:center;gap:.5rem}.ai-chef-chat-window_closeButton__CkgZQ,.ai-chef-chat-window_maximizeButton__9md_K{background:none;border:none;color:var(--white-color);font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:var(--radius-small);transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.ai-chef-chat-window_closeButton__CkgZQ:hover,.ai-chef-chat-window_maximizeButton__9md_K:hover{background-color:rgba(255,255,255,.2)}.ai-chef-chat-window_messages__K0Fht{flex:1 1;overflow-y:auto;padding:1rem;background:#fef7ed}.ai-chef-chat-window_inputArea__nYSjg{display:flex;flex-direction:column;padding:.75rem;gap:.5rem}.ai-chef-chat-window_input__Qcswi{padding:.75rem;border:2px solid #d2b48c;border-radius:var(--radius-large);background:var(--white-color);font-size:16px;font-family:var(--font-family-body);color:var(--color-text-primary);transition:border-color .2s ease;resize:none;min-height:60px;overflow-y:auto;line-height:1.5;box-sizing:border-box}.ai-chef-chat-window_input__Qcswi:focus{outline:none;border-color:#92400e;box-shadow:0 0 0 2px rgba(146,64,14,.1)}.ai-chef-chat-window_input__Qcswi::placeholder{color:var(--color-foreground-accent)}.ai-chef-chat-window_sendButton__JodmO{min-width:80px;width:-moz-fit-content;width:fit-content;-webkit-margin-start:auto;margin-inline-start:auto;font-size:var(--font-size-body)}.ai-chef-chat-window_loadingContainer__2gGf4,.ai-chef-chat-window_typingIndicator__8EvIc{display:flex;justify-content:flex-start;padding:.5rem 0}.ai-chef-chat-window_typingIndicator__8EvIc{margin-left:.5rem}.ai-chef-chat-window_typingText__M418J{font-size:.875rem;color:#6b7280;font-style:italic;animation:ai-chef-chat-window_fadeInOut__X5nRs 2s ease-in-out infinite}@keyframes ai-chef-chat-window_fadeInOut__X5nRs{0%,to{opacity:.6}50%{opacity:1}}@media (max-width:768px){.ai-chef-chat-window_chatWindow__evG_R{width:calc(100vw - 40px);max-width:400px;height:calc(100vh - 200px);max-height:70%;bottom:60px;right:20px;left:20px;margin:0 auto}.ai-chef-chat-window_maximized__EnFRA{width:calc(100vw - 20px)!important;height:calc(100vh - 100px)!important;bottom:10px!important;right:10px!important;left:10px!important;top:10px!important}}@media (max-width:480px){.ai-chef-chat-window_chatWindow__evG_R{width:calc(100vw - 20px);right:10px;left:10px;bottom:100px;height:calc(100vh - 180px)}.ai-chef-chat-window_maximized__EnFRA{width:calc(100vw - 10px)!important;height:calc(100vh - 80px)!important;bottom:5px!important;right:5px!important;left:5px!important;top:5px!important}.ai-chef-chat-window_messages__K0Fht{padding:.75rem}.ai-chef-chat-window_input__Qcswi{padding:.5rem;min-height:50px}}.page-transition_pageContainer__6eKcC{position:relative;width:100%;min-height:100vh;overflow-x:hidden}.page-transition_pageContent__IXFX5{width:100%;min-height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.page-transition_pageContainer__6eKcC.page-transition_transitioning__VgCdC .page-transition_pageContent__IXFX5{animation:page-transition_slideInFromRight__NI9fG .3s cubic-bezier(.4,0,.2,1) forwards}.page-transition_pageContainer__6eKcC.page-transition_slideFromLeft__Kc6Ld .page-transition_pageContent__IXFX5{animation:page-transition_slideInFromLeft__3KCHs .3s cubic-bezier(.4,0,.2,1) forwards}.page-transition_pageContainer__6eKcC.page-transition_fadeTransition__JuDtk .page-transition_pageContent__IXFX5{animation:page-transition_fadeIn___H5Sk .3s cubic-bezier(.4,0,.2,1) forwards}}@media (min-width:769px){.page-transition_pageContainer__6eKcC.page-transition_fadeTransition__JuDtk .page-transition_pageContent__IXFX5,.page-transition_pageContainer__6eKcC.page-transition_slideFromLeft__Kc6Ld .page-transition_pageContent__IXFX5,.page-transition_pageContainer__6eKcC.page-transition_transitioning__VgCdC .page-transition_pageContent__IXFX5{animation:none;transform:translateX(0)}}@keyframes page-transition_slideInFromRight__NI9fG{0%{transform:translateX(100%);opacity:.8}to{transform:translateX(0);opacity:1}}@keyframes page-transition_slideInFromLeft__3KCHs{0%{transform:translateX(-100%);opacity:.8}to{transform:translateX(0);opacity:1}}@keyframes page-transition_fadeIn___H5Sk{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.page-transition_pageContainer__6eKcC .page-transition_pageContent__IXFX5{animation:none!important;transition:none!important;transform:translateX(0)!important}}@media (max-width:768px){.page-transition_pageContainer__6eKcC{-webkit-overflow-scrolling:touch}}.service-worker-update-handler_updateNotification__8UXuk{position:fixed;bottom:20px;left:20px;right:20px;max-width:400px;margin:0 auto;background:linear-gradient(135deg,#fef6e7,#fef3c7);border:2px solid var(--primary-color);border-radius:12px;box-shadow:0 8px 32px rgba(139,69,19,.2);z-index:10000;animation:service-worker-update-handler_slideUp__o2yrX .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-worker-update-handler_updateContent__A0MOZ{padding:16px;display:flex;align-items:center;gap:12px}.service-worker-update-handler_updateIcon__wIHye{flex-shrink:0;width:40px;height:40px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white}.service-worker-update-handler_updateText__y_bbl{flex:1 1;min-width:0}.service-worker-update-handler_updateText__y_bbl h3{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--primary-color);font-family:var(--font-family-header)}.service-worker-update-handler_updateText__y_bbl p{margin:0;font-size:14px;color:var(--text-color);line-height:1.4}.service-worker-update-handler_updateActions__DfF3_{display:flex;gap:8px;flex-shrink:0}.service-worker-update-handler_updateButton__gFpFq{background:var(--primary-color);color:white;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:var(--font-family-body)}.service-worker-update-handler_updateButton__gFpFq:hover:not(:disabled){background:var(--primary-color-dark);transform:translateY(-1px)}.service-worker-update-handler_updateButton__gFpFq:disabled{opacity:.7;cursor:not-allowed}.service-worker-update-handler_dismissButton__oyq2I{background:transparent;color:var(--text-color);border:1px solid var(--border-color);padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:var(--font-family-body)}.service-worker-update-handler_dismissButton__oyq2I:hover{background:rgba(139,69,19,.1);border-color:var(--primary-color)}@keyframes service-worker-update-handler_slideUp__o2yrX{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:480px){.service-worker-update-handler_updateNotification__8UXuk{left:10px;right:10px;bottom:10px}.service-worker-update-handler_updateContent__A0MOZ{flex-direction:column;text-align:center;gap:12px}.service-worker-update-handler_updateActions__DfF3_{width:100%;justify-content:center}.service-worker-update-handler_dismissButton__oyq2I,.service-worker-update-handler_updateButton__gFpFq{flex:1 1;max-width:120px}}.recipe-form_container__vlDat{min-height:100vh;position:relative}.recipe-form_content__UcyVZ{position:relative;z-index:10;max-width:1000px;margin:0 auto;padding:2rem 1rem 6rem}.recipe-form_header__Ui5Mn{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.recipe-form_cancelButton__8NcnD{color:#92400e;background:transparent;border:none;display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:var(--radius-small);transition:all .2s}.recipe-form_cancelButton__8NcnD:hover{background-color:#78350f;color:#fef3c7}.recipe-form_title__3b8MS{margin:0}.recipe-form_spacer__Fjaq_{width:5rem}.recipe-form_form__GJEwj{display:flex;flex-direction:column;gap:2rem}.recipe-form_card__yeuqz{background:linear-gradient(135deg,#fefcf3,#fef7ed);border:2px solid #fbbf24;border-radius:var(--radius-large)}.recipe-form_aiCard__prgiq{background:linear-gradient(135deg,#fefcf3,#fef7ed 50%,#fef3c7);border:2px solid #d97706;border-radius:var(--radius-large);position:relative;overflow:hidden}.recipe-form_aiCard__prgiq:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d97706,#f59e0b,#fbbf24,#f59e0b,#d97706);background-size:200% 100%;animation:recipe-form_aiBorderFlow__AL0Cv 4s linear infinite}@keyframes recipe-form_aiBorderFlow__AL0Cv{0%{background-position:0 0}to{background-position:200% 0}}.recipe-form_cardHeader__m2v4B{padding:1.5rem 1.5rem 0}.recipe-form_cardTitle__izl4o{text-align:center;margin:0}.recipe-form_decorativeLine__XF0cj{width:4rem;height:2px;background:var(--color-decorative-line-accent);margin:.5rem auto 0}.recipe-form_cardContent__DV7xH{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.recipe-form_imageUploadSection__8eSRI{display:flex;flex-direction:column;align-items:center;gap:2rem}.recipe-form_imagePreviewContainer__YyqL6{position:relative;max-width:400px;width:100%}.recipe-form_imagePreviewWrapper__H9BZm{position:relative;width:100%;height:250px;border-radius:var(--radius-large);border:2px solid #fbbf24;overflow:hidden}.recipe-form_imagePreview__OLpCh{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-large)}.recipe-form_removeImageButton__V_AZL{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background-color:rgba(220,38,38,.9);color:white;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.recipe-form_removeImageButton__V_AZL:hover{background-color:#dc2626}.recipe-form_uploadPlaceholder__7x3cZ{width:100%;max-width:400px;height:200px;border:2px dashed #fbbf24;border-radius:var(--radius-large);display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fefcf3}.recipe-form_uploadIcon__HBUhV{width:3rem;height:3rem;color:var(--color-foreground-accent);margin-bottom:.5rem}.recipe-form_uploadText__Zb2s8{color:var(--color-foreground-accent);margin:0}.recipe-form_uploadControls__2_Xcv{display:flex;justify-content:center}.recipe-form_hiddenInput__HFZAV{display:none}.recipe-form_inputGrid__TxuPs{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.recipe-form_inputGrid__TxuPs{grid-template-columns:repeat(2,1fr)}}.recipe-form_metaGrid__4xfT4{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.recipe-form_metaGrid__4xfT4{grid-template-columns:repeat(3,1fr)}}.recipe-form_inputGroup__SX_8M{display:flex;flex-direction:column;gap:.5rem}.recipe-form_label__nT2Vy{color:#78350f;font-weight:600}.recipe-form_input__Sngbc{background-color:#fefcf3;border:1px solid #fbbf24;border-radius:var(--radius-medium);padding:.5rem .75rem;height:2.5rem;color:#78350f;width:100%;font-family:inherit;font-size:1rem;line-height:1.5}.recipe-form_input__Sngbc:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.recipe-form_select__Mz2Qn{background-color:#fefcf3;border:1px solid #fbbf24;border-radius:var(--radius-medium);padding:.5rem .75rem;height:2.5rem;color:#78350f;font-family:inherit;font-size:1rem;line-height:1.5}.recipe-form_select__Mz2Qn:focus{border-color:#f59e0b}.recipe-form_toggleContainer__cEVPI{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:2px solid #fbbf24;border-radius:var(--radius-medium);background-color:#fefcf3;transition:all .2s}.recipe-form_toggleContainer__cEVPI:hover{border-color:var(--color-background-accent);background-color:#fef7ed}.recipe-form_toggleInput__N6lnr{width:1.25rem;height:1.25rem;accent-color:var(--color-background-accent);cursor:pointer;margin-top:.25rem}.recipe-form_toggleLabel__ZkB1h{display:flex;flex-direction:column;gap:.25rem;cursor:pointer;flex:1 1}.recipe-form_toggleText__YEXES{color:#78350f;font-weight:500}.recipe-form_toggleDescription___HMS7{color:#92400e;opacity:.8}.recipe-form_textarea__aNR3m{background-color:#fefcf3;border:1px solid #fbbf24;min-height:5rem;border-radius:var(--radius-medium);padding:.5rem .75rem;resize:vertical;color:#78350f;width:100%;font-family:inherit;font-size:1rem;line-height:1.5}.recipe-form_textarea__aNR3m:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.recipe-form_listItem__7NIP3{display:flex;gap:.5rem;align-items:flex-start;-webkit-margin-after:var(--spacing-xxs);margin-block-end:var(--spacing-xxs)}.recipe-form_stepNumber__3UDo6{width:2rem;height:2rem;background-color:var(--color-background-accent);color:#fefcf3;border-radius:50%;font-weight:600;margin-top:.25rem}.recipe-form_removeButton__iGltq,.recipe-form_stepNumber__3UDo6{display:flex;align-items:center;justify-content:center;flex-shrink:0}.recipe-form_removeButton__iGltq{border:1px solid #fca5a5;color:#dc2626;background:transparent;width:2.5rem;height:2.5rem;cursor:pointer;border-radius:var(--radius-medium);transition:all .2s}.recipe-form_removeButton__iGltq:hover{background-color:#fef2f2}.recipe-form_buttonIcon__QJeLV{width:1rem;height:1rem}.recipe-form_submitButtons__oI9vL{display:flex;justify-content:center;gap:1rem}.recipe-form_loadingTextContainer__m3KOz{display:flex;align-items:center;gap:.5rem}.recipe-form_spinning__WloB9{animation:recipe-form_spin__ZzQuZ 1s linear infinite}@keyframes recipe-form_spin__ZzQuZ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.recipe-form_aiSection__Xj1ds{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center;position:relative;padding:1.5rem;background:linear-gradient(135deg,#fefcf3,#fef7ed 50%,#fef3c7);border:2px solid #d97706;border-radius:var(--radius-large);box-shadow:0 4px 6px -1px rgba(217,119,6,.1),0 2px 4px -1px rgba(217,119,6,.06),inset 0 1px 0 rgba(255,255,255,.1)}.recipe-form_aiSection__Xj1ds:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#d97706,#f59e0b,#fbbf24,#f59e0b,#d97706);border-radius:var(--radius-large);z-index:-1;opacity:.3;animation:recipe-form_aiGlow__U7Yo0 3s ease-in-out infinite alternate}@keyframes recipe-form_aiGlow__U7Yo0{0%{opacity:.2}to{opacity:.4}}.recipe-form_aiDivider__9Q6cP{width:100%;height:1px;background:linear-gradient(90deg,transparent,#d97706 50%,transparent);margin:1.5rem 0}.recipe-form_aiDescription___PzfN{display:flex;align-items:center;gap:1rem;max-width:500px;position:relative}.recipe-form_aiDescription___PzfN:after{content:"";position:absolute;top:-.5rem;left:-.5rem;right:-.5rem;bottom:-.5rem;background:radial-gradient(circle,rgba(217,119,6,.05) 0,transparent 70%);border-radius:var(--radius-medium);z-index:-1}.recipe-form_aiIcon__au0g3{width:2.5rem;height:2.5rem;color:#d97706;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(217,119,6,.2));animation:recipe-form_aiIconPulse__AclZD 2s ease-in-out infinite}@keyframes recipe-form_aiIconPulse__AclZD{0%,to{transform:scale(1);filter:drop-shadow(0 2px 4px rgba(217,119,6,.2))}50%{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(217,119,6,.3))}}.recipe-form_aiDescription___PzfN h4{font-size:var(--font-size-category-card);margin:0 0 .5rem;color:#92400e;font-weight:700;text-shadow:0 1px 2px rgba(217,119,6,.1)}.recipe-form_aiDescription___PzfN p{margin:0;line-height:1.6;color:#78350f;font-style:italic}@media (max-width:768px){.recipe-form_aiDescription___PzfN{flex-direction:column;text-align:center}}.recipe-form_ingredientGroup__fO2b9{border:2px solid #fbbf24;border-radius:var(--radius-medium);padding:1.5rem;background:linear-gradient(135deg,#fefcf3,#fef7ed);margin-bottom:1.5rem}.recipe-form_groupHeader__2l8K0{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #fbbf24}.recipe-form_groupNameInput___lUL6{flex:1 1;background-color:#fefcf3;border:1px solid #fbbf24;border-radius:var(--radius-medium);padding:.5rem .75rem;height:2.5rem;color:#78350f;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.5}.recipe-form_groupNameInput___lUL6:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.recipe-form_groupNameInput___lUL6::placeholder{color:#92400e;opacity:.7;font-weight:500}.recipe-form_removeGroupButton__C__mF{border:1px solid #fca5a5;color:#dc2626;background:transparent;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:var(--radius-medium);flex-shrink:0;transition:all .2s}.recipe-form_removeGroupButton__C__mF:hover{background-color:#fef2f2;border-color:#dc2626}.recipe-form_addGroupButton__tGgGA,.recipe-form_addIngredientButton__E8TqZ{margin-top:1rem;width:100%;justify-content:center}.recipe-form_addGroupButton__tGgGA{background:linear-gradient(135deg,#fefcf3,#fef7ed);border:2px dashed #fbbf24;color:#92400e;font-weight:600;transition:all .2s}.recipe-form_addGroupButton__tGgGA:hover{background:linear-gradient(135deg,#fef7ed,#fef3c7);border-color:#f59e0b;color:#78350f;transform:translateY(-1px);box-shadow:0 4px 8px rgba(245,158,11,.2)}.redux-demo_container__RYzf_{padding:2rem;max-width:800px;margin:0 auto}.redux-demo_card__N0N0a{padding:2rem}.redux-demo_title__gquBn{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-heading)}.redux-demo_description__OlPEe{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.6}.redux-demo_section__yJPRj{margin-bottom:2rem;padding:1.5rem;border:1px solid var(--color-border-secondary);border-radius:var(--radius-medium);background:var(--color-background-card)}.redux-demo_section__yJPRj h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--color-heading)}.redux-demo_themeControls__jt4tM{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.redux-demo_currentState__3209G{font-size:.9rem;color:var(--color-text-secondary);margin-top:.5rem}.redux-demo_loadingMessage__oH210{margin-top:.5rem;font-size:.9rem;color:var(--color-primary);font-style:italic}.redux-demo_spinning__yOqON{animation:redux-demo_spin__v0L68 1s linear infinite}@keyframes redux-demo_spin__v0L68{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.redux-demo_tip__3GfmO{background:var(--color-background-accent);padding:.75rem;border-radius:var(--radius-medium);font-size:.9rem;color:var(--color-text-primary);border-left:3px solid var(--color-primary)}.redux-demo_modalOverlay__UCXMF{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.redux-demo_modal__45U_T{background:var(--color-background-card);padding:2rem;border-radius:var(--radius-large);box-shadow:var(--shadow-card);max-width:400px;width:90%}.redux-demo_modal__45U_T h3{margin-bottom:1rem;color:var(--color-heading)}.redux-demo_modal__45U_T p{margin-bottom:1.5rem;color:var(--color-text-secondary)}@media (max-width:768px){.redux-demo_container__RYzf_{padding:1rem}.redux-demo_card__N0N0a{padding:1.5rem}.redux-demo_themeControls__jt4tM{flex-direction:column}.redux-demo_themeControls__jt4tM button{width:100%}}.home_container__eduTK{min-height:100vh}.home_content__LoR4c{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:2rem 1rem}.home_loadingContainer__wmCgD{display:flex;justify-content:center;align-items:center;min-height:50vh;width:100%}.home_errorStateCard__3VeDh{display:flex;flex-direction:column;align-items:center;row-gap:20px}.profile_container__jCM_J{min-height:100vh;padding:var(--spacing-xl) var(--spacing-medium);background:var(--color-background-gradient)}.profile_content__5Weyk{max-width:800px;margin:0 auto}.profile_content__5Weyk h1{font-family:var(--font-family-header);font-size:var(--font-size-page-header);font-weight:var(--font-weight-regular);color:var(--color-heading);margin-bottom:var(--spacing-small);text-align:center;letter-spacing:.5px}.profile_subtitle__GVL3Z{font-family:var(--font-family-body);font-size:var(--font-size-card-body);color:var(--color-text);text-align:center;margin-bottom:var(--spacing-xl);opacity:.8}.profile_profileSummaryCard__JbTXV{margin-bottom:var(--spacing-xl);padding:var(--spacing-xl);border-left:4px solid var(--color-heading)}.profile_avatarSection__wPk0Q{display:flex;align-items:center;gap:var(--spacing-xl)}.profile_avatarContainer__X2StP{position:relative;flex-shrink:0}.profile_avatar__ztvnn{width:80px;height:80px;border-radius:var(--radius-round);border:2px solid var(--color-heading);background:var(--color-background-light);color:var(--color-heading);font-size:42px}.profile_avatar__ztvnn,.profile_cameraButton__sQLIb{display:flex;align-items:center;justify-content:center}.profile_cameraButton__sQLIb{position:absolute;bottom:-4px;right:-4px;width:24px;height:24px;border-radius:var(--radius-round);background:var(--color-heading);color:var(--color-button-text-light);border:none;cursor:pointer}.profile_userInfo__eGm_M{flex:1 1}.profile_nameSection__VOPaI{display:flex;align-items:center;gap:var(--spacing-small);margin-bottom:var(--spacing-small)}.profile_nameSection__VOPaI h2{font-family:var(--font-family-header);font-size:var(--font-size-section-header);font-weight:var(--font-weight-medium);color:var(--color-text);margin:0;letter-spacing:.5px}.profile_editButton__ObhVO{background:none;border:none;color:var(--color-heading);cursor:pointer;padding:var(--spacing-xxs);border-radius:var(--radius-small);transition:all var(--transition-duration) var(--transition-timing)}.profile_editButton__ObhVO:hover{background:var(--color-background-light)}.profile_emailSection___azVo{display:flex;align-items:center;gap:var(--spacing-small);margin-bottom:var(--spacing-medium);color:var(--color-text);opacity:.8}.profile_statusBadge__RknVB{display:inline-block;padding:var(--spacing-xxs) var(--spacing-small);background:var(--color-heading);color:var(--color-button-text-light);border-radius:var(--radius-round);font-family:var(--font-family-body);font-size:var(--font-size-badge);font-weight:var(--font-weight-semibold)}.profile_twoColumnSection__UvgcM{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-xl);gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.profile_cardHeader__FiNq3{display:flex;align-items:center;gap:var(--spacing-small);margin-bottom:var(--spacing-small)}.profile_cardHeader__FiNq3 h3{font-family:var(--font-family-header);font-size:var(--font-size-card-title);font-weight:var(--font-weight-medium);color:var(--color-heading);margin:0;letter-spacing:.5px}.profile_cardHeader__FiNq3 svg{color:var(--color-heading)}.profile_cardSubtitle__DsqKW{font-family:var(--font-family-body);font-size:var(--font-size-card-meta);color:var(--color-text);margin-bottom:var(--spacing-large);opacity:.8}.profile_infoCard___oEIx{padding:var(--spacing-xl)}.profile_infoItems__uBGLP{display:flex;flex-direction:column;gap:var(--spacing-medium)}.profile_infoItem__4D8Fp{display:flex;align-items:center;gap:var(--spacing-small);padding:var(--spacing-small) 0;border-bottom:1px solid var(--color-border-secondary);opacity:.8}.profile_infoItem__4D8Fp:last-child{border-bottom:none}.profile_infoItem__4D8Fp svg{color:var(--color-heading);flex-shrink:0}.profile_infoLabel__jxA0_{font-weight:var(--font-weight-semibold);min-width:120px}.profile_infoLabel__jxA0_,.profile_infoValue__V3cid{font-family:var(--font-family-body);color:var(--color-text)}.profile_infoValue__V3cid{opacity:.8}.profile_actionsCard__5gmYU{padding:var(--spacing-xl)}.profile_actionButtons___hFGA{display:flex;flex-direction:column;gap:var(--spacing-medium)}.profile_privacyCard__x1reQ{padding:var(--spacing-xl)}.profile_privacyGrid__nAAtd{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--spacing-medium);gap:var(--spacing-medium)}.profile_message__Ua2Fz{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-medium);margin-bottom:var(--spacing-large);border-radius:var(--radius-medium);font-family:var(--font-family-body);font-size:var(--font-size-card-body);font-weight:var(--font-weight-medium)}.profile_message__Ua2Fz.profile_success__AUl5O{background:rgba(34,197,94,.1);color:#16a34a;border:1px solid rgba(34,197,94,.2)}.profile_message__Ua2Fz.profile_error__Au46J{background:rgba(239,68,68,.1);color:#dc2626;border:1px solid rgba(239,68,68,.2)}.profile_messageClose__yCiQB{background:none;border:none;color:inherit;cursor:pointer;padding:var(--spacing-xxs);border-radius:var(--radius-small);transition:all var(--transition-duration) var(--transition-timing)}.profile_messageClose__yCiQB:hover{background:rgba(0,0,0,.1)}.profile_form__6_5aT{display:flex;flex-direction:column;gap:var(--spacing-large)}.profile_formGroup__J6sUM{display:flex;flex-direction:column;gap:var(--spacing-small)}.profile_formGroup__J6sUM label{font-family:var(--font-family-body);font-size:var(--font-size-card-body);font-weight:var(--font-weight-semibold);color:var(--color-text)}.profile_formGroup__J6sUM input,.profile_formGroup__J6sUM textarea{background-color:#fefcf3;border:1px solid #fbbf24;border-radius:var(--radius-medium);padding:.5rem .75rem;height:2.5rem;color:#78350f;width:100%;font-family:inherit;font-size:1rem;line-height:1.5}.profile_formGroup__J6sUM textarea{min-height:5rem}.profile_formGroup__J6sUM input:focus,.profile_formGroup__J6sUM textarea:focus{outline:none;border-color:var(--color-heading);box-shadow:0 0 0 2px rgba(var(--color-heading-rgb),.1)}.profile_formActions__uXAkG{display:flex;gap:var(--spacing-medium);justify-content:flex-end;margin-top:var(--spacing-large)}.profile_deleteAccountContent__4QUwo{display:flex;flex-direction:column;gap:var(--spacing-large)}.profile_deleteWarning__JHAaU{padding:var(--spacing-medium);background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-medium);color:#dc2626;line-height:1.5}.profile_deleteAccountContent__4QUwo p,.profile_deleteWarning__JHAaU{font-family:var(--font-family-body);font-size:var(--font-size-card-body)}.profile_deleteAccountContent__4QUwo p{color:var(--color-text);margin:0}@media (max-width:768px){.profile_container__jCM_J{padding:var(--spacing-medium)}.profile_content__5Weyk h1{font-size:var(--font-size-section-header)}.profile_twoColumnSection__UvgcM{grid-template-columns:1fr;gap:var(--spacing-large)}.profile_avatarSection__wPk0Q{flex-direction:column;text-align:center;gap:var(--spacing-medium)}.profile_nameSection__VOPaI{justify-content:center}.profile_infoItem__4D8Fp{flex-direction:column;align-items:flex-start;gap:var(--spacing-small)}.profile_infoLabel__jxA0_{min-width:auto}.profile_privacyGrid__nAAtd{grid-template-columns:1fr}.profile_formActions__uXAkG{flex-direction:column}.profile_message__Ua2Fz{flex-direction:column;gap:var(--spacing-small);text-align:center}}.profile_profileModal__eFXgi{width:100%!important;min-width:400px!important;max-width:600px!important}@media (max-width:768px){.profile_profileModal__eFXgi{width:95vw!important;min-width:300px!important;max-width:95vw!important}}.auth-form_container__CMXhy{max-width:400px;margin:0 auto;padding:2rem;background:#f8f6f1;border:2px solid var(--primary-color);border-radius:8px;box-shadow:0 4px 8px rgba(139,69,19,.2)}.auth-form_title__E1SI_{text-align:center;color:var(--primary-color);margin-bottom:1.5rem}.auth-form_form__L4ugP{display:flex;flex-direction:column;gap:1rem}.auth-form_field__7BsVd{display:flex;flex-direction:column;gap:.5rem}.auth-form_label__Y6qQp{color:var(--primary-color);font-weight:600;font-size:.9rem}.auth-form_input__zF3fg{padding:.75rem;border:2px solid #d2b48c;border-radius:var(--radius-small);background:#fff;font-size:1rem;transition:border-color .2s ease;color:var(--primary-color);width:100%}.auth-form_input__zF3fg:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(139,69,19,.1)}.auth-form_button__8dxoX{margin-top:.5rem}.auth-form_error__dSVrH{padding:.75rem;background:#fee;border:1px solid #fcc;border-radius:var(--radius-small);color:#c33;font-size:.9rem}.auth-form_message__VYDW8{padding:.75rem;background:#efe;border:1px solid #cfc;border-radius:var(--radius-small);color:#363;font-size:.9rem}.auth-form_passwordField__GZYqH{position:relative}.auth-form_passwordInput__UEJJX{padding-right:3rem}.auth-form_eyeButton__QzW6h{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--primary-color);padding:.25rem;border-radius:var(--radius-small);transition:color .2s ease}.auth-form_eyeButton__QzW6h:hover{color:#a0522d}.auth-form_eyeButton__QzW6h:focus{outline:none;box-shadow:0 0 0 2px rgba(139,69,19,.1)}.auth-form_links__2aJd0{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.auth-form_guestSection__40e0U{margin-top:1rem;padding-top:1rem;border-top:1px solid #d2b48c;display:flex;justify-content:center}.auth-form_guestButton__4FhNt{color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .2s ease}.auth-form_guestButton__4FhNt:hover{color:#a0522d;text-decoration:underline}.signin_container__y6DDm{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:6rem 1rem 1rem}.signin_content__uU80Y{text-align:center;max-width:500px;width:100%}.signin_header__Cwdmq{color:var(--primary-color);margin-bottom:.5rem}.signin_subtitle__je9C9{margin-bottom:2rem}.signin_footer__6P_Cw{margin-top:2rem;color:#666;font-size:.9rem}.signin_link__S0mh4{color:var(--primary-color);text-decoration:none;font-weight:600}.signin_link__S0mh4:hover{text-decoration:underline}.signup_container__xIJ6D{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5% 1rem 1rem}.signup_content__eS1cM{text-align:center;max-width:500px;width:100%}.signup_header__1MYRS{color:var(--primary-color);margin-bottom:.5rem;font-weight:700}.signup_subtitle__WdSkY{color:#666;margin-bottom:2rem}.signup_footer__3z5A3{margin-top:2rem;color:#666;font-size:.9rem}.signup_link__eqk9l{color:var(--primary-color);text-decoration:none;font-weight:600}.signup_link__eqk9l:hover{text-decoration:underline}.category_container__lmicF{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}.category_content__DHZRr{position:relative;z-index:1;width:100%;max-width:1000px;padding:2rem 1rem;margin:6rem auto 0}.category_header__RD1sb{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;z-index:100;padding:1rem 1.5rem}.category_headerContent__55_jp{display:flex;align-items:center;justify-self:center;width:100%;max-width:960px}.category_mainTitle__GGtdf{color:var(--primary-color);flex:1 1;text-align:center;margin:0}.category_resultsContainer__PAWl_{min-height:200px}.category_recipeGrid__sy1cN{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto;padding:2rem 0}.category_recipeGrid__sy1cN>:only-child{justify-self:center;max-width:400px;width:100%}.category_emptyState__bv3QH{display:flex;flex-direction:column;justify-content:center;align-items:center}.category_emptyTitle__mDQal{color:#b36b00;margin-bottom:.5rem;font-family:var(--font-family-header)}.category_buttonIcon__hnbsG{width:1.5rem;height:1.5rem}.category_addButton__jdUZq{margin-top:2rem}