@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');
@import url('admin-sites-exact.css?v=22');
:root{--teal:#0e302e;--brand:#0d605b;--cream:#f7f5ef;--red:#e22143;--line:#dce6e2;--muted:#72827e;--mint:#edf6f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg,var(--cream));color:#102f2c;font-family:Cairo,Tahoma,Arial,sans-serif}a{text-decoration:none;color:inherit}button,.button{border:0;background:var(--brand);color:#fff;padding:11px 16px;border-radius:9px;font:700 13px Cairo;cursor:pointer}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:9px;padding:12px;background:#fff;font:500 13px Cairo;color:#17312e}textarea{min-height:90px;resize:vertical}label{display:block;font-size:12px;font-weight:700}.success,.error{padding:13px;border-radius:10px;margin-bottom:18px}.success{background:#e8f7ef;color:#227a58}.error{background:#ffecef;color:#a52a3c}
/* public menu */
.menu-header{height:82px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.menu-brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:50%;background:#dc2948;color:#fff;display:grid;place-items:center;font-weight:900;font-size:22px}.menu-brand b,.menu-brand small{display:block}.menu-brand small{font-size:9px;color:var(--muted);letter-spacing:.08em}.lang{background:#edf5f2;color:var(--brand);padding:9px 15px;border-radius:22px;font-weight:700}.hero{min-height:380px;background-color:#0d3432;background-size:cover;background-position:center;display:grid;grid-template-columns:1.7fr .8fr;gap:40px;align-items:center;color:#fff;padding:55px max(5vw,calc((100vw - 1235px)/2))}.hero-copy{max-width:720px}.eyebrow{font-size:11px;letter-spacing:.18em;color:#dcb465}.hero h1{font-size:clamp(37px,5vw,62px);line-height:1.2;margin:15px 0}.hero p{line-height:1.9;color:#e3edeb}.hero-card{background:#ffffff16;border:1px solid #ffffff30;border-radius:18px;padding:28px;backdrop-filter:blur(8px)}.hero-card span,.hero-card strong{display:block}.hero-card span{font-size:10px;color:#e9bc6c}.hero-card strong{font-size:27px;margin:8px 0}.menu-main{max-width:1240px;margin:auto;padding:30px 25px 60px}.tools{display:flex;gap:15px;justify-content:space-between;margin-bottom:18px}.search{flex:1;position:relative}.search input{padding-inline-start:42px}.search span{position:absolute;inset-inline-start:15px;top:9px;font-size:20px}.category-nav{display:flex;gap:8px;overflow:auto;position:sticky;top:82px;background:var(--bg);padding:12px 0;z-index:15}.category-nav a{white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:30px;padding:9px 16px}.category-nav a:hover{background:var(--brand);color:#fff}.offers{border:2px solid var(--offer-border,#d9a94e);background:var(--offer-bg,#fffaf0);border-radius:22px;padding:24px;margin:18px 0 35px}.offer-head,.category-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.offer-head h2,.category-head h2{margin:0;font-size:28px}.offer-head small,.category-head small,.category-head p{color:var(--muted)}.category-head p{margin:5px 0}.category{padding:28px 0}.products{display:grid;grid-template-columns:repeat(var(--cols,2),minmax(0,1fr));gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;display:flex;min-height:158px;box-shadow:0 8px 24px #153b3208}.photo{width:190px;min-width:190px;position:relative;order:2;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;transition:.3s}.photo:hover img{transform:scale(1.04)}.heart{position:absolute;top:10px;right:10px;background:#fff;color:#dc2948;border:1px solid #f1d7dd;border-radius:50%;font-size:26px;padding:4px;width:48px;height:55px;line-height:24px}.heart small{display:block;font-size:9px;color:#324b48}.heart.liked{background:#fff0f3}.badge{position:absolute;top:12px;left:10px;background:var(--red);color:#fff;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:800}.info{padding:21px;flex:1;display:flex;flex-direction:column;justify-content:center}.info h3{font-size:19px;margin:0}.info p{font-size:12px;color:var(--muted);line-height:1.8}.price-row{margin-top:auto;display:flex;align-items:center;gap:10px}.info strong{color:var(--price);font-size:16px}.info del{font-size:11px;color:#999}.menu-footer{background:#0b302d;color:#fff;text-align:center;padding:45px 20px}.menu-footer .social{display:flex;justify-content:center;gap:12px;margin-top:17px}.menu-footer .social a{width:38px;height:38px;border:1px solid #ffffff35;border-radius:50%;display:grid;place-items:center}.menu-footer p{color:#b9ccc8}.lightbox{display:none;position:fixed;inset:0;background:#061a18dd;z-index:100;place-items:center;padding:20px}.lightbox.open{display:grid}.lightbox img{max-width:min(900px,95vw);max-height:82vh;border-radius:18px}.lightbox button{position:absolute;top:25px;right:25px;border-radius:50%;font-size:25px}
/* login & installer */
.install,.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#082f2b,#11635d)}.install main,.login form{background:#fff;width:min(480px,92vw);padding:35px;border-radius:19px;display:grid;gap:14px;box-shadow:0 25px 70px #0004}
/* dashboard */
.admin{min-height:100vh;background:#f5f7f6}.admin aside{position:fixed;inset-block:0;inset-inline-start:0;width:245px;background:var(--teal);color:#fff;padding:22px 14px;display:flex;flex-direction:column;z-index:30}.dash-logo{display:flex;gap:11px;align-items:center;padding:0 10px 25px;border-bottom:1px solid #ffffff18}.dash-logo>span{background:#e9b566;color:#153632;width:43px;height:43px;display:grid;place-items:center;border-radius:11px;font-weight:900}.dash-logo b,.dash-logo small{display:block}.dash-logo small{font-size:9px;color:#8eaaa5}.admin aside nav{margin-top:23px;display:flex;flex-direction:column;gap:5px}.admin aside a{padding:12px 13px;border-radius:9px;color:#b9cbc8;font-size:14px}.admin aside a span{display:inline-block;width:28px}.admin aside a.active{background:#ffffff14;color:#fff;box-shadow:inset 0 0 0 1px #ffffff25}.restaurant-mini{margin-top:auto;border-top:1px solid #ffffff18;padding:18px 8px;display:flex;gap:10px;align-items:center}.restaurant-mini small{display:block;color:#94aca7;font-size:9px}.admin main{margin-inline-start:245px;padding:25px clamp(22px,4vw,56px);max-width:none}.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.dash-head h1{font-size:28px;margin:0}.dash-head p{margin:5px 0;color:var(--muted)}.head-actions{display:flex;gap:9px}.head-actions a{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:9px;font-size:12px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:20px;margin-bottom:17px}.panel-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:20px}.panel-title h2{margin:0;font-size:19px}.panel-title p{margin:5px 0 0;color:var(--muted);font-size:12px}.status-pill{background:#e8f7ef;color:#25865c;border-radius:30px;padding:7px 12px;font-size:10px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-grid label input,.settings-grid label select,.settings-grid label textarea{margin-top:7px}.wide{grid-column:1/-1}.setting-section{font-size:16px;margin:28px 0 15px}.upload-box{border:1px dashed #a9bdb8;border-radius:13px;padding:24px;text-align:center;background:#fbfdfc}.upload-box img{width:110px;height:80px;object-fit:contain;border-radius:9px;display:block;margin:0 auto 10px}.save{margin-top:22px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;display:flex;gap:14px;align-items:center}.stat>span{width:44px;height:44px;background:var(--mint);color:var(--brand);border-radius:11px;display:grid;place-items:center}.stat strong,.stat small{display:block}.stat strong{font-size:25px}.stat small{color:var(--muted)}.row{display:grid;grid-template-columns:30px repeat(4,1fr) auto auto;gap:9px;align-items:center}.row+.row{margin-top:10px}.drag{color:#9aa;font-size:20px}.visibility{display:flex;align-items:center;gap:6px;white-space:nowrap}.visibility input{width:auto}.product-row{display:grid;grid-template-columns:58px minmax(160px,1fr) 150px 125px auto auto;gap:13px;align-items:center}.product-row img{width:55px;height:55px;object-fit:cover;border-radius:9px}.product-row small{display:block;color:var(--muted)}.danger{background:#fff0f2;color:#b9213a}.edit{background:#edf6f2;color:var(--brand)}.rank{display:grid;grid-template-columns:1fr auto auto;gap:15px;border-bottom:1px solid #edf1ef;padding:12px}.qr-admin{text-align:center}.qr-admin img{width:min(340px,90%);display:block;margin:20px auto;border:13px solid white;box-shadow:0 12px 40px #0002}.import-box{padding:35px;text-align:center;border:1px dashed #9fb7b2;border-radius:14px;background:#fbfdfc}.offer-panel{border:2px solid var(--offer-border);background:var(--offer-bg)}.colour{display:flex;gap:8px}.colour input[type=color]{width:55px;padding:3px}.mobile-menu{display:none}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding:45px 24px}.hero-card{display:none}.products{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.admin aside{width:78px}.admin aside a{font-size:0;text-align:center}.admin aside a span{font-size:19px}.dash-logo div,.restaurant-mini div{display:none}.admin main{margin-inline-start:78px;padding:20px}.settings-grid{grid-template-columns:1fr}.wide{grid-column:auto}.row,.product-row{grid-template-columns:1fr}.drag{display:none}}
@media(max-width:600px){.menu-header{padding:0 16px}.menu-brand b{font-size:13px}.hero{min-height:300px}.hero h1{font-size:34px}.menu-main{padding:20px 14px}.photo{width:125px;min-width:125px}.info{padding:14px}.info h3{font-size:16px}.products{gap:11px}.category-head h2{font-size:23px}.stats{grid-template-columns:1fr}.dash-head{align-items:flex-start;gap:10px}.head-actions{flex-direction:column}}
/* Sites-style public controls, drawer and footer */
.drawer-trigger{width:42px;height:42px;padding:0;border-radius:10px;background:#edf5f2;color:var(--brand);font-size:20px}.contact-drawer{position:fixed;inset-block:0;inset-inline-start:0;width:min(335px,92vw);background:#fff;z-index:90;padding:28px 26px 22px;transform:translateX(-105%);transition:transform .28s ease;box-shadow:12px 0 45px #06201d33;display:flex;flex-direction:column;overflow-y:auto}.contact-drawer.open{transform:translateX(0)}[dir=rtl] .contact-drawer{inset-inline-start:auto;inset-inline-end:0;transform:translateX(105%);box-shadow:-12px 0 45px #06201d33}[dir=rtl] .contact-drawer.open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:#08272480;z-index:80;opacity:0;visibility:hidden;transition:.25s}.drawer-overlay.open{opacity:1;visibility:visible}.drawer-close{align-self:flex-start;background:transparent;color:#17312e;font-size:27px;padding:0;width:35px;height:35px}.drawer-identity{text-align:center;padding:5px 0 22px;border-bottom:1px solid var(--line)}.drawer-identity img{display:block;max-width:90px;max-height:70px;object-fit:contain;margin:0 auto 12px}.drawer-identity .brand-mark{margin:0 auto 12px}.drawer-identity b{font-size:15px}.drawer-section{padding:18px 0;border-bottom:1px solid var(--line)}.drawer-section h3{font-size:14px;margin:0 0 12px}.drawer-section a{display:flex;gap:11px;align-items:center;padding:10px 0;color:#354d49}.drawer-section a+a{border-top:1px solid var(--line)}.drawer-section a img{width:21px;height:21px}.drawer-section p{color:var(--muted);font-size:13px;line-height:1.8;margin:0}.drawer-map{border:0;width:100%;height:145px;border-radius:11px;margin:19px 0;background:#eee}.drawer-social{display:flex;justify-content:center;gap:12px;margin-top:auto;padding-top:18px}.drawer-social a{width:43px;height:43px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.drawer-social img{width:21px;height:21px}.layout-switch{display:flex;direction:ltr;border:1px solid var(--line);border-radius:11px;background:#fff;padding:3px;align-self:center}.layout-switch button{width:38px;height:38px;padding:0;background:#fff;color:#6f8782;border-radius:8px;font-size:17px}.layout-switch button.active{background:var(--brand);color:#fff}.tools .search{max-width:520px}.tools{align-items:center}.floating-whatsapp{position:fixed;inset-inline-start:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#21c96b;display:grid;place-items:center;z-index:50;box-shadow:0 8px 25px #0b5a3438}.floating-whatsapp img{width:31px;height:31px}.menu-footer{padding:48px 25px}.footer-inner{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;align-items:center}.footer-brand{display:flex;gap:12px;align-items:center;text-align:start}.footer-brand b,.footer-brand small{display:block}.footer-brand small{font-size:10px;color:#a9bfbb}.footer-inner>p{margin:0;color:#b9ccc8}.footer-social{display:flex;justify-content:flex-end;gap:9px;align-items:center}.footer-social a{min-width:40px;height:40px;border:1px solid #ffffff30;border-radius:50%;display:flex;gap:7px;align-items:center;justify-content:center;padding:0 10px}.footer-social a:first-child{border-radius:22px}.footer-social img{width:18px;height:18px}.footer-social bdi{font-size:11px;white-space:nowrap}
body[data-layout=grid] .product{display:block}.body[data-layout=grid] .photo{width:100%}body[data-layout=grid] .photo{width:100%;height:220px}.body[data-layout=grid] .info{min-height:140px}body[data-layout=grid] .info{min-height:140px}body[data-layout=compact] .product{min-height:105px}body[data-layout=compact] .photo{width:115px;min-width:115px}body[data-layout=compact] .info{padding:12px}body[data-layout=compact] .info p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:330px}
@media(max-width:900px){.footer-inner{grid-template-columns:1fr;text-align:center}.footer-brand,.footer-social{justify-content:center}.tools{flex-wrap:wrap}.tools .search{max-width:none;flex-basis:70%}}
@media(max-width:600px){.menu-header{display:grid;grid-template-columns:42px 1fr auto;gap:9px}.menu-brand{justify-content:center}.layout-switch{order:-1}.tools .search{flex-basis:100%}.contact-drawer{width:min(335px,94vw)}.footer-social{flex-wrap:wrap}.floating-whatsapp{width:52px;height:52px}}
