/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.grid{display:grid}.inline{display:inline}.table{display:table}}:root{--ink:#111827;--muted:#6b7280;--bg:#f3f4f6;--paper:#fff;--red:#d12229;--red-hover:#b91c24;--line:#e5e7eb}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--ink);margin:0;font-family:Tajawal,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.hero{text-align:center;border-bottom:1px solid var(--line);background:#fff;min-height:200px;padding:25px max(20px,50vw - 380px);position:relative;overflow:hidden}.hero-glow{display:none}.brand{z-index:1;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.main-logo{object-fit:contain;width:100%;max-width:240px;height:auto;animation:.6s ease-out fadeDown}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.hero-copy{display:none}.hero-meta{color:var(--muted);justify-content:center;gap:15px;margin-top:15px;font-size:14px;font-weight:600;display:flex}.info-button{z-index:2;width:40px;height:40px;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:50%;font-size:22px;transition:all .2s;position:absolute;top:25px;right:max(20px,50vw - 380px);box-shadow:0 4px 10px #0000000d}.info-button:hover{background:var(--bg);color:var(--ink)}.toolbar{z-index:2;max-width:760px;margin:-25px auto 0;padding:0 20px;position:relative}.search{border:1px solid var(--line);height:50px;color:var(--muted);background:#fff;border-radius:25px;align-items:center;gap:12px;padding:0 20px;transition:all .3s;animation:.6s ease-out fadeUp;display:flex;box-shadow:0 8px 20px #0000000f}.search:focus-within{border-color:var(--red);box-shadow:0 10px 30px #d1222926}.search span{font-size:22px;transform:rotate(-10deg)}.search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-weight:500}.categories{scrollbar-width:none;gap:20px;padding:25px 0 15px;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.categories button{white-space:nowrap;color:var(--muted);background:0 0;border:none;border-bottom:3px solid #0000;padding:8px 5px;font-size:16px;font-weight:700;transition:all .3s}.categories button.active{color:var(--red);border-bottom-color:var(--red)}.categories button:hover:not(.active){color:var(--ink)}.menu-section{max-width:760px;margin:15px auto 120px;padding:0 20px}.section-title{justify-content:space-between;align-items:center;margin-bottom:25px;animation:.4s ease-out fadeIn;display:flex}.section-title h2{color:var(--ink);margin:0;font-size:28px;font-weight:800}.section-title p{color:var(--red);text-transform:uppercase;margin:0 0 4px;font-size:13px;font-weight:700}.section-title>span{display:none}.grid{flex-direction:column;gap:16px;display:flex}@keyframes fadeUpList{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.dish-card{background:var(--paper);border:1px solid var(--line);cursor:pointer;border-radius:20px;align-items:stretch;padding:12px;transition:all .3s cubic-bezier(.2,.8,.2,1);animation:.5s ease-out backwards fadeUpList;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008}.dish-card:first-child{animation-delay:50ms}.dish-card:nth-child(2){animation-delay:.1s}.dish-card:nth-child(3){animation-delay:.15s}.dish-card:nth-child(4){animation-delay:.2s}.dish-card:hover{border-color:#d122294d;transform:translateY(-3px);box-shadow:0 12px 25px #d1222914}.dish-card:active{transform:scale(.98);box-shadow:0 2px 10px #0000000d}.photo-wrap{border:1px solid var(--bg);background:#f4f0ec;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:135px;min-height:135px;margin-left:16px;display:flex;position:relative;overflow:hidden}.photo-wrap img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1);transform:scale(1.35)}.dish-card:hover img{transform:scale(1.45)}.photo-wrap b{background:var(--red);color:#fff;z-index:2;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:6px;right:6px;box-shadow:0 2px 5px #d122294d}.card-body{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:8px 0;display:flex}.card-body h3{white-space:nowrap;text-overflow:ellipsis;color:var(--ink);margin:0 0 6px;font-size:18px;font-weight:700;transition:color .2s;overflow:hidden}.dish-card:hover .card-body h3{color:var(--red)}.card-body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.price-display{direction:ltr;align-items:center;gap:4px;display:inline-flex}.price-display strong{color:var(--ink);font-size:17px;font-weight:800}.price-display .currency-icon{object-fit:contain;opacity:.8;height:14px;margin-top:2px}.card-action-inline{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.calories-badge{color:#d97706;background:#fef3c7;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700}.card-qty{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:4px;transition:all .2s;display:flex;box-shadow:0 2px 5px #00000005}.card-qty:hover{border-color:var(--red)}.card-qty button{background:var(--bg);width:30px;height:30px;color:var(--ink);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:20px;font-weight:500;transition:all .2s;display:flex}.card-qty button:active{transform:scale(.9)}.card-qty button:hover{background:var(--red);color:#fff}.card-qty b{text-align:center;min-width:20px;color:var(--ink);font-size:15px;font-weight:700}.overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;place-items:end center;padding:15px;animation:.2s ease-out fade;display:grid;position:fixed;inset:0}@keyframes fade{0%{opacity:0}to{opacity:1}}.product-sheet,.checkout-sheet,.info-sheet{background:var(--paper);border-radius:28px;width:min(500px,100%);max-height:calc(100dvh - 30px);animation:.3s cubic-bezier(.2,.8,.2,1) rise;position:relative;overflow:auto;box-shadow:0 20px 60px #0003}@keyframes rise{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}.close{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:36px;height:36px;color:var(--ink);background:#ffffffe6;border:none;border-radius:50%;place-items:center;font-size:24px;line-height:1;transition:all .2s;display:grid;position:absolute;top:16px;left:16px;box-shadow:0 2px 10px #0000001a}.close:hover{color:var(--red);background:#fff;transform:scale(1.05)}.sheet-photo{object-fit:cover;mix-blend-mode:multiply;border-bottom:1px solid var(--line);background:#f4f0ec;width:100%;height:280px}.sheet-content{padding:25px}.sheet-heading{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:12px;display:flex}.sheet-heading h2{color:var(--ink);margin:0;font-size:24px;font-weight:800}.sheet-heading p{color:var(--red);text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}.sheet-description{color:var(--muted);margin:0 0 15px;font-size:14px;line-height:1.7}.calories{color:#d97706;background:#fef3c7;border-radius:8px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex}fieldset{border:0;margin:25px 0 0;padding:0}legend{width:100%;color:var(--ink);margin-bottom:12px;font-size:16px;font-weight:800}legend em{color:var(--red);background:#d122291a;border-radius:6px;margin-right:8px;padding:2px 8px;font-size:11px;font-style:normal;display:inline-block}.choices{gap:10px;display:grid}.choices button,.payment button,.order-type button{border:1px solid var(--line);width:100%;color:var(--ink);text-align:right;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;padding:15px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.choices button:hover{border-color:var(--red)}.choices button.selected,.payment button.selected,.order-type button.selected{border-color:var(--red);box-shadow:0 0 0 1px var(--red);background:#d122290a}.choices small{color:var(--red);font-weight:700}.sheet-bottom{align-items:center;gap:12px;margin-top:35px;display:flex}.qty{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:6px;display:flex}.qty button{width:38px;height:38px;color:var(--ink);background:var(--bg);border:none;border-radius:12px;place-items:center;font-size:22px;transition:all .2s;display:grid}.qty button:hover{background:var(--red);color:#fff}.qty b{text-align:center;min-width:24px;font-size:17px;font-weight:700}.add,.checkout,.whatsapp{color:#fff;background:var(--red);border:none;border-radius:16px;flex:1;justify-content:space-between;align-items:center;padding:18px 20px;font-size:16px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 20px #d1222933}.add:hover,.checkout:hover,.whatsapp:hover{background:var(--red-hover);transform:translateY(-2px);box-shadow:0 12px 25px #d122294d}.cart-fab{z-index:10;background:var(--red);color:#fff;border:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;width:calc(100% - 40px);max-width:400px;padding:16px 24px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);animation:.5s ease-out fadeUpList;display:flex;position:fixed;bottom:25px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #d122294d}.cart-fab:hover{background:var(--red-hover);transform:translate(-50%,-4px);box-shadow:0 16px 40px #d1222966}.cart-fab b{width:28px;height:28px;color:var(--red);background:#fff;border-radius:50%;place-items:center;font-size:14px;font-weight:800;display:grid}.cart-fab strong{border-right:1px solid #ffffff4d;padding-right:12px;font-size:17px}.cart-overlay{place-items:stretch start;padding:0}.cart-sheet{background:var(--bg);flex-direction:column;width:min(450px,100%);min-height:100dvh;padding:25px;animation:.3s cubic-bezier(.2,.8,.2,1) slide;display:flex;overflow:auto;box-shadow:14px 0 50px #00000026}@keyframes slide{0%{transform:translate(-100%)}to{transform:none}}.cart-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.cart-head h2{color:var(--ink);margin:0;font-size:26px;font-weight:800}.cart-head .close{background:#fff;position:static}.empty{text-align:center;color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty span{color:var(--line);margin-bottom:10px;font-size:50px}.empty h3{color:var(--ink);margin:0 0 8px;font-size:20px;font-weight:800}.empty p{margin:0;font-size:14px}.cart-items{gap:14px;margin:15px 0 30px;display:grid}.cart-item{background:#fff;border-radius:18px;grid-template-columns:80px 1fr auto;align-items:center;gap:14px;padding:12px;display:grid;box-shadow:0 2px 10px #00000005}.cart-img-wrap{border:1px solid var(--bg);background:#f4f0ec;border-radius:14px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.cart-img-wrap img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;transform:scale(1.35)}.cart-item h3{color:var(--ink);margin:0 0 4px;font-size:15px;font-weight:700}.cart-item p{color:var(--muted);margin:0 0 8px;font-size:12px}.qty.small{background:var(--bg);border:1px solid var(--line);border-radius:12px;gap:8px;padding:4px}.qty.small button{background:#fff;border-radius:8px;width:28px;height:28px;font-size:18px}.qty.small b{min-width:20px;font-size:14px}.cart-total{background:#fff;border-radius:18px;justify-content:space-between;align-items:center;margin-top:auto;margin-bottom:20px;padding:20px;display:flex;box-shadow:0 2px 10px #00000008}.cart-total span{color:var(--muted);font-size:16px;font-weight:700}.checkout{flex:none;width:100%;font-size:17px}.checkout-sheet{padding:30px}.checkout-sheet h2{margin:0 0 25px;font-size:26px;font-weight:800}.checkout-sheet label{color:var(--ink);gap:8px;margin:18px 0;font-size:14px;font-weight:700;display:grid}.checkout-sheet input,.checkout-sheet textarea,.checkout-sheet select{border:1px solid var(--line);background:var(--bg);border-radius:14px;outline:none;width:100%;padding:14px;font-size:15px;font-weight:500;transition:all .2s}.checkout-sheet input:focus,.checkout-sheet textarea:focus{border-color:var(--red);background:#fff;box-shadow:0 0 0 3px #d122291a}.checkout-sheet textarea{resize:vertical;min-height:100px}.order-type,.payment{grid-template-columns:1fr 1fr;gap:12px;display:grid}.checkout-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin:30px 0 20px;padding-top:20px;display:flex}.checkout-total span{color:var(--muted);font-size:16px;font-weight:700}.whatsapp{color:#fff;background:#25d366}.whatsapp:hover{background:#128c7e}.checkout-sheet>small{color:var(--muted);text-align:center;margin-top:15px;font-size:12px;line-height:1.6;display:block}.info-sheet{text-align:center;padding:35px 25px}.info-sheet>.main-logo{max-width:180px;margin:0 auto 20px}.info-sheet h2{color:var(--ink);margin:0 0 20px;font-size:22px;font-weight:800}.info-sheet>a{color:#128c7e;background:#25d3661a;border-radius:16px;justify-content:center;align-items:center;gap:10px;margin-bottom:25px;padding:16px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.info-sheet>a:hover{background:#25d36626}.branches{text-align:right;gap:12px;display:grid}.branches div{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:14px;font-size:14px;font-weight:600;display:flex}.branches span{color:var(--red);font-size:18px}@media (width<=650px){.hero{min-height:160px;padding-top:20px}.main-logo{max-width:180px}.info-button{width:38px;height:38px;font-size:20px;top:15px;right:15px}.menu-section,.toolbar{padding:0 15px}.dish-card{border-radius:18px;padding:10px}.photo-wrap{border-radius:14px;width:115px;min-height:115px;margin-left:12px}.card-body h3{margin-bottom:4px;font-size:16px}.card-body p{margin-bottom:8px;font-size:12px}.card-qty{padding:2px}.card-qty button{width:28px;height:28px;font-size:18px}.card-qty b{font-size:14px}.sheet-photo{height:240px}.sheet-content{padding:20px}.sheet-heading h2{font-size:22px}.product-sheet,.checkout-sheet,.info-sheet{border-radius:24px}.overlay{padding:12px}.cart-sheet{padding:15px}}
