.instructions{background:linear-gradient(135deg,#f8fafc,#f0efeb 40%,#e8f5e8);border-radius:16px;box-shadow:0 4px 20px #d1755714,0 2px 8px #0000000f,inset 0 1px #fff6;padding:32px 40px 28px;margin-bottom:2.5rem;text-align:center;border:1px solid rgba(209,117,87,.1);position:relative;overflow:hidden;transition:all .3s ease}.instructions:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 3s infinite}.instructions:hover{transform:translateY(-2px);box-shadow:0 8px 32px #d175571f,0 4px 16px #00000014,inset 0 1px #ffffff80}.instructions h2{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#d17557,#b85c3e,#d17557);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;position:relative}.instructions p{font-size:1.125rem;color:#374151;margin:0 auto;max-width:650px;line-height:1.6;font-weight:400}.ai-loading-message{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0efeb,#f8fafc 40%,#e8f5e8);border-radius:16px;box-shadow:0 6px 24px #d175571f,0 3px 12px #00000014,inset 0 1px #fff6;padding:40px 32px;margin:2.5rem auto 2rem;max-width:550px;border:2px solid rgba(209,117,87,.2);min-height:100px;position:relative;overflow:hidden;animation:ai-pulse 2s infinite ease-in-out,focus-attention .5s ease-out;scroll-margin-top:2rem}.ai-loading-message:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(209,117,87,.15),rgba(255,255,255,.3),rgba(209,117,87,.15),transparent);animation:loading-shimmer 1.5s infinite;z-index:1}.ai-loading-message:after{content:"🍳";position:absolute;top:12px;right:20px;font-size:1.5rem;animation:cooking 1.5s infinite ease-in-out;z-index:2}.ai-loading-message h3{background:linear-gradient(135deg,#d17557,#b85c3e,#d17557);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.4rem;font-weight:600;letter-spacing:.5px;margin:0;position:relative;z-index:1}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes loading-shimmer{0%{left:-100%;opacity:.8}50%{left:0%;opacity:1}to{left:100%;opacity:.8}}@keyframes focus-attention{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);border-color:#d1755766}to{transform:scale(1);opacity:1}}@keyframes cooking{0%,to{transform:rotate(-5deg) scale(1)}50%{transform:rotate(5deg) scale(1.1)}}@keyframes ai-pulse{0%{box-shadow:0 6px 24px #d175571f,0 3px 12px #00000014;transform:scale(1)}50%{box-shadow:0 8px 32px #d175572e,0 4px 16px #0000001f;transform:scale(1.02)}to{box-shadow:0 6px 24px #d175571f,0 3px 12px #00000014;transform:scale(1)}}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#fafaf8}header{display:flex;justify-content:center;align-items:center;gap:11px;height:80px;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}header>img{width:50px}header>h1{font-weight:400}main{padding:30px 30px 10px}.add-ingredient-form{display:flex;justify-content:center;gap:12px;height:38px}.add-ingredient-form>input{border-radius:6px;border:1px solid #d1d5db;padding:9px 13px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:150px;max-width:400px}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-size:.875rem;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}ul.ingredients-list{margin-bottom:48px}ul.ingredients-list>li{color:#475467;line-height:28px}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f0efeb;padding:10px 28px}.get-recipe-container h3{font-size:1.125rem;font-weight:500;line-height:24px}.get-recipe-container p{color:#6b7280;font-size:.875rem;line-height:20px}.get-recipe-container button{border:none;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.suggested-recipe-container{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}
