.widget-container{color:#1a1a1a;background:#fff;flex-direction:column;width:100%;height:100%;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;overflow:hidden}.widget-container *{box-sizing:border-box;margin:0;padding:0}.widget-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.header-title-section h1{color:#1a1a1a;margin:0 0 .5rem;font-size:38px;font-weight:600}.subtitle{color:#6b7280;margin:0;font-size:15px;font-weight:400}.widget-content{flex:1;display:flex;overflow:hidden}.toolbar-container{background:#fff;border-bottom:1px solid #e5e7eb}.toolbar{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.toolbar__left{align-items:center;gap:.5rem;width:470px;display:flex}.toolbar__right{align-items:center;display:flex}.toolbar__collapse-btn{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.toolbar__collapse-btn:hover{color:#182865;background:#f3f4f6}.toolbar__collapse-btn svg{transition:transform .3s}.toolbar__collapse-btn--collapsed svg{transform:rotate(180deg)}.toolbar__location-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.toolbar__location-btn:hover{color:#182865;background:#f9fafb;border-color:#182865}.toolbar__location-btn svg{flex-shrink:0;width:18px;height:18px}.panel-container{display:flex}.panel{background:#f5f5f5;border-right:1px solid #e5e7eb;flex-direction:column;width:480px;display:flex;overflow:hidden}.panel--collapsed{border-right:none;width:0}.panel__filter-container{max-height:0;transition:max-height .3s;overflow:hidden}.panel__filter-container--open{max-height:600px;overflow-y:auto}.pudo-list-container{flex:1;height:100%;min-height:0;padding:.75rem;overflow:hidden auto}.search-bar{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.search-bar__input-wrapper{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1;align-items:center;gap:.5rem;padding:.7rem 1rem;transition:border-color .2s;display:flex}.search-bar__input-wrapper:focus-within{border-color:#182865}.search-bar__search-icon{color:#9ca3af;flex-shrink:0}.search-bar__input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.search-bar__input::placeholder{color:#9ca3af}.search-bar__actions{gap:.25rem;display:flex}.search-bar__btn{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.search-bar__btn:hover{color:#182865;background:#f3f4f6}.search-bar__btn--active{color:#fff;background:#182865;border-color:#182865}.search-bar__btn--active:hover{color:#fff;background:#0f1b4a}.filter-panel{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 1.25rem}.filter-panel__section{margin-bottom:1rem}.filter-panel__section:last-child{margin-bottom:0}.filter-panel__title{color:#1a1a1a;margin:0 0 .5rem;font-size:14px;font-weight:600}.filter-panel__hours{align-items:center;gap:.75rem;display:flex}.filter-panel__hours-label{color:#6b7280;white-space:nowrap;font-size:13px}.filter-panel__range-track{background:#e5e7eb;border-radius:2px;flex:1;height:4px;position:relative}.filter-panel__range-fill{background:#182865;border-radius:2px;height:100%;position:absolute;top:0;left:0;right:0}.filter-panel__range-thumb{cursor:pointer;background:#fff;border:2px solid #182865;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%)}.filter-panel__range-thumb--start{left:0;transform:translate(-50%,-50%)}.filter-panel__range-thumb--end{right:0;transform:translate(50%,-50%)}.filter-panel__days{gap:0;display:flex}.filter-panel__day{text-align:center;color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;flex:1;padding:.4rem 0;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.filter-panel__day:first-child{border-radius:4px 0 0 4px}.filter-panel__day:last-child{border-radius:0 4px 4px 0}.filter-panel__day+.filter-panel__day{border-left:none}.filter-panel__day:hover{background:#f3f4f6}.filter-panel__day--active{color:#fff;background:#182865;border-color:#182865}.filter-panel__day--active:hover{background:#0f1b4a}.filter-panel__checkbox{cursor:pointer;color:#374151;align-items:center;gap:.5rem;padding:.35rem 0;font-size:14px;display:flex}.filter-panel__checkbox input[type=checkbox]{display:none}.filter-panel__checkbox-mark{border:2px solid #d1d5db;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.filter-panel__checkbox input:checked+.filter-panel__checkbox-mark{background:#182865;border-color:#182865}.filter-panel__checkbox input:checked+.filter-panel__checkbox-mark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;margin-top:-1px;display:block;transform:rotate(45deg)}.filter-panel__checkbox-label{-webkit-user-select:none;user-select:none}.pudo-list-container::-webkit-scrollbar{width:6px}.pudo-list-container::-webkit-scrollbar-track{background:#f9fafb}.pudo-list-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.pudo-list-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.pudo-list-items{flex-direction:column;display:flex}.pudo-list-item{cursor:pointer;background:#fff;border-radius:8px;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding:1.25rem 1rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.pudo-list-item:last-child{margin-bottom:0}.pudo-list-item:hover{border-color:#182865;box-shadow:0 2px 12px #18286514}.pudo-list-item.selected{background:#f0f4ff;border-color:#182865;box-shadow:0 2px 12px #18286526}.pudo-item-icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.pudo-item-icon svg{width:40px;height:40px}.pudo-item-content{flex:1;min-width:0}.pudo-item-title{color:#1a1a1a;margin:0;font-size:16px;font-weight:600;line-height:1.3}.pudo-item-distance{color:#9ca3af;font-size:13px;font-weight:400}.pudo-item-address{color:#6b7280;margin:.25rem 0 .5rem;font-size:14px;line-height:1.5}.pudo-item-footer{align-items:center;gap:.5rem;display:flex}.pudo-item-status{color:#6b7280;font-size:13px;font-weight:400;line-height:1.4}.pudo-item-status strong{font-weight:600}.pudo-item-status.open strong{color:#059669}.pudo-item-status.closed strong{color:#dc2626}.pudo-list-empty{text-align:center;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.pudo-list-empty p{color:#6b7280;margin:0;font-size:14px}.pudo-list-loader{justify-content:center;align-items:center;padding:1.5rem;display:flex}.loader-spinner{border:3px solid #e5e7eb;border-top-color:#182865;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pudo-list-sentinel{visibility:hidden;height:1px}.pudo-skeleton-item{pointer-events:none}.pudo-skeleton-circle{background:#e5e7eb;border-radius:50%;width:40px;height:40px;animation:1.5s ease-in-out infinite shimmer}.pudo-skeleton-line{background:#e5e7eb;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite shimmer}.pudo-skeleton-title{width:60%;height:14px;margin-bottom:.5rem}.pudo-skeleton-address{width:80%;margin-bottom:.5rem}.pudo-skeleton-status{width:40%}.pudo-skeleton-item:nth-child(odd) .pudo-skeleton-line{animation-delay:.15s}.pudo-skeleton-item:nth-child(3n) .pudo-skeleton-title{width:50%}.pudo-skeleton-item:nth-child(3n) .pudo-skeleton-address{width:70%}@keyframes shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.map-section{background:#f9fafb;flex:1;min-width:0;position:relative;overflow:hidden}.map{width:100%;height:100%}.location-button{z-index:1000;color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000001a}.location-button:hover{color:#182865;background:#f9fafb;border-color:#182865}.location-button svg{width:18px;height:18px}.error-container{color:#fff;z-index:1000;background:#dc2626;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;position:absolute;top:4rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #dc26264d}.leaflet-container{z-index:1;font-family:inherit}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 12px #00000026}.leaflet-popup{z-index:1002!important}.leaflet-tooltip,.leaflet-tooltip-pane{z-index:9999!important}.custom-popup .leaflet-popup-content-wrapper,.custom-tooltip{border-radius:8px;padding:0;box-shadow:0 4px 12px #00000026}.custom-popup .leaflet-popup-content,.custom-tooltip .leaflet-tooltip-content{margin:0;padding:0}.custom-tooltip{background:#fff;border:none}.custom-popup .leaflet-popup-tip-container{display:none}.leaflet-popup-tip{background:#fff;box-shadow:0 2px 4px #0000001a}.pudo-popup{min-width:200px;padding:1rem;font-family:inherit}.pudo-popup h3{color:#1a1a1a;margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.pudo-popup p{color:#6b7280;margin-bottom:.25rem;font-size:.8125rem;line-height:1.4}.pudo-popup strong{color:#374151;font-weight:600}.pudo-marker{background:0 0;border:none}.user-location-pulse{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.4;r:30px}50%{opacity:.1;r:30px}to{opacity:.4;r:30px}}.marker-cluster{background:0 0;border:none}.marker-cluster div{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 8px #0003}.marker-cluster div:hover{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.marker-cluster-small div{background:#10b981}.marker-cluster-medium div{background:#f59e0b;width:50px;height:50px;font-size:16px}.marker-cluster-large div{background:#ef4444;width:60px;height:60px;font-size:18px}@media (max-width:968px){.widget-content{flex-direction:column}.toolbar__location-btn{display:none}.map-location-btn{display:flex}.panel-container{width:100%}.panel{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;max-height:40vh}.panel--collapsed{max-height:0}.pudo-list-container{min-width:0}.map-section{flex:1}.widget-header{padding:1rem 1.5rem}.header-title-section h1{font-size:28px}.subtitle{font-size:14px}}
