
:root {
  --rqm-bg: #0e0d0d;
  --rqm-surface: #141313;
  --rqm-text: #ffffff;
  --rqm-muted: rgba(255,255,255,.6);
  --rqm-primary: #5f2eea;
  --rqm-accent: #cda561;
  --rqm-bottom: rgba(10,10,10,.97);
  --rqm-product-title: #ffffff;
  --rqm-button-bg: #5f2eea;
  --rqm-button-text: #ffffff;
  --rqm-tab-bg: rgba(0,0,0,.12);
  --rqm-tab-active-bg: #ffffff;
  --rqm-tab-active-text: #000000;
  --rqm-footer-bg: transparent;
  --rqm-footer-text: rgba(255,255,255,.35);
  --rqm-header-radius: 24px;
  --rqm-logo-w: 56px;
  --rqm-logo-h: 56px;
  --rqm-logo-r: 999px;
  --rqm-img-align: flex-start;
}
body{margin:0}
.rqm-wrapper{background:var(--rqm-bg);color:var(--rqm-text);direction:rtl;min-height:100vh;position:relative;padding-bottom:90px;}
.rqm-header{background:var(--rqm-accent);padding:14px 14px 0;border-bottom-right-radius:var(--rqm-header-radius);border-bottom-left-radius:var(--rqm-header-radius);position:sticky;top:0;z-index:20;}
.rqm-header-inner{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.rqm-header-left{display:flex;align-items:center;gap:10px;}
.rqm-logo{width:var(--rqm-logo-w);height:var(--rqm-logo-h);border-radius:var(--rqm-logo-r);object-fit:cover;background:rgba(0,0,0,.08);}
.rqm-restaurant-name{font-weight:600;}
.rqm-insta-btn{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;}
.rqm-insta-icon{width:26px;height:26px;background:radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 8%, #fd5949 45%, #d6249f 60%, #285AEB 90%);mask:url('https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png') center/contain no-repeat;-webkit-mask:url('https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png') center/contain no-repeat;}
.rqm-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:14px;scrollbar-width:none;}
.rqm-tabs::-webkit-scrollbar{display:none;}
.rqm-tab{background:var(--rqm-tab-bg);border:none;border-radius:16px;padding:6px 10px 8px;display:flex;flex-direction:column;gap:6px;min-width:80px;align-items:center;cursor:pointer;color:#fff;transition:.2s;flex:0 0 auto;}
.rqm-tab.is-active{background:var(--rqm-tab-active-bg);color:var(--rqm-tab-active-text);}
.rqm-tab-img{width:42px;height:42px;border-radius:999px;background-size:cover;background-position:center;background-color:#fff;}
.rqm-tab-img--empty{background:rgba(0,0,0,.12);}
.rqm-tab-title{font-size:.7rem;white-space:nowrap;}
.rqm-content{padding:18px 12px 30px;max-width:1100px;margin:0 auto;}
.rqm-category-section{margin-bottom:26px;}
.rqm-category-title{font-size:1rem;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.04);margin-bottom:14px;}
.rqm-products{display:grid;gap:12px;}
@media(min-width:720px){
  .rqm-products{grid-template-columns:repeat(2,minmax(0,1fr));}
  .rqm-header{padding:14px 40px 0;}
  .rqm-content{padding:18px 40px 30px;}
}
.rqm-product{background:var(--rqm-surface);border-radius:16px;display:flex;gap:10px;border:1px solid rgba(255,255,255,.02);min-height:110px;align-items:var(--rqm-img-align);}
.rqm-product-img-wrap{width:96px;min-height:96px;cursor:zoom-in;}
.rqm-product-img,.rqm-product-img--empty{width:100%;height:100%;border-top-right-radius:16px;border-bottom-right-radius:16px;object-fit:cover;}
.rqm-product-img--empty{background:rgba(255,255,255,.05);}
.rqm-product-body{flex:1;padding:10px 10px 10px 0;display:flex;flex-direction:column;gap:4px;}
.rqm-product-title{font-size:.85rem;font-weight:600;color:var(--rqm-product-title);}
.rqm-product-desc{font-size:.7rem;color:var(--rqm-muted);line-height:1.4;}
.rqm-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;}
.rqm-product-price{font-size:.75rem;font-weight:600;}
.rqm-add-btn{background:var(--rqm-button-bg);color:var(--rqm-button-text);border:none;border-radius:999px;padding:5px 13px;font-size:.7rem;cursor:pointer;white-space:nowrap;}
.rqm-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:var(--rqm-bottom);z-index:50;border-top:1px solid rgba(255,255,255,.04);}
.rqm-bottom-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;}
.rqm-total-label{font-size:.75rem;}
.rqm-total-amount{font-weight:600;}
.rqm-total-btn{background:var(--rqm-button-bg);color:var(--rqm-button-text);border:none;padding:6px 14px;border-radius:999px;cursor:pointer;font-size:.7rem;}
.rqm-order-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:70;opacity:0;pointer-events:none;transition:.2s;}
.rqm-order-overlay.is-active{opacity:1;pointer-events:auto;}
.rqm-order-drawer{position:fixed;top:0;right:-360px;width:310px;height:100vh;background:#141313;z-index:80;transition:.25s;display:flex;flex-direction:column;}
.rqm-order-drawer.is-active{right:0;}
.rqm-order-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(255,255,255,.04);}
.rqm-order-close{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer;}
.rqm-order-list{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px;}
.rqm-order-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.02);padding:10px;border-radius:12px;}
.rqm-order-item-img{width:42px;height:42px;border-radius:50%;object-fit:cover;}
.rqm-order-item-body{flex:1;}
.rqm-order-qta{display:flex;align-items:center;gap:4px;margin-top:4px;}
.rqm-order-btn{background:rgba(255,255,255,.1);border:none;width:24px;height:24px;border-radius:50%;color:#fff;cursor:pointer;}
.rqm-order-item-price{font-size:.7rem;white-space:nowrap;}
.rqm-order-footer{padding:14px 16px;border-top:1px solid rgba(255,255,255,.03);}
.rqm-order-note{font-size:.7rem;color:var(--rqm-muted);margin-top:6px;}
.rqm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;z-index:90;}
.rqm-lightbox.active{display:flex;}
.rqm-lightbox-inner{position:relative;max-width:90%;max-height:90%;}
.rqm-lightbox-img{max-width:100%;max-height:100%;border-radius:14px;}
.rqm-lightbox-close{position:absolute;top:-14px;right:-14px;background:#000;border:none;border-radius:50%;width:28px;height:28px;color:#fff;cursor:pointer;}
.rqm-footer{background:var(--rqm-footer-bg);color:var(--rqm-footer-text);padding:20px 14px 90px;}
.rqm-footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;}
.rqm-footer-logo{width:50px;height:50px;object-fit:contain;}
.rqm-footer-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;font-size:.7rem;}
.rqm-footer-social{display:flex;gap:10px;}
.rqm-footer-link{color:var(--rqm-footer-text);font-size:.7rem;text-decoration:underline;}
