@import "https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap";@font-face{font-family:Alexandria;src:url(/assets/Alexandria-Regular-nZR16Dbm.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Alexandria;src:url(/assets/Alexandria-Bold-DJPvNIOg.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#f6f8fb;--card:#fff;--sidebar:#0f172a;--sidebar-2:#111827;--primary:#10b981;--primary-dark:#059669;--primary-soft:#e8f8ef;--text:#111827;--muted:#64748b;--subtle:#94a3b8;--border:#e5e7eb;--orange:#f59e0b;--blue:#3b82f6;--red:#ef4444;--purple:#8b5cf6;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Alexandria,Tajawal,Segoe UI,Tahoma,sans-serif;font-weight:400}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{direction:rtl;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}#root{height:100vh;overflow:hidden}@media (width<=900px){html,body,#root{height:auto;min-height:100%;overflow:hidden auto}#root{min-height:100dvh}}img{max-width:100%}.dashboard-shell{--dashboard-cursor-default:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M5 3l16 15-8 1.1-3.8 6.8L5 3z' fill='%23ee48b1' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 5 3, auto;--dashboard-cursor-pointer:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M5 3l16 15-8 1.1-3.8 6.8L5 3z' fill='%23ee48b1' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 5 3, pointer;background:var(--bg);height:100vh;cursor:var(--dashboard-cursor-default);padding-right:282px;overflow:hidden}.driver-distribution-layout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.driver-distribution-queue,.driver-distribution-details{gap:14px;display:grid}.driver-distribution-head,.driver-distribution-order-head,.driver-distribution-driver-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.driver-distribution-head span,.driver-distribution-order-head span,.driver-distribution-driver-head span{gap:4px;display:grid}.driver-distribution-head b,.driver-distribution-order-head b,.driver-distribution-driver-head b{color:#0f172a;font-size:16px;font-weight:900}.driver-distribution-head small,.driver-distribution-order-head small,.driver-distribution-driver-head small{color:#64748b;font-size:12px}.driver-distribution-search{color:#64748b;background:#fff;border:1px solid #dbe3ef;border-radius:12px;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:flex}.driver-distribution-search:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.driver-distribution-search input{min-width:0;font:inherit;color:#0f172a;background:0 0;border:0;outline:0;flex:1}.driver-distribution-order-list,.driver-distribution-driver-list{gap:10px;max-height:520px;padding-inline-end:4px;display:grid;overflow:auto}.driver-distribution-order-list button,.driver-distribution-driver-list button{color:#0f172a;text-align:start;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;transition:border-color .16s,box-shadow .16s,transform .16s}.driver-distribution-order-list button{justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.driver-distribution-order-list button:hover,.driver-distribution-order-list button.active,.driver-distribution-driver-list button:hover:not(:disabled){border-color:#2563eb;box-shadow:0 10px 22px #0f172a14}.driver-distribution-order-list button.active{background:#f8fbff}.driver-distribution-order-list span,.driver-distribution-driver-list span{gap:4px;min-width:0;display:grid}.driver-distribution-order-list b,.driver-distribution-driver-list b{text-overflow:ellipsis;white-space:nowrap;font-weight:900;overflow:hidden}.driver-distribution-order-list small,.driver-distribution-driver-list small{text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:12px;overflow:hidden}.driver-distribution-order-list em,.driver-distribution-driver-list em{color:#3730a3;white-space:nowrap;background:#eef2ff;border-radius:999px;padding:5px 9px;font-size:12px;font-style:normal;font-weight:900}.driver-distribution-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.driver-distribution-info-grid p{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:auto 1fr;gap:4px 10px;margin:0;padding:12px;display:grid}.driver-distribution-info-grid svg{color:#2563eb;grid-row:span 3;margin-top:2px}.driver-distribution-info-grid span,.driver-distribution-info-grid small{color:#64748b;font-size:12px}.driver-distribution-info-grid b{color:#0f172a;word-break:break-word;font-weight:900}.driver-distribution-driver-list button{grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.driver-distribution-driver-list button:disabled{cursor:not-allowed;opacity:.65}.driver-distribution-driver-list button.full{background:#f8fafc}.driver-distribution-driver-list img,.driver-distribution-avatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.driver-distribution-avatar{color:#0369a1;background:#e0f2fe;place-items:center;display:grid}.driver-distribution-driver-list svg{color:#16a34a}@media (width<=920px){.driver-distribution-layout,.driver-distribution-info-grid{grid-template-columns:1fr}}.dashboard-shell :where(a,button,[role=button],summary,label,select,input[type=checkbox],input[type=radio]){cursor:var(--dashboard-cursor-pointer)}.dashboard-shell :where(input,textarea){caret-color:#ee48b1}.dashboard-shell.sidebar-collapsed{padding-right:92px}.sidebar{--sidebar-width:282px;color:#cbd5e1;z-index:20;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#ec4899b8 #0f172a57;direction:ltr;background:radial-gradient(circle at 20% 5%,#ec489924,#0000 30%),linear-gradient(#0b1727 0%,#101827 100%);flex-direction:column;width:282px;padding:26px 18px;transition:width .22s,padding .22s,transform .22s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden auto}.system-logs-page{gap:16px}.system-logs-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.system-log-info-pill{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0eb;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 10px;min-height:76px;padding:14px;display:grid;box-shadow:0 14px 30px #0f172a0f}.system-log-info-pill svg{color:var(--accent);grid-row:span 2}.system-log-info-pill small,.system-log-info-pill strong{min-width:0;display:block}.system-log-info-pill small{color:var(--muted);font-size:12px;font-weight:800}.system-log-info-pill strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:950;overflow:hidden}.system-logs-filters{align-items:center}.system-logs-layout{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.system-logs-layout.has-details{grid-template-columns:minmax(320px,.42fr) minmax(0,1fr);align-items:start}.system-log-details{gap:14px;padding:18px;display:grid;position:sticky;top:16px}.system-log-details-head{text-align:right;gap:6px;display:grid}.system-log-details-head span{color:#9f1239;background:#fce7f3;border-radius:999px;justify-self:end;width:fit-content;padding:5px 10px;font-size:12px;font-weight:950}.system-log-details-head h2{color:var(--text);margin:0;font-size:22px}.system-log-details-head p,.system-log-details-section p{color:var(--muted);margin:0;line-height:1.8}.system-log-detail-grid{gap:10px;display:grid}.system-log-details-section{text-align:right;border-top:1px solid #e2e8f0e6;gap:8px;padding-top:12px;display:grid}.system-log-details-section h3{color:var(--text);margin:0;font-size:15px}.system-log-details-section ul{color:var(--muted);gap:8px;margin:0;padding:0 18px 0 0;line-height:1.8;display:grid}.system-logs-table-card{gap:12px;display:grid}.system-logs-table-card .table-scroll{max-height:660px}.system-logs-table{border-collapse:separate;border-spacing:0;width:100%}.system-logs-table th,.system-logs-table td{text-align:right;vertical-align:middle;border-bottom:1px solid #e2e8f0e0;padding:14px 12px}.system-logs-table th{color:var(--muted);font-size:12px;font-weight:950}.system-logs-table tr{cursor:pointer;transition:background .18s}.system-logs-table tbody tr:hover,.system-logs-table tbody tr.selected{background:#fff7fb}.system-logs-table td strong,.system-logs-table td small{max-width:420px;display:block}.system-logs-table td strong{color:var(--text);font-size:14px}.system-logs-table td small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.7;overflow:hidden}.system-log-category{color:#0f172a;background:#e2e8f0;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.system-log-orders,.system-log-drivers,.system-log-restaurants,.system-log-finance,.system-log-auth{color:#9f1239;background:#fce7f3}.system-logs-more-button{min-height:44px;color:var(--accent);font:inherit;cursor:pointer;background:#fff7fb;border:1px solid #ec489940;border-radius:14px;justify-self:center;padding:0 22px;font-weight:950}.system-logs-more-button:disabled{cursor:default;opacity:.58}@media (width<=1100px){.system-logs-layout.has-details{grid-template-columns:1fr}.system-log-details{position:static}}@media (width<=760px){.system-logs-summary{grid-template-columns:1fr}.system-logs-table th:nth-child(2),.system-logs-table td:nth-child(2),.system-logs-table th:nth-child(4),.system-logs-table td:nth-child(4){display:none}}.sidebar>*{direction:rtl}.sidebar::-webkit-scrollbar{width:9px}.sidebar::-webkit-scrollbar-track{background:#0f172a57;border-radius:999px;margin:18px 0}.sidebar::-webkit-scrollbar-thumb{background:linear-gradient(#f472b6eb,#db2777f5);border:2px solid #0f172a9e;border-radius:999px;box-shadow:0 0 14px #ec489933}.sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(#f472b6,#be185d)}.sidebar.collapsed{--sidebar-width:92px;width:92px;padding:22px 12px}.sidebar-toggle{top:18px;right:calc(var(--sidebar-width) - 18px);color:#f472b6;z-index:30;background:#0f172af0;border:1px solid #ec489942;border-radius:12px;place-items:center;width:36px;height:36px;display:grid;position:fixed;left:auto;box-shadow:0 14px 30px #0f172a38}.brand{color:#fff;align-items:center;gap:12px;margin-bottom:42px;display:flex}.sidebar .brand,.sidebar.collapsed .brand{justify-content:center;margin-bottom:30px}.sidebar.collapsed .side-nav a span,.sidebar.collapsed .manager-card-main>div,.sidebar.collapsed .manager-card-main>svg{display:none}.brand-mark{color:#db2777;background:#fff;border:1px solid #ec48993d;border-radius:13px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 14px 28px #ec48993d}.sidebar .brand-mark{color:#fff;width:150px;height:150px;box-shadow:none;background:0 0;border:0;border-radius:0}.sidebar-logo{object-fit:contain;-webkit-user-select:none;user-select:none;width:150px;height:150px;display:block}.sidebar.collapsed .brand-mark{border-radius:0;width:62px;height:62px}.sidebar.collapsed .sidebar-logo{width:62px;height:62px}.khashoka-icon{object-fit:contain;-webkit-user-select:none;user-select:none;display:block}.brand strong{font-size:31px;font-weight:800;line-height:1;display:block}.brand small{color:#94a3b8;margin-top:7px;font-size:13px;display:block}.side-nav{gap:14px;display:grid}.side-nav a{color:#cbd5e1;border-radius:12px;align-items:center;gap:15px;height:56px;padding:0 18px;transition:all .2s;display:flex}.sidebar.collapsed .side-nav a{justify-content:center;padding:0}.side-nav a:hover{background:#ffffff0f}.side-nav a.active{color:#f472b6;background:#ec489924;box-shadow:inset 0 0 0 1px #ec48992e}.manager-card{margin-top:auto;position:relative}.manager-card-main{text-align:right;width:100%;min-height:92px;color:inherit;background:#0f172ab8;border:1px solid #ffffff17;border-radius:14px;grid-template-columns:48px 1fr 16px;align-items:center;gap:12px;padding:14px;display:grid}.manager-card.open .manager-card-main{background:#0f172ae0;border-color:#ec489947}.sidebar.collapsed .manager-card-main{grid-template-columns:1fr;justify-items:center;min-height:68px;padding:10px}.manager-card img,.manager-avatar-fallback,.avatar,.assigned-driver img,.driver-list-item img,.driver-popup img,.profile-header img,.late-card img,.driver-card img{object-fit:cover;background:#f1f5f9;border-radius:50%;width:44px;height:44px}.manager-avatar-fallback{color:#db2777;background:#fdf2f8;place-items:center;display:grid}.manager-card strong{color:#fff;font-size:14px;display:block}.manager-card-main div span{color:#94a3b8;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.manager-card i,.live-dot:before{background:var(--primary);content:"";border-radius:99px;width:7px;height:7px;display:inline-block}.manager-card i{background:#ec4899}.manager-menu{inset-inline:0;z-index:8;background:#0f172af5;border:1px solid #ec489933;border-radius:12px;padding:8px;position:absolute;bottom:calc(100% + 8px);box-shadow:0 18px 38px #0000003d}.manager-menu button{color:#f9a8d4;background:#ec48991f;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:38px;font-weight:800;display:inline-flex}.main-area{height:100vh;padding:12px 16px 24px;overflow:hidden}:is(.main-area:has(.home-page),.main-area:has(.restaurant-profile-page),.main-area:has(.create-restaurant-page),.main-area:has(.finance-page),.main-area:has(.technical-reports-page),.main-area:has(.driver-report-page),.main-area:has(.profile-page),.main-area:has(.drivers-leaderboard-page),.main-area:has(.central-search-page)){padding-bottom:56px;overflow-y:auto}.home-grid{grid-template-columns:repeat(auto-fit,minmax(240px,285px));justify-content:center;gap:30px 34px;width:100%;margin:0;display:grid}.home-card{aspect-ratio:1/.82;color:#fff;text-align:right;will-change:transform;border:1px solid #ffffff38;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;min-height:210px;padding:22px;text-decoration:none;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .24s,filter .24s;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 16px 34px #be185d29}.home-card:before{content:"";pointer-events:none;background:linear-gradient(#ffffff24,#fff0);position:absolute;inset:0}.home-card:after{content:"";z-index:1;opacity:0;pointer-events:none;background:linear-gradient(110deg,#0000 38%,#fff3 50%,#0000 62%);transition:opacity .22s,transform .64s cubic-bezier(.22,1,.36,1);position:absolute;inset:-40% -62%;transform:translate(42%)rotate(8deg)}.home-card:hover{filter:saturate(1.06);border-color:#ffffff8a;transform:translateY(-7px)scale(1.015)}.home-card:hover:after{opacity:1;transform:translate(-42%)rotate(8deg)}.home-card:focus-visible{outline-offset:4px;outline:3px solid #f472b69e}.home-card-a{background:linear-gradient(145deg,#f472b6 0%,#db2777 52%,#9d174d 100%)}.home-card-a:hover{box-shadow:0 28px 54px #db277757}.home-card-b{background:linear-gradient(145deg,#fb7185 0%,#e11d74 50%,#9f1239 100%)}.home-card-b:hover{box-shadow:0 28px 54px #e11d7454}.home-card-c{background:linear-gradient(145deg,#ec4899 0%,#be185d 54%,#831843 100%)}.home-card-c:hover{box-shadow:0 28px 54px #be185d54}.home-card-icon{background:#ffffff29;border:1px solid #ffffff3d;border-radius:8px;flex-shrink:0;place-items:center;width:54px;height:54px;transition:transform .3s cubic-bezier(.22,1,.36,1),background .24s,box-shadow .24s;display:grid;box-shadow:0 10px 22px #83184329}.home-card>*{z-index:2;position:relative}.home-card:hover .home-card-icon{background:#ffffff38;transform:translateY(-4px)scale(1.06);box-shadow:0 16px 30px #83184338}.home-card-stat{justify-content:flex-start;align-items:baseline;gap:6px;width:100%;line-height:1;display:flex}.home-card-stat strong{color:#fff;letter-spacing:0;text-shadow:0 2px 10px #8318432e;font-size:36px;font-weight:900}.home-card-stat span{opacity:.86;font-size:13px;font-weight:800}.home-card-title{color:#fff;letter-spacing:0;width:100%;margin:0;font-size:19px;font-weight:900}.home-card-sub{opacity:.84;color:#fff;width:100%;min-height:42px;margin:0;font-size:13px;font-weight:700;line-height:1.6}.section-header{border:1px solid var(--border);z-index:10;direction:ltr;background:#ffffffeb;border-radius:16px;grid-template-columns:minmax(450px,auto) 1fr;align-items:center;gap:24px;min-height:86px;padding:16px 22px;display:grid;position:relative;box-shadow:0 12px 30px #0f172a0a}.section-title{text-align:right;direction:rtl;grid-column:2;justify-self:end}.section-title h1{letter-spacing:0;margin:0;font-size:30px}.section-title p{color:var(--muted);margin:4px 0 0;font-size:15px}.section-tools{direction:ltr;grid-column:1;justify-self:start;align-items:center;gap:12px;display:flex}.section-tools .toolbar-actions{flex-shrink:0;grid-area:auto}.section-tools .search-input{direction:rtl;width:min(360px,34vw)}.header-search-wrap{direction:rtl;align-items:center;gap:8px;display:flex}.clear-search-button{color:#dc2626;white-space:nowrap;background:#ef444412;border:1px solid #ef444447;border-radius:10px;align-items:center;gap:6px;height:42px;padding:0 12px;font-weight:800;display:inline-flex}.topbar{border:1px solid var(--border);z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border-radius:16px;grid-template-columns:auto minmax(260px,330px) 1fr;align-items:center;gap:32px;min-height:86px;padding:16px 22px;display:grid;position:sticky;top:10px;box-shadow:0 12px 30px #0f172a0a}.toolbar-actions{direction:ltr;gap:10px;display:flex}.icon-button{border:1px solid var(--border);color:#475569;background:#fff;border-radius:10px;place-items:center;width:43px;height:43px;display:grid;position:relative;box-shadow:0 7px 16px #0f172a0a}.icon-button.has-dot:after{content:"";background:var(--primary);border-radius:99px;width:8px;height:8px;position:absolute;top:8px;right:8px}.icon-button.active{color:var(--primary-dark);background:#f0fdf4;border-color:#10b98159}.mobile-menu{display:none}.search-input{border:1px solid var(--border);height:46px;color:var(--subtle);background:#f8fafc;border-radius:9px;align-items:center;gap:10px;padding:0 14px;display:flex}.search-input input{width:100%;color:var(--text);text-align:right;background:0 0;border:0;outline:0}.topbar-title{text-align:right;grid-area:1/1}.topbar>.search-input{grid-area:1/2}.toolbar-actions{grid-area:1/3}.header-primary-action{color:#fff;white-space:nowrap;direction:rtl;background:#db2777;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800;display:inline-flex;box-shadow:0 10px 20px #db27772e}.header-primary-action:hover{background:#be185d}.topbar-title h1,.page-header h1{letter-spacing:0;margin:0;font-size:30px}.topbar-title p,.page-header p{color:var(--muted);margin:4px 0 0;font-size:15px}.page-stack{gap:14px;margin-top:12px;display:grid}.accounting-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;grid-template-rows:auto auto minmax(0,1fr);height:calc(100vh - 134px);min-height:0;overflow:hidden}.orders-page,.drivers-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;grid-template-rows:auto minmax(0,1fr);height:calc(100vh - 134px);min-height:0;overflow:hidden}.driver-account-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;height:calc(100vh - 134px);overflow:auto}.driver-account-form{direction:rtl;grid-template-columns:280px minmax(0,1fr);gap:22px;width:min(100%,860px);margin-inline:auto;padding:20px;display:grid}.driver-image-panel{background:#fbfdff;border:1px solid #eef2f7;border-radius:12px;align-content:start;justify-items:center;gap:14px;padding:18px;display:grid}.driver-image-preview{color:#db2777;background:#fdf2f8;border:1px solid #ec489938;border-radius:18px;place-items:center;width:178px;height:178px;display:grid;overflow:hidden}.driver-image-preview img{object-fit:cover;width:100%;height:100%}.image-picker-button,.driver-save-button,.generated-field button{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:800;display:inline-flex}.image-picker-button{color:#db2777;cursor:pointer;background:#fdf2f8;border:1px solid #ec489947;width:100%}.image-picker-button input{display:none}.driver-account-fields{align-content:start;gap:16px;display:grid}.driver-account-fields label{color:#334155;gap:8px;font-weight:800;display:grid}.driver-account-fields input{border:1px solid var(--border);min-height:46px;color:var(--text);background:#fff;border-radius:10px;outline:0;padding:0 13px}.generated-field{grid-template-columns:minmax(0,1fr) 112px;gap:8px;display:grid}.generated-field button{color:#db2777;background:#fdf2f8;border:1px solid #ec489947}.driver-app-lock{color:#047857;background:#f0fdf4;border:1px solid #10b9813d;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:0 14px;display:flex}.driver-app-lock span{direction:ltr;font-weight:900}.driver-save-button{color:#fff;background:#db2777;border:0;box-shadow:0 12px 24px #db27772e}.driver-save-button:disabled{opacity:.62;cursor:not-allowed}.real-drivers-table{min-width:920px}.customers-table{min-width:1060px}.driver-avatar-fallback{color:#db2777;background:#fdf2f8;border:1px solid #ec489933;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.customer-avatar-fallback{width:38px;height:38px}.customer-address-cell{color:#475569;align-items:center;gap:7px;max-width:360px;line-height:1.5;display:inline-flex}.latin-cell{text-align:right;direction:ltr;unicode-bidi:embed}.created-at-cell{align-items:center;gap:7px;display:inline-flex}.card,.tabs-card{background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 24px #0f172a0a}.tabs-card{grid-template-columns:repeat(7,minmax(100px,1fr));gap:10px;padding:12px;display:grid}.tabs-card button,.filter-row button,.filter-row select{min-height:42px;color:var(--muted);border:1px solid var(--border);background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;gap:10px;display:inline-flex}.tabs-card button b,.segmented b{color:#475569;background:#eef2f7;border-radius:8px;place-items:center;min-width:26px;height:24px;font-size:12px;display:inline-grid}.tabs-card button.active,.filter-row button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#10b98159}.orders-layout{direction:ltr;grid-template-columns:410px minmax(0,1fr);align-items:stretch;gap:14px;min-height:0;display:grid}.orders-table-card{direction:rtl;flex-direction:column;grid-area:1/2;min-height:0;display:flex;overflow:hidden}.order-details{direction:rtl;grid-area:1/1;min-height:0}.table-scroll{overflow-x:auto}.orders-page .table-scroll{scrollbar-width:thin;scrollbar-color:#10b9817a #f1f5f9e6;flex:1;min-height:0;overflow:auto}.orders-page thead th{z-index:3;box-shadow:0 1px 0 var(--border);position:sticky;top:0}.orders-page .table-scroll::-webkit-scrollbar{width:10px;height:10px}.order-details::-webkit-scrollbar{width:10px;height:10px}.orders-page .table-scroll::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.order-details::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.orders-page .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.order-details::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.orders-page .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#10b981e6,#059669f2)}.order-details::-webkit-scrollbar-thumb:hover{background:linear-gradient(#10b981e6,#059669f2)}table{border-collapse:collapse;width:100%}.orders-table{min-width:980px}.data-table{min-width:1080px}th{text-align:right;color:#334155;border-bottom:1px solid var(--border);background:#fbfdff;height:50px;font-size:13px;font-weight:700}th small{color:var(--muted);margin-top:3px;font-size:11px;font-weight:500;display:block}td,th{vertical-align:middle;padding:11px 13px}td{color:#334155;border-bottom:1px solid #eef2f7;font-size:13px}tbody tr{transition:all .15s}tbody tr:hover,tbody tr.selected{background:#f7fffb}tbody tr.selected{box-shadow:inset 0 0 0 1px #10b98159}td strong{color:#111827;font-weight:800;display:block}td small,.assigned-driver small{color:var(--subtle);margin-top:3px;display:block}.danger-note{color:#dc2626;margin-top:5px;font-style:normal;display:block}.location-pin{width:32px;height:32px;color:var(--primary-dark);background:#effcf5;border-radius:9px;place-items:center;display:grid}.restaurant-cell,.customer-cell,.row-actions,.driver-assignment,.profile-title-row,.details-list p,.settings-grid label span,.rating{align-items:center;gap:8px;display:flex}.customer-cell>span,.customer-detail-card>i{width:30px;height:30px;color:var(--primary-dark);background:#10b9811a;border:1px solid #10b9812e;border-radius:50%;place-items:center;font-style:normal;display:inline-grid}.customer-detail-card{position:relative;padding-inline-start:48px!important}.customer-detail-card>i{top:12px;position:absolute;inset-inline-start:12px}.restaurant-icon{background:#fff7ed;border:1px solid #fed7aa;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.badge{border-radius:999px;justify-content:center;align-items:center;min-height:27px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.order-pending_restaurant{color:#9333ea;background:#f3e8ff}.order-distribution,.order-driver_accepted,.driver-active,.accounting-open{color:#059669;background:#e8f8ef}.order-waiting,.order-waiting_driver_acceptance{color:#2563eb;background:#eff6ff}.order-ready,.order-driver_arrived_restaurant,.order-in_delivery,.order-handed_to_driver{color:#b45309;background:#fff7ed}.order-delivered,.accounting-settled{color:#047857;background:#dcfce7}.order-cancelled,.driver-stopped,.accounting-over_limit{color:#dc2626;background:#fef2f2}.driver-inactive,.accounting-late{color:#64748b;background:#f1f5f9}.soft-button,.details-button,.primary-outline,.panel-actions button,.driver-assignment button,.row-actions button,.row-actions a,.late-card button{height:34px;color:var(--primary-dark);white-space:nowrap;background:#f8fffb;border:1px solid #10b98159;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-weight:700;display:inline-flex}.assigned-driver{grid-template-columns:34px 1fr;align-items:center;gap:8px;display:grid}.assigned-driver img{width:34px;height:34px}.assigned-driver.full small{color:var(--orange)}.pagination-row{color:var(--muted);justify-content:space-between;align-items:center;padding:14px 16px;font-size:13px;display:flex}.pagination{direction:ltr;gap:8px;display:flex}.pagination button{border:1px solid var(--border);color:#475569;background:#fff;border-radius:9px;width:34px;height:34px}.pagination button.active{background:var(--primary-dark);color:#fff;border-color:var(--primary-dark)}.order-details{scrollbar-width:thin;scrollbar-color:#10b9817a #f1f5f9e6;padding:16px;overflow:auto}.details-heading,.card-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.details-heading-actions{align-items:center;gap:8px;display:inline-flex}.details-heading-actions button{color:#db2777;background:#fdf2f8;border:1px solid #ec489947;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.details-heading-actions button.danger{color:#dc2626;background:#fef2f2;border-color:#ef444452}.details-heading h2,.card-title-row h2,.panel-section h3,.panel-split h3,.tracking-card h3,.profile-header h2,.wallet-card h2,.details-card h2,.notes-card h2,.system-rules h2{margin:0;font-size:18px;font-weight:800}.order-code-block{border-bottom:1px solid var(--border);margin:12px 0;padding-bottom:12px}.order-code-block span,.details-grid span,.panel-split span,.tracking-info span,.tracking-info small,.wallet-lines span,.card-title-row span{color:var(--muted);font-size:12px}.order-code-block strong{margin-top:4px;font-size:20px;display:block}.details-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.details-grid div,.panel-split>div,.tracking-card{background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:12px}.details-grid strong{margin-top:4px;font-size:12px;display:block}.phone-text,.phone-line{text-align:right;direction:ltr;unicode-bidi:embed}.muted-cell,.no-driver-box{color:var(--muted);font-size:13px}.no-driver-box{background:#fbfdff;border:1px solid #eef2f7;border-radius:12px;padding:12px}.customer-note{background:#f59e0b14;border:1px solid #f59e0b47;border-radius:12px;margin-top:14px;padding:12px}.customer-note span{color:#b45309;margin-bottom:5px;font-size:12px;display:block}.customer-note strong{color:#92400e}.panel-section,.panel-split,.panel-actions{margin-top:14px}.driver-assignment{border:1px solid #eef2f7;border-radius:12px;grid-template-columns:42px 1fr auto;padding:10px;display:grid}.driver-assignment img{width:42px;height:42px}.driver-assignment span{color:var(--muted);font-size:12px;display:block}.locked-driver{white-space:nowrap;background:#f8fafc;border:1px solid #94a3b847;border-radius:9px;justify-content:center;align-items:center;min-height:34px;padding:0 10px;font-weight:800;color:#64748b!important;display:inline-flex!important}.driver-assignment button:disabled{opacity:.5;cursor:not-allowed}.panel-split{grid-template-columns:1fr 1fr;gap:10px;display:grid}.panel-split p{color:#334155;margin:8px 0;font-size:13px}.panel-split strong{color:var(--primary-dark);margin-top:10px;display:block}.panel-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.status-stepper{grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:relative}.step-lines{z-index:0;pointer-events:none;grid-template-columns:repeat(3,1fr);display:grid;position:absolute;top:15px;left:12.5%;right:12.5%}.step-lines span{background:#e2e8f0;height:2px}.step-lines span.done{background:var(--primary)}.step-lines span.error{background:var(--red)}.status-stepper>div:not(.step-lines){text-align:center;color:var(--subtle);z-index:1;font-size:12px;position:relative}.status-stepper i{border:1px solid var(--border);background:#fff;border-radius:50%;place-items:center;width:30px;height:30px;margin:0 auto 6px;font-style:normal;display:grid}.status-stepper .done{color:var(--primary-dark)}.status-stepper .done i{background:var(--primary);border-color:var(--primary);color:#fff}.status-stepper .error{color:#b91c1c}.status-stepper .error i{background:var(--red);border-color:var(--red);color:#fff}.status-stepper small{margin-top:3px;display:block}.tracking-content{grid-template-columns:110px 1fr;gap:10px;display:grid}.tracking-info{background:#fbfdff;border:1px solid #eef2f7;border-radius:10px;padding:10px}.tracking-info strong{color:var(--primary-dark);margin:5px 0 10px;font-size:20px;display:block}.tracking-info b{margin-top:4px;display:block}.track-map-button{color:#2563eb;background:#2563eb14;border:1px solid #2563eb47;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:40px;margin-top:10px;padding:0 12px;font-weight:800;display:inline-flex}.mock-map{background:radial-gradient(circle at 20% 16%,#10b98114,#0000 28%),radial-gradient(circle at 84% 74%,#3b82f614,#0000 30%),repeating-linear-gradient(0deg,#94a3b814 0 1px,#0000 1px 24px),repeating-linear-gradient(90deg,#94a3b812 0 1px,#0000 1px 28px),#f8fafc;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden}.large-map{min-height:520px}.mini-map{min-height:150px}.route-svg{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.map-base-svg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.map-water{fill:#60a5fa38;stroke:#60a5fa33;stroke-width:.8px}.map-park{fill:#bbf7d0b8;stroke:#22c55e1f;stroke-width:.5px}.map-road{fill:none;stroke-linecap:round;stroke-linejoin:round}.map-road.major{stroke:#fffffffa;stroke-width:5.4px;filter:drop-shadow(0 1px #94a3b847)}.map-road.major.vertical{stroke-width:4.6px}.map-road.minor{stroke:#ffffffe0;stroke-width:3.1px;filter:drop-shadow(0 1px #94a3b82e)}.map-road.alley{stroke:#e2e8f0d1;stroke-width:1.2px}.map-districts span{z-index:2;color:#475569a3;pointer-events:none;white-space:nowrap;font-size:12px;font-weight:800;position:absolute;transform:translate(-50%,-50%)}.route-svg path{fill:none;stroke:#059669;stroke-width:1.8px;stroke-dasharray:5 4;filter:drop-shadow(0 3px 4px #05966933)}.driver-marker,.mini-marker{background:var(--primary-dark);color:#fff;z-index:4;border:3px solid #fff;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;translate:-50% -50%;box-shadow:0 8px 18px #05966947}.driver-marker img{object-fit:cover;background:#f1f5f9;border-radius:50%;width:100%;height:100%}.driver-marker.selected{border-color:#10b981;transform:scale(1.12);box-shadow:0 0 0 5px #10b98124,0 12px 26px #05966947}.mini-marker.restaurant{inset-inline-start:18%;background:#ef4444;top:69%}.mini-marker.bike{inset-inline-start:52%;top:43%}.mini-marker.customer{inset-inline-start:76%;top:26%}.map-label{border:1px solid var(--border);color:#334155;background:#fff;border-radius:999px;padding:4px 9px;font-size:11px;position:absolute}.restaurant-label{inset-inline-start:7%;top:72%}.driver-label{inset-inline-start:43%;top:31%}.customer-label{inset-inline-start:68%;top:38%}.driver-popup{border:1px solid var(--border);z-index:6;background:#fff;border-radius:16px;grid-template-columns:46px 1fr;gap:12px;width:286px;padding:14px;display:grid;position:absolute;box-shadow:0 18px 42px #0f172a29}.driver-popup.popup-right{transform:translate(28px,-50%)}.driver-popup.popup-left{transform:translate(calc(-100% - 28px),-50%)}.driver-popup.popup-bottom{transform:translate(-50%,28px)}.driver-popup.popup-top{transform:translate(-50%,calc(-100% - 28px))}.popup-close{z-index:8;border:1px solid var(--border);color:#64748b;background:#fffffff0;border-radius:10px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:10px;left:10px;box-shadow:0 8px 20px #0f172a1a}.popup-body strong,.popup-body em,.popup-body a{display:block}.popup-body p{color:var(--muted);margin:7px 0 0;font-size:12px}.popup-phone{color:var(--muted);text-align:right;direction:ltr;unicode-bidi:embed;margin-top:4px;font-size:12px;display:block}.popup-body em{color:#b45309;text-align:center;background:#fff7ed;border-radius:8px;margin:11px 0;padding:8px;font-style:normal}.popup-body a{background:var(--primary-dark);color:#fff;border-radius:9px;place-items:center;height:39px;font-weight:700;display:grid}.live-dot{color:var(--primary-dark);align-items:center;gap:5px;font-size:12px;display:flex}.stats-grid{gap:14px;display:grid}.stats-grid.four{grid-template-columns:repeat(4,1fr)}.stats-grid.five{grid-template-columns:repeat(5,1fr)}.stats-grid.six{grid-template-columns:repeat(6,1fr)}.stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:56px 1fr;align-items:center;gap:15px;min-height:118px;padding:20px;display:grid;box-shadow:0 10px 24px #0f172a0a}.stat-icon{border-radius:15px;place-items:center;width:54px;height:54px;display:grid}.stat-icon.green{color:#059669;background:#dcfce7}.stat-icon.orange{color:#d97706;background:#ffedd5}.stat-icon.purple{color:#7c3aed;background:#ede9fe}.stat-icon.red{color:#dc2626;background:#fee2e2}.stat-icon.blue{color:#2563eb;background:#dbeafe}.stat-card span,.stat-card small{color:var(--muted);font-size:13px}.stat-card strong{margin:8px 0 4px;font-size:28px;line-height:1.1;display:block}.operations-shell{grid-template-rows:auto minmax(0,1fr);gap:18px;height:100%;min-height:0;padding:8px 8px 0;display:grid}.operations-shell .section-header{margin:0}.operations-layout{direction:ltr;grid-template-columns:340px minmax(0,1fr);gap:24px;min-height:0;display:grid}.operations-page{scroll-behavior:smooth;--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;grid-template-rows:auto;gap:22px;height:auto;min-height:0;padding:12px 4px 84px;overflow:hidden auto}.operations-page .stats-grid{gap:18px}.operations-page::-webkit-scrollbar{width:10px}.operations-page::-webkit-scrollbar-track{background:#f8fafc;border-radius:999px}.operations-page::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899a6,#db2777d9);border:2px solid #f8fafc;border-radius:999px}.operations-scroll-actions{z-index:20;align-self:flex-start;gap:8px;width:max-content;margin-bottom:2px;display:inline-flex;position:sticky;top:18px}.operations-scroll-actions button{width:42px;height:42px;color:var(--primary-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #ec48993d;border-radius:14px;place-items:center;display:grid;box-shadow:0 10px 24px #0f172a1a}.operations-scroll-actions button:hover{border-color:var(--primary);background:#fff0f8}.drivers-panel{direction:rtl;flex-direction:column;grid-area:1/1;min-height:0;padding:14px;display:flex;overflow:hidden}.map-card{direction:rtl;grid-area:1/2}.segmented{grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;display:grid}.segmented button{border:1px solid var(--border);min-height:42px;color:var(--muted);background:#f8fafc;border-radius:9px;justify-content:center;align-items:center;gap:6px;font-size:13px;display:flex}.segmented button.active{background:var(--primary-dark);color:#fff;border-color:var(--primary-dark)}.drivers-list{scrollbar-width:thin;scrollbar-color:#10b9817a #f1f5f9e6;grid-template-columns:minmax(0,1fr);gap:8px;min-height:120px;max-height:760px;padding-inline-end:3px;display:grid;overflow:auto}.drivers-list::-webkit-scrollbar{width:10px}.drivers-list::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.drivers-list::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.drivers-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#10b981e6,#059669f2)}.driver-list-item{text-align:right;background:#fff;border:1px solid #0000;border-radius:12px;grid-template-columns:46px 1fr 8px;align-items:center;gap:10px;width:100%;padding:9px;display:grid}.driver-list-item:hover{background:#fbfffd;border-color:#10b98147}.driver-list-item.selected{background:#10b9811a;border-color:#10b9816b;box-shadow:inset 0 0 0 1px #10b9811f}.driver-list-item span,.driver-list-item small,.driver-list-item em{color:var(--muted);margin-top:3px;font-size:12px;display:block}.driver-list-item em{text-align:right;color:#475569;direction:ltr;unicode-bidi:embed;font-style:normal;font-weight:700}.driver-location-state{border-radius:999px;width:max-content;padding:3px 8px;font-weight:900}.driver-location-state.live{color:#047857;background:#ecfdf5}.driver-location-state.stale{color:#92400e;background:#fffbeb}.driver-location-state.offline{color:#64748b;background:#f1f5f9}.status-dot{background:#94a3b8;border-radius:99px;width:8px;height:8px}.status-dot.active{background:var(--primary)}.status-dot.stopped{background:var(--red)}.map-card{padding:14px}.filter-row{border:1px solid var(--border);background:#fff;border-radius:14px;flex-wrap:wrap;gap:10px;padding:12px;display:flex}.filter-row button,.filter-row select{padding:0 18px}.filter-row button b{color:#475569;background:#94a3b81f;border-radius:8px;place-items:center;min-width:24px;height:22px;font-size:12px;font-weight:800;display:inline-grid}.filter-row button.active b{color:var(--primary-dark);background:#10b98124}.filter-period-note{min-height:42px;color:var(--primary-dark);background:#10b9810f;border:1px solid #10b98138;border-radius:10px;align-items:center;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.filter-row .classification-button{color:#2563eb;background:linear-gradient(#2563eb1a,#2563eb0d);border-color:#2563eb57}.filter-row .classification-button:hover{background:#2563eb1f;border-color:#2563eb7a}.accounting-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.accounting-summary-card{background:#fff;border:1px solid #94a3b829;border-radius:18px;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;min-height:142px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 34px #0f172a0f}.accounting-summary-card:before{content:"";background:linear-gradient(135deg, var(--summary-soft), transparent 64%);pointer-events:none;position:absolute;inset:0}.accounting-summary-card:after{content:"";background:var(--summary-glow);opacity:.74;pointer-events:none;border-radius:50%;width:92px;height:92px;position:absolute;bottom:-40px;left:-34px}.accounting-summary-card>*{z-index:1;position:relative}.accounting-summary-icon{width:56px;height:56px;color:var(--summary-strong);background:var(--summary-icon);box-shadow:0 12px 26px var(--summary-shadow);border-radius:16px;place-items:center;display:grid}.accounting-summary-card small,.accounting-summary-card strong,.accounting-summary-card em{text-align:right;display:block}.accounting-summary-card small{color:#475569;font-size:13px;font-weight:900}.accounting-summary-card strong{color:#0f172a;margin-top:9px;font-size:26px;font-weight:950;line-height:1.18}.accounting-summary-card em{color:#64748b;margin-top:7px;font-size:12px;font-style:normal;font-weight:800;line-height:1.45}.accounting-summary-card.total{--summary-soft:#3b82f621;--summary-glow:#ec489933;--summary-icon:#dbeafe;--summary-strong:#2563eb;--summary-shadow:#2563eb2e}.accounting-summary-card.late{--summary-soft:#f9731629;--summary-glow:#fbbf2438;--summary-icon:#ffedd5;--summary-strong:#c2410c;--summary-shadow:#c2410c2e}.accounting-summary-card.limit{--summary-soft:#ef444426;--summary-glow:#f43f5e33;--summary-icon:#fee2e2;--summary-strong:#dc2626;--summary-shadow:#dc26262e}.accounting-summary-card.highest{--summary-soft:#7c3aed26;--summary-glow:#e11d482b;--summary-icon:#ede9fe;--summary-strong:#7c3aed;--summary-shadow:#7c3aed2e}.accounting-summary-card.days{--summary-soft:#14b8a626;--summary-glow:#2563eb2e;--summary-icon:#ccfbf1;--summary-strong:#0f766e;--summary-shadow:#0f766e2e}.table-card{overflow:hidden}.accounting-page .table-card,.drivers-page .table-card{flex-direction:column;min-height:0;display:flex}.accounting-page .table-scroll,.drivers-page .table-scroll{scrollbar-width:thin;scrollbar-color:#10b9817a #f1f5f9e6;flex:1;min-height:0;overflow:auto}.accounting-page thead th,.drivers-page thead th{z-index:3;box-shadow:0 1px 0 var(--border);position:sticky;top:0}.accounting-page .table-scroll::-webkit-scrollbar{width:10px;height:10px}.drivers-page .table-scroll::-webkit-scrollbar{width:10px;height:10px}.accounting-page .table-scroll::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.drivers-page .table-scroll::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.accounting-page .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.drivers-page .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.accounting-page .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#10b981e6,#059669f2)}.drivers-page .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#10b981e6,#059669f2)}.accounting-page .table-scroll::-webkit-scrollbar-corner{background:0 0}.drivers-page .table-scroll::-webkit-scrollbar-corner{background:0 0}.restaurant-settlements-page{gap:18px;padding-bottom:52px}.restaurant-settlements-page .accounting-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.restaurant-settlements-table strong{color:#0f172a;font-weight:950}.restaurant-settlement-date{text-align:right;gap:4px;display:grid}.restaurant-settlement-date b{color:#0f172a;font-size:13px}.restaurant-settlement-date small{color:#64748b;font-size:12px;font-weight:800}.settlement-payment-dialog{gap:14px}.settlement-payment-dialog label{color:#334155;text-align:right;gap:8px;font-size:13px;font-weight:900;display:grid}.settlement-payment-dialog input,.settlement-payment-dialog textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;outline:0;padding:12px 13px;font-weight:800}.settlement-payment-dialog textarea{resize:vertical;min-height:84px}.settlement-payment-dialog input:focus,.settlement-payment-dialog textarea:focus{border-color:#10b9817a;box-shadow:0 0 0 4px #10b9811c}@media (width<=900px){.restaurant-settlements-page .accounting-summary-grid{grid-template-columns:1fr}}.row-actions{flex-wrap:wrap}.row-actions button.action-green,.row-actions a.action-green{color:#059669;background:#10b98114;border-color:#10b98161}.row-actions button.action-red,.row-actions a.action-red{color:#dc2626;background:#ef444414;border-color:#ef444457}.row-actions button.action-yellow{color:#b45309;background:#f59e0b1a;border-color:#f59e0b61}.driver-cards-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.driver-card{grid-template-columns:56px 1fr auto;align-items:center;gap:12px;padding:16px;display:grid}.driver-card img{width:56px;height:56px}.driver-card h3{margin:0 0 8px}.driver-card p{color:var(--muted);margin:8px 0 0;font-size:13px}.driver-card strong,.driver-card a{color:var(--primary-dark);align-items:center;gap:6px;display:flex}.profile-header{grid-template-columns:84px 1fr auto;align-items:center;gap:18px;padding:58px 18px 18px;display:grid;position:relative}.profile-back-button{width:36px;height:36px;color:var(--primary-dark);z-index:2;background:#10b9811a;border:1px solid #10b9814d;border-radius:11px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.profile-back-button:hover{background:#10b98129}.profile-header>img{width:84px;height:84px}.profile-image-fallback{background:var(--primary-soft);width:84px;height:84px;color:var(--primary-dark);border-radius:26px;justify-content:center;align-items:center;display:inline-flex}.profile-meta-lines,.notes-card p,.settings-hero p{color:var(--muted);margin:8px 0 0}.profile-meta-lines{gap:4px;display:grid}.profile-meta-lines p{color:var(--muted);align-items:center;gap:5px;margin:0;display:flex}.profile-actions{gap:8px;display:grid}.profile-actions button,.profile-actions a,.primary-button{background:var(--primary-dark);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-weight:800;display:inline-flex}.profile-actions button{color:#dc2626;background:#fee2e2}.profile-actions button.warning-action{color:#c2410c;background:#fff7ed}.driver-profile-report-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.driver-report-link{border:1px solid var(--report-border);color:#fff;background:radial-gradient(circle at 14% 18%, #ffffff2e, transparent 34%), linear-gradient(145deg, var(--report-start), var(--report-end));min-height:126px;box-shadow:0 18px 40px var(--report-shadow);border-radius:18px;grid-template-columns:54px minmax(0,1fr) 34px;align-items:center;gap:13px;padding:16px;text-decoration:none;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s,border-color .24s;display:grid;position:relative;overflow:hidden}.driver-report-link:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff21,#0000 62%);position:absolute;inset:0}.driver-report-link:hover{box-shadow:0 26px 52px var(--report-shadow);transform:translateY(-4px)}.driver-report-link>*{z-index:1;position:relative}.driver-report-link>span{color:#fff;background:#ffffff29;border-radius:16px;place-items:center;width:54px;height:54px;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.driver-report-link strong,.driver-report-link small{text-align:right;display:block}.driver-report-link strong{color:#fff;font-size:17px;font-weight:950}.driver-report-link small{color:#ffffffc2;margin-top:7px;font-size:12px;line-height:1.6}.driver-report-link.comprehensive,.driver-report-hero.blue{--report-start:#1d4ed8;--report-end:#172554;--report-border:#93c5fd47;--report-shadow:#1d4ed842}.driver-report-link.financial,.driver-report-hero.green{--report-start:#047857;--report-end:#064e3b;--report-border:#6ee7b74d;--report-shadow:#04785742}.driver-report-link.technical,.driver-report-hero.purple{--report-start:#6d28d9;--report-end:#3b0764;--report-border:#c4b5fd4d;--report-shadow:#6d28d942}.driver-report-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;gap:18px;min-height:0;padding-bottom:52px}.driver-print-report{display:none}.driver-report-hero{border:1px solid var(--report-border);color:#fff;background:radial-gradient(circle at 15% 20%, #ffffff2e, transparent 35%), linear-gradient(145deg, var(--report-start), var(--report-end));min-height:190px;box-shadow:0 20px 46px var(--report-shadow);border-radius:22px;grid-template-columns:94px minmax(0,1fr) minmax(220px,auto);align-items:center;gap:18px;padding:54px 20px 20px;display:grid;position:relative;overflow:hidden}.driver-report-hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#0000 60%);position:absolute;inset:0}.driver-report-hero>*{z-index:1;position:relative}.driver-report-hero>img,.driver-report-hero .profile-image-fallback{object-fit:cover;color:#fff;background:#ffffff24;border-radius:26px;width:94px;height:94px}.driver-report-hero .profile-back-button{color:#fff;background:#ffffff29;border-color:#ffffff47}.driver-report-hero h2{color:#fff;margin:0;font-size:27px;font-weight:950}.driver-report-meta{flex-wrap:wrap;align-items:center;gap:9px;margin-top:12px;display:flex}.driver-report-meta span{color:#ffffffdb;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.driver-report-hero-stat{background:#ffffff1f;border:1px solid #fff3;border-radius:18px;min-width:220px;padding:15px}.driver-report-hero-stat small,.driver-report-hero-stat strong,.driver-report-hero-stat em{text-align:right;display:block}.driver-report-hero-stat small{color:#ffffffc7;font-size:12px}.driver-report-hero-stat strong{color:#fff;margin-top:8px;font-size:24px;font-weight:950}.driver-report-hero-stat em{color:#ffffffb8;margin-top:6px;font-size:11px;font-style:normal}.driver-report-filters{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;padding:15px;display:flex}.driver-report-filters label{color:#334155;gap:7px;font-size:13px;font-weight:900;display:grid}.driver-report-filters select,.driver-report-filters input{color:#0f172a;min-width:170px;min-height:42px;font:inherit;background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;outline:0;padding:0 12px;font-weight:800}.driver-report-print-action{align-self:end}.driver-report-table .table-scroll{max-height:620px}.drivers-leaderboard-page{--leaderboard-pink:#ec4899;--leaderboard-blue:#2563eb;--leaderboard-gold:#f59e0b;gap:18px;min-height:0;padding-bottom:56px}.leaderboard-hero{color:#fff;background:radial-gradient(circle at 18% 18%,#ffffff29,#0000 34%),linear-gradient(145deg,#be185d 0%,#7c2d12 48%,#172554 100%);border:1px solid #f472b63d;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);align-items:center;gap:18px;min-height:190px;padding:24px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 58px #be185d38}.leaderboard-hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff21,#0000 62%);position:absolute;inset:0}.leaderboard-hero>*{z-index:1;position:relative}.leaderboard-eyebrow{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;width:fit-content;min-height:34px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.leaderboard-hero h2{color:#fff;margin:14px 0 8px;font-size:31px;font-weight:950}.leaderboard-hero p{color:#ffffffc2;max-width:720px;margin:0;font-size:14px;line-height:1.8}.leaderboard-reset-card{background:#ffffff1f;border:1px solid #fff3;border-radius:20px;align-content:center;gap:6px;min-height:132px;padding:18px;display:grid}.leaderboard-reset-card svg{color:#fbbf24}.leaderboard-reset-card small,.leaderboard-reset-card strong,.leaderboard-reset-card em{text-align:right;display:block}.leaderboard-reset-card small{color:#ffffffc2;font-size:12px}.leaderboard-reset-card strong{color:#fff;font-size:21px;font-weight:950;line-height:1.45}.leaderboard-reset-card em{color:#ffffffb3;font-size:11px;font-style:normal}.leaderboard-reset-card.saved{background:linear-gradient(145deg,#0f172ab8,#1e40af6b);border-color:#93c5fd4d}.leaderboard-filters{gap:12px;padding:15px;display:grid}.leaderboard-periods,.leaderboard-custom-range,.leaderboard-month-archive{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.leaderboard-periods button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;min-height:40px;padding:0 14px;font-weight:900}.leaderboard-periods button.active{color:#be185d;background:#fdf2f8;border-color:#ec48995c;box-shadow:0 10px 24px #ec48991f}.leaderboard-custom-range label{color:#334155;gap:7px;font-size:13px;font-weight:900;display:grid}.leaderboard-custom-range input{min-height:42px;font:inherit;border:1px solid #e2e8f0f2;border-radius:12px;padding:0 12px;font-weight:800}.leaderboard-month-archive{background:linear-gradient(135deg,#eff6ff,#fdf2f8);border:1px solid #bfdbfec7;border-radius:16px;justify-content:space-between;padding:12px 14px}.leaderboard-month-archive label{color:#1e293b;gap:7px;font-size:13px;font-weight:900;display:grid}.leaderboard-month-archive select{color:#0f172a;min-width:260px;min-height:42px;font:inherit;background:#fff;border:1px solid #94a3b86b;border-radius:12px;padding:0 12px;font-weight:800}.leaderboard-month-archive span,.leaderboard-archive-note{color:#475569;margin:0;font-size:13px;line-height:1.8}.leaderboard-archive-note{color:#be123c}.leaderboard-podium{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:16px;display:grid}.leaderboard-podium-card{border:1px solid var(--podium-border);color:#fff;background:radial-gradient(circle at 18% 16%, #ffffff2e, transparent 34%), linear-gradient(145deg, var(--podium-start), var(--podium-end));min-height:265px;box-shadow:0 22px 48px var(--podium-shadow);border-radius:24px;align-content:center;justify-items:center;gap:9px;padding:20px;text-decoration:none;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s;display:grid;position:relative;overflow:hidden}.leaderboard-podium-card:hover{box-shadow:0 30px 58px var(--podium-shadow);transform:translateY(-5px)}.leaderboard-podium-card.rank-1{--podium-start:#d97706;--podium-end:#7c2d12;--podium-border:#fde68a57;--podium-shadow:#d9770647;order:2;min-height:310px}.leaderboard-podium-card.rank-2{--podium-start:#475569;--podium-end:#0f172a;--podium-border:#cbd5e147;--podium-shadow:#4755693d;order:1}.leaderboard-podium-card.rank-3{--podium-start:#be185d;--podium-end:#831843;--podium-border:#f9a8d44d;--podium-shadow:#be185d42;order:3}.leaderboard-rank-badge{color:#fff;background:#ffffff29;border-radius:16px;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.leaderboard-podium-card>img,.leaderboard-avatar-fallback{object-fit:cover;color:#fff;background:#ffffff24;border-radius:26px;place-items:center;width:82px;height:82px;display:grid}.leaderboard-podium-card small,.leaderboard-podium-card strong,.leaderboard-podium-card em{text-align:center;display:block}.leaderboard-podium-card small{color:#ffffffbd;font-size:12px;font-weight:900}.leaderboard-podium-card strong{color:#fff;font-size:20px;font-weight:950}.leaderboard-podium-card div{justify-items:center;gap:2px;display:grid}.leaderboard-podium-card b{color:#fff;font-size:36px;font-weight:950;line-height:1}.leaderboard-podium-card div span,.leaderboard-podium-card em{color:#ffffffbd;font-size:12px;font-style:normal;font-weight:800}.leaderboard-table-card .table-scroll{max-height:620px}.leaderboard-table th,.leaderboard-table td{vertical-align:middle}.leaderboard-rank-pill{color:#475569;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:48px;min-height:30px;font-weight:950;display:inline-flex}.leaderboard-rank-pill.rank-1{color:#92400e;background:#fef3c7}.leaderboard-rank-pill.rank-2{color:#334155;background:#e2e8f0}.leaderboard-rank-pill.rank-3{color:#9f1239;background:#fce7f3}.leaderboard-driver-cell img,.leaderboard-driver-cell>span{border-radius:14px;width:42px;height:42px}.central-search-page{--search-blue:#2563eb;--search-pink:#ec4899;--search-green:#059669;--search-purple:#7c3aed;gap:18px;min-height:0;padding-bottom:52px}.central-search-hero{color:#fff;background:radial-gradient(circle at 14% 18%,#ffffff2e,#0000 34%),linear-gradient(145deg,#172554,#831843);border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:center;gap:18px;padding:22px;transition:grid-template-columns .34s cubic-bezier(.22,1,.36,1),min-height .34s cubic-bezier(.22,1,.36,1),padding .34s cubic-bezier(.22,1,.36,1),box-shadow .28s;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 48px #0f172a2e}.central-search-hero>*{z-index:1;position:relative}.central-search-copy{transition:opacity .22s,transform .3s cubic-bezier(.22,1,.36,1),max-width .32s cubic-bezier(.22,1,.36,1)}.central-search-hero span{color:#ffffffdb;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;width:fit-content;min-height:34px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.central-search-hero h2{color:#fff;margin:14px 0 8px;font-size:30px;font-weight:950}.central-search-hero p{color:#ffffffbd;max-width:720px;margin:0;line-height:1.8}.central-search-box{transform-origin:50%;background:#ffffff21;border:1px solid #ffffff3d;border-radius:20px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-height:74px;padding:0 16px;transition:min-height .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1),border-color .24s,background .24s,box-shadow .32s;display:grid;box-shadow:inset 0 1px #ffffff24}.central-search-box svg{color:#f9a8d4;transition:transform .28s cubic-bezier(.22,1,.36,1),color .24s}.central-search-box input{color:#fff;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:15px;font-weight:800;transition:font-size .28s cubic-bezier(.22,1,.36,1),letter-spacing .2s}.central-search-box input::placeholder{color:#ffffffa8}.central-search-filters{flex-wrap:wrap;align-items:center;gap:10px;padding:14px;display:flex}.central-search-filters button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;min-height:40px;padding:0 15px;font-weight:900}.central-search-filters button.active{color:#be185d;background:#fdf2f8;border-color:#ec489961;box-shadow:0 10px 24px #ec48991f}.central-search-results{padding:0;overflow:hidden}.central-search-results .finance-table-head{padding:16px 18px}.central-search-list{gap:10px;max-height:680px;padding:0 16px 16px;display:grid;overflow:auto}.central-search-result{--result-start:#1d4ed8;--result-end:#831843;color:#0f172a;text-align:right;cursor:pointer;background:#fff;border:1px solid #e2e8f0e6;border-radius:18px;grid-template-columns:52px minmax(0,1fr) auto 24px;align-items:center;gap:12px;width:100%;min-height:86px;padding:13px;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid}.central-search-result:hover{border-color:#ec48994d;transform:translateY(-3px);box-shadow:0 18px 38px #0f172a1a}.central-search-result.orders{--result-start:#2563eb;--result-end:#ec4899}.central-search-result.drivers{--result-start:#059669;--result-end:#2563eb}.central-search-result.restaurants{--result-start:#7c3aed;--result-end:#db2777}.central-search-result-icon{color:#fff;background:linear-gradient(145deg, var(--result-start), var(--result-end));border-radius:16px;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 12px 28px #0f172a29}.central-search-result-main{gap:5px;min-width:0;display:grid}.central-search-result-main strong,.central-search-result-main small,.central-search-result-main em{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.central-search-result-main strong{color:#0f172a;font-size:16px;font-weight:950}.central-search-result-main small{color:#475569;font-size:13px;font-weight:800}.central-search-result-main em{color:#64748b;font-size:12px;font-style:normal}.central-search-result-status{color:#be185d;white-space:nowrap;background:#fdf2f8;border-radius:999px;align-items:center;min-height:32px;padding:0 11px;font-size:12px;font-weight:900;display:inline-flex}.profile-grid{grid-template-columns:1.1fr 1fr 1fr;gap:14px;display:grid}.wallet-card,.details-card,.notes-card,.system-rules,.late-section{padding:18px}.wallet-lines{gap:12px;margin-top:16px;display:grid}.wallet-lines p{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;margin:0;padding-bottom:12px;display:flex}.details-list{gap:14px;margin-top:16px;display:grid}.details-list p{color:#334155;margin:0}.receipt-row{color:#334155;grid-template-columns:1fr auto;align-items:center;gap:10px;margin:0;display:grid}.receipt-row span{align-items:center;gap:8px;display:flex}.receipt-row strong{color:var(--text)}.receipt-row button,.notes-title-row button,.notes-editor button{min-height:34px;color:var(--primary-dark);background:#f8fffb;border:1px solid #10b98159;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-weight:800;display:inline-flex}.receipt-row button:disabled{cursor:default;color:#64748b;border-color:var(--border);background:#f8fafc}.notes-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.notes-editor{gap:10px;margin-top:12px;display:grid}.notes-editor textarea{resize:vertical;border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:10px;outline:0;padding:12px}.notes-editor textarea:focus{border-color:#10b98173;box-shadow:0 0 0 3px #10b98114}.notes-editor>div{gap:8px;display:flex}.notes-editor button.secondary{color:#475569;border-color:var(--border);background:#f8fafc}.late-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;display:grid}.late-card{background:snow;border:1px solid #fee2e2;border-radius:12px;grid-template-columns:42px 1fr;gap:10px;padding:12px;display:grid}.late-card span,.late-card small{color:var(--muted);margin-top:5px;display:block}.late-card span{color:#dc2626;font-weight:800}.late-card button{grid-column:1/-1;margin-top:8px}.danger-row{background:snow}.accounting-driver-cell{align-items:center;gap:10px;display:flex}.accounting-driver-cell img{object-fit:cover;background:#f1f5f9;border-radius:50%;width:38px;height:38px}.accounting-driver-cell span{gap:3px;display:grid}.accounting-driver-cell small{color:var(--muted);text-align:right;direction:ltr;unicode-bidi:embed;font-size:12px}.phone-cell{direction:ltr;unicode-bidi:embed;display:inline-block}.table-empty-state{min-height:180px;color:var(--muted);place-items:center;font-weight:800;display:grid}.settings-hero{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding-bottom:18px;display:flex}.settings-hero>span{width:58px;height:58px;color:var(--primary-dark);background:var(--primary-soft);border-radius:16px;place-items:center;display:grid}.settings-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin:18px 0;display:grid}.settings-grid label{border:1px solid #eef2f7;border-radius:12px;gap:10px;padding:15px;display:grid}.settings-grid input{border:1px solid var(--border);height:44px;color:var(--text);border-radius:9px;padding:0 12px}.settings-grid small{color:var(--muted)}.setting-preview{color:var(--primary-dark)}.empty-state{min-height:220px;color:var(--muted);place-items:center;display:grid}.skeleton-list{gap:8px;display:grid}.skeleton-list span{background:linear-gradient(90deg,#f1f5f9,#fff,#f1f5f9);border-radius:8px;height:38px}.quick-panel{border:1px solid var(--border);z-index:15;background:#fff;border-radius:14px;width:280px;padding:14px;position:absolute;top:calc(100% + 8px);left:22px;box-shadow:0 20px 50px #0f172a24}.quick-panel.notifications-panel{width:min(390px,100vw - 36px)}.quick-panel strong{margin-bottom:8px;display:block}.quick-panel p{color:var(--muted);margin:8px 0;font-size:13px}.quick-panel button{color:#334155;background:#f8fafc;border-radius:9px;width:100%;min-height:34px;margin-top:8px}.notification-count{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:inline-grid;position:absolute;top:-6px;right:-6px}.notification-quick-panel{direction:rtl;gap:12px;display:grid}.notification-quick-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;display:flex}.notification-quick-head strong,.notification-quick-text strong,.notification-quick-empty strong{color:var(--text);margin:0}.notification-quick-head span{color:var(--muted);margin-top:3px;font-size:12px;font-weight:700;display:block}.notification-quick-head button{width:auto;min-height:34px;color:var(--primary-dark);white-space:nowrap;background:#ecfdf5;border:1px solid #10b98142;margin:0;padding:0 10px;font-weight:900}.notification-quick-list{gap:8px;max-height:min(420px,58vh);padding-left:2px;display:grid;overflow:auto}.notification-quick-item{border:1px solid var(--border);text-align:right;background:#fff;border-radius:13px;align-items:start;gap:9px;width:100%;min-height:0;margin:0;padding:10px;display:grid}.notification-quick-item:hover{background:#f8fafc;border-color:#10b98152}.notification-quick-open{width:100%;min-height:0;color:inherit;text-align:right;background:0 0;border:0;border-radius:10px;grid-template-columns:auto 1fr;align-items:start;gap:10px;margin:0;padding:0;display:grid}.quick-panel .notification-quick-open{background:0 0;margin:0}.notification-quick-open:focus-visible{outline-offset:3px;outline:3px solid #10b98138}.notification-quick-icon{color:#475569;background:#f1f5f9;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.notification-quick-item.warning .notification-quick-icon{color:#f97316;background:#fff7ed}.notification-quick-item.danger .notification-quick-icon{color:#ef4444;background:#fef2f2}.notification-quick-text{gap:3px;min-width:0;display:grid}.notification-quick-text small,.notification-quick-text time,.notification-quick-empty span{color:var(--muted);font-size:12px;line-height:1.55}.notification-quick-text time{color:var(--primary-dark);font-weight:900}.notification-quick-meta{font-weight:800}.notification-resolve-button{width:auto;min-height:30px;color:var(--primary-dark);background:#ecfdf5;border:1px solid #10b98142;border-radius:9px;justify-self:start;margin:0;padding:0 10px;font-size:12px;font-weight:900}.quick-panel .notification-resolve-button{background:#ecfdf5;width:auto;margin:0}.notification-resolve-button:disabled{cursor:wait;opacity:.7}.notification-quick-error{color:#b91c1c;background:#fef2f2;border:1px solid #ef44442e;border-radius:12px;align-items:flex-start;gap:8px;padding:10px;font-size:12px;font-weight:800;line-height:1.5;display:flex}.notification-quick-empty{min-height:150px;color:var(--primary);text-align:center;background:#f8fafc;border-radius:14px;place-items:center;gap:7px;padding:20px;display:grid}.dashboard-live-notice{z-index:90;color:#1f1721;direction:rtl;background:linear-gradient(135deg,#fffffffa,#fff1f8fa);border:1px solid #ec489938;border-radius:18px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:min(430px,100vw - 48px);min-height:72px;padding:13px 15px;animation:.22s cubic-bezier(.22,1,.36,1) both dashboardLiveNoticeIn;display:grid;position:fixed;top:22px;left:24px;box-shadow:0 20px 48px #8318432e}.dashboard-live-notice.message{background:linear-gradient(135deg,#fffffffa,#eff6fffa);border-color:#3b82f638;box-shadow:0 20px 48px #2563eb29}.dashboard-live-notice.warning{background:linear-gradient(135deg,#fffffffa,#fffbebfa);border-color:#f59e0b47;box-shadow:0 20px 48px #92400e29}.dashboard-live-notice>svg{color:#fff;background:#ee48b1;border-radius:15px;width:42px;height:42px;padding:10px;box-shadow:0 10px 22px #ee48b13d}.dashboard-live-notice.message>svg{background:#3b82f6;box-shadow:0 10px 22px #3b82f638}.dashboard-live-notice.warning>svg{background:#d97706;box-shadow:0 10px 22px #d9770633}.dashboard-live-notice span,.dashboard-live-notice strong,.dashboard-live-notice small{min-width:0;display:block}.dashboard-live-notice strong{color:#1f1721;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:950;line-height:1.45;overflow:hidden}.dashboard-live-notice button{color:#fff;white-space:nowrap;background:#ee48b1;border-radius:12px;min-height:36px;padding:0 12px;font-size:12px;font-weight:950;box-shadow:0 10px 20px #ee48b12e}.dashboard-live-notice.message button{background:#3b82f6;box-shadow:0 10px 20px #3b82f629}.dashboard-live-notice.warning button{background:#d97706;box-shadow:0 10px 20px #d9770629}.dashboard-live-notice small{color:#7c6475;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;line-height:1.55;overflow:hidden}@keyframes dashboardLiveNoticeIn{0%{opacity:0;transform:translate(-12px,-8px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}.dialog-backdrop{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a61;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog,.assign-modal{border:1px solid var(--border);background:#fff;border-radius:16px;width:min(100%,460px);padding:20px;box-shadow:0 28px 70px #0f172a38}.confirm-dialog h2,.assign-modal h2{margin:0;font-size:22px}.confirm-dialog p,.assign-modal p{color:var(--muted);margin:10px 0 18px}.confirm-dialog>div{justify-content:flex-end;gap:10px;display:flex}.dialog-cancel,.dialog-confirm{border-radius:10px;min-height:40px;padding:0 16px;font-weight:800}.dialog-cancel{color:#475569;border:1px solid var(--border);background:#f8fafc}.dialog-confirm.danger{color:#fff;background:#dc2626}.dialog-confirm:disabled{cursor:not-allowed;opacity:.45}.cancel-order-dialog textarea{resize:vertical;border:1px solid var(--border);width:100%;min-height:110px;color:var(--text);background:var(--bg);font:inherit;text-align:right;border-radius:14px;margin:12px 0 18px;padding:12px 14px;line-height:1.8}.cancel-order-dialog textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ec48991f}.dialog-confirm.success{background:var(--primary-dark);color:#fff}.modal-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.modal-title-row button{color:#475569;background:#f8fafc;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.assign-driver-list{scrollbar-width:thin;scrollbar-color:#10b9817a #f1f5f9e6;gap:9px;max-height:420px;padding-inline-end:3px;display:grid;overflow:auto}.assign-driver-list::-webkit-scrollbar{width:10px}.assign-driver-list::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.assign-driver-list::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.assign-driver-card{border:1px solid var(--border);text-align:right;background:#fff;border-radius:12px;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;min-height:64px;padding:9px;display:grid}.assign-driver-card>div{gap:7px;display:grid}.assign-driver-card button,.assign-driver-card a{min-height:32px;color:var(--primary-dark);white-space:nowrap;background:#f8fffb;border:1px solid #10b98159;border-radius:9px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.assign-driver-card.disabled{opacity:.64}.assign-driver-card button:disabled{cursor:not-allowed;color:#64748b;border-color:var(--border);background:#f8fafc}.classifications-modal{background:radial-gradient(circle at 100% 0,#ec48991c,#0000 34%),linear-gradient(#fff 0%,#fff7fb 100%);border:1px solid #e2e8f0f2;border-radius:18px;flex-direction:column;gap:14px;width:min(100%,1040px);max-height:min(90vh,820px);padding:18px;display:flex;overflow:hidden;box-shadow:0 30px 80px #0f172a3d}.classification-header{border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:flex-start;gap:16px;padding:4px 2px 10px;display:flex}.classification-header span{color:#047857;align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.classification-header h2{color:var(--text);margin:8px 0 0;font-size:24px}.classification-header button{border:1px solid var(--border);color:#475569;background:#fff;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;display:grid}.classification-switch,.classification-periods{flex-wrap:wrap;gap:10px;display:flex}.classification-switch button,.classification-periods button{border:1px solid var(--border);color:#475569;background:#ffffffe6;border-radius:11px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:800;display:inline-flex}.classification-switch button.active,.classification-periods button.active{color:#047857;background:#10b9811a;border-color:#10b98161}.classification-table-wrap{border:1px solid var(--border);scrollbar-width:thin;scrollbar-color:#10b9817a #f1f5f9e6;background:#fff;border-radius:14px;min-height:0;overflow:auto}.classification-table-wrap::-webkit-scrollbar{width:10px;height:10px}.classification-table-wrap::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.classification-table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(#10b981b8,#059669d1);border:2px solid #f8fafc;border-radius:999px}.classification-table{border-collapse:collapse;width:100%;min-width:760px}.classification-table th,.classification-table td{border-bottom:1px solid var(--border);text-align:right;vertical-align:middle;white-space:nowrap;padding:13px 14px}.classification-table th{z-index:2;color:#334155;background:#f8fafc;font-size:13px;font-weight:900;position:sticky;top:0}.classification-table tr:last-child td{border-bottom:0}.classification-driver{grid-template-columns:30px 44px minmax(120px,1fr);align-items:center;gap:10px;display:grid}.classification-driver>b{color:#047857;background:#10b9811a;border-radius:10px;place-items:center;width:28px;height:28px;font-size:13px;display:grid}.classification-driver img{border-radius:50%;width:44px;height:44px}.classification-driver span{gap:3px;display:grid}.classification-driver small{color:var(--muted);text-align:right;direction:ltr;font-size:12px}.classification-open{color:#059669;background:#10b98114;border:1px solid #10b98161;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-weight:800;display:inline-flex}.edit-order-modal{border:1px solid var(--border);background:#fff;border-radius:16px;width:min(100%,680px);max-height:88vh;padding:20px;overflow:auto;box-shadow:0 28px 70px #0f172a38}.edit-order-modal.small{width:min(100%,480px)}.edit-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.edit-form-grid label{color:var(--muted);gap:7px;font-size:13px;display:grid}.edit-form-grid .wide{grid-column:1/-1}.edit-form-grid input{border:1px solid var(--border);height:42px;color:var(--text);border-radius:10px;outline:0;padding:0 12px}.edit-form-grid textarea{border:1px solid var(--border);min-height:116px;color:var(--text);resize:vertical;font:inherit;border-radius:10px;outline:0;padding:12px}.edit-form-grid textarea:focus{border-color:#ec489973;box-shadow:0 0 0 3px #ec48991f}.warning-type-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.warning-type-options button{border:1px solid var(--border);color:#475569;cursor:pointer;background:#fff;border-radius:10px;min-height:38px;font-weight:900}.warning-type-options button.active{color:#c2410c;background:#fff7ed;border-color:#c2410c59}.unit-input{position:relative}.unit-input input{width:100%;padding-inline-start:58px}.unit-input span{top:50%;color:var(--subtle);pointer-events:none;font-size:12px;font-weight:900;position:absolute;inset-inline-start:12px;transform:translateY(-50%)}.edit-items-list{gap:10px;margin-top:16px;display:grid}.edit-item-row{border:1px solid #eef2f7;border-radius:12px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;min-height:48px;padding:8px 10px;display:grid}.edit-item-row>div{align-items:center;gap:8px;display:inline-flex}.edit-item-row button,.modal-actions button{border-radius:9px;min-height:34px;padding:0 12px}.edit-item-row>div button{width:32px;color:var(--primary-dark);background:#10b98114;border:1px solid #10b98147}.remove-item{color:#dc2626;background:#ef444414;border:1px solid #ef44444d}.cost-preview{min-height:44px;color:var(--primary-dark);background:#10b98114;border-radius:10px;place-items:center;font-weight:800;display:grid}.modal-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.assign-driver-card:hover{background:#f7fffb;border-color:#10b98173}.assign-driver-list img{border-radius:50%;width:44px;height:44px}.assign-driver-list small{color:var(--muted);margin-top:4px;display:block}.assign-driver-list b{color:var(--primary-dark);font-size:12px}.toast{z-index:99999;width:max-content;max-width:min(520px,100vw - 32px);min-height:52px;color:var(--text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #10b9813d;border-radius:14px;grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:9px 12px;animation:.22s both toastIn;display:grid;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 22px 54px #0f172a2e}.toast>span{width:34px;height:34px;color:var(--primary-dark);background:#10b9811f;border-radius:11px;place-items:center;display:grid}.orders-page .tabs-card button.active,.orders-page .filter-row button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#ec489959}.orders-page .table-scroll,.orders-page .order-details,.orders-page .assign-driver-list{scrollbar-color:#ec48997a #f1f5f9e6}.orders-page .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.orders-page .order-details::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.orders-page .assign-driver-list::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.orders-page .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.orders-page .order-details::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.orders-page tbody tr:hover,.orders-page tbody tr.selected,.orders-page .assign-driver-card:hover{background:#fdf2f8}.orders-page tbody tr.selected{box-shadow:inset 0 0 0 1px #ec489959}.orders-page .location-pin{color:var(--primary-dark);background:#fdf2f8}.orders-page .customer-cell>span,.orders-page .customer-detail-card>i{color:var(--primary-dark);background:#ec48991a;border-color:#ec48992e}.orders-page .order-distribution{color:var(--primary-dark);background:#fce7f3}.orders-page .order-delivered{color:#047857;background:#dcfce7}.orders-page .status-stepper .done{color:#059669}.orders-page .status-stepper .done i,.orders-page .step-lines span.done{background:#10b981;border-color:#10b981}.orders-page .soft-button,.orders-page .details-button,.orders-page .primary-outline,.orders-page .panel-actions button,.orders-page .driver-assignment button,.orders-page .row-actions button,.orders-page .row-actions a{color:var(--primary-dark);background:#fdf2f8;border-color:#ec489959}.orders-page .mock-map{background:radial-gradient(circle at 20% 16%,#ec489914,#0000 28%),radial-gradient(circle at 84% 74%,#3b82f614,#0000 30%),repeating-linear-gradient(0deg,#94a3b814 0 1px,#0000 1px 24px),repeating-linear-gradient(90deg,#94a3b812 0 1px,#0000 1px 28px),#f8fafc}.orders-page .map-park{fill:#fbcfe8b8;stroke:#ec48991f}.orders-page .route-svg path{stroke:var(--primary-dark);filter:drop-shadow(0 3px 4px #db277733)}.orders-page .driver-marker,.orders-page .mini-marker{background:var(--primary-dark);box-shadow:0 8px 18px #db277747}.orders-page .driver-marker.selected{border-color:var(--primary);box-shadow:0 0 0 5px #ec489924,0 12px 26px #db277747}.orders-page .assign-driver-card button,.orders-page .assign-driver-card a{color:var(--primary-dark);background:#fdf2f8;border-color:#ec489959}.orders-page .edit-item-row>div button,.orders-page .cost-preview,.orders-page .toast>span{color:var(--primary-dark);background:#ec489914}.orders-page .edit-item-row>div button{border-color:#ec489947}.orders-page .assign-driver-card:hover{border-color:#ec489973}.orders-page .assign-driver-list b{color:var(--primary-dark)}.orders-page .toast{border-color:#ec48993d}.dashboard-order-alerts{z-index:80;pointer-events:none;direction:rtl;gap:10px;width:min(360px,100vw - 32px);display:grid;position:fixed;top:108px;left:22px}.dashboard-order-alerts-header,.dashboard-order-alert-card{pointer-events:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #f59e0b59;box-shadow:0 20px 52px #0f172a29}.dashboard-order-alerts-header{border-radius:16px;align-items:center;gap:10px;padding:11px 12px;display:flex}.dashboard-order-alerts-header>span{color:#b45309;background:#fef3c7;border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.dashboard-order-alerts-header b,.dashboard-order-alerts-header small{display:block}.dashboard-order-alerts-header b{color:var(--text);font-size:14px}.dashboard-order-alerts-header small{color:var(--muted);margin-top:2px;font-size:12px}.dashboard-order-alert-list{gap:10px;max-height:min(62vh,560px);padding-left:4px;display:grid;overflow:auto}.dashboard-order-alert-card{cursor:pointer;border-radius:18px;gap:10px;padding:12px;animation:1.4s ease-in-out infinite dashboardAlertPulse;display:grid}.dashboard-order-alert-card:focus-visible{outline-offset:2px;outline:3px solid #f59e0b47}.dashboard-order-alert-title{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;display:grid}.dashboard-order-alert-title>svg{color:#b45309;background:#fef3c7;border-radius:11px;width:32px;height:32px;padding:7px}.dashboard-order-alert-title strong,.dashboard-order-alert-title small{display:block}.dashboard-order-alert-title strong{color:#92400e;font-size:14px}.dashboard-order-alert-title small{color:var(--muted);margin-top:2px;font-size:12px}.dashboard-order-alert-card p{color:#475569;margin:0;font-size:13px;line-height:1.65}.dashboard-order-alert-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dashboard-order-alert-actions button{white-space:nowrap;border-radius:12px;justify-content:center;min-height:38px;font-size:12px}.dashboard-order-alert-actions .soft-button{color:#9a3412;background:#fff7ed;border-color:#f59e0b52;gap:6px}@keyframes dashboardAlertPulse{0%,to{border-color:#f59e0b59;box-shadow:0 20px 52px #0f172a29}50%{border-color:#f59e0bb8;box-shadow:0 22px 58px #f59e0b38}}@media (width<=720px){.dashboard-order-alerts{width:auto;inset:auto 16px 18px}}.orders-page .edit-order-modal{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6}.orders-page .edit-order-modal::-webkit-scrollbar{width:10px}.orders-page .edit-order-modal::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.orders-page .edit-order-modal::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.orders-page .edit-order-modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.operations-page .segmented button.active{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.operations-page .drivers-list{scrollbar-color:#ec48997a #f1f5f9e6}.operations-page .drivers-list::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.operations-page .drivers-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.operations-page .driver-list-item:hover{background:#fdf2f8;border-color:#ec489947}.operations-page .driver-list-item.selected{background:#ec48991a;border-color:#ec48996b;box-shadow:inset 0 0 0 1px #ec48991f}.operations-page .status-dot.active{background:var(--primary)}.operations-page .filter-row button.active b{color:var(--primary-dark);background:#ec489924}.operations-page .classifications-button{color:var(--primary-dark);background:#ec48990f;border-color:#ec489938}.operations-page .mock-map{background:radial-gradient(circle at 20% 16%,#ec489914,#0000 28%),radial-gradient(circle at 84% 74%,#3b82f614,#0000 30%),repeating-linear-gradient(0deg,#94a3b814 0 1px,#0000 1px 24px),repeating-linear-gradient(90deg,#94a3b812 0 1px,#0000 1px 28px),#f8fafc}.google-operations-map{background:linear-gradient(135deg,#ec489914,#3b82f60a),#f8fafc;border:1px solid #ec48992e;border-radius:26px;min-height:760px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffb8,0 18px 40px #0f172a14}.google-operations-map:fullscreen{background:#f8fafc;border:0;border-radius:0;width:100vw;height:100vh;min-height:100vh}.google-operations-map:fullscreen .operations-map-tools{z-index:10;bottom:22px;left:22px}:is(.google-operations-map:fullscreen .operations-map-overlay,.google-operations-map:fullscreen .operations-map-close,.google-operations-map:fullscreen .operations-map-empty,.google-operations-map:fullscreen .operations-map-error){z-index:10}.google-operations-map-canvas{position:absolute;inset:0}.google-operations-map-canvas>div{background:#f7f8fb!important}.google-operations-map .gm-style{font-family:inherit}.google-operations-map .gm-style-mtc button,.google-operations-map .gm-control-active,.google-operations-map .gm-fullscreen-control{overflow:hidden;border:1px solid #0f172a1f!important;border-radius:12px!important;box-shadow:0 10px 24px #0f172a1f!important}.google-operations-map .gm-style-iw-c{border-radius:18px!important;box-shadow:0 18px 42px #0f172a33!important}.google-operations-map .gm-style-iw-d{overflow:auto!important}.operations-map-overlay{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:10px 0 12px;display:grid}.operations-map-overlay>div{background:linear-gradient(#fffafd,#fff);border:1px solid #ec489929;border-radius:14px;place-items:center;gap:4px;min-height:78px;padding:12px 14px;display:grid;box-shadow:0 10px 24px #0f172a0f}.operations-map-overlay strong{color:var(--primary-dark);font-size:24px;line-height:1}.operations-map-overlay span{color:#475569;font-size:12px;font-weight:800}.operations-map-tools{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #0f172a1f;border-radius:18px;flex-wrap:wrap;gap:8px;max-width:calc(100% - 32px);padding:8px;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 14px 32px #0f172a24}.operations-map-tools button{color:#fff;cursor:pointer;background:#0f172a;border:0;border-radius:12px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:12px;font-weight:900;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.operations-map-tools button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 10px 20px #ec489938}.operations-map-tools button.is-restaurant{background:#ec4899}.operations-map-tools button.is-restaurant:hover{background:#be185d}.operations-map-tools button.is-muted{color:#334155;background:#f8fafc;box-shadow:inset 0 0 0 1px #0f172a1f}.operations-map-tools button.is-muted:hover{color:var(--primary-dark);background:#fff1f7}.operations-map-empty{z-index:2;color:#475569;background:#ffffffeb;border:1px solid #ec48992e;border-radius:16px;place-items:center;min-height:58px;font-weight:800;display:grid;position:absolute;top:16px;left:16px;right:16px;box-shadow:0 10px 24px #0f172a14}.operations-map-error{z-index:2;color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;padding:14px 16px;font-weight:800;position:absolute;bottom:16px;left:16px;right:16px;box-shadow:0 10px 24px #0f172a14}.operations-map-close{z-index:3;border:1px solid var(--border);width:38px;height:38px;color:var(--text);background:#fff;border-radius:12px;place-items:center;display:grid;position:absolute;top:14px;left:14px;box-shadow:0 8px 20px #0f172a1f}.operations-map-popup{text-align:right;direction:rtl;min-width:220px;max-width:260px;font-family:inherit}.operations-map-popup strong,.operations-map-popup small,.operations-map-popup span,.operations-map-popup p,.operations-map-popup em,.operations-map-popup a{display:block}.operations-map-popup strong{color:#111827;margin-bottom:4px;font-size:15px}.operations-map-popup small,.operations-map-popup p{color:#64748b;margin:4px 0;font-size:12px}.operations-map-popup span{color:#047857;background:#ecfdf5;border-radius:999px;width:max-content;margin:8px 0;padding:4px 9px;font-size:11px;font-weight:800}.operations-map-popup .driver-location-freshness.live{color:#047857;background:#ecfdf5}.operations-map-popup .driver-location-freshness.stale{color:#92400e;background:#fffbeb}.operations-map-popup .driver-location-freshness.offline{color:#64748b;background:#f1f5f9}.operations-map-popup em{color:var(--primary-dark);margin-top:8px;font-size:12px;font-style:normal;font-weight:800}.operations-map-popup a{color:var(--primary-dark);margin-top:8px;font-size:12px;font-weight:800}.driver-list-avatar-fallback{width:48px;height:48px;color:var(--primary-dark);background:var(--primary-soft);border-radius:16px;place-items:center;font-weight:900;display:grid}.operations-page .map-park{fill:#fbcfe8b8;stroke:#ec48991f}.operations-page .route-svg path{stroke:var(--primary-dark);filter:drop-shadow(0 3px 4px #db277733)}.operations-page .driver-marker,.operations-page .mini-marker{background:var(--primary-dark);box-shadow:0 8px 18px #db277747}.operations-page .driver-marker.selected{border-color:var(--primary);box-shadow:0 0 0 5px #ec489924,0 12px 26px #db277747}.operations-page .live-dot{color:var(--primary-dark)}.drivers-page .filter-row button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#ec489959}.drivers-page .filter-row button.active b{color:var(--primary-dark);background:#ec489924}.drivers-page .filter-period-note{color:var(--primary-dark);background:#ec48990f;border-color:#ec489938}.drivers-page .table-scroll,.drivers-page .classification-table-wrap{scrollbar-color:#ec48997a #f1f5f9e6}.drivers-page .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.drivers-page .classification-table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.drivers-page .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.drivers-page tbody tr:hover,.drivers-page tbody tr.selected{background:#fdf2f8}.drivers-page tbody tr.selected{box-shadow:inset 0 0 0 1px #ec489959}.drivers-page .row-actions button.action-green,.drivers-page .row-actions a.action-green{color:#059669;background:#10b98114;border-color:#10b98161}.drivers-page .classification-header{border-bottom-color:#ec48992e}.drivers-page .classification-header span{color:var(--primary-dark)}.drivers-page .classification-switch button.active,.drivers-page .classification-periods button.active{color:var(--primary-dark);background:#ec48991a;border-color:#ec489961}.drivers-page .classification-driver>b{color:var(--primary-dark);background:#ec48991a}.drivers-page .classification-open{color:#059669;background:#10b98114;border-color:#10b98161}.drivers-page .toast{border-color:#ec48993d}.drivers-page .toast>span{color:var(--primary-dark);background:#ec48991f}.drivers-control-row{align-items:center}.drivers-inline-search{border:1px solid var(--border);min-width:240px;height:42px;color:var(--muted);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.drivers-inline-search input{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:0}.driver-period-button{color:var(--primary-dark);background:#ec489912;border-color:#ec48993d}.drivers-action-message{color:var(--primary-dark);background:#ec489912;border:1px solid #ec489938;border-radius:14px;padding:11px 14px;font-weight:800}.dashboard-swal-toast{direction:rtl;border:1px solid #ec489929;border-radius:16px;font-family:inherit;box-shadow:0 18px 44px #0f172a24}.dashboard-swal-title{color:var(--text);text-align:right;font-family:inherit;font-size:14px;font-weight:900}.drivers-rich-table-card{min-height:560px}.drivers-rich-table{min-width:1320px}.drivers-rich-table th,.drivers-rich-table td{white-space:nowrap;text-align:center}.drivers-rich-table th:first-child,.drivers-rich-table td:first-child{z-index:2;text-align:right;background:#fff;position:sticky;right:0}.drivers-rich-table thead th:first-child{z-index:4}.drivers-page tbody tr:hover td:first-child{background:#fdf2f8}.drivers-main-cell{min-width:190px}.drivers-main-cell small{direction:ltr}.driver-rating-cell,.driver-bike-cell{justify-content:center;align-items:center;gap:6px;display:inline-flex}.driver-rating-cell svg{color:#64748b}.drivers-row-actions{justify-content:center;min-width:230px}.drivers-row-actions button,.drivers-row-actions a{border-radius:10px;min-height:34px;font-size:12px;font-weight:900}.drivers-row-actions button:disabled{cursor:not-allowed;opacity:.52}.drivers-row-actions .icon-only-action{justify-content:center;width:34px;min-width:34px;padding:0}.accounting-page .filter-row button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#ec489959}.accounting-page .filter-row button.active b{color:var(--primary-dark);background:#ec489924}.accounting-page .filter-row select{accent-color:#64748b;border-color:var(--border);color:#475569;background:#f8fafc;outline-color:#94a3b8}.accounting-page .filter-row select:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #64748b1f}.accounting-page .filter-row select option:checked,.accounting-page .filter-row select option:hover{color:#111827;background:#e5e7eb}.accounting-sort-menu{min-width:206px;position:relative}.accounting-sort-trigger{border-color:var(--border);color:#475569;background:#f8fafc;justify-content:space-between;width:100%}.accounting-sort-options{top:calc(100% + 4px);z-index:20;background:#fff;border:1px solid #cbd5e1;border-radius:10px;position:absolute;inset-inline:0;overflow:hidden;box-shadow:0 14px 32px #0f172a1f}.accounting-sort-options button{color:#475569;background:#fff;border:0;border-radius:0;justify-content:flex-start;width:100%;min-height:36px}.accounting-sort-options button:hover,.accounting-sort-options button.selected{color:#111827;background:#e5e7eb}.accounting-page .table-scroll{scrollbar-color:#ec48997a #f1f5f9e6}.accounting-page .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1)}.accounting-page .table-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.accounting-page .toast{border-color:#ec48993d}.accounting-page .toast>span{color:var(--primary-dark);background:#ec48991f}.accounting-page tbody tr:hover{background:#fdf2f8}.settings-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8}.settings-page .settings-grid input:focus{border-color:#ec489973;outline:0;box-shadow:0 0 0 3px #ec489914}.settings-page .toast{border-color:#ec48993d}.settings-page .toast>span{color:var(--primary-dark);background:#ec48991f}.admin-details-card{padding:18px}.admin-details-head{border-bottom:1px solid var(--border);grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding-bottom:16px;display:grid}.admin-details-head>img,.admin-details-head>span{object-fit:cover;width:72px;height:72px;color:var(--primary-dark);background:#fdf2f8;border-radius:18px}.admin-details-head>span{border:1px solid #ec48992e;place-items:center;display:grid}.admin-details-head h2{margin:0;font-size:22px}.admin-details-head p{color:var(--muted);margin:6px 0 0}.admin-details-head button{min-height:38px;color:var(--primary-dark);background:#fdf2f8;border:1px solid #ec489947;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-weight:800;display:inline-flex}.admin-details-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.admin-details-grid p{color:var(--muted);background:#fbfdff;border:1px solid #eef2f7;border-radius:12px;grid-template-columns:20px auto;align-items:center;gap:8px;margin:0;padding:12px;font-size:13px;display:grid}.admin-details-grid strong{color:var(--text);grid-column:1/-1;font-size:14px}.admin-edit-modal{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6}.restaurants-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;grid-template-rows:minmax(0,1fr);height:calc(100vh - 134px);min-height:0;overflow:hidden}.create-restaurant-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;width:min(1180px,100%);margin-inline:auto;padding-bottom:56px}.create-restaurant-back-button{border-radius:10px;min-height:40px;padding:0 14px;font-weight:900}.create-restaurant-hero{background:linear-gradient(135deg,#ec48991a,#fffffff0 52%),#fff;border:1px solid #ec48992e;border-radius:18px;overflow:hidden;box-shadow:0 18px 42px #0f172a0f}.create-restaurant-hero>div{text-align:right;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:4px 14px;min-height:104px;padding:22px;display:grid}.create-restaurant-hero svg{color:#be185d;background:#fce7f3;border-radius:16px;grid-row:span 2;width:54px;height:54px;padding:14px}.create-restaurant-hero strong,.create-restaurant-hero span{min-width:0;display:block}.create-restaurant-hero strong{color:#0f172a;font-size:22px;font-weight:950}.create-restaurant-hero span{color:var(--muted);font-size:14px;font-weight:800;line-height:1.75}.restaurant-create-form-card{background:#fff;border:1px solid #e2e8f0eb;border-radius:18px;gap:18px;padding:22px;display:grid;box-shadow:0 18px 42px #0f172a12}.restaurant-create-form-card .modal-title-row{border-bottom:1px solid #e2e8f0e6;padding-bottom:14px}.restaurant-create-form-card .modal-top-image{max-width:520px}.restaurant-create-form-card .modal-actions{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #e2e8f0eb;border-radius:16px;padding:12px;position:sticky;bottom:14px;box-shadow:0 12px 30px #0f172a14}.restaurant-create-image-field{cursor:pointer;background:linear-gradient(270deg,#fdf2f899,#fdf2f833);border:1px dashed #ec48994d;border-radius:14px;flex-direction:row;align-items:center;gap:18px;padding:16px 20px;display:flex}.restaurant-create-image-field .image-picker-preview{aspect-ratio:1;border:2px solid #ec48992e;border-radius:14px;flex-shrink:0;width:88px;height:88px}.restaurant-create-image-field:hover .image-picker-preview{background:#fdf2f8;border-color:#ec489966}.restaurant-create-image-info{text-align:right;gap:4px;min-width:0;display:grid}.restaurant-create-image-info strong{color:#0f172a;font-size:15px;font-weight:900}.restaurant-create-image-info p{color:var(--muted);margin:0;font-size:13px;font-weight:700;line-height:1.6}.restaurant-create-image-info .image-picker-text{color:#be185d;border-color:#ec48994d;width:max-content;margin-top:6px;font-size:12.5px}.form-section-header{border-top:1px solid #e2e8f0d9;align-items:center;gap:10px;padding-top:16px;display:flex}.form-section-header.no-top-border{border-top:none;padding-top:0}.form-section-header>span{color:#be185d;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;font-size:11.5px;font-weight:900}.form-section-header:after{content:"";background:linear-gradient(270deg,#0000,#ec489933);flex:1;height:1px}.field-icon-wrap{position:relative}.field-icon-wrap>svg{top:50%;color:#94a3b8;pointer-events:none;flex-shrink:0;position:absolute;inset-inline-start:12px;transform:translateY(-50%)}.field-icon-wrap input{width:100%;padding-inline-start:36px}.time-picker-field>span{align-items:center;gap:5px;display:inline-flex}.time-picker-field>span svg{color:#94a3b8;flex-shrink:0}.create-restaurant-page .edit-form-grid input:focus,.create-restaurant-page .edit-form-grid textarea:focus{background:#fff7fb;border-color:#ec489973;box-shadow:0 0 0 3px #ec48991a}.create-restaurant-page .field-icon-wrap:focus-within>svg{color:#db2777}.create-restaurant-page .edit-form-grid>label>span:first-child,.create-restaurant-page .edit-form-grid>label.time-picker-field>span{color:#475569;font-size:12.5px;font-weight:900}.restaurants-topbar{border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;min-height:82px;padding:18px;display:flex;box-shadow:0 10px 24px #0f172a0a}.restaurants-topbar h2,.restaurant-profile-view h2{margin:0;font-size:22px}.restaurants-topbar p,.restaurant-store-details p,.restaurant-profile-view>h2+.stats-grid{margin:6px 0 0}.restaurants-topbar p{color:var(--muted)}.restaurants-topbar button,.restaurant-manager-toolbar button,.restaurant-profile-actions button{background:var(--primary-dark);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800;display:inline-flex}.restaurant-cards-grid{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));align-content:start;gap:14px;min-height:0;padding-inline-end:3px;display:grid;overflow:auto}.restaurant-cards-grid::-webkit-scrollbar{width:10px}.restaurant-products-grid::-webkit-scrollbar{width:10px}.restaurant-cards-grid::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.restaurant-products-grid::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.restaurant-cards-grid::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.restaurant-products-grid::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.restaurant-card{border:1px solid var(--border);text-align:center;color:var(--text);background:#fff;border-radius:14px;grid-template-rows:1fr auto;align-self:start;gap:10px;padding:12px;text-decoration:none;transition:all .18s;display:grid;box-shadow:0 10px 24px #0f172a0a}.restaurant-card-main{color:inherit;gap:8px;text-decoration:none;display:grid}.restaurant-card:hover{background:#fdf2f8;border-color:#ec489961;transform:translateY(-2px)}.restaurant-card img,.restaurant-product-card img{aspect-ratio:1;object-fit:cover;background:#f1f5f9;border-radius:12px;width:100%}.restaurant-card strong{font-size:16px}.restaurant-card span,.restaurant-product-card span{color:var(--muted);font-size:12px}.restaurant-card-actions{justify-content:center;gap:8px;display:flex}.restaurant-card-icon{cursor:pointer;border:1px solid #dc262638;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;display:inline-flex}.restaurant-card-view{color:#15803d;background:#f0fdf4;border-color:#16a34a3d}.restaurant-card-availability{color:#92400e;background:#fffbeb;border-color:#f59e0b47}.restaurant-card-availability.off{color:#15803d;background:#f0fdf4;border-color:#16a34a3d}.restaurant-card-delete{color:#b91c1c;background:#fef2f2}.restaurant-card-delete:hover{background:#fee2e2;border-color:#dc26266b}.restaurant-card-view:hover{background:#dcfce7;border-color:#16a34a6b}.restaurants-manager-modal{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;width:min(100%,1120px);overflow:hidden}.restaurants-manager-modal .classification-header span{color:var(--primary-dark)}.restaurants-manager-modal .classification-switch button.active,.restaurant-category-filters button.active{color:var(--primary-dark);background:#ec48991a;border-color:#ec489961}.restaurant-manager-toolbar{grid-template-columns:minmax(220px,1fr) auto auto;gap:10px;display:grid}.restaurant-search,.restaurant-inline-input{border:1px solid var(--border);min-height:42px;color:var(--muted);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:0 12px;display:flex}.restaurant-search input,.restaurant-inline-input input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0}.restaurant-form-modal select{border:1px solid var(--border);background:#fff;border-radius:10px;width:100%;min-width:0;height:42px;padding:0 12px}.restaurant-location-panel{background:#fff7fb;border:1px solid #ec48993d;border-radius:14px;gap:12px;padding:14px;display:grid}.restaurant-location-header,.restaurant-location-tools,.restaurant-coordinate-grid{gap:10px;display:grid}.restaurant-location-header{grid-template-columns:minmax(0,1fr) auto;align-items:center}.restaurant-location-header span{color:#be185d;align-items:center;gap:7px;font-weight:800;display:inline-flex}.restaurant-location-header button,.restaurant-location-tools button{color:#fff;background:#ec4899;border:0;border-radius:10px;min-height:40px;padding:0 12px;font-weight:800}.restaurant-location-header button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.restaurant-location-tools{grid-template-columns:minmax(0,1fr) auto}.restaurant-location-tools input,.restaurant-coordinate-grid input{min-width:0}.restaurant-coordinate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-location-preview{color:#be185d;font-size:12px;font-weight:800;text-decoration:none}.restaurant-map-picker-backdrop{z-index:1300}.restaurant-map-picker-modal{background:#fff;border-radius:18px;gap:14px;width:min(94vw,860px);max-height:90vh;padding:18px;display:grid;box-shadow:0 24px 70px #0f172a3d}.restaurant-google-map{border:1px solid var(--border);background:#f8fafc;border-radius:14px;min-height:460px;overflow:hidden}.restaurant-map-picker-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;display:grid}.restaurant-map-picker-footer span{color:#475569;direction:ltr;justify-self:start;font-weight:800}.restaurant-map-picker-footer button{color:#fff;background:#16a34a;border:0;border-radius:10px;min-height:42px;padding:0 14px;font-weight:900}.product-category-menu{width:100%;position:relative}.product-category-trigger{border:1px solid var(--border);color:#475569;background:#f8fafc;border-radius:10px;justify-content:space-between;width:100%;min-height:42px;padding:0 12px}.product-category-options{top:calc(100% + 4px);z-index:35;background:#fff;border:1px solid #cbd5e1;border-radius:10px;position:absolute;inset-inline:0;overflow:hidden;box-shadow:0 14px 32px #0f172a1f}.product-category-options button{color:#475569;background:#fff;border:0;border-radius:0;justify-content:flex-start;width:100%;min-height:36px;padding:0 12px}.product-category-options button:hover,.product-category-options button.selected{color:#111827;background:#e5e7eb}.product-status-toggle{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.product-status-toggle button{border:1px solid var(--border);color:#475569;background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:40px;font-weight:800;display:inline-flex}.product-status-toggle button.active{color:#047857;background:#ecfdf5;border-color:#10b98157}.product-status-toggle button.active.stopped{color:#dc2626;background:#fef2f2;border-color:#ef444457}.dashboard-price-stack{justify-items:start;gap:2px;display:grid}.dashboard-price-stack .old-price{color:var(--subtle);font-size:13px;text-decoration:line-through}.product-card-price{justify-items:center}.product-details-price strong{color:var(--primary-dark);font-size:24px}.dialog-confirm.discount{color:#db2777;background:#fdf2f8;border:1px solid #ec489947}.dialog-cancel.danger-soft{color:#dc2626;background:#fef2f2;border-color:#ef444447}.product-discount-modal{width:min(100%,460px)}.discount-preview{background:#fbfdff;border:1px solid #eef2f7;border-radius:14px;gap:8px;margin-bottom:14px;padding:14px;display:grid}.discount-preview span,.discount-value-field span{color:var(--muted);font-size:13px;font-weight:800}.discount-preview>strong,.discount-preview .dashboard-price-stack strong{color:var(--primary-dark);font-size:24px}.discount-type-switch{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px;display:grid}.discount-type-switch button{border:1px solid var(--border);color:#475569;background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;font-weight:900;display:inline-flex}.discount-type-switch button.active{color:#db2777;background:#fdf2f8;border-color:#ec489957}.discount-value-field{gap:8px;margin-bottom:16px;display:grid}.discount-value-field input{border:1px solid var(--border);border-radius:10px;outline:0;height:44px;padding:0 12px}.discount-value-field small{color:var(--subtle);font-weight:800}.product-list-field{color:var(--muted);gap:8px;font-size:13px;display:grid}.product-list-rows{gap:8px;display:grid}.product-list-row{align-items:center;gap:8px;display:grid}.product-list-row.ingredient-row{grid-template-columns:minmax(0,1fr) 42px 42px}.product-list-row.addon-row{grid-template-columns:minmax(0,1.1fr) minmax(120px,.75fr) 42px 42px}.product-list-row input{min-width:0}.product-row-add,.product-row-delete,.product-row-spacer{width:42px;height:42px}.product-row-add,.product-row-delete{border-radius:10px;place-items:center;display:grid}.product-row-add{color:#047857;background:#ecfdf5;border:1px solid #10b98152}.product-row-delete{color:#dc2626;background:#fef2f2;border:1px solid #ef444440}.image-upload-field{color:#db2777;cursor:pointer;background:#fdf2f8;border:1px dashed #ec489961;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 12px;font-weight:800;display:flex}.image-upload-field span{justify-content:center;align-items:center;gap:8px;display:inline-flex}.image-upload-field input{display:none}.image-picker-field{color:#db2777;cursor:pointer;justify-items:center;gap:10px;padding:4px 0 2px;font-weight:800;display:grid}.modal-top-image{width:min(100%,170px);margin:12px auto 14px}.image-picker-preview{aspect-ratio:1;border:1px solid var(--border);color:#64748b;background:#f8fafc;border-radius:12px;place-items:center;width:100%;display:grid;overflow:hidden;box-shadow:0 14px 28px #0f172a14}.image-picker-preview img{object-fit:cover;width:100%;height:100%}.image-picker-text{border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:max-content;max-width:100%;min-height:36px;padding:0 13px;font-size:12px;line-height:1;display:inline-flex;box-shadow:0 8px 18px #0f172a0f}.image-picker-field:hover .image-picker-preview,.image-picker-field:hover .image-picker-text{background:#f8fafc;border-color:#cbd5e1}.image-picker-field input{display:none}.time-picker-field input[type=time]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;cursor:pointer;color:#0f172a;border:1px solid var(--border);background:#fff;font-weight:800;box-shadow:0 10px 20px #0f172a0f}.time-picker-field input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;background-color:#f8fafc;border-radius:50%;width:24px;height:24px;padding:4px}.restaurant-category-filters{flex-wrap:wrap;gap:9px;display:flex}.restaurant-category-filters button{border:1px solid var(--border);color:#475569;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-weight:800;display:inline-flex}.restaurant-category-filters b{color:#475569;background:#94a3b81f;border-radius:8px;place-items:center;min-width:24px;height:22px;font-size:12px;display:grid}.restaurant-category-filters button.active b{color:var(--primary-dark);background:#ec489924}.restaurant-products-grid{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6;flex:1;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:12px;min-height:0;padding:2px 2px 6px;display:grid;overflow:auto}.restaurant-product-card{border:1px solid var(--border);text-align:right;background:#fff;border-radius:13px;gap:7px;padding:10px;transition:all .18s;display:grid;position:relative}.restaurant-product-card:hover{background:#fdf2f8;border-color:#ec489961}.restaurant-product-card.stopped{background:#fff7f7;border-color:#ef444452}.restaurant-product-card.stopped:hover{background:#fef2f2;border-color:#ef444475}.restaurant-product-card strong{font-size:15px}.restaurant-product-card b{color:var(--primary-dark)}.restaurant-product-card em{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-style:normal;font-weight:900;display:inline-flex;position:absolute;top:8px;left:8px;box-shadow:0 8px 18px #dc262638}.restaurant-products-pagination{border:1px solid var(--border);background:#ffffffe0;border-radius:12px;padding:10px 12px}.restaurant-form-modal,.product-details-modal,.restaurant-profile-view{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6}.restaurant-form-modal::-webkit-scrollbar{width:10px;height:10px}.product-details-modal::-webkit-scrollbar{width:10px;height:10px}.restaurant-profile-view::-webkit-scrollbar{width:10px;height:10px}.restaurant-form-modal::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.product-details-modal::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.restaurant-profile-view::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.restaurant-form-modal::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.product-details-modal::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.restaurant-profile-view::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.restaurant-form-modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.product-details-modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.restaurant-profile-view::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899e6,#db2777f2)}.product-details-modal{border:1px solid var(--border);background:#fff;border-radius:18px;grid-template-columns:minmax(260px,.9fr) 1.1fr;gap:20px;width:min(100%,880px);max-height:min(90vh,820px);padding:18px;display:grid;position:relative;overflow:auto;box-shadow:0 30px 80px #0f172a3d}.product-details-modal>img{object-fit:cover;border-radius:14px;width:100%;height:100%;min-height:360px}.modal-close-button{color:#475569;z-index:2;background:#ffffffeb;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:18px;left:18px}.product-details-content{align-content:center;gap:12px;display:grid}.product-details-content h2{margin:0;font-size:28px}.product-details-content>strong{color:var(--primary-dark);font-size:24px}.product-details-content p{color:var(--muted);line-height:1.7}.product-details-list{background:#fbfdff;border:1px solid #eef2f7;border-radius:14px;gap:8px;padding:12px;display:grid}.product-details-list h3{color:var(--text);margin:0;font-size:15px}.product-details-list>div{flex-wrap:wrap;gap:8px;display:flex}.product-details-list span{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;min-height:32px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.product-details-list span b{color:var(--primary-dark);font-size:13px}.restaurant-pill{color:#db2777;background:#fdf2f8;border-radius:999px;align-items:center;width:max-content;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.product-detail-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.product-detail-grid span,.restaurant-store-details p{color:var(--muted);background:#fbfdff;border:1px solid #eef2f7;border-radius:12px;gap:6px;padding:12px;font-size:12px;display:grid}.product-detail-grid b,.restaurant-store-details strong{color:var(--text);font-size:14px}.restaurant-profile-view{text-align:center;flex:1;gap:16px;min-height:0;display:grid;overflow:auto}.restaurant-profile-view>img{object-fit:cover;border-radius:24px;justify-self:center;width:132px;height:132px;box-shadow:0 18px 42px #0f172a24}.restaurant-store-details{text-align:right;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.restaurant-store-details p{align-items:center;gap:10px;margin:0;display:flex}.restaurant-profile-actions{justify-content:center;gap:10px;display:flex}.restaurant-profile-actions button.danger{background:#dc2626}.restaurant-direct-payment-checkbox{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;justify-content:flex-start;align-items:center;gap:12px;padding:12px;flex-direction:row-reverse!important;display:flex!important}.restaurant-direct-payment-checkbox input{accent-color:#f59e0b;width:20px;height:20px}.restaurant-direct-payment-checkbox span{text-align:right;gap:4px;display:grid}.restaurant-direct-payment-checkbox strong{color:#92400e}.restaurant-direct-payment-checkbox small{color:#a16207}.restaurant-settlement-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;gap:14px;width:100%;margin-top:12px;padding:16px;display:grid}.restaurant-settlement-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.restaurant-settlement-head div{text-align:right;gap:4px;display:grid}.restaurant-settlement-head strong{color:#111827;font-size:16px}.restaurant-settlement-head span{color:#64748b;font-size:13px}.restaurant-settlement-head button{color:#fff;background:#16a34a;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800;display:inline-flex}.restaurant-settlement-head button:disabled{cursor:not-allowed;opacity:.55}.restaurant-settlement-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.restaurant-settlement-grid span{text-align:right;background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:5px;padding:12px;display:grid}.restaurant-settlement-grid small{color:#64748b;font-size:12px}.restaurant-settlement-grid strong{color:#111827;font-size:17px}.restaurant-settlement-grid em{color:#94a3b8;font-size:12px;font-style:normal}.restaurant-profile-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;gap:14px;min-height:calc(100vh - 134px);padding-bottom:40px}.restaurant-profile-hero{grid-template-columns:116px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px;display:grid}.restaurant-profile-hero>img{object-fit:cover;border-radius:22px;width:116px;height:116px;box-shadow:0 18px 38px #0f172a1f}.restaurant-profile-hero span{color:var(--primary-dark);font-size:12px;font-weight:900}.restaurant-profile-hero h2{color:var(--text);margin:6px 0 4px;font-size:28px}.restaurant-profile-hero p{color:var(--muted);margin:0;font-weight:800}.restaurant-profile-hero-stats{grid-template-columns:repeat(3,minmax(82px,1fr));gap:10px;display:grid}.restaurant-profile-hero-stats b{min-height:72px;color:var(--primary-dark);background:#fdf2f8;border-radius:16px;place-items:center;gap:3px;padding:10px;font-size:24px;display:grid}.restaurant-profile-hero-stats small{color:#8a6078;font-size:11px}.restaurant-profile-tabs{flex-wrap:wrap;gap:10px;display:flex}.restaurant-profile-tabs button{border:1px solid var(--border);color:#475569;background:#fff;border-radius:12px;min-height:44px;padding:0 16px;font-weight:900}.restaurant-profile-tabs button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#ec489961}.restaurant-profile-section{gap:14px;padding:16px;display:grid}.restaurant-profile-products-grid{max-height:620px}.restaurant-product-status-action{color:#dc2626;background:#fef2f2;border:1px solid #ef444438;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.restaurant-product-status-action.stopped{color:#047857;background:#ecfdf5;border-color:#10b98140}.restaurant-orders-history{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden}.restaurant-report-actions{border:1px solid var(--border);background:#f8fafc;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.restaurant-report-actions>div{gap:4px;display:grid}.restaurant-report-actions strong{color:var(--text);font-size:17px}.restaurant-report-actions span{color:var(--muted);font-size:12px;font-weight:800}.restaurant-report-actions button{background:var(--primary);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:900;display:inline-flex}.restaurant-report-actions button:disabled{opacity:.55;cursor:not-allowed}.restaurant-print-report{display:none}.restaurant-orders-history-head,.restaurant-orders-history button{grid-template-columns:1.2fr 1fr 1fr 140px;align-items:center;gap:12px;padding:13px 14px;display:grid}.restaurant-orders-history-head{color:var(--text);background:#f8fafc;font-weight:900}.restaurant-orders-history-head span{color:var(--muted);justify-self:end;font-size:12px}.restaurant-orders-history button{width:100%;color:var(--text);text-align:right;background:#fff;border-top:1px solid #eef2f7}.restaurant-orders-history button:hover{background:#fdf2f8}.restaurant-orders-history button span{min-width:0}.restaurant-orders-history button strong,.restaurant-orders-history button small{display:block}.restaurant-orders-history button small{color:var(--muted);margin-top:3px;font-size:12px}.restaurant-orders-history button span[class^=order-]{color:#475569;background:#f8fafc;border-radius:999px;justify-content:center;align-items:center;width:max-content;min-height:30px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.restaurant-orders-history button .order-delivered,.restaurant-orders-history button .order-handed_to_driver,.restaurant-orders-history button .order-in_delivery{color:#047857;background:#ecfdf5}.restaurant-orders-history button .order-cancelled{color:#dc2626;background:#fef2f2}.restaurant-orders-history button b{color:var(--primary-dark)}.restaurant-order-details-modal{background:#fff;border-radius:22px;gap:14px;width:min(94vw,820px);max-height:90vh;padding:18px;display:grid;overflow:auto;box-shadow:0 26px 70px #0f172a3d}.restaurant-order-details-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.restaurant-order-details-grid>div,.restaurant-order-note,.restaurant-order-costs{background:#fbfdff;border:1px solid #eef2f7;border-radius:14px;gap:6px;padding:12px;display:grid}.restaurant-order-details-grid span,.restaurant-order-note span{color:var(--muted);font-size:12px;font-weight:900}.restaurant-order-details-grid strong{color:var(--text)}.restaurant-order-items{background:#fff8fc;border:1px solid #ec489929;border-radius:16px;gap:8px;padding:12px;display:grid}.restaurant-order-items h3{margin:0 0 4px}.restaurant-order-items>div{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:9px 11px;display:flex}.restaurant-order-items small{color:var(--muted);font-weight:900}.restaurant-order-costs span,.restaurant-order-costs strong{justify-content:space-between;align-items:center;gap:12px;display:flex}.restaurant-order-costs strong{color:var(--primary-dark);font-size:17px}.restaurant-order-note p{color:var(--text);margin:0;line-height:1.7}.restaurant-profile-empty{justify-items:center;gap:12px;padding:26px;display:grid}.restaurant-profile-empty a{background:var(--primary-dark);color:#fff;border-radius:10px;align-items:center;min-height:42px;padding:0 14px;font-weight:900;text-decoration:none;display:inline-flex}.product-details-backdrop{z-index:72}.restaurant-product-form-backdrop{z-index:84}.dialog-backdrop.nested{z-index:86;background:#0f172a3d;position:absolute;inset:0}.profile-page .profile-back-button{color:#db2777;background:#ec48991a;border-color:#ec48994d}.profile-page{scroll-behavior:smooth;min-height:calc(100vh - 134px);padding-bottom:72px}.profile-page .profile-back-button:hover{background:#ec489929}.profile-page .profile-header{grid-template-columns:112px 1fr auto}.profile-page .profile-header>img{border-radius:18px;width:112px;height:112px}.profile-page .notes-title-row button{color:#db2777;background:#fdf2f8;border-color:#ec489959}.profile-page .current-driver-orders-card{gap:14px;padding:18px;display:grid}.profile-page .current-driver-orders-card .notes-title-row{align-items:flex-start}.profile-page .current-driver-orders-card .notes-title-row>div{gap:4px;display:grid}.profile-page .current-driver-orders-card .notes-title-row p{color:var(--muted);margin:0;font-size:13px;line-height:1.8}.profile-page .current-driver-orders-card .notes-title-row>strong{color:#db2777;background:#fdf2f8;border:1px solid #ec489933;border-radius:14px;place-items:center;min-width:42px;height:42px;display:grid}.profile-page .current-driver-orders-list{gap:10px;display:grid}.profile-page .current-driver-order-row{background:#fbfdff;border:1px solid #eef2f7;border-radius:16px;grid-template-columns:minmax(190px,1.2fr) minmax(240px,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.profile-page .current-driver-order-main,.profile-page .current-driver-order-meta p{min-width:0}.profile-page .current-driver-order-main{justify-items:start;gap:5px;display:grid}.profile-page .current-driver-order-main strong,.profile-page .current-driver-order-main span,.profile-page .current-driver-order-main small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.profile-page .current-driver-order-main strong{color:var(--text);font-size:16px}.profile-page .current-driver-order-main span,.profile-page .current-driver-order-main small,.profile-page .current-driver-order-meta span{color:var(--muted);font-size:12px;font-weight:800}.profile-page .current-driver-order-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.profile-page .current-driver-order-meta p{background:#fff;border:1px solid #eef2f7;border-radius:12px;gap:3px;margin:0;padding:9px;display:grid}.profile-page .current-driver-order-meta strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.profile-page .current-driver-order-actions{grid-template-columns:repeat(2,minmax(86px,1fr));gap:7px;display:grid}.profile-page .current-driver-order-actions button{color:#db2777;background:#fdf2f8;border:1px solid #ec489940;border-radius:10px;justify-content:center;min-height:36px;font-size:12px;font-weight:900}.profile-page .current-driver-order-actions button.danger-soft{color:#dc2626;background:#fef2f2;border-color:#ef44443d}.profile-page .current-driver-order-actions button:disabled{cursor:not-allowed;opacity:.55}.reports-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;grid-template-rows:auto minmax(0,1fr);height:calc(100vh - 134px);min-height:0;overflow:hidden}.reports-filters{align-items:center}.reports-filters select{min-width:170px;color:var(--muted);border-color:var(--border);background:#f8fafc;outline:0}.reports-page .filter-row button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#ec489959}.reports-page .filter-row button.active b{color:var(--primary-dark);background:#ec489924}.reports-page .details-button{color:var(--primary-dark);background:#fdf2f8;border-color:#ec489959}.reports-layout{direction:ltr;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:14px;min-height:0;display:grid}.reports-layout.has-details{grid-template-columns:390px minmax(0,1fr)}.reports-table-card{direction:rtl;flex-direction:column;min-height:0;display:flex;overflow:hidden}.reports-layout.has-details .reports-table-card{grid-column:2}.reports-table-card .table-scroll{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6;flex:1;min-height:0;overflow:auto}.reports-table-card .table-scroll::-webkit-scrollbar{width:10px;height:10px}.report-details::-webkit-scrollbar{width:10px;height:10px}.reports-table-card .table-scroll::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.report-details::-webkit-scrollbar-track{background:linear-gradient(#f8fafc,#eef2f7);border-radius:999px;margin:8px}.reports-table-card .table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.report-details::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border:2px solid #f8fafc;border-radius:999px}.reports-table{min-width:980px}.reports-page thead th{z-index:3;box-shadow:0 1px 0 var(--border);position:sticky;top:0}.reports-page tbody tr:hover,.reports-page tbody tr.selected{background:#fdf2f8}.reports-page tbody tr.selected{box-shadow:inset 0 0 0 1px #ec489959}.report-sender{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;display:grid}.report-sender>span,.report-sender-card>span{width:38px;height:38px;color:var(--primary-dark);background:#ec48991a;border:1px solid #ec48992e;border-radius:12px;place-items:center;display:grid;overflow:hidden}.report-sender.report-restaurants>span,.report-sender-card>span{border-radius:10px}.report-sender img,.report-sender-card img{object-fit:cover;width:100%;height:100%}.report-status{border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.report-unresolved{color:#db2777;background:#fce7f3}.report-resolved{color:#047857;background:#dcfce7}.report-ignored{color:#64748b;background:#f1f5f9}.report-details{scrollbar-width:thin;scrollbar-color:#ec48997a #f1f5f9e6;direction:rtl;grid-column:1;min-height:0;padding:16px;overflow:auto}.report-side-label{min-height:28px;color:var(--primary-dark);background:#fdf2f8;border-radius:999px;align-items:center;margin-bottom:8px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.report-code-block{border-bottom:1px solid var(--border);gap:8px;margin:14px 0;padding-bottom:14px;display:grid}.report-code-block span:first-child{color:var(--muted);font-size:12px}.report-code-block strong{font-size:20px}.report-status-actions{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.report-status-actions button{border:1px solid var(--border);color:#475569;background:#fff;border-radius:10px;min-height:38px;font-weight:800}.report-status-actions button.active{color:#fff;background:var(--primary-dark);border-color:var(--primary-dark)}.report-details .panel-section{background:#fff;border:1px solid #eef2f7;border-radius:12px;gap:10px;margin-top:12px;padding:12px;display:grid}.report-details .panel-section p{color:#475569;margin:0;line-height:1.7}.report-sender-card{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;display:grid}.report-sender-card>span{width:44px;height:44px}.report-sender-card div{gap:4px;display:grid}.report-sender-card small,.report-sender-card b{color:var(--muted);font-size:12px}.report-meta-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.report-meta-grid span{color:var(--muted);background:#fbfdff;border:1px solid #eef2f7;border-radius:10px;gap:6px;padding:10px;font-size:12px;display:grid}.report-meta-grid strong{color:var(--text);font-size:13px}.toast strong{color:#0f172a;min-width:0;font-size:14px;line-height:1.45}.toast button{color:#64748b;background:#f8fafc;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.dashboard-splash{z-index:9999;pointer-events:none;background:linear-gradient(145deg,#0f172af5,#831843f0 48%,#db2777f5),#be185d;place-items:center;animation:.24s .76s forwards dashboardSplashExit;display:grid;position:fixed;inset:0}.dashboard-splash-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:28px;place-items:center;gap:10px;min-width:min(360px,100vw - 48px);padding:34px 28px;animation:.36s both dashboardSplashEnter;display:grid;box-shadow:0 28px 70px #0f172a52}.dashboard-splash-logo{background:#fff;border-radius:30px;place-items:center;width:108px;height:108px;display:grid;box-shadow:0 22px 42px #0f172a33}.dashboard-splash-card strong{color:#fff;font-size:40px;font-weight:900;line-height:1.15}.dashboard-splash-card p{color:#ffffffd1;margin:0;font-size:15px;font-weight:800}.dashboard-splash-loader{background:#fff3;border-radius:999px;width:150px;height:5px;margin-top:14px;overflow:hidden}.dashboard-splash-loader:after{content:"";border-radius:inherit;background:#fff;width:42%;height:100%;animation:.72s ease-in-out infinite dashboardSplashLoad;display:block}@keyframes dashboardSplashEnter{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dashboardSplashExit{to{opacity:0;visibility:hidden}}@keyframes dashboardSplashLoad{0%{transform:translate(145%)}to{transform:translate(-250%)}}@media (prefers-reduced-motion:reduce){.central-search-hero,.central-search-copy,.central-search-box,.central-search-box svg,.central-search-box input{transition:none!important}.dashboard-splash,.dashboard-splash-card,.dashboard-splash-loader:after{animation:none}.home-card,.home-card:after,.home-card-icon{transition:none}.home-card:hover,.home-card:hover .home-card-icon{transform:none}.home-card:hover:after{opacity:0}}.sidebar-overlay{display:none}.floating-menu{z-index:55;background:var(--primary-dark);color:#fff;border-radius:12px;width:42px;height:42px;display:none;position:fixed;top:14px;right:14px;box-shadow:0 14px 34px #0f172a38}.map-popup-reopen{background:var(--primary-dark);color:#fff;border-radius:10px;justify-self:end;min-height:38px;padding:0 14px;font-weight:800}.charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.chart-card{grid-template-rows:auto 1fr;gap:16px;min-height:270px;padding:18px;display:grid;overflow:hidden}.chart-card-head{align-items:center;gap:12px;display:flex}.chart-card-head>span{width:42px;height:42px;color:var(--primary-dark);background:#10b9811a;border-radius:13px;place-items:center;display:grid}.chart-card:nth-child(2) .chart-card-head>span{color:#2563eb;background:#3b82f61a}.chart-card:nth-child(3) .chart-card-head>span{color:#7c3aed;background:#7c3aed1a}.chart-card:nth-child(4) .chart-card-head>span{color:#dc2626;background:#ef44441a}.chart-card h3{margin:0;font-size:18px}.chart-card p{color:var(--muted);margin:3px 0 0;font-size:13px}.chart-wrap{grid-template-columns:170px minmax(0,1fr);align-items:center;gap:18px;display:grid}.pie-chart{border-radius:50%;place-items:center;width:158px;height:158px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #0f172a0a,0 20px 40px #0f172a14}.pie-chart:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:27px;box-shadow:inset 0 0 0 1px #e2e8f0e6}.pie-chart span,.pie-chart small{z-index:1;position:relative}.pie-chart span{color:var(--text);font-size:28px;font-weight:900;line-height:1}.pie-chart small{color:var(--muted);margin-top:34px;font-size:11px;position:absolute}.chart-legend{gap:9px;display:grid}.chart-legend>div{background:#f8fafc;border-radius:10px;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;padding:7px 9px;display:grid}.chart-legend i{border-radius:50%;width:10px;height:10px}.chart-legend span{color:#475569;font-size:13px}.chart-legend strong{align-items:center;gap:5px;font-size:13px;display:inline-flex}.chart-legend small{color:var(--muted);font-size:11px}.finance-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;gap:18px;padding-bottom:52px}.finance-toolbar,.finance-summary-card,.finance-chart-card,.finance-form-card,.finance-table-head{animation:.42s cubic-bezier(.22,1,.36,1) both financeEnter}.finance-toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.finance-tabs-card{background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:18px;justify-content:flex-start;align-items:center;gap:10px;width:max-content;max-width:100%;padding:8px;display:inline-flex;overflow-x:auto;box-shadow:0 14px 32px #0f172a0f}.finance-tabs-card button{white-space:nowrap;color:#475569;background:0 0;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:900;transition:transform .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.finance-tabs-card button:hover{color:#be185d;background:#fdf2f8;transform:translateY(-1px)}.finance-tabs-card button.active{color:#fff;background:linear-gradient(145deg,#ec4899,#be185d);box-shadow:0 12px 28px #be185d2e}.finance-tabs-card button b{min-width:28px;min-height:24px;color:inherit;background:#0f172a14;border-radius:999px;place-items:center;padding:0 8px;font-size:12px;display:inline-grid}.finance-tabs-card button.active b{background:#ffffff38}.finance-toolbar label,.finance-form label{color:#334155;gap:8px;font-size:13px;font-weight:800;display:grid}.finance-toolbar select,.finance-form input,.finance-form select,.finance-form textarea{color:#0f172a;min-height:44px;font:inherit;background:#fff;border:1px solid #e2e8f0f2;border-radius:12px;outline:0;padding:0 13px;font-weight:700;transition:border-color .18s,box-shadow .18s}.finance-toolbar select:focus,.finance-form input:focus,.finance-form select:focus,.finance-form textarea:focus{border-color:#ec48997a;box-shadow:0 0 0 4px #ec48991c}.finance-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.finance-summary-card{border:1px solid var(--finance-border);background:radial-gradient(circle at 14% 18%, #ffffff2e, transparent 34%), linear-gradient(145deg, var(--finance-start), var(--finance-end));min-height:136px;box-shadow:0 18px 40px var(--finance-shadow);border-radius:18px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:13px;padding:17px;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s,border-color .24s;display:grid;position:relative;overflow:hidden}.finance-summary-card:before{content:"";background:linear-gradient(135deg, #ffffff24, transparent 58%), linear-gradient(315deg, var(--finance-soft), transparent 64%);pointer-events:none;position:absolute;inset:0}.finance-summary-card:hover{border-color:var(--finance-border);box-shadow:0 26px 52px var(--finance-shadow);transform:translateY(-4px)}.finance-summary-card>*{z-index:1;position:relative}.finance-summary-card>span{color:#fff;background:var(--finance-icon);border-radius:15px;place-items:center;width:52px;height:52px;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.finance-summary-card small,.finance-summary-card strong,.finance-summary-card em{text-align:right;display:block}.finance-summary-card small{color:#ffffffd1;font-size:12px}.finance-summary-card strong{color:#fff;margin-top:8px;font-size:22px;font-weight:950;line-height:1.22}.finance-summary-card em{color:#ffffffb8;margin-top:6px;font-size:11px;font-style:normal;line-height:1.5}.finance-summary-card.revenue{--finance-start:#1d4ed8;--finance-end:#172554;--finance-soft:#3b82f647;--finance-icon:#dbeafe2e;--finance-border:#93c5fd47;--finance-shadow:#1d4ed847}.finance-summary-card.salary{--finance-start:#c2410c;--finance-end:#7c2d12;--finance-soft:#fb923c4d;--finance-icon:#ffedd52e;--finance-border:#fdba744d;--finance-shadow:#c2410c47}.finance-summary-card.expense{--finance-start:#b91c1c;--finance-end:#7f1d1d;--finance-soft:#f871714d;--finance-icon:#fee2e22e;--finance-border:#fca5a54d;--finance-shadow:#b91c1c47}.finance-summary-card.profit{--finance-start:#047857;--finance-end:#064e3b;--finance-soft:#34d39947;--finance-icon:#d1fae52e;--finance-border:#6ee7b74d;--finance-shadow:#04785747}.finance-summary-card.orders{--finance-start:#6d28d9;--finance-end:#3b0764;--finance-soft:#a78bfa4d;--finance-icon:#ede9fe2e;--finance-border:#c4b5fd4d;--finance-shadow:#6d28d947}.finance-summary-card.pending{--finance-start:#be185d;--finance-end:#831843;--finance-soft:#f472b64d;--finance-icon:#fce7f32e;--finance-border:#f9a8d44d;--finance-shadow:#be185d47}.finance-integrated-summary{gap:18px;animation:.42s cubic-bezier(.22,1,.36,1) both financeEnter;display:grid}.finance-summary-actions{background:#fff;border:1px solid #e2e8f0f2;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;animation:.42s cubic-bezier(.22,1,.36,1) both financeEnter;display:flex;box-shadow:0 16px 38px #0f172a0f}.finance-summary-actions h2{color:#0f172a;margin:0;font-size:19px;font-weight:950}.finance-summary-actions p{color:#64748b;margin:5px 0 0;font-size:12px;line-height:1.7}.finance-summary-actions .header-primary-action{flex-shrink:0}.finance-print-report{display:none}.finance-summary-section{gap:12px;display:grid}.finance-summary-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.finance-summary-section-head h3{color:#0f172a;margin:0;font-size:18px;font-weight:950}.finance-integrated-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.finance-integrated-card{border:1px solid var(--summary-border);background:radial-gradient(circle at 16% 20%, #ffffff2e, transparent 34%), linear-gradient(145deg, var(--summary-start), var(--summary-end));min-height:134px;box-shadow:0 18px 40px var(--summary-shadow);border-radius:18px;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:12px;padding:16px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;display:grid;position:relative;overflow:hidden}.finance-integrated-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#0000 60%);position:absolute;inset:0}.finance-integrated-card:hover{box-shadow:0 24px 48px var(--summary-shadow);transform:translateY(-4px)}.finance-integrated-card>*{z-index:1;position:relative}.finance-integrated-card>span{color:#fff;background:#ffffff29;border-radius:15px;place-items:center;width:50px;height:50px;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.finance-integrated-card small,.finance-integrated-card strong,.finance-integrated-card em{text-align:right;display:block}.finance-integrated-card small{color:#ffffffd1;font-size:12px}.finance-integrated-card strong{color:#fff;margin-top:8px;font-size:22px;font-weight:950;line-height:1.22}.finance-integrated-card em{color:#ffffffb8;margin-top:6px;font-size:11px;font-style:normal;line-height:1.5}.finance-integrated-card.blue{--summary-start:#1d4ed8;--summary-end:#172554;--summary-border:#93c5fd47;--summary-shadow:#1d4ed842}.finance-integrated-card.orange{--summary-start:#c2410c;--summary-end:#7c2d12;--summary-border:#fdba744d;--summary-shadow:#c2410c42}.finance-integrated-card.red{--summary-start:#b91c1c;--summary-end:#7f1d1d;--summary-border:#fca5a54d;--summary-shadow:#b91c1c42}.finance-integrated-card.green{--summary-start:#047857;--summary-end:#064e3b;--summary-border:#6ee7b74d;--summary-shadow:#04785742}.finance-integrated-card.purple{--summary-start:#6d28d9;--summary-end:#3b0764;--summary-border:#c4b5fd4d;--summary-shadow:#6d28d942}.finance-integrated-card.pink{--summary-start:#be185d;--summary-end:#831843;--summary-border:#f9a8d44d;--summary-shadow:#be185d42}.finance-integrated-card.teal{--summary-start:#0f766e;--summary-end:#134e4a;--summary-border:#5eead447;--summary-shadow:#0f766e42}.finance-integrated-card.slate{--summary-start:#334155;--summary-end:#0f172a;--summary-border:#cbd5e142;--summary-shadow:#0f172a3d}.finance-charts-grid,.finance-management-grid,.finance-tables-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.finance-chart-card,.finance-form-card{background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:18px;padding:18px;box-shadow:0 16px 38px #0f172a0f}.finance-chart-card.wide{grid-column:1/-1}.finance-card-head,.finance-table-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.finance-card-head{justify-content:flex-start}.finance-card-head>span{color:#db2777;background:#fdf2f8;border-radius:13px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.finance-card-head h3,.finance-table-head h3{color:#0f172a;margin:0;font-size:17px;font-weight:950}.finance-card-head p,.finance-table-head span{color:#64748b;margin:4px 0 0;font-size:12px}.finance-chart-wrap{height:360px;min-height:0}.finance-chart-wrap.compact{height:310px}.finance-chart-empty{color:#64748b;background:#f8fafc;border:1px dashed #94a3b857;border-radius:14px;place-items:center;height:100%;display:grid}.finance-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.finance-form label.wide,.finance-form-actions{grid-column:1/-1}.finance-form textarea{resize:vertical;min-height:84px;padding-block:10px}.finance-form-actions{flex-wrap:wrap;justify-content:flex-start;gap:10px;display:flex}.finance-table-head{padding:16px 18px 0}.finance-tables-grid .table-card{min-height:0}.finance-tables-grid .table-scroll{max-height:470px}.finance-status-pending{color:#b45309;background:#fff7ed}.finance-status-paid{color:#047857;background:#ecfdf5}.finance-status-cancelled{color:#dc2626;background:#fef2f2}@keyframes financeEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.finance-toolbar,.finance-summary-card,.finance-chart-card,.finance-form-card,.finance-table-head{animation:none}.finance-summary-card,.finance-integrated-card,.finance-tabs-card button{transition:none}.finance-summary-card:hover,.finance-integrated-card:hover,.finance-tabs-card button:hover{transform:none}}.login-page{color:#fff;background:radial-gradient(circle at 20% 5%,#ec489924,#0000 30%),linear-gradient(#0b1727 0%,#101827 100%);grid-template-columns:1.05fr .95fr;gap:28px;min-height:100vh;padding:34px;display:grid}.login-card{border:1px solid #ffffff14;border-radius:22px}.login-brand-panel{flex-direction:column;justify-content:center;padding:46px;display:flex}.brand.large .brand-mark{width:54px;height:54px}.brand.large strong{font-size:38px}.login-brand-panel h1{max-width:620px;margin:60px 0 18px;font-size:48px;line-height:1.16}.login-brand-panel p{color:#cbd5e1;max-width:560px;font-size:18px}.login-benefits{flex-wrap:wrap;gap:12px;margin-top:35px;display:flex}.login-benefits span{background:#ffffff14;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 14px;display:inline-flex}.login-card{width:min(100%,460px);color:var(--text);background:#fff;place-self:center;padding:34px;box-shadow:0 30px 80px #0000003d}.login-logo{color:#ec4899;background:#fdf2f8;border-radius:16px;place-items:center;width:58px;height:58px;margin:0 auto;display:grid}.login-card h2{text-align:center;margin:18px 0 4px;font-size:30px}.login-card p,.login-card small{color:var(--muted);text-align:center;display:block}.login-card label{gap:8px;margin-top:18px;font-weight:700;display:grid}.login-card label span{border:1px solid var(--border);height:48px;color:var(--muted);border-radius:10px;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;padding:0 12px;display:grid}.login-card input{border:0;outline:0;min-width:0}.login-card label span button{width:30px;height:30px;color:var(--muted);background:0 0;place-items:center;display:grid}.login-options{color:var(--muted);justify-content:space-between;align-items:center;margin:16px 0;font-size:14px;display:flex}.login-options label{gap:8px;margin:0;display:flex}.login-options a{color:var(--primary-dark);font-weight:700}.form-error{color:#dc2626;background:#fef2f2;border-radius:9px;margin-bottom:12px;padding:10px}.login-card .primary-button{background-color:#ec4899;border:0;width:100%;margin-top:32px;margin-bottom:14px}.login-card .primary-button:hover{background-color:#db2777}@media (width<=1320px){.dashboard-shell{padding-right:248px}.dashboard-shell.sidebar-collapsed{padding-right:92px}.sidebar{--sidebar-width:248px;width:248px}.orders-layout{grid-template-columns:360px minmax(0,1fr)}.stats-grid.six{grid-template-columns:repeat(3,1fr)}}@media (width<=1180px){.home-grid{grid-template-columns:repeat(2,minmax(240px,320px));gap:24px}.topbar,.section-header{grid-template-columns:1fr;gap:12px}.section-title,.section-tools{grid-column:1}.section-tools{flex-wrap:wrap;justify-content:flex-start;justify-self:stretch}.section-tools .search-input{width:min(100%,360px)}.header-search-wrap{flex-wrap:wrap}.topbar-title,.topbar>.search-input,.toolbar-actions{grid-area:auto/1}.toolbar-actions{justify-content:flex-start}.orders-layout,.reports-layout.has-details,.operations-layout,.profile-grid,.driver-account-form{direction:rtl;grid-template-columns:1fr}.profile-page .current-driver-order-row{grid-template-columns:1fr}.profile-page .current-driver-order-actions{grid-template-columns:repeat(4,minmax(90px,1fr))}.operations-shell{gap:14px;padding-inline:4px}.operations-layout{gap:18px}.orders-table-card,.order-details,.reports-table-card,.report-details,.drivers-panel,.map-card{grid-area:auto}.order-details{position:static}.stats-grid.four,.stats-grid.five,.late-grid,.driver-cards-grid{grid-template-columns:repeat(2,1fr)}.accounting-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.driver-profile-report-links{grid-template-columns:1fr}.driver-report-hero{grid-template-columns:82px minmax(0,1fr)}.driver-report-hero-stat{grid-column:1/-1}.leaderboard-hero,.central-search-hero,.leaderboard-podium{grid-template-columns:1fr}.leaderboard-podium-card.rank-1,.leaderboard-podium-card.rank-2,.leaderboard-podium-card.rank-3{order:initial;min-height:240px}.finance-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.finance-integrated-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-charts-grid,.finance-management-grid,.finance-tables-grid{grid-template-columns:1fr}.chart-wrap{grid-template-columns:145px minmax(0,1fr);gap:14px}.pie-chart{width:138px;height:138px}}@media (width<=900px){.dashboard-shell,.dashboard-shell.sidebar-collapsed{padding-right:0}.sidebar{transform:translate(100%)}.sidebar.collapsed{width:282px;padding:26px 18px}.sidebar.collapsed .brand{justify-content:center;margin-bottom:30px}.sidebar.collapsed .side-nav a span,.sidebar.collapsed .manager-card-main>div,.sidebar.collapsed .manager-card-main>svg{display:block}.sidebar.collapsed .brand-mark{border-radius:0;width:150px;height:150px}.sidebar.collapsed .sidebar-logo{width:150px;height:150px}.sidebar.collapsed .side-nav a{justify-content:flex-start;padding:0 18px}.sidebar.collapsed .manager-card-main{grid-template-columns:48px 1fr 16px;justify-items:stretch;min-height:92px;padding:14px}.sidebar-toggle{display:none}.sidebar.open{transform:translate(0)}.sidebar-overlay{z-index:19;background:#0f172a57;display:block;position:fixed;inset:0}.mobile-menu,.floating-menu{display:grid}.main-area{padding:10px}.operations-shell{padding:4px 0 0}.operations-page{padding-top:10px;padding-bottom:72px}.operations-scroll-actions{top:12px}.tabs-card,.settings-grid,.admin-details-grid,.login-page{grid-template-columns:1fr}.login-page{padding:18px}.login-brand-panel{padding:30px}.login-brand-panel h1{margin-top:32px;font-size:32px}.profile-header{grid-template-columns:70px 1fr}.profile-actions{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.driver-report-hero{text-align:center;grid-template-columns:1fr;justify-items:center}.driver-report-hero .profile-title-row,.driver-report-meta{justify-content:center}.driver-report-hero-stat{width:100%}.driver-report-filters{grid-template-columns:1fr;display:grid}.driver-report-filters select,.driver-report-filters input{width:100%}.stats-grid.four,.stats-grid.five,.stats-grid.six,.charts-grid,.late-grid,.driver-cards-grid,.accounting-summary-grid{grid-template-columns:1fr}.finance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-tabs-card{width:100%}.finance-tabs-card button{flex:180px}.classifications-modal{max-height:92vh;padding:14px}.restaurant-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=620px){.central-search-result{grid-template-columns:46px minmax(0,1fr)}.central-search-result-status,.central-search-result>svg{grid-column:2;justify-self:start}.central-search-box{grid-template-columns:32px minmax(0,1fr)}.home-grid{grid-template-columns:1fr;gap:18px 0}.home-card{aspect-ratio:auto;min-height:176px;padding:18px}.home-card-stat strong{font-size:30px}.home-card-title{font-size:17px}.toolbar-actions{overflow-x:auto}.topbar-title h1{font-size:24px}.panel-split,.details-grid,.tracking-content,.chart-wrap,.profile-actions,.generated-field{grid-template-columns:1fr}.pie-chart{justify-self:center}.pagination-row{flex-direction:column;align-items:flex-start;gap:10px}.edit-form-grid,.edit-item-row{grid-template-columns:1fr}.product-list-row.addon-row{grid-template-columns:minmax(0,1fr) minmax(92px,.7fr) 42px 42px}.dialog-backdrop{padding:10px}.classification-header{align-items:stretch}.classification-header h2{font-size:20px}.classification-switch button,.classification-periods button,.classification-button{flex:140px}.admin-details-head{text-align:center;grid-template-columns:1fr;justify-items:center}.finance-summary-grid,.finance-form,.finance-integrated-grid{grid-template-columns:1fr}.finance-chart-wrap,.finance-chart-wrap.compact{height:280px}.restaurant-manager-toolbar,.restaurant-products-grid{grid-template-columns:1fr}}.notification-page{direction:rtl;grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:18px}.notification-composer{direction:rtl;gap:16px;padding:18px;display:grid}.notification-panel-head{background:linear-gradient(135deg,#fdf2f8,#fff);border:1px solid #ec489929;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:14px;display:flex}.notification-panel-head span{color:#be185d;font-size:12px;font-weight:900}.notification-panel-head h2{color:#111827;margin:4px 0 0;font-size:21px}.notification-panel-head>svg{color:#db2777}.notification-targets{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.notification-targets button{color:#475569;text-align:right;background:#fff;border:1px solid #ec489929;border-radius:8px;grid-template-columns:28px minmax(0,1fr) 34px;align-items:center;gap:8px;min-height:74px;padding:10px;display:grid}.notification-targets button.active{color:#be185d;background:#fdf2f8;border-color:#db27776b;box-shadow:inset 0 0 0 1px #ec48991a}.notification-targets button svg{color:#db2777}.notification-targets button span{font-weight:900}.notification-targets button b{color:#be185d;background:#ec48991f;border-radius:8px;place-items:center;min-width:32px;height:30px;font-size:12px;display:inline-grid}.notification-fields{gap:12px;display:grid}.notification-fields label{color:#334155;gap:8px;font-weight:900;display:grid}.notification-fields input,.notification-fields textarea{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:8px;outline:0;padding:0 14px;font-weight:800}.notification-fields input:focus,.notification-fields textarea:focus{border-color:#ec489980;box-shadow:0 0 0 3px #ec48991a}.notification-fields input{min-height:48px}.notification-fields textarea{resize:vertical;min-height:118px;padding-top:13px;line-height:1.7}.notification-summary{flex-wrap:wrap;gap:8px;display:flex}.notification-summary span{border:1px solid var(--border);color:#475569;background:#f8fafc;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.notification-send-button{color:#fff;background:#db2777;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:50px;font-weight:900;display:inline-flex;box-shadow:0 14px 28px #db277738}.notification-send-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.notification-history{border-top:1px solid var(--border);gap:10px;padding-top:14px;display:grid}.notification-history-title{color:#be185d;align-items:center;gap:8px;display:flex}.notification-history article{background:#fffafd;border:1px solid #ec489924;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 12px;display:flex}.notification-history article strong,.notification-history article span,.notification-history p{display:block}.notification-history article strong{color:#111827;font-size:13px}.notification-history article span,.notification-history p{color:#64748b;margin:4px 0 0;font-size:12px;font-weight:800}.notification-history article svg{color:#16a34a}.notification-phone-preview{direction:rtl;background:linear-gradient(#fff,#fdf2f8);border:1px solid #ec489929;border-radius:8px;place-items:center;min-height:640px;padding:24px;display:grid;position:sticky;top:14px;box-shadow:0 16px 34px #0f172a0f}.phone-device{background:#111827;border-radius:34px;width:min(100%,310px);min-height:590px;padding:12px;box-shadow:0 26px 60px #0f172a42}.phone-status{color:#fff;justify-content:space-between;align-items:center;height:36px;padding:0 16px;font-size:12px;font-weight:900;display:flex}.phone-status i{background:#020617;border-radius:99px;width:48px;height:14px}.phone-screen{background:linear-gradient(#ec489914,#0000 32%),#f8fafc;border-radius:26px;align-content:start;gap:16px;min-height:530px;padding:18px;display:grid}.phone-app-row{align-items:center;gap:10px;display:flex}.phone-app-icon{color:#db2777;background:#fff;border:1px solid #ec48992e;border-radius:13px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 10px 20px #db277724}.phone-app-row strong,.phone-app-row small,.phone-notification-card strong,.phone-notification-card p{display:block}.phone-app-row strong{color:#111827;font-size:13px}.phone-app-row small{color:#64748b;margin-top:2px;font-size:11px}.phone-notification-card{background:#fffffff0;border:1px solid #0f172a14;border-radius:18px;padding:15px;box-shadow:0 16px 32px #0f172a1f}.phone-notification-card strong{color:#111827;font-size:15px;line-height:1.5}.phone-notification-card p{color:#475569;margin:7px 0 0;font-size:12px;line-height:1.7}.phone-target-chip{color:#be185d;background:#fdf2f8;border:1px solid #ec489929;border-radius:999px;width:max-content;padding:7px 12px;font-size:12px;font-weight:900}@media (width<=1180px){.notification-page{direction:rtl;grid-template-columns:1fr}.notification-phone-preview{min-height:auto;position:static}}@media (width<=760px){.notification-targets{grid-template-columns:1fr}.notification-panel-head{align-items:flex-start}.phone-device{width:min(100%,290px)}}.edit-modal-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;display:grid}@media (width<=1024px){.edit-modal-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.edit-modal-grid{grid-template-columns:1fr}.edit-modal-grid>div{border-bottom:2px solid var(--border);border-radius:0}.edit-modal-grid>div:last-child{border-bottom:none}}.header-create-order-button{justify-content:center;align-items:center;gap:8px;width:auto;min-height:42px;margin:0;padding:0 16px;display:inline-flex}.header-order-actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.create-order-page{scroll-behavior:smooth;padding-bottom:40px;height:calc(100vh - 134px)!important;overflow:hidden auto!important}.create-order-nav{z-index:10;-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);background:#ffffffeb;border-radius:16px;align-items:center;gap:8px;margin-bottom:6px;padding:10px 16px;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000f}.create-order-nav>button{background:var(--bg);border:1px solid var(--border);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:7px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.create-order-nav>button:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-dark)}.create-order-nav>button.done{background:var(--primary-soft);color:var(--primary-dark);border-color:#10b9814d}.create-order-nav .nav-check{color:var(--primary)}.create-order-nav em{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;font-style:normal;font-weight:700;display:inline-flex}.create-order-nav-scroll{gap:4px;margin-right:auto;display:flex}.create-order-nav-scroll button{background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:10px;place-items:center;transition:all .2s;display:inline-grid}.create-order-nav-scroll button:hover{background:var(--primary-soft);color:var(--primary-dark);border-color:var(--primary)}.phone-hint{border-radius:10px;align-items:center;gap:6px;margin-top:2px;padding:6px 10px;font-size:13px;font-weight:500;animation:.25s phoneHintSlide;display:flex}.phone-hint.valid{color:var(--primary-dark);background:var(--primary-soft)}.phone-hint.invalid{color:#dc2626;background:#fef2f2}@keyframes phoneHintSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.create-order-summary .edit-form-grid label.field-error input{background:#fefefe;border-color:#fca5a5}.create-order-summary .edit-form-grid label.field-error input:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.create-order-summary .edit-form-grid label.field-success input{border-color:#10b98166}.create-order-summary .edit-form-grid label.field-success input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #10b9811f}.create-order-layout{direction:ltr;grid-template-columns:minmax(380px,430px) minmax(420px,1fr) minmax(360px,390px);align-items:start;gap:24px;scroll-margin-top:80px;display:grid}.create-order-layout>*{direction:rtl}.normal-order-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.normal-order-main{gap:18px;display:grid}.normal-order-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.create-order-panel,.create-order-summary{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:24px;scroll-margin-top:80px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 40px #0000000a}.create-order-panel:hover,.create-order-summary:hover{box-shadow:0 15px 50px #00000014}.create-order-restaurant-panel{gap:12px;min-height:0;scroll-margin-top:80px;display:grid;position:sticky;top:24px}.restaurant-view-switch{background:#ffffffeb;border:1px solid #ec489929;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:7px;display:grid;box-shadow:0 12px 28px #0f172a12}.restaurant-view-switch button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-weight:900;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.restaurant-view-switch button:hover{color:#be185d;background:#fdf2f8;border-color:#ec489933;transform:translateY(-1px)}.restaurant-view-switch button.active{color:#be185d;background:linear-gradient(135deg,#fdf2f8,#fff);border-color:#ec489961;box-shadow:0 8px 18px #db27771f}.restaurant-view-animate{animation:.24s both restaurantViewIn}@keyframes restaurantViewIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.restaurant-cards-view{background:linear-gradient(#fdf2f8c7,#fffffff5 32%),#fff;border:1px solid #ec489929;border-radius:26px;grid-template-rows:auto auto minmax(0,1fr);gap:14px;height:min(820px,100vh - 218px);min-height:min(720px,100vh - 218px);padding:16px;display:grid;overflow:hidden;box-shadow:0 20px 48px #0f172a1a}.restaurant-cards-header{align-items:center;gap:10px;display:flex}.restaurant-cards-header strong,.restaurant-cards-header small{display:block}.restaurant-cards-header strong{color:#111827;font-size:19px;font-weight:900}.restaurant-cards-header small{color:#64748b;margin-top:2px;font-size:12px;font-weight:800}.restaurant-cards-search{background:#ffffffeb;border-color:#ec48991f;min-height:50px;margin-bottom:0;box-shadow:0 10px 22px #0f172a0f}.restaurant-cards-list{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:#ec4899d1 #fdf2f8f5;grid-auto-rows:minmax(148px,auto);gap:12px;min-height:0;padding:2px 0 6px 8px;display:grid;overflow:hidden auto}.restaurant-cards-list::-webkit-scrollbar{width:9px}.restaurant-cards-list::-webkit-scrollbar-track{background:#fdf2f8;border-radius:999px}.restaurant-cards-list::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899eb,#db2777f5);border:2px solid #fdf2f8;border-radius:999px}.restaurant-card-choice{color:#111827;text-align:right;cursor:pointer;background:#ffffffdb;border:1px solid #ec489924;border-radius:22px;grid-template-columns:86px minmax(0,1fr);align-items:start;gap:14px;width:100%;min-height:148px;padding:15px;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:grid;position:relative;overflow:hidden}.restaurant-card-choice:hover{border-color:#ec489957;transform:translateY(-3px);box-shadow:0 14px 34px #be185d21}.restaurant-card-choice.active{background:linear-gradient(135deg,#fdf2f8,#fff);border-color:#ec4899b8;box-shadow:0 16px 34px #db277729}.restaurant-card-choice img,.restaurant-card-choice .restaurant-tablet-fallback{object-fit:cover;border-radius:20px;width:86px;height:86px;box-shadow:0 10px 24px #0f172a1a}.restaurant-card-choice .restaurant-tablet-fallback{color:#be185d;background:#fdf2f8;place-items:center;display:grid}.restaurant-card-info{gap:7px;min-width:0;padding-left:58px;display:grid}.restaurant-card-info b{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:950;line-height:1.25;overflow:hidden}.restaurant-card-info>small{color:#64748b;font-size:13px;font-weight:850}.restaurant-card-choice em{color:#be185d;background:#fdf2f8;border-radius:999px;justify-content:center;align-items:center;min-width:50px;min-height:25px;font-size:10px;font-style:normal;font-weight:950;display:inline-flex;position:absolute;top:12px;left:12px}.restaurant-card-choice.active em{color:#fff;background:#ec4899}.restaurant-tablet{background:linear-gradient(145deg,#111827,#020617 52%,#1f2937);border-radius:38px;height:min(820px,100vh - 218px);min-height:min(720px,100vh - 218px);padding:14px;box-shadow:0 24px 54px #0f172a33}.restaurant-tablet-frame{background:#ffffff0f;border:1px solid #ffffff24;border-radius:31px;height:100%;padding:19px 12px 12px;position:relative}.restaurant-tablet-camera{background:#94a3b885;border-radius:999px;width:58px;height:5px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.restaurant-tablet-screen{background:linear-gradient(#fdf2f89e,#fffffff5 34%),#fff;border-radius:25px;grid-template-rows:auto auto minmax(0,1fr);gap:14px;height:100%;min-height:0;padding:16px;display:grid;overflow:hidden}.restaurant-tablet-header{align-items:center;gap:10px;margin-bottom:0;display:flex}.restaurant-tablet-logo{background:#fff;border:1px solid #ec489933;border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 24px #be185d1f}.restaurant-tablet-header strong,.restaurant-tablet-header small{display:block}.restaurant-tablet-header strong{color:var(--text);font-size:19px;font-weight:900}.restaurant-tablet-header small{color:var(--muted);margin-top:2px;font-size:13px;font-weight:800}.restaurant-tablet-search{background:#ffffffe6;border-color:#ec48991f;min-height:50px;margin-bottom:0;box-shadow:0 10px 22px #0f172a0f}.restaurant-tablet-list{scrollbar-color:#ec4899d1 #fdf2f8f5;flex:1;min-height:0;max-height:none;padding:2px 0 4px 8px}.restaurant-tablet-list button{background:#ffffffd6;border-radius:20px;grid-template-columns:64px minmax(0,1fr) auto;min-height:112px}.restaurant-tablet-list button em{color:#64748b;background:#f8fafc;border-radius:999px;justify-content:center;align-items:center;min-width:52px;min-height:28px;font-size:11px;font-style:normal;font-weight:900;display:inline-flex}.restaurant-tablet-list button.active em{background:var(--primary);color:#fff}.restaurant-tablet-info{gap:6px;min-width:0;display:grid}.restaurant-tablet-hours{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.restaurant-tablet-hours i{color:#be185d;white-space:nowrap;background:#fdf2f8;border:1px solid #ec48992e;border-radius:999px;align-items:center;gap:4px;min-height:25px;padding:0 9px;font-size:11px;font-style:normal;font-weight:900;display:inline-flex}.restaurant-tablet-hours i.muted{color:#64748b;background:#f8fafc;border-color:#94a3b838}.restaurant-availability-badge{color:#047857;white-space:nowrap;background:#ecfdf5;border:1px solid #10b98133;border-radius:999px;justify-content:center;align-items:center;width:max-content;min-height:25px;padding:0 9px;font-size:11px;font-style:normal;font-weight:900;display:inline-flex}.restaurant-availability-badge.success{color:#047857;background:#ecfdf5;border-color:#10b98133}.restaurant-availability-badge.warning{color:#92400e;background:#fffbeb;border-color:#f59e0b47}.restaurant-availability-badge.danger{color:#b91c1c;background:#fef2f2;border-color:#dc26263d}.restaurant-card-choice.unavailable,.restaurant-tablet-list button.unavailable{cursor:not-allowed;opacity:.72;filter:grayscale(.12)}.restaurant-card-choice.unavailable:hover,.restaurant-tablet-list button.unavailable:hover{box-shadow:none;transform:none}.restaurant-order-blocked{color:#92400e;background:#fffbeb;border:1px solid #f59e0b47;border-radius:14px;gap:4px;margin-bottom:14px;padding:12px 14px;display:grid}.restaurant-order-blocked.danger{color:#b91c1c;background:#fef2f2;border-color:#dc26263d}.restaurant-order-blocked strong{font-size:14px;font-weight:900}.restaurant-order-blocked span{font-size:12px;font-weight:800}.create-order-panel h2,.create-order-summary h2,.create-order-summary h3{color:var(--text);align-items:center;gap:10px;margin:0 0 20px;font-size:20px;font-weight:700;display:flex}.create-order-step-badge{background:var(--primary-soft);width:30px;height:30px;color:var(--primary-dark);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.create-order-summary h3{border-top:1px solid var(--border);color:var(--text);align-items:center;gap:8px;margin-top:28px;padding-top:20px;font-size:16px;display:flex}.create-order-summary h3 svg{color:var(--primary);flex-shrink:0}.create-order-search{background:var(--bg);border:2px solid #0000;border-radius:14px;align-items:center;gap:12px;min-height:48px;margin-bottom:16px;padding:0 16px;transition:all .3s;display:flex;box-shadow:inset 0 2px 4px #00000005}.create-order-search:focus-within{border-color:var(--primary);background:var(--card);box-shadow:0 0 0 4px #10b9811f}.create-order-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-family:inherit;font-size:15px}.create-order-restaurant-list,.create-order-driver-list,.create-order-products-grid{gap:12px;max-height:calc(100vh - 280px);padding-inline-end:8px;display:grid;overflow:auto}.create-order-restaurant-list::-webkit-scrollbar{width:6px}.create-order-driver-list::-webkit-scrollbar{width:6px}.create-order-products-grid::-webkit-scrollbar{width:6px}.create-order-restaurant-list::-webkit-scrollbar-track{background:0 0}.create-order-driver-list::-webkit-scrollbar-track{background:0 0}.create-order-products-grid::-webkit-scrollbar-track{background:0 0}.create-order-restaurant-list::-webkit-scrollbar-thumb{background:#9ca3af4d;border-radius:10px}.create-order-driver-list::-webkit-scrollbar-thumb{background:#9ca3af4d;border-radius:10px}.create-order-products-grid::-webkit-scrollbar-thumb{background:#9ca3af4d;border-radius:10px}.create-order-restaurant-list button{text-align:right;border:1px solid var(--border);background:var(--bg);min-height:76px;color:var(--text);border-radius:16px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;padding:10px 12px;transition:all .25s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden}.create-order-restaurant-list button:hover{border-color:#10b98159;transform:translateY(-2px);box-shadow:0 8px 20px #0000000d}.create-order-restaurant-list button.active,.create-order-driver-list button.active{border-color:var(--primary);background:linear-gradient(135deg,#10b98114 0%,#10b98105 100%);box-shadow:0 4px 15px #10b98126}.create-order-restaurant-list button.active:before,.create-order-driver-list button.active:before{content:"";background:var(--primary);border-radius:0 16px 16px 0;width:4px;position:absolute;top:0;bottom:0;right:0}.create-order-restaurant-list img,.create-order-restaurant-list button>span:not(.restaurant-tablet-info),.create-order-driver-list img{object-fit:cover;border-radius:14px;width:52px;height:52px;transition:transform .3s;box-shadow:0 4px 10px #00000014}.create-order-restaurant-list button:hover img{transform:scale(1.05)}.create-order-restaurant-list button>span:not(.restaurant-tablet-info){background:var(--primary-soft);color:var(--primary-dark);box-shadow:none;place-items:center;display:inline-grid}.create-order-restaurant-list b,.create-order-restaurant-list small{display:block}.create-order-restaurant-list b{margin-bottom:4px;font-size:15px;font-weight:600}.create-order-restaurant-list small{color:var(--muted);align-items:center;gap:6px;font-size:13px;display:flex}.create-order-restaurant-list small:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block}.restaurant-tablet .restaurant-tablet-search{background:#ffffffe6;border-color:#ec48991f;min-height:50px;margin-bottom:0;box-shadow:0 10px 22px #0f172a0f}.restaurant-tablet .restaurant-tablet-list{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:#ec4899d1 #fdf2f8f5;height:100%;min-height:0;max-height:100%;padding:2px 0 4px 8px;overflow:hidden auto}.restaurant-tablet .restaurant-tablet-list button{background:#ffffffd6;border-color:#ec489924;border-radius:20px;grid-template-columns:64px minmax(0,1fr);align-items:start;min-height:126px;padding:14px 14px 14px 18px}.restaurant-tablet .restaurant-tablet-list button:hover{border-color:#ec489961;box-shadow:0 12px 28px #be185d1f}.restaurant-tablet .restaurant-tablet-list button.active{background:linear-gradient(135deg,#fdf2f8f5,#ffffffeb);border-color:#ec4899b3;box-shadow:0 14px 30px #db277729}.restaurant-tablet .restaurant-tablet-list button.active:before{background:#ec4899;border-radius:0 20px 20px 0}.restaurant-tablet .restaurant-tablet-list img,.restaurant-tablet .restaurant-tablet-list .restaurant-tablet-fallback{border-radius:18px;width:64px;height:64px}.restaurant-tablet .restaurant-tablet-list b{color:#111827;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 58px);font-size:17px;font-weight:900;line-height:1.25;overflow:hidden}.restaurant-tablet .restaurant-tablet-list small{color:#64748b;min-height:18px;font-size:13px;font-weight:800}.restaurant-tablet .restaurant-tablet-hours{max-width:100%;padding-left:0}.restaurant-tablet .restaurant-tablet-hours i{max-width:100%;min-height:24px}.restaurant-tablet .restaurant-tablet-hours i.muted{white-space:normal}.restaurant-tablet .restaurant-tablet-list button em{color:#be185d;background:#fdf2f8;border-radius:999px;justify-content:center;align-items:center;min-width:48px;min-height:24px;font-size:10px;font-style:normal;font-weight:900;display:inline-flex;position:absolute;top:10px;left:10px}.restaurant-tablet .restaurant-tablet-list button.active em{color:#fff;background:#ec4899}.restaurant-tablet .restaurant-tablet-list::-webkit-scrollbar{width:9px}.restaurant-tablet .restaurant-tablet-list::-webkit-scrollbar-track{background:#fdf2f8;border-radius:999px}.restaurant-tablet .restaurant-tablet-list::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899eb,#db2777f5);border:2px solid #fdf2f8;border-radius:999px}.restaurant-tablet .restaurant-tablet-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ec4899,#be185d)}.create-order-products{min-height:720px}.create-order-products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;max-height:calc(100vh - 340px)}.create-order-product-card{border:1px solid var(--border);background:var(--bg);border-radius:18px;grid-template-rows:120px minmax(0,1fr) auto;gap:12px;min-height:220px;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid}.create-order-product-card:hover{border-color:#10b98140;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.restaurant-card-choice.discount-card,.restaurant-tablet-list .discount-card{background:linear-gradient(135deg,#fffbebf5,#ecfdf5e6);border-color:#f59e0b59}.discount-card-icon{color:#b45309;background:linear-gradient(135deg,#fef3c7,#fbbf24);border-color:#f59e0b59}.restaurant-card-choice.discount-card.active,.restaurant-tablet-list .discount-card.active{border-color:#f59e0b;box-shadow:0 16px 34px #f59e0b2e}.create-order-product-card.discounted-product-card{background:linear-gradient(180deg, #fffbebbf, var(--bg));border-color:#f59e0b59}.discount-product-restaurant{color:var(--muted);margin-top:4px;font-size:12px;font-weight:700;display:block}.product-discount-badge{color:#fff;background:#f59e0b;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:800;display:inline-flex}.product-price-row{width:fit-content;max-width:100%;color:var(--primary-dark);background:var(--primary-soft);border-radius:10px;flex-wrap:wrap;align-items:center;gap:7px;margin-top:7px;padding:5px 9px;font-size:13px;font-weight:900;display:flex}.product-price-row.compact{margin-top:5px;padding:4px 8px;font-size:12px}.product-price-row s{color:#94a3b8;font-size:.9em;font-weight:800}.product-final-price{color:var(--primary-dark);font-weight:950}.product-addons-total{color:#64748b;margin-top:7px;font-size:12px;font-weight:850;display:block}.product-addons-list{gap:7px;margin-top:9px;display:grid}.product-addons-list.compact{gap:6px;margin-top:7px}.product-addon-chip{min-height:34px;color:var(--text);background:#fff;border:1px solid #e2e8f0f2;border-radius:10px;grid-template-columns:minmax(0,1fr) 24px 20px 24px;align-items:center;gap:5px;padding:5px 6px 5px 9px;display:grid;box-shadow:0 6px 14px #0f172a0a}.product-addon-chip.selected{background:#fff7fb;border-color:#ec489952}.product-addon-name{color:#334155;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:900;overflow:hidden}.product-addon-name em{color:var(--primary-dark);margin-inline-start:4px;font-style:normal;font-weight:950}.addon-stepper-button{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0e6;border-radius:8px;place-items:center;width:24px;height:24px;padding:0;font-size:15px;font-weight:950;display:grid}.addon-stepper-button:not(:disabled):hover{color:var(--primary-dark);background:#fdf2f8;border-color:#ec489952}.addon-stepper-button:disabled{color:#cbd5e1;cursor:not-allowed}.addon-stepper-qty{min-width:20px;color:var(--text);text-align:center;font-size:12px;font-weight:950}.create-order-product-card img{object-fit:cover;border-radius:14px;width:100%;height:120px;transition:transform .5s}.create-order-product-card:hover img{transform:scale(1.05)}.create-order-product-card strong{color:var(--text);font-size:15px;font-weight:700;line-height:1.4;display:block}.create-order-stepper{background:var(--card);border:1px solid var(--border);border-radius:12px;grid-template-columns:42px 1fr 42px;align-items:center;min-height:42px;display:grid;overflow:hidden;box-shadow:inset 0 2px 4px #00000005}.create-order-stepper button{width:42px;height:42px;color:var(--primary);cursor:pointer;background:0 0;border:0;place-items:center;transition:all .2s;display:inline-grid}.create-order-stepper button:hover:not(:disabled){background:#10b9811f}.create-order-stepper button:disabled{color:var(--muted);opacity:.45;cursor:not-allowed}.create-order-stepper b{text-align:center;font-size:16px;font-weight:700}.create-order-summary{flex-direction:column;display:flex;position:sticky;top:24px}.create-order-summary .edit-form-grid{gap:21px}.create-order-summary .edit-form-grid label{color:var(--text);flex-direction:column;gap:10px;font-size:15px;font-weight:700;display:flex}.create-order-summary .edit-form-grid label>span{color:#111827;letter-spacing:.01em;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.create-order-summary .edit-form-grid input{background:var(--bg);color:#0f172a;border:2px solid #cbd5e1;border-radius:14px;outline:none;height:56px;padding:0 18px;font-size:16px;font-weight:700;transition:all .25s}.create-order-summary .edit-form-grid input::placeholder{color:#64748b;font-weight:600}.create-order-summary .edit-form-grid input:focus{border-color:var(--primary);background:var(--card);box-shadow:0 0 0 4px #10b9811f}.create-order-summary .edit-form-grid input:hover:not(:focus){border-color:#94a3b8}.customer-select{position:relative}.customer-name-combobox{gap:8px;display:grid}.customer-name-input{width:100%}.customer-match-badge,.customer-new-hint{border-radius:999px;align-items:center;width:fit-content;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.customer-match-badge{color:#047857;background:#10b9811a;border:1px solid #10b98147}.customer-new-hint{color:#64748b;background:#f8fafc;border:1px solid #94a3b840}.customer-select>button{background:var(--bg);color:#0f172a;text-align:right;border:2px solid #cbd5e1;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:66px;padding:12px 16px;display:flex}.customer-select>button.selected{background:#10b9810f;border-color:#10b98194}.customer-select>button span,.customer-select-list button span{gap:3px;min-width:0;display:grid}.customer-select b,.customer-select small,.customer-select em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-select b{font-size:15px}.customer-select small,.customer-select em{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.customer-select-menu{z-index:80;border:1px solid var(--border);background:var(--card);border-radius:14px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 50px #0f172a2e}.customer-suggestion-menu{min-width:100%}.customer-select-list{max-height:240px;padding:8px;overflow-y:auto}.customer-select-list button{text-align:right;background:0 0;border:0;border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(90px,.75fr);align-items:center;gap:10px;width:100%;padding:10px;display:grid}.customer-select-list button:hover,.customer-select-list button.active{background:#10b98117}.customer-select-list p{color:var(--muted);text-align:center;margin:0;padding:18px 10px}.create-order-summary textarea{resize:vertical;background:var(--bg);color:#0f172a;border:2px solid #cbd5e1;border-radius:14px;outline:none;min-height:116px;padding:16px 18px;font-family:inherit;font-size:16px;font-weight:700;line-height:1.6;transition:all .25s}.create-order-summary textarea::placeholder{color:#64748b;font-weight:600}.create-order-summary textarea:focus{border-color:var(--primary);background:var(--card);box-shadow:0 0 0 4px #10b9811f}.create-order-summary textarea:hover:not(:focus){border-color:#94a3b8}.normal-order-page .edit-form-grid label,.normal-order-page .edit-form-grid label>span{color:#111827;font-weight:800}.normal-order-page .edit-form-grid input,.normal-order-page .edit-form-grid textarea,.normal-order-page .create-order-costs input{color:#0f172a;background:#fff;border:2px solid #cbd5e1;font-weight:700}.normal-order-page .edit-form-grid input::placeholder,.normal-order-page .edit-form-grid textarea::placeholder{color:#64748b;font-weight:600}.normal-order-page .edit-form-grid input:hover:not(:focus),.normal-order-page .edit-form-grid textarea:hover:not(:focus),.normal-order-page .create-order-costs input:hover:not(:focus){border-color:#94a3b8}.normal-order-page .create-order-panel h2,.normal-order-page .create-order-summary h2{color:#0f172a;font-weight:900}.create-order-driver-list{max-height:320px}.create-order-driver-picker{background:linear-gradient(135deg, #10b98114, #3b82f60a), var(--card);border:1px solid #10b9812e;border-radius:18px;gap:12px;margin:14px 0 20px;padding:14px;display:grid}.create-order-driver-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.create-order-driver-header h3{margin:0}.create-order-driver-header small{color:var(--muted);font-size:12px;font-weight:700}.create-order-driver-search{border:1px solid var(--border);min-height:44px;color:var(--muted);background:#fff;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:grid}.create-order-driver-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #10b9811f}.create-order-driver-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-family:inherit;font-size:14px;font-weight:700}.create-order-driver-search button{background:var(--primary-soft);color:var(--primary-dark);cursor:pointer;border:0;border-radius:999px;padding:5px 9px;font-family:inherit;font-size:12px;font-weight:800}.create-order-driver-list button{border:1px solid var(--border);background:var(--bg);min-height:78px;color:var(--text);text-align:right;cursor:pointer;border-radius:16px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px;transition:all .25s;display:grid;position:relative;overflow:hidden}.create-order-driver-list button:hover:not(:disabled){border-color:#10b98159;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.create-order-driver-list button:disabled{opacity:.72;cursor:not-allowed;filter:grayscale(.35)}.create-order-driver-list button.full{background:#f8fafce6;border-color:#cbd5e1e6}.create-order-driver-avatar{width:52px;height:52px;color:var(--primary-dark);background:linear-gradient(135deg,#10b98129,#3b82f624);border-radius:16px;place-items:center;display:inline-grid}.create-order-driver-info{min-width:0}.create-order-driver-list b,.create-order-driver-list small{display:block}.create-order-driver-list b{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:900;overflow:hidden}.create-order-driver-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.create-order-driver-status{justify-items:end;gap:5px;display:grid}.create-order-driver-list em{min-width:52px;color:var(--primary-dark);background:var(--primary-soft);text-align:center;border-radius:999px;padding:6px 10px;font-size:12px;font-style:normal;font-weight:600}.create-order-driver-list button.full em{color:#991b1b;background:#fee2e2}.create-order-driver-status small{color:var(--muted);margin:0;font-size:11px;font-weight:800}.create-order-costs{background:var(--bg);border:1px solid var(--border);border-radius:16px;gap:14px;margin-top:16px;padding:20px;display:grid}.create-order-costs label{color:#111827;gap:10px;font-size:15px;font-weight:800;display:grid}.create-order-costs input{background:var(--card);color:#0f172a;border:2px solid #cbd5e1;border-radius:14px;outline:none;min-height:56px;padding:0 18px;font-family:inherit;font-size:16px;font-weight:800;transition:all .25s}.create-order-costs input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #10b9811f}.create-order-costs input:hover:not(:focus){border-color:#94a3b8}.create-order-costs p,.create-order-costs strong{min-height:40px;color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin:0;padding:4px 0;font-size:15px;display:flex}.create-order-costs p b{color:#0f172a;font-weight:800}.create-order-costs strong{border-top:2px solid var(--primary-soft);min-height:56px;color:var(--primary-dark);margin-top:8px;padding-top:12px;font-size:22px}.create-order-costs strong b{color:var(--primary-dark)}.create-order-submit{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;margin-top:24px;font-size:17px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 20px #10b98140}.create-order-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 12px 25px #10b98159}.create-order-submit:active:not(:disabled){transform:translateY(1px)}.create-order-submit:disabled{opacity:.65;cursor:not-allowed;filter:grayscale(.3)}@media (width<=1280px){.create-order-layout{grid-template-columns:minmax(360px,410px) minmax(0,1fr)}.create-order-summary{grid-column:1/-1;position:static}}@media (width<=860px){.create-order-layout,.normal-order-layout,.normal-order-grid,.create-order-products-grid{grid-template-columns:1fr}.create-order-restaurant-panel{position:static}.restaurant-tablet,.restaurant-cards-view{height:min(700px,100vh - 170px);min-height:520px}.restaurant-card-choice{grid-template-columns:74px minmax(0,1fr);min-height:136px;padding:13px}.restaurant-card-choice img,.restaurant-card-choice .restaurant-tablet-fallback{width:74px;height:74px}.create-order-products{min-height:auto}.create-order-restaurant-list:not(.restaurant-tablet-list),.create-order-driver-list,.create-order-products-grid{max-height:none}.restaurant-tablet-list{max-height:100%;overflow:hidden auto}.create-order-nav{gap:6px;padding:8px 10px}.create-order-nav>button{padding:8px 12px;font-size:13px}.create-order-nav>button span{display:none}}.dashboard-shell p,.dashboard-shell small,.dashboard-shell em,.dashboard-shell input::placeholder,.dashboard-shell textarea::placeholder{font-weight:400}@media print{@page{size:A4;margin:14mm 12mm}html,body{background:#fff!important;width:auto!important;min-width:0!important;height:auto!important;overflow:visible!important}body.printing-finance-summary *{visibility:hidden!important;box-shadow:none!important;text-shadow:none!important}body.printing-finance-summary .finance-print-report,body.printing-finance-summary .finance-print-report *{visibility:visible!important}body.printing-finance-summary .finance-print-report{direction:rtl;width:100%;padding:0;font-family:Arial,Tahoma,sans-serif;font-size:11px;line-height:1.55;position:absolute;inset:0 auto auto 0;color:#000!important;background:#fff!important;display:block!important}body.printing-finance-summary .finance-print-report,body.printing-finance-summary .finance-print-report *{color:#000!important;filter:grayscale()!important;background:0 0!important;border-color:#000!important}body.printing-finance-summary .finance-print-header,body.printing-finance-summary .finance-print-block,body.printing-finance-summary .finance-print-footer{z-index:1;position:relative}body.printing-finance-summary .finance-print-header{border-bottom:2px solid #000;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;padding-bottom:10px;display:flex}body.printing-finance-summary .finance-print-header h1{margin:2px 0;font-size:25px;font-weight:900}body.printing-finance-summary .finance-print-header span,body.printing-finance-summary .finance-print-header strong,body.printing-finance-summary .finance-print-header small,body.printing-finance-summary .finance-print-header p{margin:0;font-weight:800;display:block}body.printing-finance-summary .finance-print-header strong{text-align:left;font-size:16px}body.printing-finance-summary .finance-print-header small{margin-top:4px;font-size:10px}body.printing-finance-summary .finance-print-kpis{border-top:1px solid #000;border-right:1px solid #000;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 12px;display:grid}body.printing-finance-summary .finance-print-kpis p{border-bottom:1px solid #000;border-left:1px solid #000;align-content:center;gap:2px;min-height:38px;margin:0;padding:6px 8px;display:grid}body.printing-finance-summary .finance-print-kpis span{font-weight:700}body.printing-finance-summary .finance-print-kpis strong{font-size:14px;font-weight:900}body.printing-finance-summary .finance-print-block{break-inside:avoid;page-break-inside:avoid;margin:0 0 11px}body.printing-finance-summary .finance-print-block h2{border:1px solid #000;margin:0 0 6px;padding:5px 8px;font-size:14px;font-weight:900}body.printing-finance-summary table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0}body.printing-finance-summary thead{display:table-header-group}body.printing-finance-summary tr{break-inside:avoid;page-break-inside:avoid}body.printing-finance-summary th,body.printing-finance-summary td{text-align:right;vertical-align:top;word-break:break-word;border:1px solid #000;padding:5px 6px}body.printing-finance-summary th{font-weight:900}body.printing-finance-summary .finance-print-footer{border-top:2px solid #000;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:8px;font-weight:800;display:flex}body.printing-finance-summary svg,body.printing-finance-summary img,body.printing-finance-summary button{display:none!important}body.printing-driver-report *{visibility:hidden!important;box-shadow:none!important;text-shadow:none!important}body.printing-driver-report .driver-print-report,body.printing-driver-report .driver-print-report *{visibility:visible!important}body.printing-driver-report .driver-print-report{direction:rtl;width:100%;padding:0;font-family:Arial,Tahoma,sans-serif;font-size:10.5px;line-height:1.55;position:absolute;inset:0 auto auto 0;color:#000!important;background:#fff!important;display:block!important}body.printing-driver-report .driver-print-report,body.printing-driver-report .driver-print-report *{color:#000!important;filter:grayscale()!important;background:0 0!important;border-color:#000!important}body.printing-driver-report .driver-print-header,body.printing-driver-report .driver-print-block,body.printing-driver-report .driver-print-footer{z-index:1;position:relative}body.printing-driver-report .driver-print-header{border-bottom:2px solid #000;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;padding-bottom:10px;display:flex}body.printing-driver-report .driver-print-header h1{margin:2px 0;font-size:24px;font-weight:900}body.printing-driver-report .driver-print-header span,body.printing-driver-report .driver-print-header strong,body.printing-driver-report .driver-print-header small,body.printing-driver-report .driver-print-header p{margin:0;font-weight:800;display:block}body.printing-driver-report .driver-print-header strong{text-align:left;font-size:16px}body.printing-driver-report .driver-print-header small{margin-top:4px;font-size:10px}body.printing-driver-report .driver-print-info-grid{border-top:1px solid #000;border-right:1px solid #000;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 12px;display:grid}body.printing-driver-report .driver-print-info-grid p{border-bottom:1px solid #000;border-left:1px solid #000;grid-template-columns:.92fr 1.08fr;align-items:center;gap:6px;min-height:32px;margin:0;padding:5px 7px;display:grid}body.printing-driver-report .driver-print-info-grid span{font-weight:700}body.printing-driver-report .driver-print-info-grid strong{font-weight:900}body.printing-driver-report .driver-print-block{break-inside:avoid;page-break-inside:avoid;margin:0 0 11px}body.printing-driver-report .driver-print-block h2{border:1px solid #000;margin:0 0 6px;padding:5px 8px;font-size:14px;font-weight:900}body.printing-driver-report table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0}body.printing-driver-report thead{display:table-header-group}body.printing-driver-report tr{break-inside:avoid;page-break-inside:avoid}body.printing-driver-report th,body.printing-driver-report td{text-align:right;vertical-align:top;word-break:break-word;border:1px solid #000;padding:5px 6px}body.printing-driver-report th{font-weight:900}body.printing-driver-report .driver-print-footer{border-top:2px solid #000;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:8px;font-weight:800;display:flex}body.printing-driver-report svg,body.printing-driver-report img,body.printing-driver-report button{display:none!important}body.printing-restaurant-report *{visibility:hidden!important;box-shadow:none!important;text-shadow:none!important}body.printing-restaurant-report .restaurant-print-report,body.printing-restaurant-report .restaurant-print-report *{visibility:visible!important}body.printing-restaurant-report .restaurant-print-report{direction:rtl;width:100%;padding:0;font-family:Arial,Tahoma,sans-serif;font-size:11px;line-height:1.55;position:absolute;inset:0 auto auto 0;color:#000!important;background:#fff!important;display:block!important}body.printing-restaurant-report .restaurant-print-report,body.printing-restaurant-report .restaurant-print-report *{color:#000!important;filter:grayscale()!important;background:0 0!important;border-color:#000!important}body.printing-restaurant-report .restaurant-print-watermark{z-index:0;letter-spacing:0;white-space:nowrap;pointer-events:none;font-size:92px;font-weight:900;position:fixed;top:42%;left:50%;transform:translate(-50%,-50%)rotate(-34deg);color:#0000000e!important}body.printing-restaurant-report .restaurant-print-header,body.printing-restaurant-report .restaurant-print-block,body.printing-restaurant-report .restaurant-print-order{z-index:1;position:relative}body.printing-restaurant-report .restaurant-print-header{border-bottom:2px solid #000;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;padding-bottom:10px;display:flex}body.printing-restaurant-report .restaurant-print-header h1{margin:2px 0;font-size:24px;font-weight:900}body.printing-restaurant-report .restaurant-print-header span,body.printing-restaurant-report .restaurant-print-header strong,body.printing-restaurant-report .restaurant-print-header small,body.printing-restaurant-report .restaurant-print-header p{margin:0;font-weight:800;display:block}body.printing-restaurant-report .restaurant-print-header strong{text-align:left;font-size:18px}body.printing-restaurant-report .restaurant-print-header small{margin-top:4px;font-size:10px}body.printing-restaurant-report .restaurant-print-block{break-inside:avoid;page-break-inside:avoid;margin:0 0 12px}body.printing-restaurant-report .restaurant-print-block h2{border:1px solid #000;margin:0 0 7px;padding:5px 8px;font-size:14px;font-weight:900}body.printing-restaurant-report .restaurant-print-info-grid,body.printing-restaurant-report .restaurant-print-summary,body.printing-restaurant-report .restaurant-print-order-meta,body.printing-restaurant-report .restaurant-print-costs{border-top:1px solid #000;border-right:1px solid #000;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}body.printing-restaurant-report .restaurant-print-summary{grid-template-columns:repeat(4,minmax(0,1fr))}body.printing-restaurant-report .restaurant-print-info-grid p,body.printing-restaurant-report .restaurant-print-summary p,body.printing-restaurant-report .restaurant-print-order-meta p,body.printing-restaurant-report .restaurant-print-costs span{border-bottom:1px solid #000;border-left:1px solid #000;grid-template-columns:.92fr 1.08fr;align-items:center;gap:6px;min-height:30px;margin:0;padding:5px 7px;display:grid}body.printing-restaurant-report .restaurant-print-summary p{grid-template-columns:1fr;gap:2px}body.printing-restaurant-report .restaurant-print-info-grid span,body.printing-restaurant-report .restaurant-print-summary span,body.printing-restaurant-report .restaurant-print-order-meta span{font-weight:700}body.printing-restaurant-report .restaurant-print-info-grid strong,body.printing-restaurant-report .restaurant-print-summary strong,body.printing-restaurant-report .restaurant-print-order-meta strong,body.printing-restaurant-report .restaurant-print-costs strong{font-weight:900}body.printing-restaurant-report table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0}body.printing-restaurant-report thead{display:table-header-group}body.printing-restaurant-report tr{break-inside:avoid;page-break-inside:avoid}body.printing-restaurant-report th,body.printing-restaurant-report td{text-align:right;vertical-align:top;word-break:break-word;border:1px solid #000;padding:5px 6px}body.printing-restaurant-report th{font-weight:900}body.printing-restaurant-report .restaurant-print-order{break-inside:avoid;page-break-inside:avoid;border:1px solid #000;margin:0 0 10px;padding:8px}body.printing-restaurant-report .restaurant-print-order h3{margin:0 0 7px;font-size:13px;font-weight:900}body.printing-restaurant-report .restaurant-print-order table{margin-top:7px}body.printing-restaurant-report .restaurant-print-costs{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:7px}body.printing-restaurant-report .restaurant-print-costs span{grid-template-columns:1fr}body.printing-restaurant-report .restaurant-print-note,body.printing-restaurant-report .restaurant-print-empty{border:1px solid #000;margin:7px 0 0;padding:6px 8px}body.printing-restaurant-report .restaurant-print-note span{font-weight:900}body.printing-restaurant-report svg,body.printing-restaurant-report img,body.printing-restaurant-report button{display:none!important}}.driver-distribution-page{gap:14px;overflow:hidden}.driver-distribution-toolbar{grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.driver-distribution-toolbar .driver-distribution-search{min-height:46px}.driver-distribution-stats{grid-template-columns:repeat(3,minmax(112px,1fr));gap:10px;display:grid}.driver-distribution-stats span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:3px;min-height:54px;padding:8px 10px;display:grid}.driver-distribution-stats b{color:#0f172a;font-size:18px;font-weight:900;line-height:1}.driver-distribution-stats small{color:#64748b;font-size:12px;font-weight:800}.driver-distribution-grid{grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);align-items:stretch;gap:14px;min-height:0;display:grid}.driver-distribution-orders-panel,.driver-distribution-details-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.driver-distribution-orders-panel{min-height:610px}.driver-distribution-details-panel{gap:14px;padding:14px}.driver-distribution-panel-head{justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px;display:flex}.driver-distribution-details-panel>.driver-distribution-panel-head{padding:0}.driver-distribution-panel-head.compact{padding:2px 0 0}.driver-distribution-panel-head span{gap:4px;min-width:0;display:grid}.driver-distribution-panel-head b{color:#0f172a;font-size:15px;font-weight:900}.driver-distribution-panel-head small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.6;overflow:hidden}.driver-distribution-table-scroll{border-top:1px solid #eef2f7;flex:auto;max-height:560px}.driver-distribution-driver-scroll{border:1px solid #eef2f7;border-radius:14px;flex:0 auto;max-height:352px}.driver-distribution-orders-table{min-width:1120px}.driver-distribution-drivers-table{min-width:680px}.driver-distribution-orders-table th,.driver-distribution-drivers-table th{color:#475569;background:#f8fafc;height:44px;font-size:12px;font-weight:900}.driver-distribution-orders-table td,.driver-distribution-drivers-table td{color:#334155;font-weight:700}.driver-distribution-orders-table tbody tr,.driver-distribution-drivers-table tbody tr{transition:background .16s,box-shadow .16s}.driver-distribution-orders-table tbody tr{cursor:pointer}.driver-distribution-orders-table tbody tr:hover,.driver-distribution-orders-table tbody tr:focus,.driver-distribution-orders-table tbody tr.selected{background:#f8fbff;outline:0}.driver-distribution-orders-table tbody tr.selected{box-shadow:inset -3px 0 #2563eb}.driver-distribution-drivers-table tbody tr.full{color:#94a3b8;background:#f8fafc}.driver-distribution-code{color:#3730a3;background:#eef2ff;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.driver-distribution-type-badge,.driver-distribution-status-badge,.driver-distribution-load-badge,.driver-distribution-driver-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:4px 9px;font-size:12px;font-weight:900;display:inline-flex}.driver-distribution-type-badge.food{color:#047857;background:#ecfdf5}.driver-distribution-type-badge.normal{color:#1d4ed8;background:#eff6ff}.driver-distribution-status-badge{color:#c2410c;background:#fff7ed}.driver-distribution-load-badge{color:#334155;background:#f1f5f9}.driver-distribution-driver-badge.available{color:#166534;background:#dcfce7}.driver-distribution-driver-badge.full{color:#991b1b;background:#fee2e2}.driver-distribution-driver-cell{align-items:center;gap:9px;min-width:0;display:flex}.driver-distribution-driver-cell img,.driver-distribution-driver-cell .driver-distribution-avatar{flex:none;width:34px;height:34px}.driver-distribution-driver-cell b{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.driver-distribution-assign-button{color:#fff;min-height:34px;font:inherit;white-space:nowrap;cursor:pointer;background:#0f766e;border:0;border-radius:10px;padding:0 12px;font-size:12px;font-weight:900}.driver-distribution-assign-button:hover:not(:disabled){background:#115e59}.driver-distribution-assign-button:disabled{color:#64748b;cursor:not-allowed;background:#cbd5e1}.driver-distribution-details-panel .driver-distribution-search{min-height:42px}@media (width<=1180px){.driver-distribution-grid{grid-template-columns:1fr}.driver-distribution-orders-panel{min-height:auto}.driver-distribution-table-scroll{max-height:480px}}@media (width<=760px){.driver-distribution-page{overflow:auto}.driver-distribution-toolbar,.driver-distribution-stats{grid-template-columns:1fr}.driver-distribution-panel-head{flex-direction:column;align-items:flex-start}.driver-distribution-panel-head small{white-space:normal}.driver-distribution-info-grid{grid-template-columns:1fr}.orders-page .driver-distribution-table-scroll,.orders-page .driver-distribution-driver-scroll{border:0;flex:none;max-height:none;overflow:visible}.driver-distribution-orders-table,.driver-distribution-drivers-table{min-width:0}.driver-distribution-orders-table thead,.driver-distribution-drivers-table thead{display:none}.driver-distribution-orders-table tbody,.driver-distribution-orders-table tr,.driver-distribution-orders-table td,.driver-distribution-drivers-table tbody,.driver-distribution-drivers-table tr,.driver-distribution-drivers-table td{width:100%;display:block}.driver-distribution-orders-table tbody tr,.driver-distribution-drivers-table tbody tr{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:10px;padding:8px 10px}.driver-distribution-orders-table tbody tr.selected{border-color:#2563eb;box-shadow:inset -3px 0 #2563eb}.driver-distribution-orders-table td,.driver-distribution-drivers-table td{text-align:start;white-space:normal;border:0;justify-content:space-between;align-items:center;gap:12px;padding:7px 0;display:flex}.driver-distribution-orders-table td:before,.driver-distribution-drivers-table td:before{content:attr(data-label);color:#64748b;flex:0 0 92px;font-size:12px;font-weight:900}.driver-distribution-orders-table td[colspan]:before,.driver-distribution-drivers-table td[colspan]:before{content:"";display:none}.driver-distribution-orders-table td[colspan],.driver-distribution-drivers-table td[colspan]{display:block}.driver-distribution-driver-cell{justify-content:flex-end}.driver-distribution-assign-button{width:100%}}.dashboard-shell,.main-area,.page-stack,.card,.tabs-card,.section-header,.section-title,.section-tools,.topbar,.toolbar-actions,.table-scroll,.modal-card,.edit-order-modal,.order-details,.report-details,.restaurant-profile-page,.finance-page,.technical-reports-page,.driver-report-page,.profile-page,.drivers-page,.restaurants-page,.messages-page,.settings-page,.operations-page,.orders-page,.dashboard-shell :where(.card,.tabs-card,.section-header,.topbar,.table-card,.orders-table-card,.order-details,.report-details,.modal-card,.edit-order-modal,.restaurant-card,.home-card,.finance-summary-card,.finance-chart-card,.driver-card,.customer-cell,.restaurant-card-title,.section-title,.section-tools,.toolbar-actions,.row-actions,td,th){min-width:0}.dashboard-shell :where(p,span,small,strong,b,em,h1,h2,h3,h4,td,th,label,button,a){overflow-wrap:anywhere}.dashboard-shell :where(input,textarea,select,button){max-width:100%}.table-scroll,.classification-table-wrap,.reports-table-card .table-scroll,.accounting-page .table-scroll,.drivers-page .table-scroll,.orders-page .table-scroll,.finance-tables-grid .table-scroll,.driver-report-table .table-scroll,.leaderboard-table-card .table-scroll{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}@supports (height:100dvh){.dashboard-shell,.main-area,.sidebar{height:100dvh}}@media (width<=900px){.dashboard-shell,.dashboard-shell.sidebar-collapsed{cursor:auto;height:auto;min-height:100dvh;padding-right:0;overflow:hidden visible}.dashboard-shell :where(a,button,[role=button],summary,label,select,input[type=checkbox],input[type=radio]){cursor:pointer}:is(.main-area,.main-area:has(.home-page),.main-area:has(.restaurant-profile-page),.main-area:has(.create-restaurant-page),.main-area:has(.finance-page),.main-area:has(.technical-reports-page),.main-area:has(.driver-report-page),.main-area:has(.profile-page),.main-area:has(.drivers-leaderboard-page),.main-area:has(.central-search-page)){width:100%;height:auto;min-height:100dvh;padding:64px 12px 28px;overflow:hidden visible}.sidebar,.sidebar.collapsed{--sidebar-width:min(86vw, 320px);z-index:70;width:min(86vw,320px);max-width:320px;height:100dvh;padding:22px 16px;transform:translate(110%)}.sidebar.open{transform:translate(0)}.sidebar.collapsed .brand,.sidebar .brand{justify-content:center;margin-bottom:20px}.sidebar.collapsed .side-nav a span,.sidebar.collapsed .manager-card-main>div,.sidebar.collapsed .manager-card-main>svg{display:block}.sidebar-toggle{display:none}.sidebar-overlay{z-index:65;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a7a;display:block;position:fixed;inset:0}.floating-menu{top:max(12px, env(safe-area-inset-top));z-index:64;display:grid;right:12px}.section-header,.topbar{border-radius:14px;grid-template-columns:1fr;align-items:stretch;gap:12px;min-height:auto;padding:14px;position:relative;top:auto}.section-title,.section-tools,.topbar-title,.topbar>.search-input,.toolbar-actions{grid-area:auto/1;justify-self:stretch}.section-title h1,.topbar-title h1{font-size:clamp(21px,7vw,28px);line-height:1.25}.section-title p,.topbar-title p{font-size:13px;line-height:1.7}.section-tools,.toolbar-actions,.header-order-actions,.header-search-wrap{direction:rtl;flex-wrap:wrap;justify-content:stretch;width:100%}.section-tools .toolbar-actions{flex:100%}.section-tools .search-input,.topbar>.search-input,.header-search-wrap,.header-search-wrap .search-input{width:100%;min-width:0}.header-primary-action,.header-create-order-button,.clear-search-button,.soft-button,.primary-button,.primary-outline,.details-button{min-width:0}.header-order-actions>*,.toolbar-actions>:where(button,a),.section-tools>:where(button,a){flex:150px}.icon-button{flex:0 0 43px}.page-stack,.orders-page,.operations-page,.finance-page,.technical-reports-page,.driver-report-page,.profile-page,.drivers-page,.restaurants-page,.reports-page,.settings-page,.messages-page{width:100%}.orders-layout,.driver-distribution-layout,.operations-layout,.reports-layout,.reports-layout.has-details,.profile-grid,.driver-account-form,.finance-management-grid,.finance-charts-grid,.finance-tables-grid,.messages-layout,.restaurants-profile-layout,.restaurant-profile-grid,.settings-layout,.settings-grid,.normal-order-layout,.normal-order-grid,.create-order-layout,.create-order-products-grid{direction:rtl;grid-template-columns:1fr!important}.orders-table-card,.order-details,.reports-table-card,.report-details,.drivers-panel,.map-card,.create-order-summary,.create-order-restaurant-panel{grid-area:auto!important}.order-details,.report-details,.create-order-summary,.create-order-restaurant-panel,.driver-distribution-details,.restaurant-profile-sidebar,.orders-page :where(.orders-table-card,.order-details,.map-card,.drivers-panel),.operations-page :where(.drivers-panel,.map-card,.google-operations-map),.restaurants-page :where(.restaurants-page,.restaurant-profile-page),.reports-page :where(.reports-table-card,.report-details),.messages-page :where(.messages-layout,.messages-panel,.messages-thread),.finance-page :where(.finance-chart-card,.finance-form-card,.table-card),.technical-reports-page :where(.finance-chart-card,.table-card),.driver-report-page :where(.table-card),.drivers-page :where(.table-card),.accounting-page :where(.table-card){height:auto!important;min-height:auto!important;max-height:none!important;position:static!important}.table-scroll{background:linear-gradient(90deg,#0f172a0f,#0000 18px) 100%/28px 100% no-repeat,#fff;border:1px solid #e2e8f0e6;border-radius:14px}.orders-page .table-scroll,.accounting-page .table-scroll,.drivers-page .table-scroll,.reports-table-card .table-scroll,.finance-tables-grid .table-scroll,.driver-report-table .table-scroll,.leaderboard-table-card .table-scroll{flex:none;min-height:auto;max-height:none;overflow:auto}.tabs-card,.stats-grid,.stats-grid.four,.stats-grid.five,.stats-grid.six,.accounting-summary-grid,.finance-summary-grid,.finance-integrated-grid,.driver-cards-grid,.late-grid,.restaurant-profile-stats,.reports-summary,.system-logs-summary,.operations-map-overlay,.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tabs-card{justify-content:start;overflow-x:auto}.tabs-card button{min-width:140px}.edit-order-modal,.modal-card,.restaurants-manager-modal,.classifications-modal,.settlement-payment-dialog{overflow:auto;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important}.toast,.dashboard-live-notice{width:auto;max-width:none;left:12px;right:12px;transform:none}.dashboard-live-notice{bottom:max(14px, env(safe-area-inset-bottom))}}@media (width<=620px){:is(.main-area,.main-area:has(.home-page),.main-area:has(.restaurant-profile-page),.main-area:has(.create-restaurant-page),.main-area:has(.finance-page),.main-area:has(.technical-reports-page),.main-area:has(.driver-report-page),.main-area:has(.profile-page),.main-area:has(.drivers-leaderboard-page),.main-area:has(.central-search-page)){padding-inline:10px}.card,.tabs-card,.section-header,.topbar{border-radius:12px}.home-grid,.tabs-card,.stats-grid,.stats-grid.four,.stats-grid.five,.stats-grid.six,.accounting-summary-grid,.finance-summary-grid,.finance-integrated-grid,.driver-cards-grid,.late-grid,.restaurant-profile-stats,.reports-summary,.system-logs-summary,.operations-map-overlay,.driver-distribution-stats,.driver-distribution-toolbar,.restaurant-cards-grid,.customers-grid,.messages-layout,.settings-grid,.normal-order-grid,.edit-form-grid,.edit-modal-grid{grid-template-columns:1fr!important}.section-tools,.toolbar-actions,.header-order-actions{gap:8px}.header-order-actions>*,.toolbar-actions>:where(button,a),.section-tools>:where(button,a),.clear-search-button,.header-primary-action,.header-create-order-button{flex:100%;width:100%}.icon-button,.toolbar-actions>.icon-button,.section-tools>.icon-button{flex:46px;width:auto}.orders-table{min-width:820px}.data-table{min-width:860px}th,td{padding-inline:10px}.profile-header,.driver-card,.restaurant-card-choice,.customer-cell,.driver-report-hero,.central-search-result,.message-thread-item{grid-template-columns:1fr!important}.profile-header,.driver-card,.restaurant-card-choice{text-align:right}.restaurant-tablet,.restaurant-cards-view,.google-operations-map{height:auto;min-height:420px}.create-order-nav{justify-content:flex-start;overflow-x:auto}}.messages-page{--primary:#ec4899;--primary-dark:#db2777;--primary-soft:#fdf2f8;gap:20px;overflow:hidden;flex-direction:row!important;height:calc(100vh - 120px)!important;display:flex!important}.chat-sidebar-card{flex-direction:column;flex-shrink:0;width:340px;padding:16px 10px;display:flex;overflow:hidden}.chat-filters{gap:6px;margin-bottom:20px;padding:0 6px;display:flex}.chat-filters button{color:var(--subtle);background:#f8fafc;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 4px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.chat-filters button:hover{color:var(--text);background:#f1f5f9}.chat-filters button.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#ec489933}.chat-list{flex-direction:column;flex:1;gap:4px;padding:0 6px;display:flex;overflow:hidden auto}.chat-list::-webkit-scrollbar{width:4px}.chat-list::-webkit-scrollbar-thumb{background:linear-gradient(#ec4899b8,#db2777d1);border-radius:10px}.chat-list-item{text-align:right;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:background .2s;display:flex}.chat-list-item:hover{background:#f8fafc}.chat-list-item.active{background:#f1f6ff;border:1px solid #3b82f61a}.chat-avatar{color:#94a3b8;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-info{flex-direction:column;display:flex;overflow:hidden}.chat-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.chat-info span{color:var(--muted);text-align:left;direction:ltr;align-self:flex-start;font-size:13px}.no-chats{text-align:center;color:var(--subtle);padding:30px 10px;font-size:14px}.chat-main-card{flex-direction:column;flex:1;display:flex;overflow:hidden;padding:0!important}.chat-header{border-bottom:1px solid var(--border);background:#fdfefe;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header-info{align-items:center;gap:14px;display:flex}.chat-messages-area{background:#f6f8fb;flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.messages-list{flex-direction:column;flex:1;gap:16px;display:flex}.message-bubble-wrapper{flex-direction:column;width:100%;display:flex}.message-jump-highlight .message-bubble{outline:3px solid #ec489957;box-shadow:0 0 0 8px #ec48991a}.message-bubble-wrapper.mine{align-items:flex-end}.message-bubble-wrapper.other{align-items:flex-start}.message-bubble{cursor:context-menu;border-radius:16px;max-width:70%;padding:12px 16px;font-size:15px;line-height:1.5;position:relative}.message-bubble-wrapper.mine .message-bubble{background:var(--primary);color:#fff;border-bottom-left-radius:4px}.message-bubble-wrapper.other .message-bubble{color:var(--text);border:1px solid var(--border);background:#fff;border-bottom-right-radius:4px}.message-bubble p{word-wrap:break-word;margin:0}.message-bubble small{opacity:.7;margin-top:6px;font-size:11px;display:block}.message-bubble-wrapper.mine .message-bubble small{color:#ffffffd9;text-align:left}.message-bubble-wrapper.other .message-bubble small{color:var(--subtle);text-align:right}.chat-input-area{align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-footer-wrapper{border-top:1px solid var(--border);background:#fff;flex-direction:column;display:flex}.reply-preview{border-bottom:1px solid var(--border);border-right:3px solid var(--primary);background:#f8fafc;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.reply-content strong{color:var(--primary);margin-bottom:2px;font-size:13px;display:block}.reply-content p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:300px;margin:0;font-size:13px;overflow:hidden}.cancel-reply{color:var(--subtle);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.cancel-reply:hover{color:var(--text);background:#e2e8f0}.message-reply-ref{border-right:3px solid var(--primary);background:#0000000a;border-radius:6px;margin-bottom:6px;padding:6px 10px;font-size:13px}.message-bubble-wrapper.mine .message-reply-ref{background:#ffffff26;border-color:#fff}.message-reply-ref strong{margin-bottom:2px;font-size:12px;display:block}.message-reply-ref p{opacity:.9;white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.chat-date-separator{justify-content:center;margin:16px 0;display:flex}.chat-date-separator span{color:var(--muted);border:1px solid var(--border);background:#fff;border-radius:12px;padding:4px 12px;font-size:12px}.chat-info-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.chat-list-time{font-weight:400;color:var(--subtle)!important;font-size:11px!important}.chat-list-last-msg{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.chat-input-area input{border:1px solid var(--border);background:#f8fafc;border-radius:24px;outline:none;flex:1;height:48px;padding:0 20px;font-family:inherit;font-size:14px;transition:all .2s}.chat-input-area input:focus{background:#fff;border-color:#ec489966;box-shadow:0 0 0 3px #ec48990d}.send-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.send-btn:hover:not(:disabled){background:var(--primary-dark)}.send-btn:disabled{cursor:not-allowed;background:#cbd5e1}.rtl-flip{transform:rotate(180deg)}.empty-chat-state{height:100%;color:var(--subtle);flex-direction:column;justify-content:center;align-items:center;display:flex}.placeholder-icon{opacity:.3;margin-bottom:16px}.chat-context-menu{border:1px solid var(--border);z-index:9999;background:#fff;border-radius:12px;flex-direction:column;min-width:150px;padding:6px;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 25px #0000001a}.chat-context-menu button{text-align:right;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:500;display:flex}.chat-context-menu button:hover{background:#f1f5f9}.chat-context-menu button.delete-action{color:var(--red)}.chat-context-menu button.delete-action:hover{background:#ef444414}@media (width<=768px){.messages-page{flex-direction:column!important}.chat-sidebar-card{width:100%;height:350px}}
