#root{margin:0 auto;text-align:center}body{background:linear-gradient(to bottom right,#fff0e0,#ffe0e0)}.container{min-height:100vh;background:linear-gradient(to bottom right,#fff0e0,#ffe0e0);padding:20px;display:flex;justify-content:center;align-items:flex-start}.card{width:100%;max-width:600px;background:#fff;border-radius:20px;box-shadow:0 8px 20px #0000001a;overflow:hidden}.header{background-color:#f97316;color:#fff;text-align:center;padding:20px}.header h1{margin:0;font-size:2rem}.header p{margin:5px 0 0;color:#fed7aa}.content{padding:20px;display:flex;flex-direction:column;gap:20px}.food-item{background-color:#fff4e5;border:2px solid #fed7aa;border-radius:15px;padding:15px;color:#333}.food-header{display:flex;justify-content:space-between;align-items:center}.quantity-control{display:flex;align-items:center;gap:10px;background:#fff;padding:5px;border-radius:50px;box-shadow:0 0 0 1px #e4dada}.quantity-control button{width:45px;height:45px;font-weight:700;font-size:1.2rem;border:none;border-radius:50%;cursor:pointer;background-color:#50e050;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 6px #0000001a}.quantity-control button:hover{transform:scale(1.1)}.quantity-control button:disabled{opacity:.5;cursor:not-allowed;transform:none;background:red}.quantity-control span{width:25px;font-weight:700;font-size:1.1rem;text-align:center;color:#333}.addons-section h3{margin-bottom:10px;color:#333}.addon{background-color:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:15px;color:#333}.addon-header{display:flex;justify-content:space-between;align-items:center}.options{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.option{border:2px solid #ddd;border-radius:10px;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:5px;background-color:#fff;color:#333}.option.selected{border-color:#fb923c;background-color:#ffe6cf;color:#000}.total{background-color:#29b629;color:#fff;border-radius:15px;padding:15px;display:flex;justify-content:space-between;align-items:center}.total h2,.total h3,.total p{color:#fff;margin:0}.order-btn{background-color:#f97316;color:#fff;font-weight:700;font-size:1.2rem;padding:12px;border:none;border-radius:15px;cursor:pointer;transition:all .2s ease}.order-btn:hover{background-color:#ea580c;transform:scale(1.05)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
