@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Nunito:wght@400;500;600;700&display=swap";body:has(.auth-layout){margin:0!important;padding:0!important;overflow:hidden}.auth-layout{min-height:100vh;width:100vw;margin:0;padding:0;position:fixed;inset:0;overflow:hidden;z-index:9999;display:flex;background:#fff}.auth-main{display:flex;width:100%;height:100vh;padding:1.7rem;box-sizing:border-box;background:#fff;gap:1.5rem;align-items:center;justify-content:flex-start}.auth-container{display:flex;width:100%;max-width:1400px;height:100%;gap:1.5rem;align-items:center;justify-content:flex-start;margin-left:0}.auth-image-panel{flex:1.8;height:calc(100vh - 3.4rem);max-height:800px;background-image:url(/assets/Login_page_design-Dpsmc6qy.svg);background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px -12px #00000040;margin-left:1.5rem;border-radius:120px 48px 48px;clip-path:none}.auth-image-panel:before{content:"";position:absolute;inset:0;z-index:1;border-radius:120px 48px 48px}.auth-back-btn{position:absolute;top:-15px;left:-15px;width:60px;height:60px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #00000026;z-index:2;transition:all .3s ease;color:#374151}.auth-back-btn svg{width:24px;height:24px;color:inherit}.auth-back-btn:hover{background:#f9fafb;transform:scale(1.05);box-shadow:0 12px 35px #0003}.auth-back-btn:active{transform:scale(.98)}.auth-form-panel{flex:1;height:auto;background:transparent;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;position:relative;border-radius:0;box-shadow:none}.auth-card{width:100%;max-width:400px;background:transparent;padding:0;border:none;box-shadow:none;border-radius:0;display:flex;flex-direction:column;justify-content:center}.auth-header{text-align:left;margin-bottom:2rem}.auth-header h1{font-family:Inter,sans-serif;font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}.auth-header p{color:#6b7280;font-size:.95rem;font-weight:400;line-height:1.5;margin:0}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151;font-size:.875rem;margin-bottom:.25rem}.input-wrapper{position:relative}.input-wrapper input{width:100%;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-weight:400;color:#1f2937;background:#fff;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.input-wrapper input::placeholder{color:#9ca3af;font-weight:400}.input-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-wrapper input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.7}.input-wrapper input.error{border-color:#ef4444}.password-strength{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.strength-bar{flex:1;height:3px;background:#e5e7eb;border-radius:2px;overflow:hidden}.strength-fill{height:100%;border-radius:2px;transition:all .3s ease}.strength-text{font-size:.75rem;font-weight:500;min-width:50px;text-align:right}.auth-btn{padding:.875rem 1rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.auth-btn.primary{background:#1f2937;color:#fff;margin-top:.5rem}.auth-btn.primary:hover:not(:disabled){background:#111827}.auth-btn.primary:disabled{background:#9ca3af;cursor:not-allowed}.auth-btn.loading{background:#9ca3af}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.auth-error{background:#fef2f2;color:#dc2626;padding:.875rem 1rem;border-radius:8px;font-size:.875rem;border:1px solid #fecaca;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.error-icon{flex-shrink:0;font-size:1rem}.auth-footer{text-align:center;margin-top:1.5rem}.auth-footer p{color:#6b7280;font-size:.875rem;font-weight:400}.auth-link{color:#3b82f6;text-decoration:none;font-weight:500;margin-left:.25rem}.auth-link:hover{color:#2563eb;text-decoration:underline}.forgot-password{text-align:right;margin-top:.5rem}.forgot-password a{color:#3b82f6;text-decoration:none;font-size:.875rem;font-weight:500}.forgot-password a:hover{color:#2563eb;text-decoration:underline}.auth-icon,.input-icon,.floating-element,.auth-decoration,.btn-icon{display:none}@media (max-width: 768px){.auth-main{padding:1rem;flex-direction:column;gap:.75rem;height:100vh;overflow:hidden}.auth-container{flex-direction:column;max-width:100%;height:100%;gap:.75rem;justify-content:flex-start}.auth-image-panel{flex:none;height:160px;width:100%;order:1;border-radius:16px;margin-left:0;flex-shrink:0}.auth-image-panel:before{border-radius:16px}.auth-back-btn{top:10px;left:10px;width:50px;height:50px}.auth-back-btn svg{width:20px;height:20px}.auth-form-panel{flex:1;height:auto;order:2;padding:0;min-height:0;display:flex;align-items:flex-start;overflow-y:auto}.auth-card{max-width:100%;width:100%}.auth-header{margin-bottom:1.25rem}.auth-header h1{font-size:1.5rem;margin-bottom:.5rem}.auth-header p{font-size:.875rem;line-height:1.4}.auth-form{gap:1rem}.form-group{gap:.375rem}.input-wrapper input{padding:.875rem;font-size:1rem;min-height:48px;box-sizing:border-box}.auth-btn{padding:.875rem;font-size:1rem;min-height:48px}.auth-footer{margin-top:1rem}}@media (max-width: 480px){.auth-main{padding:.75rem;gap:.5rem}.auth-container{gap:.5rem}.auth-image-panel{height:140px;border-radius:12px}.auth-image-panel:before{border-radius:12px}.auth-back-btn{width:44px;height:44px;top:8px;left:8px}.auth-back-btn svg{width:18px;height:18px}.auth-header{margin-bottom:1rem}.auth-header h1{font-size:1.375rem;margin-bottom:.375rem}.auth-header p{font-size:.8rem}.auth-form{gap:.875rem}.form-group{gap:.25rem}.input-wrapper input,.auth-btn{padding:.75rem;font-size:.95rem;min-height:44px}.auth-footer{margin-top:.875rem}}@media (max-width: 360px){.auth-main{padding:.5rem;gap:.5rem}.auth-container{gap:.5rem}.auth-image-panel{height:120px}.auth-header h1{font-size:1.25rem}.auth-header p{font-size:.75rem}.auth-form{gap:.75rem}.input-wrapper input,.auth-btn{padding:.625rem;font-size:.9rem;min-height:42px}}@media (max-width: 768px){body:has(.auth-layout){overflow:hidden!important}.auth-layout{position:fixed;overflow:hidden;min-height:100vh;height:100vh}}:root{--bg-primary: #f8f3e9;--bg-secondary: #ffffff;--bg-tertiary: #fcf8f2;--text-primary: #2c2116;--text-secondary: #5c4d41;--text-muted: #8a7968;--accent: #d94e33;--accent-hover: #b23a23;--accent-light: #f5b59e;--accent-glow: rgba(217, 78, 51, .15);--secondary-accent: #478559;--secondary-accent-hover: #3a6e48;--secondary-accent-light: #a3c9ae;--secondary-accent-glow: rgba(71, 133, 89, .15);--highlight: #f7c054;--highlight-hover: #e4a932;--highlight-glow: rgba(247, 192, 84, .15);--border: #e9ded0;--border-hover: #d5c7b6;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow: 0 4px 12px rgba(44, 33, 22, .06);--shadow-lg: 0 8px 24px rgba(44, 33, 22, .08);--header-height: 70px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;margin:0;padding-top:var(--header-height);position:relative;background-image:none}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.5;background:radial-gradient(circle at 20% 20%,rgba(217,78,51,.05) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(71,133,89,.05) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(247,192,84,.03) 0%,transparent 50%);pointer-events:none;z-index:-1}.app{position:relative;min-height:100vh}.background-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-5;opacity:.5}header{display:flex;justify-content:space-between;align-items:center;padding:0;height:var(--header-height);width:100%;background:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 4px 30px #0000000d;margin:0;box-sizing:border-box}header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#fff0,#fffc,#fff0)}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 24px;margin:0 auto}.logo-container{display:flex;align-items:center;gap:16px;height:100%}.logo-img{height:auto;width:180px;object-fit:contain;transition:all .3s ease}.nav-links{display:flex;gap:38px;position:absolute;left:50%;transform:translate(-50%);height:100%;align-items:center}.nav-link{font-size:16px;font-weight:600;color:var(--text-secondary);text-decoration:none;padding:8px 0;position:relative;transition:all .3s ease}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-link:hover{color:var(--accent)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--accent)}.nav-link.active:after{width:100%}.nav-actions{display:flex;align-items:center;gap:16px;margin-right:0;margin-left:0;height:100%}.search-btn,.menu-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background:#ffffff40;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.18)}.search-btn:hover,.menu-btn:hover{background:#fff6;color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 10px #d94e3326}.user-menu{display:flex;align-items:center;gap:12px}.user-greeting{font-size:14px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.auth-buttons{display:flex;align-items:center;gap:8px}.auth-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap}.auth-btn.login{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.auth-btn.login:hover{background:#d94e331a;color:var(--accent);border-color:var(--accent)}.auth-btn.signup{background:var(--accent);color:#fff;border:1px solid var(--accent)}.auth-btn.signup:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 8px #d94e3333}.auth-btn.sign-out{background:transparent;color:var(--text-secondary);border:1px solid var(--border);font-size:13px;padding:6px 12px}.auth-btn.sign-out:hover{background:#ef44441a;color:#ef4444;border-color:#ef4444}.nav-actions{display:flex;align-items:center;gap:12px;height:100%}.menu-btn{width:44px;height:44px;border-radius:8px;display:none;align-items:center;justify-content:center;border:none;background:#f8f3e9cc;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;border:1px solid rgba(233,222,208,.4)}.menu-btn:hover{background:#fff;color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #d94e3326}.menu-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.menu-btn.active svg{transform:rotate(90deg)}.menu-btn svg{transition:transform .3s ease}.mobile-menu{position:fixed;top:75px;right:16px;left:auto;transform:translateY(-20px);width:280px;max-width:calc(100vw - 32px);background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:99;box-shadow:0 8px 32px #0000001f}.mobile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav{display:flex;flex-direction:column;gap:4px;padding:0}.mobile-nav-link{padding:12px 16px;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius);font-weight:600;transition:all .3s ease;text-align:center;background:transparent;border:1px solid transparent;cursor:pointer;font-size:15px;font-family:inherit}.mobile-nav-link:hover{background:#d94e3314;color:var(--accent);border-color:#d94e3326;transform:scale(1.02)}.mobile-nav-link.active{background:#d94e331f;color:var(--accent);border-color:#d94e3340;font-weight:700}.sign-out-mobile{background:#ef444414!important;color:#ef4444!important;border-color:#ef444433!important;margin-top:8px}.sign-out-mobile:hover{background:#ef444426!important;color:#dc2626!important;border-color:#ef44444d!important;transform:scale(1.02)}.mobile-menu-overlay{position:fixed;inset:0;background:#0003;z-index:98;opacity:0;transition:opacity .3s ease;pointer-events:none}.mobile-menu-overlay.active{opacity:1;pointer-events:all}main{max-width:1200px;margin:0 auto;padding:30px 24px 60px}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.hero-content h1{font-family:Cormorant Garamond,serif;font-size:3.6rem;font-weight:700;line-height:1.2;margin-bottom:24px;color:var(--text-primary)}.hero-content h1 span{color:var(--accent)}.hero-content p{font-size:18px;color:var(--text-secondary);margin-bottom:36px;max-width:90%}.hero-buttons{display:flex;gap:16px}.primary-btn{padding:14px 28px;background:var(--accent);border:none;border-radius:var(--radius);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 12px #d94e3333}.primary-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.primary-btn:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:0 8px 20px #d94e3340}.primary-btn:hover:before{left:100%}.secondary-btn{padding:14px 28px;background:transparent;border:2px solid var(--accent);border-radius:var(--radius);color:var(--accent);font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background:var(--accent-glow);transform:translateY(-3px);box-shadow:0 8px 20px #d94e331a}.hero-image{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-image img{width:100%;height:auto;display:block;transform:scale(1.05);transition:transform .5s ease}.hero-image:hover img{transform:scale(1)}.hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.recipe-form-section{background:var(--bg-secondary);border-radius:var(--radius-xl);padding:40px;margin-bottom:80px;box-shadow:var(--shadow);border:1px solid var(--border);position:relative}.recipe-form-section:before{content:"";position:absolute;top:-10px;left:30px;width:70px;height:70px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d94e33' width='40px' height='40px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 4v16H6V4h12m0-2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 3h5v5h-5V5zM8 5h2v2H8V5zm0 3h2v2H8V8zm0 3h2v2H8v-2zm7 6H8v-2h7v2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:var(--bg-secondary);border-radius:50%;box-shadow:var(--shadow);border:1px solid var(--border);z-index:2}.section-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--text-primary);margin-bottom:32px;text-align:center;position:relative;padding-bottom:12px}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--accent),var(--secondary-accent));border-radius:1.5px}.section-description{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 40px}.add-ingredient-form{display:flex;gap:16px;margin-bottom:40px}.add-ingredient-form>input{flex:1;padding:16px 24px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:16px;font-weight:500;transition:all .3s ease;outline:none}.add-ingredient-form>input::placeholder{color:var(--text-muted)}.add-ingredient-form>input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);background:var(--bg-secondary)}.add-ingredient-form>button{padding:16px 28px;background:var(--accent);border:none;border-radius:var(--radius);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden;box-shadow:0 4px 12px #d94e3333}.add-ingredient-form>button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.add-ingredient-form>button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #d94e3340}.add-ingredient-form>button:hover:before{left:100%}.ingredients-section h2{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.ingredients-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;list-style:none;margin-bottom:40px}.ingredients-list>li{padding:16px 20px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:15px;font-weight:500;color:var(--text-secondary);transition:all .3s ease;cursor:default;position:relative;box-shadow:0 2px 6px #2c21160a}.ingredients-list>li:before{content:"•";color:var(--accent);font-size:20px;line-height:0;margin-right:8px;vertical-align:middle}.ingredients-list>li:hover{border-color:var(--accent);background:var(--bg-tertiary);transform:translateY(-3px);box-shadow:0 6px 15px #d94e331a;color:var(--text-primary)}.welcome-section{text-align:center;margin-bottom:2rem;padding:3rem 1rem;background:linear-gradient(135deg,#f9f5f0,#fff5e6);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000000d;border:1px solid var(--border)}.welcome-content{position:relative;z-index:2}.welcome-icon{width:80px;height:80px;border-radius:50%;box-shadow:none;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 6px 15px #d94e3333;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 6px 15px #d94e3333}50%{transform:scale(1.05);box-shadow:0 12px 20px #d94e334d}to{transform:scale(1);box-shadow:0 6px 15px #d94e3333}}.welcome-section h1{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:var(--text-primary);margin-bottom:1rem;position:relative}.welcome-section h1:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--accent),var(--secondary-accent));border-radius:1.5px}.welcome-section p{font-size:1.2rem;color:var(--text-secondary);max-width:500px;margin:1rem auto 0}.food-decoration{position:absolute;font-size:2rem;opacity:.25;z-index:1;filter:blur(1px);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.food-decoration-1{top:15%;left:10%;animation-delay:0s}.food-decoration-2{top:20%;right:10%;animation-delay:1s}.food-decoration-3{bottom:15%;left:15%;animation-delay:2s}.food-decoration-4{bottom:20%;right:15%;animation-delay:3s}.food-decoration-5{top:50%;left:5%;animation-delay:1.5s}.food-decoration-6{top:50%;right:5%;animation-delay:2.5s}.empty-ingredients-guide{display:flex;flex-direction:column;align-items:center;padding:2rem;margin:2rem 0;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;text-align:center}.empty-state-illustration{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a}.empty-state-illustration img{width:100%;height:100%;object-fit:cover}.empty-ingredients-guide h2{font-size:1.8rem;margin-bottom:.5rem;color:#2c2116}.empty-ingredients-guide p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.suggestion-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:1.5rem}.suggestion-chips button{background-color:#f8f5f2;border:1px solid #e6e0d6;border-radius:20px;padding:.5rem 1rem;font-size:1rem;cursor:pointer;transition:all .2s}.suggestion-chips button:hover{background-color:#e67e22;color:#fff;border-color:#e67e22}.or-divider{position:relative;margin:1rem 0;color:#999}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:80px;height:1px;background-color:#e6e0d6}.or-divider:before{right:100%;margin-right:15px}.or-divider:after{left:100%;margin-left:15px}.browse-link{display:inline-block;background-color:#e67e22;color:#fff;padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .2s}.browse-link:hover{background-color:#d35400}.ingredients-counter{background-color:#f9f5f0;padding:1.2rem;border-radius:8px;margin:1.5rem 0;text-align:center}.ingredients-counter p{margin-bottom:.8rem;color:#666}.progress-indicator{height:8px;background-color:#e6e0d6;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#e67e22,#f39c12);border-radius:4px;transition:width .3s ease}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;padding:32px;background:linear-gradient(135deg,#4785591a,#f7c0541a);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border);border-radius:var(--radius-lg);gap:32px;position:relative;max-width:800px;margin:0 auto;text-align:left}.get-recipe-container h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.get-recipe-container p{color:var(--text-secondary);font-size:15px;max-width:500px}.get-recipe-container button{padding:14px 28px;background:var(--secondary-accent);border:none;border-radius:var(--radius);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #47855933}.get-recipe-container button:hover{background:var(--secondary-accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #47855940}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.loading h3{font-family:Cormorant Garamond,serif;font-size:1.8rem;margin-bottom:8px;color:var(--text-primary)}.loading p{color:var(--text-secondary);margin-bottom:0}.loading-spinner{width:50px;height:50px;border:4px solid var(--border);border-top:4px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.recipe-section{margin-top:80px}.recipe-section>h2{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;text-align:center;margin-bottom:40px;color:var(--text-primary);position:relative;padding-bottom:12px}.recipe-section>h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--accent),var(--highlight));border-radius:1.5px}.suggested-recipe-container{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xl);margin:0 auto;padding:40px 50px;position:relative;box-shadow:var(--shadow);background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.suggested-recipe-container:before{content:"";position:absolute;top:-15px;right:30px;width:90px;height:90px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23478559' width='40px' height='40px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 3L4 9v12h16V9l-8-6zm-2 16H8v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-color:var(--bg-secondary);border-radius:50%;box-shadow:var(--shadow);border:1px solid var(--border);z-index:2}.suggested-recipe-container h1{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--accent);margin-bottom:24px;line-height:1.2}.suggested-recipe-container>h1:first-of-type{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:700;color:var(--accent);text-align:center!important;margin-bottom:32px;line-height:1.2;position:relative;padding-bottom:16px}.suggested-recipe-container>h1:first-of-type:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,0),var(--accent-light),rgba(255,255,255,0))}.suggested-recipe-container h1,.suggested-recipe-container h2.recipe-section-heading{text-align:center!important}.suggested-recipe-container h2{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-top:32px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--border)}.suggested-recipe-container h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--secondary-accent);margin-top:24px;margin-bottom:12px}.suggested-recipe-container p{margin-bottom:16px;line-height:1.7;color:var(--text-secondary)}.suggested-recipe-container ul,.suggested-recipe-container ol{margin:16px 0;padding-left:24px}.suggested-recipe-container li{margin-bottom:12px;line-height:1.6;position:relative;color:var(--text-secondary)}.suggested-recipe-container ul li::marker{color:var(--accent)}.suggested-recipe-container ol li:before{color:var(--accent)}.suggested-recipe-container blockquote{border-left:4px solid var(--accent-light);padding:16px 24px;margin:24px 0;background:var(--bg-tertiary);border-radius:var(--radius);font-style:italic;color:var(--text-secondary)}.suggested-recipe-container img{max-width:100%;border-radius:var(--radius);margin:24px 0}.suggested-recipe-container hr{border:none;height:2px;background:linear-gradient(90deg,transparent,var(--border),transparent);margin:32px 0}.recipe-ingredients-section{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin:24px 0}.recipe-ingredients-section ul{list-style:none!important;padding-left:0!important;margin-left:0}.recipe-ingredients-section li{display:flex;align-items:baseline;margin-bottom:12px;line-height:1.6;color:var(--text-secondary);padding-left:20px;position:relative}.recipe-ingredients-section li:before{content:"•";color:var(--accent);font-size:1.2em;position:absolute;left:0;top:0}.recipe-instructions-section{background:#ffffffb3;border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin:24px 0;text-align:left}.recipe-ingredients-section h2,.recipe-instructions-section h2{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--text-primary);text-align:center!important;margin-top:0;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--border);position:relative}.recipe-ingredients-section h2:after,.recipe-instructions-section h2:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,var(--accent),var(--highlight),var(--accent));border-radius:1.5px}.recipe-ingredients-section h2,.recipe-instructions-section h2{text-align:center!important}.suggested-recipe-container h2{display:block}.recipe-instructions-section ol{padding-left:2.5rem;margin-left:0;counter-reset:item;list-style-position:outside}.recipe-instructions-section ol{list-style-type:none}.recipe-instructions-section li{counter-increment:step-counter}.recipe-instructions-section li:before{content:counter(step-counter);position:absolute;left:-2.5rem;top:0;font-weight:700;color:var(--accent);background:var(--accent-glow);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.recipe-instructions-section ol{list-style-type:none!important;padding-left:2.5rem!important;counter-reset:item}.recipe-instructions-section li{margin-bottom:18px;line-height:1.7;color:var(--text-secondary);position:relative;padding-left:6px;text-align:left}.suggested-recipe-container p,.suggested-recipe-container li,.suggested-recipe-container h1,.suggested-recipe-container h2,.suggested-recipe-container h3{text-align:left!important}.suggested-recipe-container h2:not([class]){font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-top:32px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--border)}.recipe-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin:24px 0}.recipe-info-card{background:linear-gradient(135deg,#d94e330d,#f7c0540d);border:1px solid var(--border);border-radius:var(--radius);padding:16px;text-align:center}.recipe-info-card span{display:block}.recipe-info-card .value{font-size:1.4rem;font-weight:700;color:var(--accent);margin-bottom:4px}.recipe-info-card .label{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.recipe-footer-actions{margin-top:32px;padding:24px;background:linear-gradient(135deg,#d94e330d,#f7c0540d);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center}.regenerate-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);border:none;color:#fff;padding:14px 24px;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 12px #d94e3333;position:relative;overflow:hidden}.regenerate-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.regenerate-btn:hover{background:var(--accent-hover);transform:translateY(-3px);box-shadow:0 8px 20px #d94e334d}.regenerate-btn:hover:before{left:100%}.regenerate-btn:active{transform:translateY(-1px)}.regenerate-btn svg{transition:transform .3s ease}.regenerate-btn:hover svg{transform:rotate(180deg)}.regenerate-help-text{margin-top:12px;margin-bottom:0;color:var(--text-secondary);font-size:14px;line-height:1.4}.save-recipe-btn{padding:.75rem 1.5rem;background:#48bb78;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #48bb784d;display:flex;align-items:center;gap:.5rem}.save-recipe-btn:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 6px 20px #48bb7866}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}footer{background:var(--bg-tertiary);border-top:1px solid var(--border);padding:60px 40px 30px;position:relative;width:100vw;max-width:100%;margin-left:calc(-50vw + 50%)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:16px}.footer-description{color:var(--text-secondary);font-size:14px;margin-bottom:24px;max-width:280px}.social-links{display:flex;gap:12px}.social-link{width:40px;height:40px;border-radius:50%;background:var(--bg-secondary);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .3s ease}.social-link:hover{background:var(--accent);color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px #d94e3326}.footer-heading{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:20px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:14px;transition:all .3s ease;position:relative}.footer-links a:before{content:"→";margin-right:6px;opacity:0;transform:translate(-8px);transition:all .3s ease}.footer-links a:hover{color:var(--accent);padding-left:16px}.footer-links a:hover:before{opacity:1;transform:translate(0)}.copyright{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:14px}@media (max-width: 992px){.hero-section{grid-template-columns:1fr;gap:40px}.footer-content{grid-template-columns:1fr 1fr;gap:40px}.nav-links{position:static;transform:none;margin:0 auto;gap:24px}main{padding:20px 12px 40px}}@media (min-width: 769px){.mobile-menu,.mobile-menu-overlay,.menu-btn{display:none!important}.nav-links,.auth-buttons,.user-menu{display:flex!important}}@media (max-width: 768px){:root{--header-height: 65px}header{height:65px}body{padding-top:65px}.navbar-container{padding:0 12px}.nav-links,.auth-buttons,.user-menu{display:none!important}.menu-btn{display:flex!important}.nav-actions{gap:8px}.mobile-menu{top:75px;right:12px;left:auto;width:260px}main{padding:16px 8px 30px;max-width:100%}.hero-content h1{font-size:clamp(2.2rem,8vw,2.8rem);line-height:1.1}.hero-content p{font-size:clamp(14px,4vw,16px);max-width:100%}.hero-buttons{flex-direction:column;gap:12px}.food-decoration{font-size:1rem;opacity:.25;filter:blur(.5px)}.food-decoration-1{top:15%;left:10%}.food-decoration-2{top:18%;right:10%}.food-decoration-3{bottom:15%;left:12%}.food-decoration-4{bottom:18%;right:12%}.food-decoration-5{top:42%;left:6%}.food-decoration-6{top:58%;right:6%}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(3deg)}}.recipe-form-section{padding:20px 12px;margin-bottom:40px}.add-ingredient-form{flex-direction:column;gap:12px}.add-ingredient-form>input{padding:14px 16px;font-size:16px}.add-ingredient-form>button{padding:14px 20px;width:100%}.ingredients-list{grid-template-columns:1fr;gap:12px}.ingredients-list>li{padding:12px 16px;font-size:14px}.get-recipe-container{flex-direction:column;text-align:center;padding:20px 16px;margin:0 8px}.get-recipe-container h3{font-size:clamp(1.3rem,5vw,1.6rem)}.get-recipe-container p{font-size:clamp(13px,3vw,15px)}.suggested-recipe-container:before{width:60px;height:60px;top:-10px;right:16px;background-size:24px 24px}.suggested-recipe-container{padding:32px 16px 24px;margin:0 8px}.suggested-recipe-container h1{font-size:clamp(1.8rem,6vw,2.2rem)}.suggested-recipe-container h2{font-size:clamp(1.4rem,4vw,1.8rem)}.suggested-recipe-container p,.suggested-recipe-container li{font-size:clamp(14px,3.5vw,16px);line-height:1.6}.recipe-info{grid-template-columns:repeat(2,1fr);gap:12px}.recipe-info-card{padding:12px}.recipe-info-card .value{font-size:clamp(1.1rem,4vw,1.4rem)}.recipe-info-card .label{font-size:clamp(.8rem,2.5vw,.9rem)}.recipe-footer-actions{margin-top:24px;padding:20px 16px}.regenerate-btn{font-size:15px;padding:12px 20px;gap:8px}.regenerate-help-text{font-size:13px;margin-top:10px}.action-buttons{flex-direction:column;align-items:center}.save-recipe-btn,.regenerate-btn{width:100%;max-width:250px}.save-recipe-btn.saved{background:#38a169;color:#fff;cursor:default}.welcome-section{margin-bottom:1.5rem;padding:2rem 16px}.welcome-section h1{font-size:clamp(1.8rem,6vw,2.4rem)}.welcome-section p{font-size:clamp(1rem,3.5vw,1.2rem)}.empty-ingredients-guide{padding:1.25rem 12px;margin:1.25rem 8px}.empty-state-illustration{width:100px;height:100px;margin-bottom:.75rem}.empty-ingredients-guide h2{font-size:clamp(1.2rem,5vw,1.4rem);margin-bottom:.375rem}.empty-ingredients-guide p{font-size:clamp(.9rem,3.5vw,1rem);margin-bottom:.75rem;max-width:95%}.suggestion-chips{gap:6px;margin-bottom:.75rem}.suggestion-chips button{padding:6px 10px;font-size:13px}.or-divider{margin:.5rem 0}.or-divider:before,.or-divider:after{width:40px}.browse-link{padding:.6rem 1rem;font-size:.9rem}footer{padding:40px 16px 20px}.footer-content{grid-template-columns:1fr;gap:30px}.copyright{font-size:13px}}@media (max-width: 480px){:root{--header-height: 60px}body{padding-top:60px}header{height:60px}.nav-actions{gap:4px}.menu-btn{width:40px;height:40px}.menu-btn svg{width:18px;height:18px}.mobile-menu{top:70px;right:8px;left:auto;width:240px;max-width:calc(100vw - 24px);padding:12px}.mobile-nav-link{font-size:14px;padding:10px 14px}.navbar-container{padding:0 8px}main{padding:12px 6px 20px}.food-decoration{font-size:.9rem;opacity:.2;filter:blur(.5px)}.food-decoration-1{top:12%;left:18%}.food-decoration-2{top:15%;right:18%}.food-decoration-3{bottom:47%;left:25%}.food-decoration-4{bottom:47%;right:25%}.food-decoration-5{top:33%;left:4%}.food-decoration-6{top:33%;right:4%}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(2deg)}}.recipe-form-section{padding:16px 10px}.suggested-recipe-container:before{width:50px;height:50px;top:-8px;right:12px;background-size:20px 20px}.suggested-recipe-container{padding:28px 12px 20px;margin:0 6px}.suggested-recipe-container h1{margin-top:4px}.get-recipe-container{padding:16px 12px;margin:0 6px}.welcome-section{padding:1.5rem 12px}.empty-ingredients-guide{padding:1.5rem 12px;margin:1.5rem 6px}footer{padding:30px 12px 16px}.suggested-recipe-container p,.suggested-recipe-container li{font-size:15px;line-height:1.5}.recipe-info{grid-template-columns:1fr}.recipe-footer-actions{margin-top:20px;padding:16px 12px}.regenerate-btn{font-size:14px;padding:10px 16px;width:100%}.regenerate-btn svg{width:14px;height:14px}.regenerate-help-text{font-size:12px;margin-top:8px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 360px){.mobile-menu{right:6px;left:auto;width:220px;max-width:calc(100vw - 20px)}.suggested-recipe-container:before{display:none}.suggested-recipe-container{padding:20px 12px}.suggested-recipe-container h1{margin-top:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}.slide-up{animation:slideUp .8s ease forwards}.hidden{display:none}.text-accent{color:var(--accent)}.text-highlight{color:var(--highlight)}.bg-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e9ded0' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{margin:0;padding:0;min-height:100vh;width:100%}.app:has(.auth-layout){margin:0!important;padding:0!important}.recipes-page{max-width:1200px;margin:0 auto;padding:30px 24px 60px}.page-title{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;text-align:center;margin-bottom:40px;color:#2c2116;position:relative;padding-bottom:12px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.recipes-page .page-title{color:#2c2116!important;font-weight:700!important;text-shadow:2px 2px 4px rgba(0,0,0,.3)!important}.page-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#d94e33,#e67e22);border-radius:1.5px}.cuisine-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:40px}.cuisine-filter{padding:8px 16px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-secondary);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cuisine-filter:hover{background:var(--bg-tertiary);color:var(--accent);transform:translateY(-2px)}.cuisine-filter.active{background:var(--accent);color:#fff;border-color:var(--accent)}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}.recipe-card{background:#fffc;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.recipe-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.recipe-image-container{position:relative;height:200px;overflow:hidden}.recipe-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.recipe-card:hover .recipe-image-container img{transform:scale(1.05)}.cuisine-tag{position:absolute;top:10px;right:10px;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:var(--radius);text-transform:uppercase}.recipe-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.recipe-content h2{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:8px;color:var(--text-primary)}.recipe-content p{color:var(--text-secondary);font-size:14px;margin-bottom:16px}.recipe-meta{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--border);padding-top:12px}.recipe-meta span{color:var(--text-secondary);font-size:13px;font-weight:600;display:flex;align-items:center}.meta-icon{margin-right:5px;font-style:normal}.search-container{margin:0 auto 30px;max-width:600px;width:100%}.search-bar{position:relative;display:flex;align-items:center;width:100%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:8px 16px;transition:all .3s ease}.search-bar:focus-within{box-shadow:0 4px 12px #d94e3326;transform:translateY(-2px)}.search-icon{color:#5c4d41;margin-right:12px}.search-input{flex:1;border:none;outline:none;font-size:16px;color:#2c2116;padding:8px 0;background:transparent}.search-input::placeholder{color:#aaa}.clear-search{background:none;border:none;color:#777;cursor:pointer;font-size:14px;padding:4px 8px;transition:all .2s ease}.clear-search:hover{color:#d94e33}.no-results{text-align:center;margin:60px auto;padding:30px;background-color:#fffc;border-radius:8px;max-width:500px}.no-results p{color:#5c4d41;font-size:18px;margin-bottom:20px}.reset-filters-btn{background-color:#d94e33;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-filters-btn:hover{background-color:#c3402a;transform:translateY(-2px)}@media (max-width: 768px){.recipes-page{padding:16px 8px 30px}.page-title{font-size:clamp(1.8rem,6vw,2.4rem)}.search-container{margin:0 8px 24px;max-width:calc(100% - 16px)}.search-bar{padding:10px 12px}.search-input{font-size:16px}.cuisine-filters{margin:0 8px 30px;gap:8px}.cuisine-filter{padding:6px 12px;font-size:13px}.recipes-grid{grid-template-columns:1fr;gap:16px;margin:0 8px}.recipe-card{margin:0}.recipe-image-container{height:180px}.recipe-content{padding:16px}.recipe-content h2{font-size:clamp(1.2rem,4vw,1.5rem)}.recipe-content p{font-size:13px;line-height:1.5}.no-results{margin:40px 8px;padding:24px 16px}.no-results p{font-size:16px}}@media (max-width: 480px){.recipes-page{padding:12px 6px 20px}.search-container{margin:0 6px 20px}.cuisine-filters{margin:0 6px 24px}.recipes-grid{margin:0 6px;gap:12px}.recipe-image-container{height:160px}.recipe-content{padding:14px}.no-results{margin:30px 6px;padding:20px 12px}}.recipe-detail-page{max-width:1000px;margin:0 auto;padding:30px 24px 60px}.back-button{background:transparent;border:none;color:var(--text-secondary);font-size:16px;font-weight:600;cursor:pointer;padding:0;margin-bottom:20px;transition:all .3s ease;display:flex;align-items:center}.back-button:hover{color:var(--accent);transform:translate(-3px)}.recipe-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px;align-items:center}.cuisine-badge{display:inline-block;background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:var(--radius);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.recipe-header-content h1{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:700;color:var(--text-primary);margin-bottom:16px;line-height:1.2}.recipe-description{color:var(--text-secondary);font-size:18px;margin-bottom:24px;line-height:1.6}.recipe-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.recipe-image img{width:100%;height:auto;display:block}.recipe-content{margin-top:60px}@media (max-width: 768px){.recipe-detail-page{padding:20px 12px 40px}.back-button{font-size:14px;margin-bottom:16px}.recipe-header{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.cuisine-badge{font-size:11px;padding:3px 10px;margin-bottom:12px}.recipe-header-content h1{font-size:clamp(1.8rem,7vw,2.4rem);margin-bottom:12px;line-height:1.1}.recipe-description{font-size:clamp(15px,4vw,16px);margin-bottom:20px;line-height:1.5}.recipe-image{border-radius:12px}.recipe-content{margin-top:30px}.recipe-content h2{font-size:clamp(1.4rem,5vw,1.8rem);margin:24px 0 16px}.recipe-content h3{font-size:clamp(1.2rem,4vw,1.4rem);margin:20px 0 12px}.recipe-content p,.recipe-content li{font-size:clamp(14px,3.5vw,16px);line-height:1.5;margin-bottom:12px}.recipe-content ul,.recipe-content ol{padding-left:20px;margin:16px 0}.ingredients-section,.instructions-section{margin:24px 0;padding:16px}.ingredients-list{gap:8px}.ingredient-item{padding:8px 12px;font-size:14px}.instruction-step{padding:12px 16px;margin-bottom:12px}.step-number{font-size:14px;width:24px;height:24px}}@media (max-width: 480px){.recipe-detail-page{padding:16px 8px 30px}.back-button{font-size:13px;margin-bottom:12px}.recipe-header{gap:20px;margin-bottom:24px}.cuisine-badge{font-size:10px;padding:2px 8px;margin-bottom:8px}.recipe-header-content h1{font-size:clamp(1.6rem,8vw,2rem);margin-bottom:8px}.recipe-description{font-size:14px;margin-bottom:16px}.recipe-image{border-radius:8px}.recipe-content{margin-top:20px}.recipe-content h2{font-size:1.3rem;margin:20px 0 12px}.recipe-content h3{font-size:1.1rem;margin:16px 0 8px}.recipe-content p,.recipe-content li{font-size:13px;margin-bottom:8px}.recipe-content ul,.recipe-content ol{padding-left:16px;margin:12px 0}.ingredients-section,.instructions-section{margin:16px 0;padding:12px}.ingredients-list{gap:6px}.ingredient-item{padding:6px 10px;font-size:13px}.instruction-step{padding:10px 12px;margin-bottom:8px}.step-number{font-size:12px;width:20px;height:20px}}@media (max-width: 360px){.recipe-detail-page{padding:12px 6px 24px}.back-button{font-size:12px;margin-bottom:8px}.recipe-header{gap:16px;margin-bottom:20px}.recipe-header-content h1{font-size:1.4rem;margin-bottom:6px}.recipe-description{font-size:13px;margin-bottom:12px}.recipe-content{margin-top:16px}.recipe-content h2{font-size:1.2rem;margin:16px 0 10px}.recipe-content h3{font-size:1rem;margin:12px 0 6px}.recipe-content p,.recipe-content li{font-size:12px;margin-bottom:6px}}.feedback-container{max-width:700px;margin:3rem auto;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.feedback-header{text-align:center;margin-bottom:2.5rem}.feedback-header h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#5c4d41,#8b7355);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feedback-header p{color:#6b7280;font-size:1.1rem;font-weight:400;margin:0}.feedback-form{background:#fffffffa;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #00000040;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#374151;font-size:.95rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.025em}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffffe6;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4a574;box-shadow:0 0 0 4px #d4a57426;background:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-size:.95rem}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.select-wrapper{position:relative}.select-wrapper select{width:100%;padding:1rem 3rem 1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#ffffffe6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);appearance:none;font-family:inherit}.select-wrapper:after{content:"▼";position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;font-size:.8rem}.select-wrapper select:focus{outline:none;border-color:#d4a574;box-shadow:0 0 0 4px #d4a57426;background:#fff}.rating-stars{color:#d4a574!important;margin:0!important;padding:0!important}.rating-stars .MuiRating-icon{font-size:2rem!important;margin-right:8px!important;padding:0!important}.rating-stars .MuiRating-iconFilled{color:#d4a574!important}.rating-stars .MuiRating-iconEmpty{color:#e5e7eb!important}.rating-stars .MuiRating-iconHover{color:#b8956a!important}.rating-stars .MuiRating-iconActive{color:#c19660!important}.rating-section{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.5rem 0;padding:0}.rating-text{color:#6b7280;font-size:1.2rem;font-weight:600;background:none;padding:0;border-radius:0;min-width:auto;text-align:center;white-space:nowrap;border:none}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;width:100%;justify-content:center;padding:1.25rem 2rem;background:linear-gradient(135deg,#d4a574,#b8956a);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #d4a5744d;font-family:inherit}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #d4a57466;background:linear-gradient(135deg,#c19660,#a6845a)}.btn-primary:disabled{opacity:.8;cursor:not-allowed;transform:none}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feedback-success{text-align:center;max-width:500px;margin:3rem auto;padding:3rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:20px;box-shadow:0 20px 60px #00000014}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;color:#fff;margin-bottom:1.5rem}.feedback-success h3{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:1rem}.feedback-success p{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.btn-secondary{padding:.875rem 1.75rem;background:#fff;color:#475569;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}@media (max-width: 768px){.feedback-container{margin:1rem .5rem;padding:0}.feedback-header{margin-bottom:1rem;padding:0 .5rem}.feedback-header h2{font-size:2rem;margin-bottom:.25rem}.feedback-header p{font-size:1rem}.feedback-form{padding:1.25rem .75rem;border-radius:16px;margin:0}.form-row{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea,.select-wrapper select{padding:.75rem 1rem}.form-group textarea{min-height:100px}.rating-section{flex-direction:column;align-items:center;gap:.5rem;margin:.25rem 0}.rating-text{min-width:auto;text-align:center;font-size:1.1rem}.btn-primary{padding:1rem 1.5rem;font-size:1rem;margin-top:.5rem}}@media (max-width: 480px){.feedback-container{margin:.5rem .25rem}.feedback-header{padding:0 .25rem;margin-bottom:.75rem}.feedback-header h2{font-size:1.75rem;margin-bottom:.25rem}.feedback-header p{font-size:.95rem}.feedback-form{padding:1rem .5rem;border-radius:12px}.form-group{margin-bottom:.75rem}.form-group label{margin-bottom:.375rem;font-size:.85rem}.form-group input,.form-group textarea,.select-wrapper select{padding:.625rem .75rem;font-size:16px}.form-group textarea{min-height:80px}.form-row{gap:.5rem;margin-bottom:.5rem}.rating-section{gap:.375rem;margin:.25rem 0}.rating-stars .MuiRating-icon{font-size:1.5rem!important;margin-right:2px!important}.rating-text{font-size:1rem}.btn-primary{padding:.875rem 1.25rem;font-size:.95rem;margin-top:.5rem}}@media (max-width: 360px){.feedback-container{margin:.25rem .125rem}.feedback-header{margin-bottom:.5rem}.feedback-header h2{font-size:1.5rem;margin-bottom:.25rem}.feedback-header p{font-size:.9rem}.feedback-form{padding:.75rem .375rem}.form-group{margin-bottom:.5rem}.form-group label{margin-bottom:.25rem;font-size:.8rem}.form-group input,.form-group textarea,.select-wrapper select{padding:.5rem .625rem}.form-group textarea{min-height:70px}.rating-section{gap:.25rem;margin:.125rem 0}.rating-stars .MuiRating-icon{font-size:1.25rem!important;margin-right:1px!important}.btn-primary{padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 768px){.feedback-success{margin:1.5rem .5rem;padding:2rem 1.5rem}.success-icon{width:60px;height:60px;margin-bottom:1rem}.feedback-success h3{font-size:1.5rem;margin-bottom:.75rem}.feedback-success p{font-size:1rem;margin-bottom:1.5rem}}@media (max-width: 480px){.feedback-success{margin:1rem .25rem;padding:1.5rem 1rem}.success-icon{width:50px;height:50px;margin-bottom:.75rem}.feedback-success h3{font-size:1.25rem;margin-bottom:.5rem}.feedback-success p{font-size:.95rem;margin-bottom:1.25rem}}*{scroll-behavior:smooth}.about-page{max-width:1000px;margin:0 auto;padding:30px 24px 60px}.about-section{margin-bottom:60px}.about-content{display:grid;grid-template-columns:3fr 2fr;gap:40px;align-items:center}.about-text h2{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-top:30px;margin-bottom:16px}.about-text p{color:var(--text-secondary);line-height:1.7;margin-bottom:16px}.about-image{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);height:100%}.about-image img{width:100%;height:100%;object-fit:cover}.review-section{padding:40px;margin-top:25px}.review-section h2{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:16px}.review-section p{color:var(--text-secondary);margin-bottom:30px}.review-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:var(--text-primary)}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:16px;color:var(--text-primary);background:var(--bg-tertiary);transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.submit-button{padding:14px 28px;background:var(--accent);border:none;border-radius:var(--radius);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;align-self:center;min-width:180px;margin:20px auto 0;text-align:center}.submit-button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 10px #d94e3333}.success-message{padding:15px 20px;background-color:var(--secondary-accent-light);color:var(--secondary-accent);border-radius:var(--radius);margin-bottom:20px;font-weight:600}.about-page{max-width:100%;overflow-x:hidden}.about-hero{height:500px;background-image:url(https://images.unsplash.com/photo-1495521821757-a1efb6729352?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0);background-size:cover;background-position:center;background-attachment:fixed;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:60px}.hero-overlay{background-color:#00000080;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px}.page-title{color:#fff;font-size:3.5rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-tagline{color:#fff;font-size:1.5rem;font-style:italic;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.culinary-journey{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;padding:30px 20px;max-width:1200px;margin:0 auto 60px}.journey-card{flex:1;min-width:250px;max-width:350px;background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.journey-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.card-icon{font-size:3rem;margin-bottom:20px}.journey-card h2{font-size:1.5rem;color:#333;margin-bottom:15px}.journey-card p{color:#666;line-height:1.6}.card-icon{font-size:3rem;margin-bottom:20px;display:flex;justify-content:center;align-items:center;height:80px}.globe-icon{animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seedling-icon{animation:grow 3s ease-in-out infinite alternate}@keyframes grow{0%{transform:scale(.8);opacity:.7}to{transform:scale(1.1);opacity:1}}.cooking-icon{color:#e74c3c;animation:sizzle 2s ease-in-out infinite}@keyframes sizzle{0%,to{transform:translateY(0)}25%{transform:translateY(-5px) rotate(-5deg)}75%{transform:translateY(3px) rotate(5deg)}}.ingredients-showcase{background-color:#f8f8f8;padding:60px 20px;text-align:center;margin-bottom:60px}.section-title{font-size:2.2rem;color:#333;margin-bottom:40px;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#e67e22}.ingredients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1200px;margin:0 auto 30px}.ingredient-item{height:200px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;position:relative;overflow:hidden}.ingredient-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;transition:background-color .3s ease}.ingredient-item:hover:before{background-color:#0003}.ingredient-item span{color:#fff;font-size:1.5rem;font-weight:700;position:relative;z-index:1;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.herbs{background-image:url(https://media.istockphoto.com/id/504069254/photo/fresh-herbs-on-wooden-background.webp?a=1&b=1&s=612x612&w=0&k=20&c=oYaGGA_tuBj0LmJoMUcChuN3SqQQGpaMjhMErhXVu9E=)}.spices{background-image:url(https://images.unsplash.com/photo-1532336414038-cf19250c5757?q=80&w=1936&auto=format&fit=crop&ixlib=rb-4.1.0)}.produce{background-image:url(https://images.unsplash.com/photo-1610348725531-843dff563e2c?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0)}.grains{background-image:url(https://imgs.search.brave.com/c6LX8Lf-VXba5gh-FkS2aTlH9ImXoOguVdehnsFW48g/rs:fit:500:0:1:0/g:ce/aHR0cHM6Ly90NC5m/dGNkbi5uZXQvanBn/LzAxLzc4LzI3Lzk1/LzM2MF9GXzE3ODI3/OTU4NV9Bdm1iamVh/MTVaMG5YSTRwUkpY/Q09udUJUSVNMVzNZ/Vy5qcGc)}.ingredients-caption{max-width:800px;margin:0 auto;font-size:1.1rem;color:#555;line-height:1.6}.chef-philosophy{background-image:url(https://images.unsplash.com/photo-1556911220-bec6e7353275?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0);background-size:cover;background-position:center;background-attachment:fixed;padding:100px 20px;position:relative;margin-bottom:60px;border-radius:50px}.chef-philosophy:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009}.philosophy-content{max-width:800px;margin:0 auto;position:relative;z-index:1;text-align:center;color:#fff}.philosophy-content h2{font-size:2.2rem;margin-bottom:30px}.philosophy-content blockquote{font-size:1.5rem;font-style:italic;line-height:1.8;margin-bottom:20px}.philosophy-signature{font-size:1.1rem;text-align:right}.our-kitchen{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto 60px;padding:0 20px;align-items:center;gap:40px}.kitchen-images{flex:1;min-width:300px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:200px 200px;gap:15px}.kitchen-image{background-size:cover;background-position:center;border-radius:10px}.img1{grid-column:1 / span 2;grid-row:1;background-image:url(https://images.unsplash.com/photo-1556911261-6bd341186b2f?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0)}.img2{grid-column:1;grid-row:2;background-image:url(https://images.unsplash.com/photo-1428515613728-6b4607e44363?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0)}.img3{grid-column:2;grid-row:2;background-image:url(https://images.unsplash.com/photo-1551218808-94e220e084d2?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0)}.kitchen-text{flex:1;min-width:300px}.kitchen-text h2{font-size:2rem;color:#333;margin-bottom:20px}.kitchen-text p{color:#555;line-height:1.7;margin-bottom:15px}.review-section{padding:20px;max-width:1200px;margin:0 auto}@media (max-width: 768px){.about-page{padding:16px 8px 30px}.about-hero{height:clamp(300px,50vh,400px);background-attachment:scroll}.hero-overlay{padding:0 12px}.page-title{font-size:clamp(2rem,8vw,2.5rem)}.hero-tagline{font-size:clamp(1rem,4vw,1.2rem)}.about-content{grid-template-columns:1fr;gap:24px}.about-section{margin-bottom:40px}.culinary-journey{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 8px}.journey-card{width:100%;max-width:400px;min-width:auto;padding:24px 20px}.ingredients-showcase{padding:40px 8px}.ingredients-grid{grid-template-columns:1fr 1fr;gap:12px}.ingredient-item{height:140px}.chef-philosophy{padding:60px 12px;background-attachment:scroll;border-radius:20px}.philosophy-content{padding:0 8px}.philosophy-content blockquote{font-size:clamp(1rem,4vw,1.2rem)}.our-kitchen{padding:0 8px;flex-direction:column}.kitchen-images{grid-template-rows:150px 150px;gap:10px}.kitchen-text{min-width:auto}.review-section{padding:30px 12px;margin:0 8px}.form-group input,.form-group textarea{font-size:16px;padding:12px 14px}.submit-button{width:100%;margin:16px 0 0}}@media (max-width: 480px){.about-page{padding:12px 6px 20px}.hero-overlay{padding:0 8px}.culinary-journey{padding:16px 6px}.journey-card{padding:20px 16px;max-width:none}.ingredients-showcase{padding:30px 6px}.ingredients-grid{grid-template-columns:1fr;gap:10px}.ingredient-item{height:120px}.chef-philosophy{padding:40px 8px;border-radius:16px}.our-kitchen{padding:0 6px}.kitchen-images{grid-template-rows:120px 120px;gap:8px}.review-section{padding:24px 8px;margin:0 6px}}.popup-message{position:fixed;top:32px;right:32px;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001f;padding:12px 20px;display:flex;align-items:center;z-index:1000;font-size:1rem;gap:10px;animation:fadeIn .3s;border:1px solid #eee}.popup-message.success{border-color:#22c55e;color:#22c55e}.popup-message.error{border-color:#ef4444;color:#ef4444}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-page{min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.profile-container{max-width:1000px;margin:0 auto}.profile-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.profile-info{display:flex;gap:1.5rem;align-items:flex-start}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#fff;box-shadow:0 8px 25px #00000026;flex-shrink:0}.profile-details{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.profile-details h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.profile-stats{display:flex;flex-direction:column;gap:.5rem}.stat-item{display:flex;gap:.5rem;align-items:center}.stat-label{font-weight:500;color:#4a5568;min-width:120px}.stat-value{font-weight:600;color:#2d3748}.sign-out-btn{padding:.75rem 1.5rem;background:#e53e3e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e53e3e4d}.sign-out-btn:hover{background:#c53030;transform:translateY(-2px);box-shadow:0 6px 20px #e53e3e66}.saved-recipes-section h2{font-size:2rem;font-weight:600;color:#2d3748;margin-bottom:2rem}.no-recipes{text-align:center;padding:4rem 2rem;color:#718096}.no-recipes p{font-size:1.125rem;margin-bottom:1.5rem}.go-cook-btn{padding:.875rem 2rem;background:#4299e1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.go-cook-btn:hover{background:#3182ce;transform:translateY(-2px)}.recipes-grid{display:grid;gap:1.5rem}.profile-page .recipe-card{background:#ffecd9b3;border:1.5px solid #f7c9a6;border-radius:16px;box-shadow:0 4px 12px #f7c9a621;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:24px 32px;transition:all .3s ease;cursor:pointer}.profile-page .recipe-card:hover{background:#ffecd9d9;border-color:#f7b97e;box-shadow:0 8px 24px #f7c9a638;transform:translateY(-2px)}.recipe-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.recipe-header h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0;flex:1;transition:color .2s ease}.recipe-header h3:hover{color:#5a67d8}.recipe-actions{display:flex;gap:.5rem}.delete-btn{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;transition:all .2s ease;background:#fed7d7;color:#e53e3e}.delete-btn:hover{background:#feb2b2;color:#c53030}.recipe-meta{color:#718096;font-size:.875rem}.show-more-container{display:flex;justify-content:center;margin-top:2rem}.show-more-btn{padding:.875rem 2rem;background:transparent;color:#5a67d8;border:2px solid #5a67d8;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.show-more-btn:hover{background:#5a67d8;color:#fff}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.profile-loading .spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #5a67d8;border-radius:50%;animation:spin 1s linear infinite}.profile-loading p{color:#718096;font-size:1rem}@media (max-width: 768px){.profile-page{padding:0rem}.profile-header{flex-direction:column;align-items:flex-start;gap:1.5rem;text-align:left}.profile-info{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;width:100%}.profile-avatar{width:56px;height:56px;font-size:1.3rem;margin-right:.5rem;flex-shrink:0}.profile-details{align-items:flex-start;text-align:left;gap:.25rem;padding-top:.2rem}.profile-details h1{font-size:1.3rem;margin:0 0 .25rem;padding:0}.profile-stats{flex-direction:column;gap:.15rem;width:100%}.stat-item{justify-content:flex-start;font-size:1rem}.sign-out-btn{margin:1.2rem auto 0;display:block;width:70%;max-width:220px}.stat-label{min-width:auto}.recipe-header{flex-direction:column;gap:1rem}.recipe-actions{align-self:flex-end}}@keyframes spin{to{transform:rotate(360deg)}}.saved-recipe-detail-page{max-width:900px;margin:0 auto;padding:32px 16px 60px}.saved-recipe-detail-card{border-radius:18px;box-shadow:0 4px 24px #f7c9a621;padding:40px 32px;margin-bottom:40px}.saved-recipe-header{text-align:center;margin-bottom:32px}.saved-recipe-badge{display:inline-block;background:#f76c3c;color:#fff;font-size:13px;font-weight:700;border-radius:8px;padding:4px 16px;margin-bottom:18px;letter-spacing:.05em}.saved-recipe-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;color:#3d2c18;margin-bottom:8px;line-height:1.2}.saved-recipe-date{color:#a08c6b;font-size:1.1rem;margin-bottom:24px}.saved-recipe-info{display:flex;gap:1.5rem;justify-content:center;margin-bottom:32px;flex-wrap:wrap}.saved-recipe-info-card{background:#ffecd9b3;border:1.5px solid #f7c9a6;border-radius:25px;box-shadow:0 4px 12px #f7c9a621;padding:20px 32px;text-align:center;min-width:140px}.saved-recipe-info-card .value{color:#f76c3c;font-size:1.5rem;font-weight:700;display:block}.saved-recipe-info-card .label{color:#7c6f60;font-size:1rem;font-weight:400;letter-spacing:.04em}.saved-recipe-content{margin-top:40px}.saved-recipe-section{background:#fdf6ef;border-radius:25px;padding:32px 24px;margin-bottom:32px;box-shadow:0 2px 8px #f7c9a612}.saved-recipe-section h2{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:#3d2c18;margin-bottom:18px;text-align:center;position:relative}.saved-recipe-section h2:after{content:"";display:block;width:80px;height:3px;background:#f7c9a6;margin:12px auto 0;border-radius:2px}.saved-recipe-ingredients-list{list-style:disc inside;padding-left:0;margin:0}.saved-recipe-ingredients-list li{font-size:1.1rem;color:#5a4a36;margin-bottom:.5rem;line-height:1.7}.saved-recipe-instructions{font-size:1.1rem;color:#4a3a24;line-height:1.8}@media (max-width: 600px){.saved-recipe-detail-page{padding:0 0 24px}.saved-recipe-detail-card{padding:10px 2px;margin-bottom:12px;border-radius:10px}.saved-recipe-detail-card,.saved-recipe-section{max-width:92vw;margin-left:auto;margin-right:auto}.saved-recipe-info{flex-direction:column;align-items:center;gap:.7rem}.saved-recipe-info-card{min-width:50vw;max-width:80vw;padding:14px 8px}.saved-recipe-section{padding:10px 2px;margin-bottom:12px;border-radius:8px}.saved-recipe-title{font-size:1.5rem}.saved-recipe-section h2{font-size:1.3rem;margin-bottom:10px}.saved-recipe-ingredients-list li,.saved-recipe-instructions{font-size:.98rem;line-height:1.5}.saved-recipe-section ul,.saved-recipe-section ol{list-style-position:inside;padding-left:0;margin-left:0}.saved-recipe-date{font-size:.95rem;margin-bottom:12px}.saved-recipe-info-card .value{font-size:1.1rem}.saved-recipe-info-card .label{font-size:.95rem}}.dot-grid{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
