@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap";:root{--bg:#f8fafc;--card:#fff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--yellow:#f6c400;--yellow-soft:#fff7d6;--green:#10b981;--green-soft:#dffcf0;--blue:#2563eb;--blue-soft:#dbeafe;--dark:#111827;--radius-xl:24px;--radius-2xl:32px;--shadow:0 18px 60px #0f172a14}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;gap:20px;padding:14px 28px;display:flex;position:sticky;top:0}.brand{color:var(--text);text-align:right;background:0 0;border:0;align-items:center;gap:12px;display:flex}.brand>span{background:var(--yellow);color:#111827;border-radius:18px;place-items:center;width:48px;height:48px;font-weight:900;display:grid;box-shadow:0 10px 24px #f6c40040}.brand strong,.user-area strong{font-weight:900;display:block}.brand small,.user-area small{color:var(--muted);font-size:12px;font-weight:700;display:block}.topbar nav{align-items:center;gap:8px;display:flex}.topbar nav button{color:var(--muted);background:0 0;border:0;border-radius:14px;padding:10px 14px;font-weight:800}.topbar nav button.active,.topbar nav button:hover{color:var(--text);background:#f1f5f9}.user-area{align-items:center;gap:12px;display:flex}.page-section{width:min(1220px,100% - 36px);margin:0 auto;padding:48px 0}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:34px;display:grid}.eyebrow{background:var(--yellow-soft);color:#925d00;border-radius:999px;align-items:center;width:fit-content;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}h1,h2,h3,p{margin-top:0}.hero-content h1,.section-heading h1{color:var(--text);margin-bottom:16px;font-size:clamp(34px,5vw,64px);font-weight:900;line-height:1.15}.hero-content p,.section-heading p{max-width:790px;color:var(--muted);font-size:18px;line-height:1.95}.hero-actions,.driver-actions{flex-wrap:wrap;gap:12px;display:flex}.primary-btn,.secondary-btn,.outline-btn{border:0;border-radius:18px;padding:14px 22px;font-weight:900;transition:transform .2s,box-shadow .2s}.primary-btn{background:var(--yellow);color:#111827;box-shadow:0 12px 28px #f6c40047}.secondary-btn{color:var(--text);border:1px solid var(--line);background:#fff}.outline-btn{color:var(--text);border:1px solid var(--line);background:#f8fafc;padding:10px 14px}.primary-btn:hover,.secondary-btn:hover,.outline-btn:hover{transform:translateY(-1px)}.primary-btn.small,.secondary-btn.small{border-radius:14px;padding:9px 13px;font-size:13px}.primary-btn.full,.secondary-btn.full{width:100%}.stats-grid{gap:14px;margin-top:26px;display:grid}.stats-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:#fff;justify-content:space-between;align-items:center;min-height:106px;padding:18px;display:flex;box-shadow:0 10px 34px #0f172a0a}.stat-card p{color:var(--muted);margin:0 0 7px;font-size:14px;font-weight:700}.stat-card strong{color:var(--text);font-size:24px;font-weight:900}.stat-card>span{background:var(--yellow-soft);border-radius:18px;place-items:center;width:48px;height:48px;font-size:22px;display:grid}.stat-card-green>span{background:var(--green-soft)}.stat-card-blue>span{background:var(--blue-soft)}.stat-card-dark>span{background:#e5e7eb}.phone-preview{color:#fff;box-shadow:var(--shadow);background:#0f172a;border-radius:42px;padding:22px;overflow:hidden}.phone-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.phone-header small{color:#ffffff9e;font-weight:700;display:block}.phone-header strong{font-size:28px;font-weight:900;display:block}.phone-header span{background:var(--green-soft);color:#047857;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.timeline,.delivery-card{border-radius:var(--radius-2xl);color:var(--text);background:#fff;padding:18px}.timeline-step{align-items:center;gap:12px;padding:8px 0;display:flex}.timeline-step span{width:32px;height:32px;color:var(--muted);background:#e2e8f0;border-radius:50%;place-items:center;font-size:13px;font-weight:900;display:grid}.timeline-step span.done{background:var(--yellow);color:var(--text)}.timeline-step p{margin:0;font-weight:800}.delivery-card{margin-top:14px}.delivery-card p{color:var(--muted);line-height:1.8}.section-heading{margin-bottom:28px}.section-heading.centered{text-align:center}.section-heading.centered p{margin-left:auto;margin-right:auto}.login-layout{grid-template-columns:1.1fr .9fr;align-items:start;gap:22px;display:grid}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.role-card{border:1px solid var(--line);border-radius:var(--radius-2xl);text-align:right;background:#fff;min-height:170px;padding:22px;box-shadow:0 14px 36px #0f172a0d}.role-card.active{color:#fff;background:#111827;border-color:#111827}.role-card span{margin-bottom:18px;font-size:32px;display:block}.role-card strong,.role-card small{display:block}.role-card strong{margin-bottom:6px;font-size:22px;font-weight:900}.role-card small{color:var(--muted);font-weight:700}.role-card.active small{color:#ffffffad}.form-card,.panel{border:1px solid var(--line);border-radius:var(--radius-2xl);box-shadow:var(--shadow);background:#fff;padding:24px}.form-card h2,.panel h2{margin-bottom:6px;font-size:24px;font-weight:900}.form-card p,.panel p,.muted-text{color:var(--muted);line-height:1.8}.form-card label{margin:16px 0;display:block}.form-card label span{color:#475569;margin-bottom:8px;font-weight:800;display:block}.form-card input,.search-input{border:1px solid var(--line);background:#f8fafc;border-radius:18px;outline:none;width:100%;padding:14px 16px}.error-box,.hint-box{border-radius:18px;margin-bottom:14px;padding:14px;font-weight:800;line-height:1.7}.error-box{color:#b91c1c;background:#fee2e2}.hint-box{background:var(--yellow-soft);color:#925d00;margin-top:14px;margin-bottom:0;font-size:14px}.dashboard-page{padding-top:36px}.dashboard-grid{grid-template-columns:1.4fr .6fr;gap:18px;margin-top:20px;display:grid}.panel.wide{min-width:0}.panel-title{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.panel-title.compact{align-items:center}.panel-title p{margin:0;font-size:14px}.restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.restaurant-card,.menu-card,.offer-card,.driver-current-card,.available-order{border:1px solid var(--line);border-radius:var(--radius-xl);background:#fff;padding:14px}.restaurant-cover{background:linear-gradient(135deg,#fff7d6,#fed7aa);border-radius:20px;place-items:center;height:110px;font-size:38px;display:grid}.restaurant-info h3{margin:12px 0 4px;font-size:18px;font-weight:900}.restaurant-info p,.restaurant-info small{color:var(--muted)}.restaurant-info div{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.restaurant-info div span,.mini-pill{color:#475569;background:#f1f5f9;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.cart-item,.order-line{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr auto auto auto;align-items:center;gap:12px;padding:12px 0;display:grid}.cart-item{grid-template-columns:1fr auto}.cart-item small,.order-line small,.menu-card small,.available-order small{color:var(--muted);font-weight:700;display:block}.order-line.strong{border:1px solid #f1f5f9;border-radius:18px;margin-bottom:10px;padding:14px}.status-pill,.mini-pill{border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.status-new,.status-accepted_by_restaurant,.status-preparing{background:var(--yellow-soft);color:#925d00}.status-ready_for_driver,.status-picked_up,.status-on_the_way{background:var(--blue-soft);color:#1d4ed8}.status-delivered,.mini-pill.green{background:var(--green-soft);color:#047857}.status-cancelled,.mini-pill.gray{color:#64748b;background:#f1f5f9}.mini-pill.yellow{background:var(--yellow-soft);color:#925d00}.offer-card,.available-order{margin-bottom:12px}.offer-card p{margin:6px 0;font-size:14px}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.menu-card{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.menu-card>span{background:var(--yellow-soft);border-radius:18px;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.driver-current-card{background:linear-gradient(135deg,#ecfdf5,#fff);grid-template-columns:1fr auto;align-items:start;gap:18px;display:grid}.driver-current-card h3{margin:4px 0;font-size:32px;font-weight:900}.driver-actions{grid-column:1/-1}.table-card{border:1px solid var(--line);border-radius:var(--radius-xl);overflow:auto}.table-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;min-width:820px;padding:12px 14px;display:grid}.table-row:last-child{border-bottom:0}.table-head{color:var(--muted);background:#f8fafc;font-size:13px;font-weight:900}.table-6{grid-template-columns:.75fr 1fr 1fr 1fr 1fr .7fr}.table-5{grid-template-columns:.75fr 1fr 1fr 1fr .7fr}.permission-list{gap:10px;display:grid}.permission-list span{background:#f8fafc;border-radius:16px;padding:12px;font-weight:900}@media (width<=980px){.topbar{flex-wrap:wrap}.user-area{justify-content:space-between;width:100%}.hero-grid,.login-layout,.dashboard-grid{grid-template-columns:1fr}.stats-grid.three,.stats-grid.four,.restaurant-grid,.menu-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.topbar nav{order:3;width:100%;overflow:auto}.page-section{width:min(100% - 24px,1220px);padding:28px 0}.hero-content h1,.section-heading h1{font-size:34px}.stats-grid.three,.stats-grid.four,.restaurant-grid,.menu-grid,.role-grid{grid-template-columns:1fr}.cart-item,.order-line{grid-template-columns:1fr;align-items:start}}.mode-tabs{background:#f1f5f9;border-radius:18px;grid-template-columns:1fr 1fr;gap:8px;padding:6px;display:grid}.mode-tabs button{color:var(--muted);background:0 0;border:0;border-radius:14px;padding:10px;font-weight:900}.mode-tabs button.active{color:var(--text);background:#fff;box-shadow:0 8px 18px #0f172a14}.selectable{border:1px solid var(--line);text-align:right;width:100%}.selectable.selected{border-color:var(--yellow);box-shadow:0 0 0 3px #f6c4002e}.inline-title{margin:24px 0 14px}.mini-form,.mini-form.three{gap:10px;margin-bottom:14px;display:grid}.mini-form.three{grid-template-columns:1fr 120px auto}.mini-form input,.mini-form-field input{border:1px solid var(--line);background:#f8fafc;border-radius:14px;outline:none;width:100%;padding:11px 12px}.mini-form-field{gap:8px;margin-bottom:14px;display:grid}.mini-form-field span{color:var(--muted);font-size:13px;font-weight:900}.total-box{background:#f8fafc;border-radius:18px;gap:4px;margin:14px 0;padding:14px;display:grid}.total-box strong{font-size:24px;font-weight:900}.success-box{background:var(--green-soft);color:#047857;border-radius:16px;padding:12px 14px;font-weight:900;line-height:1.7}.wide-box{margin-bottom:18px}.pending-card{border-radius:var(--radius-2xl);text-align:center;min-height:360px;box-shadow:var(--shadow);background:#fff;place-items:center;padding:34px;display:grid}.pending-card span{font-size:56px}.pending-card h1{margin:12px 0 8px;font-size:clamp(28px,4vw,44px);font-weight:900}.pending-card p{max-width:620px;color:var(--muted);font-size:17px;line-height:1.9}.action-panel{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.available-order span{margin:8px 0;font-weight:900;display:block}.audit-list{gap:10px;display:grid}.audit-line{background:#f8fafc;border-radius:16px;grid-template-columns:1.6fr .8fr .8fr;align-items:center;gap:12px;padding:12px 14px;display:grid}.audit-line span,.audit-line small{color:var(--muted);font-weight:700}.danger{color:#b91c1c;margin-top:16px}@media (width<=760px){.mini-form.three,.audit-line,.action-panel{grid-template-columns:1fr;display:grid}}.profile-grid{grid-template-columns:180px 1fr;gap:12px;display:grid}.profile-grid span{color:var(--muted);background:#f8fafc;border-radius:14px;padding:12px;font-weight:900}.profile-grid strong{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px}@media (width<=640px){.profile-grid{grid-template-columns:1fr}}.stats-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.table-7{grid-template-columns:.7fr 1fr 1fr 1fr .85fr 1fr .75fr}.table-sub{color:var(--muted);margin-top:3px;font-size:11px;font-weight:800;display:block}.mini-form-field select,.mini-form input,.mini-form-field input,.search-input{color:var(--text)}.mini-form-field select{border:1px solid var(--line);background:#f8fafc;border-radius:14px;outline:none;width:100%;padding:11px 12px}.order-line.extended{grid-template-columns:minmax(240px,1fr) auto auto auto;align-items:center}.finance-mini{gap:2px;min-width:130px;display:grid}.finance-mini small{color:var(--muted);font-size:11px;font-weight:800}.success-box.standalone{margin-bottom:18px}@media (width<=1120px){.stats-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.stats-grid.five{grid-template-columns:1fr}.order-line.extended{grid-template-columns:1fr;align-items:start}}.upload-btn{border:1px solid var(--line);cursor:pointer;color:var(--text);background:#fff;border-radius:16px;justify-content:center;align-items:center;margin-top:10px;padding:12px 14px;font-weight:900;display:inline-flex}.upload-btn.full{width:100%}.upload-btn input{display:none}.connection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.connection-grid div{border:1px solid var(--line);background:#f8fafc;border-radius:18px;padding:14px}.connection-grid strong,.connection-grid small{display:block}.connection-grid small{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;font-weight:800}@media (width<=900px){.connection-grid{grid-template-columns:1fr}}.security-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.security-card,.security-metric{border:1px solid var(--line);background:#f8fafc;border-radius:22px;padding:14px}.security-card-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.security-card-title strong{font-size:18px;font-weight:900}.security-card-title span{color:var(--muted);background:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.permission-chip-list{flex-wrap:wrap;gap:8px;display:flex}.permission-chip{border:1px solid var(--line);color:#334155;background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.security-metric strong,.security-metric span{display:block}.security-metric strong{font-size:30px;font-weight:900}.security-metric span{color:var(--muted);font-weight:800}.outline-btn.full{justify-content:center;width:100%}@media (width<=1080px){.security-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.security-grid{grid-template-columns:1fr}}.notification-panel{gap:14px;display:grid}.notification-panel.compact{margin:0}.notification-list{gap:12px;display:grid}.notification-card{border:1px solid var(--line);background:#fff;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:14px;display:grid}.notification-card.unread{background:linear-gradient(135deg,#fffaf0,#fff);border-color:#f6c4008c;box-shadow:0 12px 30px #f6c40014}.notification-card.read{opacity:.78}.notification-icon{background:var(--yellow-soft);border-radius:16px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.notification-card p{color:var(--muted);margin:6px 0;line-height:1.8}.notification-headline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.notification-headline small{color:var(--muted);background:#f1f5f9;border-radius:999px;padding:3px 9px;font-weight:900}.stats-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.outline-btn.small{border-radius:14px;padding:9px 13px;font-size:13px}@media (width<=760px){.notification-card,.stats-grid.three{grid-template-columns:1fr}}.operations-grid{grid-template-columns:1.35fr .65fr;gap:18px;margin-top:20px;display:grid}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:min(520px,100%);display:flex}.compact-select{max-width:220px}.ops-list,.ops-alert-list,.ops-progress-list{gap:12px;display:grid}.ops-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:16px}.ops-card.warning{background:linear-gradient(135deg,#fffaf0,#fff);border-color:#f6c4008c}.ops-card.danger{background:linear-gradient(135deg,#fff1f2,#fff);border-color:#ef444461}.ops-card-main,.ops-card-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.ops-card-main strong,.ops-card-main small{display:block}.ops-card-main small,.ops-card-meta span{color:var(--muted);font-size:13px;font-weight:800}.ops-card-meta{background:#f8fafc;border-radius:18px;margin-top:12px;padding:10px}.ops-alert{border:1px solid var(--line);background:#f8fafc;border-radius:18px;padding:13px}.ops-alert strong,.ops-alert small{display:block}.ops-alert small{color:var(--muted);margin-top:4px;font-weight:800}.ops-alert.warning{background:var(--yellow-soft);border-color:#f6c4006b}.ops-alert.danger,.outline-btn.danger{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.commercial-health-panel{margin-bottom:20px}.health-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.health-card{border:1px solid var(--line);background:#f8fafc;border-radius:22px;padding:16px}.health-card strong,.health-card span,.health-card small{display:block}.health-card strong{color:var(--text);font-size:26px;font-weight:900}.health-card span{margin-top:5px;font-weight:900}.health-card small{color:var(--muted);margin-top:4px;font-weight:800}.ops-progress-list{margin-top:14px}.ops-progress-list div{background:#f8fafc;border-radius:18px;justify-content:space-between;gap:10px;padding:12px;font-weight:900;display:flex;position:relative;overflow:hidden}.ops-progress-list div i{background:var(--yellow);border-radius:999px;height:4px;position:absolute;bottom:0;right:0}@media (width<=1080px){.operations-grid{grid-template-columns:1fr}.health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.toolbar-actions,.compact-select{width:100%;max-width:none}.health-grid{grid-template-columns:1fr}.ops-card-main,.ops-card-meta{flex-direction:column;align-items:flex-start}}:root{--safe-bottom:env(safe-area-inset-bottom,0px)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden}button,a,input,select{-webkit-tap-highlight-color:transparent}button,.primary-btn,.secondary-btn,.outline-btn,.search-input,.mini-form-field input,.mini-form-field select,.form-card input{min-height:44px}.app-main{min-height:calc(100vh - 84px)}.desktop-nav button{white-space:nowrap;align-items:center;gap:7px;display:inline-flex;position:relative}.desktop-nav button b,.mobile-bottom-nav button b{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:11px;line-height:1;display:inline-grid}.mobile-bottom-nav{display:none}.user-card-mini{min-width:92px}.mobile-hero{padding-top:34px}.improved-phone-preview{color:var(--text);background:#fff;border:10px solid #111827;position:relative}.phone-top-notch{background:#111827;border-radius:0 0 18px 18px;width:92px;height:18px;margin:-5px auto 14px}.slim-section{padding-top:14px;padding-bottom:24px}.compact-heading h1{font-size:clamp(28px,4vw,42px)}.role-showcase-grid,.flow-grid,.customer-steps,.quick-account-grid{gap:12px;display:grid}.role-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.role-showcase-card{border:1px solid var(--line);background:#fff;border-radius:28px;padding:18px;box-shadow:0 12px 34px #0f172a0d}.role-showcase-card span{background:var(--yellow-soft);border-radius:18px;place-items:center;width:48px;height:48px;font-size:25px;display:grid}.role-showcase-card strong{margin-top:12px;font-size:20px;font-weight:900;display:block}.role-showcase-card p{color:var(--muted);margin:8px 0 0;font-weight:700;line-height:1.8}.clear-flow-panel{background:linear-gradient(135deg,#fff,#fffaf0)}.flow-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.flow-step-card{background:#fff;border:1px solid #f6c40057;border-radius:22px;padding:14px}.flow-step-card span{background:var(--yellow);color:#111827;border-radius:14px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.flow-step-card strong{margin-top:10px;font-weight:900;display:block}.mobile-login-helper{display:none}.quick-account-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-account-grid button{border:1px solid var(--line);text-align:center;background:#fff;border-radius:20px;padding:12px}.quick-account-grid button.active{border-color:var(--yellow);box-shadow:0 0 0 3px #f6c4002e}.quick-account-grid span,.quick-account-grid strong,.quick-account-grid small{display:block}.quick-account-grid span{font-size:24px}.quick-account-grid small{color:var(--muted);font-size:11px;font-weight:800}.customer-steps{grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 18px}.customer-steps div{border:1px solid var(--line);background:#fff;border-radius:22px;grid-template-columns:auto 1fr;align-items:center;gap:3px 10px;padding:14px;display:grid;box-shadow:0 10px 28px #0f172a0a}.customer-steps span{background:var(--yellow);color:#111827;border-radius:15px;grid-row:span 2;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.customer-steps strong,.customer-steps small{display:block}.customer-steps small{color:var(--muted);font-weight:800}.checkout-panel{align-self:start;position:sticky;top:96px}.mobile-cart-bar{display:none}.panel,.form-card,.stat-card,.restaurant-card,.menu-card,.order-line.extended,.ops-card,.health-card{overflow-wrap:anywhere}.restaurant-card.selectable,.menu-card.selectable{transition:transform .18s,box-shadow .18s,border-color .18s}.restaurant-card.selectable:active,.menu-card.selectable:active,.quick-account-grid button:active,.mobile-bottom-nav button:active{transform:scale(.985)}@media (width<=1120px){.role-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-steps{grid-template-columns:1fr}.checkout-panel{position:static}}@media (width<=760px){body{padding-bottom:calc(78px + var(--safe-bottom))}.topbar{gap:10px;padding:10px 12px}.brand>span{border-radius:16px;width:42px;height:42px}.brand small,.user-area small{font-size:11px}.desktop-nav{display:none!important}.user-area{gap:8px;width:auto;margin-inline-start:auto}.user-card-mini{max-width:112px}.user-card-mini strong,.user-card-mini small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.logout-btn{border-radius:14px;padding:9px 11px}.mobile-bottom-nav{right:10px;bottom:calc(10px + var(--safe-bottom));z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #e2e8f0eb;border-radius:24px;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;padding:7px;display:grid;position:fixed;left:10px;box-shadow:0 16px 50px #0f172a2e}.mobile-bottom-nav button{min-height:54px;color:var(--muted);background:0 0;border:0;border-radius:17px;place-items:center;gap:2px;font-weight:900;display:grid;position:relative}.mobile-bottom-nav button.active{background:var(--yellow-soft);color:#7a4c00}.mobile-bottom-nav button span{font-size:20px;line-height:1}.mobile-bottom-nav button small{font-size:11px;font-weight:900}.mobile-bottom-nav button b{position:absolute;top:3px;left:8px}.page-section{width:min(100% - 18px,1220px);padding:18px 0}.hero-grid{gap:18px}.hero-content h1,.section-heading h1{margin-bottom:10px;font-size:29px;line-height:1.25}.hero-content p,.section-heading p{font-size:15px;line-height:1.85}.eyebrow{padding:7px 12px;font-size:12px}.hero-actions,.row-actions,.driver-actions{grid-template-columns:1fr;width:100%;display:grid}.primary-btn,.secondary-btn,.outline-btn{border-radius:16px;width:100%;padding:13px 16px}.primary-btn.small,.secondary-btn.small,.outline-btn.small{width:100%;min-height:42px}.phone-preview{border-radius:30px;padding:16px}.stats-grid,.stats-grid.three,.stats-grid.four,.stats-grid.five,.restaurant-grid,.menu-grid,.role-grid,.role-showcase-grid,.flow-grid,.quick-account-grid,.health-grid,.security-grid,.connection-grid{grid-template-columns:1fr!important}.stat-card{border-radius:20px;min-height:86px;padding:14px}.stat-card strong{font-size:24px}.panel,.form-card{border-radius:24px;padding:16px}.panel-title,.panel-title.compact{grid-template-columns:1fr;align-items:start;display:grid}.panel-title .search-input,.search-input{min-width:0}.mobile-login-helper{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:16px;display:block}.mobile-login-helper h2{margin-bottom:6px;font-size:20px;font-weight:900}.mobile-login-helper p{color:var(--muted);margin-bottom:12px;font-weight:700;line-height:1.8}.role-card{border-radius:24px;min-height:126px;padding:16px}.role-card span{margin-bottom:8px}.restaurant-card,.menu-card,.offer-card,.driver-current-card,.available-order{border-radius:22px}.restaurant-cover{height:86px}.menu-card{grid-template-columns:auto 1fr}.menu-card>strong:last-child{text-align:center;background:#f8fafc;border-radius:16px;grid-column:1/-1;justify-self:stretch;padding:8px 10px}.mini-form-field{margin-bottom:12px}.cart-item,.order-line,.order-line.extended,.driver-current-card,.ops-card-main,.ops-card-meta{align-items:start;grid-template-columns:1fr!important}.order-line.extended,.order-line.strong,.ops-card,.health-card,.notification-card{border:1px solid var(--line);background:#fff;border-radius:20px;margin-bottom:10px;padding:13px}.checkout-panel .primary-btn.full{display:none}.mobile-cart-bar{right:10px;bottom:calc(88px + var(--safe-bottom));z-index:58;color:#fff;background:#111827;border:1px solid #f6c40066;border-radius:22px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex;position:fixed;left:10px;box-shadow:0 16px 44px #0f172a42}.mobile-cart-bar strong,.mobile-cart-bar small{display:block}.mobile-cart-bar small{color:#ffffffb8;font-weight:800}.mobile-cart-bar .primary-btn{width:auto;min-width:118px;box-shadow:none}.table-card{border-radius:20px}.table-row{min-width:760px}}@media (width<=380px){.mobile-bottom-nav button small{font-size:10px}.brand div{max-width:112px}.brand strong,.brand small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hero-content h1,.section-heading h1{font-size:25px}}.warning-box{border-radius:var(--radius-xl);color:#991b1b;background:#fff1f2;border:1px solid #fecaca;padding:14px 16px;font-weight:800}.restaurant-hero-card{border-radius:var(--radius-2xl);color:#fff;min-height:220px;box-shadow:var(--shadow);background-position:50%;background-size:cover;align-items:flex-end;gap:18px;margin:18px 0 20px;padding:24px;display:flex;overflow:hidden}.restaurant-hero-card h2{margin:10px 0 6px;font-size:clamp(26px,4vw,42px);font-weight:900}.restaurant-hero-card p{color:#ffffffdb;margin:0;font-weight:800}.restaurant-hero-logo{background:#ffffffeb;border-radius:28px;flex:none;place-items:center;width:92px;height:92px;display:grid;overflow:hidden;box-shadow:0 18px 36px #0f172a40}.restaurant-hero-logo img,.menu-thumb,.offer-thumb,.media-upload img,.image-cover img{object-fit:cover;width:100%;height:100%;display:block}.image-cover{background-position:50%;background-size:cover;border-radius:22px;place-items:center;min-height:112px;display:grid;position:relative;overflow:hidden}.image-cover:before{content:"";background:linear-gradient(#0f172a1a,#0f172a7a);position:absolute;inset:0}.image-cover img{z-index:1;background:#fff;border-radius:18px;width:54px;height:54px;padding:6px;position:relative}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.media-upload{border:1px dashed var(--line);background:#f8fafc;border-radius:20px;gap:10px;padding:12px;display:grid}.media-upload img{background:#fff;border-radius:16px;width:100%;height:126px}.media-upload label{color:var(--text);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:14px;place-items:center;padding:10px;font-weight:900;display:grid}.media-upload input{display:none}.media-upload small{color:var(--muted);font-weight:800}.menu-thumb{background:#f1f5f9;border-radius:18px;flex:none;width:68px;height:68px}.offer-thumb{background:#f1f5f9;border-radius:18px;width:100%;height:110px;margin:10px 0}.product-manage-card{align-items:stretch}.product-side-actions{justify-items:stretch;gap:8px;min-width:150px;display:grid}.product-side-actions .media-upload{padding:8px}.product-side-actions .media-upload img{height:70px}@media (width<=720px){.restaurant-hero-card{flex-direction:column;align-items:flex-start;min-height:250px;padding:18px}.restaurant-hero-logo{border-radius:24px;width:76px;height:76px}.media-grid,.mini-form.three{grid-template-columns:1fr}.product-side-actions{min-width:100%}.menu-thumb{width:58px;height:58px}}.toolbar-panel{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.toolbar-actions.wrap{flex-wrap:wrap}.field-inline{color:var(--text-muted);align-items:center;gap:.5rem;font-weight:800;display:inline-flex}.settlement-list,.timeline-list,.test-step-list,.checklist-list{gap:.75rem;display:grid}.settlement-row{border:1px solid var(--border);background:var(--surface-soft);border-radius:1rem;grid-template-columns:1.4fr repeat(3,.7fr);align-items:center;gap:.75rem;padding:.9rem;display:grid}.settlement-row strong,.timeline-item strong,.test-step-card strong,.check-row strong{color:var(--text)}.settlement-row small,.timeline-item small,.test-step-card small,.test-step-card p{color:var(--text-muted);line-height:1.7;display:block}.responsive-table-wrap{border:1px solid var(--border);border-radius:1rem;overflow-x:auto}.clear-table{border-collapse:collapse;background:#fff;width:100%;min-width:720px}.clear-table th,.clear-table td{border-bottom:1px solid var(--border);text-align:right;padding:.85rem;font-size:.92rem}.clear-table th{color:var(--text-muted);background:var(--surface-soft)}.action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.check-row{background:var(--surface-soft);border:1px solid var(--border);border-radius:1rem;align-items:center;gap:.75rem;padding:.85rem;display:flex}.timeline-item{background:var(--surface-soft);border:1px solid var(--border);border-radius:1rem;padding:.9rem}.test-step-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:1.25rem;grid-template-columns:auto 1fr;gap:.9rem;padding:1rem;transition:all .2s;display:grid}.test-step-card input{width:1.25rem;height:1.25rem;margin-top:.15rem}.test-step-card.done{background:#ecfdf5;border-color:#86efac}.notes-area{resize:vertical;border:1px solid var(--border);border-radius:1.25rem;outline:none;width:100%;min-height:150px;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.8}.notes-area:focus{border-color:var(--primary);box-shadow:0 0 0 4px #f59e0b26}.top-gap{margin-top:1rem}code{direction:ltr;background:#0f172a14;border-radius:.45rem;max-width:100%;padding:.2rem .4rem;display:inline-block;overflow-x:auto}@media (width<=820px){.toolbar-panel{align-items:stretch}.toolbar-actions.wrap,.field-inline,.action-grid{grid-template-columns:1fr;width:100%;display:grid}.settlement-row{grid-template-columns:1fr;align-items:start}.test-step-card{padding:.9rem}}.release-page .code-card,.launch-page .code-card{text-align:left;color:#f8fafc;overflow-wrap:anywhere;direction:ltr;background:#0f172a;border-radius:18px;padding:14px 16px;font-weight:800}.step-list.large{gap:12px;display:grid}.step-list.large article{background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:44px 1fr;align-items:start;gap:12px;padding:14px;display:grid}.step-list.large article>span{color:#0f172a;background:#facc15;border-radius:14px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.step-list.large strong{color:#0f172a;margin-bottom:4px;display:block}.step-list.large small,.launch-checks small{color:#64748b;line-height:1.7}.feature-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.feature-grid.compact article{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:16px}.feature-grid.compact strong,.feature-grid.compact span{display:block}.feature-grid.compact span{color:#64748b;margin-top:8px;line-height:1.8}.check-row.pending{background:#fff7ed;border-color:#fecaca}.check-row.done{background:#f0fdf4;border-color:#bbf7d0}.action-grid.single{grid-template-columns:1fr}@media (width<=760px){.feature-grid.compact{grid-template-columns:1fr}.step-list.large article{grid-template-columns:38px 1fr;padding:12px}.release-page .section-heading h1,.launch-page .section-heading h1{font-size:1.8rem}}:root{--primary:#f6c400;--primary-dark:#8a5a00;--surface-soft:#f8fafc;--text-muted:#64748b;--border:#e2e8f0;--ring:#f6c40038;--shadow-soft:0 12px 34px #0f172a12;--shadow-strong:0 22px 70px #0f172a1f}body{background:radial-gradient(circle at 100% 0,#f6c4001f,#0000 34%),linear-gradient(#fffdf5 0%,#f8fafc 360px 100%)}.clear-topbar{min-height:74px;padding-inline:clamp(12px,2vw,28px);box-shadow:0 10px 32px #0f172a0d}.brand{min-width:170px}.brand>span{border:2px solid #ffffffd9}.desktop-nav{scrollbar-width:thin;flex:1;justify-content:center;padding:4px;overflow-x:auto}.desktop-nav button{min-height:42px;font-size:14px;border:1px solid #0000!important;padding-inline:12px!important}.desktop-nav button.active{color:#6f4900!important;background:#fff7d6!important;border-color:#f6c40070!important}.topbar-status{white-space:nowrap;align-items:center;display:flex}.topbar-status span{border:1px solid var(--border);color:var(--text-muted);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.topbar-status span:before{content:"";background:#94a3b8;border-radius:999px;width:8px;height:8px}.topbar-status .online:before{background:#10b981;box-shadow:0 0 0 4px #10b9811f}.topbar-status .local:before{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b1f}.user-card-mini{border:1px solid var(--border);background:#fff;border-radius:18px;padding:8px 12px}.page-section{width:min(1240px,100% - 32px)}.section-heading{background:#ffffffc2;border:1px solid #e2e8f0db;border-radius:32px;padding:clamp(18px,3vw,28px);position:relative;overflow:hidden;box-shadow:0 12px 38px #0f172a0b}.section-heading:after{content:"";inset-inline-end:-64px;pointer-events:none;background:#f6c40029;border-radius:999px;width:210px;height:210px;position:absolute;top:-86px}.section-heading h1{max-width:860px;margin-bottom:10px;font-size:clamp(30px,4vw,48px)!important}.section-heading p{max-width:900px;margin-bottom:0}.hero-grid.page-section{padding-top:26px}.hero-content .eyebrow,.section-heading .eyebrow{margin-bottom:10px}.hero-content h1{max-width:820px}.hero-actions .primary-btn,.hero-actions .secondary-btn{min-width:150px}.panel,.form-card,.role-card,.stat-card,.restaurant-card,.menu-card,.offer-card,.available-order,.driver-current-card,.notification-card,.ops-card,.health-card,.security-card,.security-metric,.feature-grid.compact article,.step-list.large article{box-shadow:var(--shadow-soft);border-color:#e2e8f0e6!important}.panel,.form-card{background:#ffffffeb}.panel-title{border-bottom:1px solid #f1f5f9;padding-bottom:14px}.panel-title h2,.form-card h2{margin-bottom:4px;font-size:clamp(20px,2vw,26px)}.stats-grid{margin-bottom:18px}.stat-card{position:relative;overflow:hidden}.stat-card:after{content:"";inset-inline-end:-28px;background:#f6c4001a;border-radius:999px;width:96px;height:96px;position:absolute;bottom:-36px}.stat-card>div,.stat-card>span{z-index:1;position:relative}.primary-btn,.secondary-btn,.outline-btn,.upload-btn{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:8px;display:inline-flex}.primary-btn:focus-visible,.secondary-btn:focus-visible,.outline-btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.role-card:focus-visible,.restaurant-card:focus-visible,.menu-card:focus-visible{outline:none;border-color:var(--primary)!important;box-shadow:0 0 0 4px var(--ring)!important}.search-input,.form-card input,.mini-form-field input,.mini-form-field select,.notes-area{background:#fff!important;border-color:#e2e8f0f2!important}.login-layout{grid-template-columns:.95fr 1.05fr}.mobile-login-helper{grid-column:1/-1;display:block}.role-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.role-card{min-height:132px;padding:18px}.role-card span{margin-bottom:10px}.role-card strong{font-size:20px}.role-card.active{background:linear-gradient(135deg,#111827,#1f2937)}.quick-account-grid button,.role-card,.restaurant-card.selectable,.menu-card.selectable{transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.quick-account-grid button:hover,.role-card:hover,.restaurant-card.selectable:hover,.menu-card.selectable:hover{box-shadow:var(--shadow-strong);transform:translateY(-2px)}.restaurant-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.restaurant-card,.menu-card{text-align:right}.restaurant-cover.image-cover{min-height:132px}.restaurant-card.selected,.menu-card.selected,.selectable.selected{box-shadow:0 0 0 4px var(--ring), var(--shadow-soft);background:#fffdf2;border-color:var(--primary)!important}.menu-card p,.restaurant-info p{color:var(--text-muted);margin:4px 0;line-height:1.7}.checkout-panel{border:2px solid #f6c40047!important}.total-box{background:linear-gradient(135deg,#fff7d6,#fff);border:1px solid #f6c40059}.table-card,.responsive-table-wrap{box-shadow:var(--shadow-soft);background:#fff}.table-row,.clear-table th,.clear-table td{font-size:14px}.table-row:not(.table-head):hover,.clear-table tbody tr:hover{background:#fffdf2}.status-pill,.mini-pill{min-height:30px}.success-box.standalone,.warning-box.standalone,.error-box,.hint-box{border:1px solid #0000}.success-box.standalone{border-color:#10b9813d}.warning-box.standalone,.error-box{border-color:#ef44443d}.dashboard-page>.panel,.dashboard-page>.dashboard-grid,.dashboard-page>.stats-grid,.dashboard-page>.customer-steps,.commercial-health-panel{margin-top:18px}.dashboard-grid{align-items:start}.permission-list{margin-bottom:14px}.permission-list span{background:#fff;border:1px solid #eef2f7;display:block}.release-page,.android-only-note{display:none}@media (width<=1180px){.topbar-status{display:none}.desktop-nav{justify-content:flex-start}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){body{background:#f8fafc}.clear-topbar{min-height:62px}.brand{min-width:0}.brand>span{width:40px;height:40px}.user-area .outline-btn.logout-btn{width:auto;min-width:62px}.section-heading{border-radius:24px;padding:16px}.section-heading:after{width:150px;height:150px}.section-heading h1{font-size:27px!important}.section-heading p,.hero-content p{font-size:14.5px!important}.login-layout{grid-template-columns:1fr}.role-grid,.quick-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-grid,.operations-grid{gap:12px}.panel,.form-card{border-radius:22px;padding:14px}.mobile-bottom-nav{border-radius:22px}.mobile-bottom-nav button.active{color:#fff;background:#111827}.mobile-bottom-nav button.active small,.mobile-bottom-nav button.active span{color:#fff}.restaurant-cover.image-cover{min-height:108px}.menu-card{grid-template-columns:64px 1fr!important}.menu-card>strong:last-child{background:var(--yellow-soft);color:#765000;grid-column:2;justify-self:start}.mobile-cart-bar{bottom:calc(88px + var(--safe-bottom))}.table-card{box-shadow:none;background:0 0;border:0}.table-row:not(.table-head){border:1px solid var(--border);background:#fff;border-radius:18px;gap:7px;min-width:0;margin-bottom:10px;padding:13px;display:grid;grid-template-columns:1fr!important}.table-row.table-head{display:none}.clear-table{min-width:0}}@media (width<=430px){.page-section{width:min(100% - 16px,1240px)}.role-grid,.quick-account-grid{grid-template-columns:1fr!important}.topbar .user-card-mini{display:none}.hero-content h1,.section-heading h1{font-size:25px!important}}.clean-hero{justify-content:space-between;align-items:stretch;gap:18px;margin-bottom:22px;display:flex}.clean-hero.compact h1,.clean-hero h1{margin:12px 0 10px;font-size:clamp(28px,4vw,48px);font-weight:900;line-height:1.25}.clean-hero p{max-width:780px;color:var(--muted);font-size:17px;line-height:1.9}.service-status-card{border:1px solid var(--line);background:#fff;border-radius:28px;align-content:center;gap:8px;min-width:260px;padding:20px;display:grid;box-shadow:0 12px 32px #0f172a0d}.service-status-card strong{font-size:22px;font-weight:900}.service-status-card small{color:var(--muted);font-weight:800;line-height:1.7}.order-wizard{z-index:12;border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-radius:26px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0 22px;padding:10px;display:grid;position:sticky;top:78px}.order-wizard button{min-height:62px;color:var(--muted);text-align:right;background:#f8fafc;border:0;border-radius:20px;align-items:center;gap:10px;padding:10px 12px;font-weight:900;display:flex}.order-wizard button span{color:#334155;background:#e2e8f0;border-radius:14px;place-items:center;width:34px;height:34px;display:grid}.order-wizard button.active{background:var(--yellow);color:#111827;box-shadow:0 12px 30px #f6c40038}.order-wizard button.done{color:#047857;background:#ecfdf5}.order-wizard button.active span{color:#fff;background:#111827}.order-wizard button.done span{color:#fff;background:#10b981}.shopping-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:18px;display:grid}.shopping-layout.single{grid-template-columns:1fr}.clean-panel,.cart-summary{border:1px solid var(--line);background:#fff;border-radius:30px;padding:22px;box-shadow:0 14px 38px #0f172a0e}.cart-summary.sticky{position:sticky;top:168px}.search-input.big{min-width:min(420px,100%);min-height:50px}.offers-strip{grid-auto-columns:minmax(190px,240px);grid-auto-flow:column;gap:12px;margin-bottom:20px;padding-bottom:10px;display:grid;overflow-x:auto}.offer-banner{min-height:164px;color:var(--text);text-align:right;background:linear-gradient(135deg,#fff7d6,#fff);border:0;border-radius:24px;gap:8px;padding:14px;display:grid;box-shadow:inset 0 0 0 1px #e2e8f0f2}.offer-banner div{background:#fff;border-radius:18px;place-items:center;height:72px;font-size:34px;display:grid;overflow:hidden}.offer-banner img{object-fit:cover;width:100%;height:100%}.offer-banner strong{font-weight:900}.offer-banner small{color:var(--muted);font-weight:800}.restaurant-list-clear{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.delivery-restaurant-card{border:1px solid var(--line);color:var(--text);text-align:right;background:#fff;border-radius:28px;padding:0;overflow:hidden;box-shadow:0 10px 28px #0f172a0b}.delivery-restaurant-cover{object-fit:cover;background:#f1f5f9;width:100%;height:138px;display:block}.delivery-restaurant-body{gap:12px;padding:14px;display:flex}.delivery-restaurant-body>img{object-fit:cover;border:3px solid #fff;border-radius:18px;width:58px;height:58px;box-shadow:0 8px 18px #0f172a1f}.delivery-restaurant-body h3,.delivery-menu-item h3{margin:0 0 4px;font-weight:900}.delivery-restaurant-body p,.delivery-menu-item p{color:var(--muted);margin:0 0 8px;line-height:1.6}.restaurant-meta{flex-wrap:wrap;gap:6px;display:flex}.restaurant-meta span{color:#334155;background:#f8fafc;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:900}.restaurant-menu-header{align-items:center;gap:14px;margin-bottom:18px;display:flex}.restaurant-menu-header img{object-fit:cover;border-radius:24px;width:74px;height:74px}.restaurant-menu-header h2{margin:0;font-size:28px;font-weight:900}.restaurant-menu-header p{color:var(--muted);margin:0;font-weight:800}.restaurant-offers-inline{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.restaurant-offers-inline span{background:var(--yellow-soft);color:#925d00;border-radius:999px;padding:8px 12px;font-weight:900}.menu-list-clear{gap:12px;display:grid}.delivery-menu-item{border:1px solid var(--line);color:var(--text);text-align:right;background:#fff;border-radius:24px;grid-template-columns:86px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:12px;display:grid}.delivery-menu-item.selected{background:#fffdf2;border-color:#f6c400;box-shadow:0 12px 26px #f6c40024}.delivery-menu-item>img{object-fit:cover;background:#f1f5f9;border-radius:20px;width:86px;height:86px}.delivery-menu-item small{color:#047857;font-weight:900}.add-chip{background:var(--yellow);border-radius:16px;place-items:center;min-width:42px;height:42px;font-weight:900;display:grid}.delivery-menu-item.management{grid-template-columns:70px minmax(0,1fr) auto auto}.delivery-menu-item.management>img{width:70px;height:70px}.cart-row-clear,.cart-total-clear{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-weight:800;display:flex}.cart-total-clear{border-bottom:0;margin-top:8px}.cart-total-clear strong{font-size:22px;font-weight:900}.cart-total-clear.final strong{font-size:30px}.price-breakdown{color:var(--muted);gap:6px;margin-top:10px;font-weight:800;display:grid}.checkout-grid-clear{grid-template-columns:.9fr 1.1fr;gap:18px;display:grid}.map-placeholder{text-align:center;background:linear-gradient(135deg,#f8fafc,#fff);border:2px dashed #cbd5e1;border-radius:28px;place-items:center;min-height:360px;padding:22px;display:grid}.map-placeholder span{font-size:54px}.map-placeholder strong{font-size:22px;font-weight:900}.map-placeholder small{color:var(--muted);font-weight:800;line-height:1.8}.checkout-fields{gap:12px;display:grid}.checkout-fields label{gap:8px;display:grid}.checkout-fields label span{color:var(--muted);font-weight:900}.checkout-fields input,.checkout-fields select,.product-editor-clear input,.complaint-row input{border:1px solid var(--line);width:100%;min-height:50px;color:var(--text);background:#f8fafc;border-radius:18px;outline:none;padding:0 14px}.checkout-fields input:focus,.checkout-fields select:focus,.product-editor-clear input:focus,.complaint-row input:focus{background:#fff;border-color:#f6c400}.tracking-card-clear{border:1px solid var(--line);background:#fff;border-radius:26px;margin-bottom:14px;padding:18px}.tracking-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.tracking-head strong{font-weight:900;display:block}.tracking-head small{color:var(--muted);font-weight:800;line-height:1.7;display:block}.tracking-steps-clear{grid-template-columns:repeat(7,1fr);gap:8px;margin:16px 0;display:grid}.tracking-steps-clear span{color:#0000;background:#e2e8f0;border-radius:999px;place-items:center;height:10px;display:grid}.tracking-steps-clear span.done{background:#10b981}.complaint-row{gap:10px;margin-top:12px;display:flex}.restaurant-command-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.restaurant-identity-clear{align-items:center;gap:14px;display:flex}.restaurant-identity-clear img{object-fit:cover;border-radius:26px;width:82px;height:82px}.restaurant-identity-clear h1{margin:8px 0 4px;font-size:clamp(30px,4vw,52px);line-height:1.15}.restaurant-identity-clear p{color:var(--muted);margin:0;font-weight:800}.work-tabs{grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0;display:grid}.work-tabs button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:18px;padding:14px;font-weight:900}.work-tabs button.active{color:#fff;background:#111827;border-color:#111827}.kitchen-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.order-column-clear{border:1px solid var(--line);background:#fff;border-radius:28px;padding:16px}.order-column-clear h2{margin-bottom:4px;font-weight:900}.order-column-clear small{color:var(--muted);font-weight:800}.kitchen-order-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;margin-top:12px;padding:14px}.order-items-clear{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.order-items-clear span{background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.order-note{color:#b45309;margin:8px 0;font-weight:800}.product-editor-clear{gap:12px;display:grid}.menu-management-list{gap:12px;max-height:680px;display:grid;overflow:auto}.offer-card.clear{gap:10px;display:grid}.driver-flow-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:18px;margin-top:18px;display:grid}.driver-trip-card{border:1px solid var(--line);background:#fff;border-radius:28px;margin-bottom:14px;padding:18px}.trip-route{grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;display:grid}.trip-route div{background:#f8fafc;border-radius:22px;padding:14px}.trip-route span{background:var(--yellow);border-radius:13px;place-items:center;width:34px;height:34px;margin-bottom:8px;font-weight:900;display:grid}.trip-route strong{font-weight:900;display:block}.trip-route small{color:var(--muted);font-weight:800;line-height:1.6;display:block}.driver-actions.clear{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.available-order.clear{border:1px solid var(--line);background:#f8fafc;border-radius:22px;margin-bottom:12px;padding:14px}.available-order.clear strong,.available-order.clear small,.available-order.clear span{margin-bottom:6px;display:block}.available-order.clear span{font-weight:900}@media (width<=1040px){.restaurant-list-clear{grid-template-columns:repeat(2,minmax(0,1fr))}.shopping-layout,.driver-flow-grid{grid-template-columns:1fr}.cart-summary.sticky{position:static}.kitchen-board{grid-template-columns:1fr}}@media (width<=760px){.page-section.shopping-page,.page-section.restaurant-workspace,.page-section.driver-workspace{width:min(100% - 20px,1220px);padding:22px 0 96px}.clean-hero,.restaurant-command-header{flex-direction:column;align-items:stretch}.service-status-card{min-width:0}.order-wizard{grid-template-columns:repeat(4,minmax(76px,1fr));top:68px;overflow-x:auto}.order-wizard button{text-align:center;justify-items:center;min-width:82px;padding:10px 6px;display:grid}.order-wizard button strong{font-size:12px}.restaurant-list-clear{grid-template-columns:1fr}.delivery-restaurant-cover{height:116px}.delivery-menu-item{grid-template-columns:76px minmax(0,1fr) auto}.delivery-menu-item>img{width:76px;height:76px}.delivery-menu-item .add-chip{grid-column:1/-1;width:100%}.checkout-grid-clear,.trip-route{grid-template-columns:1fr}.work-tabs{grid-template-columns:repeat(2,1fr)}.restaurant-identity-clear img{width:68px;height:68px}.driver-actions.clear{grid-template-columns:1fr}.complaint-row{flex-direction:column}.mobile-cart-bar.clean{border-top-left-radius:24px;border-top-right-radius:24px}}.talabat-home{width:min(100% - 32px,1180px);margin:0 auto;padding:28px 0 92px}.talabat-hero{background:linear-gradient(135deg,#fff7d6 0%,#fff 46%,#fff4be 100%);border:1px solid #f8e7a6;border-radius:38px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;gap:28px;padding:clamp(24px,4vw,48px);display:grid;overflow:hidden;box-shadow:0 20px 60px #0f172a14}.talabat-hero-copy{align-content:center;gap:18px;display:grid}.talabat-badge{color:#fff;background:#111827;border-radius:999px;align-items:center;width:fit-content;padding:9px 14px;font-size:13px;font-weight:900;display:inline-flex}.talabat-hero h1{letter-spacing:-1px;color:#111827;max-width:720px;margin:0;font-size:clamp(38px,6vw,74px);font-weight:1000;line-height:1.05}.talabat-hero p{color:#475569;max-width:680px;margin:0;font-size:18px;font-weight:800;line-height:1.9}.location-search-box{background:#fff;border:1px solid #f1f5f9;border-radius:24px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;max-width:760px;padding:10px;display:grid;box-shadow:0 16px 36px #0f172a17}.location-input-wrap{background:#f8fafc;border-radius:18px;align-items:center;gap:10px;min-height:56px;padding:0 14px;display:flex}.location-input-wrap span{font-size:22px}.location-input-wrap input{color:#111827;background:0 0;border:0;outline:0;width:100%;font-size:15px;font-weight:900}.talabat-main-btn{border-radius:18px;min-height:56px;padding-inline:28px}.home-mini-actions{flex-wrap:wrap;gap:10px;display:flex}.home-mini-actions button{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 14px;font-weight:900}.talabat-hero-visual{background:radial-gradient(circle at 20% 20%,#fff 0 12%,#0000 13%),linear-gradient(135deg,#f6c400,#f59e0b);border-radius:34px;min-height:430px;position:relative;overflow:hidden}.food-orbit{grid-template-columns:repeat(2,1fr);place-content:center;gap:18px;display:grid;position:absolute;inset:34px}.food-orbit span{background:#ffffffeb;border-radius:36px;place-items:center;height:132px;font-size:54px;display:grid;box-shadow:0 18px 36px #0f172a1f}.floating-card.order-card-preview{z-index:2;color:#fff;background:#111827;border-radius:28px;width:min(260px,100% - 56px);padding:18px;position:absolute;bottom:28px;right:28px;box-shadow:0 18px 42px #0f172a40}.floating-card small,.floating-card strong,.floating-card span{display:block}.floating-card strong{margin:3px 0;font-size:30px}.home-services-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0;display:grid}.home-service-card{text-align:right;color:#111827;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:20px;box-shadow:0 12px 28px #0f172a0d}.home-service-card span{background:#fff7d6;border-radius:20px;place-items:center;width:54px;height:54px;margin-bottom:14px;font-size:28px;display:grid}.home-service-card strong{margin-bottom:6px;font-size:18px;font-weight:1000;display:block}.home-service-card small{color:#64748b;font-weight:800;line-height:1.7}.talabat-section{margin-top:28px}.talabat-section-title{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.talabat-section-title h2{margin:0 0 5px;font-size:30px;font-weight:1000}.talabat-section-title p{color:#64748b;margin:0;font-weight:800}.talabat-offers-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.talabat-offer-tile{text-align:right;color:#111827;background:#fff;border:1px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 12px 24px #0f172a0d}.talabat-offer-tile img{object-fit:cover;background:#f1f5f9;width:100%;height:116px}.talabat-offer-tile strong,.talabat-offer-tile small{padding-inline:14px;display:block}.talabat-offer-tile strong{padding-top:12px;font-weight:1000}.talabat-offer-tile small{color:#64748b;margin-top:4px;padding-bottom:14px;font-weight:800}.talabat-restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.talabat-restaurant-tile{text-align:right;color:#111827;background:#fff;border:1px solid #e2e8f0;border-radius:30px;overflow:hidden;box-shadow:0 12px 28px #0f172a0f}.talabat-restaurant-tile .cover{object-fit:cover;background:#f1f5f9;width:100%;height:154px}.restaurant-tile-body{grid-template-columns:62px minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.restaurant-tile-body img{object-fit:cover;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:62px;height:62px}.restaurant-tile-body strong{margin-bottom:4px;font-size:17px;font-weight:1000;display:block}.restaurant-tile-body small{color:#64748b;font-weight:800;line-height:1.6;display:block}.customer-delivery-hero{background:linear-gradient(135deg,#fff8d7,#fff);border:1px solid #f8e7a6;border-radius:34px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:clamp(20px,3vw,34px);display:flex}.customer-delivery-hero h1{margin:10px 0 8px;font-size:clamp(32px,5vw,58px);font-weight:1000;line-height:1.08}.customer-delivery-hero p{color:#475569;max-width:680px;margin:0;font-weight:800;line-height:1.8}.customer-location-pill{background:#fff;border:1px solid #e2e8f0;border-radius:26px;align-items:center;gap:12px;min-width:300px;padding:14px;display:flex;box-shadow:0 12px 24px #0f172a0f}.customer-location-pill>span{background:#fff7d6;border-radius:18px;place-items:center;width:46px;height:46px;font-size:24px;display:grid}.customer-location-pill small,.customer-location-pill strong{display:block}.customer-location-pill small{color:#64748b;font-weight:800}.customer-location-pill strong{color:#111827;font-weight:1000}.customer-location-pill button{color:#fff;background:#111827;border:0;border-radius:14px;margin-inline-start:auto;padding:10px 12px;font-weight:900}.cuisine-tabs{gap:8px;margin-bottom:4px;padding:2px 0 14px;display:flex;overflow-x:auto}.cuisine-tabs button{white-space:nowrap;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 16px;font-weight:1000}.cuisine-tabs button.active{color:#fff;background:#111827;border-color:#111827}.talabat-restaurant-list .delivery-restaurant-card{transition:transform .15s,box-shadow .15s}.talabat-restaurant-list .delivery-restaurant-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0f172a17}.tracking-steps-clear.labeled{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.tracking-steps-clear.labeled span{color:#64748b;text-align:center;background:#f1f5f9;height:auto;min-height:34px;padding:6px;font-size:11px;font-weight:900}.tracking-steps-clear.labeled span.done{color:#047857;background:#dcfce7}@media (width<=980px){.talabat-hero{grid-template-columns:1fr}.talabat-hero-visual{min-height:260px}.food-orbit{grid-template-columns:repeat(4,1fr);inset:18px}.food-orbit span{border-radius:26px;height:92px;font-size:38px}.home-services-grid,.talabat-offers-row,.talabat-restaurant-grid{grid-template-columns:repeat(2,1fr)}.customer-delivery-hero{flex-direction:column;align-items:stretch}.customer-location-pill{min-width:0}}@media (width<=640px){.talabat-home{width:min(100% - 20px,1180px);padding-top:18px}.talabat-hero{border-radius:28px;padding:22px}.talabat-hero h1{font-size:38px}.talabat-hero p{font-size:15px}.location-search-box{border-radius:22px;grid-template-columns:1fr}.talabat-main-btn{width:100%}.home-services-grid{grid-template-columns:repeat(2,1fr)}.home-service-card{border-radius:22px;padding:15px}.talabat-offers-row{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.talabat-offer-tile{scroll-snap-align:start;min-width:210px}.talabat-restaurant-grid{grid-template-columns:1fr}.talabat-section-title{flex-direction:column;align-items:start}.food-orbit span{height:74px;font-size:31px}.floating-card.order-card-preview{bottom:14px;right:14px}.tracking-steps-clear.labeled{grid-template-columns:1fr}}.city-home{width:min(100% - 32px,1220px);margin:0 auto;padding:18px 0 92px}.city-topbar-note{color:#3f3200;background:#fff9db;border:1px solid #f1e1a8;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding:10px 14px;font-size:13px;font-weight:900;display:flex}.city-location-hero{background:#ffcf00;border:1px solid #efbf00;border-radius:26px;grid-template-columns:minmax(0,1.2fr) 430px;align-items:stretch;gap:18px;padding:clamp(18px,3vw,34px);display:grid;box-shadow:0 14px 36px #0f172a14}.city-location-copy{align-content:center;gap:10px;display:grid}.city-eyebrow{color:#fff;background:#111827eb;border-radius:999px;width:fit-content;padding:8px 13px;font-size:12px;font-weight:1000}.city-location-copy h1{color:#111827;letter-spacing:-.6px;max-width:720px;margin:0;font-size:clamp(34px,5vw,58px);font-weight:1000;line-height:1.08}.city-location-copy p{color:#2f2a13;max-width:690px;margin:0;font-size:17px;font-weight:850;line-height:1.9}.city-location-card{background:#fff;border-radius:24px;align-content:center;gap:12px;padding:18px;display:grid;box-shadow:0 18px 42px #0f172a21}.city-location-card label{color:#111827;font-weight:1000}.city-location-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:10px;min-height:56px;padding:0 14px;display:flex}.city-location-input span{font-size:22px}.city-location-input input{color:#111827;background:0 0;border:0;outline:0;width:100%;font-weight:900}.city-location-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.city-services-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.city-service-pill{text-align:right;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:18px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 10px 24px #0f172a0b}.city-service-pill>span{background:#fff6ca;border-radius:16px;flex:none;place-items:center;width:46px;height:46px;font-size:24px;display:grid}.city-service-pill strong,.city-service-pill small{display:block}.city-service-pill strong{font-weight:1000}.city-service-pill small{color:#64748b;margin-top:3px;font-weight:800}.city-main-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;display:grid}.city-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:16px;position:sticky;top:92px;box-shadow:0 12px 28px #0f172a0d}.city-sidebar h3{margin:0 0 14px;font-size:20px;font-weight:1000}.city-sidebar label{color:#64748b;margin:12px 0 8px;font-size:12px;font-weight:1000;display:block}.city-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;outline:0;width:100%;min-height:46px;padding:0 12px;font-weight:900}.city-filter-list{gap:8px;display:grid}.city-filter-list button{color:#334155;text-align:right;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;font-weight:950}.city-filter-list button.active{color:#fff;background:#111827;border-color:#111827}.city-sidebar-help{color:#3f3200;background:#fff7d6;border-radius:16px;margin-top:14px;padding:12px}.city-sidebar-help strong,.city-sidebar-help small{display:block}.city-sidebar-help small{margin-top:5px;font-weight:850;line-height:1.7}.city-content{gap:16px;display:grid}.city-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:18px;box-shadow:0 12px 28px #0f172a0d}.city-section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.city-section-heading h2{color:#111827;margin:0 0 4px;font-size:26px;font-weight:1000}.city-section-heading p{color:#64748b;margin:0;font-weight:850}.city-section-heading button,.city-sort-pill{color:#334155;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 14px;font-weight:1000}.city-offers-strip{scroll-snap-type:x mandatory;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.city-offer-card{scroll-snap-align:start;text-align:right;color:#111827;background:#fff;border:1px solid #e2e8f0;border-radius:18px;min-width:220px;overflow:hidden}.city-offer-card img{object-fit:cover;background:#f1f5f9;width:100%;height:96px}.city-offer-card div{padding:11px}.city-offer-card strong,.city-offer-card small{display:block}.city-offer-card strong{font-weight:1000}.city-offer-card small{color:#64748b;margin-top:3px;font-weight:800}.city-restaurant-list{gap:12px;display:grid}.city-restaurant-row{color:#111827;text-align:right;background:#fff;border:1px solid #e5e7eb;border-radius:20px;grid-template-columns:170px minmax(0,1fr);align-items:stretch;gap:14px;padding:10px;transition:transform .15s,box-shadow .15s,border-color .15s;display:grid}.city-restaurant-row:hover{border-color:#f5c400;transform:translateY(-2px);box-shadow:0 14px 30px #0f172a14}.city-restaurant-cover{object-fit:cover;background:#f1f5f9;border-radius:16px;width:100%;height:132px}.city-restaurant-info{align-content:center;gap:10px;min-width:0;display:grid}.city-restaurant-titleline{align-items:center;gap:12px;display:flex}.city-restaurant-titleline img{object-fit:cover;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex:none;width:58px;height:58px}.city-restaurant-titleline h3{margin:0 0 3px;font-size:20px;font-weight:1000}.city-restaurant-titleline p{color:#64748b;margin:0;font-weight:850}.city-restaurant-meta{flex-wrap:wrap;gap:7px;display:flex}.city-restaurant-meta span{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950}.city-restaurant-note{color:#0f766e;font-size:13px;font-weight:950}@media (width<=980px){.city-location-hero{grid-template-columns:1fr}.city-services-row{grid-template-columns:repeat(2,minmax(0,1fr))}.city-main-layout{grid-template-columns:1fr}.city-sidebar{position:static}.city-filter-list{display:flex;overflow-x:auto}.city-filter-list button{white-space:nowrap}}@media (width<=640px){.city-home{width:min(100% - 18px,1220px);padding-top:10px}.city-topbar-note{flex-direction:column;align-items:start}.city-location-hero{border-radius:20px;padding:18px}.city-location-copy h1{font-size:34px}.city-location-copy p{font-size:14px}.city-location-card{border-radius:18px;padding:14px}.city-location-actions,.city-services-row{grid-template-columns:1fr}.city-section-card{border-radius:18px;padding:14px}.city-section-heading{flex-direction:column;align-items:start}.city-section-heading h2{font-size:22px}.city-restaurant-row{grid-template-columns:1fr}.city-restaurant-cover{height:150px}.city-restaurant-meta{gap:6px}}.talabat-shop-page{padding-top:26px}.shop-header-strip{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.shop-location-box{background:#fffbea;border:1px solid #f0d878;border-radius:20px;align-items:center;gap:12px;padding:12px 16px;display:inline-flex;box-shadow:0 12px 36px #f6c4001a}.shop-location-box>span{background:#fff;border-radius:14px;place-items:center;width:38px;height:38px;display:grid}.shop-location-box small,.talabat-cart-card>small{color:var(--muted);font-weight:800;display:block}.shop-location-box strong{font-size:16px;font-weight:900;display:block}.shop-location-box button{color:#fff;background:#111827;border:0;border-radius:999px;padding:8px 12px;font-weight:900}.shop-support-note{color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;font-weight:900}.talabat-wizard{grid-template-columns:repeat(5,minmax(0,1fr))}.customer-city-list{align-items:start}.menu-screen-layout,.checkout-page-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:22px;display:grid}.restaurant-menu-screen,.cart-review-panel{min-width:0}.restaurant-storefront{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:32px;overflow:hidden}.storefront-cover{object-fit:cover;background:#fff7d6;width:100%;height:210px;display:block}.storefront-info{align-items:center;gap:16px;padding:18px 20px 22px;display:flex}.storefront-info>img{object-fit:cover;border:4px solid #fff;border-radius:22px;width:76px;height:76px;box-shadow:0 10px 28px #0f172a1f}.storefront-info h1{margin:0 0 6px;font-size:clamp(24px,3vw,38px);font-weight:900}.storefront-info p{color:var(--muted);margin:0;font-weight:800}.storefront-offers{margin:14px 0}.menu-search-row{gap:10px;margin:16px 0;display:flex}.menu-search-row .search-input{flex:1}.menu-category-bar{gap:10px;margin:0 0 16px;padding-bottom:8px;display:flex;overflow-x:auto}.menu-category-bar button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;flex:none;padding:10px 16px;font-weight:900}.menu-category-bar button.active{color:#fff;background:#111827;border-color:#111827}.talabat-menu-list{gap:12px;display:grid}.talabat-menu-row{border:1px solid var(--line);background:#fff;border-radius:26px;grid-template-columns:116px minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px;display:grid;box-shadow:0 10px 34px #0f172a0a}.talabat-menu-row>img{object-fit:cover;background:#fff7d6;border-radius:20px;width:116px;height:102px}.menu-row-text h3{margin:0 0 4px;font-size:18px;font-weight:900}.menu-row-text p{color:var(--muted);margin:0 0 8px;font-size:14px;font-weight:700;line-height:1.7}.menu-row-text small{background:var(--yellow-soft);color:#8a5c00;border-radius:999px;width:fit-content;margin-bottom:8px;padding:4px 9px;font-weight:900;display:inline-flex}.menu-row-text strong{font-size:17px;font-weight:900;display:block}.quantity-control{white-space:nowrap;justify-content:center;align-items:center;gap:8px;display:inline-flex}.quantity-control button,.quantity-control span{border:1px solid var(--line);background:#fff;border-radius:14px;place-items:center;min-width:36px;height:36px;font-weight:900;display:grid}.quantity-control button.add{background:var(--yellow);border-color:var(--yellow);color:#111827;min-width:76px}.talabat-cart-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.cart-review-row{border:1px solid var(--line);background:#fff;border-radius:22px;grid-template-columns:72px minmax(0,1fr) auto auto;align-items:center;gap:14px;margin-bottom:10px;padding:12px;display:grid}.cart-review-row img{object-fit:cover;background:#fff7d6;border-radius:18px;width:72px;height:72px}.cart-review-row strong{font-weight:900}.cart-review-row small{color:var(--muted);font-weight:800}.checkout-progress-mini{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0 18px;display:grid}.checkout-progress-mini span{border:1px solid var(--line);color:var(--muted);text-align:center;background:#f8fafc;border-radius:16px;padding:10px;font-size:13px;font-weight:900}.checkout-progress-mini span.active{color:#fff;background:#111827;border-color:#111827}.talabat-map-box{background:linear-gradient(135deg,#fffbea,#fff);min-height:310px}@media (width<=980px){.shop-header-strip,.storefront-info{flex-direction:column;align-items:stretch}.shop-support-note{border-radius:18px}.talabat-wizard{grid-template-columns:repeat(5,150px);overflow-x:auto}.menu-screen-layout,.checkout-page-grid{grid-template-columns:1fr}.cart-summary.sticky{position:static}.talabat-menu-row{grid-template-columns:92px minmax(0,1fr)}.talabat-menu-row>img{width:92px;height:92px}.talabat-menu-row .quantity-control{grid-column:1/-1;justify-content:flex-start}.cart-review-row{grid-template-columns:64px minmax(0,1fr)}.cart-review-row .quantity-control,.cart-review-row>strong:last-child{grid-column:2}}.admin-command-page{gap:1rem}.admin-hero-panel{color:#fff;background:linear-gradient(135deg,#111827 0%,#1f2937 54%,#f6c400 54%,#ffd633 100%);border:1px solid #0f172a14;border-radius:28px;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem;display:flex;box-shadow:0 22px 50px #0f172a24}.admin-hero-panel .eyebrow,.admin-hero-panel p{color:#ffffffc7}.admin-hero-panel h1{color:#fff;max-width:720px;margin:.25rem 0}.admin-hero-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;min-width:260px;display:flex}.admin-tab-strip{z-index:8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fafcd1;grid-template-columns:repeat(7,minmax(0,1fr));gap:.75rem;padding:.45rem 0;display:grid;position:sticky;top:76px}.admin-tab-card{text-align:right;cursor:pointer;background:#fff;border:1px solid #0f172a14;border-radius:20px;min-height:96px;padding:.9rem;transition:all .2s;box-shadow:0 10px 26px #0f172a0f}.admin-tab-card:hover,.admin-tab-card.active{border-color:#f6c400e6;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a1a}.admin-tab-card.active{color:#fff;background:#111827}.admin-tab-card small{color:#64748b;margin-top:.25rem;font-size:.78rem;display:block}.admin-tab-card.active small{color:#ffffffad}.admin-tab-icon{background:#fff7cc;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:.5rem;display:inline-flex}.admin-tab-card.active .admin-tab-icon{background:#f6c400}.admin-overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:1rem;display:grid}.admin-section-stack{gap:1rem;display:grid}.admin-live-list{gap:.65rem;display:grid}.admin-live-order{background:#f8fafc;border:1px solid #0f172a14;border-radius:18px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.8rem;padding:.85rem;display:grid}.admin-live-order small,.admin-order-card small,.admin-entity-card p,.entity-meta{color:#64748b}.order-filter-chips{gap:.55rem;padding:.35rem 0 .9rem;display:flex;overflow-x:auto}.order-filter-chips button{cursor:pointer;background:#fff;border:1px solid #0f172a1a;border-radius:999px;flex:none;padding:.6rem .9rem;font-weight:800}.order-filter-chips button.active{color:#fff;background:#111827;border-color:#111827}.admin-kanban-grid{grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:.8rem;display:grid}.admin-order-card,.admin-entity-card{background:#fff;border:1px solid #0f172a14;border-radius:22px;padding:1rem;box-shadow:0 12px 28px #0f172a0f}.admin-order-card-head,.admin-order-card-foot{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-order-card p{margin:.7rem 0 .25rem;font-weight:900}.admin-order-card small{margin-top:.2rem;display:block}.admin-order-card-foot{border-top:1px solid #0f172a14;margin-top:.9rem;padding-top:.75rem}.admin-entity-grid{gap:.85rem;display:grid}.admin-entity-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;display:grid}.entity-avatar{background:#fff7cc;border-radius:18px;place-items:center;width:54px;height:54px;font-size:1.5rem;display:grid}.admin-entity-card h3{margin:0 0 .2rem}.entity-meta{flex-wrap:wrap;gap:.45rem;margin-top:.5rem;font-size:.82rem;display:flex}.entity-meta span{background:#f1f5f9;border-radius:999px;padding:.25rem .55rem}.entity-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}@media (width<=1100px){.admin-tab-strip{grid-template-columns:repeat(4,minmax(0,1fr));position:static}.admin-overview-grid{grid-template-columns:1fr}}@media (width<=720px){.admin-hero-panel{background:linear-gradient(#111827,#1f2937);border-radius:22px;flex-direction:column;align-items:stretch}.admin-hero-actions{justify-content:flex-start;min-width:0}.admin-tab-strip{gap:.6rem;padding-bottom:.65rem;display:flex;overflow-x:auto}.admin-tab-card{min-width:132px;min-height:88px;padding:.75rem}.admin-live-order{grid-template-columns:1fr;align-items:stretch}.admin-entity-card{grid-template-columns:auto 1fr}.entity-actions{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}}.guest-shopping-page{max-width:1240px;margin:0 auto;padding-inline:clamp(14px,3vw,28px)}.guest-top-note{background:linear-gradient(90deg,#fffbebf2,#fffffff2);border:1px solid #fbbf2459}.guest-location-banner{background:radial-gradient(circle at 90% 20%,#fbbf2447,#0000 32%),linear-gradient(135deg,#fff8e6,#fff 62%);border:1px solid #f59e0b2e;border-radius:32px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;gap:clamp(16px,3vw,28px);margin:18px 0;padding:clamp(18px,4vw,36px);display:grid;box-shadow:0 18px 45px #0f172a0f}.guest-location-copy h1{letter-spacing:-.04em;color:#111827;margin:8px 0 12px;font-size:clamp(2rem,5vw,4.2rem);line-height:1.08}.guest-location-copy p{color:#64748b;max-width:700px;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.9}.guest-location-card{background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:28px;flex-direction:column;justify-content:center;gap:12px;padding:18px;display:flex;box-shadow:0 12px 30px #0f172a14}.guest-location-card label,.guest-sidebar label{color:#334155;font-weight:900}.guest-actions-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.guest-services-row{grid-template-columns:repeat(4,minmax(0,1fr))}.guest-flow-tabs{z-index:15;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #e2e8f0f2;border-radius:24px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0 20px;padding:8px;display:grid;position:sticky;top:76px;box-shadow:0 12px 32px #0f172a0f}.guest-flow-tabs button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:18px;justify-content:center;align-items:center;gap:8px;padding:12px 10px;font-weight:900;display:flex}.guest-flow-tabs button span{background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.78rem;display:inline-flex}.guest-flow-tabs button.active{color:#fff;background:#111827}.guest-flow-tabs button.active span{color:#111827;background:#fbbf24}.guest-city-layout{align-items:start}.guest-sidebar{position:sticky;top:160px}.guest-restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.guest-restaurant-card{text-align:right;cursor:pointer;background:#fff;border:1px solid #e2e8f0e6;border-radius:26px;width:100%;transition:all .18s;overflow:hidden;box-shadow:0 10px 26px #0f172a0d}.guest-restaurant-card:hover{border-color:#fbbf24;transform:translateY(-2px);box-shadow:0 16px 35px #0f172a17}.guest-restaurant-image-wrap{background:#f8fafc;height:150px;position:relative}.guest-restaurant-cover{object-fit:cover;width:100%;height:100%;display:block}.guest-restaurant-logo{object-fit:cover;background:#fff;border:3px solid #fff;border-radius:18px;width:58px;height:58px;position:absolute;bottom:-26px;right:16px;box-shadow:0 8px 20px #0f172a26}.guest-restaurant-body{padding:34px 16px 16px}.guest-restaurant-body h3{color:#111827;margin:0 0 5px;font-size:1.1rem}.guest-restaurant-body p,.guest-restaurant-body small{color:#64748b}.guest-menu-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.guest-menu-main,.guest-cart-page .clean-panel,.guest-cart-panel{background:#fff;border:1px solid #e2e8f0f2;border-radius:28px;box-shadow:0 10px 28px #0f172a0d}.guest-menu-main{overflow:hidden}.guest-restaurant-hero{color:#fff;justify-content:space-between;align-items:end;gap:14px;min-height:230px;padding:18px;display:flex;position:relative}.guest-restaurant-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.guest-restaurant-hero:after{content:"";background:linear-gradient(#0f172a2e,#0f172ac7);position:absolute;inset:0}.guest-restaurant-hero>:not(img){z-index:1;position:relative}.guest-restaurant-hero-info{align-items:center;gap:12px;display:flex}.guest-restaurant-hero-info img{object-fit:cover;background:#fff;border:3px solid #fff;border-radius:22px;width:72px;height:72px}.guest-restaurant-hero-info h2{margin:0;font-size:clamp(1.4rem,3vw,2.2rem)}.guest-restaurant-hero-info p{color:#ffffffdb;margin:6px 0 0}.guest-menu-offers{background:#fffbeb;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;display:grid}.guest-mini-offer{background:#fff;border:1px solid #f59e0b2e;border-radius:18px;padding:12px}.guest-mini-offer strong,.guest-mini-offer small{display:block}.guest-mini-offer small{color:#92400e;margin-top:4px}.guest-menu-toolbar{border-bottom:1px solid #e2e8f0;gap:12px;padding:14px;display:grid}.guest-menu-toolbar input{border:1px solid #e2e8f0;border-radius:18px;outline:none;width:100%;padding:14px 16px;font-weight:700}.guest-menu-tabs{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.guest-menu-tabs button{white-space:nowrap;cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:9px 14px;font-weight:900}.guest-menu-tabs button.active{color:#fff;background:#111827;border-color:#111827}.guest-product-list{gap:10px;padding:14px;display:grid}.guest-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px;display:grid}.guest-product-card img{object-fit:cover;background:#f8fafc;border-radius:18px;width:96px;height:96px}.guest-product-card h3{color:#111827;margin:0 0 4px}.guest-product-card p{color:#64748b;margin:0 0 8px;line-height:1.6}.guest-product-card strong{color:#111827}.guest-cart-panel{padding:18px;position:sticky;top:152px}.guest-cart-panel h2{margin:0 0 14px}.guest-cart-page{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.guest-cart-item{grid-template-columns:72px minmax(0,1fr) auto auto}.guest-cart-item img{object-fit:cover;border-radius:16px;width:72px;height:72px}.guest-login-note{color:#64748b;margin-top:10px;line-height:1.6;display:block}button:disabled{opacity:.55;cursor:not-allowed}@media (width>=1280px){.guest-shopping-page{max-width:1320px}}@media (width<=1100px){.guest-location-banner,.guest-menu-layout,.guest-cart-page{grid-template-columns:1fr}.guest-cart-panel,.guest-sidebar{position:static}.guest-services-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.app-main{padding-bottom:92px}.guest-shopping-page{padding-inline:12px}.guest-location-banner{border-radius:24px;padding:18px}.guest-actions-row,.guest-services-row,.guest-restaurant-grid,.guest-menu-offers{grid-template-columns:1fr}.guest-flow-tabs{border-radius:18px;grid-template-columns:repeat(4,minmax(132px,1fr));top:66px;overflow-x:auto}.guest-flow-tabs button{white-space:nowrap;justify-content:flex-start}.guest-product-card{grid-template-columns:82px minmax(0,1fr)}.guest-product-card>button,.guest-product-card .guest-qty{grid-column:1/-1;justify-content:center;width:100%}.guest-product-card img{width:82px;height:82px}.guest-restaurant-hero{flex-direction:column;justify-content:flex-end;align-items:stretch;min-height:260px}.guest-cart-item{grid-template-columns:64px minmax(0,1fr)}.guest-cart-item .quantity-control,.guest-cart-item>strong{grid-column:1/-1}}@media (width<=520px){.guest-location-copy h1{font-size:2rem}.guest-location-copy p{font-size:.95rem}.guest-location-card{border-radius:22px}.city-location-input{align-items:center}.guest-restaurant-image-wrap{height:132px}.guest-restaurant-body{padding:32px 14px 14px}.guest-restaurant-hero-info{align-items:flex-end}.guest-restaurant-hero-info img{border-radius:18px;width:62px;height:62px}.guest-product-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}:root{--app-mobile-bg:#f4f6f8;--app-tab-height:76px;--app-header-height:64px}.app-main{transition:background .2s}.mobile-app-quickbar{display:none}@media (width>=761px) and (width<=1180px){.page-section,.city-home,.guest-shopping-page{width:min(100% - 32px,980px)}.city-main-layout,.customer-city-list,.guest-menu-layout,.guest-cart-page,.dashboard-grid,.login-layout{grid-template-columns:1fr!important}.city-sidebar,.guest-sidebar,.guest-cart-panel,.checkout-panel{position:static!important}.city-sidebar,.guest-sidebar{grid-template-columns:minmax(220px,1fr) 2fr;align-items:start;gap:16px;display:grid}.city-filter-list,.guest-category-pills,.menu-category-pills{scrollbar-width:thin;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.restaurant-grid,.guest-restaurant-grid,.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=760px){html,body,#root{background:var(--app-mobile-bg);min-height:100%}body{overscroll-behavior-y:contain;padding-bottom:calc(var(--app-tab-height) + var(--safe-bottom) + 12px)}.app-shell{background:var(--app-mobile-bg);min-height:100dvh}.topbar.clear-topbar,.topbar{z-index:80;height:calc(var(--app-header-height) + env(safe-area-inset-top,0px));padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff5;border-bottom:1px solid #e2e8f0c7;position:sticky;top:0;box-shadow:0 10px 28px #0f172a0f}.brand{gap:9px;min-width:0}.brand>span{width:40px;height:40px;box-shadow:none;border-radius:15px}.brand strong{font-size:15px;line-height:1.1}.brand small{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.topbar-status{display:none!important}.user-area .user-card-mini{display:none}.user-area .primary-btn.small,.user-area .logout-btn{border-radius:999px;min-height:38px;padding:8px 12px;font-size:12px;width:auto!important}.app-main{min-height:calc(100dvh - var(--app-header-height));background:var(--app-mobile-bg);padding-bottom:0}.page-section,.city-home,.guest-shopping-page{width:100%;margin:0 auto;padding:12px 12px 22px!important}.section-heading,.compact-heading,.dashboard-page>.section-heading{margin:6px 0 14px;padding:0 2px}.section-heading h1,.compact-heading h1,.hero-content h1,.guest-location-copy h1{letter-spacing:-.2px;font-size:24px!important;line-height:1.25!important}.section-heading p,.compact-heading p,.hero-content p,.guest-location-copy p{font-size:13.5px!important;line-height:1.75!important}.city-topbar-note,.guest-top-note,.shop-header-strip,.shop-support-note{border-radius:18px!important;margin:0 0 10px!important;padding:10px 12px!important}.guest-location-banner,.city-hero-panel,.panel,.form-card,.stat-card,.city-section-card,.guest-restaurant-card,.restaurant-card,.menu-card,.guest-product-card,.order-line.extended,.ops-card,.notification-card,.driver-current-card,.available-order{border-radius:22px!important;box-shadow:0 8px 22px #0f172a0e!important}.guest-location-banner,.city-hero-panel{background:linear-gradient(#fff9db 0%,#fff 100%)!important;min-height:auto!important;padding:16px!important}.guest-location-card,.city-location-input,.shop-location-box{border-radius:18px!important;padding:10px!important}.guest-actions-row,.city-actions-row,.hero-actions,.row-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.primary-btn,.secondary-btn,.outline-btn{min-height:46px;font-size:13.5px;border-radius:16px!important;padding:10px 12px!important}.guest-services-row,.city-services-grid,.stats-grid.three,.stats-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.city-main-layout,.customer-city-list,.guest-menu-layout,.guest-cart-page,.dashboard-grid,.login-layout{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.city-sidebar,.guest-sidebar,.checkout-panel,.guest-cart-panel{border-radius:20px!important;padding:12px!important;position:static!important}.city-sidebar h3,.guest-sidebar h3{margin-bottom:8px;font-size:16px}.city-filter-list,.guest-category-pills,.menu-category-pills,.city-category-strip,.city-offers-strip,.order-wizard,.talabat-wizard,.guest-flow-tabs{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:-2px;grid-template-columns:none!important;gap:8px!important;padding:4px 2px 10px!important;display:flex!important;overflow-x:auto!important}.city-filter-list::-webkit-scrollbar{display:none}.guest-category-pills::-webkit-scrollbar{display:none}.menu-category-pills::-webkit-scrollbar{display:none}.city-category-strip::-webkit-scrollbar{display:none}.city-offers-strip::-webkit-scrollbar{display:none}.order-wizard::-webkit-scrollbar{display:none}.talabat-wizard::-webkit-scrollbar{display:none}.guest-flow-tabs::-webkit-scrollbar{display:none}.city-filter-list button,.guest-category-pills button,.menu-category-pills button,.city-category-strip button,.order-wizard button,.talabat-wizard button,.guest-flow-tabs button{scroll-snap-align:start;white-space:nowrap;flex:none;min-width:max-content;min-height:42px;border-radius:999px!important}.order-wizard button strong,.talabat-wizard button strong{font-size:12px}.order-wizard button span,.talabat-wizard button span{width:24px;height:24px;font-size:11px}.guest-restaurant-grid,.restaurant-grid,.city-restaurant-list,.menu-grid,.guest-menu-grid,.quick-account-grid,.role-grid,.health-grid{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.guest-restaurant-card,.city-restaurant-card,.restaurant-card.selectable{min-height:0;overflow:hidden}.guest-restaurant-image-wrap,.restaurant-cover,.city-restaurant-image{height:130px!important}.guest-restaurant-body,.city-restaurant-body{padding:34px 14px 14px!important}.guest-restaurant-body h3,.city-restaurant-body h3,.restaurant-card h3{margin-bottom:4px!important;font-size:17px!important}.guest-restaurant-logo,.restaurant-logo,.city-restaurant-logo{border-radius:17px!important;width:54px!important;height:54px!important}.guest-product-card,.menu-card.selectable,.cart-item,.guest-cart-item{grid-template-columns:78px minmax(0,1fr)!important;align-items:start!important;gap:10px!important;padding:10px!important;display:grid!important}.guest-product-card img,.menu-card img,.guest-cart-item img,.cart-item img{object-fit:cover;border-radius:18px!important;width:78px!important;height:78px!important}.guest-product-card h3,.menu-card h3{line-height:1.35;font-size:15.5px!important}.guest-product-card p,.menu-card p{font-size:12.5px!important;line-height:1.55!important}.guest-product-card>button,.guest-product-card .guest-qty,.menu-card .primary-btn,.quantity-control,.guest-cart-item .quantity-control{grid-column:1/-1!important;justify-content:center!important;width:100%!important}.guest-cart-panel,.checkout-panel{background:#fff!important;border:1px solid #e2e8f0e6!important}.mobile-cart-bar{min-height:62px;left:12px!important;right:12px!important;bottom:calc(var(--app-tab-height) + var(--safe-bottom) + 12px)!important;z-index:90!important;border-radius:22px!important;padding:10px 12px!important}.mobile-cart-bar .primary-btn{min-width:128px;width:auto!important}.mobile-bottom-nav{height:calc(var(--app-tab-height) + var(--safe-bottom));grid-template-columns:repeat(5,minmax(0,1fr));z-index:100!important;padding:8px 8px calc(8px + var(--safe-bottom))!important;background:#fffffffa!important;border-width:1px 0 0!important;border-radius:24px 24px 0 0!important;gap:0!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -10px 32px #0f172a21!important}.mobile-bottom-nav button{border-radius:18px!important;min-height:54px!important}.mobile-bottom-nav button.active{color:#fff!important;background:#111827!important}.mobile-bottom-nav button span{font-size:19px!important}.mobile-bottom-nav button small{font-size:10.5px!important}.table-card{overflow-x:auto;border-radius:20px!important}.table-row{min-width:720px}.ops-card-main,.ops-card-meta,.order-line.extended,.driver-current-card,.available-order{grid-template-columns:1fr!important}.notification-list,.orders-list,.restaurant-orders-list{gap:10px;display:grid}}@media (width<=420px){.page-section,.city-home,.guest-shopping-page{padding-inline:10px!important}.guest-actions-row,.city-actions-row,.hero-actions,.row-actions,.guest-services-row,.city-services-grid,.stats-grid.three,.stats-grid.four{grid-template-columns:1fr!important}.brand small{display:none}.section-heading h1,.compact-heading h1,.hero-content h1,.guest-location-copy h1{font-size:22px!important}.guest-product-card,.menu-card.selectable,.cart-item,.guest-cart-item{grid-template-columns:70px minmax(0,1fr)!important}.guest-product-card img,.menu-card img,.guest-cart-item img,.cart-item img{width:70px!important;height:70px!important}.mobile-cart-bar{grid-template-columns:1fr auto;display:grid!important}}
