@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}.top-gap{margin-top:14px}@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}}
