.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px;width:100%;max-width:440px;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:32px}.logo h2{color:#667eea;font-size:32px;font-weight:700;margin:0 0 16px;letter-spacing:-.5px}.login-header h1{color:#1a202c;font-size:28px;font-weight:700;margin:0 0 8px}.login-header p{color:#718096;font-size:16px;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.login-btn{padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.signup-section{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.signup-text{color:#718096;margin:0;font-size:15px}.signup-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .3s ease;font-size:15px}.signup-link:hover{color:#764ba2}.forgot-password{text-align:right;margin-top:-8px}.forgot-password button{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;text-decoration:underline;transition:color .3s ease}.forgot-password button:hover{color:#764ba2}.social-login{margin:20px 0}.social-divider{display:flex;align-items:center;margin:20px 0;color:#718096;font-size:14px}.social-divider:before,.social-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.social-divider span{padding:0 16px}.social-buttons{display:flex;gap:12px}.social-btn{flex:1;padding:12px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:500}.social-btn:hover{border-color:#667eea;transform:translateY(-1px)}.social-btn.google{color:#db4437}.social-btn.facebook{color:#4267b2}@media(max-width:480px){.login-container{padding:16px}.login-card{padding:24px}.login-header h1{font-size:24px}.logo h2{font-size:28px}.social-buttons{flex-direction:column}}@media(prefers-color-scheme:dark){.login-card{background:#2d3748f2;color:#e2e8f0}.login-header h1{color:#f7fafc}.login-header p{color:#a0aec0}.form-input{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.form-input::placeholder{color:#718096}.social-btn{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.signup-text{color:#a0aec0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-card{animation:fadeInUp .6s ease-out}.form-group{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.form-group:nth-child(1){animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.login-btn{animation:fadeInUp .6s ease-out;animation-delay:.3s;animation-fill-mode:both}.signup-section{animation:fadeInUp .6s ease-out;animation-delay:.4s;animation-fill-mode:both}.signup-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.signup-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px;width:100%;max-width:440px;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(255,255,255,.2)}.signup-header{text-align:center;margin-bottom:32px}.signup-header h2{color:#1a202c;font-size:28px;font-weight:700;margin:0 0 8px}.signup-header p{color:#718096;font-size:16px;margin:0}.signup-form{display:flex;flex-direction:column;gap:20px}.profile-pic-section{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.profile-pic-container{position:relative;display:inline-block;margin-bottom:12px}.profile-pic-upload{width:120px;height:120px;border-radius:50%;background:#f7fafc;border:2px dashed #cbd5e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.profile-pic-upload:hover{border-color:#667eea;background:#edf2f7}.profile-pic-preview{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-pic-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#a0aec0}.profile-pic-placeholder svg{color:#cbd5e0}.profile-pic-overlay{position:absolute;inset:0;background:#667eeacc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:50%}.profile-pic-upload:hover .profile-pic-overlay{opacity:1}.remove-image-btn{position:absolute;top:-8px;right:-8px;width:32px;height:32px;background:#e53e3e;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003}.remove-image-btn:hover{background:#c53030;transform:scale(1.1)}.file-hint{color:#718096;font-size:14px;text-align:center;margin:0}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#4a5568;font-weight:600;font-size:14px}.form-input{padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fff}.form-input::placeholder{color:#a0aec0}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fed7d7;color:#c53030;border-radius:12px;font-size:14px;border-left:4px solid #f56565}.error-message svg{flex-shrink:0}.submit-btn{padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.login-link{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.login-link p{color:#718096;margin:0}.link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .3s ease}.link-btn:hover{color:#764ba2}@media(max-width:480px){.signup-container{padding:16px}.signup-card{padding:24px}.signup-header h2{font-size:24px}.profile-pic-upload{width:100px;height:100px}}@media(prefers-color-scheme:dark){.signup-card{background:#2d3748f2;color:#e2e8f0}.signup-header h2{color:#f7fafc}.signup-header p{color:#a0aec0}.form-input{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.form-input::placeholder{color:#718096}.profile-pic-upload{background:#2d3748;border-color:#4a5568}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cart-dropdown-overlay{position:fixed;inset:0;background:#00000080;z-index:999}.cart-dropdown{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:90vw;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1000;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e5e5;background:#f8f9fa}.cart-dropdown-header h3{margin:0;font-size:1.2rem;font-weight:600}.close-dropdown-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.close-dropdown-btn:hover{background-color:#e5e5e5}.cart-dropdown-content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.empty-cart-dropdown{text-align:center;padding:2rem 1rem;color:#666}.empty-cart-icon{font-size:3rem;margin-bottom:1rem}.empty-cart-dropdown p{margin:.5rem 0 1.5rem;font-size:1rem}.browse-products-btn{display:inline-block;padding:.75rem 1.5rem;background:#007bff;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background-color .2s}.browse-products-btn:hover{background:#0056b3}.cart-items-list{max-height:400px;overflow-y:auto}.cart-dropdown-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.cart-dropdown-item:last-child{border-bottom:none}.item-image{flex-shrink:0}.item-image img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e5e5e5}.item-details{flex:1;min-width:0}.item-name{margin:0 0 .25rem;font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-price{margin:0 0 .75rem;font-weight:600;color:#007bff}.item-actions{display:flex;justify-content:space-between;align-items:center}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;transition:all .2s}.quantity-btn:hover:not(:disabled){background:#f8f9fa;border-color:#007bff}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-display{min-width:30px;text-align:center;font-weight:500}.remove-item-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s;font-size:.9rem}.remove-item-btn:hover:not(:disabled){background:#ffe6e6}.more-items-indicator{text-align:center;padding:1rem;color:#666;font-style:italic;background:#f8f9fa;border-radius:8px;margin-top:1rem}.dropdown-summary{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.summary-row.total{font-weight:600;font-size:1.1rem;color:#007bff}.summary-divider{height:1px;background:#ddd;margin:.75rem 0}.dropdown-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.view-cart-btn{padding:.75rem;background:#fff;border:2px solid #007bff;color:#007bff;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.view-cart-btn:hover{background:#007bff;color:#fff}.checkout-btn-dropdown{padding:.75rem;background:#007bff;border:none;color:#fff;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s}.checkout-btn-dropdown:hover:not(:disabled){background:#0056b3}.checkout-btn-dropdown:disabled{background:#ccc;cursor:not-allowed}@media(max-width:480px){.cart-dropdown{width:100vw}.cart-dropdown-content{padding:1rem}.cart-dropdown-item{gap:.75rem}.item-image img{width:50px;height:50px}}.modal-overlay.add-place-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:1000px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;color:#1a1a1a;font-size:1.5rem}.close-button{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:background .2s}.close-button:hover{background:#f8f9fa}.add-place-container{display:grid;grid-template-columns:1fr 1fr;height:calc(90vh - 80px)}.form-section{padding:2rem;overflow-y:auto;border-right:1px solid #e0e0e0}.map-section{display:flex;flex-direction:column;height:100%}.map-container{flex:1;min-height:400px}.map-instructions{padding:1rem;background:#f8f9fa;border-top:1px solid #e0e0e0;text-align:center;color:#666;font-size:14px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-input-group{position:relative;display:flex}.address-input-group input{flex:1;padding-right:45px}.search-address-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:#f8f9fa;border:none;border-radius:6px;padding:8px;cursor:pointer;font-size:16px;transition:background .2s}.search-address-btn:hover{background:#e9ecef}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 15px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}.suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f8f9fa;transition:background .2s;font-size:14px}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e0e0e0}.cancel-btn{flex:1;padding:12px 16px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s}.cancel-btn:hover{background:#e9ecef;border-color:#ccc}.submit-btn{flex:1;padding:12px 16px;background:#000;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .3s}.submit-btn:hover:not(:disabled){background:#333}.submit-btn:disabled{background:#ccc;cursor:not-allowed}small{color:#666;font-size:12px;display:block;margin-top:4px}@media(max-width:768px){.modal-overlay.add-place-modal{padding:10px}.modal-content{border-radius:12px}.add-place-container{grid-template-columns:1fr;height:auto;max-height:80vh}.form-section{border-right:none;border-bottom:1px solid #e0e0e0;max-height:50vh;overflow-y:auto}.map-container{min-height:300px}.form-row{grid-template-columns:1fr}.modal-header{padding:1rem 1.5rem}.form-section{padding:1.5rem}}.dropdown-trigger:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border:1px solid #e1e5e9;border-radius:16px;box-shadow:0 10px 40px #00000026;z-index:1000;animation:dropdownSlideIn .2s ease-out;overflow:hidden}.menu-footer{padding:12px 20px;border-top:1px solid #f0f2f5;background:#f8f9fa}.user-shortcut{text-align:center}.user-shortcut span{font-size:12px;color:#666;font-weight:500}.menu-items::-webkit-scrollbar{width:6px}.menu-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.menu-items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.menu-items::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media(max-width:768px){.dropdown-home{min-width:160px}.dropdown-trigger{padding:10px 12px}.trigger-text{font-size:14px}.trigger-icon{font-size:18px}.dropdown-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:400px;max-height:80vh;margin:0}.menu-header{padding:16px}.menu-title{font-size:16px}.menu-subtitle{font-size:13px}.menu-item{padding:10px 12px}.menu-item-icon{width:36px;height:36px;margin-right:10px}.menu-item-icon svg{font-size:18px}.menu-item-title{font-size:14px}.menu-item-description{font-size:11px}}@media(max-width:480px){.dropdown-home{min-width:140px}.trigger-content{gap:8px}.trigger-text{font-size:13px}.trigger-icon{font-size:16px}}.dropdown-trigger:focus-visible,.menu-item:focus-visible{outline:2px solid #007bff;outline-offset:2px}@media(prefers-reduced-motion:reduce){.dropdown-trigger,.menu-item,.menu-item-icon{transition:none}.dropdown-menu,.active-indicator{animation:none}}@media(prefers-color-scheme:dark){.dropdown-trigger{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.trigger-text{color:#e2e8f0}.trigger-arrow{color:#a0aec0}.dropdown-menu{background:#2d3748;border-color:#4a5568;box-shadow:0 10px 40px #0000004d}.menu-header{background:linear-gradient(135deg,#4a5568,#2d3748);border-bottom-color:#4a5568}.menu-item{color:#e2e8f0}.menu-item:hover{background:#4a5568;border-color:#718096}.menu-item.active{background:#2c5282;border-color:#4299e1}.menu-item-icon{background:#4a5568}.menu-item-title{color:#e2e8f0}.menu-item-description{color:#a0aec0}.menu-footer{background:#4a5568;border-top-color:#718096}.user-shortcut span{color:#a0aec0}}.map-search-container{position:relative;width:100%;max-width:500px;margin:0 auto;z-index:1000}.search-input-wrapper{position:relative;display:flex;gap:8px;align-items:center;background:#fff;border-radius:12px;padding:8px;box-shadow:0 4px 20px #00000026;border:2px solid #e1e5e9;transition:all .3s ease}.search-input-wrapper:focus-within{border-color:#007bff;box-shadow:0 4px 25px #007bff33;transform:translateY(-2px)}.toggle-btn{padding:10px 16px;border:2px solid #e1e5e9;border-radius:8px;background:#fff;color:#6c757d;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap}.toggle-btn:hover{border-color:#007bff;color:#007bff;transform:translateY(-1px)}.toggle-btn.active{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 2px 10px #007bff4d}.search-input{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:16px;background:transparent;outline:none;color:#333}.search-input::placeholder{color:#9aa6b8;font-weight:400}.search-input:focus{background:#007bff05}.current-location-btn{padding:10px;border:2px solid #e1e5e9;border-radius:8px;background:#fff;cursor:pointer;font-size:18px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.current-location-btn:hover{border-color:#007bff;background:#007bff;color:#fff;transform:scale(1.05)}.search-loading{position:absolute;right:60px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px}.loading-spinner{width:16px;height:16px;border:2px solid #e1e5e9;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.search-loading:after{content:"Searching...";font-size:12px;color:#6c757d;font-weight:500}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e1e5e9;border-radius:12px;box-shadow:0 8px 30px #00000026;max-height:400px;overflow-y:auto;z-index:1001;margin-top:8px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.suggestions-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f1f3f4;background:#f8f9fa;border-radius:12px 12px 0 0}.suggestions-header span{font-weight:700;color:#2d3748;font-size:14px}.close-results-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#6c757d;padding:4px;border-radius:4px;transition:all .2s ease}.close-results-btn:hover{color:#dc3545;background:#dc35451a}.suggestions-list{max-height:350px;overflow-y:auto}.suggestion-item{padding:16px 20px;border-bottom:1px solid #f8f9fa;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px}.suggestion-item:hover{background:#f8f9ff;border-color:#e1e5e9;transform:translate(4px)}.suggestion-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.store-suggestion{display:flex;align-items:center;gap:16px;width:100%}.store-icon{font-size:24px;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px}.product-suggestion{display:flex;align-items:center;gap:16px;width:100%}.product-image{width:50px;height:50px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f8f9fa;border:1px solid #e1e5e9}.suggestion-text{flex:1;display:flex;flex-direction:column;gap:4px}.suggestion-text strong{font-size:15px;font-weight:600;color:#2d3748;line-height:1.3}.suggestion-text span{font-size:13px;color:#6c757d;font-weight:500}.suggestion-text small{font-size:12px;color:#9aa6b8;font-weight:400}.view-store-btn,.view-product-btn,.quick-add-btn{padding:8px 12px;border:2px solid;border-radius:6px;background:#fff;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.view-store-btn,.view-product-btn{border-color:#28a745;color:#28a745}.view-store-btn:hover,.view-product-btn:hover{background:#28a745;color:#fff;transform:scale(1.05)}.quick-add-btn{border-color:#007bff;color:#007bff;font-size:16px;font-weight:700}.quick-add-btn:hover{background:#007bff;color:#fff;transform:scale(1.05)}.product-actions{display:flex;gap:8px;align-items:center}.no-results{padding:40px 20px;text-align:center;color:#6c757d}.no-results p{margin-bottom:16px;font-size:15px;font-weight:500}.clear-search-btn{padding:10px 20px;border:2px solid #e1e5e9;border-radius:8px;background:#fff;color:#6c757d;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease}.clear-search-btn:hover{border-color:#6c757d;background:#6c757d;color:#fff}.search-error{position:absolute;top:100%;left:0;right:0;background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin-top:8px;display:flex;justify-content:space-between;align-items:center;border:1px solid #f5c6cb;animation:slideDown .3s ease}.search-error span{font-size:14px;font-weight:500}.search-error button{background:none;border:none;color:#721c24;cursor:pointer;font-size:18px;padding:4px;border-radius:4px;transition:background .2s ease}.search-error button:hover{background:#721c241a}@media(max-width:768px){.map-search-container{max-width:100%;padding:0 16px}.search-input-wrapper{padding:6px;border-radius:10px}.toggle-btn{padding:8px 12px;font-size:12px}.search-input{padding:10px 12px;font-size:14px}.current-location-btn{padding:8px;min-width:40px;min-height:40px;font-size:16px}.search-suggestions{margin-top:6px;border-radius:10px}.suggestion-item{padding:14px 16px}.store-icon{font-size:20px;width:36px;height:36px}.product-image{width:45px;height:45px}.suggestion-text strong{font-size:14px}.suggestion-text span{font-size:12px}.suggestion-text small{font-size:11px}}@media(min-width:769px)and (max-width:1024px){.map-search-container{max-width:450px}}@media(prefers-color-scheme:dark){.search-input-wrapper{background:#2d3748;border-color:#4a5568}.search-input{color:#e2e8f0;background:transparent}.search-input::placeholder{color:#a0aec0}.toggle-btn{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.toggle-btn.active{background:#007bff;color:#fff}.current-location-btn{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.search-suggestions{background:#2d3748;border-color:#4a5568}.suggestions-header{background:#4a5568;color:#e2e8f0}.suggestions-header span{color:#e2e8f0}.suggestion-item{border-bottom-color:#4a5568}.suggestion-item:hover{background:#4a5568}.suggestion-text strong{color:#e2e8f0}.suggestion-text span{color:#cbd5e0}.suggestion-text small{color:#a0aec0}.store-icon{background:#4a5568}.product-image{background:#4a5568;border-color:#4a5568}.no-results{color:#a0aec0}}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:#f1f3f4;border-radius:0 0 12px}.search-suggestions::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#a0aec0}@keyframes quickAddPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.quick-add-btn:active{animation:quickAddPulse .3s ease}.toggle-btn:focus,.search-input:focus,.current-location-btn:focus,.view-store-btn:focus,.view-product-btn:focus,.quick-add-btn:focus{outline:2px solid #007bff;outline-offset:2px}@media(prefers-contrast:high){.search-input-wrapper{border-width:3px}.suggestion-item:hover{background:#000;color:#fff}.toggle-btn.active{border-width:3px}}@media(prefers-reduced-motion:reduce){.search-suggestions,.suggestion-item,.toggle-btn,.current-location-btn,.view-store-btn,.view-product-btn,.quick-add-btn{transition:none;animation:none}.search-input-wrapper:focus-within{transform:none}}.search-container{position:relative}.search-dropdown{position:fixed;top:80px;right:20px;width:600px;max-width:calc(100vw - 40px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;margin-top:.5rem;z-index:1006;border:1px solid #e1e5e9;overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-dropdown-header{padding:1.5rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#f8f9fa,#fff)}.search-input-container{position:relative;flex:1}.search-dropdown-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e9ecef;border-radius:50px;font-size:.9rem;background:#fff;transition:all .3s ease}.search-dropdown-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-dropdown-input::placeholder{color:#6c757d}.close-dropdown-btn{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:.25rem;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-dropdown-btn:hover{background:#f8f9fa;color:#495057}.search-results{max-height:60vh;overflow-y:auto;padding:1rem}.results-section{margin-bottom:1.5rem}.results-section:last-child{margin-bottom:0}.section-title{font-size:.9rem;font-weight:600;color:#495057;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.stores-horizontal{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent}.stores-horizontal::-webkit-scrollbar{height:6px}.stores-horizontal::-webkit-scrollbar-track{background:transparent}.stores-horizontal::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.store-card{flex:0 0 auto;width:140px;background:#fff;border:1px solid #e9ecef;border-radius:16px;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:center}.store-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a;border-color:#667eea}.store-icon{font-size:2rem;margin-bottom:.5rem}.store-name{font-size:.85rem;font-weight:600;margin:0 0 .25rem;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-category{font-size:.75rem;color:#718096;margin:0 0 .25rem}.store-distance{font-size:.7rem;color:#667eea;font-weight:600;margin:0}.products-vertical{display:flex;flex-direction:column;gap:.75rem}.product-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease}.product-card:hover{transform:translate(4px);box-shadow:0 2px 10px #0000001a;border-color:#667eea}.product-info{flex:1}.product-name{font-size:.9rem;font-weight:600;margin:0 0 .25rem;color:#2d3748}.product-store{font-size:.75rem;color:#718096;margin:0 0 .25rem}.product-category{font-size:.7rem;color:#a0aec0;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.5px}.product-price{font-size:.85rem;font-weight:700;color:#48bb78;margin:0}.quick-add-product-btn{background:#667eea;color:#fff;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:700;transition:all .3s ease}.quick-add-product-btn:hover{background:#5a67d8;transform:scale(1.1)}.no-results,.empty-state{text-align:center;padding:2rem;color:#718096}.no-results p,.empty-state p{margin:0;font-size:.9rem}.btn-secondary{background:#6c757d;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#5a6268}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#718096}.loading-spinner{width:24px;height:24px;border:2px solid #e9ecef;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.5rem}.search-error{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;margin:1rem;text-align:center;font-size:.9rem}@media(max-width:768px){.search-dropdown{width:350px;right:10px;top:70px}.search-dropdown-header{padding:1rem}.store-card{width:120px;padding:.75rem}.store-icon{font-size:1.5rem}.store-name{font-size:.8rem}.search-results{max-height:50vh}}@media(max-width:480px){.search-dropdown{width:calc(100vw - 40px);right:20px;left:20px;top:60px}.stores-horizontal{gap:.75rem}.store-card{width:110px;padding:.5rem}.search-dropdown-header{flex-direction:column;gap:.75rem}.search-input-container{width:100%}.close-dropdown-btn{align-self:flex-end}}.search-dropdown-overlay{position:fixed;inset:0;background:#0000001a;z-index:1005;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-dropdown{z-index:1006}@supports (backdrop-filter: blur(10px)){.search-dropdown-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d}}.dropMenuHome{width:200px;height:360px;position:absolute;border-radius:20px;background-color:#1b012bea;z-index:999;right:0;top:60px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif}.droptitle{background-color:#007bff;padding:16px;border-bottom:1px solid #ddd;text-align:center}.droptitle h2{margin:0;color:#fff;font-size:18px}.dropSetting{padding:8px}.divSetting{margin:0;padding:0}.divSetting a{text-decoration:none;color:inherit;display:block}.divSetting .uploadIcon{font-size:20px;margin-right:12px;color:#007bff}.divSetting p{margin:0;color:#333;font-size:16px}.divSetting:hover{background-color:#f1f1f1;transition:background-color .3s ease,transform .3s ease;transform:scale(1.02)}@media(max-width:768px){.map-header{padding:.75rem 1rem}.header-content{gap:.5rem;flex-wrap:nowrap}.header-title{font-size:1.1rem;text-align:left;flex:1;min-width:0}.header-actions{gap:.5rem}.add-place-btn .btn-text,.cart-btn .btn-text,.mobile-search-btn .btn-text{display:none}.add-place-btn,.cart-btn,.mobile-search-btn{padding:8px;min-width:44px;height:44px;justify-content:center}.btn-icon{margin:0;font-size:16px}.profile-avatar{width:36px;height:36px}.online-indicator{width:10px;height:10px;bottom:1px;right:1px}}@media(max-width:480px){.header-title{font-size:1rem}.profile-avatar{width:32px;height:32px}.header-actions{gap:.25rem}}button:focus-visible{outline:2px solid #007bff;outline-offset:2px}@media(prefers-color-scheme:dark){.map-header{background:#2d2d2d;border-bottom-color:#404040}.header-title{color:#e0e0e0}.header-btn,.add-place-btn,.cart-btn,.mobile-search-btn,.home-icon-btn{background:#404040;border-color:#555;color:#e0e0e0}.header-btn:hover,.add-place-btn:hover,.cart-btn:hover,.mobile-search-btn:hover,.home-icon-btn:hover{background:#4a4a4a;border-color:#666}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.tow-options-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;width:100%;max-width:440px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e9ecef;flex-shrink:0}.modal-header h2{margin:0;font-size:1.2rem;font-weight:700;color:#ff6b35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.close-btn{background:none;border:none;font-size:1.25rem;color:#6c757d;cursor:pointer;padding:.25rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tow-details{padding:.75rem 1.25rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;flex-shrink:0}.route-info{display:flex;flex-direction:column;gap:.375rem}.location{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:#495057;line-height:1.3}.location span:last-child{flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.location .dot{width:5px;height:5px;border-radius:50%;margin-top:.35rem;flex-shrink:0}.location.from .dot{background:#28a745}.location.to .dot{background:#dc3545}.distance-info{font-size:.75rem;color:#ff6b35;font-weight:600;margin-top:.25rem}.vehicle-info{font-size:.75rem;color:#495057;margin-top:.375rem;line-height:1.3}.vehicle-info div:first-child{font-weight:600;color:#1a1a1a}.service-options{padding:.75rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow-y:auto}.service-option{display:flex;align-items:center;gap:.625rem;padding:.75rem;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .15s ease;background:#fff;flex-shrink:0;min-height:70px}.service-option:hover{border-color:#ff6b35}.service-option.selected{border-color:#ff6b35;background:#fff8f6}.service-icon{font-size:1.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ff6b35;border-radius:6px;color:#fff;flex-shrink:0}.service-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;min-height:40px}.service-info h4{margin:0 0 .125rem;color:#1a1a1a;font-size:.9rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-info p{margin:0 0 .125rem;color:#6c757d;font-size:.75rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.4em}.service-info small{color:#28a745;font-weight:500;font-size:.7rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-fare{text-align:right;flex-shrink:0;min-width:60px;display:flex;flex-direction:column;justify-content:center}.service-fare .fare{font-size:1rem;font-weight:700;color:#ff6b35;margin-bottom:.125rem;line-height:1.2}.service-fare .time{color:#6c757d;font-size:.7rem;line-height:1.2}.modal-actions{padding:1rem 1.25rem;border-top:1px solid #e9ecef;background:#fafafa;flex-shrink:0}.proceed-btn{width:100%;padding:.75rem 1.25rem;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease;line-height:1.2}.proceed-btn:hover:not(:disabled){background:#e55a2b}.proceed-btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.service-options::-webkit-scrollbar{width:4px}.service-options::-webkit-scrollbar-track{background:#f1f1f1}.service-options::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:2px}.no-services{text-align:center;padding:2rem;color:#6c757d;font-size:.9rem}@media(max-width:480px){.modal-overlay{padding:.5rem}.tow-options-modal{max-width:100%;max-height:95vh;margin:0}.modal-header{padding:.875rem 1rem}.modal-header h2{font-size:1.1rem}.tow-details{padding:.625rem 1rem}.service-options{padding:.625rem 1rem;gap:.375rem}.service-option{padding:.625rem;gap:.5rem;min-height:65px}.service-icon{width:32px;height:32px;font-size:1.1rem}.service-info h4{font-size:.85rem}.service-info p{font-size:.7rem;-webkit-line-clamp:2;max-height:2.2em}.modal-actions{padding:.875rem 1rem}.proceed-btn{padding:.625rem 1rem;font-size:.85rem}}@media(max-width:360px){.service-option{min-height:60px}.service-info p{-webkit-line-clamp:1;max-height:1.2em}.service-info small{font-size:.65rem}}.map-page{height:100vh;display:flex;flex-direction:column;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.map-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;position:relative;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:1rem;flex-wrap:nowrap;min-height:60px}.header-title{margin:0;color:#1a1a1a;font-size:1.5rem;font-weight:700;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.home-dropdown-container{position:relative;display:flex;align-items:center}.home-icon-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;padding:0}.home-icon-btn:hover{background:#f8f9fa;border-color:#ccc;transform:translateY(-1px)}.home-icon{font-size:24px;color:#333}.mobile-home-dropdown{position:absolute;top:100%;left:0;margin-top:8px;z-index:1100;min-width:280px}.header-btn{display:flex;align-items:center;gap:.5rem;padding:10px 16px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:14px;white-space:nowrap}.header-btn:hover{background:#f8f9fa;border-color:#ccc;transform:translateY(-1px)}.btn-icon{font-size:16px;flex-shrink:0}.btn-text{white-space:nowrap}.add-place-btn,.cart-btn,.mobile-search-btn{display:flex;align-items:center;gap:.5rem;padding:10px 16px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:14px;white-space:nowrap}.add-place-btn:hover,.cart-btn:hover,.mobile-search-btn:hover{background:#f8f9fa;border-color:#ccc;transform:translateY(-1px)}.cart-btn{position:relative;padding:10px 16px 10px 12px}.cart-badge{position:absolute;top:-6px;right:-6px;background:#ff4081;color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:600}.btn-primary{background:#000;color:#fff;border:2px solid #000;border-radius:8px;padding:12px 20px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover:not(:disabled){background:#333;border-color:#333;transform:translateY(-1px)}.btn-primary:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:8px;padding:12px 20px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary:hover:not(:disabled){background:#f8f9fa;border-color:#ccc;transform:translateY(-1px)}.btn-secondary:disabled{background:#f8f9fa;color:#999;cursor:not-allowed;transform:none}.btn-tertiary{background:transparent;color:#666;border:2px solid transparent;border-radius:8px;padding:12px 20px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:14px}.btn-tertiary:hover{background:#f8f9fa;color:#333}.profile-container{position:relative;display:flex;align-items:center}.profile-avatar-wrapper{position:relative;cursor:pointer;transition:transform .2s ease}.profile-avatar-wrapper:hover{transform:scale(1.05)}.profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0;transition:all .3s ease}.profile-avatar:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff4d}.online-indicator{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#28a745;border:2px solid white;border-radius:50%;animation:pulse-online 2s infinite}@keyframes pulse-online{0%{box-shadow:0 0 #28a745b3}70%{box-shadow:0 0 0 6px #28a74500}to{box-shadow:0 0 #28a74500}}.dropdown-home{position:relative;display:inline-block;min-width:200px}.dropdown-trigger{width:100%;padding:12px 16px;background:#fff;border:2px solid #e1e5e9;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;font-family:inherit}.dropdown-trigger:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff26}.trigger-content{display:flex;align-items:center;gap:12px;width:100%}.trigger-icon{font-size:20px;color:#007bff;flex-shrink:0}.trigger-text{font-size:16px;font-weight:600;color:#1a1a1a;flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trigger-arrow{font-size:18px;color:#666;transition:transform .3s ease;flex-shrink:0}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border:1px solid #e1e5e9;border-radius:16px;box-shadow:0 10px 40px #00000026;z-index:1100;animation:dropdownSlideIn .2s ease-out;overflow:hidden}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.menu-header{padding:20px 20px 16px;border-bottom:1px solid #f0f2f5;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.menu-title{margin:0 0 4px;font-size:18px;font-weight:700}.menu-subtitle{margin:0;font-size:14px;opacity:.9;font-weight:400}.menu-items{padding:8px;max-height:400px;overflow-y:auto}.menu-item{display:flex;align-items:center;padding:12px 16px;border-radius:12px;text-decoration:none;color:inherit;transition:all .2s ease;position:relative;border:1px solid transparent}.menu-item:hover{background:#f8f9fa;border-color:#e1e5e9;transform:translate(4px)}.menu-item.active{background:#f0f8ff;border-color:#007bff}.menu-item-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:10px;margin-right:12px;flex-shrink:0;transition:all .2s ease}.menu-item:hover .menu-item-icon,.menu-item.active .menu-item-icon{background:#007bff;color:#fff}.menu-item-icon svg{font-size:20px}.menu-item-content{flex:1;min-width:0}.menu-item-title{display:block;font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:2px}.menu-item-description{display:block;font-size:12px;color:#666;line-height:1.3}.active-indicator{width:6px;height:6px;background:#007bff;border-radius:50%;margin-left:8px;flex-shrink:0;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.drop-menu-home{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 10px 40px #00000026;z-index:1100;min-width:280px;animation:dropdownSlideIn .2s ease-out;overflow:hidden}.drop-menu-home .menu-header{padding:20px;border-bottom:1px solid #f0f2f5;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.user-info{display:flex;align-items:center;gap:12px}.user-avatar{position:relative}.user-avatar img{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.online-status{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#28a745;border:2px solid white;border-radius:50%}.user-details h4{margin:0 0 4px;font-size:16px;font-weight:600}.user-details span{font-size:12px;opacity:.9}.drop-menu-home .menu-items{padding:8px}.drop-menu-home .menu-item{display:flex;align-items:center;padding:12px 16px;border-radius:12px;text-decoration:none;color:#1a1a1a;transition:all .2s ease;position:relative;margin-bottom:4px}.drop-menu-home .menu-item:hover{background:#f8f9fa;transform:translate(4px)}.drop-menu-home .menu-item.logout{color:#dc3545}.drop-menu-home .menu-item.logout:hover{background:#f8d7da}.item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;margin-right:12px;flex-shrink:0}.item-title{font-size:14px;font-weight:500;flex:1}.logout-indicator{width:6px;height:6px;background:#dc3545;border-radius:50%;margin-left:8px}.menu-footer{padding:16px 20px;border-top:1px solid #f0f2f5;background:#f8f9fa}.quick-stats{display:flex;justify-content:space-around}.stat-number{display:block;font-size:18px;font-weight:700;color:#007bff}.stat-label{display:block;font-size:11px;color:#666;margin-top:2px}.map-layout{display:grid;grid-template-columns:350px 1fr;flex:1;height:calc(100vh - 80px)}.map-sidebar{background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden}.search-dropdown-container{padding:1.5rem;border-bottom:1px solid #e0e0e0;position:relative}.search-dropdown,.search-input-wrapper{position:relative;width:100%}.search-input{width:100%;padding:12px 45px 12px 16px;border:2px solid #e0e0e0;border-radius:25px;font-size:14px;transition:all .3s ease;background:#f8f9fa;font-family:inherit;cursor:pointer}.search-input:focus{outline:none;border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a;cursor:text}.search-toggle-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;padding:6px;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.search-toggle-btn:hover{background:#e9ecef}.search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 25px #00000026;z-index:1000;margin-top:8px;max-height:300px;overflow-y:auto;animation:dropdownSlideIn .2s ease-out}.search-result-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f8f9fa;transition:background .2s;display:flex;align-items:flex-start;gap:12px}.search-result-item:hover{background:#f8f9fa}.search-result-icon{font-size:16px;margin-top:2px;flex-shrink:0}.search-result-text{display:flex;flex-direction:column;flex:1;min-width:0}.search-result-text strong{color:#1a1a1a;margin-bottom:4px;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-text span{color:#666;font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-loading{padding:12px 16px;color:#666;font-size:14px;text-align:center;background:#f8f9fa}.no-results{padding:12px 16px;color:#666;font-size:14px;text-align:center;font-style:italic}.places-list h3{padding:1rem 1.5rem;margin:0;color:#1a1a1a;font-size:1.1rem;font-weight:600;border-bottom:1px solid #e0e0e0;background:#fff}.place-card{display:flex;align-items:center;padding:1rem;border-radius:12px;margin-bottom:.5rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;background:#fff}.place-card:hover{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.place-card.selected{background:#e3f2fd;border-color:#2196f3}.place-icon{font-size:1.5rem;margin-right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e3f2fd;border-radius:50%;flex-shrink:0}.place-info{flex:1;min-width:0}.place-info h4{margin:0 0 4px;color:#1a1a1a;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-info p{margin:0 0 4px;color:#666;font-size:12px;text-transform:capitalize}.place-distance{color:#888;font-size:11px;font-weight:500}.map-main{position:relative;overflow:hidden}.map-container{height:100%;width:100%}.map-controls{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:1000}.control-btn{width:48px;height:48px;border:none;border-radius:12px;background:#fff;box-shadow:0 2px 12px #00000026;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.control-btn:hover{background:#f8f9fa;transform:scale(1.05);box-shadow:0 4px 16px #0003}.control-btn.active{background:#e3f2fd;color:#2196f3;box-shadow:0 2px 12px #2196f34d}.control-btn.active:after{content:"";position:absolute;inset:-2px;border:2px solid #2196f3;border-radius:14px;animation:pulse 2s infinite}.clear-route-btn{color:#ff4081}.clear-route-btn:hover{background:#ffebee}.style-selector{padding:10px 12px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:12px;cursor:pointer;font-family:inherit;transition:all .3s ease}.style-selector:focus{outline:none;border-color:#007bff}.journey-planner{position:absolute;bottom:20px;left:20px;right:20px;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000026;z-index:1000;overflow:hidden;margin-bottom:env(safe-area-inset-bottom,20px);max-height:85vh;display:flex;flex-direction:column}.journey-planner.delivery{max-height:90vh}.planner-header{padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;background:#fff;transition:background .3s ease;flex-shrink:0}.planner-header:hover{background:#f8f9fa}.planner-header h3{margin:0;color:#1a1a1a;font-weight:600;font-size:1.1rem}.expand-icon{color:#666;font-size:12px;transition:transform .3s ease}.journey-planner.expanded .expand-icon{transform:rotate(180deg)}.planner-content{padding:1.5rem;background:#fff;overflow-y:auto;flex:1;max-height:calc(85vh - 80px)}.journey-planner.delivery .planner-content{max-height:calc(90vh - 80px)}.input-group{margin-bottom:1.25rem}.input-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:14px}.input-with-suggestions{position:relative}.input-with-suggestions input{width:100%;padding:12px 45px 12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s;font-family:inherit;background:#fff}.input-with-suggestions input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.location-pin-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;font-size:16px;transition:background .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.location-pin-btn:hover{background:#f8f9fa}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 15px #0000001a;z-index:1001;max-height:200px;overflow-y:auto;margin-top:4px}.package-details{background:#f8f9fa;padding:1rem;border-radius:12px;margin-bottom:1.5rem}.package-details h4{margin:0 0 .75rem;color:#1a1a1a;font-weight:600;font-size:.9rem}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.planner-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap;flex-shrink:0}.planner-actions .btn-primary,.planner-actions .btn-secondary,.planner-actions .btn-tertiary{flex:1;min-width:120px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ride-options-modal,.delivery-options-modal{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;top:0;z-index:1}.modal-header h2{margin:0;color:#1a1a1a;font-weight:700;font-size:1.5rem}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px 8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.close-btn:hover{background:#f8f9fa;color:#333}.vehicle-options{padding:1rem}.vehicle-option{display:flex;align-items:center;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:.75rem;cursor:pointer;transition:all .3s ease;background:#fff}.vehicle-option:hover{border-color:#007bff;transform:translateY(-1px)}.vehicle-option.selected{border-color:#007bff;background:#f0f8ff}.vehicle-icon{font-size:2rem;margin-right:1rem;flex-shrink:0}.vehicle-info{flex:1}.vehicle-info h4{margin:0 0 4px;color:#1a1a1a;font-size:16px;font-weight:600}.vehicle-info p{margin:0 0 4px;color:#666;font-size:14px}.vehicle-info small{color:#888;font-size:12px}.vehicle-fare{text-align:right;flex-shrink:0}.fare{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.time{font-size:14px;color:#666}.modal-actions{padding:1.5rem;border-top:1px solid #e0e0e0;background:#f8f9fa}.proceed-btn{width:100%;justify-content:center}.route-info{padding:1rem 1.5rem}.location{display:flex;align-items:flex-start;margin-bottom:1rem;gap:.75rem}.dot{width:12px;height:12px;border-radius:50%;margin-top:4px;flex-shrink:0}.location.from .dot{background:#007bff}.location.to .dot{background:#28a745}.distance-info{padding:.75rem 0;color:#666;font-weight:500;border-top:1px solid #e0e0e0}.package-info{padding:.75rem 0;color:#666;border-top:1px solid #e0e0e0}.package-info div{margin-bottom:.25rem}.search-loading,.loading{padding:12px 16px;color:#666;font-size:14px;text-align:center;background:#f8f9fa;border-radius:8px;margin:8px 0}.no-places,.no-results{padding:2rem 1rem;text-align:center;color:#666;font-size:14px;font-style:italic}.places-scroll::-webkit-scrollbar,.search-results-dropdown::-webkit-scrollbar,.suggestions-dropdown::-webkit-scrollbar,.menu-items::-webkit-scrollbar,.planner-content::-webkit-scrollbar{width:6px}.places-scroll::-webkit-scrollbar-track,.search-results-dropdown::-webkit-scrollbar-track,.suggestions-dropdown::-webkit-scrollbar-track,.menu-items::-webkit-scrollbar-track,.planner-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.places-scroll::-webkit-scrollbar-thumb,.search-results-dropdown::-webkit-scrollbar-thumb,.suggestions-dropdown::-webkit-scrollbar-thumb,.menu-items::-webkit-scrollbar-thumb,.planner-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.places-scroll::-webkit-scrollbar-thumb:hover,.search-results-dropdown::-webkit-scrollbar-thumb:hover,.suggestions-dropdown::-webkit-scrollbar-thumb:hover,.menu-items::-webkit-scrollbar-thumb:hover,.planner-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.custom-marker{background:transparent!important;border:none!important}.marker-pin{width:40px;height:40px;border-radius:50% 50% 50% 0;background:#007bff;position:relative;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000004d}.marker-icon{transform:rotate(45deg);color:#fff;font-size:16px}.marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:#007bff4d;animation:pulse 2s infinite;z-index:-1}.place-popup{min-width:200px}.place-popup h3{margin:0 0 8px;color:#1a1a1a;font-size:16px}.place-popup p{margin:0 0 12px;color:#666;font-size:14px}@media(max-width:768px){.map-header{padding:.75rem 1rem}.header-content{gap:.5rem;flex-wrap:nowrap}.header-title{font-size:1.1rem;text-align:left;flex:1;min-width:0}.header-actions{gap:.5rem}.add-place-btn .btn-text,.cart-btn .btn-text,.mobile-search-btn .btn-text{display:none}.add-place-btn,.cart-btn,.mobile-search-btn{padding:8px;min-width:44px;height:44px;justify-content:center}.btn-icon{margin:0;font-size:16px}.profile-avatar{width:36px;height:36px}.online-indicator{width:10px;height:10px;bottom:1px;right:1px}.dropdown-home{min-width:auto}.dropdown-trigger{padding:8px 12px}.trigger-text{font-size:14px}.trigger-icon{font-size:18px}.dropdown-menu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:400px;max-height:80vh;margin:0}.map-layout{grid-template-columns:1fr;height:calc(100vh - 70px)}.map-sidebar{position:absolute;inset:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease}.map-sidebar.open{transform:translate(0)}.map-controls{top:10px;right:10px}.control-btn{width:44px;height:44px;font-size:18px}.journey-planner{left:10px;right:10px;bottom:10px;max-width:none;margin-bottom:env(safe-area-inset-bottom,10px);max-height:80vh}.journey-planner.delivery{max-height:85vh}.planner-content{max-height:calc(80vh - 80px);padding:1rem}.journey-planner.delivery .planner-content{max-height:calc(85vh - 80px)}.planner-actions{flex-direction:column}.planner-actions .btn-primary,.planner-actions .btn-secondary,.planner-actions .btn-tertiary{flex:none;min-width:auto}.modal-overlay{padding:.5rem}.ride-options-modal,.delivery-options-modal{border-radius:16px}.search-results-dropdown{position:fixed;top:70px;left:10px;right:10px;max-height:60vh;z-index:2000}.search-result-item{padding:16px}.search-result-text strong{font-size:16px}.search-result-text span{font-size:14px}.drop-menu-home{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:400px;max-height:80vh;margin:0}.mobile-home-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:400px;z-index:1100}}@media(max-width:480px){.header-title{font-size:1rem}.profile-avatar{width:32px;height:32px}.header-actions{gap:.25rem}.input-row{grid-template-columns:1fr;gap:.75rem}.package-details,.vehicle-option{padding:.75rem}.vehicle-icon{font-size:1.5rem;margin-right:.75rem}.vehicle-info h4{font-size:14px}.vehicle-info p{font-size:12px}.fare{font-size:16px}.planner-header{padding:1rem}.planner-header h3{font-size:1rem}}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #007bff;outline-offset:2px}@media(prefers-contrast:high){.map-header{border-bottom:2px solid #000}.control-btn{border:1px solid #000}.btn-primary{border-width:2px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.control-btn.active:after{animation:none}.online-indicator,.active-indicator{animation:none}}@media(prefers-color-scheme:dark){.map-page{background:#1a1a1a;color:#e0e0e0}.map-header{background:#2d2d2d;border-bottom-color:#404040}.header-title{color:#e0e0e0}.header-btn,.add-place-btn,.cart-btn,.mobile-search-btn,.home-icon-btn{background:#404040;border-color:#555;color:#e0e0e0}.header-btn:hover,.add-place-btn:hover,.cart-btn:hover,.mobile-search-btn:hover,.home-icon-btn:hover{background:#4a4a4a;border-color:#666}.map-sidebar{background:#2d2d2d;border-right-color:#404040}.search-input{background:#404040;border-color:#555;color:#e0e0e0}.search-input:focus{border-color:#007bff;background:#4a4a4a}.place-card{background:#404040;color:#e0e0e0}.place-card:hover{background:#4a4a4a}.place-card.selected{background:#1e3a5f;border-color:#007bff}.place-info h4{color:#e0e0e0}.place-info p{color:#b0b0b0}}.search-dropdown-wrapper{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem}.map-sidebar{background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden;position:relative}.places-list{flex:1;overflow:hidden;display:flex;flex-direction:column}.places-list h3{padding:1rem 1.5rem;margin:0;color:#1a1a1a;font-size:1.1rem;font-weight:600;border-bottom:1px solid #e0e0e0;background:#fff;position:sticky;top:0;z-index:90}.places-scroll{flex:1;overflow-y:auto;padding:.5rem}.map-search-container{position:relative;width:100%;max-width:400px}.search-input-wrapper{position:relative;display:flex;gap:8px;align-items:center}.search-type-toggle{flex-shrink:0}.toggle-btn{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:12px;transition:all .2s}.toggle-btn.active{background:#007bff;color:#fff;border-color:#007bff}.search-input{flex:1;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.current-location-btn{padding:8px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:16px}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:400px;overflow-y:auto;z-index:1000;margin-top:4px}.suggestions-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eee;font-weight:700;font-size:14px}.close-results-btn{background:none;border:none;font-size:18px;cursor:pointer;color:#666}.suggestion-item{padding:12px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background-color .2s}.suggestion-item:hover{background-color:#f8f9fa}.store-suggestion,.product-suggestion{display:flex;align-items:center;gap:12px}.store-icon{font-size:20px;flex-shrink:0}.suggestion-text{flex:1;display:flex;flex-direction:column}.suggestion-text strong{font-size:14px;margin-bottom:2px}.suggestion-text span{font-size:12px;color:#666;margin-bottom:2px}.suggestion-text small{font-size:11px;color:#888}.quick-add-btn{padding:4px 8px;border:1px solid #007bff;border-radius:4px;background:#fff;color:#007bff;cursor:pointer;font-size:12px;transition:all .2s}.quick-add-btn:hover{background:#007bff;color:#fff}.no-results{padding:20px;text-align:center;color:#666}.clear-search-btn{margin-top:8px;padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:12px}.search-loading{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:12px;color:#666}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #10b981;--accent: #f59e0b;--danger: #ef4444;--background: #ffffff;--surface: #f8fafc;--text-primary: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--radius: 12px;--radius-lg: 16px;--radius-xl: 24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--background);line-height:1.6}.vibrant-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 0;box-shadow:0 4px 20px #00000026;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:10px;cursor:pointer;transition:all .3s ease;color:#fff}.logo-icon:hover{background:#ffffff4d;transform:scale(1.05)}.logo{display:flex;align-items:center;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:translateY(-2px)}.logo-text{font-size:1.8rem;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-btn{display:flex;align-items:center;padding:.75rem 1.5rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.95rem}.nav-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.cart-btn{position:relative;background:#fff3;border-color:#fff6}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #ff475766}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:25px;cursor:pointer;transition:all .3s ease}.user-profile:hover{background:#fff3}.profile-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5)}.username{color:#fff;font-weight:600;font-size:.9rem}.dropdown-container{position:absolute;top:100%;left:2rem;z-index:1001;animation:dropdownSlide .3s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header-container{padding:0 1rem}.nav-links{gap:1rem}.nav-btn{padding:.6rem 1rem;font-size:.85rem}.nav-btn span:not(.cart-badge){display:none}.nav-btn svg{margin-right:0!important}.logo-text{font-size:1.5rem}.username{display:none}.user-profile{padding:.5rem}}@media(max-width:480px){.header-container{padding:0 .5rem}.logo-icon{width:36px;height:36px}.logo-text{font-size:1.3rem}.nav-links{gap:.5rem}.nav-btn{padding:.5rem}.profile-avatar{width:32px;height:32px}}.nav-btn:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:2px}.vibrant-header{transition:all .3s ease}.vibrant-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-align:center;padding:2rem}.loading-animation{display:flex;gap:8px}.loading-dot{width:12px;height:12px;background:#fff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loading-dot:nth-child(2){animation-delay:.16s}.loading-dot:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.vibrant-loading h2{font-size:2rem;font-weight:700}.vibrant-loading p{opacity:.8;font-size:1.1rem}.vibrant-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;text-align:center;background:var(--surface)}.error-icon-wrapper{color:var(--danger);background:#ef44441a;padding:2rem;border-radius:50%}.vibrant-error h2{font-size:2rem;font-weight:700;color:var(--text-primary)}.vibrant-error p{color:var(--text-secondary);max-width:400px;font-size:1.1rem}.vibrant-retry-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow)}.vibrant-retry-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.store-hero-vibrant{background:var(--surface)}.hero-background-vibrant{background-size:cover;background-position:center;background-attachment:fixed;min-height:500px;display:flex;align-items:center}.hero-content-vibrant{max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.store-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);padding:3rem;box-shadow:var(--shadow-xl);display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:start}.store-avatar-vibrant{position:relative;width:140px;height:140px}.store-avatar-vibrant img{width:100%;height:100%;border-radius:var(--radius-lg);object-fit:cover;border:4px solid white;box-shadow:var(--shadow-lg)}.avatar-fallback-vibrant{width:100%;height:100%;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:4px solid white;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-lg)}.store-info-vibrant{min-width:0}.store-title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.store-description{color:var(--text-secondary);font-size:1.25rem;margin-bottom:2rem;line-height:1.6;max-width:600px}.store-stats{display:flex;gap:2rem;margin-bottom:2.5rem;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.stat-label{display:block;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.action-buttons-vibrant{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow)}.action-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.vibrant-primary{background:var(--primary);color:#fff}.vibrant-primary:hover{background:var(--primary-dark)}.vibrant-secondary{background:var(--secondary);color:#fff}.vibrant-secondary:hover{opacity:.9}.vibrant-accent{background:var(--accent);color:#fff}.vibrant-accent:hover{opacity:.9}.store-main-vibrant{background:var(--background);padding:4rem 0}.products-section-vibrant{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header-vibrant{text-align:center;margin-bottom:3rem}.section-header-vibrant h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-header-vibrant p{color:var(--text-secondary);font-size:1.25rem}.products-container-vibrant{background:var(--background);border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-lg)}.floating-actions{position:fixed;bottom:2rem;right:2rem;z-index:90;display:none}.fab-main{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;color:#fff;cursor:pointer;box-shadow:var(--shadow-xl);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.fab-main:hover{transform:scale(1.1)}.fab-menu{position:absolute;bottom:80px;right:0;display:flex;flex-direction:column;gap:.75rem;animation:fab-appear .3s ease}@keyframes fab-appear{0%{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.fab-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:none;border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-lg);transition:all .2s ease;color:var(--text-primary);font-weight:600;white-space:nowrap}.fab-item:hover{transform:translate(-5px)}.fab-item.add:hover{background:var(--primary);color:#fff}.fab-item.edit:hover{background:var(--secondary);color:#fff}.fab-item.dashboard:hover{background:var(--accent);color:#fff}.vibrant-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:1000;padding:1rem}.vibrant-modal-overlay.active{display:flex;animation:modal-appear .3s ease}@keyframes modal-appear{0%{opacity:0}to{opacity:1}}.vibrant-modal-container{background:var(--background);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-width:90vw;max-height:90vh;overflow:auto;animation:modal-slide .3s ease}@keyframes modal-slide{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.vibrant-modal-content{width:100%;height:100%}@media(max-width:968px){.store-card{grid-template-columns:1fr;text-align:center;gap:2rem;padding:2rem}.store-avatar-vibrant{justify-self:center}.store-stats,.action-buttons-vibrant{justify-content:center}.store-title{font-size:2.5rem}}@media(max-width:768px){.floating-actions{display:block}.action-buttons-vibrant{display:none}.hero-content-vibrant{padding:2rem 1rem}.store-card{padding:1.5rem}.header-container{padding:0 1rem}.store-avatar-vibrant{width:100px;height:100px}.store-title{font-size:2rem}.store-description{font-size:1.1rem}.section-header-vibrant h2{font-size:2rem}}@media(max-width:480px){.hero-content-vibrant{padding:1rem}.store-main-vibrant{padding:2rem 0}.products-section-vibrant{padding:0 1rem}.store-stats{gap:1rem}.stat-number{font-size:1.5rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.addProduct{display:flex;flex-direction:column;max-width:600px;margin:0 auto;padding:25px;background:#fff;border-radius:16px;box-shadow:0 6px 25px #0000001a;border:1px solid #eaeaea}.addProductBox{display:flex;justify-content:center;margin-bottom:25px}.avatar{width:80px;height:80px;border-radius:50%;border:3px solid #667eea;object-fit:cover;transition:transform .3s}.avatar:hover{transform:scale(1.05)}.addProductInfo{width:100%}.currency-header{margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.currency-display{display:flex;justify-content:center;margin-bottom:10px}.currency-badge{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#667eea,#764ba2);padding:10px 24px;border-radius:30px;color:#fff;font-weight:600;box-shadow:0 4px 15px #667eea4d}.currency-badge .currency-symbol{font-size:24px;font-weight:700}.currency-badge .currency-source{font-size:12px;opacity:.7;margin-left:8px;font-weight:400}.currency-note{text-align:center;font-size:14px;color:#666;background:#f8f9fa;padding:10px 15px;border-radius:8px;border:1px solid #e9ecef;margin-top:10px}.addProductInput{display:flex;flex-direction:column;gap:20px}.inputDiv{width:100%;padding:16px;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;transition:all .3s;background:#fff;box-sizing:border-box}.inputDiv:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.textarea-input{resize:vertical;min-height:100px;font-family:inherit;line-height:1.5}.price-input-container{position:relative;display:flex;align-items:center}.currency-symbol-display{position:absolute;left:16px;font-weight:700;color:#2c3e50;z-index:1;font-size:18px}.currency-code-display{position:absolute;right:16px;color:#666;font-size:14px;background:#fff;padding:0 8px;border-radius:4px;border:1px solid #e9ecef}.price-input{padding-left:40px!important;padding-right:70px!important;font-size:18px;font-weight:600}.price-preview{padding:12px;background:#e8f5e9;border-radius:8px;color:#2e7d32;font-size:15px;border:1px solid #c8e6c9;text-align:center}.price-preview strong{font-size:17px;color:#1b5e20}.file-upload-section{border:2px dashed #ddd;border-radius:10px;padding:20px;background:#fafafa;transition:all .3s}.file-upload-section:hover{border-color:#667eea;background:#f8f9ff}.file-upload-label{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:10px}.upload-icon{font-size:24px;color:#667eea}.upload-text{font-weight:600;color:#2c3e50;flex:1}.inputfile{display:none}.file-info{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:10px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.file-name{font-size:14px;color:#2c3e50;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.file-size{font-size:12px;color:#666;background:#f8f9fa;padding:4px 8px;border-radius:4px}.file-help{display:block;margin-top:8px;color:#888;font-size:12px;text-align:center}.price-info{text-align:center;padding:12px;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:8px;border:1px solid #e0e0ff}.price-info small{color:#667eea;font-weight:500}.productSubmit{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:10px}.productSubmit:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.productSubmit:active{transform:translateY(0)}.submit-icon{font-size:20px}.submit-text{flex:1}.categories-section{margin-top:30px;padding-top:25px;border-top:2px solid #f0f0f0}.categories-title{margin:0 0 16px;color:#2c3e50;font-size:18px;font-weight:600}.categoriesProducts{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:15px}.category-checkbox{display:flex;flex-direction:column;gap:6px;padding:14px;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .3s;background:#fff;position:relative}.category-checkbox:hover{border-color:#667eea;background:#f8f9ff}.category-checkbox.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea10,#764ba210);box-shadow:0 4px 12px #667eea1a}.category-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.category-checkbox input[type=checkbox]:checked+.category-label:before{content:"✓ ";color:#667eea;font-weight:700}.category-label{font-weight:600;color:#2c3e50;font-size:15px}.category-hint{font-size:12px;color:#666;line-height:1.4}.categories-info{text-align:center;font-size:13px;color:#888;padding:10px;background:#f8f9fa;border-radius:6px}@media(max-width:768px){.addProduct{padding:20px;margin:10px}.currency-badge{padding:8px 16px}.categoriesProducts{grid-template-columns:1fr}.productSubmit{padding:16px;font-size:16px}.price-input{font-size:16px}}.feedboxProducts{display:flex;flex-direction:row;width:100vw;background-color:#f3f0f5}.leftHomeBar{width:20%;height:100vh;background-color:#cccaca;border-radius:20px}.middleHomeBar{width:60%;margin-right:1px}.rightHomeBar{width:20%;height:100vh;background-color:#cccaca;border-radius:20px}.productPic{width:400px;height:400px}.droptopHome{display:flex;justify-content:center}.theMenuHome>p{font-size:x-large;font-weight:600;color:#fff}.droptopHome>h3{font-size:20px;font-weight:600;color:#fff}.droplinksHome,.droplinksRight{margin-left:35px;display:flex;align-items:center;gap:35px}.droptopRight{display:flex;justify-content:center}.theMenuRight>p{font-size:x-large;font-weight:600;color:#fff}.droptopRight>h3{font-size:20px;font-weight:600;color:#fff}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.product-image-container{position:relative;width:100%;height:200px;overflow:hidden;background:#f8f9fa}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e9ecef;color:#6c757d}.product-image-placeholder span:first-child{font-size:2rem;margin-bottom:8px}.product-image-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.wishlist-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2}.wishlist-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.wishlist-btn.in-wishlist{background:#fff5f5}.distance-badge,.out-of-stock-badge{position:absolute;bottom:10px;left:10px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.out-of-stock-badge{background:#dc3545;left:50%;transform:translate(-50%)}.product-info{padding:16px}.product-name{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:#333;line-height:1.3}.product-brand,.store-name{font-size:.9rem;color:#666;margin:0 0 4px}.product-category-tags{display:flex;flex-wrap:wrap;gap:4px;margin:8px 0}.category-tag.small{background:#e9ecef;color:#495057;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:500}.product-price{margin:12px 0}.current-price{font-size:1.25rem;font-weight:700;color:#2c5530}.product-rating{display:flex;align-items:center;gap:4px;font-size:.9rem;color:#666;margin-bottom:12px}.rating-count{color:#999;font-size:.8rem}.add-to-cart-btn{width:100%;padding:12px;background:#2c5530;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-to-cart-btn:hover:not(:disabled){background:#244a28;transform:translateY(-1px)}.add-to-cart-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.add-to-cart-btn.in-cart{background:#28a745}.loading-spinner-small{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #2c5530;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.product-image-container{height:160px}.product-info{padding:12px}.product-name{font-size:1rem}.current-price{font-size:1.1rem}}.editProfileContainer{position:absolute;top:150px;left:50%;transform:translate(-50%,-20%);background:#fff;padding:20px;box-shadow:0 0 10px #0000001a;border-radius:8px;z-index:1000}.editProfileContainer form{display:flex;flex-direction:column}.editProfileContainer label{margin-bottom:10px}.editProfileContainer input,.editProfileContainer textarea{padding:10px;margin-top:5px;margin-bottom:15px;border-radius:5px;border:1px solid #ccc}.editProfileContainer .imagePreview,.editProfileContainer .bannerPreview{width:100px;height:100px;object-fit:cover;margin-top:10px}.editProfileContainer button{padding:10px;border:none;border-radius:5px;background-color:#007bff;color:#fff;cursor:pointer;margin-right:10px}.editProfileContainer button:disabled{background-color:#ccc;cursor:not-allowed}.shopping-app{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.shopping-header{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;border-bottom:1px solid rgba(0,0,0,.05)}.main-shopping{max-width:1200px;margin:0 auto;padding:0 1.5rem;animation:fadeIn .6s ease-out}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;text-align:center;background:transparent}.loading-spinner{width:60px;height:60px;border:3px solid rgba(0,123,255,.1);border-top:3px solid #007bff;border-radius:50%;animation:spin 1s cubic-bezier(.68,-.55,.265,1.55) infinite;margin-bottom:1.5rem;box-shadow:0 4px 15px #007bff33}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-container p{color:#6c757d;font-size:1.2rem;font-weight:500;background:linear-gradient(135deg,#6c757d,#495057);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navigation-source-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;border-radius:12px;box-shadow:0 4px 15px #667eea4d;animation:slideDown .5s ease-out}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.navigation-source-banner span{font-weight:600;font-size:.95rem}.navigation-source-banner button{background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.navigation-source-banner button:hover{background:#ffffff4d;transform:scale(1.1)}.active-category-header{padding:2rem 0 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06)}.active-category-header h2{margin:0;font-size:1.75rem;font-weight:700;color:#2d3748;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.results-count{font-size:1rem;color:#718096;font-weight:500;background:#e2e8f0;padding:.25rem .75rem;border-radius:20px;margin-left:.5rem}.view-on-map-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #48bb784d}.view-on-map-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #48bb7866}.view-on-map-btn:active{transform:translateY(0)}.section-header{display:flex;justify-content:space-between;align-items:center;margin:2.5rem 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;position:relative}.section-header:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:3px;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:2px}.section-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#2d3748;display:flex;align-items:center;gap:.75rem}.stores-count,.product-count{font-size:.95rem;color:#718096;font-weight:500;background:#f7fafc;padding:.3rem .8rem;border-radius:15px;border:1px solid #e2e8f0}.see-all-link{background:linear-gradient(135deg,#edf2f7,#e2e8f0);border:1px solid #cbd5e0;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;border-radius:25px;transition:all .3s ease;text-decoration:none;display:inline-block}.see-all-link:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);color:#2d3748;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;text-decoration:none}.no-products{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff,#f7fafc);border-radius:20px;margin:2.5rem 0;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.no-products-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.8;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.no-products h3{margin:0 0 1rem;color:#2d3748;font-size:1.5rem;font-weight:700}.no-products p{color:#718096;margin-bottom:2rem;max-width:450px;margin-left:auto;margin-right:auto;line-height:1.6;font-size:1.05rem}.browse-all-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #007bff4d;position:relative;overflow:hidden}.browse-all-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.browse-all-btn:hover:before{left:100%}.browse-all-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #007bff66}.browse-all-btn:active{transform:translateY(0)}.floating-hearts{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.heart{position:absolute;font-size:1.5rem;animation:floatUp 1s ease-out forwards;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes floatUp{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-100px) scale(1.5)}}.shopping-app::-webkit-scrollbar{width:8px}.shopping-app::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.shopping-app::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#007bff,#0056b3);border-radius:4px}.shopping-app::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0056b3,#004085)}@media(max-width:1024px){.main-shopping{padding:0 1.25rem}}@media(max-width:768px){.main-shopping{padding:0 1rem}.section-header{margin:2rem 0 1.25rem}.section-header h3{font-size:1.3rem}.active-category-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 0 1rem}.active-category-header h2{font-size:1.5rem}.view-on-map-btn{align-self:stretch;text-align:center;justify-content:center}.no-products{padding:3rem 1.5rem;margin:2rem 0}.no-products-icon{font-size:4rem}}@media(max-width:480px){.main-shopping{padding:0 .75rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin:1.5rem 0 1rem}.see-all-link{align-self:stretch;text-align:center}.section-header h3{font-size:1.25rem}.active-category-header h2{font-size:1.3rem;flex-direction:column;align-items:flex-start;gap:.5rem}.results-count{margin-left:0;margin-top:.25rem}.navigation-source-banner{margin:.5rem .75rem 1rem;border-radius:10px}.no-products{padding:2.5rem 1rem;margin:1.5rem 0}.no-products-icon{font-size:3.5rem}.no-products h3{font-size:1.3rem}.no-products p{font-size:1rem}}@media(prefers-color-scheme:dark){.shopping-app{background:linear-gradient(135deg,#1a202c,#2d3748)}.shopping-header{background:#2d3748f2;border-bottom-color:#ffffff1a}.active-category-header h2{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header{border-bottom-color:#ffffff1a}.no-products{background:linear-gradient(135deg,#2d3748,#4a5568);border-color:#ffffff1a}.no-products h3{color:#e2e8f0}.no-products p{color:#a0aec0}}@media(prefers-contrast:high){.shopping-app{background:#fff}.shopping-header{background:#fff;border-bottom:2px solid #000000}.section-header{border-bottom:3px solid #000000}.view-on-map-btn,.browse-all-btn{background:#000;color:#fff;border:2px solid #000000}}@media(prefers-reduced-motion:reduce){.loading-spinner,.no-products-icon,.view-on-map-btn,.browse-all-btn,.see-all-link,.navigation-source-banner,.floating-hearts{animation:none;transition:none}.shopping-app{animation:none}}.currency-info{font-size:14px;color:#666;background:#f8f9fa;padding:4px 8px;border-radius:4px;border:1px solid #e9ecef}.header-actions{display:flex;align-items:center;gap:16px}.active-category-header{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;padding:0 1rem}.floating-heart{position:fixed;pointer-events:none;z-index:10000;font-size:1.5rem;animation:floatHeart 1s ease-out forwards;-webkit-user-select:none;user-select:none}@keyframes floatHeart{0%{opacity:1;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-50px) scale(1.2)}to{opacity:0;transform:translateY(-100px) scale(1.5)}}.cart-sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:9998}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:400px;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:9999;display:flex;flex-direction:column;transform:translate(0);transition:transform .3s ease}.cart-header{padding:20px;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.close-cart-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#6c757d;padding:4px;border-radius:4px}.close-cart-btn:hover:not(:disabled){background:#e9ecef}.close-cart-btn:disabled{opacity:.6;cursor:not-allowed}.cart-content{flex:1;overflow-y:auto;padding:20px}.cart-loading{text-align:center;padding:20px;color:#6c757d}.loading-spinner{width:20px;height:20px;border:2px solid #e1e5e9;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 10px}.empty-cart{text-align:center;padding:40px 20px;color:#6c757d}.empty-cart-icon{font-size:64px;margin-bottom:16px;opacity:.5}.cart-items{space-y:12px}.cart-item{display:flex;gap:12px;padding:16px;border:1px solid #e1e5e9;border-radius:8px;background:#fff;transition:border-color .2s ease}.cart-item:hover{border-color:#007bff}.cart-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-weight:600;margin-bottom:4px;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-store{color:#6c757d;font-size:12px;margin-bottom:4px}.cart-item-price{font-weight:600;color:#007bff;margin-bottom:8px}.cart-item-actions{display:flex;justify-content:space-between;align-items:center;gap:8px}.quantity-controls{display:flex;align-items:center;gap:8px;background:#f8f9fa;border-radius:6px;padding:4px}.quantity-controls button{width:28px;height:28px;border:1px solid #e1e5e9;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.quantity-controls button:hover:not(:disabled){background:#007bff;color:#fff;border-color:#007bff}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-display{min-width:20px;text-align:center;font-weight:600}.remove-item-btn{background:none;border:none;color:#dc3545;cursor:pointer;font-size:12px;padding:4px 8px;border-radius:4px}.remove-item-btn:hover:not(:disabled){background:#dc3545;color:#fff}.remove-item-btn:disabled{opacity:.6;cursor:not-allowed}.cart-summary{margin-top:20px;padding-top:20px;border-top:2px solid #e1e5e9}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;padding:4px 0}.summary-row.total{font-weight:600;font-size:18px;border-top:1px solid #e1e5e9;padding-top:12px;margin-top:8px;color:#2d3748}.cart-actions{display:flex;gap:12px;margin-top:20px}.cart-actions .btn-secondary,.cart-actions .btn-primary{flex:1;padding:12px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.cart-actions .btn-secondary{background:#6c757d;color:#fff}.cart-actions .btn-secondary:hover:not(:disabled){background:#5a6268}.cart-actions .btn-primary{background:#007bff;color:#fff}.cart-actions .btn-primary:hover:not(:disabled){background:#0056b3}.cart-actions button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.cart-sidebar{width:100%}.cart-item{padding:12px}.cart-item-actions{flex-direction:column;align-items:flex-start;gap:8px}.cart-actions{flex-direction:column}}.location-bar{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0}.location-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.location-info{display:flex;align-items:center;gap:.75rem}.location-icon{font-size:1.25rem}.location-texts{display:flex;flex-direction:column}.location-label{font-size:.75rem;color:#6c757d;font-weight:500}.address-text{font-size:.9rem;font-weight:500;color:#333}.location-actions{position:relative}.change-location-btn{background:#f8f9fa;border:1px solid #dee2e6;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;color:#495057;transition:all .2s ease}.change-location-btn:hover{background:#e9ecef;border-color:#adb5bd}.location-search{position:absolute;top:100%;right:0;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1rem;box-shadow:0 4px 20px #00000026;z-index:1000;min-width:300px}.location-search-input{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:.875rem;margin-bottom:.75rem}.location-search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.cancel-location-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;width:100%}.cancel-location-btn:hover{background:#5a6268}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dee2e6;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:1001}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f8f9fa;transition:background-color .2s ease}.suggestion-icon{font-size:1rem;color:#6c757d}.suggestion-text{font-size:.875rem;color:#495057}@media(max-width:768px){.location-content{padding:0 .5rem;flex-direction:column;align-items:flex-start;gap:1rem}.location-actions{width:100%}.location-search{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;min-width:unset}.suggestions-dropdown{position:relative;top:unset}}@media(max-width:480px){.location-info{gap:.5rem}.location-icon{font-size:1.1rem}.location-label{font-size:.7rem}.address-text{font-size:.8rem}}.image-container{position:relative;width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6c757d;gap:.5rem;padding:2rem}.image-placeholder span:first-child{font-size:2rem}.image-placeholder span:last-child{font-size:.875rem;font-weight:500}.image-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.loading-spinner-small{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.store-img-grid,.product-img,.cart-item-image,.store-header-image{background:#f8f9fa}.store-img-grid .image-placeholder,.product-img .image-placeholder{background:#e9ecef}.cart-item-image .image-placeholder{background:#dee2e6}.store-header-image .image-placeholder{background:#ced4da}.store-header-container{background:#fff;border-radius:16px;margin:1rem 0 2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;overflow:hidden;position:relative}.store-nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:#fafafa;border-bottom:1px solid #e8e8e8}.nav-back-btn{display:flex;align-items:center;gap:.75rem;background:#fff;color:#666;border:1px solid #e0e0e0;padding:.75rem 1.25rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease}.nav-back-btn:hover{background:#f8f8f8;border-color:#d0d0d0;transform:translate(-2px)}.back-icon{width:18px;height:18px;color:#888}.nav-actions{display:flex;gap:.75rem}.nav-action-btn{display:flex;align-items:center;gap:.5rem;background:#fff;color:#555;border:1px solid #e0e0e0;padding:.75rem 1.25rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s ease}.nav-action-btn:hover{background:#f8f9fa;border-color:#007bff;color:#007bff;transform:translateY(-1px)}.nav-action-active{background:#007bff;color:#fff;border-color:#007bff}.nav-action-active:hover{background:#0056b3;border-color:#0056b3;color:#fff}.dashboard-btn:hover{border-color:#28a745;color:#28a745}.action-icon{width:16px;height:16px}.store-header-content-modern{padding:2.5rem 2rem;position:relative}.store-identity{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start;margin-bottom:2rem}.store-avatar{position:relative;flex-shrink:0}.store-avatar-image{width:120px;height:120px;border-radius:20px;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 25px #0000001a;background:#f8f9fa;position:relative;z-index:1}.store-avatar-image:before,.store-avatar-image:after{display:none!important;content:none!important}.store-status{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.375rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e8e8e8;z-index:2}.status-indicator{width:6px;height:6px;background:#28a745;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.store-details{flex:1;position:relative}.store-title-section{margin-bottom:1rem}.store-title-modern{font-size:2.25rem;font-weight:800;color:#1a1a1a;margin:0 0 1rem;line-height:1.1;position:relative}.store-title-modern:before,.store-title-modern:after{display:none!important}.store-badges{display:flex;gap:.75rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:12px;font-size:.8rem;font-weight:600;border:1px solid;position:relative;z-index:1}.rating-badge{background:#fff9e6;color:#b54708;border-color:#fedf89}.category-badge{background:#f0f9ff;color:#026aa2;border-color:#bae6fd}.distance-badge{background:#f8f9fa;color:#475569;border-color:#e2e8f0}.star-icon,.location-icon{width:14px;height:14px}.store-description-modern{font-size:1.1rem;line-height:1.6;color:#666;margin:0 0 2rem;max-width:500px;position:relative}.store-header-container:before,.store-header-container:after,.store-avatar:before,.store-avatar:after,.store-details:before,.store-details:after{display:none!important;content:none!important}.product-image-container{position:relative}.product-image-container:before,.product-image-container:after{display:none!important;content:none!important}.store-stats{display:flex;gap:2rem}.stat-value{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.quick-actions{border-top:1px solid #f0f0f0;padding-top:2rem}.action-cards{display:flex;gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;min-width:120px;position:relative}.action-card:hover{background:#fff;border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff1a}.action-icon-wrapper{width:48px;height:48px;background:#007bff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:1}.action-icon-wrapper svg{width:24px;height:24px}.action-card span{font-size:.85rem;font-weight:600;color:#333}img[class*=watermark],img[class*=overlay],.watermark,.overlay,.image-watermark,.image-overlay{display:none!important;opacity:0!important;visibility:hidden!important}.store-avatar-image,.product-img,.product-image{filter:none!important;opacity:1!important;background-image:none!important}.store-header-container,.store-avatar,.store-details{background-image:none!important;background:transparent}@media(max-width:768px){.store-header-container{margin:.5rem 0 1.5rem;border-radius:12px}.store-nav{padding:1rem;flex-direction:column;gap:1rem}.nav-actions{width:100%;justify-content:center}.store-header-content-modern{padding:1.5rem}.store-identity{grid-template-columns:1fr;gap:1.5rem;text-align:center}.store-avatar-image{width:100px;height:100px}.store-title-modern{font-size:1.75rem}.store-stats{justify-content:center;gap:1.5rem}.action-cards{justify-content:center}}@media(max-width:480px){.store-title-modern{font-size:1.5rem}.store-badges{justify-content:center}.store-stats{flex-direction:column;gap:1rem}.action-cards{flex-direction:column;align-items:center}.action-card{width:100%;max-width:200px}}.store-avatar{overflow:hidden}.store-avatar-image{-webkit-mask-image:none!important;mask-image:none!important}.store-avatar:after{display:none!important;content:none!important}.store-avatar-image{background:transparent!important}.hero-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 1rem;margin:1rem 0 2rem;border-radius:16px;text-align:center;position:relative;overflow:hidden}.hero-banner:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='m0 40l40-40h-40v40zm40 0v-40h-40l40 40z'/%3E%3C/g%3E%3C/svg%3E")}.hero-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.hero-content h1{font-size:2.5rem;margin:0 0 1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-content p{font-size:1.1rem;margin:0 0 2rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.1)}.search-bar{display:flex;gap:.5rem;max-width:500px;margin:0 auto}.search-input-container{flex:1;position:relative;background:#fff;border-radius:8px;overflow:hidden}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:none;background:transparent;font-size:1rem;color:#333}.search-input:focus{outline:none}.search-input::placeholder{color:#6c757d}.search-btn{background:#ff6b6b;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .2s ease;white-space:nowrap}.search-btn:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b66}@media(max-width:768px){.hero-banner{padding:2rem 1rem;margin:.5rem 0 1.5rem;border-radius:12px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.search-bar{flex-direction:column}.search-btn{padding:.875rem 1.5rem}}@media(max-width:480px){.hero-banner{padding:1.5rem 1rem}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:.9rem}.search-input{padding:.875rem .875rem .875rem 2.5rem;font-size:.9rem}.search-icon{left:.875rem;width:18px;height:18px}}.categories-nav-full{width:100%;background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;overflow:hidden;position:sticky;top:60px;z-index:90}.categories-scroll-full{display:flex;gap:.5rem;padding:0 1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-padding:0 1rem;scroll-snap-type:x mandatory}.categories-scroll-full::-webkit-scrollbar{display:none;height:0}@media(max-width:768px){.categories-scroll-full{scrollbar-width:thin;scrollbar-color:#ccc transparent}.categories-scroll-full::-webkit-scrollbar{display:block;height:4px}.categories-scroll-full::-webkit-scrollbar-track{background:transparent;margin:0 1rem}.categories-scroll-full::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.categories-scroll-full::-webkit-scrollbar-thumb:hover{background:#aaa}}.category-item-full{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;min-width:80px;border:2px solid transparent;scroll-snap-align:start}.category-item-full:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.category-item-full.active{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 4px 12px #007bff4d}.category-icon-full{font-size:1.5rem;transition:transform .2s ease}.category-item-full:hover .category-icon-full,.category-item-full.active .category-icon-full{transform:scale(1.1)}.category-title-full{font-size:.75rem;font-weight:500;white-space:nowrap}@media(hover:none){.category-item-full:hover{transform:none;background:#f8f9fa}.category-item-full.active:hover{background:#007bff}}@media(max-width:768px){.categories-nav-full{top:56px;padding:.75rem 0}.categories-scroll-full{padding:0 .5rem;gap:.25rem;scroll-padding:0 .5rem}.category-item-full{padding:.5rem .75rem;min-width:70px}.category-icon-full{font-size:1.25rem}.category-title-full{font-size:.7rem}}@media(max-width:480px){.category-item-full{min-width:65px;padding:.5rem}.category-icon-full{font-size:1.1rem}.category-title-full{font-size:.65rem}.categories-scroll-full{position:relative}.categories-scroll-full:before,.categories-scroll-full:after{content:"";position:absolute;top:0;bottom:0;width:20px;z-index:1;pointer-events:none}.categories-scroll-full:before{left:0;background:linear-gradient(to right,white,transparent)}.categories-scroll-full:after{right:0;background:linear-gradient(to left,white,transparent)}}.stores-section{margin:2rem 0;position:relative}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 1rem}.section-header h3{margin:0;color:#333;font-size:1.5rem;font-weight:700}.stores-count{color:#6c757d;font-weight:400;font-size:1rem}.see-all-link{background:none;border:none;color:#007bff;cursor:pointer;font-weight:600;font-size:.9rem;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease}.see-all-link:hover{background:#f8f9fa;color:#0056b3}.stores-scroll-container{position:relative;width:100%}.stores-scroll-wrapper{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:1rem;margin:0 -1rem;scrollbar-width:none;-ms-overflow-style:none}.stores-grid{display:flex;gap:1.5rem;padding:.5rem 0;min-width:min-content}.store-card-grid{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;border:1px solid #e9ecef;min-width:280px;max-width:320px;flex-shrink:0;cursor:pointer;position:relative}.store-card-grid:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.store-image-container-grid{position:relative;height:120px;display:flex;justify-content:center;align-items:center;padding:1.5rem 1rem .5rem}.store-img-grid{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.store-card-grid:hover .store-img-grid{transform:scale(1.1);box-shadow:0 6px 20px #0003}.store-badges-grid{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.store-verified{background:#28a745;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;box-shadow:0 2px 8px #28a7454d;z-index:2}.store-distance{background:#000c;color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.7rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.store-info-grid{padding:.75rem 1.25rem 1.25rem;text-align:center}.store-name-grid{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:#333;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-stats-grid{display:flex;justify-content:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.store-rating{background:#fff3cd;color:#856404;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.store-category{background:#d1ecf1;color:#0c5460;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.store-description-grid{margin:0 0 1rem;color:#6c757d;font-size:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem}.store-actions{display:flex;justify-content:center}.visit-store-btn-grid{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block;min-width:120px}.visit-store-btn-grid:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}.scroll-indicators{display:none}.mobile-swipe-hint{display:none;text-align:center;color:#6c757d;font-size:.8rem;margin-top:.5rem;opacity:.7}.mobile-swipe-hint:before{content:"← Swipe →"}.no-stores{text-align:center;padding:3rem 1rem;background:#fff;border-radius:12px;margin:2rem 0}.no-stores-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-stores h3{margin:0 0 1rem;color:#333}.no-stores p{color:#6c757d;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.store-card-grid{min-width:260px;max-width:280px}.store-image-container-grid{height:110px}.store-img-grid{width:70px;height:70px}}@media(max-width:768px){.stores-section{margin:1.5rem 0}.section-header{padding:0 .5rem;margin-bottom:1rem}.section-header h3{font-size:1.3rem}.stores-scroll-wrapper{padding:.5rem;margin:0 -.5rem}.stores-grid{gap:1rem;padding:.25rem 0}.store-card-grid{min-width:240px;max-width:260px}.store-image-container-grid{height:100px;padding:1.25rem 1rem .25rem}.store-img-grid{width:65px;height:65px}.store-badges-grid{top:.75rem;left:.75rem;right:.75rem}.store-info-grid{padding:.5rem 1rem 1rem}.store-name-grid{font-size:1rem}.store-stats-grid{gap:.5rem}.store-rating,.store-category{font-size:.7rem;padding:.2rem .4rem}.visit-store-btn-grid{padding:.625rem 1.25rem;font-size:.75rem;min-width:110px}.mobile-swipe-hint{display:block}}@media(max-width:480px){.stores-section{margin:1rem 0}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.see-all-link{align-self:flex-end}.store-card-grid{min-width:220px;max-width:240px}.store-image-container-grid{height:90px;padding:1rem .75rem .25rem}.store-img-grid{width:60px;height:60px}.store-badges-grid{top:.5rem;left:.5rem;right:.5rem}.store-verified,.store-distance{font-size:.65rem;padding:.2rem .4rem}.store-info-grid{padding:.5rem .75rem .75rem}.store-name-grid{font-size:.95rem}.store-description-grid{font-size:.75rem;min-height:2.6rem}.visit-store-btn-grid{padding:.5rem 1rem;font-size:.7rem;min-width:100px}}@media(hover:none){.store-card-grid:hover{transform:none;box-shadow:0 4px 12px #0000001a}.store-card-grid:active{transform:scale(.98)}.visit-store-btn-grid:hover{transform:none;box-shadow:none}.visit-store-btn-grid:active{transform:scale(.95)}}@supports (scroll-behavior: smooth){.stores-scroll-wrapper{scroll-behavior:smooth}}.stores-scroll-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none}.stores-scroll-wrapper::-webkit-scrollbar{display:none}.products-section{padding:20px;margin-top:20px;width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h3{font-size:1.5rem;color:#333;font-weight:600;margin:0}.product-count{color:#666;font-weight:400;font-size:1rem}.products-grid-vertical{display:flex;flex-direction:column;gap:20px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;width:100%;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image-container{position:relative;width:100%;height:200px;overflow:hidden;cursor:pointer}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}.product-card:hover .product-img{transform:scale(1.05)}.like-btn{position:absolute;top:12px;right:12px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s;z-index:20;padding:0}.like-btn:hover{background:#ffebeef2;transform:scale(1.1)}.like-btn.liked svg{animation:likePulse .3s ease}@keyframes likePulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.distance-badge{position:absolute;bottom:12px;left:12px;background:#000000bf;color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;pointer-events:none}.out-of-stock-badge{position:absolute;top:12px;left:12px;background:#ff3b30;color:#fff;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:600;z-index:20;pointer-events:none}.product-info{padding:16px;flex:1;display:flex;flex-direction:column;cursor:pointer;width:100%}.product-info *{cursor:pointer;pointer-events:auto}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3;cursor:pointer}.product-description{font-size:.9rem;color:#666;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.product-brand,.store-name{font-size:.85rem;color:#888;margin:2px 0;cursor:pointer}.store-location-info{display:flex;align-items:center;gap:6px;margin:4px 0;font-size:.85rem;color:#666;cursor:pointer;padding:4px 0}.store-location-info svg{flex-shrink:0;width:14px;height:14px}.store-address{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.product-category{margin:8px 0}.category-badge{background:#f0f0f0;color:#666;padding:4px 10px;border-radius:12px;font-size:.8rem;display:inline-block;cursor:pointer}.product-price{margin-top:auto;margin-bottom:8px}.current-price{font-size:1.3rem;font-weight:700;color:#ff3b30;cursor:pointer}.product-stock{margin:8px 0}.stock-status{font-size:.85rem;padding:4px 8px;border-radius:4px;display:inline-block;cursor:pointer}.stock-status.in-stock{background:#e8f5e9;color:#2e7d32}.stock-status.out-of-stock{background:#ffebee;color:#c62828}.add-to-cart-btn{width:100%;padding:12px;background:#ff3b30;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px;z-index:10;position:relative}.add-to-cart-btn:hover:not(:disabled){background:#e53935;transform:translateY(-2px)}.add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.no-products{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:default}.no-products-icon{font-size:4rem;margin-bottom:20px;cursor:default}.no-products h3{font-size:1.5rem;color:#333;margin-bottom:10px;cursor:default}.no-products p{color:#666;max-width:500px;margin:0 auto 20px;line-height:1.5;cursor:default}.browse-all-btn{background:#ff3b30;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;position:relative;z-index:10}.browse-all-btn:hover{background:#e53935;transform:translateY(-2px)}@media(min-width:768px){.products-grid-vertical{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.product-card{height:100%}.product-image-container{height:220px}}@media(min-width:1024px){.products-grid-vertical{grid-template-columns:repeat(3,1fr)}.product-card{flex-direction:column}.product-image-container{height:240px}.like-btn{top:15px;right:15px;width:42px;height:42px}.distance-badge{bottom:15px;left:15px;padding:6px 14px;font-size:.85rem}}@media(min-width:1400px){.products-grid-vertical{grid-template-columns:repeat(4,1fr)}.product-image-container{height:260px}}.active-category-header{display:flex;justify-content:space-between;align-items:center;margin:20px 0;padding:0 20px}.active-category-header h2{font-size:1.5rem;color:#333;margin:0}.results-count{font-size:1rem;color:#666;font-weight:400}.view-on-map-btn{background:#4285f4;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;position:relative;z-index:10}.view-on-map-btn:hover{background:#3367d6;transform:translateY(-2px)}.navigation-source-banner{background:linear-gradient(90deg,#4285f4,#34a853);color:#fff;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease;position:relative;z-index:100}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.navigation-source-banner button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;opacity:.7;transition:opacity .2s;position:relative;z-index:101}.navigation-source-banner button:hover{opacity:1}@media(hover:none)and (pointer:coarse){.product-card{cursor:pointer}.like-btn{width:44px;height:44px;top:10px;right:10px}.add-to-cart-btn{padding:14px;font-size:1.1rem}}.product-info-area{cursor:pointer;position:relative;z-index:1}.like-btn-container{position:absolute;top:0;right:0;z-index:20}.distance-badge-container{position:absolute;bottom:0;left:0;z-index:20}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.routing-screen{display:flex;flex-direction:column;height:100vh;background-color:#f5f5f5}.routing-header{background:#fff;padding:16px;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.routing-header h2{margin:0 0 8px;color:#333;font-size:24px}.trip-status{font-size:16px;color:#666;font-weight:500}.trip-info{background:#fff;padding:16px;margin:8px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.info-item{display:flex;justify-content:space-between;margin-bottom:12px}.info-item:last-child{margin-bottom:0}.label{font-weight:500;color:#666}.value{font-weight:600;color:#333}.map-container{flex:1;margin:8px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.loading-map{display:flex;justify-content:center;align-items:center;height:400px;background:#f0f0f0;margin:8px;border-radius:8px;color:#666}.trip-actions{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border-top:1px solid #e0e0e0}.btn-primary{background:#4caf50;color:#fff;border:none;padding:16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-primary:hover{background:#45a049}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{background:#2196f3;color:#fff;border:none;padding:16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-secondary:hover{background:#1976d2}.btn-secondary:disabled{background:#ccc;cursor:not-allowed}.btn-danger{background:#f44336;color:#fff;border:none;padding:16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-danger:hover{background:#d32f2f}.car-icon{transition:transform .5s ease-out}@keyframes carMove{0%{transform:rotate(var(--rotation, 0deg))}to{transform:rotate(var(--rotation, 0deg))}}.car-icon{animation:carMove .5s ease-out}@media(min-width:768px){.routing-screen{max-width:500px;margin:0 auto}.trip-actions{flex-direction:row}.btn-primary,.btn-secondary,.btn-danger{flex:1}}.status-to-pickup{color:#2196f3}.status-arrived{color:#ff9800}.status-onboard{color:#4caf50}.status-completed{color:#9c27b0}.recovery-prompt,.no-active-order{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f5f5}.recovery-content,.no-order-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:400px;width:90%}.recovery-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.recovery-actions button{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.btn-primary{background:#007bff;color:#fff}.persistence-indicator{position:fixed;top:10px;right:10px;background:#28a745;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;z-index:1000}.order-screen{height:100vh;width:100vw;display:flex;flex-direction:column;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.service-header{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:1rem;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.header-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:1rem}.service-info{display:flex;align-items:center;gap:.75rem;flex:1}.service-icon{font-size:1.5rem;background:#fff3;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.service-text{flex:1;min-width:0}.service-title{margin:0;font-size:1.25rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-id{margin:.25rem 0 0;opacity:.9;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge{display:flex;align-items:center;gap:.5rem;background:#fff3;padding:.5rem .75rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.status-dot{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:pulse 2s infinite}.status-dot.pending{background:#ffc107}.status-dot.accepted{background:#2196f3}.status-dot.arrived{background:#9c27b0}.status-dot.in_progress{background:#ff9800}.status-dot.completed{background:#4caf50}.status-dot.cancelled{background:#f44336}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text{font-size:.85rem;font-weight:600;white-space:nowrap}.order-content{flex:1;display:flex;flex-direction:column;min-height:0;max-width:1200px;margin:0 auto;width:100%}.map-container{flex:1;min-height:0;position:relative}.order-panel{flex-shrink:0;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;padding:1.5rem 1rem 1rem;max-height:45vh;overflow-y:auto;box-shadow:0 -4px 20px #0000001a;display:flex;flex-direction:column;gap:1.25rem}.progress-timeline{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;border-radius:12px;padding:1rem;position:relative}.timeline-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:2}.step-icon{width:36px;height:36px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .3s ease;z-index:3;position:relative}.timeline-step.active .step-icon{background:#4caf50;color:#fff;transform:scale(1.1)}.step-connector{position:absolute;top:18px;left:60%;right:-40%;height:2px;background:#e9ecef;z-index:1}.timeline-step.active .step-connector{background:#4caf50}.timeline-step:last-child .step-connector{display:none}.step-label{font-size:.75rem;font-weight:600;text-align:center;color:#6c757d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-top:.5rem}.timeline-step.active .step-label{color:#4caf50}.service-details{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e9ecef}.service-details h3{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#2c3e50}.details-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.detail-card{flex:1;min-width:calc(33.333% - .75rem);display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem .5rem;background:#f8f9fa;border-radius:10px;transition:all .2s ease}.detail-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.detail-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;background:#fff;box-shadow:0 2px 6px #0000001a;margin-bottom:.5rem}.detail-content{display:flex;flex-direction:column;align-items:center;width:100%}.detail-label{font-size:.7rem;font-weight:600;color:#6c757d;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.detail-value{font-size:.85rem;font-weight:700;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.driver-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #e9ecef}.driver-card.waiting{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.waiting-content{display:flex;align-items:center;gap:1rem}.waiting-icon{font-size:1.75rem;animation:bounce 2s infinite;flex-shrink:0}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.waiting-text h4{margin:0;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.waiting-text p{margin:.25rem 0 0;opacity:.9;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.driver-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#2c3e50}.driver-rating{background:gold;color:#333;padding:.25rem .5rem;border-radius:10px;font-size:.8rem;font-weight:700}.driver-content{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.driver-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #e9ecef;flex-shrink:0}.driver-avatar img{width:100%;height:100%;object-fit:cover}.driver-info{flex:1;min-width:0}.driver-name{margin:0 0 .25rem;font-size:1rem;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-phone{margin:0;color:#6c757d;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-info{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.vehicle-model{font-size:.85rem;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.license-plate{background:#e9ecef;padding:.2rem .5rem;border-radius:6px;font-family:monospace;font-size:.75rem;color:#495057;align-self:flex-start}.driver-actions{display:flex;gap:.5rem}.action-buttons{margin-top:auto}.button-row{display:flex;gap:.75rem;width:100%}.button-row.triple{gap:.5rem}.btn-primary,.btn-secondary,.btn-danger{flex:1;padding:.875rem .75rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 2px 8px #4caf504d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4caf5066}.btn-primary:active{transform:translateY(0)}.btn-primary.loading,.btn-primary.sent{opacity:.7;cursor:not-allowed}.btn-primary.loading:hover,.btn-primary.sent:hover{transform:none;box-shadow:0 2px 8px #4caf504d}.btn-spinner{width:14px;height:14px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268;transform:translateY(-1px)}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333;transform:translateY(-1px)}.btn-call,.btn-message{flex:1;padding:.75rem .5rem;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.3rem;min-height:40px}.btn-call{background:#28a745;color:#fff}.btn-message{background:#17a2b8;color:#fff}.btn-call:hover,.btn-message:hover{transform:translateY(-1px);opacity:.9}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background:#f8f9fa;text-align:center}.loading-content{max-width:300px;padding:2rem}.spinner{width:50px;height:50px;border:4px solid #e9ecef;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.loading-content h2{margin:0 0 .75rem;color:#2c3e50;font-weight:700}.loading-content p{margin:0;color:#6c757d;font-size:.9rem}.error-screen{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background:#f8f9fa;text-align:center}.error-content{max-width:320px;padding:2rem}.error-icon{font-size:3.5rem;margin-bottom:1rem}.error-content h2{margin:0 0 .75rem;color:#2c3e50;font-weight:700}.error-content p{margin:0 0 1.5rem;color:#6c757d;font-size:.9rem;line-height:1.4}.error-actions{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.order-content{flex-direction:row;padding:1rem;gap:1rem}.map-container{flex:2;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.order-panel{flex:1;max-width:400px;max-height:none;border-radius:16px;box-shadow:0 4px 20px #0000001a}}@media(max-width:767px){.header-content{flex-direction:column;text-align:center;gap:.5rem}.status-badge{margin-left:0}.details-grid{gap:.5rem}.detail-card{min-width:calc(50% - .5rem);padding:.6rem .4rem}.detail-icon{width:36px;height:36px;font-size:1.1rem;margin-bottom:.4rem}.detail-label{font-size:.65rem}.detail-value{font-size:.8rem}.driver-content{flex-direction:column;text-align:center}.driver-actions,.button-row.triple{flex-direction:column}.step-connector{left:55%;right:-45%}}@media(max-width:480px){.service-header{padding:.75rem}.order-panel{padding:1rem .75rem .75rem;gap:1rem}.progress-timeline{padding:.75rem}.step-icon{width:32px;height:32px;font-size:.9rem}.step-connector{top:16px}.service-details,.driver-card{padding:1rem}.detail-card{min-width:100%;flex-direction:row;text-align:left;padding:.6rem}.detail-icon{margin-bottom:0;margin-right:.75rem;flex-shrink:0}.detail-content{align-items:flex-start}.btn-primary,.btn-secondary,.btn-danger{padding:.75rem .5rem;font-size:.8rem}}.order-panel::-webkit-scrollbar{width:4px}.order-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.order-panel::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.order-panel::-webkit-scrollbar-thumb:hover{background:#a0aec0}button:focus-visible{outline:2px solid #4CAF50;outline-offset:2px}@media(prefers-reduced-motion:reduce){.detail-card:hover,.btn-primary:hover,.btn-secondary:hover,.btn-danger:hover,.btn-call:hover,.btn-message:hover,.status-dot,.waiting-icon,.spinner,.btn-spinner{animation:none;transition:none;transform:none}}.driver-screen{height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.driver-header{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.driver-info{display:flex;align-items:center;gap:1rem}.service-icon{font-size:2.5rem}.driver-text h1{margin:0;font-size:1.8rem;font-weight:700}.driver-subtitle{margin:.25rem 0 0;opacity:.9;font-size:1rem}.driver-stats{display:flex;gap:2rem}.stat-item{text-align:center}.stat-value{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.8}.status-controls{display:flex;align-items:center;gap:1rem}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.status-badge.offline{background:#fff3}.status-badge.available{background:#ffffff4d}.status-badge.busy{background:#ffc1074d}.status-dot{width:8px;height:8px;border-radius:50%}.status-badge.offline .status-dot{background:#6c757d}.status-badge.available .status-dot{background:#28a745;animation:pulse 2s infinite}.status-badge.busy .status-dot{background:#ffc107}.status-toggle-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.status-toggle-btn.active{background:#ffffff4d;border-color:#ffffff80}.status-toggle-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.driver-content{flex:1;display:grid;grid-template-columns:1fr 400px;gap:0;height:calc(100vh - 120px)}.map-container{position:relative}.map{height:100%;width:100%}.driver-panel{background:#fff;border-left:1px solid #e9ecef;overflow-y:auto;display:flex;flex-direction:column}.service-selection{padding:1.5rem;border-bottom:1px solid #e9ecef}.service-selection h3{margin:0 0 1rem;color:#2d3748;font-size:1.1rem;font-weight:600}.service-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.service-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;border:2px solid;border-radius:10px;background:#f8f9fa;cursor:pointer;transition:all .2s ease;font-weight:600;color:#2d3748}.service-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.service-btn.active{color:#fff;box-shadow:0 4px 12px #0003}.service-btn.disabled{opacity:.5;cursor:not-allowed}.btn-icon{font-size:1.5rem}.btn-text{font-size:.8rem;text-align:center}.order-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;margin:1rem;transition:all .2s ease}.order-card:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-info h4{margin:0;color:#2d3748;font-size:1.1rem;font-weight:700}.order-time{margin:.25rem 0 0;color:#6c757d;font-size:.8rem}.urgency-badge{padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;color:#fff}.urgency-badge.high{background:#dc3545}.urgency-badge.medium{background:#ffc107;color:#000}.urgency-badge.low{background:#28a745}.order-customer{margin-bottom:1rem;color:#2d3748;font-weight:600}.sales-container{padding:2rem;background:#f8f9fa;min-height:100vh}.sales-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem;flex-wrap:wrap}.sales-title-section{flex:1}.sales-title{color:#1976d2;font-size:2.5rem;font-weight:700;margin:0 0 1.5rem}.stat-card{background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;min-width:120px}.stat-card.approved{border-left:4px solid #4caf50}.stat-card.pending{border-left:4px solid #ff9800}.stat-value{font-size:2rem;font-weight:700;color:#1976d2}.stat-card.approved .stat-value{color:#4caf50}.stat-card.pending .stat-value{color:#ff9800}.stat-label{color:#666;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.revenue-card{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 15px #1976d24d;text-align:center;min-width:200px}.revenue-label{font-size:.9rem;opacity:.9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.revenue-amount{font-size:2rem;font-weight:700}.filters-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1976d2;margin-bottom:1rem;font-size:1.1rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.booking-date,.check-in-date,.check-out-date{font-weight:600;color:#333}.booking-id{font-family:Courier New,monospace;font-weight:600;color:#1976d2}.guest-name{font-weight:600;color:#333}.booking-price{font-weight:700;color:#2e7d32;font-size:1.1rem}@media(max-width:1200px){.sales-container{padding:1rem}.table-container{overflow-x:auto}.table{min-width:1000px}}@media(max-width:768px){.sales-header{flex-direction:column}.sales-stats{justify-content:center}.stat-card{min-width:100px;padding:1rem}.filters-grid{grid-template-columns:1fr}.filter-actions{justify-content:stretch}.filter-btn{flex:1}.actions-container{flex-direction:column;gap:.3rem}.header-cell,.table-cell{padding:.8rem .5rem;font-size:.8rem}}.orders-container{padding:2rem;background:#f8f9fa;min-height:100vh}.orders-header{display:flex;justify-content:between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.orders-title{color:#1976d2;font-size:2rem;font-weight:700;margin:0}.orders-count{background:#1976d2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.table-row:hover{background-color:#f5f9ff;transform:translateY(-1px);box-shadow:0 2px 8px #1976d21a}.empty-state{display:table-cell;text-align:center;padding:4rem 2rem;grid-column:1 / -1}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-text{color:#666;font-size:1.2rem}.order-date{font-weight:600;color:#333}.order-id{font-family:Courier New,monospace;font-weight:600;color:#1976d2}.customer-name{font-weight:600;color:#333}.product-name{color:#555}.order-amount{font-weight:700;color:#2e7d32;font-size:1.1rem}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;color:#fff;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;text-align:center;min-width:80px}.actions-container{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:.3rem;padding:.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.8rem;font-weight:600}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.edit-btn{background:#fff3e0;color:#f57c00}.edit-btn:hover{background:#ffe0b2}.approve-btn{background:#e8f5e8;color:#4caf50}.approve-btn:hover{background:#c8e6c9}.decline-btn{background:#ffebee;color:#f44336}.decline-btn:hover{background:#ffcdd2}.ready-btn{background:#fff3e0;color:#ff9800;padding:.5rem .8rem}.ready-btn:hover{background:#ffe0b2}@media(max-width:1200px){.orders-container{padding:1rem}.table-container{overflow-x:auto}.table{min-width:1000px}}@media(max-width:768px){.orders-header{flex-direction:column;align-items:flex-start}.orders-title{font-size:1.5rem}.actions-container{flex-direction:column;gap:.3rem}.action-btn{width:100%;justify-content:center}.header-cell,.table-cell{padding:.8rem .5rem;font-size:.8rem}}.tillpoint-container{display:flex;height:100vh;background:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.products-panel{flex:3;background:#fff;display:flex;flex-direction:column;border-right:1px solid #e0e0e0}.tillpoint-header{padding:20px;background:linear-gradient(135deg,#2c3e50,#4a6491);color:#fff;border-bottom:3px solid #3498db}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.tillpoint-title{font-size:28px;font-weight:700;margin:0;color:#fff}.currency-selector-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 15px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:10px;font-weight:600;transition:all .3s ease}.currency-selector-btn:hover{background:#ffffff4d}.currency-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 20px #00000026;width:300px;z-index:1000;margin-top:5px}.dropdown-header{padding:15px;border-bottom:1px solid #eee}.currency-search{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.currency-option{padding:12px 15px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f5f5f5}.currency-option:hover{background:#f8f9fa}.currency-option.selected{background:#e8f4ff;border-left:4px solid #3498db}.option-symbol{font-weight:700;font-size:18px;min-width:30px}.tillpoint-stats{display:flex;gap:20px;background:#ffffff1a;padding:15px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item{flex:1;text-align:center}.stat-label{display:block;font-size:12px;opacity:.9;margin-bottom:5px}.stat-value{font-size:24px;font-weight:700;color:#3498db}.search-section{padding:20px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:20px}.search-input-container{flex:1;position:relative}.search-input{width:100%;padding:12px 45px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s}.search-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#95a5a6}.products-grid{flex:1;padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;overflow-y:auto}.product-card{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:20px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.product-card:hover{transform:translateY(-5px);border-color:#3498db;box-shadow:0 10px 20px #0000001a}.product-name{font-size:16px;font-weight:600;margin:0 0 10px;color:#2c3e50}.product-price{font-size:20px;font-weight:700;color:#27ae60;margin:0}.product-meta{display:flex;justify-content:space-between;font-size:12px;color:#7f8c8d;margin-top:10px}.checkout-panel{flex:1.2;background:#f8f9fa;display:flex;flex-direction:column;min-width:400px;border-left:1px solid #e0e0e0}.sales-header{padding:20px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.sales-title{font-size:22px;font-weight:700;color:#2c3e50;margin:0}.sales-count{background:#3498db;color:#fff;padding:5px 15px;border-radius:20px;font-weight:600}.sales-list-container{flex:1;padding:20px;overflow-y:auto;background:#fff;margin:20px;border-radius:10px;border:1px solid #e0e0e0}.sales-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid #eee;transition:background .2s}.sales-item:hover{background:#f8f9fa}.item-name{font-weight:600;margin:0 0 5px;color:#2c3e50}.item-price{color:#7f8c8d;font-size:14px;margin:0}.quantity-controls{display:flex;align-items:center;gap:10px}.quantity-btn{width:32px;height:32px;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover{background:#f8f9fa;border-color:#3498db}.quantity-display{min-width:30px;text-align:center;font-weight:600;font-size:16px}.item-total{min-width:100px;text-align:right;font-weight:700;font-size:16px;color:#27ae60}.remove-item{margin-left:15px;color:#e74c3c;cursor:pointer;opacity:.7;transition:opacity .2s}.remove-item:hover{opacity:1}.total-section{padding:20px;background:#fff;border-top:1px solid #e0e0e0;margin:0 20px 20px;border-radius:10px}.total-line{display:flex;justify-content:space-between;margin-bottom:10px;padding:10px 0;border-bottom:1px dashed #eee}.total-line.main-total{border-bottom:none;font-size:24px;font-weight:700;color:#2c3e50;padding:15px 0}.payment-section{padding:20px;background:#fff;margin:0 20px 20px;border-radius:10px}.payment-title{font-size:18px;font-weight:600;margin-bottom:15px;color:#2c3e50}.payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.payment-option{border:2px solid #e0e0e0;border-radius:8px;padding:15px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s}.payment-option:hover{border-color:#3498db;background:#f8f9fa}.payment-option.selected{border-color:#3498db;background:#e8f4ff}.payment-option input[type=radio]{margin:0}.payment-icon{width:24px;height:24px}.action-buttons{padding:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:15px;background:#fff;margin:0 20px;border-radius:10px}.action-btn{padding:15px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:10px}.checkout-btn{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;grid-column:span 2}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #27ae604d}.void-btn{background:#e74c3c;color:#fff}.void-btn:hover{background:#c0392b}.cancel-btn{background:#f39c12;color:#fff}.cancel-btn:hover{background:#d68910}.print-btn{background:#3498db;color:#fff}.print-btn:hover{background:#2980b9}.discount-btn{background:#9b59b6;color:#fff}.discount-btn:hover{background:#8e44ad}.hold-btn{background:#95a5a6;color:#fff}.hold-btn:hover{background:#7f8c8d}.empty-cart{text-align:center;padding:60px 20px;color:#95a5a6}.empty-cart svg{width:80px;height:80px;margin-bottom:20px;opacity:.5}.empty-cart p{font-size:18px;font-weight:600;margin-bottom:10px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-message{background:#ffeaea;color:#c0392b;padding:15px;margin:20px;border-radius:8px;border-left:4px solid #c0392b;font-weight:600}.currency-badge{background:#3498db1a;padding:5px 15px;border-radius:20px;display:flex;align-items:center;gap:8px;font-weight:600;border:1px solid rgba(52,152,219,.2)}@media(max-width:1200px){.tillpoint-container{flex-direction:column}.checkout-panel{min-width:100%;border-left:none;border-top:1px solid #e0e0e0}}.tillpoint-sales-container{padding:2rem;background:#f8f9fa;min-height:100vh}.sales-header{margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.sales-title{color:#1976d2;font-size:2.5rem;font-weight:700;margin:0}.sales-stats{display:flex;gap:1rem;flex-wrap:wrap}.stat-card{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;min-width:150px}.stat-card.revenue{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-card.revenue .stat-value{color:#fff}.stat-label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.filters-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.filters-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1976d2;margin-bottom:1.5rem;font-size:1.1rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.search-group{grid-column:1 / -1}.filter-label{font-weight:600;color:#333;font-size:.9rem}.filter-input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.filter-input:focus{outline:none;border-color:#1976d2}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#666}.input-with-icon .filter-input{padding-left:2.5rem}.search-input-container{position:relative}.search-input-container svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#666}.search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#1976d2}.filter-actions{display:flex;gap:1rem;justify-content:flex-end}.filter-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.clear-btn{background:#f5f5f5;color:#666}.clear-btn:hover{background:#e0e0e0}.apply-btn{background:#1976d2;color:#fff}.apply-btn:hover{background:#1565c0;transform:translateY(-2px);box-shadow:0 4px 12px #1976d24d}.table-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.table{width:100%;display:table}.table-header{display:table-row;background:#1976d2;color:#fff}.table-row{display:table-row;transition:all .3s ease;border-bottom:1px solid #e0e0e0}.table-row:hover{background-color:#f5f9ff}.table-cell{display:table-cell;padding:1rem;vertical-align:middle;border:none}.header-cell{font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;padding:1.2rem 1rem}.table-body{display:table-row-group}.loading-state,.empty-state{display:table-cell;text-align:center;padding:4rem 2rem;grid-column:1 / -1}.loading-spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #1976d2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-text{color:#666;font-size:1.2rem;margin-bottom:.5rem}.empty-subtext{color:#999;font-size:1rem}.sale-date{font-weight:600;color:#333;font-size:.9rem}.sale-id{font-family:Courier New,monospace;font-weight:600;color:#1976d2;background:#f5f9ff;padding:.25rem .5rem;border-radius:4px;display:inline-block}.products-list{display:flex;flex-direction:column;gap:.5rem}.product-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f8f9fa;border-radius:6px}.product-name{font-weight:600;color:#333}.product-details{color:#666;font-size:.85rem}.total-amount{font-weight:700;color:#2e7d32;font-size:1.1rem}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;color:#fff;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;text-align:center;min-width:100px}.actions-container{display:flex;gap:.5rem;align-items:center}.action-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;width:40px;height:40px}.action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.void-btn{background:#ffebee;color:#f44336}.void-btn:hover:not(:disabled){background:#ffcdd2}.refund-btn{background:#e8f5e8;color:#4caf50}.refund-btn:hover:not(:disabled){background:#c8e6c9}@media(max-width:1200px){.tillpoint-sales-container{padding:1rem}.table-container{overflow-x:auto}.table{min-width:1000px}}@media(max-width:768px){.header-content{flex-direction:column}.sales-stats{width:100%;justify-content:space-between}.stat-card{flex:1;min-width:auto;padding:1rem}.filters-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}.filter-btn{width:100%}.actions-container{flex-direction:column;gap:.3rem}.header-cell,.table-cell{padding:.8rem .5rem;font-size:.8rem}.product-item{flex-direction:column;align-items:flex-start;gap:.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.table-row{animation:fadeInUp .3s ease}.currency-display{display:flex;align-items:center;gap:8px}.currency-badge{display:flex;align-items:center;gap:6px;background:#f8f9fa;padding:6px 12px;border-radius:20px;border:1px solid #e9ecef;font-size:14px}.currency-badge svg{width:16px;height:16px;color:#007bff}.currency-symbol{font-weight:600;color:#2c3e50}.currency-code{color:#666;font-size:13px}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.currency-info{font-size:13px;color:#666;margin-left:auto;background:#f8f9fa;padding:4px 8px;border-radius:4px;border:1px solid #e9ecef}.filters-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-details{font-size:12px;color:#666;margin-left:8px}.total-amount{font-weight:600;color:#2c3e50;font-size:15px}.stat-card.revenue .stat-value{font-size:24px;color:#2c3e50}@media(max-width:768px){.header-top{flex-direction:column;align-items:flex-start;gap:12px}.currency-info{margin-left:0;align-self:flex-start}}.add-products-container{max-width:800px;margin:0 auto;padding:30px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.form-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;flex-wrap:wrap;gap:16px;border-bottom:2px solid #f0f0f0;padding-bottom:20px}.form-title{font-size:28px;color:#2c3e50;margin:0;font-weight:700}.currency-display{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.currency-badge{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#667eea,#764ba2);padding:10px 20px;border-radius:25px;color:#fff;font-weight:600}.currency-badge .currency-symbol{font-size:22px;font-weight:700}.currency-badge .currency-code{font-size:16px;opacity:.9}.currency-badge .currency-source{font-size:12px;opacity:.7;margin-left:8px}.currency-note{font-size:14px;color:#666;text-align:right;max-width:250px;background:#f8f9fa;padding:8px 12px;border-radius:6px;border:1px solid #e9ecef}.price-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.currency-prefix{position:absolute;left:16px;font-weight:700;color:#2c3e50;z-index:1;font-size:18px}.currency-suffix{position:absolute;right:16px;color:#666;font-size:14px;background:#fff;padding:0 8px;border-radius:4px;border:1px solid #e9ecef}.price-input{padding-left:40px!important;padding-right:70px!important;font-size:18px;font-weight:600;height:56px}.price-preview{margin-top:8px;padding:10px;background:#e8f5e9;border-radius:6px;color:#2e7d32;font-size:14px;border:1px solid #c8e6c9}.price-preview strong{font-size:16px;color:#1b5e20}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50;font-size:15px}.form-input{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s;background:#fff}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;resize:vertical;min-height:100px;transition:all .3s}.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.specifications-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;min-height:80px}.form-help{display:block;margin-top:6px;color:#666;font-size:13px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;background:#fff;cursor:pointer;transition:all .3s}.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.image-upload-section{margin-top:10px}.upload-area{border:3px dashed #ddd;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s;background:#fafafa}.upload-area:hover{border-color:#667eea;background:#f8f9ff}.file-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer}.upload-icon{font-size:48px;opacity:.7}.upload-text{display:flex;flex-direction:column;gap:4px}.upload-text strong{font-size:18px;color:#2c3e50}.upload-text span{color:#666;font-size:14px}.upload-help{color:#888;font-size:13px;margin-top:8px}.image-preview-container{margin-top:20px}.image-preview-container h4{margin:0 0 16px;color:#2c3e50;font-size:16px}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.image-preview-item{position:relative;border:1px solid #e0e0e0;border-radius:8px;padding:8px;background:#fff}.image-preview{width:100%;height:120px;object-fit:cover;border-radius:4px}.remove-image-btn{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background:#ff4757;color:#fff;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.remove-image-btn:hover{background:#ff2e43;transform:scale(1.1)}.image-name{display:block;margin-top:8px;font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-size{display:block;font-size:11px;color:#999}.error-message{padding:16px;background:#ffeaea;border:1px solid #ffcccc;border-radius:8px;color:#d32f2f;margin:20px 0}.success-message{padding:16px;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;color:#2e7d32;margin:20px 0}.submit-btn{width:100%;padding:18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:30px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@media(max-width:768px){.add-products-container{padding:20px;margin:10px}.form-header{flex-direction:column;align-items:flex-start;gap:12px}.currency-display{align-items:flex-start}.currency-note{text-align:left;max-width:none}.form-row{grid-template-columns:1fr;gap:16px}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.form-title{font-size:24px}}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:10px}.error-message{padding:12px;background:#ffeaea;border:1px solid #ffcccc;border-radius:8px;color:#d32f2f;margin:10px 0;font-size:14px}.success-message{padding:12px;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;color:#2e7d32;margin:10px 0;font-size:14px}.category-checkbox.disabled{opacity:.6;cursor:not-allowed}.category-checkbox.disabled:hover{border-color:#e0e0e0;background:#fff}.currency-selector-container{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.currency-selector{position:relative}.currency-selector-btn{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 20px;border-radius:25px;border:none;cursor:pointer;font-weight:600;transition:all .3s;min-width:200px;justify-content:space-between}.currency-selector-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.currency-symbol{font-size:20px;font-weight:700}.currency-code{font-weight:600;background:#fff3;padding:2px 8px;border-radius:4px}.currency-name{flex:1;text-align:left;font-size:14px;opacity:.9}.dropdown-arrow{font-size:12px;opacity:.7}.currency-dropdown{position:absolute;top:100%;right:0;width:300px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000026;margin-top:8px;z-index:1000;max-height:400px;overflow:hidden}.dropdown-header{padding:15px;border-bottom:1px solid #eaeaea}.currency-search{width:100%;padding:10px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px}.currency-search:focus{outline:none;border-color:#667eea}.currency-options-list{max-height:300px;overflow-y:auto}.currency-option{display:flex;align-items:center;gap:12px;padding:12px 15px;cursor:pointer;transition:all .2s;border-bottom:1px solid #f5f5f5}.currency-option:hover{background:#f8f9ff}.currency-option.selected{background:linear-gradient(135deg,#667eea15,#764ba215);border-left:4px solid #667eea}.option-symbol{font-size:18px;font-weight:600;color:#2c3e50;min-width:30px}.option-code{font-weight:600;color:#2c3e50;min-width:50px}.option-name{flex:1;color:#666;font-size:14px}.option-flag{font-size:20px}.currency-note{font-size:14px;color:#666;text-align:right;background:#f8f9fa;padding:8px 12px;border-radius:6px;border:1px solid #e9ecef;max-width:250px}@media(max-width:768px){.form-header{flex-direction:column;align-items:flex-start;gap:15px}.currency-selector-container{align-items:flex-start;width:100%}.currency-selector-btn{width:100%;min-width:auto}.currency-dropdown{width:100%;right:auto;left:0}.currency-note{max-width:none;text-align:left}}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.checkout-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.checkout-title{padding:30px;margin:0;font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:30px;padding:30px}.section-card{background:#fff;border-radius:15px;padding:25px;margin-bottom:20px;border:1px solid #e0e0e0;box-shadow:0 4px 15px #0000000d}.section-card h2{margin-top:0;margin-bottom:20px;color:#333;font-size:1.4rem;display:flex;align-items:center;gap:10px}.current-location{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;padding:15px;border-radius:10px;margin-bottom:20px}.location-info{display:flex;align-items:center;gap:15px}.location-icon{font-size:24px}.location-label{font-size:12px;color:#666;margin:0}.location-text{margin:5px 0 0;font-weight:500;color:#333}.change-location-btn{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500}.change-location-btn:hover{background:#5a67d8}.address-input-section{position:relative;margin-bottom:20px}.address-input{width:100%;padding:12px 45px 12px 15px;border:2px solid #e0e0e0;border-radius:10px;font-size:14px;transition:border-color .3s}.address-input:focus{outline:none;border-color:#667eea}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-top:5px;box-shadow:0 4px 20px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.suggestion-item{padding:12px 15px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .2s}.suggestion-icon{color:#667eea}.suggestion-text{font-size:14px;color:#333}.address-options{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:20px;margin-top:15px}.options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.options-header h3{margin:0;font-size:1.2rem}.close-options{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.saved-addresses{margin-bottom:20px}.saved-addresses h4{margin:0 0 15px;color:#666;font-size:1rem}.address-option{padding:15px;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:all .3s}.address-option:hover{border-color:#667eea;background:#f8f9ff}.address-option.selected{border-color:#667eea;background:#f0f4ff}.address-type{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-weight:500}.default-badge{background:#10b981;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px}.address-text{margin:0;color:#666;font-size:14px;line-height:1.4}.quick-options{display:grid;grid-template-columns:1fr;gap:10px}.option-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s}.option-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.home-btn:hover{border-color:#10b981;background:#f0fdf4}.work-btn:hover{border-color:#3b82f6;background:#eff6ff}.manual-btn:hover{border-color:#8b5cf6;background:#f5f3ff}.manual-address-form{background:#f8f9fa;border-radius:10px;padding:20px;margin-top:20px}.manual-address-form h3{margin-top:0;margin-bottom:20px;color:#333}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{margin-bottom:15px}.form-group.full-width{grid-column:1 / -1}.form-group label{display:block;margin-bottom:5px;font-size:13px;font-weight:500;color:#555}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.phone-note{display:block;margin-top:5px;color:#666;font-size:12px}.save-address-option{margin:20px 0}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.checkbox-label input[type=checkbox]{width:18px;height:18px}.form-actions{display:flex;gap:10px;margin-top:20px}.cancel-btn,.save-btn{padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-weight:500}.cancel-btn{background:#e0e0e0;color:#333}.save-btn{background:#667eea;color:#fff}.save-btn:disabled{background:#ccc;cursor:not-allowed}.delivery-options{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:20px}.delivery-option{padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s}.delivery-option:hover{border-color:#667eea}.delivery-option.selected{border-color:#667eea;background:#f0f4ff}.option-header{display:flex;align-items:center;gap:15px;margin-bottom:5px}.option-title{font-weight:500;margin-right:10px}.option-price{font-weight:700;color:#667eea}.option-desc{color:#666;font-size:13px;margin:0 0 0 35px}.order-notes textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;resize:vertical}.payment-methods{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:20px}.payment-method{display:flex;align-items:center;gap:15px;padding:15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s}.payment-method:hover{border-color:#667eea}.payment-method.selected{border-color:#667eea;background:#f0f4ff}.method-icon{font-size:20px}.method-name{font-weight:500}.card-details-form{margin-top:20px}.card-details-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.order-summary-section{position:sticky;top:30px;height:fit-content}.summary-card{background:#fff;border-radius:15px;padding:25px;border:1px solid #e0e0e0;box-shadow:0 4px 20px #00000014}.summary-items{max-height:300px;overflow-y:auto;margin-bottom:20px}.summary-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0}.summary-item:last-child{border-bottom:none}.summary-item .item-image{width:60px;height:60px;border-radius:8px;object-fit:cover}.item-details{flex:1}.item-name{margin:0 0 5px;font-size:14px;font-weight:500}.item-store{margin:0 0 8px;font-size:12px;color:#666}.item-meta{display:flex;justify-content:space-between;font-size:13px;color:#333}.more-items{text-align:center;padding:10px;color:#667eea;font-size:13px;font-weight:500}.summary-breakdown{margin:20px 0}.breakdown-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px;color:#666}.breakdown-row.total{font-size:18px;font-weight:700;color:#333;margin-top:10px}.breakdown-divider{height:1px;background:#e0e0e0;margin:15px 0}.place-order-btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.place-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.place-order-btn:disabled{opacity:.5;cursor:not-allowed}.security-note{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:15px;font-size:13px;color:#666}.order-confirmation-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.confirmation-container{background:#fff;border-radius:20px;padding:40px;text-align:center;max-width:500px;box-shadow:0 20px 60px #0000004d}.confirmation-icon{font-size:60px;margin-bottom:20px}.confirmation-container h2{color:#333;margin-bottom:15px}.confirmation-message{color:#666;margin-bottom:30px}.order-details{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:30px;text-align:left}.detail-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.detail-label{color:#666}.detail-value{font-weight:500;color:#333}.confirmation-actions{display:flex;gap:15px}.continue-btn,.view-order-btn{flex:1;padding:12px;border-radius:8px;border:none;font-weight:500;cursor:pointer;transition:all .3s}.continue-btn{background:#667eea;color:#fff}.view-order-btn{background:#f1f5f9;color:#333}.continue-btn:hover{background:#5a67d8}.view-order-btn:hover{background:#e2e8f0}@media(max-width:992px){.checkout-content{grid-template-columns:1fr}.order-summary-section{position:static}}@media(max-width:768px){.checkout-container{border-radius:0}.checkout-title{font-size:2rem;padding:20px}.checkout-content{padding:20px}.form-grid{grid-template-columns:1fr}.confirmation-actions{flex-direction:column}}.cartItem{display:grid;grid-template-columns:80px minmax(0,1fr) auto auto;gap:15px;align-items:center;padding:15px;border-bottom:1px solid #e2e8f0;background:#fff;border-radius:8px;margin-bottom:10px;box-shadow:0 2px 8px #0000000d;transition:all .2s ease;position:relative;min-height:100px;max-width:100%;overflow:hidden}.cartItem:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.cartItem.loading{opacity:.7;pointer-events:none}.imgBox{width:80px;height:80px;border-radius:8px;overflow:hidden;position:relative;background-color:#f7fafc;border:1px solid #e2e8f0;flex-shrink:0}.imgBox img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.imgBox:hover img{transform:scale(1.05)}.loading-overlay{position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#666}.itemSection{display:flex;flex-direction:column;gap:10px;min-width:0;overflow:hidden}.itemName{margin:0;font-size:1.1rem;font-weight:600;color:#2d3748;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.itemQuantity{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.quantity-display{color:#718096;font-size:.85rem;font-weight:500;white-space:nowrap}.quantity-controls{display:flex;align-items:center;gap:6px;background:#f7fafc;border-radius:6px;padding:4px;border:1px solid #e2e8f0;flex-shrink:0}.quantity-btn{background:#fff;border:1px solid #cbd5e0;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#4a5568;flex-shrink:0}.quantity-btn:hover:not(.disabled){background:#4299e1;color:#fff;border-color:#4299e1;transform:scale(1.1)}.quantity-btn.disabled{opacity:.5;cursor:not-allowed}.quantity-btn svg{font-size:.9rem}.current-quantity{font-weight:600;color:#2d3748;min-width:25px;text-align:center;font-size:.9rem;flex-shrink:0}.direct-quantity-input{display:flex;align-items:center;gap:6px;flex-shrink:0}.direct-quantity-input label{font-size:.85rem;color:#718096;font-weight:500;white-space:nowrap}.direct-quantity-input input{width:50px;padding:5px 6px;border:1px solid #cbd5e0;border-radius:4px;text-align:center;font-size:.85rem;flex-shrink:0}.direct-quantity-input input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e11a}.direct-quantity-input input:disabled{background-color:#f7fafc;cursor:not-allowed}.priceSection{text-align:right;display:flex;flex-direction:column;gap:4px;flex-shrink:0;min-width:100px}.itemPrice{margin:0;font-size:1.2rem;font-weight:700;color:#2d3748;line-height:1.2}.currencySign{font-size:.85rem;margin-right:1px}.itemPriceValue{font-size:1.2rem}.unitPrice{margin:0;font-size:.8rem;color:#718096;line-height:1.2}.remove-item-btn{background-color:#fed7d7;color:#c53030;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;white-space:nowrap;flex-shrink:0;height:fit-content}.remove-item-btn:hover:not(:disabled){background-color:#feb2b2;transform:translateY(-1px)}.remove-item-btn:disabled{opacity:.5;cursor:not-allowed}.cartItem .error-message{grid-column:1 / -1;margin-top:8px;margin-bottom:0;font-size:.8rem;padding:6px 10px;max-width:100%;word-wrap:break-word}@media(max-width:768px){.cartItem{grid-template-columns:70px minmax(0,1fr) auto;gap:12px;padding:12px;min-height:90px}.imgBox{width:70px;height:70px;grid-row:1 / span 2}.priceSection{grid-column:3;grid-row:1;text-align:right;min-width:80px}.remove-item-btn{grid-column:3;grid-row:2;justify-self:end;align-self:start}.itemSection{grid-column:2 / span 2;grid-row:1}.itemName{font-size:1rem}.itemPrice{font-size:1.1rem}.quantity-controls{gap:4px}.quantity-btn{width:26px;height:26px}.direct-quantity-input input{width:45px}}@media(max-width:480px){.cartItem{grid-template-columns:60px minmax(0,1fr) auto;gap:10px;padding:10px;min-height:80px}.imgBox{width:60px;height:60px}.itemName{font-size:.95rem}.itemQuantity{gap:8px}.quantity-controls{gap:3px}.quantity-btn{width:24px;height:24px}.quantity-btn svg{font-size:.8rem}.current-quantity{min-width:20px;font-size:.85rem}.direct-quantity-input{gap:4px}.direct-quantity-input input{width:40px;padding:4px 5px;font-size:.8rem}.itemPrice{font-size:1rem}.unitPrice{font-size:.75rem}.remove-item-btn{padding:5px 8px;font-size:.75rem}}@keyframes itemUpdate{0%{background-color:#ebf8ff}to{background-color:#fff}}.cartItem.updated{animation:itemUpdate .6s ease}@media(max-width:360px){.cartItem{grid-template-columns:50px minmax(0,1fr) auto;gap:8px;padding:8px}.imgBox{width:50px;height:50px}.itemName{font-size:.9rem}.itemQuantity{flex-direction:column;align-items:flex-start;gap:6px}.priceSection{min-width:70px}.itemPrice{font-size:.95rem}}.cart-app{min-height:100vh;background-color:#f8f9fa}.cart-container{display:grid;grid-template-columns:1fr 400px;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 80px)}.cart-items-column{display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:1rem}.cart-items-column::-webkit-scrollbar{width:6px}.cart-items-column::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cart-items-column::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.cart-items-column::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.order-summary-column{position:relative}.summary-card.sticky{position:sticky;top:2rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0}.cart-header-section{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;flex-wrap:wrap;gap:1rem}.cart-header-section h1{margin:0;color:#333;font-size:1.8rem}.multi-store-notice{background:#e3f2fd;padding:.5rem 1rem;border-radius:8px;color:#1976d2;font-weight:500;flex:1;text-align:center}.clear-cart-btn{background:#f44;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.clear-cart-btn:hover:not(:disabled){background:#c00}.clear-cart-btn:disabled{background:#ccc;cursor:not-allowed}.delivery-address-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-header h3{margin:0;color:#333}.change-address-btn{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem}.change-address-btn:hover{background:#0056b3}.current-address{padding:1rem;background:#f8f9fa;border-radius:8px}.address-display{display:flex;justify-content:space-between;align-items:center}.address-text{margin:0;font-weight:500;color:#333}.no-address{margin:0;color:#666;font-style:italic}.stores-container{display:flex;flex-direction:column;gap:2rem}.store-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.store-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.store-info h3{margin:0 0 .5rem;color:#333}.store-item-count{color:#666;font-size:.9rem}.checkout-store-btn{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem}.checkout-store-btn:hover:not(:disabled){background:#218838}.checkout-store-btn:disabled{background:#ccc;cursor:not-allowed}.cart-items-list{padding:1rem}.store-summary{padding:1.5rem;background:#f8f9fa;border-top:1px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.summary-row.total{font-weight:700;font-size:1.1rem;color:#333}.summary-divider{height:1px;background:#ddd;margin:1rem 0}.address-required{color:#f44;font-style:italic}.free-delivery{color:#28a745;font-weight:600}.summary-card h3{margin:0 0 1.5rem;text-align:center;color:#333;font-size:1.5rem}.checkout-btn{width:100%;background:#28a745;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;margin:1.5rem 0 1rem}.checkout-btn:hover:not(:disabled){background:#218838}.checkout-btn.disabled,.checkout-btn:disabled{background:#ccc;cursor:not-allowed}.multi-store-instruction{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;margin:1rem 0;font-size:.9rem}.multi-store-instruction strong{color:#856404}.multi-store-instruction p{margin:.5rem 0;color:#856404}.continue-shopping-link{display:block;text-align:center;color:#007bff;text-decoration:none;margin:1rem 0;padding:.75rem;border:1px solid #007bff;border-radius:6px;transition:all .3s ease}.continue-shopping-link:hover{background:#007bff;color:#fff}.security-notice{display:flex;justify-content:space-between;font-size:.8rem;color:#666;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.empty-cart{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.empty-cart-content{text-align:center;max-width:500px}.empty-cart-icon{font-size:4rem;margin-bottom:1rem}.empty-cart h2{color:#333;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;background:#007bff;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .3s ease}.continue-shopping-btn:hover{background:#0056b3}.suggested-products{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:2rem}.suggested-products h3{margin:0 0 1.5rem;color:#333}.suggested-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.suggested-item{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.suggested-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.suggested-item img{width:80px;height:80px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.suggested-name{font-weight:500;margin:.5rem 0;font-size:.9rem;color:#333}.suggested-price{font-weight:700;color:#28a745;margin:0}.address-form{display:flex;flex-direction:column;gap:1rem}.address-search{position:relative}.address-search-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.address-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:200px;overflow-y:auto}.suggestion-item{padding:.75rem;cursor:pointer;border-bottom:1px solid #f0f0f0}.suggestion-item:hover{background:#f8f9fa}.suggestion-item:last-child{border-bottom:none}.saved-addresses{margin-top:1rem}.saved-addresses h4{margin:0 0 1rem;color:#333}.saved-address{padding:1rem;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease}.saved-address:hover{border-color:#007bff;background:#f8f9fa}.saved-address.selected{border-color:#007bff;background:#e3f2fd}.address-main{font-weight:500;color:#333}.address-secondary{font-size:.9rem;color:#666;margin-top:.25rem}.default-badge{background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;margin-top:.5rem;display:inline-block}.address-actions{display:flex;gap:1rem;flex-wrap:wrap}.save-address-btn.primary{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500}.save-address-btn.primary:hover:not(:disabled){background:#0056b3}.save-address-btn.primary:disabled{background:#ccc;cursor:not-allowed}.use-current-location-btn{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer}.use-current-location-btn:hover{background:#545b62}@media(max-width:1024px){.cart-container{grid-template-columns:1fr;gap:1rem;padding:1rem}.order-summary-column{order:-1}.summary-card.sticky{position:static}}@media(max-width:768px){.cart-header-section{flex-direction:column;align-items:stretch}.store-header{flex-direction:column;gap:1rem;align-items:stretch}.checkout-store-btn{width:100%}.address-actions{flex-direction:column}.security-notice{flex-direction:column;gap:.5rem;text-align:center}}.store-header-container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 24px 24px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.store-nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-back-btn{display:flex;align-items:center;gap:8px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.nav-back-btn:hover{background:#ffffff40;transform:translate(-2px)}.nav-back-btn .back-icon{font-size:18px}.nav-actions{display:flex;gap:12px;align-items:center}.nav-action-btn{display:flex;align-items:center;gap:8px;background:#fff;border:none;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:600;color:#667eea;cursor:pointer;transition:all .2s ease}.nav-action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.nav-action-btn .action-icon{font-size:16px}.nav-action-active{background:#764ba2;color:#fff}.dashboard-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.store-hero-section{padding:32px 24px;color:#fff}.store-identity-card{display:flex;gap:32px;margin-bottom:32px}.store-avatar-wrapper{flex-shrink:0}.store-avatar-container{position:relative}.store-avatar-image{width:160px;height:160px;border-radius:20px;object-fit:cover;border:4px solid white;box-shadow:0 8px 32px #0003}.store-status-badge{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#4caf50,#2e7d32);padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 4px 12px #2e7d324d}.store-status-badge .status-icon{font-size:14px}.store-info-container{flex:1;min-width:0}.store-header-main{margin-bottom:24px}.store-title-row{display:flex;align-items:center;gap:24px;margin-bottom:12px;flex-wrap:wrap}.store-title{font-size:32px;font-weight:700;margin:0;line-height:1.2}.store-rating-display{display:flex;align-items:center;gap:8px;background:#ffffff26;padding:6px 16px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rating-stars{display:flex;gap:2px}.star-icon{font-size:16px}.star-icon.filled{color:gold}.star-icon.empty{color:#ffffff4d}.rating-value{font-weight:700;font-size:16px}.rating-count{font-size:14px;opacity:.9}.store-category-row{display:flex;gap:20px;margin-bottom:16px;flex-wrap:wrap}.store-category,.store-distance{display:flex;align-items:center;gap:8px;background:#ffffff1a;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:500}.category-icon,.distance-icon{font-size:14px;opacity:.8}.store-description{font-size:16px;line-height:1.6;margin:0;opacity:.95;max-width:600px}.store-quick-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px}.info-card{display:flex;align-items:center;gap:16px;background:#ffffff1a;padding:16px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .2s ease}.info-card:hover{transform:translateY(-2px);background:#ffffff26}.info-icon{font-size:20px;opacity:.9;flex-shrink:0}.info-content{display:flex;flex-direction:column;min-width:0}.info-label{font-size:12px;opacity:.8;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-stats-bar{display:flex;align-items:center;justify-content:space-around;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;align-items:center;flex:1}.stat-value{font-size:28px;font-weight:700;margin-bottom:4px;background:linear-gradient(135deg,#fff,#e6e6e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:12px;opacity:.8;text-transform:uppercase;letter-spacing:1px}.stat-divider{width:1px;height:40px;background:#fff3}@media(max-width:768px){.store-nav{flex-direction:column;gap:12px;padding:12px 16px}.nav-back-btn,.nav-actions{width:100%;justify-content:center}.store-hero-section{padding:24px 16px}.store-identity-card{flex-direction:column;align-items:center;text-align:center;gap:24px}.store-avatar-image{width:120px;height:120px}.store-title-row,.store-category-row{justify-content:center}.store-title{font-size:24px}.store-stats-bar{flex-wrap:wrap;gap:16px;padding:16px}.stat-item{flex:0 0 calc(50% - 8px);margin-bottom:8px}.stat-divider{display:none}.store-quick-info-grid{grid-template-columns:1fr}}@media(max-width:480px){.store-title{font-size:20px}.store-rating-display{width:100%;justify-content:center}.stat-value{font-size:24px}.nav-action-btn span{display:none}.nav-action-btn .action-icon{font-size:20px}}@keyframes pulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.05)}}.store-status-badge{animation:pulse 2s infinite}.store-header-container{transition:all .3s ease}.nav-back-btn:focus,.nav-action-btn:focus,.info-card:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.featured-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.search-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:2rem;margin-bottom:2rem;color:#fff;box-shadow:0 10px 40px #0000001a}.search-header{text-align:center;margin-bottom:2rem}.search-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.search-header p{font-size:1rem;opacity:.9;max-width:600px;margin:0 auto}.search-controls{display:grid;grid-template-columns:2fr 1fr auto;gap:1rem;align-items:center;margin-bottom:1rem}@media(max-width:768px){.search-controls{grid-template-columns:1fr}}.search-input-group{position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#667eea;font-size:1.2rem}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:none;border-radius:12px;font-size:1rem;background:#fff;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.search-input:focus{outline:none;box-shadow:0 4px 20px #00000026}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;margin-top:.5rem;max-height:300px;overflow-y:auto;z-index:1000}.dropdown-item{padding:1rem;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s ease}.dropdown-item:hover{background:#f8f9fa}.dropdown-item:last-child{border-bottom:none}.dropdown-item-content{display:flex;flex-direction:column;gap:.5rem}.place-name{font-weight:600;color:#333;font-size:1rem}.place-info{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:#666}.place-type{display:flex;align-items:center;gap:.5rem}.distance-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;display:flex;align-items:center;gap:.25rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.9}.filter-icon{font-size:1rem}.filter-select{padding:.75rem;border:none;border-radius:12px;font-size:1rem;background:#fff;cursor:pointer;box-shadow:0 4px 12px #0000001a}.filter-select:focus{outline:none}.search-button{padding:.75rem 2rem;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #10b98133}.search-button:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.search-button:disabled{opacity:.7;cursor:not-allowed}.loading-message{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;padding:1rem;border-radius:12px;margin-top:1rem}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{display:flex;align-items:center;gap:.5rem;background:#ef44441a;color:#fca5a5;padding:1rem;border-radius:12px;margin-top:1rem;border:1px solid rgba(239,68,68,.2)}.featured-section{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 40px #00000014}.featured-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.location-header{display:flex;align-items:center;gap:1rem}.location-icon{font-size:2rem;color:#667eea}.location-title{font-size:2rem;font-weight:700;color:#333;margin:0}.location-badge{background:#ecfdf5;color:#10b981;padding:.25rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.property-count{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-radius:12px;border:2px solid #e2e8f0}.count-icon{font-size:1.5rem;color:#667eea;margin-bottom:.5rem}.count-number{font-size:2rem;font-weight:700;color:#333}.count-label{font-size:.9rem;color:#666}.nearest-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;color:#333;margin:0}.distance-display{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.card-content{display:flex;flex-direction:column;gap:1rem}.place-name{font-size:1.5rem;font-weight:700;color:#333;margin:0}.place-details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#666;box-shadow:0 2px 8px #0000000d}.view-button{align-self:flex-start;padding:.75rem 2rem;background:#667eea;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.view-button:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.other-cities{margin-top:2rem}.cities-title{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.city-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;border:2px solid #e2e8f0;transition:all .3s ease}.city-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 25px #667eea26}.city-name{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.city-count{font-size:.9rem;color:#666;margin-bottom:1rem}.city-button{padding:.5rem 1.5rem;background:#f8fafc;color:#667eea;border:2px solid #667eea;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.city-button:hover{background:#667eea;color:#fff}.quick-stats{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000014}.stats-header{margin-bottom:1.5rem}.stats-header h3{font-size:1.5rem;color:#333;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:#f8fafc;border-radius:12px;padding:1.5rem;text-align:center;border:2px solid #e2e8f0;transition:all .3s ease}.stat-card:hover{border-color:#10b981;transform:translateY(-2px)}.stat-city{font-size:1rem;color:#666;margin-bottom:.5rem}.stat-count{font-size:2rem;font-weight:700;color:#333;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.featured-container{padding:1rem}.search-section{padding:1.5rem}.featured-header{flex-direction:column;align-items:flex-start}.property-count{align-self:flex-start}.place-details{flex-direction:column;align-items:flex-start}.cities-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.search-header h2,.location-title{font-size:1.5rem}.stats-grid{grid-template-columns:1fr}}.homeContainer{padding:10px 10px 50px;margin-top:50px;display:flex;flex-direction:column;align-items:center;gap:30px}.homeTitle{width:1024px;font-size:20px}.pList{width:100%;max-width:1024px;display:flex;justify-content:space-between;gap:20px}.pListItem{flex:1;border-radius:10px;overflow:hidden;cursor:pointer}.pListImg{width:100%;height:150px;object-fit:cover}.pListTitles>h1{font-size:18px;color:#444}.pListTitles>h2{font-size:14px;font-weight:300}
