@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Lato:wght@400;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Raleway,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1a1410 0%,#2a2115 50%,#1a1410 100%);color:#d9e2f1;min-height:100vh}#main-header{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 10%;border-bottom:2px solid rgba(255,196,4,.1);background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;flex-wrap:nowrap}#main-header #title{display:flex;gap:1.5rem;align-items:center}#main-header #title img{width:3.5rem;height:3.5rem;object-fit:contain;border-radius:50%;border:3px solid #ffc404;box-shadow:0 0 20px #ffc4044d;transition:transform .3s ease,box-shadow .3s ease}#main-header #title img:hover{transform:scale(1.1);box-shadow:0 0 30px #ffc40480}#main-header button{font-size:1.1rem;font-family:Lato,sans-serif}h1{font-family:Lato,sans-serif;font-weight:700;font-size:2.2rem;margin:0;color:#ffc404;letter-spacing:.15rem;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.4)}#meals{width:90%;max-width:80rem;list-style:none;margin:3rem auto;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:2rem}.meal-item{background-color:#1d1a16;border-radius:1.2rem;overflow:hidden;text-align:center;box-shadow:0 8px 32px #00000080;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,196,4,.05)}.meal-item:hover{transform:translateY(-8px);box-shadow:0 16px 48px #ffc40433,0 0 20px #ffc4041a}.meal-item article{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.meal-item img{width:calc(100% + 3rem);margin:-1.5rem -1.5rem 1rem;height:18rem;object-fit:cover}.meal-item h3{font-size:1.4rem;font-weight:700;margin:.5rem 0;color:#ffc404}.meal-item-description{margin:.75rem 0;font-size:.95rem;color:#c9b4a0;line-height:1.5}.meal-item-price{display:inline-block;background:linear-gradient(135deg,#ffc404,#ffab04);color:#1f1a09;font-size:1rem;font-weight:700;padding:.6rem 1.5rem;margin:.75rem 0;border-radius:2rem;box-shadow:0 4px 15px #ffc4044d}.meal-item-actions{margin-top:1rem;display:flex;gap:1rem;align-items:center;justify-content:space-between}.meal-item-actions .button{flex:1}.quantity-selector{display:flex;gap:.5rem;align-items:center;border:2px solid rgba(255,196,4,.3);border-radius:.6rem;padding:.5rem .75rem;background-color:#ffc4040d}.qty-btn{background-color:transparent;border:none;color:#ffc404;font-size:1.2rem;font-weight:700;cursor:pointer;width:1.8rem;height:1.8rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem;transition:all .2s ease}.qty-btn:hover{background-color:#ffc40433;transform:scale(1.1)}.qty-display{color:#ffc404;font-weight:700;min-width:2rem;text-align:center;font-size:1rem}.cart h2{margin:.5rem 0;color:#ffc404;font-size:1.8rem}.cart ul{list-style:none;margin:1.5rem 0;padding:1rem;background-color:#ffc4040d;border-radius:.8rem;border:1px solid rgba(255,196,4,.1)}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.modal-actions .text-button{color:#6b5d47;transition:color .2s ease}.modal-actions .text-button:hover,.modal-actions .text-button:active{color:#ffc404}.cart-total{display:flex;justify-content:flex-end;margin:1.5rem 0;padding-top:1.5rem;border-top:2px solid rgba(255,196,4,.2);font-size:1.3rem;font-weight:700;color:#ffc404}.cart-item{display:flex;justify-content:space-between;align-items:center;margin:.75rem 0;padding:.75rem;background-color:#0003;border-radius:.5rem;transition:background-color .2s ease}.cart-item:hover{background-color:#ffc40414}.cart-item p{margin:0;font-size:.95rem}.cart-item-actions button:hover,.cart-item-actions button:active{background-color:#ffc404;color:#1f1a09;transform:scale(1.1)}.control{margin:1.25rem 0;display:flex;flex-direction:column}.cart-item-actions{display:flex;gap:.75rem;align-items:center}.cart-item-actions button{cursor:pointer;font-size:1rem;width:2rem;height:2rem;border-radius:50%;border:2px solid #ffc404;background-color:transparent;color:#ffc404;display:flex;justify-content:center;align-items:center;transition:all .2s ease;font-weight:700}.control label{font-weight:700;margin-bottom:.5rem;color:#ffc404;font-size:.95rem;letter-spacing:.05rem}.control input{width:100%;font:inherit;padding:.85rem 1.1rem;border-radius:.6rem;border:2px solid rgba(255,196,4,.3);background-color:#0000004d;color:#d9e2f1;transition:all .2s ease;font-size:1rem}.control input::placeholder{color:#d9e2f180}.control input:focus{outline:none;border-color:#ffc404;background-color:#00000080;box-shadow:0 0 15px #ffc40440}.control-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.control-row .control{margin:0}.button{font:inherit;cursor:pointer;background:linear-gradient(135deg,#ffc404,#ffab04);border:none;color:#1f1a09;padding:.75rem 2rem;border-radius:.6rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ffc40433}.button:hover,.button:active{background:linear-gradient(135deg,#ffab04,#ff9904);transform:translateY(-2px);box-shadow:0 6px 20px #ffc40466}.text-button{font:inherit;cursor:pointer;background-color:transparent;border:2px solid #ffc404;color:#ffc404;padding:.6rem 1.5rem;border-radius:.6rem;font-weight:600;transition:all .2s ease}.text-button:hover,.text-button:active{background-color:#ffc404;color:#1f1a09;transform:translateY(-2px)}.modal{background:linear-gradient(135deg,#2a2419 0%,#1d1915 100%);border-radius:1rem;border:2px solid rgba(255,196,4,.15);box-shadow:0 20px 60px #000c,0 0 40px #ffc4041a;padding:2rem;width:90%;max-width:45rem;animation:fade-slide-up .4s ease-out forwards;color:#d9e2f1}.modal::backdrop{background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.center{text-align:center;padding:2rem 1rem}.center p{font-size:1.1rem;color:#c9b4a0;animation:fade-slide-up .4s ease-out forwards}.error{width:90%;max-width:30rem;margin:3rem auto;padding:2rem;background:linear-gradient(135deg,rgba(200,50,50,.15),rgba(150,30,30,.15));color:#ffb5b5;border-radius:1rem;border:2px solid rgba(255,100,100,.3);animation:fade-slide-up .4s ease-out forwards;box-shadow:0 8px 32px #c8323233}.error h2{margin:0 0 .75rem;color:#f99;font-size:1.5rem}.error p{margin:0;font-size:.95rem;line-height:1.6}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){#main-header{flex-direction:column;gap:1.5rem;padding:1.5rem 5%}#main-header #title{width:100%;justify-content:center}#meals{grid-template-columns:1fr;width:95%;margin:2rem auto;padding:1rem;gap:1.5rem}.modal{width:95%;padding:1.5rem;max-width:100%}h1{font-size:1.8rem}.meal-item h3{font-size:1.2rem}}.toast-container{position:fixed;top:2rem;right:2rem;z-index:9999;display:flex;flex-direction:column;gap:1rem;pointer-events:none}.toast{background:linear-gradient(135deg,#2a2419 0%,#1d1915 100%);border:2px solid rgba(255,196,4,.3);border-radius:.8rem;padding:1rem 1.5rem;min-width:300px;max-width:400px;box-shadow:0 10px 40px #0009;animation:slideInRight .3s ease-out forwards;cursor:pointer;pointer-events:all;transition:all .3s ease}.toast:hover{transform:translate(-5px);box-shadow:0 12px 50px #000c}.toast-content{display:flex;align-items:center;gap:1rem}.toast-icon{font-size:1.5rem;font-weight:700;min-width:1.5rem}.toast-success{border-color:#4caf5080}.toast-success .toast-icon{color:#4caf50}.toast-success .toast-message{color:#a8e6a1}.toast-error{border-color:#f4433680}.toast-error .toast-icon{color:#f44336}.toast-error .toast-message{color:#ffb8b8}.toast-info{border-color:#2196f380}.toast-info .toast-icon{color:#2196f3}.toast-info .toast-message{color:#90caf9}.toast-message{margin:0;font-size:.95rem;font-weight:500;line-height:1.4}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.toast-container{top:1rem;right:1rem;left:1rem;gap:.75rem}.toast{min-width:auto;max-width:100%;padding:.85rem 1.25rem}.toast-message{font-size:.9rem}}.meals-filter{display:flex;justify-content:center;flex:1;min-width:200px}.search-input{width:100%;max-width:350px;padding:.75rem 1rem;font-size:.95rem;font-family:Raleway,sans-serif;background:rgba(42,33,21,.7);color:#d9e2f1;border:2px solid rgba(255,196,4,.3);border-radius:6px;transition:all .3s ease;outline:none}.search-input::placeholder{color:#d9e2f180}.search-input:focus{border-color:#ffc404;background:rgba(42,33,21,.9);box-shadow:0 0 15px #ffc40433}.search-input:hover{border-color:#ffc40480}@media (max-width: 1024px){#main-header{padding:1.5rem 5%;gap:1rem}.search-input{max-width:250px}#main-header #title h1{font-size:1.8rem}}@media (max-width: 768px){#main-header{flex-direction:column;padding:1rem 5%;gap:1rem}#main-header #title{gap:1rem;width:100%;justify-content:center}#main-header #title h1{font-size:1.5rem}#main-header #title img{width:2.5rem;height:2.5rem}.meals-filter{width:100%}.search-input{width:100%;max-width:100%;font-size:.9rem}#main-header nav{width:100%;display:flex;justify-content:center}}
