*{padding:0;margin:0;box-sizing:border-box;font-family:Jost,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}header{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#1e1e2f;color:#fff;padding:1.2rem 2rem;border-bottom:3px solid #ff9800;box-shadow:0 4px 6px #0000004d}header img{width:60px;height:auto;object-fit:contain;transition:transform .3s ease}header img:hover{transform:rotate(-5deg) scale(1.05)}header h1{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px}@media (max-width: 600px){header{flex-direction:column;text-align:center;padding:1rem}header h1{font-size:1.6rem}header img{width:50px}}.form-container{padding:2rem;max-width:700px;margin:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;background-color:#fff5ec;border-radius:10px;box-shadow:0 4px 15px #00000014}form{display:flex;align-items:center;justify-content:center;background-color:#f7e3da;padding:2rem;border-radius:8px;box-shadow:inset 0 1px 6px #0000000d;gap:1rem;flex-wrap:wrap}input[type=text]{padding:.75rem;border:1px solid #ccc;border-radius:6px;width:100%;max-width:400px;font-size:1rem;background-color:#fff;transition:border-color .3s}input[type=text]:focus{outline:none;border-color:#ff9153;box-shadow:0 0 4px #ff915366}button{padding:.75rem 1.2rem;border:none;border-radius:6px;background-color:#ff7e47;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .3s}button:hover{background-color:#ff5e1a}button:disabled{background-color:#ccc;cursor:not-allowed}button:before{content:"+";margin-right:5px}.ingredients-section ul{font-size:1.25rem;padding-left:1.5rem;margin-top:1rem;color:#4b3832}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:10px;background:#ffece3;padding:16px 28px;margin-top:2rem;border-left:5px solid #ff7e47}.get-recipe-container h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.get-recipe-container p{color:#6b6b6b;font-size:.875rem;line-height:20px}.get-recipe-container button{border:none;border-radius:6px;background:#d17557;box-shadow:0 2px 4px #0000001a;color:#fffaf8;padding:10px 18px;font-size:.9rem;cursor:pointer;transition:background-color .3s}.get-recipe-container button:hover{background-color:#bb6043}.get-recipe-container button:disabled{background-color:#aaa;cursor:not-allowed}.suggested-recipe-container{color:#333;background-color:#fffdfc;border-radius:8px;padding:1.5rem;line-height:28px;font-size:1.125rem;font-weight:400;margin-top:2rem;box-shadow:0 2px 10px #0000000f}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.chef-loader{margin-top:2rem;padding:15px;font-weight:700;color:#d35400;font-size:1.2rem;text-align:center;animation:pulse 1.2s infinite ease-in-out}@keyframes pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@media screen and (max-width: 600px){.form-container{padding:1rem}form{padding:1rem;flex-direction:column}.get-recipe-container{flex-direction:column;align-items:flex-start;gap:1rem}.get-recipe-container button{align-self:stretch;width:100%}}.loader{margin-top:20px;padding:15px 20px;font-weight:700;color:#c0392b;font-size:1.2rem;text-align:center;background-color:#fff3f0;border:2px solid #f5c6cb;border-radius:8px;max-width:90%;margin-left:auto;margin-right:auto;box-shadow:0 2px 8px #0000000d;animation:pulse 1.2s infinite ease-in-out;transition:all .3s ease}@keyframes pulse{0%{opacity:.5;transform:scale(.98)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.98)}}@media (max-width: 480px){.loader{font-size:1rem;padding:12px 15px}}.reset-btn{background-color:#e74c3c;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.reset-btn:hover{background-color:#c0392b}
