*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.header{background:#e74c3c;color:#fff;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-left{display:flex;align-items:center;gap:10px}.shop-name{font-size:18px;font-weight:700}.table-badge{font-size:12px;background:#fff3;padding:2px 10px;border-radius:10px;cursor:pointer}.header-tabs{display:flex;gap:4px;background:#0000001a;border-radius:16px;padding:2px}.tab{padding:4px 16px;border-radius:14px;font-size:13px;cursor:pointer;color:#ffffffb3;transition:all .2s}.tab.active{background:#fff;color:#e74c3c;font-weight:600}.menu-page{flex:1;display:flex;flex-direction:column;overflow:hidden}.cat-bar{display:flex;gap:8px;padding:10px 12px;background:#fff;overflow-x:auto;flex-shrink:0}.cat-tab{white-space:nowrap;padding:6px 18px;border-radius:16px;font-size:14px;background:#f0f0f0;color:#666;cursor:pointer}.cat-tab.active{background:#e74c3c;color:#fff;font-weight:600}.item-list{flex:1;overflow-y:auto;padding:8px 12px}.menu-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:14px 16px;margin-bottom:8px;border-radius:10px}.mi-name{font-size:16px;font-weight:500}.mi-price{font-size:13px;color:#e74c3c;margin-top:2px}.mi-actions{display:flex;align-items:center}.qty-ctl{display:flex;align-items:center;gap:10px}.qty-btn{width:30px;height:30px;border-radius:15px;border:1px solid #ddd;background:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666}.qty-btn.add{background:#e74c3c;color:#fff;border-color:#e74c3c}.qty-num{font-size:16px;min-width:24px;text-align:center}.add-btn{width:34px;height:34px;border-radius:17px;background:#e74c3c;color:#fff;border:none;font-size:22px;cursor:pointer}.cart-fab{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:12px 24px;border-radius:28px;display:flex;align-items:center;gap:10px;cursor:pointer;z-index:50;box-shadow:0 4px 12px #0003}.cart-icon{font-size:22px}.cart-badge{background:#e74c3c;color:#fff;font-size:12px;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:absolute;top:-6px;left:18px}.cart-fab-total{font-size:17px;font-weight:700}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;flex-direction:column;justify-content:flex-end}.cart-sheet{background:#fff;border-radius:16px 16px 0 0;max-height:65vh;display:flex;flex-direction:column}.cs-header{display:flex;justify-content:space-between;padding:16px 20px;font-size:16px;font-weight:600;border-bottom:1px solid #eee}.cs-clear{color:#999;font-size:14px;cursor:pointer;font-weight:400}.cs-items{flex:1;overflow-y:auto;padding:8px 20px}.cs-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5;gap:12px}.cs-item>span:first-child{flex:1}.cs-item-price{color:#e74c3c;width:60px;text-align:right}.cs-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-top:1px solid #eee;gap:12px}.cs-total{font-size:18px;font-weight:700;white-space:nowrap}.cs-submit{flex:1;background:#e74c3c;color:#fff;border:none;padding:12px;border-radius:22px;font-size:16px;cursor:pointer}.cs-submit:disabled{opacity:.5}.modal{background:#fff;border-radius:16px;padding:20px;margin:auto 16px 40px}.modal-title{font-size:16px;font-weight:600;margin-bottom:16px;text-align:center}.modal-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.table-btn{width:60px;height:60px;border-radius:12px;border:2px solid #eee;background:#fff;font-size:16px;cursor:pointer}.table-btn.selected{border-color:#e74c3c;color:#e74c3c;font-weight:700}.order-detail-page{padding:20px;text-align:center}.od-status{font-size:28px;font-weight:700;padding:24px;margin-bottom:16px;border-radius:12px}.od-status[data-status=pending]{background:#fff2e8;color:#fa541c}.od-status[data-status=preparing]{background:#e6f7ff;color:#1890ff}.od-status[data-status=served]{background:#f6ffed;color:#52c41a}.od-status[data-status=paid]{background:#f5f5f5;color:#999}.od-no{color:#999;font-size:13px;margin-bottom:20px}.od-items{text-align:left;background:#fff;border-radius:8px;padding:12px 16px;margin-bottom:16px}.od-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f5f5f5}.od-total{font-size:20px;font-weight:700;margin-bottom:20px}.back-menu-btn{background:#e74c3c;color:#fff;border:none;padding:12px 40px;border-radius:22px;font-size:16px;cursor:pointer}.orders-page{padding:12px;flex:1;overflow-y:auto}.empty-state{text-align:center;padding:60px 0;color:#999}.order-card{background:#fff;border-radius:10px;padding:14px 16px;margin-bottom:10px;cursor:pointer}.oc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.oc-no{font-size:13px;color:#999}.oc-status{font-size:12px;padding:2px 10px;border-radius:10px}.oc-status[data-status=pending]{background:#fff2e8;color:#fa541c}.oc-status[data-status=preparing]{background:#e6f7ff;color:#1890ff}.oc-status[data-status=served]{background:#f6ffed;color:#52c41a}.oc-status[data-status=paid]{background:#f5f5f5;color:#999}.oc-items{font-size:14px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oc-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.oc-total{font-size:18px;font-weight:700;color:#e74c3c}.oc-time{font-size:12px;color:#ccc}
