:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.25rem 2rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:baseline;gap:1rem}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:#fff}.tagline{font-size:.8rem;color:#fff6}.layout{display:grid;grid-template-columns:1fr 360px;gap:1.5rem;padding:2rem;flex:1;align-items:start}.menu{display:flex;flex-direction:column;gap:2rem}.category h2{font-size:1.15rem;font-weight:600;margin-bottom:.75rem;color:#ffffffd9}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.menu-item{border:1px solid rgba(255,255,255,.08);border-radius:.625rem;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;background:#ffffff05;transition:border-color .15s}.menu-item:hover{border-color:#ffffff2e}.menu-item-info{display:flex;flex-direction:column;gap:.2rem;flex:1}.menu-item h3{font-size:.95rem;font-weight:600}.menu-item .desc{font-size:.78rem;color:#ffffff73}.menu-item .price{font-size:.85rem;font-weight:600;margin-top:.35rem;color:#6ee7b7}.add-btn{flex-shrink:0;padding:.4rem .85rem;border:1px solid rgba(110,231,183,.3);background:#6ee7b714;color:#6ee7b7;border-radius:.5rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s}.add-btn:hover{background:#6ee7b72e}.cart{border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem;background:#ffffff05;position:sticky;top:2rem}.cart h2{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.cart .empty{font-size:.85rem;color:#fff6}.cart-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.65rem}.cart-item{display:flex;flex-direction:column;gap:.35rem}.cart-item-info{display:flex;justify-content:space-between;font-size:.85rem}.cart-item-name{font-weight:500}.cart-item-price{color:#fff9}.qty-controls{display:flex;align-items:center;gap:.5rem}.qty-controls button{width:1.6rem;height:1.6rem;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fafafa;border-radius:.35rem;font-size:.85rem;cursor:pointer;display:grid;place-items:center;transition:background .15s}.qty-controls button:hover{background:#ffffff14}.qty-controls span{min-width:1.2rem;text-align:center;font-size:.85rem;font-weight:600}.remove-btn{margin-left:auto;color:#f87171!important;border-color:#f8717140!important}.remove-btn:hover{background:#f871711f!important}.totals{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.totals>div{display:flex;justify-content:space-between;color:#ffffff8c}.total-row{font-weight:700;font-size:.95rem!important;color:#fafafa!important;margin-top:.25rem;padding-top:.45rem;border-top:1px solid rgba(255,255,255,.08)}.checkout-btn{margin-top:1rem;width:100%;padding:.7rem;background:#6ee7b7;color:#0a0a0a;border:none;border-radius:.5rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:opacity .15s}.checkout-btn:hover{opacity:.85}.checkout{max-width:560px;width:100%;margin:0 auto}.back-btn{background:none;border:none;color:#ffffff8c;font-size:.85rem;cursor:pointer;padding:0;margin-bottom:1rem}.back-btn:hover{color:#fafafa}.checkout h2{font-size:1.35rem;margin-bottom:1.25rem}.checkout-summary{border:1px solid rgba(255,255,255,.08);border-radius:.625rem;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.45rem}.checkout-summary h3{font-size:.9rem;margin-bottom:.35rem;color:#ffffffa6}.summary-line{display:flex;justify-content:space-between;font-size:.85rem;color:#fff9}.total-line{margin-top:.35rem;padding-top:.45rem;border-top:1px solid rgba(255,255,255,.08);font-weight:700;color:#fafafa}.checkout-form{display:flex;flex-direction:column;gap:.85rem}.checkout-form h3{font-size:.95rem;color:#ffffffa6}.field{display:flex;flex-direction:column;gap:.3rem}.field>span:first-child{font-size:.8rem;color:#ffffff80}.field input{padding:.6rem .75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;color:#fafafa;font-size:.9rem;outline:none;transition:border-color .15s}.field input:focus{border-color:#6ee7b780}.field input::placeholder{color:#fff3}.error{font-size:.75rem;color:#f87171}.place-order-btn{margin-top:.5rem;padding:.7rem;background:#6ee7b7;color:#0a0a0a;border:none;border-radius:.5rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:opacity .15s}.place-order-btn:hover{opacity:.85}.confirmation{max-width:480px;width:100%;margin:0 auto;text-align:center}.confirm-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#6ee7b726;color:#6ee7b7;font-size:1.5rem;display:grid;place-items:center;margin:0 auto 1rem}.confirmation h2{font-size:1.35rem;margin-bottom:.25rem}.order-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:#fff6;margin-bottom:.75rem}.confirmation p{font-size:.9rem;color:#ffffffa6;margin-bottom:.35rem}.delivery-note{margin-bottom:1.25rem!important}.confirmation .checkout-summary{text-align:left}.confirmation .checkout-btn{margin-top:1.25rem}@media(max-width:768px){.layout{grid-template-columns:1fr;padding:1rem}.cart{position:static}.header{padding:1rem}}
