body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.order-card{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:1rem;transition:all .3s ease}.order-card:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.order-card.selected{background:#1e293b;border-color:#1e293b}.order-card.selected .assign-hint,.order-card.selected .order-id,.order-card.selected .order-name,.order-card.selected .status-badge-sidebar{color:#fff!important}.order-card.selected .status-badge-sidebar{background:#ffffff1a}.order-card__top{align-items:center;display:flex;justify-content:space-between}.order-card__top .order-id{color:#1e293b;font-size:.9rem;font-weight:500}.order-card__top .runner-top-icon{align-items:center;background:#e6f9f2;border-radius:9999px;display:inline-flex;gap:8px;padding:.4rem .8rem}.order-card__top .runner-top-icon img{height:20px;object-fit:contain;width:20px}.order-card__top .runner-top-icon .runner-name{font-size:.9rem;font-weight:500;white-space:nowrap}.order-card__bottom{align-items:center;display:flex;justify-content:space-between}.order-card__bottom .order-name{color:#4b5563;font-size:1rem;font-weight:500}.status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;line-height:1;padding:.4rem .9rem;white-space:nowrap}.status-badge.red-sidebar{background:#fee2e2;color:#dc2626}.status-badge.gray-sidebar,.status-badge.green-sidebar,.status-badge.yellow-sidebar{background:#e5e7eb;color:#374151}.order-name-wrapper{align-items:center;display:flex;gap:1rem}.order-name-wrapper .order-name{color:#374151;font-size:1rem;font-weight:500}.order-name-wrapper .cooking-timer.inline{align-items:center;border:none;display:inline-flex;font-family:Roboto Mono,monospace;font-size:1rem;font-weight:600;gap:.5rem;padding:0;transition:all .2s ease}.order-name-wrapper .cooking-timer.inline svg{height:16px;width:16px}.order-name-wrapper .cooking-timer.inline.delay{background:none;color:#dc2626}.order-name-wrapper .cooking-timer.inline.done{background:none;color:#047857}.order-name-wrapper .cooking-timer.inline:not(.delay):not(.done){background:none;color:#1d4ed8}.order-card.selected .order-name-wrapper .cooking-timer.inline svg{stroke-width:2}.order-card.selected .order-name-wrapper .cooking-timer.inline.delay{background:none;color:#fecaca!important}.order-card.selected .order-name-wrapper .cooking-timer.inline.done{background:none;color:#bbf7d0!important}.order-card.selected .order-name-wrapper .cooking-timer.inline:not(.delay):not(.done){background:none;color:#bfdbfe!important}.order-card__top .runner-top-icon{background:#d1fae5;border-radius:.5rem;padding:.5rem 1rem}.order-card__top .runner-top-icon .runner-name{color:#047857;font-size:.8rem;font-weight:600}.orders-sidebar{background:#fff;border-right:1px solid #eee;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;height:100vh;max-width:500px;min-width:250px;position:relative;transition:transform .3s ease,width .3s ease;width:30%;z-index:20}@media(max-width:1024px){.orders-sidebar{width:35%}}@media(max-width:768px){.orders-sidebar{left:0;position:fixed;top:0;transform:translateX(-100%);width:80%;z-index:50}.orders-sidebar.open{transform:translateX(0)}}.orders-sidebar__top{background:#fff;border-bottom:1px solid #eee;flex-shrink:0;padding:1rem}.orders-sidebar__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.orders-sidebar__header h2{color:#333;font-size:1.1rem;font-weight:700}.orders-sidebar__header h2 span{color:#999;font-weight:400}.orders-sidebar__header .close-btn{background:none;border:none;color:#999;cursor:pointer}.orders-sidebar__header .close-btn:hover{color:#333}@media(min-width:769px){.orders-sidebar__header .close-btn{display:none}}.orders-sidebar__search{border:1px solid #ddd;border-radius:6px;font-size:.9rem;margin-bottom:1rem;padding:.6rem .8rem;width:90%}.orders-sidebar__search:focus{border-color:#666;outline:none}.orders-sidebar__filters{display:flex;gap:.8rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-color:#d1d5db #0000;scrollbar-width:thin;white-space:nowrap}.orders-sidebar__filters::-webkit-scrollbar{height:6px}.orders-sidebar__filters::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.orders-sidebar__filters::-webkit-scrollbar-track{background:#0000}.orders-sidebar__filters button{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:9999px;box-shadow:0 1px 2px #00000008;color:#9ca3af;cursor:pointer;flex:0 0 auto;font-size:.9rem;font-weight:600;padding:.65rem 1.4rem;transition:all .2s ease}.orders-sidebar__filters button.active{background:#34394d;border-color:#34394d;color:#fff}.orders-sidebar__filters button:hover:not(.active){background:#f0f0f0;color:#6b7280}.orders-sidebar__list{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1rem}.empty-orders{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:.8rem;justify-content:center;padding:2.5rem 1rem;text-align:center}.empty-orders .empty-orders__icon{animation:floatIcon 2.4s ease-in-out infinite;height:150px;object-fit:contain;opacity:.85;width:150px}.empty-orders .empty-text{color:#475569;font-size:1rem;font-weight:600}.empty-orders .empty-subtext{color:#9ca3af;font-size:.9rem}.refresh-btn{align-items:center;background:#f8fafc;border:none;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.refresh-btn:hover{background:#e2e8f0;box-shadow:0 4px 12px #00000026;color:#34394d;transform:rotate(180deg) scale(1.05)}.refresh-btn:active{transform:rotate(180deg) scale(.98)}.refresh-btn svg{stroke-width:2.5}.refresh-btn[aria-busy=true]{animation:spin 1s linear infinite;color:#34394d}.store-marker{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;transform:translate(-50%,-100%)}.store-marker .store-icon{filter:drop-shadow(0 1px 3px rgba(0,0,0,.2));height:70px;transition:transform .2s ease,filter .2s ease;width:70px}.store-marker .store-icon.selected{transform:scale(1.1)}.store-marker .store-badge{align-items:center;background:#ef4444;border-radius:50%;box-shadow:0 1px 3px #00000040;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;pointer-events:none;position:absolute;right:-33px;top:-4px;width:20px}.runner-marker .runner-icon.selected{filter:drop-shadow(0 0 10px rgba(59,130,246,.8));transform:scale(1.15);z-index:10}.runner-popup-card{animation:fadeIn .25s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:10px;bottom:70px;box-shadow:0 4px 10px #00000026;font-family:Inter,sans-serif;left:50%;padding:6px 8px;position:absolute;transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(var(--zoom-scale,1));transform-origin:bottom center;-webkit-user-select:none;user-select:none;width:135px;z-index:50}.runner-popup-card .popup-header{align-items:center;color:#111827;display:flex;font-size:.84rem;font-weight:600;justify-content:space-between}.runner-popup-card .runner-dot{border-radius:50%;height:9px;width:9px}.runner-popup-card .runner-dot.available{background:#22c55e}.runner-popup-card .runner-dot.busy{background:#ef4444}.runner-popup-card .popup-status{color:#6b7280;font-size:.75rem;margin-top:3px}.runner-popup-card .popup-time{color:#6b7280;font-size:.72rem;margin-top:2px}.runner-popup-card .popup-link{background:none;border:none;color:#0e775e;cursor:pointer;font-size:.75rem;font-weight:600;margin-top:4px;padding:0;text-decoration:none}.runner-popup-card .popup-link:hover{text-decoration:underline}.runner-popup-card .popup-arrow{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid #fff;bottom:-6px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}@media(max-width:768px){.runner-popup-card{bottom:70px;font-size:.78rem;width:115px}}.floating-controls{align-items:center;display:flex;gap:10px;left:16px;position:absolute;top:16px;z-index:95}.floating-controls .floating-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:54px;justify-content:center;position:relative;transition:all .25s ease;width:54px}.floating-controls .floating-btn svg{stroke:#34394d;height:27px;transition:stroke .25s ease;width:27px}.floating-controls .floating-btn:hover{background:#34394d;box-shadow:0 3px 10px #0000002e;transform:scale(1.06)}.floating-controls .floating-btn:hover svg{stroke:#fff}.floating-controls .floating-btn.active{background:#34394d}.floating-controls .floating-btn.active svg{stroke:#fff}.floating-controls .floating-btn.notif .notif-badge{align-items:center;background:#ef4444;border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:700;height:16px;justify-content:center;position:absolute;right:6px;top:6px;width:16px}.floating-controls .search-expanded{display:flex;flex-direction:column;margin-right:14px;position:relative;transition:all .25s ease;width:40vw}.floating-controls .search-expanded .search-input-wrapper{align-items:center;background:#fff;border-radius:40px;box-shadow:0 3px 8px #00000026;display:flex;height:54px;padding:0 14px}.floating-controls .search-expanded .search-input-wrapper .search-icon{stroke:#34394d;height:24px;margin-right:10px;opacity:.8;width:24px}.floating-controls .search-expanded .search-input-wrapper input{background:none;border:none;color:#111827;flex:1 1;font-size:15px;outline:none}.floating-controls .search-expanded .search-input-wrapper .close-btn{background:none;border:none;cursor:pointer;line-height:1;padding:4px}.floating-controls .search-expanded .search-input-wrapper .close-btn svg{stroke:#666;height:22px;width:22px}.floating-controls .search-expanded .search-results{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;left:0;list-style:none;margin:0;max-height:250px;overflow-y:auto;padding:6px 0;position:absolute;top:60px;width:100%;z-index:100}.floating-controls .search-expanded .search-results li{cursor:pointer;display:flex;gap:8px;padding:8px 14px;transition:background .15s ease}.floating-controls .search-expanded .search-results li:hover{background:#f8f8f8}.floating-controls .search-expanded .search-results li .type{color:#6b7280;font-size:12px;text-transform:capitalize;width:70px}.floating-controls .search-expanded .search-results li .name{color:#111;flex:1 1;font-weight:500}.floating-controls .toggle-filters-btn{background:#34394d;border:none;border-radius:12px;color:#fff;cursor:pointer;display:grid;height:42px;place-items:center;transition:all .2s ease;width:42px}.floating-controls .toggle-filters-btn:hover{background:#2d3245;transform:scale(1.05)}.floating-controls.collapsed{gap:0}.floating-controls.collapsed .floating-btn,.floating-controls.collapsed .search-expanded{display:none}.runner-marker{align-items:center;display:flex;justify-content:center;position:relative;transform:translate(-50%,-100%)}.runner-marker .runner-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));height:70px;object-fit:contain;transition:transform .2s ease;width:70px}.runner-marker:hover .runner-icon{transform:scale(1.08)}.runner-marker .runner-marker .runner-badge{transition:transform .15s ease}.selected .runner-marker .runner-marker .runner-badge{transform:scale(1.1)}.runner-marker .runner-badge{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #00000040;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;pointer-events:none;position:absolute;right:-37px;top:-4px;width:20px}.store-icon.selected{filter:drop-shadow(0 0 6px rgba(0,140,255,.8));transform:scale(1.15)}.map-header{background:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 6px #0000000d;flex-shrink:0;height:70px;min-height:70px;padding:0 2rem;position:relative;width:98%;z-index:20}.map-header,.map-header__left{align-items:center;display:flex}.map-header__left{gap:1.25rem}.map-header__right{align-items:center;display:flex;gap:.75rem}.map-header__right:first-of-type{margin-left:auto}.map-header .user-badge{background:#34394d;border-radius:50%;color:#fff;font-size:1rem;font-weight:600;height:46px;width:46px}.map-header .icon-btn,.map-header .user-badge{align-items:center;display:flex;justify-content:center}.map-header .icon-btn{background:#0000;border:none;border-radius:10px;color:#6b7280;cursor:pointer;height:40px;transition:background .2s ease,color .2s ease;width:40px}.map-header .icon-btn svg{height:22px;width:22px}.map-header .icon-btn:hover{background:#f3f4f6;color:#111827}.map-header .icon-btn.active{background:#eef2ff;color:#4338ca}.status-chip{align-items:center;background:#f8f9fb;border-radius:999px;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.4rem;padding:.45rem .9rem;transition:all .25s ease}.status-chip.clickable:hover{background:#eef1f5;transform:scale(1.03)}.status-chip .chip-icon{height:18px;width:18px}.status-chip .dot{border-radius:50%;height:8px;width:8px}.status-chip .dot.dot-green{background:#22c55e;box-shadow:0 0 6px #22c55e66}.status-chip .dot.dot-red{background:#ef4444;box-shadow:0 0 6px #ef444466}.region-dropdown{position:relative}.region-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#111827;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;height:42px;justify-content:space-between;min-width:190px;padding:0 1rem;transition:all .18s ease}.region-trigger svg{stroke:#6b7280;stroke-width:2;fill:none;height:18px;transition:transform .2s ease;width:18px}.region-trigger svg.rotated{transform:rotate(180deg)}.region-trigger:hover{background:#f9fafb;border-color:#94a3b8}.region-menu{background:#fff;border-radius:14px;box-shadow:0 14px 30px #00000024,0 4px 8px #00000014;display:flex;flex-direction:column;gap:.25rem;left:0;padding:.4rem;position:absolute;top:calc(100% + 10px);width:100%;z-index:100}.region-item{align-items:center;border-radius:10px;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;height:42px;padding:0 .9rem;transition:all .18s ease}.region-item.active,.region-item:hover{background:linear-gradient(90deg,#374151,#374151);color:#fff}.status-chip.ai-chip{background:#f1f5f9;color:#374151;font-weight:600;position:relative}.status-chip.ai-chip svg{color:#34394d}.status-chip.ai-chip:hover{background:#e5e7eb}.status-chip.ai-chip .ai-badge{background:#34394d;border-radius:999px;box-shadow:0 4px 10px #34394d59;font-size:.7rem;font-weight:700;justify-content:center;padding:2px 7px}.app-toast,.status-chip.ai-chip .ai-badge{align-items:center;color:#fff;display:flex}.app-toast{--radius:14px;--pad-y:10px;--pad-x:16px;border-radius:var(--radius);box-shadow:0 10px 24px #0000002e;gap:12px;max-width:min(96vw,980px);min-height:44px;padding:var(--pad-y) var(--pad-x);width:760px}.app-toast.success{background:#10b981}.app-toast.info{background:#2f3654}.app-toast.error{background:#e64a4a}.app-toast__icon{background:#ffffff2e;border-radius:50%;display:grid;flex:0 0 auto;height:28px;place-items:center;width:28px}.app-toast__icon svg{stroke-width:2.1;height:18px;width:18px}.app-toast__text{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1 1 auto;font-size:15.5px;font-weight:600;letter-spacing:.2px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:normal}.app-toast__close{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:8px;cursor:pointer;flex:0 0 auto;line-height:0;opacity:.9;padding:6px;transition:transform .15s ease,opacity .15s ease,background .15s ease}.app-toast__close svg{stroke-width:2;color:#fff;height:18px;width:18px}.app-toast__close:hover{background:#ffffff14;opacity:1;transform:translateY(-1px)}@media(max-width:480px){.app-toast{--pad-x:14px;max-width:calc(100vw - 16px);min-height:42px;width:100%}.app-toast__text{line-clamp:2;-webkit-line-clamp:2;font-size:14.5px}.app-toast__icon{height:26px;width:26px}.app-toast__icon svg{height:16px;width:16px}}.runner-popup-overlay{align-items:center;animation:fadeIn .25s ease-out;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:120}.runner-popup-container{animation:slideUp .25s ease-out;background:#fff;border-radius:14px;box-shadow:0 8px 28px #0000002e;display:flex;flex-direction:column;max-height:85vh;max-width:95%;overflow:visible;width:520px}.runner-popup-header{align-items:center;background:#374151;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:1.1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:5}.runner-popup-header h2{color:#fff;font-size:1.2rem;font-weight:700}.runner-popup-header .runner-popup-close{align-items:center;background:#ffffff26;border:1px solid #ffffff26;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.35rem .45rem;transition:all .25s ease}.runner-popup-header .runner-popup-close svg{stroke-width:2;height:18px;width:18px}.runner-popup-header .runner-popup-close:hover{background:#ffffff40;transform:scale(1.05)}.runner-popup-header .runner-popup-close:active{transform:scale(.95)}.runner-popup-list{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;flex-direction:column;gap:.8rem;max-height:calc(85vh - 70px);overflow-x:hidden;overflow-y:auto;padding:1rem 1.5rem;scroll-behavior:smooth;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.runner-popup-list::-webkit-scrollbar{width:6px}.runner-popup-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.runner-popup-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.runner-popup-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;justify-content:space-between;padding:.85rem 1rem;transition:background .2s ease,transform .15s ease;will-change:transform}.runner-popup-item:hover{background:#f3f4f6;transform:translateX(2px)}.runner-popup-info{align-items:center;display:flex;gap:.7rem}.runner-popup-info .runner-popup-avatar{align-items:center;background:#34394d;border-radius:50%;color:#fff;display:flex;font-size:.95rem;font-weight:700;height:40px;justify-content:center;text-transform:uppercase;width:40px}.runner-popup-info .runner-popup-name{color:#374151;font-size:1rem;font-weight:600}.runner-popup-switch-area{align-items:center;display:flex}.runner-popup-switch{display:inline-block;height:26px;position:relative;width:46px}.runner-popup-switch input{height:0;opacity:0;width:0}.runner-popup-switch .runner-popup-slider{background-color:#d1d5db;border-radius:26px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.runner-popup-switch .runner-popup-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;position:absolute;transition:.3s;width:20px}.runner-popup-switch input:checked+.runner-popup-slider{background-color:#374151}.runner-popup-switch input:checked+.runner-popup-slider:before{transform:translateX(20px)}.runner-popup-switch.disabled{opacity:.6;pointer-events:none}.runner-popup-empty{align-items:center;color:#6b7280;display:flex;flex:1 1;flex-direction:column;gap:.8rem;justify-content:center;opacity:.95;padding:2.5rem 1rem;text-align:center}.runner-popup-empty .runner-popup-empty-icon{animation:floatIcon 2.4s ease-in-out infinite;height:140px;opacity:.9;width:140px}.runner-popup-empty .empty-text{color:#475569;font-size:1rem;font-weight:600}.runner-popup-empty .empty-subtext{color:#9ca3af;font-size:.9rem}.ready-popup-overlay{align-items:center;animation:fadeIn .2s ease;background:#00000059;display:flex;inset:0;justify-content:center;position:fixed;will-change:opacity;z-index:200}.ready-popup{animation:slideUp .25s ease;background:#fff;border-radius:16px;box-shadow:0 6px 24px #00000014;display:flex;flex-direction:column;max-height:70vh;max-width:700px;overflow:hidden;overflow-x:hidden;width:90%;will-change:transform}.ready-popup .popup-header{align-items:center;background:#34394d;border-bottom:1px solid #e5e7eb;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:.8rem 1rem}.ready-popup .popup-header h2{font-size:1.1rem;font-weight:600;letter-spacing:.3px}.ready-popup .popup-header .close-btn{align-items:center;background:#ffffff26;border:1px solid #ffffff26;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.35rem .45rem;transition:all .25s ease}.ready-popup .popup-header .close-btn svg{stroke-width:2;height:18px;width:18px}.ready-popup .popup-header .close-btn:hover{background:#ffffff40;transform:scale(1.05)}.ready-popup .popup-header .close-btn:active{transform:scale(.95)}.ready-popup .ready-list{-webkit-overflow-scrolling:touch;contain:layout paint;flex:1 1;list-style:none;margin:0;max-height:60vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;padding:0;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin;will-change:scroll-position}.ready-item{align-items:center;border-bottom:1px solid #f2f2f2;cursor:pointer;display:flex;font-size:.9rem;justify-content:space-between;padding:.7rem 1rem;transition:background .15s ease,transform .1s ease;will-change:transform}.ready-item:hover{background:#fafafa;transform:translateX(2px)}.ready-item:hover .runner-name{text-decoration:underline}.ready-item:active{transform:translateX(1px) scale(.99)}.ready-item .item-left{display:flex;flex-direction:column;gap:.15rem}.ready-item .item-left .order-id{color:#222;font-weight:600}.ready-item .runner-line{align-items:center;display:flex;gap:.3rem}.ready-item .runner-line .runner-dot{border-radius:50%;height:8px;width:8px}.ready-item .runner-line .runner-dot.available{background:#22c55e}.ready-item .runner-line .runner-dot.busy{background:#ef4444}.ready-item .runner-line .runner-name{color:#333;font-weight:500;transition:color .2s ease}.ready-item .runner-line .runner-name.text-green{color:#16a34a}.ready-item .runner-line .runner-name.text-red{color:#dc2626}.ready-item .runner-line .runner-name.text-gray{color:#999}.ready-item .distance-info{align-items:center;color:#666;display:flex;font-size:.85rem;gap:.25rem}.ready-item .distance-info svg{height:13px;opacity:.7;width:13px}.ready-item .distance-info.unknown{color:#aaa}.ready-popup .ready-list::-webkit-scrollbar{width:6px}.ready-popup .ready-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.ready-popup .ready-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ready-popup .empty-state{align-items:center;color:#777;display:flex;flex:1 1;flex-direction:column;gap:.75rem;justify-content:center;opacity:.9;padding:2.5rem 1rem;text-align:center}.ready-popup .empty-state .empty-icon{animation:floatIcon 2.4s ease-in-out infinite;height:auto;margin-bottom:.5rem;opacity:.85;width:140px}.ready-popup .empty-state .empty-text{color:#475569;font-size:1rem;font-weight:600}.ready-popup .empty-state .empty-subtext{color:#9ca3af;font-size:.9rem;line-height:1.4}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.order-details-drawer{--drawer-h:420px;--x-space:52px;animation:slideUp .3s ease-out .02s forwards;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 12px #00000014;display:flex;flex-direction:column;height:var(--drawer-h);inset:auto 0 0 0;max-height:var(--drawer-h);opacity:0;overflow:hidden;position:absolute;transform:translateY(100%);width:100%;z-index:60}.order-details-drawer,.order-details-drawer *{box-sizing:border-box}.drawer-close{pointer-events:none;position:absolute;right:8px;top:1px;z-index:70}.drawer-close .close-drawer-btn{background:none;border:0;border-radius:6px;color:#34394d;cursor:pointer;font-size:20px;padding:4px 8px;pointer-events:auto;transition:.2s}.drawer-close .close-drawer-btn:hover{background:#f3f4f6;transform:scale(1.1)}.order-main-header.small{align-items:center;background:#f9f9f9;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 4px #0000000d;display:flex;justify-content:space-between;margin:.6rem auto .8rem;padding:.45rem .9rem;width:98%}.order-main-header.small .header-left h3{color:#111827;font-size:.95rem;font-weight:700}.order-main-header.small .header-right{align-items:center;display:flex;gap:.45rem}.order-main-header.small .header-right .status-badge{align-items:center;border-radius:9999px;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:4px 10px;white-space:nowrap}.order-main-header.small .header-right .status-badge.green{background:#ecfdf5;color:#065f46}.order-main-header.small .header-right .status-badge.yellow{background:#fefce8;color:#92400e}.order-main-header.small .header-right .status-badge.blue{background:#eff6ff;color:#1e40af}.order-main-header.small .header-right .status-badge.gray{background:#f9fafb;color:#374151}.order-main-header.small .header-right .icon-btn{background:#1f2937;border:0;border-radius:8px;color:#fff;cursor:pointer;display:grid;height:30px;place-items:center;transition:.2s;width:30px}.order-main-header.small .header-right .icon-btn:hover{background:#111827}.drawer-content{grid-gap:1rem;display:grid;flex:1 1 auto;gap:1rem;grid-template-columns:1fr 50%;min-height:0;overflow:hidden;padding:.875rem;padding-right:calc(.875rem + var(--x-space))}.drawer-content>*{min-height:0}.drawer-content.runner-profile{align-items:stretch;grid-template-columns:1.4fr .6fr}@media(max-width:1024px){.drawer-content,.drawer-content.runner-profile{grid-template-columns:1fr}}.order-info{display:flex;flex-direction:column;gap:.1rem;min-height:0;overflow:auto}.order-info .info-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.88rem;margin-inline:auto;overflow:hidden;width:98%}.order-info .info-card .info-row{align-items:center;display:flex;justify-content:space-between;padding:.5rem .8rem}.order-info .info-card .info-row:nth-child(odd){background:#fff}.order-info .info-card .info-row:nth-child(2n){background:#f9f9f9}.order-info .info-card .info-row .label{color:#6b7280;font-weight:500}.order-info .info-card .info-row .value{align-items:center;color:#111827;display:flex;font-weight:600;gap:6px}.order-info .info-card .info-row .value.link{color:#2563eb;text-decoration:none}.order-info .info-card .info-row .value.link:hover{text-decoration:underline}.order-info .info-card .info-row .value .runner-dot{border-radius:50%;height:9px;width:9px}.order-info .info-card .info-row .value .runner-dot.available{background:#22c55e}.order-info .info-card .info-row .value .runner-dot.busy{background:#ef4444}.order-info .info-card .info-row .value .runner-dot.offline{background:#9ca3af}.order-details-drawer .assigned-orders,.page-store-view .assigned-orders{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;height:100%;margin-inline:auto;min-height:0;overflow:hidden;padding:1rem;width:98%}.order-details-drawer .assigned-orders .section-title,.page-store-view .assigned-orders .section-title{color:#111827;flex:0 0 auto;font-size:1rem;font-weight:600;margin-bottom:.6rem}.order-details-drawer .assigned-orders .orders-scroll,.page-store-view .assigned-orders .orders-scroll{display:flex;flex:1 1 auto;flex-direction:column;gap:.4rem;min-height:0;overflow-y:auto;scrollbar-color:#d1d5db #0000;scrollbar-width:thin}.order-details-drawer .assigned-orders .orders-scroll::-webkit-scrollbar,.page-store-view .assigned-orders .orders-scroll::-webkit-scrollbar{width:6px}.order-details-drawer .assigned-orders .orders-scroll::-webkit-scrollbar-thumb,.page-store-view .assigned-orders .orders-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.order-details-drawer .assigned-orders .order-item,.page-store-view .assigned-orders .order-item{grid-gap:.8rem;align-items:center;background:#f3f4f6;border-radius:8px;color:#374151;display:grid;font-size:.9rem;font-weight:500;gap:.8rem;grid-template-columns:1fr auto auto;padding:.6rem .8rem}.order-details-drawer .assigned-orders .order-item .label,.page-store-view .assigned-orders .order-item .label{color:#6b7280}.order-details-drawer .assigned-orders .order-item .left-side,.page-store-view .assigned-orders .order-item .left-side{align-items:center;display:flex;flex:1 1;gap:8px}.order-details-drawer .assigned-orders .order-item .left-side .label,.page-store-view .assigned-orders .order-item .left-side .label{color:#6b7280;font-weight:500}.order-details-drawer .assigned-orders .order-item .left-side .order-number,.page-store-view .assigned-orders .order-item .left-side .order-number{color:#111827;cursor:pointer;font-weight:600;text-decoration:underline}.order-details-drawer .assigned-orders .order-item .left-side .order-number:hover,.page-store-view .assigned-orders .order-item .left-side .order-number:hover{color:#34394d}.order-details-drawer .assigned-orders .empty-orders,.page-store-view .assigned-orders .empty-orders{align-items:center;color:#9ca3af;display:flex;flex:1 1 auto;flex-direction:column;font-size:.9rem;gap:.6rem;justify-content:center;min-height:0;padding:2rem 1rem;text-align:center}.order-details-drawer .assigned-orders .empty-orders .empty-icon,.page-store-view .assigned-orders .empty-orders .empty-icon{height:85px;object-fit:contain;opacity:.8;width:85px}.order-details-drawer .assigned-orders .empty-orders .empty-text,.page-store-view .assigned-orders .empty-orders .empty-text{color:#6b7280;font-size:.9rem;font-weight:500}.assign-runner h4{margin:0 0 .6rem}.assign-runner .runner-row{padding:.6rem .95rem}.assign-runner .runner-row .assign-btn{border:0;transition:.2s}.runner-section{align-self:start;margin-inline:auto;width:96%}.drawer-loader-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffc;display:flex;inset:0;justify-content:center;pointer-events:all;position:absolute;transition:opacity .25s ease-in-out;z-index:999}.drawer-loader-overlay.entering,.drawer-loader-overlay.exiting{opacity:0}.drawer-loader-overlay.active{opacity:1}.status-badge-store{align-items:center;border-radius:9999px;display:inline-flex;font-size:.82rem;font-weight:600;gap:6px;padding:4px 10px;white-space:nowrap}.status-badge-store svg{height:14px;width:14px}.status-badge-store.gray{background:#f9fafb;color:#374151}.status-badge-store.green{background:#ecfdf5;color:#374151}.status-badge-store.yellow{background:#fefce8;color:#374151}.status-badge-store.red{background:#fef2f2;color:#991b1b}.empty-runners{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem;text-align:center}.empty-runners .empty-icon{height:auto;margin-bottom:1rem;opacity:.9;width:110px}.empty-runners .empty-text{color:#6b7280;font-size:.95rem;font-weight:500}.confirm-overlay.fullscreen{align-items:center;animation:fadeIn .25s ease-out;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#1118278c;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.confirm-popup{animation:slideUp .3s ease-out;background:#fff;border-radius:14px;box-shadow:0 10px 40px #00000040;max-width:420px;padding:1.75rem;text-align:center;width:92%}.confirm-popup h4{color:#34394d;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.confirm-popup p{color:#4b5563;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.confirm-popup p strong{color:#111827}.confirm-popup .confirm-actions{display:flex;gap:1rem;justify-content:center}.confirm-popup .confirm-actions .btn{border:0;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;min-width:110px;padding:.55rem 1.4rem;transition:.25s}.confirm-popup .confirm-actions .btn.cancel{background:#f3f4f6;color:#374151}.confirm-popup .confirm-actions .btn.cancel:hover{background:#e5e7eb}.confirm-popup .confirm-actions .btn.confirm{background:#dc2626;box-shadow:0 4px 10px #dc262633;color:#fff}.confirm-popup .confirm-actions .btn.confirm:hover{background:#b91c1c;box-shadow:0 6px 14px #b91c1c40}.confirm-popup .confirm-actions .btn.confirm:disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.order-item.clickable{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;justify-content:space-between;padding:10px 14px;transition:background .15s ease}.order-item.clickable:hover{background:#f9fafb}.order-item.clickable .runner-assigned{align-items:center;color:#16a34a;display:flex;font-weight:500;gap:6px}.order-item.clickable .runner-assigned .runner-icon{height:18px;width:18px}.order-item.clickable .runner-unassigned{align-items:center;color:#6b7280;display:flex;font-size:.9rem;gap:4px}@media(max-width:768px){.order-details-drawer{height:50vh;max-height:50vh}.assign-runner .runner-list{max-height:250px}}.runner-dot{border-radius:50%;height:10px;width:10px}.runner-dot.available{background:#22c55e}.runner-dot.busy{background:#ef4444}.runner-dot.offline{background:#9ca3af}.status-text{color:#6b7280;font-size:.8rem;text-transform:capitalize}.assigned-runner .runner-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;font-size:.88rem;overflow:hidden}.assigned-runner .runner-card .info-row{align-items:center;display:flex;justify-content:space-between;padding:.45rem .8rem}.assigned-runner .runner-card .info-row:nth-child(odd){background:#fff}.assigned-runner .runner-card .info-row:nth-child(2n){background:#f9f9f9}.assigned-runner .runner-card .info-row .label{color:#6b7280;font-size:.85rem;font-weight:500}.assigned-runner .runner-card .info-row .value{align-items:center;color:#111827;display:flex;font-size:.88rem;font-weight:600;gap:6px}.assigned-runner .runner-card .info-row .value .runner-dot{border-radius:50%;height:9px;width:9px}.assigned-runner .runner-card .info-row .value .runner-dot.available{background:#22c55e}.assigned-runner .runner-card .info-row .value .runner-dot.busy{background:#ef4444}.assigned-runner .runner-card .info-row .value .runner-dot.offline{background:#9ca3af}.assigned-runner .runner-card .info-row .value.link{color:#2563eb;text-decoration:none}.assigned-runner .runner-card .info-row .value.link:hover{text-decoration:underline}.assigned-runner .runner-card .unassign-row{align-items:center;display:flex;gap:.9rem;justify-content:flex-start;padding:.9rem 1rem 1.1rem}.assigned-runner .runner-card .unassign-row .route-btn{align-items:center;background:#1f2937;border:none;border-radius:9px;box-shadow:0 2px 5px #1f293740;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;transition:.25s ease;width:38px}.assigned-runner .runner-card .unassign-row .route-btn:hover{background:#111827;box-shadow:0 3px 8px #1f293759;transform:translateY(-1px)}.assigned-runner .runner-card .unassign-row .route-btn:active{transform:translateY(0)}.assigned-runner .runner-card .unassign-row .route-btn svg{stroke-width:2;height:17px;width:17px}.assigned-runner .runner-card .unassign-row .assign-btn.unassign{background:#ef4444;border:none;border-radius:12px;box-shadow:0 2px 4px #ef44444d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;min-width:180px;padding:.65rem 2rem;transition:.25s ease}.assigned-runner .runner-card .unassign-row .assign-btn.unassign:hover{background:#dc2626;box-shadow:0 3px 6px #ef444466;transform:translateY(-1px)}.assigned-runner .runner-card .unassign-row .assign-btn.unassign:active{box-shadow:0 1px 2px #ef44444d;transform:translateY(0)}.assigned-runner .runner-card .unassign-row .assign-btn.unassign:disabled{cursor:not-allowed;opacity:.7}.assign-runner{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;font-size:.88rem;margin-inline:auto;overflow:hidden;padding:.8rem 1rem;width:98%}.assign-runner h4{color:#111827;font-weight:700;margin-bottom:.6rem;margin-top:auto}.assign-runner .runner-list{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:0;max-height:350px;overflow-y:auto;scrollbar-color:#d1d5db #0000;scrollbar-width:thin}.assign-runner .runner-list::-webkit-scrollbar{width:6px}.assign-runner .runner-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.assign-runner .runner-row{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;font-size:.9rem;grid-template-columns:1.4fr .06fr 1.1fr .06fr .9fr auto;padding:.6rem 1rem}.assign-runner .runner-row:nth-child(odd){background:#fff}.assign-runner .runner-row:nth-child(2n){background:#f9f9f9}.assign-runner .runner-row .divider{align-items:center;border-left:2px solid #d1d5db;color:#cbd5e1;content:"";display:flex;font-size:1rem;font-weight:600;height:22px;justify-content:center;margin:0 6px}.assign-runner .runner-row .runner-info{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.assign-runner .runner-row .runner-info .runner-name-line{align-items:center;display:flex;gap:6px}.assign-runner .runner-row .runner-info .runner-name-line .runner-name{color:#111827;font-weight:600}.assign-runner .runner-row .runner-info .runner-name-line .runner-dot{border-radius:50%;height:10px;width:10px}.assign-runner .runner-row .runner-info .runner-name-line .runner-dot.available{background:#22c55e}.assign-runner .runner-row .runner-info .runner-name-line .runner-dot.busy{background:#ef4444}.assign-runner .runner-row .runner-info .runner-name-line .runner-dot.offline{background:#9ca3af}.assign-runner .runner-row .runner-info .status-text{color:#6b7280;font-size:.78rem;font-weight:500;margin-left:1px;text-transform:capitalize}.assign-runner .runner-row .runner-phone{align-items:center;color:#374151;display:flex;gap:4px}.assign-runner .runner-row .runner-orders{color:#6b7280;font-size:.82rem}.assign-runner .runner-row .assign-btn{background:#0e775e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.83rem;font-weight:500;padding:.45rem 1.1rem;transition:.2s ease}.assign-runner .runner-row .assign-btn:hover{background:#0b5f4b}.assign-runner .runner-row .assign-btn:disabled{background:#d1d5db;cursor:not-allowed}.assign-btn-runner{background-color:#159b7b;border:none;border-radius:8px;box-shadow:0 4px 8px #1869364d;color:#fff;cursor:pointer;display:block;font-size:.9rem;font-weight:600;padding:.6rem 1.4rem;transition:all .3s ease;width:25%}.assign-btn-runner:hover{background-color:#0e775e;box-shadow:0 6px 10px #16a34a66;transform:translateY(-2px)}.assign-btn-runner:disabled{background-color:#d1d5db;box-shadow:none;color:#9ca3af;cursor:not-allowed;width:50%}.confirm-assign-runner{background-color:#34394d;border:none;border-radius:8px;box-shadow:0 4px 8px #2563eb4d;color:#fff;cursor:pointer;display:block;font-size:.9rem;font-weight:600;padding:.6rem 1.4rem;transition:all .3s ease;width:25%}.confirm-assign-runner:hover{background-color:#34394d;box-shadow:0 6px 10px #1d4ed866;transform:translateY(-2px)}.confirm-popup-overlay{align-items:center;animation:fadeIn .25s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.048);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.confirm-popup-overlay .confirm-popup{animation:slideUp .3s ease-out;background:#fff;border-radius:14px;box-shadow:0 10px 40px #00000040;max-width:420px;padding:1.75rem;text-align:center;width:92%}.confirm-popup-overlay .confirm-popup h4{color:#34394d;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.confirm-popup-overlay .confirm-popup p{color:#4b5563;font-size:.95rem;margin-bottom:1.5rem}.confirm-popup-overlay .confirm-popup .confirm-actions{display:flex;gap:1rem;justify-content:center}.confirm-popup-overlay .confirm-popup .confirm-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;min-width:110px;padding:.55rem 1.4rem;transition:.25s ease}.confirm-popup-overlay .confirm-popup .confirm-actions .btn.cancel{background:#f3f4f6;color:#374151}.confirm-popup-overlay .confirm-popup .confirm-actions .btn.cancel:hover{background:#e5e7eb}.confirm-popup-overlay .confirm-popup .confirm-actions .btn.confirm{background:#dc2626;color:#fff}.confirm-popup-overlay .confirm-popup .confirm-actions .btn.confirm:hover{background:#b91c1c}.app-layout{background:#f9fafb;display:flex;height:100vh;overflow:hidden;width:100%}.app-layout .map-section{display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden;position:relative}.app-layout .map-section>.map-header{align-items:center;background:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 2px #0000000d;display:flex;height:80px;justify-content:space-between;padding:0 1.25rem;position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-layout .map-section>.map-view{flex:1 1;height:100%;overflow:hidden;position:relative;width:100%}.app-layout .map-section>.map-view .google-map,.app-layout .map-section>.map-view .leaflet-container,.app-layout .map-section>.map-view canvas,.app-layout .map-section>.map-view iframe{height:100%;left:0;position:absolute;top:0;width:100%}.app-loader-overlay{background:#ffffffe6;transition:opacity .25s ease-in-out}.app-loader-overlay,.server-down-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.server-down-modal{background:#00000073}.server-down-modal .modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;padding:2rem 2.5rem;text-align:center}.server-down-modal .modal-content h2{color:#34394d;font-size:1.3rem;margin-bottom:.6rem}.server-down-modal .modal-content p{color:#6b7280;margin-bottom:1.4rem}.server-down-modal .modal-content .retry-btn{background:#34394d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.4rem;transition:background .2s ease}.server-down-modal .modal-content .retry-btn:hover{background:#2c3045}.server-down-modal .modal-content .retry-btn:disabled{background:#9ca3af;cursor:not-allowed}.invoice-modal{align-items:center;background:#0000008c;display:flex;font-family:Inter,sans-serif!important;inset:0;justify-content:center;position:fixed;will-change:opacity,transform;z-index:9999}.invoice-box{animation:fadeIn .25s ease-out;background:#fff;border-radius:12px;box-shadow:0 6px 24px #0000002e;contain:layout paint;display:flex;flex-direction:column;height:60%;max-width:900px;overflow:hidden;transform:translateZ(0);width:25%}.invoice-header{align-items:center;background:#34394d;border-bottom:1px solid #ffffff1a;color:#fff;display:flex;justify-content:space-between;padding:.9rem 1.4rem}.invoice-header h3{font-size:1.05rem;font-weight:600;letter-spacing:.3px;margin:0}.invoice-header .close-invoice-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1.2rem;transition:opacity .2s ease}.invoice-header .close-invoice-btn:hover{opacity:.75}.invoice-body{background:#fff;display:flex;flex:1 1;flex-direction:column}.invoice-body iframe{background:#fff;border:none;display:block;flex:1 1;width:100%}.invoice-modal~.app-layout{filter:blur(2px);pointer-events:none}.no-default-toast{background:#0000!important;box-shadow:none!important;min-height:0!important;min-height:auto!important;padding:0!important}.rt-container{padding-top:10px}.rt-custom{background:#0000!important;border-radius:0!important;box-shadow:none!important;margin:0 0 10px!important;min-height:0!important;min-height:auto!important;padding:0!important}.rt-custom .Toastify__toast-body{margin:0!important;padding:0!important}.rt-custom .Toastify__close-button{display:none!important}.ai-fab{background:#6366f1;border:none;border-radius:50%;bottom:24px;box-shadow:0 8px 20px #6366f166;cursor:pointer;font-size:22px;height:56px;right:24px;width:56px;z-index:80}.ai-fab,.ai-fab .badge{color:#fff;position:absolute}.ai-fab .badge{background:#ef4444;border-radius:999px;font-size:12px;font-weight:700;padding:2px 6px;right:-4px;top:-4px}.ai-panel-overlay{align-items:center;animation:fadeIn .25s ease-out;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:120}.ai-panel{animation:slideUp .25s ease-out;background:#fff;border-radius:14px;box-shadow:0 8px 28px #0000002e;display:flex;flex-direction:column;max-height:85vh;max-width:95%;overflow:hidden;width:560px}.ai-panel-header{align-items:center;background:#374151;color:#fff;display:flex;justify-content:space-between;padding:1.1rem 1.5rem}.ai-panel-header h3{font-size:1.15rem;font-weight:700}.ai-panel-header .ai-close-btn{background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.35rem .55rem;transition:all .2s ease}.ai-panel-header .ai-close-btn:hover{background:#ffffff40}.ai-panel-list{flex:1 1;gap:.9rem;overflow-y:auto;padding:1rem 1.5rem}.ai-order-row,.ai-panel-list{display:flex;flex-direction:column}.ai-order-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;gap:.7rem;padding:.9rem 1rem;transition:background .2s ease}.ai-order-row:hover{background:#f3f4f6}.ai-order-row .left{display:flex;flex-direction:column;gap:.3rem}.ai-order-row .left strong{color:#111827;font-size:1rem;font-weight:700}.ai-order-row .left span{color:#374151;font-size:.9rem;font-weight:600}.ai-order-row .explanation{background:#eef2f7;border-left:4px solid #374151;border-radius:8px;color:#334155;font-size:.85rem;line-height:1.45;padding:.6rem .75rem}.ai-order-row .actions{display:flex;gap:8px;justify-content:flex-end}.ai-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;height:36px;justify-content:center;padding:0 .9rem;transition:all .2s ease}.ai-btn.secondary{background:#e5e7eb;color:#374151}.ai-btn.secondary:hover{background:#d1d5db}.ai-btn.primary{background:#374151;color:#fff}.ai-btn.primary:hover{background:#1f2937;transform:translateY(-1px)}.ai-btn.primary:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.runner-regions{margin:0 auto;max-width:90%;padding:2rem}.runner-regions__header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;position:relative}.runner-regions__header h2{color:#111827;font-size:1.5rem;font-weight:600}.back-btn{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 6px 18px #00000014;color:#334155;cursor:pointer;display:flex;font-weight:600;gap:6px;padding:8px 14px;transition:all .15s ease}.back-btn:hover{box-shadow:0 10px 24px #0000001f;transform:translateY(-1px)}.runner-search-wrapper{align-items:center;display:flex;gap:.4rem;left:50%;position:absolute;transform:translateX(-50%)}.runner-search{border:1px solid #d1d5db;border-radius:10px;font-size:.9rem;height:38px;padding:0 .9rem;width:300px}.runner-search:focus{border-color:#374151;outline:none}.runner-clear-btn,.runner-search-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;height:38px;justify-content:center;width:38px}.runner-search-btn{background:#374151;color:#fff}.runner-search-btn:hover{background:#1f2937}.runner-search-btn:disabled{cursor:not-allowed;opacity:.6}.runner-clear-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.runner-clear-btn:hover{background:#f3f4f6}.runner-regions__card{background:#fff;border-radius:14px;box-shadow:0 6px 18px #0000000f;overflow:visible}.runner-table{border-collapse:collapse;table-layout:fixed;width:100%}.runner-table thead{background:#374151}.runner-table thead th{border-bottom:1px solid #e5e7eb;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:1rem;text-transform:uppercase}.runner-table thead th:first-child{text-align:left;width:22%}.runner-table thead th:nth-child(2){text-align:left;width:23%}.runner-table thead th:nth-child(3){text-align:left;width:15%}.runner-table thead th:nth-child(4){text-align:center;width:15%}.runner-table thead th:nth-child(5){text-align:center;width:25%}.runner-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s ease}.runner-table tbody tr:hover{background:#f9fafb}.runner-table tbody td{color:#111827;font-size:.95rem;padding:.9rem 1rem;vertical-align:middle}.runner-table tbody td:first-child,.runner-table tbody td:nth-child(2),.runner-table tbody td:nth-child(3){text-align:left}.runner-table tbody td:nth-child(4),.runner-table tbody td:nth-child(5){text-align:center}.runner-table tbody tr:last-child .rrs-select__menu,.runner-table tbody tr:nth-last-child(2) .rrs-select__menu{bottom:calc(100% + 6px);top:auto}.runner-name{color:#111827;font-weight:600}.runner-sub{color:#6b7280;font-size:.85rem;line-height:1.2}.runner-sub.link{text-decoration:none}.runner-sub.link:hover{text-decoration:underline}.rrs-select{display:inline-block;position:relative;width:180px}.rrs-select__trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111827;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;height:36px;justify-content:space-between;padding:0 .75rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;width:100%}.rrs-select__trigger:hover{background:#f9fafb;border-color:#9ca3af}.rrs-select__trigger svg{color:#6b7280;transition:transform .2s ease}.rrs-rotated{transform:rotate(180deg)}.rrs-select__menu{background:#fff;border-radius:12px;box-shadow:0 12px 24px #00000024,0 4px 8px #00000014;left:0;padding:.35rem;position:absolute;top:calc(100% + 6px);width:100%;z-index:100}.rrs-select__item{align-items:center;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;height:34px;padding:0 .75rem;transition:background .15s ease,color .15s ease}.rrs-select__item:hover{background:#eef2ff;color:#374151}.load-more-btn,.rrs-select__item.active{background:#374151;color:#fff}.load-more-btn{border:none;border-radius:999px;cursor:pointer;display:block;font-size:.9rem;font-weight:600;margin:2rem auto 0;padding:.6rem 1.6rem;transition:background .2s ease,transform .15s ease}.load-more-btn:hover{background:#374151;transform:translateY(-1px)}.load-more-btn:disabled{background:#a5b4fc;cursor:not-allowed;transform:none}.table-loader{padding:4rem 0}.table-empty,.table-loader{align-items:center;display:flex;justify-content:center}.table-empty{color:#6b7280;flex-direction:column;padding:3.5rem 1rem;text-align:center}.table-empty img{margin-bottom:.75rem;opacity:.85;width:90px}.table-empty p{font-size:.95rem;font-weight:500}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-page{align-items:center;background:radial-gradient(circle at left,#d9d9d9 0,#1f1f1f 70%);display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:16px;box-shadow:0 30px 60px #00000040;padding:40px 36px;width:420px}.login-logo{margin-bottom:30px;text-align:center}.login-logo .icon{align-items:center;background:#f3f4f6;border-radius:12px;display:flex;font-size:26px;height:56px;justify-content:center;margin:0 auto 12px;width:56px}.login-logo h1{font-size:24px;font-weight:700;margin:0}form{display:flex;flex-direction:column;gap:10px}label{color:#1f2937;font-size:12px;font-weight:700;letter-spacing:.5px}input{border:1px solid #e5e7eb;border-radius:10px;font-size:14px;outline:none;padding:14px 16px}input:focus{border-color:#111827}.password-field{position:relative}.password-field input{width:92.1%}.password-field button{background:none;border:none;color:#6b7280;cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.login-btn{background:#8b8b8b;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;margin-top:18px;padding:14px;transition:background .2s}.login-btn:hover:not(:disabled){background:#6f6f6f}.login-btn:disabled{cursor:not-allowed;opacity:.7}.login-logo{align-items:center;display:flex;flex-direction:column;gap:.75rem}.login-logo-img{height:72px;object-fit:contain;width:72px}.settings-page{background:linear-gradient(180deg,#f8fafc,#f1f5f9);min-height:100vh;padding:28px 40px}.settings-header{align-items:center;display:flex;gap:20px;margin-bottom:32px}.settings-header h2{color:#0f172a;font-size:26px;font-weight:800}.back-btn-settings{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 6px 18px #00000014;color:#334155;cursor:pointer;display:flex;font-weight:600;gap:6px;padding:8px 14px;transition:all .15s ease}.back-btn-settings:hover{box-shadow:0 10px 24px #0000001f;transform:translateY(-1px)}.settings-grid{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:340px 1fr;margin:0 auto;max-width:1400px}.settings-card{background:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a14,0 1px 0 #0f172a0d;padding:26px}.settings-card h3{color:#0f172a;font-size:16px;font-weight:800;margin-bottom:18px}.user-card-settings{align-items:flex-start;display:flex;gap:18px}.user-avatar-settings{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:50%;color:#fff;display:flex;height:64px;justify-content:center;width:64px}.user-info-settings{display:flex;flex-direction:column;gap:16px}.info-row-settings{display:flex;flex-direction:column;gap:4px}.label-settings{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.value-settings{color:#0f172a;font-size:16px;font-weight:800}.logout-inline-btn-settings{align-items:center;align-self:flex-start;background:#fee2e2;border:none;border-radius:10px;color:#b91c1c;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:6px;margin-top:8px;padding:8px 12px;transition:background .15s ease}.logout-inline-btn-settings:hover{background:#fecaca}.store-grid-settings{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.store-chip-settings{align-items:center;background:#f1f5f9;border-radius:12px;box-shadow:inset 0 0 0 1px #e2e8f0;color:#334155;display:flex;font-size:14px;font-weight:600;gap:10px;padding:12px 14px;transition:background .15s ease}.store-chip-settings:hover{background:#e2e8f0}.color-dot-settings{border-radius:50%;height:10px;width:10px}