: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;padding:0}html,body,#root{min-height:100vh;background:#0f0f0f;color:#fafafa}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;background:#0f0f0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.6rem}.logo h1{font-size:1.35rem;font-weight:700;letter-spacing:-.03em}.cart-button{position:relative;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fafafa;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:background .2s}.cart-button:hover{background:#ffffff24}.cart-badge{position:absolute;top:-6px;right:-6px;background:#e63946;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:grid;place-items:center}.hero{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 1rem;text-align:center}.hero h2{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:.3rem}.hero p{color:#ffffff80;font-size:1.05rem}.categories{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.category-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.45rem 1rem;border-radius:2rem;cursor:pointer;font-size:.85rem;transition:all .2s}.category-btn:hover{background:#ffffff1a;color:#fff}.category-btn.active{background:#e63946;border-color:#e63946;color:#fff;font-weight:600}.main{flex:1}.food-grid{max-width:1100px;margin:0 auto;padding:1rem 1.5rem 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.food-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;overflow:hidden;transition:border-color .2s,transform .2s}.food-card:hover{border-color:#ffffff2e;transform:translateY(-2px)}.food-emoji{font-size:3.5rem;text-align:center;padding:1.5rem 1rem .5rem;background:#ffffff05}.food-info{padding:.75rem 1rem 1rem}.food-info h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.food-desc{font-size:.8rem;color:#ffffff73;margin-bottom:.75rem;line-height:1.4}.food-footer{display:flex;justify-content:space-between;align-items:center}.food-price{font-size:1.1rem;font-weight:700;color:#f4a261}.add-btn{background:#e63946;border:none;color:#fff;padding:.4rem .9rem;border-radius:.4rem;cursor:pointer;font-size:.8rem;font-weight:600;transition:background .2s}.add-btn:hover{background:#c1121f}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;display:flex;justify-content:flex-end}.cart-panel{width:380px;max-width:90vw;background:#161616;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;height:100%}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.cart-header h2{font-size:1.15rem;font-weight:700}.close-btn{background:none;border:none;color:#ffffff80;font-size:1.2rem;cursor:pointer}.close-btn:hover{color:#fff}.cart-empty{padding:3rem 1.5rem;text-align:center;color:#fff6}.cart-items{list-style:none;flex:1;overflow-y:auto;padding:.5rem 1.5rem}.cart-item{display:flex;align-items:center;gap:.6rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.cart-item-emoji{font-size:1.5rem}.cart-item-details{flex:1;display:flex;flex-direction:column}.cart-item-name{font-size:.85rem;font-weight:600}.cart-item-price{font-size:.8rem;color:#f4a261}.qty-controls{display:flex;align-items:center;gap:.4rem}.qty-controls button{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;width:26px;height:26px;border-radius:.3rem;cursor:pointer;font-size:.85rem;display:grid;place-items:center}.qty-controls button:hover{background:#ffffff26}.qty-controls span{font-size:.85rem;min-width:1.2rem;text-align:center}.remove-btn{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.5;transition:opacity .2s}.remove-btn:hover{opacity:1}.cart-footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.08)}.cart-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.checkout-btn{width:100%;background:#e63946;border:none;color:#fff;padding:.75rem;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:#c1121f}
