:root{--bg-main: #0B0F19;--bg-card: rgba(17, 24, 39, .7);--border-color: rgba(255, 255, 255, .08);--border-glow: rgba(52, 211, 153, .15);--primary: #10B981;--primary-hover: #059669;--primary-glow: rgba(16, 185, 129, .4);--accent: #8B5CF6;--accent-hover: #7C3AED;--accent-glow: rgba(139, 92, 246, .4);--warning: #F59E0B;--warning-glow: rgba(245, 158, 11, .3);--danger: #EF4444;--text-main: #F3F4F6;--text-muted: #9CA3AF;--font-family: "Cairo", system-ui, -apple-system, sans-serif;--phone-bg: #0F172A}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-family)}body{background-color:var(--bg-main);background-image:radial-gradient(at 0% 0%,rgba(16,185,129,.08) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(139,92,246,.08) 0px,transparent 50%),radial-gradient(at 50% 100%,rgba(15,23,42,.5) 0px,transparent 50%);color:var(--text-main);min-height:100vh;overflow-x:hidden}.portal-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1rem;text-align:center;background:radial-gradient(circle at 50% 30%,rgba(16,185,129,.08) 0%,transparent 60%)}.portal-title-area{margin-bottom:3rem}.portal-title-area .logo-icon{font-size:4rem;filter:drop-shadow(0 0 15px var(--primary-glow));animation:pulse 3s infinite;display:inline-block;margin-bottom:1rem}.portal-title-area h1{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#34d399,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.portal-title-area p{color:var(--text-muted);font-size:.95rem;max-width:500px;margin:0 auto;line-height:1.6}.portal-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;width:100%}@media (max-width: 850px){.portal-cards-grid{grid-template-columns:1fr;gap:1.5rem}}.portal-card{background:#11182799;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:24px;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.portal-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:transparent}.portal-card:hover{transform:translateY(-8px);border-color:#fff3;box-shadow:0 20px 40px -15px #00000080}.portal-card.customer-card:hover{border-color:#8b5cf666;box-shadow:0 15px 30px -10px #8b5cf626}.portal-card.customer-card:before{background:var(--accent)}.portal-card.merchant-card:hover{border-color:#10b98166;box-shadow:0 15px 30px -10px #10b98126}.portal-card.merchant-card:before{background:var(--primary)}.portal-card.dev-card:hover{border-color:#60a5fa66;box-shadow:0 15px 30px -10px #60a5fa26}.portal-card.dev-card:before{background:#60a5fa}.card-icon-wrapper{font-size:3.5rem;margin-bottom:1.5rem;transition:transform .3s ease}.portal-card:hover .card-icon-wrapper{transform:scale(1.15)}.portal-card h2{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.portal-card p{font-size:.75rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.5rem}.web-layout{display:flex;flex-direction:column;min-height:100vh}.app-header{background:#0f172a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:1.25rem 2rem;position:sticky;top:0;z-index:100}.header-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo-area{display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:2.25rem;filter:drop-shadow(0 0 10px var(--primary-glow));animation:pulse 3s infinite}.logo-text h1{font-size:1.35rem;font-weight:800;background:linear-gradient(135deg,#34d399,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.logo-text p{font-size:.8rem;color:var(--text-muted);margin-top:2px}.header-actions{display:flex;align-items:center;gap:1rem}.sound-toggle-area{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.4rem .8rem;border-radius:30px;border:1px solid var(--border-color)}.toggle-label{font-size:.75rem;font-weight:600;color:var(--text-main)}.switch{position:relative;display:inline-block;width:36px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffffff26;transition:.3s cubic-bezier(.4,0,.2,1)}.slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.4,0,.2,1)}input:checked+.slider{background-color:var(--primary)}input:checked+.slider:before{transform:translate(16px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.simulators-container{max-width:1600px;margin:2rem auto;padding:0 1.5rem;display:flex;justify-content:center;align-items:flex-start;gap:4rem;flex-wrap:wrap;flex-grow:1}.btn{border:none;border-radius:10px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-block{display:flex;width:100%}.btn-primary{background:linear-gradient(135deg,var(--primary),#059669);color:#fff;box-shadow:0 4px 14px var(--primary-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #10b98199}.btn-accent{background:linear-gradient(135deg,var(--accent),#7C3AED);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 18px #8b5cf699}.btn-secondary{background:#ffffff14;color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff26;transform:translateY(-1px)}.phone-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.phone-header-info{font-size:.95rem;font-weight:700;color:var(--text-muted);padding:.4rem 1rem;background:#ffffff0a;border-radius:30px;border:1px solid var(--border-color);letter-spacing:.5px}.merchant-theme .phone-header-info{border-color:#10b9814d;color:var(--primary)}.customer-theme .phone-header-info{border-color:#8b5cf64d;color:var(--accent)}.smartphone{position:relative;width:380px;height:780px;background:#000;border-radius:48px;box-shadow:0 25px 50px -12px #000000b3,0 0 0 12px #1e293b,0 0 0 13px #ffffff26,0 0 20px 2px #ffffff0d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.smartphone.vibrating{animation:alertGlow 1.5s ease-in-out infinite;box-shadow:0 25px 50px -12px #ef444466,0 0 0 12px #ef4444,0 0 20px 2px #ef44444d}.smart-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:140px;height:28px;background:#000;border-bottom-left-radius:18px;border-bottom-right-radius:18px;z-index:50}.smart-notch:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:50px;height:6px;background:#222;border-radius:10px}.smart-notch:after{content:"";position:absolute;top:7px;right:28px;width:8px;height:8px;background:#111;border-radius:50%}.smart-screen{width:100%;height:100%;background-color:var(--phone-bg);padding:0;border-radius:36px;overflow:hidden;position:relative}.native-view{display:flex;flex-direction:column;width:100vw;height:100vh;height:-webkit-fill-available;background-color:var(--phone-bg);overflow:hidden}.native-view .merchant-app-content,.native-view .customer-app-content,.native-view .driver-app-content{padding-top:env(safe-area-inset-top,20px);padding-bottom:env(safe-area-inset-bottom,20px)}.native-view .floating-cart-bar{position:fixed!important;left:16px!important;right:16px!important;bottom:calc(20px + env(safe-area-inset-bottom,0px))!important;border-radius:24px!important;z-index:9999}.merchant-app-content,.customer-app-content,.driver-app-content{display:flex;flex-direction:column;width:100%;height:100%;position:relative;padding-top:32px;overflow:hidden}.phone-status-bar{height:22px;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.7rem;font-weight:700;color:#fff;z-index:40;pointer-events:none}.phone-status-bar .icons{display:flex;gap:4px}.inner-app-bar{background:#0f172abf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:.75rem 1.25rem;z-index:30}.inner-app-bar h3{font-size:.95rem;font-weight:700}.inner-app-bar .store-badge{font-size:.65rem;font-weight:800;color:var(--primary);background:#10b9811a;padding:2px 6px;border-radius:12px;border:1px solid rgba(16,185,129,.2);display:inline-block;margin-bottom:3px}.flex-between{display:flex;justify-content:space-between;align-items:center}.location-selector{font-size:.75rem;font-weight:600}.location-selector select{background:transparent;border:none;color:#fff;font-weight:700;font-size:.8rem;outline:none;cursor:pointer}.location-selector select option{background:var(--phone-bg);color:#fff}.cart-badge-icon{position:relative;font-size:1.1rem;cursor:pointer;transition:transform .2s ease}.cart-badge-icon:hover{transform:scale(1.1)}.cart-badge-icon .badge{position:absolute;top:-5px;right:-8px;background:var(--accent);color:#fff;font-size:.6rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;border:1.5px solid var(--phone-bg)}.customer-screen-view,.merchant-screen-view{flex-grow:1;overflow-y:auto;padding:1rem;padding-bottom:80px;position:relative;scrollbar-width:none}.customer-screen-view::-webkit-scrollbar,.merchant-screen-view::-webkit-scrollbar{display:none}.welcome-banner{background:linear-gradient(135deg,#8b5cf626,#0f172a4d);border:1px solid rgba(139,92,246,.2);border-radius:16px;padding:1rem;margin-bottom:1rem}.welcome-banner h2{font-size:1rem;font-weight:800;color:#fff;margin-bottom:4px}.welcome-banner p{font-size:.7rem;color:var(--text-muted);line-height:1.4}.categories-tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:8px;margin-bottom:1rem;scrollbar-width:none}.categories-tabs::-webkit-scrollbar{display:none}.tab-btn{border:1px solid var(--border-color);background:#ffffff08;color:var(--text-muted);padding:.35rem .8rem;border-radius:20px;font-size:.7rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:all .2s ease}.tab-btn:hover{background:#ffffff14;color:#fff}.tab-btn.active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 2px 8px var(--accent-glow)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{background:#1e293b73;border:1px solid var(--border-color);border-radius:16px;padding:.75rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:all .2s ease}.product-card:hover{transform:translateY(-2px);border-color:#8b5cf64d;box-shadow:0 4px 12px #8b5cf61a}.product-img-wrapper{background:#ffffff08;border-radius:10px;height:90px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.5rem}.product-emoji{font-size:2.75rem;transition:transform .3s ease}.product-card:hover .product-emoji{transform:scale(1.15) rotate(5deg)}.product-name{font-size:.75rem;font-weight:700;color:#fff;line-height:1.4;height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-badge{margin-top:4px;font-size:.65rem;font-weight:800;padding:2px 6px;border-radius:6px;display:inline-block}.price-null{background:#f59e0b14;color:var(--warning);border:1px solid rgba(245,158,11,.15)}.price-cached{background:#10b98114;color:var(--primary);border:1px solid rgba(16,185,129,.15)}.add-to-cart-btn{width:100%;border:none;border-radius:8px;background:#ffffff14;color:#fff;padding:.4rem;font-size:.7rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;gap:4px;margin-top:.5rem}.add-to-cart-btn:hover{background:var(--accent);box-shadow:0 2px 6px var(--accent-glow)}.product-card.in-cart{border-color:var(--accent)}.product-card.in-cart .add-to-cart-btn{background:var(--accent)}.floating-cart-bar{position:absolute;bottom:20px;left:16px;right:16px;background:#0f172af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(139,92,246,.25);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;z-index:100;border-radius:24px!important;box-shadow:0 10px 30px #0009,0 0 20px #8b5cf626;animation:cartBarPopIn .5s cubic-bezier(.175,.885,.32,1.275) forwards;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes cartBarPopIn{0%{transform:translateY(110%) scale(.96);opacity:0}70%{transform:translateY(-4px) scale(1.01);opacity:.95}to{transform:translateY(0) scale(1);opacity:1}}.cart-info{display:flex;flex-direction:column}.cart-info span:first-child{font-size:.75rem;font-weight:800;color:#fff}.cart-info .price-note{font-size:.6rem;color:var(--warning)}.status-header{text-align:center;padding:1rem 0;margin-bottom:1rem}.status-indicator-ring{width:64px;height:64px;border-radius:50%;margin:0 auto .75rem;display:flex;justify-content:center;align-items:center;font-size:1.75rem;background:#ffffff0d;border:3px solid var(--border-color)}.status-indicator-ring.yellow{border-color:var(--warning);background:#f59e0b1a;color:var(--warning)}.status-indicator-ring.green{border-color:var(--primary);background:#10b9811a;color:var(--primary)}.pulsing{animation:ringPulse 1.5s infinite}.status-header h3{font-size:1rem;font-weight:800;color:#fff;margin-bottom:4px}.status-header p{font-size:.7rem;color:var(--text-muted);padding:0 1rem}.countdown-timer-large{font-size:1.5rem;font-weight:800;color:var(--warning);margin-top:8px;letter-spacing:1px}.received-invoice-card{background:#0f172a99;border:1px solid rgba(16,185,129,.3);border-radius:16px;padding:1rem;box-shadow:0 4px 16px #0003;margin-bottom:1rem}.received-invoice-card.has-warnings{border-color:#f59e0b4d}.invoice-header{display:flex;justify-content:space-between;border-bottom:1px dashed rgba(255,255,255,.1);padding-bottom:.5rem;margin-bottom:.75rem}.invoice-header h4{font-size:.8rem;font-weight:800;color:var(--primary)}.invoice-header .store-title{font-size:.75rem;color:var(--text-muted)}.invoice-item-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.invoice-item-row .item-info{display:flex;align-items:center;gap:6px}.invoice-item-row .item-status-badge{font-size:.6rem;font-weight:700;padding:1px 5px;border-radius:4px}.status-available{background:#10b9811a;color:var(--primary)}.status-unavailable{background:#ef44441a;color:var(--danger);text-decoration:line-through}.invoice-item-row .item-price{font-weight:700}.invoice-totals{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed rgba(255,255,255,.1);display:flex;flex-direction:column;gap:4px}.total-row{display:flex;justify-content:space-between;font-size:.75rem}.grand-total{font-size:.95rem;font-weight:800;color:#fff;margin-top:4px}.grand-total .val{color:var(--primary)}.order-action-buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.success-icon{font-size:3.5rem;animation:bounce 1.5s infinite;margin:1.5rem 0}.order-success-view{text-align:center}.order-success-view h3{font-size:1.15rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.order-success-view p{font-size:.75rem;color:var(--text-muted)}.waiting-orders-view{text-align:center;padding:5rem 1rem}.bell-animation{position:relative;width:80px;height:80px;margin:0 auto 1.5rem}.waiting-orders-view .bell{font-size:3rem;z-index:10;position:relative}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;border:3px solid var(--primary);animation:pulseRing 2s cubic-bezier(.215,.61,.355,1) infinite}.waiting-orders-view h4{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:.5rem}.waiting-orders-view p{font-size:.7rem;color:var(--text-muted);line-height:1.5}.incoming-alert-banner{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.6rem;border-radius:10px;font-size:.7rem;font-weight:800;text-align:center;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.incoming-alert-banner .countdown-timer{font-size:.8rem;color:#ef4444;background:#0006;padding:2px 8px;border-radius:6px;letter-spacing:.5px}.order-details-card{background:#0f172a73;border:1px solid var(--border-color);border-radius:16px;padding:.85rem;margin-bottom:95px}.order-details-card .card-header{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted);border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem;margin-bottom:.75rem}.section-title{font-size:.75rem;font-weight:800;color:#fff;margin-bottom:.75rem}.pricing-items-list{display:flex;flex-direction:column;gap:.75rem}.merchant-pricing-row{background:#ffffff05;border:1px solid var(--border-color);border-radius:12px;padding:.6rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.merchant-pricing-row.unavailable-selected{opacity:.5;background:#ef444405;border-color:#ef444426}.merchant-pricing-row .item-preview{display:flex;align-items:center;gap:8px;max-width:50%}.merchant-pricing-row .item-emoji{font-size:1.75rem}.merchant-pricing-row .item-details{display:flex;flex-direction:column}.merchant-pricing-row .item-name{font-size:.7rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.auto-cached-badge{font-size:.55rem;color:var(--primary);background:#10b9811a;border:1px solid rgba(16,185,129,.2);padding:1px 4px;border-radius:4px;margin-top:1px;width:fit-content}.status-toggle-btns{display:flex;gap:3px}.toggle-btn{border:1px solid var(--border-color);background:#ffffff08;color:var(--text-muted);font-size:.6rem;font-weight:700;padding:4px 8px;border-radius:6px;cursor:pointer;transition:all .2s ease}.toggle-btn.btn-avail.active{background:#10b98126;color:var(--primary);border-color:var(--primary)}.toggle-btn.btn-unavail.active{background:#ef444426;color:#f87171;border-color:var(--danger)}.price-input-area{display:flex;align-items:center;gap:4px;width:70px}.price-input-area input{width:100%;background:#0000004d;border:1px solid var(--border-color);border-radius:6px;color:#fff;font-size:.75rem;font-weight:700;padding:4px 6px;text-align:center;outline:none}.price-input-area input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}.price-input-area .sar-label{font-size:.6rem;color:var(--text-muted);font-weight:700}.pricing-actions-footer{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:#0f172af2;border-top:1px solid var(--border-color);border-bottom-left-radius:36px;border-bottom-right-radius:36px}.db-logs-panel{background:#090d16;border-top:1px solid var(--border-color);padding:1.5rem 2rem;margin-top:auto}.db-logs-panel .panel-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.75rem;margin-bottom:1rem}.db-logs-panel .panel-header h3{font-size:.95rem;font-weight:800;color:#60a5fa;letter-spacing:.5px}.db-logs-panel .panel-body{display:grid;grid-template-columns:1.8fr 1.2fr;gap:2rem;max-width:1600px;margin:0 auto}@media (max-width: 1100px){.db-logs-panel .panel-body{grid-template-columns:1fr}}.db-tables-section{background:#0f172a66;border:1px solid var(--border-color);border-radius:16px;padding:1rem;display:flex;flex-direction:column;min-height:280px}.db-tables-section .tabs-header{display:flex;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem;margin-bottom:.75rem;overflow-x:auto}.db-tab-btn{background:transparent;border:none;color:var(--text-muted);font-size:.7rem;font-weight:700;padding:6px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.db-tab-btn:hover{color:#fff;background:#ffffff08}.db-tab-btn.active{color:#60a5fa;background:#60a5fa14}.db-tab-content{display:none;flex-direction:column;flex-grow:1}.db-tab-content.active{display:flex}.db-tab-desc{font-size:.65rem;color:var(--text-muted);margin-bottom:.75rem;line-height:1.4}.table-responsive{overflow-x:auto;flex-grow:1;max-height:200px}.db-table{width:100%;border-collapse:collapse;text-align:right;font-size:.65rem}.db-table th{background:#ffffff05;color:var(--text-muted);font-weight:700;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.db-table td{padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.03);color:#fff}@keyframes rowUpdateFlash{0%{background-color:#10b9814d}to{background-color:transparent}}.row-updated-flash{animation:rowUpdateFlash 1.5s ease-out}.server-logs-section{background:#05070b;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1rem;display:flex;flex-direction:column;height:280px}.logs-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem;margin-bottom:.75rem}.logs-header span{font-size:.7rem;font-weight:700;color:#10b981}.btn-clear{background:transparent;border:none;color:var(--text-muted);font-size:.6rem;cursor:pointer}.btn-clear:hover{color:#fff}.logs-container{flex-grow:1;overflow-y:auto;font-family:Courier New,Courier,monospace;font-size:.65rem;display:flex;flex-direction:column;gap:4px;padding-right:4px}.log-line{line-height:1.4;white-space:pre-wrap;word-break:break-all}.log-time{color:#4b5563}.log-info{color:#38bdf8}.log-success{color:#34d399}.log-warn{color:#fbbf24}.log-error{color:#f87171}.merchant-error-banner{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#fca5a5;padding:.5rem;border-radius:8px;font-size:.65rem;font-weight:700;text-align:center;margin-top:.5rem;animation:shake .4s ease}.input-error{border-color:var(--danger)!important;animation:shake .4s ease;box-shadow:0 0 0 3px #ef444440!important}@keyframes pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 8px var(--primary-glow))}50%{transform:scale(1.08);filter:drop-shadow(0 0 16px rgba(16,185,129,.7))}}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(.6);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes ringPulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 var(--warning-glow)}50%{transform:scale(1.08);box-shadow:0 0 10px 4px var(--warning-glow)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}@keyframes alertGlow{0%,to{box-shadow:0 25px 50px -12px #ef44444d,0 0 0 12px #ef4444,0 0 15px 2px #ef444433}50%{box-shadow:0 25px 50px -12px #ef444499,0 0 0 12px #ef4444,0 0 30px 10px #ef4444b3}}@media (max-width: 900px){.simulators-container{gap:2rem;padding:0 1rem}.smartphone{width:340px;height:700px}}.auth-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:1.5rem;overflow-y:auto}.auth-card{background:#0f172abf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:2rem 1.5rem;width:100%;max-width:340px;box-shadow:0 20px 40px #00000080;animation:popIn .4s cubic-bezier(.34,1.56,.64,1);position:relative}.customer-theme .auth-card{border-color:#8b5cf633;box-shadow:0 15px 35px -10px #8b5cf626}.merchant-theme .auth-card{border-color:#10b98133;box-shadow:0 15px 35px -10px #10b98126}.auth-title{font-size:1.25rem;font-weight:800;text-align:center;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-subtitle{font-size:.75rem;color:var(--text-muted);text-align:center;margin-bottom:1.5rem;line-height:1.4}.auth-form-group{margin-bottom:1.15rem;display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.7rem;font-weight:700;color:var(--text-main);margin-right:4px}.auth-input{background:#ffffff0a;border:1px solid var(--border-color);border-radius:12px;padding:.65rem .9rem;color:#fff;font-size:.8rem;outline:none;transition:all .25s ease}.auth-input:focus{background:#ffffff14;border-color:#ffffff40;box-shadow:0 0 0 3px #ffffff0d}.customer-theme .auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.merchant-theme .auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.auth-input::placeholder{color:#ffffff40}.auth-input option{background:var(--phone-bg);color:#fff}.auth-error-alert{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--danger);font-size:.7rem;font-weight:700;padding:.5rem .8rem;border-radius:10px;margin-bottom:1rem;text-align:center;animation:shake .4s ease}.auth-footer{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:1.25rem}.auth-link{font-weight:700;cursor:pointer;transition:color .2s ease;margin-right:4px}.customer-theme .auth-link{color:var(--accent)}.customer-theme .auth-link:hover{color:#a78bfa}.merchant-theme .auth-link{color:var(--primary)}.merchant-theme .auth-link:hover{color:#34d399}.auth-success-card{text-align:center;padding:2.5rem 1.5rem}.success-check{width:64px;height:64px;background:#10b9811f;border:2px solid var(--primary);color:var(--primary);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.75rem;margin:0 auto 1.25rem;box-shadow:0 0 20px var(--primary-glow);animation:popIn .5s cubic-bezier(.34,1.56,.64,1)}.user-code-banner{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:2px dashed rgba(255,255,255,.15);border-radius:18px;padding:1rem;margin:1.25rem 0;position:relative;overflow:hidden;animation:codePulse 2s infinite}.customer-theme .user-code-banner{border-color:#8b5cf666;background:linear-gradient(135deg,#8b5cf614,#ffffff05)}.merchant-theme .user-code-banner{border-color:#10b98166;background:linear-gradient(135deg,#10b98114,#ffffff05)}.code-label{font-size:.65rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.code-text{font-size:1.65rem;font-weight:900;color:#fff;letter-spacing:2px;margin-top:4px;font-family:monospace,system-ui}.profile-badge{display:flex;align-items:center;gap:.5rem;background:#ffffff0f;padding:4px 10px;border-radius:20px;border:1px solid var(--border-color);font-size:.7rem;font-weight:700;color:var(--text-main)}.logout-btn-header{background:#ef444426;color:var(--danger);border:1px solid rgba(239,68,68,.2);padding:3px 8px;border-radius:12px;font-size:.65rem;font-weight:700;cursor:pointer;transition:all .2s ease}.logout-btn-header:hover{background:#ef44444d;transform:scale(1.03)}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@keyframes codePulse{0%,to{transform:scale(1);box-shadow:0 0 #fff0}50%{transform:scale(1.02)}}body.light-theme{background-color:#f3f4f6;background-image:radial-gradient(at 0% 0%,rgba(16,185,129,.04) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(139,92,246,.04) 0px,transparent 50%),radial-gradient(at 50% 100%,rgba(255,255,255,.7) 0px,transparent 50%);color:#1f2937;--bg-main: #F3F4F6;--bg-card: rgba(255, 255, 255, .85);--border-color: rgba(0, 0, 0, .08);--border-glow: rgba(16, 185, 129, .1);--text-main: #1F2937;--text-muted: #4B5563;--phone-bg: #F9FAFB}body.light-theme .portal-container{background:radial-gradient(circle at 50% 30%,rgba(16,185,129,.04) 0%,transparent 60%)}body.light-theme .portal-title-area h1{background:linear-gradient(135deg,#059669,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .portal-card{background:#ffffffd9;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 25px #0000000a}body.light-theme .portal-card h2{color:#1f2937}body.light-theme .portal-card:hover{box-shadow:0 20px 40px -15px #0000001f;border-color:#0000001f}body.light-theme .app-header{background:#fffc;border-bottom:1px solid rgba(0,0,0,.08)}body.light-theme .logo-text h1{background:linear-gradient(135deg,#059669,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .db-logs-panel{background:#fffc;border-top:1px solid rgba(0,0,0,.08);color:#1f2937}body.light-theme .db-logs-panel h3{color:#1f2937}body.light-theme .db-logs-panel .panel-header{border-bottom:1px solid rgba(0,0,0,.08)}body.light-theme .database-status-badge{background:#10b9811a;color:#059669}body.light-theme .smartphone{background:#fff;box-shadow:0 25px 50px -12px #0000001f,0 0 0 12px #e2e8f0,0 0 0 13px #0000000d,0 0 20px 2px #00000003}body.light-theme .smartphone.vibrating{box-shadow:0 25px 50px -12px #ef444440,0 0 0 12px #ef4444,0 0 20px 2px #ef444426}body.light-theme .smart-notch{background:#e2e8f0}body.light-theme .smart-notch:before{background:#cbd5e1}body.light-theme .phone-status-bar{color:#1f2937}body.light-theme .phone-header-info{background:#00000008;border-color:#0000000f}body.light-theme .inner-app-bar{background:#ffffffd9;border-bottom:1px solid rgba(0,0,0,.08);color:#1f2937}body.light-theme .product-card{background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 10px #00000005}body.light-theme .product-card:hover{box-shadow:0 6px 15px #8b5cf614;border-color:#8b5cf633}body.light-theme .product-name{color:#1f2937}body.light-theme .product-img-wrapper{background:#00000005}body.light-theme .welcome-banner{background:linear-gradient(135deg,#8b5cf60d,#fff9);border:1px solid rgba(139,92,246,.12)}body.light-theme .welcome-banner h2{color:#1f2937}body.light-theme .tab-btn{background:#00000008;border:1px solid rgba(0,0,0,.05);color:#4b5563}body.light-theme .tab-btn:hover{background:#0000000d;color:#1f2937}body.light-theme .tab-btn.active{background:var(--accent);color:#fff}body.light-theme .add-to-cart-btn{background:#0000000a;color:#1f2937}body.light-theme .add-to-cart-btn:hover{background:var(--accent);color:#fff}body.light-theme .btn-secondary{background:#0000000a;color:#1f2937;border:1px solid rgba(0,0,0,.06)}body.light-theme .btn-secondary:hover{background:#00000012}body.light-theme .db-table th{color:#4b5563}body.light-theme .db-table td{color:#1f2937}body.light-theme .db-table tr:hover{background:#00000003}body.light-theme .admin-portal-container{background:#f3f4f6!important;color:#1f2937!important}body.light-theme .admin-portal-container header{border-bottom:1px solid rgba(0,0,0,.08)!important}body.light-theme .admin-portal-container header h1{background:linear-gradient(90deg,#1d4ed8,#6d28d9)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}body.light-theme .admin-portal-container p{color:#4b5563!important}body.light-theme .admin-portal-container main{background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 10px 25px #0000000a!important}body.light-theme .admin-portal-container main h2,body.light-theme .admin-portal-container main h3,body.light-theme .admin-portal-container main h4,body.light-theme .admin-portal-container main th,body.light-theme .admin-portal-container main td{color:#1f2937!important}body.light-theme .admin-portal-container main label{color:#4b5563!important}body.light-theme .admin-portal-container main input,body.light-theme .admin-portal-container main select,body.light-theme .admin-portal-container main textarea{background:#f9fafb!important;border:1px solid rgba(0,0,0,.08)!important;color:#1f2937!important}body.light-theme .admin-portal-container main table tr{border-bottom:1px solid rgba(0,0,0,.04)!important}body.light-theme .admin-portal-container main table thead tr{background:#00000005!important}body.light-theme .admin-portal-container .db-table th{color:#4b5563!important}body.light-theme .admin-portal-container .db-table td{color:#1f2937!important}body.light-theme .admin-portal-container .profile-badge{background:#00000008;border-color:#0000000f;color:#1f2937}body.light-theme .admin-portal-container .db-table-title{color:#1f2937!important}body.light-theme .merchant-app-content,body.light-theme .customer-app-content,body.light-theme .driver-app-content,body.light-theme .customer-screen-view,body.light-theme .merchant-screen-view{background-color:#f9fafb}body.light-theme .auth-card{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 10px 25px #0000000a!important;color:#1f2937!important}body.light-theme .auth-card h2,body.light-theme .auth-card p{color:#1f2937!important}body.light-theme .auth-input{background:#f9fafb!important;border:1px solid rgba(0,0,0,.08)!important;color:#1f2937!important}@keyframes pulseGlow{0%{transform:scale(.92);opacity:.6;box-shadow:0 0 #f59e0b66}50%{transform:scale(1.08);opacity:1;box-shadow:0 0 0 6px #f59e0b00}to{transform:scale(.92);opacity:.6;box-shadow:0 0 #f59e0b00}}.pulse-dot{display:inline-block;animation:pulseGlow 2s infinite ease-in-out}@keyframes textPulseGlow{0%,to{opacity:.75}50%{opacity:1}}.glow-pulsing-text{animation:textPulseGlow 2s infinite ease-in-out}.toast-container-global{position:fixed;top:24px;right:24px;z-index:999999;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:380px;width:calc(100% - 48px)}.glass-notification-toast{pointer-events:auto;background:#111827d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-right:4px solid var(--accent);box-shadow:0 15px 35px #00000080,inset 0 1px #ffffff1a;padding:16px;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:6px;animation:toastSlideIn .3s cubic-bezier(.16,1,.3,1) forwards;position:relative;overflow:hidden;font-family:var(--font-family);direction:rtl}.glass-notification-toast.target-all{border-right-color:#60a5fa}.glass-notification-toast.target-customers{border-right-color:var(--accent)}.glass-notification-toast.target-merchants{border-right-color:var(--primary)}.glass-notification-toast.target-drivers{border-right-color:#10b981}.toast-header{display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:.9rem;color:#fff}.toast-body{font-size:.8rem;color:#d1d5db;line-height:1.4}.toast-time{font-size:.65rem;color:#9ca3af;align-self:flex-end}.toast-close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1rem;line-height:1;padding:0;transition:color .2s}.toast-close-btn:hover{color:#fff}@keyframes toastSlideIn{0%{transform:translate(120%) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.bell-notification-btn{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.15rem;transition:all .2s ease}.bell-notification-btn:hover{background:#ffffff1f;transform:scale(1.05)}.bell-notification-btn .unread-badge{position:absolute;top:-2px;right:-2px;background:#ef4444;width:8px;height:8px;border-radius:50%;border:1.5px solid var(--phone-bg);animation:alertGlow 1.5s infinite}.notification-drawer-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;justify-content:flex-end;direction:rtl;animation:fadeIn .2s ease-out}.notification-drawer-content{width:82%;max-width:320px;height:100%;background:#0f172a;border-left:1px solid rgba(255,255,255,.08);box-shadow:-10px 0 30px #00000080;display:flex;flex-direction:column;animation:drawerSlideIn .3s cubic-bezier(.16,1,.3,1) forwards}.drawer-header{padding:16px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}.drawer-header h4{margin:0;font-size:.95rem;font-weight:800;color:#fff}.drawer-close-icon{font-size:1.2rem;color:#9ca3af;cursor:pointer;transition:color .2s}.drawer-close-icon:hover{color:#fff}.drawer-items-list{flex-grow:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.drawer-empty-state{padding:40px 16px;text-align:center;color:#9ca3af}.notification-item-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:4px;transition:background .2s}.notification-item-card:hover{background:#ffffff0d}.notification-item-card h5{margin:0;font-size:.8rem;font-weight:700;color:#fff}.notification-item-card p{margin:0;font-size:.75rem;color:#cbd5e1;line-height:1.4}.notification-item-meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.03);padding-top:6px;margin-top:4px;font-size:.6rem;color:#94a3b8}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.light-theme .glass-notification-toast{background:#ffffffe6;border:1px solid rgba(0,0,0,.08);box-shadow:0 15px 35px #00000026;color:#1f2937}.light-theme .toast-header{color:#1f2937}.light-theme .toast-body{color:#4b5563}.light-theme .notification-drawer-content{background:#f9fafb;border-left:1px solid rgba(0,0,0,.08)}.light-theme .drawer-header{border-bottom-color:#00000014}.light-theme .drawer-header h4{color:#1f2937}.light-theme .notification-item-card{background:#00000005;border-color:#0000000d}.light-theme .notification-item-card h5{color:#1f2937}.light-theme .notification-item-card p{color:#4b5563}.custom-scrollbar-hide::-webkit-scrollbar{display:none}.customer-hero-header{background:linear-gradient(135deg,#028444,#005a2b);padding:1rem 1.25rem 1.25rem;border-bottom-left-radius:28px;border-bottom-right-radius:28px;color:#fff;display:flex;flex-direction:column;gap:.75rem;position:relative;box-shadow:0 8px 20px #02844426}.customer-hero-top-row{display:flex;justify-content:space-between;align-items:center;width:100%}.customer-hero-slogan{font-size:1.5rem;font-weight:800;color:#fff;margin:.5rem 0 0;line-height:1.2;text-align:right;letter-spacing:-.5px}.hero-search-wrapper{display:flex;gap:8px;width:100%;align-items:center}.hero-search-box{position:relative;flex:1}.hero-search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border-radius:14px;border:none;background:#fff;color:#1e293b;font-size:.8rem;font-weight:600;outline:none;box-shadow:0 4px 12px #0000000d}.hero-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1rem;opacity:.6;pointer-events:none}.hero-filter-btn{width:44px;height:44px;border-radius:14px;background:#fff;border:none;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease}.hero-filter-btn:hover{transform:scale(1.05)}.hero-cart-pill{background:#fff;border:none;padding:.5rem 1rem;border-radius:20px;display:flex;align-items:center;gap:8px;color:#1e293b;font-weight:800;font-size:.8rem;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:all .2s ease}.hero-cart-pill:hover{transform:scale(1.05)}.hero-cart-icon{font-size:1.1rem}.hero-cart-count{background:#028444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:900}.pastel-categories-container{display:flex;gap:12px;overflow-x:auto;padding:.5rem .25rem;margin-bottom:1.25rem;scrollbar-width:none}.pastel-categories-container::-webkit-scrollbar{display:none}.pastel-category-card{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:74px}.pastel-category-card:hover{transform:translateY(-2px)}.pastel-category-box{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 4px 10px #00000005;border:2px solid transparent;transition:all .2s ease}.pastel-category-card.active .pastel-category-box{border-color:#028444;transform:scale(1.05);box-shadow:0 6px 14px #02844426}.pastel-category-label{font-size:.65rem;font-weight:800;color:#64748b;text-align:center}.pastel-category-card.active .pastel-category-label{color:#028444}.pastel-product-card{border-radius:20px!important;padding:.85rem!important;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;border:none!important;box-shadow:0 4px 12px #00000003!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.pastel-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 20px #0000000d!important}.bg-pastel-dairy{background-color:#ebfdf5!important}.bg-pastel-canned{background-color:#fffdf0!important}.bg-pastel-drinks{background-color:#f0f9ff!important}.bg-pastel-default{background-color:#fff1f2!important}.pastel-product-img-holder{background:#fff;border-radius:16px;height:100px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.5rem;box-shadow:0 2px 8px #00000005}.pastel-product-name{font-size:.75rem;font-weight:800;color:#1e293b;line-height:1.4;height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.pastel-product-price{font-size:.85rem;font-weight:900;color:#1e293b;display:inline-block}.pastel-card-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto}.black-cart-circle-btn{width:36px;height:36px;border-radius:50%;background:#0f172a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px #0f172a40}.black-cart-circle-btn:hover{background:#028444;transform:scale(1.1);box-shadow:0 6px 14px #0284444d}.black-cart-circle-btn.in-cart{background:#028444}.pastel-favorite-heart{position:absolute;top:8px;left:8px;background:#fffc;border:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;z-index:5;color:#94a3b8;box-shadow:0 2px 6px #00000008;transition:all .2s ease}.pastel-favorite-heart:hover{transform:scale(1.1);color:#ef4444}.pastel-delete-card-btn{position:absolute;top:8px;right:8px;background:#ffffffe6;border:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;cursor:pointer;z-index:5;color:#ef4444;box-shadow:0 2px 6px #00000008;transition:all .2s ease}.pastel-delete-card-btn:hover{transform:scale(1.1);background:#fecaca;color:#dc2626}.pastel-favorite-heart.active{color:#ef4444}.pastel-qty-pill-overlay{display:flex;align-items:center;gap:3px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:2px 4px;box-shadow:0 2px 8px #00000014}.pastel-qty-adjust-btn{border:none;background:#f1f5f9;color:#1e293b;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;cursor:pointer}.pastel-qty-adjust-btn:hover{background:#e2e8f0}.pastel-qty-adjust-text{font-size:.7rem;font-weight:800;min-width:14px;text-align:center;color:#1e293b}.customer-bottom-nav-bar{position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;border-top:1px solid rgba(0,0,0,.04);display:flex;justify-content:space-around;align-items:center;z-index:999;box-shadow:0 -4px 16px #00000008;padding-bottom:env(safe-area-inset-bottom,0px)}.smartphone .customer-bottom-nav-bar{position:absolute!important;bottom:0!important;left:0!important;right:0!important;z-index:999!important}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:#94a3b8;font-size:.6rem;font-weight:800;cursor:pointer;transition:all .2s ease;flex:1;height:100%;justify-content:center}.bottom-nav-icon{font-size:1.15rem;transition:transform .2s ease}.bottom-nav-item:hover .bottom-nav-icon{transform:translateY(-2px)}.bottom-nav-item.active{color:#028444}.stores-save-section{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed rgba(0,0,0,.06)}.stores-save-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stores-save-header h4{font-size:.9rem;font-weight:800;color:#1e293b}.stores-save-header .show-all-btn{font-size:.7rem;color:#028444;font-weight:800;background:none;border:none;cursor:pointer}.stores-list-row{display:flex;flex-direction:column;gap:12px}.store-compact-card{display:flex;align-items:center;gap:12px;background:#fff;padding:.75rem;border-radius:16px;border:1px solid rgba(0,0,0,.04)}.store-compact-logo{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.store-compact-info{display:flex;flex-direction:column;gap:2px;flex:1}.store-compact-name{font-size:.75rem;font-weight:800;color:#1e293b}.store-compact-sub{font-size:.6rem;color:#64748b;display:flex;align-items:center;gap:4px}.store-compact-badges{display:flex;gap:6px;margin-top:2px}.store-compact-badge{font-size:.55rem;font-weight:800;padding:1px 6px;border-radius:4px}.badge-in-store{background:#fef3c7;color:#d97706}.badge-low-prices{background:#f1f5f9;color:#64748b}.light-theme .customer-screen-view{padding-bottom:75px!important;background-color:#f8fafc!important}.customer-theme,.phone-wrapper.customer-theme .smart-screen,.native-view.customer-theme{--bg-main: #F9FAFB !important;--bg-card: #FFFFFF !important;--border-color: rgba(0, 0, 0, .08) !important;--border-glow: rgba(16, 185, 129, .15) !important;--text-main: #1F2937 !important;--text-muted: #4B5563 !important;--phone-bg: #FFFFFF !important;--card-bg-subtle: #F3F4F6 !important;--border-subtle: rgba(0, 0, 0, .06) !important;background-color:#fff!important;background-image:none!important;color:#1f2937!important}.customer-theme .customer-screen-view{background-color:#fff!important;color:#1f2937!important;padding-bottom:75px!important}.customer-theme .customer-app-content{background-color:#fff!important;color:#1f2937!important}.customer-theme .phone-status-bar{color:#1f2937!important}.customer-theme .phone-header-info{background:#00000008!important;border-color:#0000000f!important;color:var(--accent)!important}.customer-theme .inner-app-bar{background:#ffffffd9!important;border-bottom:1px solid rgba(0,0,0,.08)!important;color:#1f2937!important}.customer-theme .product-card{background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 4px 10px #00000005!important}.customer-theme .product-card:hover{box-shadow:0 6px 15px #8b5cf614!important;border-color:#8b5cf633!important}.customer-theme .product-name{color:#1f2937!important}.customer-theme .product-img-wrapper{background:#00000005!important}.customer-theme .welcome-banner{background:linear-gradient(135deg,#8b5cf60d,#fff9)!important;border:1px solid rgba(139,92,246,.12)!important}.customer-theme .welcome-banner h2{color:#1f2937!important}.customer-theme .tab-btn{background:#00000008!important;border:1px solid rgba(0,0,0,.05)!important;color:#4b5563!important}.customer-theme .tab-btn:hover{background:#0000000d!important;color:#1f2937!important}.customer-theme .tab-btn.active{background:var(--accent)!important;color:#fff!important}.customer-theme .add-to-cart-btn{background:#0000000a!important;color:#1f2937!important}.customer-theme .add-to-cart-btn:hover{background:var(--accent)!important;color:#fff!important}.customer-theme .btn-secondary{background:#0000000a!important;color:#1f2937!important;border:1px solid rgba(0,0,0,.06)!important}.customer-theme .btn-secondary:hover{background:#00000012!important}.customer-theme .auth-card{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 10px 25px #0000000a!important;color:#1f2937!important}.customer-theme .auth-card h2,.customer-theme .auth-card p{color:#1f2937!important}.customer-theme .auth-input{background:#f9fafb!important;border:1px solid rgba(0,0,0,.08)!important;color:#1f2937!important}.customer-theme .location-tracking-glass-bar{color:#065f46!important;background:#10b9811a!important;border-color:#10b98140!important}.customer-theme .location-tracking-glass-bar button{box-shadow:0 2px 6px #10b98133!important}.customer-theme [style*="zIndex: 99999"][style*="flex-direction: column"]{background:#fff!important;color:#1f2937!important}.customer-theme [style*="zIndex: 99999"] button[style*="background: rgba(255,255,255,0.06)"]{background:#0000000d!important;border-color:#00000014!important;color:#1f2937!important}.customer-theme #customer-location-map{border-color:#00000014!important;background:#f3f4f6!important}.customer-theme [style*="color: #fff"]:not(button):not(.btn):not(a):not(.bottom-nav-item):not(.tab-btn),.customer-theme [style*="color: '#fff'"]:not(button):not(.btn):not(a):not(.bottom-nav-item):not(.tab-btn),.customer-theme [style*="color:#fff"]:not(button):not(.btn):not(a):not(.bottom-nav-item):not(.tab-btn),.customer-theme [style*="color:white"]:not(button):not(.btn):not(a):not(.bottom-nav-item):not(.tab-btn),.customer-theme [style*="color: white"]:not(button):not(.btn):not(a):not(.bottom-nav-item):not(.tab-btn),.customer-theme [style*="color:'white'"]:not(button):not(.btn):not(a):not(.bottom-nav-item):not(.tab-btn){color:#1f2937!important}.customer-theme [style*="background: rgba(255,255,255,0.02)"],.customer-theme [style*="background: 'rgba(255,255,255,0.02)'"],.customer-theme [style*="background: rgba(255, 255, 255, 0.02)"],.customer-theme [style*="background: 'rgba(255, 255, 255, 0.02)'"],.customer-theme [style*="background: rgba(255,255,255,0.05)"],.customer-theme [style*="background: 'rgba(255,255,255,0.05)'"],.customer-theme [style*="background: rgba(255,255,255,0.01)"],.customer-theme [style*="background: 'rgba(255,255,255,0.01)'"],.customer-theme [style*="background: rgba(0,0,0,0.15)"],.customer-theme [style*="background: 'rgba(0,0,0,0.15)'"],.customer-theme [style*="background:rgba(255,255,255,0.02)"],.customer-theme [style*="background:rgba(255,255,255,0.05)"]{background:#f3f4f6!important}.customer-theme [style*="border: 1px solid rgba(255,255,255,0.05)"],.customer-theme [style*="border: '1px solid rgba(255,255,255,0.05)'"],.customer-theme [style*="border: 1px solid rgba(255,255,255,0.08)"],.customer-theme [style*="border: '1px solid rgba(255,255,255,0.08)'"],.customer-theme [style*="border: 1px solid rgba(255,255,255,0.04)"],.customer-theme [style*="border: '1px solid rgba(255,255,255,0.04)'"]{border-color:#00000014!important}.customer-theme [style*="position: fixed"][style*="z-index: 1000"]>div[style*="background: #111827"],.customer-theme [style*="position: fixed"][style*="z-index: 1000"]>div[style*="background:#111827"]{background:#fff!important;border-color:#00000014!important;color:#1f2937!important;box-shadow:0 20px 50px #0000001a!important}.customer-theme [style*="position: fixed"][style*="z-index: 1000"] button[style*="position: absolute"]{background:#0000000d!important;color:#1f2937!important}.customer-theme [style*="color: #d1d5db"],.customer-theme [style*="color: '#d1d5db'"],.customer-theme [style*="color: rgb(209, 213, 219)"]{color:#4b5563!important}.store-select-card{background:#1f2937a6;border:1px solid rgba(255,255,255,.08);box-shadow:none;color:#9ca3af}.store-select-card .store-name{color:#fff}.store-select-card .store-meta{color:#9ca3af}.store-select-card .store-neighborhood{background:#ffffff0d;color:#9ca3af;padding:1px 5px;border-radius:4px;font-size:.6rem}.store-select-card.selected{background:#10b98126;border:1px solid #10b981;box-shadow:0 0 10px #10b98126}.store-select-card.selected .store-name,.store-select-card.selected .store-active-badge{color:#10b981}body.light-theme .store-select-card,.customer-theme .store-select-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 4px 6px -1px #00000005!important}body.light-theme .store-select-card .store-name,.customer-theme .store-select-card .store-name{color:#1f2937!important}body.light-theme .store-select-card .store-meta,.customer-theme .store-select-card .store-meta{color:#4b5563!important}body.light-theme .store-select-card .store-neighborhood,.customer-theme .store-select-card .store-neighborhood{background:#f3f4f6!important;color:#4b5563!important}body.light-theme .store-select-card.selected,.customer-theme .store-select-card.selected{background:#ecfdf5!important;border:1px solid #10b981!important;box-shadow:0 4px 12px #10b98114!important}body.light-theme .store-select-card.selected .store-name,.customer-theme .store-select-card.selected .store-name{color:#047857!important}body.light-theme .store-select-card.selected .store-meta,.customer-theme .store-select-card.selected .store-meta{color:#065f46!important}body.light-theme .store-select-card.selected .store-neighborhood,.customer-theme .store-select-card.selected .store-neighborhood{background:#d1fae5!important;color:#065f46!important}body.light-theme .store-select-card.selected .store-active-badge,.customer-theme .store-select-card.selected .store-active-badge{color:#10b981!important}.store-selection-container{background:#11182766;border:1px solid rgba(255,255,255,.05)}.store-selection-title{color:#9ca3af}body.light-theme .store-selection-container,.customer-theme .store-selection-container{background:#f3f4f6!important;border:1px solid #e2e8f0!important;box-shadow:inset 0 1px 2px #00000005!important}body.light-theme .store-selection-title,.customer-theme .store-selection-title{color:#4b5563!important}.admin-sidebar button{transition:all .25s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden}.admin-sidebar button:after{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:transparent;border-radius:4px 0 0 4px;transition:background-color .2s ease}.admin-sidebar button.active{background:#3b82f61f!important;box-shadow:inset 0 0 0 1px #3b82f62e!important;color:#3b82f6!important}.admin-sidebar button.active:after{background:#3b82f6}.admin-sidebar button:hover:not(.active){background:#ffffff0a!important;color:#fff!important;transform:translate(-2px)}.admin-sidebar button.active:hover{background:#3b82f629!important;color:#60a5fa!important}body.light-theme .admin-sidebar{background:#ffffffb3!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 4px 20px #0000000d!important}body.light-theme .admin-sidebar button{color:#4b5563!important}body.light-theme .admin-sidebar button.active{background:#2563eb14!important;box-shadow:inset 0 0 0 1px #2563eb26!important;color:#2563eb!important}body.light-theme .admin-sidebar button.active:after{background:#2563eb}body.light-theme .admin-sidebar button:hover:not(.active){background:#00000008!important;color:#111827!important}body.light-theme .admin-sidebar button.active:hover{background:#2563eb1f!important;color:#1d4ed8!important}.voice-mic-floating-btn{position:fixed;bottom:80px;left:20px;padding:10px 16px;border-radius:30px;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;box-shadow:0 4px 20px #8b5cf666,0 0 15px #ec489933;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;font-weight:700;color:#fff;font-family:Cairo,sans-serif;z-index:999;direction:rtl;transition:all .3s cubic-bezier(.4,0,.2,1)}.voice-mic-floating-btn:hover{transform:scale(1.05);box-shadow:0 6px 25px #8b5cf699,0 0 25px #ec489966}.voice-mic-floating-btn.listening{background:linear-gradient(135deg,#ef4444,#f43f5e);box-shadow:0 0 #ef4444b3;animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{transform:scale(1);box-shadow:0 0 #ef4444b3}70%{transform:scale(1.05);box-shadow:0 0 0 15px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}.voice-wave-container{display:flex;justify-content:center;align-items:center;gap:6px;height:60px;margin:20px 0}.voice-wave-bar{width:6px;height:10px;background:linear-gradient(to top,#8b5cf6,#ec4899);border-radius:3px;animation:soundWave 1.2s ease-in-out infinite alternate}.voice-wave-bar:nth-child(2){animation-delay:.15s}.voice-wave-bar:nth-child(3){animation-delay:.3s}.voice-wave-bar:nth-child(4){animation-delay:.45s}.voice-wave-bar:nth-child(5){animation-delay:.6s}.voice-wave-bar:nth-child(6){animation-delay:.35s}.voice-wave-bar:nth-child(7){animation-delay:.2s}@keyframes soundWave{0%{height:10px}to{height:50px}}.customer-theme .voice-mic-floating-btn{bottom:80px}
