.qura-restaurant-cart-launch{position:fixed;left:14px;bottom:82px;z-index:10020;border:0;border-radius:999px;background:#D97706;color:#fff;padding:12px 16px;font-weight:900;box-shadow:0 12px 30px rgba(59,36,21,.22);cursor:pointer}.qura-restaurant-cart-overlay{position:fixed;inset:0;background:rgba(31,41,55,.48);z-index:10030;display:none;align-items:flex-end;justify-content:center;backdrop-filter:blur(4px)}.qura-restaurant-cart-overlay.show{display:flex}.qura-restaurant-cart-shell{width:min(720px,100%);max-height:94vh;overflow:hidden;background:#FFF9EE;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(59,36,21,.18);display:flex;flex-direction:column}.qura-restaurant-cart-head{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:15px 16px;background:#fff;border-bottom:1px solid #EEE5DA}.qura-restaurant-cart-head b{display:block;color:#3B2415;font-size:18px}.qura-restaurant-cart-head small{display:block;color:#7B6C62;margin-top:2px}.qura-restaurant-cart-head>button{border:1px solid #EEE5DA;background:#fff;border-radius:50%;width:38px;height:38px;font-size:22px;color:#3B2415;cursor:pointer}.qura-restaurant-cart-shell>main{overflow:auto;padding:14px 14px max(18px,env(safe-area-inset-bottom))}.qura-restaurant-cart-list{display:flex;flex-direction:column;gap:10px;margin:10px 0 14px}.qura-restaurant-cart-choice{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #E9DED1;background:#fff;border-radius:16px;padding:14px;text-align:right;color:#3B2415;cursor:pointer}.qura-restaurant-cart-choice span,.qura-restaurant-cart-choice small{display:block}.qura-restaurant-cart-choice small{color:#7B6C62;margin-top:4px}.qura-restaurant-cart-choice>strong{color:#D97706;font-size:13px}.qura-restaurant-cart-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid #E9DED1;border-radius:16px;padding:11px}.qura-restaurant-cart-item>img{width:58px;height:58px;border-radius:12px;object-fit:cover}.qura-restaurant-cart-item>div:nth-child(2) b,.qura-restaurant-cart-item>div:nth-child(2) small{display:block}.qura-restaurant-cart-item>div:nth-child(2) small{color:#7B6C62;margin-top:4px;line-height:1.45}.qura-restaurant-qty{display:flex;align-items:center;gap:7px}.qura-restaurant-qty button{border:1px solid #E1D4C7;background:#FFF7E6;border-radius:9px;width:31px;height:31px;font-weight:900;color:#7A3D10}.qura-restaurant-order-summary h3,.qura-restaurant-config h3{margin:3px 0 10px;color:#3B2415}.qura-restaurant-config>p{color:#74645B}.qura-restaurant-total{display:flex;justify-content:space-between;gap:10px;font-weight:900;padding:11px 2px;color:#3B2415}.qura-restaurant-submit,.qura-restaurant-secondary{width:100%;border-radius:13px;padding:12px 14px;font-weight:900;cursor:pointer}.qura-restaurant-submit{border:0;background:#D97706;color:#fff}.qura-restaurant-submit:disabled{opacity:.5;cursor:not-allowed}.qura-restaurant-secondary{margin-top:8px;border:1px solid #E5D9CC;background:#fff;color:#3B2415}.qura-restaurant-cart-empty{text-align:center;padding:34px 16px;color:#6B7280}.qura-restaurant-cart-toast{position:fixed;left:50%;bottom:145px;transform:translate(-50%,12px);z-index:10060;background:#3B2415;color:#fff;padding:10px 14px;border-radius:999px;font-weight:800;max-width:90%;text-align:center;opacity:0;pointer-events:none;transition:.2s}.qura-restaurant-cart-toast.show{opacity:1;transform:translate(-50%,0)}.qura-restaurant-option-group{border:1px solid #E6D9CB;border-radius:15px;padding:10px;margin:10px 0;background:#fff}.qura-restaurant-option-group legend{font-weight:900;color:#3B2415;padding:0 5px}.qura-restaurant-option-group legend small{font-weight:600;color:#8A7568}.qura-restaurant-option{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:9px 4px;border-bottom:1px solid #F2EBE4}.qura-restaurant-option:last-child{border-bottom:0}.qura-restaurant-option input{accent-color:#D97706}.qura-restaurant-option strong{color:#D97706}.qura-restaurant-checkout{background:#fff;border:1px solid #E9DED1;border-radius:18px;padding:14px}.qura-restaurant-checkout-title{padding-bottom:10px;border-bottom:1px solid #F0E7DE;margin-bottom:12px}.qura-restaurant-checkout-title h3{margin:0;color:#3B2415}.qura-restaurant-checkout-title small{display:block;color:#7B6C62;margin-top:4px}.qura-restaurant-step-title{display:flex;align-items:center;gap:9px;margin:16px 0 9px}.qura-restaurant-step-title>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#FFF1D6;color:#A9530A;font-weight:900}.qura-restaurant-step-title strong,.qura-restaurant-step-title small{display:block}.qura-restaurant-step-title strong{color:#3B2415}.qura-restaurant-step-title small{color:#8A7568;font-size:12px;margin-top:2px}.qura-restaurant-mode{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.qura-restaurant-mode button{border:1px solid #E5D9CC;background:#FFF9F1;border-radius:14px;padding:11px 8px;text-align:right;color:#3B2415;min-height:78px;cursor:pointer}.qura-restaurant-mode button b,.qura-restaurant-mode button small{display:block}.qura-restaurant-mode button small{font-weight:600;color:#7B6C62;margin-top:5px;line-height:1.35}.qura-restaurant-mode button.active{background:#D97706;color:#fff;border-color:#D97706;box-shadow:0 8px 20px rgba(217,119,6,.18)}.qura-restaurant-mode button.active small{color:#FFF7E6}.qura-restaurant-mode button:disabled{opacity:.48;cursor:not-allowed}.qura-restaurant-schedule{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px;border:1px solid #E9DED1;border-radius:14px;background:#FFF9F1;margin-bottom:10px}.qura-restaurant-schedule[hidden],.qura-restaurant-now-note[hidden],.qura-restaurant-transfer-block[hidden],.qura-restaurant-campaign[hidden],#quraRDeliveryLocationWrap[hidden],#quraRDiscountRow[hidden]{display:none!important}.qura-restaurant-schedule label,.qura-restaurant-checkout>label,.qura-restaurant-checkout-grid label,.qura-restaurant-proof{display:flex;flex-direction:column;gap:6px;font-weight:800;color:#4F3A2E}.qura-restaurant-schedule input,.qura-restaurant-schedule select,.qura-restaurant-checkout input,.qura-restaurant-checkout textarea{border:1px solid #D8C9BA;border-radius:11px;padding:10px;background:#fff;font:inherit;color:#29211D}.qura-restaurant-now-note{padding:11px 12px;border-radius:13px;background:#FFF6DF;color:#7A4B12;font-weight:800;margin-bottom:10px}.qura-restaurant-location-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border:1px solid #E2D4C6;border-radius:15px;background:#FFFDF9;margin-bottom:10px}.qura-restaurant-location-card span,.qura-restaurant-location-card strong,.qura-restaurant-location-card small{display:block}.qura-restaurant-location-card span{font-weight:900;color:#3B2415}.qura-restaurant-location-card strong{margin-top:4px}.qura-restaurant-location-card small{margin-top:3px;color:#76675E;line-height:1.45}.qura-restaurant-location-card button{border:1px solid #D97706;border-radius:10px;background:#fff;color:#B45E0A;padding:8px 10px;font-weight:900;white-space:nowrap}.qura-restaurant-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.qura-restaurant-checkout>label{margin-top:9px}.qura-restaurant-payment-options{display:grid;gap:8px}.qura-restaurant-payment-option{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;border:1px solid #E5D9CC;border-radius:14px;padding:12px;background:#fff;cursor:pointer}.qura-restaurant-payment-option input{margin-top:3px;accent-color:#D97706}.qura-restaurant-payment-option b,.qura-restaurant-payment-option small{display:block}.qura-restaurant-payment-option small{color:#7B6C62;margin-top:4px;line-height:1.4}.qura-restaurant-payment-option.selected{border-color:#D97706;background:#FFF8EA;box-shadow:0 0 0 1px rgba(217,119,6,.08)}.qura-restaurant-payment-option.disabled{opacity:.5;cursor:not-allowed}.qura-restaurant-transfer-block{margin-top:10px;padding:12px;border:1px solid #E3D5C7;border-radius:14px;background:#FFF9F1}.qura-restaurant-transfer-data{display:grid;gap:7px;margin-bottom:10px}.qura-restaurant-transfer-data>div{display:flex;justify-content:space-between;gap:12px;background:#fff;padding:9px 10px;border-radius:10px}.qura-restaurant-transfer-data span{color:#7B6C62}.qura-restaurant-transfer-data strong{color:#3B2415}.qura-restaurant-proof input{margin-top:3px}.qura-restaurant-proof small{font-weight:600;color:#7B6C62}.qura-restaurant-payment-warning{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:11px 12px;border:1px solid #F5B5B5;background:#FFF1F1;border-radius:13px;color:#9B1C1C}.qura-restaurant-payment-warning small{color:#A94D4D}.qura-restaurant-campaign{margin-top:10px;padding:11px 12px;border-radius:13px;border:1px solid #BCE5C8;background:#F0FFF4;color:#166534}.qura-restaurant-campaign b,.qura-restaurant-campaign span{display:block}.qura-restaurant-campaign span{margin-top:3px}.qura-restaurant-price-summary{margin-top:12px;border:1px solid #E7DBCE;border-radius:15px;overflow:hidden}.qura-restaurant-price-summary>div{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #F1E9E1}.qura-restaurant-price-summary>div:last-child{border-bottom:0}.qura-restaurant-price-summary .total{background:#FFF7E6;font-size:17px;font-weight:900;color:#3B2415}.qura-restaurant-quote{padding:10px 4px 12px;color:#6D5B50;font-size:13px;line-height:1.5}.qura-restaurant-checkout-msg{font-weight:800;margin-top:9px;color:#B42318;line-height:1.5}@media(min-width:721px){.qura-restaurant-cart-overlay{align-items:center;padding:24px}.qura-restaurant-cart-shell{max-height:90vh;border-radius:24px}}@media(max-width:620px){.qura-restaurant-mode{grid-template-columns:1fr}.qura-restaurant-mode button{min-height:auto}.qura-restaurant-checkout-grid,.qura-restaurant-schedule{grid-template-columns:1fr}.qura-restaurant-cart-item{grid-template-columns:52px 1fr}.qura-restaurant-cart-item>.qura-restaurant-qty{grid-column:2;justify-content:flex-end}.qura-restaurant-cart-item>img{width:52px;height:52px}.qura-restaurant-cart-launch{left:10px;bottom:74px;padding:10px 13px}.qura-restaurant-location-card{align-items:flex-start;flex-direction:column}.qura-restaurant-location-card button{width:100%}}