.password-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:20px}.password-gate-card{background:#fffffff2;border-radius:16px;padding:48px 40px;width:100%;max-width:420px;box-shadow:0 25px 50px -12px #0006}.password-gate-header{text-align:center;margin-bottom:32px}.password-gate-header h1{font-family:Segoe UI,system-ui,sans-serif;font-size:1.75rem;font-weight:600;color:#1a1a2e;margin:0 0 8px;letter-spacing:-.5px}.password-gate-header p{font-size:.95rem;color:#64748b;margin:0}.password-gate-form{display:flex;flex-direction:column;gap:20px}.password-gate-input-group{display:flex;flex-direction:column;gap:8px}.password-gate-input-group label{font-size:.875rem;font-weight:500;color:#374151}.password-gate-input-group input{padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s ease;outline:none}.password-gate-input-group input:focus{border-color:#0f3460;box-shadow:0 0 0 3px #0f34601a}.password-gate-input-group input::placeholder{color:#9ca3af}.password-gate-error{color:#dc2626;font-size:.875rem;margin:0;padding:10px 14px;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.password-gate-submit{padding:14px 24px;background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.password-gate-submit:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0f346066}.password-gate-submit:active{transform:translateY(0)}.password-gate-footer{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.password-gate-footer p{font-size:.8rem;color:#9ca3af;margin:0;letter-spacing:1px;text-transform:uppercase}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px;box-shadow:0 2px 8px #0000001a;z-index:100;display:flex;justify-content:space-between;align-items:center;gap:16px}.sidebar-toggle-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;background:#ffffff26;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.sidebar-toggle-btn:hover{background:#ffffff40;transform:scale(1.05)}.sidebar-toggle-btn:active{transform:scale(.95)}.sidebar-toggle-btn svg{width:20px;height:20px}.app-title{margin:0;font-size:24px;font-weight:600}.app-subtitle{margin:4px 0 0;font-size:14px;opacity:.9}.header-database-selector{display:flex;align-items:center;gap:12px;background:#ffffff26;padding:8px 16px;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.db-selector-label{font-size:12px;font-weight:500;opacity:.9}.db-selector-options{display:flex;gap:4px}.db-option{cursor:pointer;display:flex;align-items:center}.db-option input[type=radio]{display:none}.db-option-label{padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;background:#ffffff1a;transition:all .2s;border:2px solid transparent}.db-option:hover .db-option-label{background:#fff3}.db-option.active .db-option-label{background:#fff;color:#667eea;border-color:#fff}.db-option[data-db=dev].active .db-option-label{background:#ffd43b;color:#5c4813;border-color:#ffd43b}.app-body{display:flex;flex:1;overflow:hidden}.app-sidebar{position:relative;background:#f5f5f5;border-right:1px solid #e0e0e0;flex-shrink:0;transition:width .3s ease,min-width .3s ease,opacity .3s ease;overflow:hidden}.app-sidebar.open{opacity:1}.app-sidebar.closed{width:0!important;min-width:0!important;border-right:none;opacity:0;padding:0}.app-sidebar.resizing{transition:none}.sidebar-content{height:100%;overflow-y:auto;overflow-x:hidden;padding:16px}.sidebar-resize-handle{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;background:transparent;transition:background .2s ease;z-index:10}.sidebar-resize-handle:hover{background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.3) 50%,rgba(102,126,234,.5) 100%)}.sidebar-resize-handle:active,.app-sidebar.resizing .sidebar-resize-handle{background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.4) 50%,rgba(102,126,234,.7) 100%)}.sidebar-resize-handle:after{content:"";position:absolute;top:50%;right:1px;transform:translateY(-50%);width:3px;height:40px;background:#d0d0d0;border-radius:2px;opacity:0;transition:opacity .2s ease}.sidebar-resize-handle:hover:after{opacity:1;background:#667eea}.app-main{flex:1;position:relative;overflow:hidden}@media (max-width: 1024px){.app-sidebar.open{max-width:350px}}@media (max-width: 768px){.app-body{flex-direction:column}.app-sidebar{width:100%!important;max-width:100%!important;max-height:50vh;border-right:none;border-bottom:1px solid #e0e0e0}.app-sidebar.closed{max-height:0;border-bottom:none}.sidebar-resize-handle{display:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-content::-webkit-scrollbar{width:8px}.sidebar-content::-webkit-scrollbar-track{background:#f1f1f1}.sidebar-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#999}.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}}.base-map{position:relative;z-index:0}.leaflet-default-icon-path{background-image:url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png)}.leaflet-interactive,.leaflet-interactive:hover{cursor:pointer}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{margin:12px;font-size:14px}.leaflet-pm-toolbar{background:#fff;border-radius:4px;box-shadow:0 2px 8px #00000026}.leaflet-pm-toolbar button{border:none;background:#fff;cursor:pointer;padding:8px}.leaflet-pm-toolbar button:hover{background:#f0f0f0}.leaflet-pm-toolbar button.active{background:#1890ff;color:#fff}.marker-icon{background-color:#fff;border:1px solid #3388ff;border-radius:50%;margin:-8px 0 0 -8px!important;width:14px!important;height:14px!important;outline:0;transition:opacity ease .3s}.marker-icon-middle{opacity:.7;margin:-6px 0 0 -6px!important;width:10px!important;height:10px!important}.leaflet-pm-draggable{cursor:move!important}.cursor-marker{cursor:crosshair;pointer-events:none;opacity:0}.cursor-marker.visible{opacity:1!important}.geoman-draw-cursor,.geoman-draw-cursor .leaflet-interactive{cursor:crosshair}.rect-style-marker,.rect-start-marker{opacity:0}.rect-style-marker.visible,.rect-start-marker.visible{opacity:1!important}.vertexmarker-disabled{opacity:.7}.pm-text-marker{width:0;height:0}.pm-textarea{box-sizing:content-box;background-color:#fff;color:#000;resize:none;border:none;outline:0;cursor:pointer;border-radius:3px;padding-left:7px;padding-bottom:0;padding-top:4px}.leaflet-pm-draggable .pm-textarea{cursor:move}.pm-textarea:focus,.pm-textarea:focus-within,.pm-textarea:focus-visible,.pm-textarea:active{border:2px solid #000;outline:0}.pm-textarea.pm-disabled{border:none;-webkit-user-select:none;user-select:none}.pm-textarea.pm-hasfocus{cursor:auto}.leaflet-pm-toolbar .leaflet-buttons-control-button{padding:5px;box-sizing:border-box;position:relative;z-index:3}.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:first-child:not(.pos-right),.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:last-child.pos-right{border-radius:0}.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button{border-radius:0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-radius:0 0 2px 2px}.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button{border-radius:2px 2px 0 0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-bottom:none}.leaflet-pm-toolbar .control-fa-icon{font-size:19px;line-height:24px}.leaflet-pm-toolbar .control-icon{width:100%;height:100%;box-sizing:border-box;background-size:contain;background-repeat:no-repeat;background-position:center center}.leaflet-pm-toolbar .leaflet-pm-icon-marker{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Marker</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M15.5,24.8782959 C15.2909201,24.8772219 15.1744857,24.8467817 14.6590866,24.2354163 C10.2196955,19.4118054 8,15.5014392 8,12.5043177 C8,8.35979746 11.3578644,5 15.5,5 C19.6421356,5 23,8.35979746 23,12.5043177 C23,17 18.2878217,21.9268378 16.3336601,24.2440186 C15.8224622,24.8501802 15.7090799,24.8793699 15.5,24.8782959 Z M15.5,15.5326948 C17.275201,15.5326948 18.7142857,14.1180004 18.7142857,12.3728864 C18.7142857,10.6277723 17.275201,9.21307792 15.5,9.21307792 C13.724799,9.21307792 12.2857143,10.6277723 12.2857143,12.3728864 C12.2857143,14.1180004 13.724799,15.5326948 15.5,15.5326948 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Marker" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-polygon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="polygon-a" d="M19.4206892,9.16509725 C19.1523681,8.66992914 19,8.10275831 19,7.5 C19,5.56700338 20.5670034,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 L19.4206892,9.16509725 Z M20.8349073,10.5793063 L10.5793108,20.8349027 C10.6086731,20.8890888 10.6366469,20.9441372 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 C20.9441372,10.6366469 20.8890888,10.6086731 20.8349027,10.5793108 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="polygon-b" fill="%23fff">%0A      <use xlink:href="%23polygon-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23polygon-a"/>%0A    <g fill="%235B5B5B" mask="url(%23polygon-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-polyline{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="line-a" d="M9.16509725,19.4206892 L18.4206892,10.1650973 C18.1523681,9.66992914 18,9.10275831 18,8.5 C18,6.56700338 19.5670034,5 21.5,5 C23.4329966,5 25,6.56700338 25,8.5 C25,10.4329966 23.4329966,12 21.5,12 C20.8972417,12 20.3300709,11.8476319 19.8349027,11.5793108 L10.5793108,20.8349027 C10.8476319,21.3300709 11,21.8972417 11,22.5 C11,24.4329966 9.43299662,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 Z M21.5,10 C22.3284271,10 23,9.32842712 23,8.5 C23,7.67157288 22.3284271,7 21.5,7 C20.6715729,7 20,7.67157288 20,8.5 C20,9.32842712 20.6715729,10 21.5,10 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="line-b" fill="%23fff">%0A      <use xlink:href="%23line-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23line-a"/>%0A    <g fill="%235B5B5B" mask="url(%23line-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-circle{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Circle</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M18.2897751,6.78602275 C18.8924131,6.29464981 19.661797,6 20.5,6 C22.4329966,6 24,7.56700338 24,9.5 C24,10.338203 23.7053502,11.1075869 23.2139772,11.7102249 C23.719599,12.8712053 24,14.1528571 24,15.5 C24,20.7467051 19.7467051,25 14.5,25 C9.25329488,25 5,20.7467051 5,15.5 C5,10.2532949 9.25329488,6 14.5,6 C15.8471429,6 17.1287947,6.28040098 18.2897751,6.78602275 Z M17.1504228,8.4817586 C16.3263581,8.17039236 15.4330777,8 14.5,8 C10.3578644,8 7,11.3578644 7,15.5 C7,19.6421356 10.3578644,23 14.5,23 C18.6421356,23 22,19.6421356 22,15.5 C22,14.5669223 21.8296076,13.6736419 21.5182414,12.8495772 C21.1960383,12.9473968 20.8541622,13 20.5,13 C18.5670034,13 17,11.4329966 17,9.5 C17,9.14583778 17.0526032,8.80396169 17.1504228,8.4817586 Z M14.5,17 C13.6715729,17 13,16.3284271 13,15.5 C13,14.6715729 13.6715729,14 14.5,14 C15.3284271,14 16,14.6715729 16,15.5 C16,16.3284271 15.3284271,17 14.5,17 Z M20.5,11 C21.3284271,11 22,10.3284271 22,9.5 C22,8.67157288 21.3284271,8 20.5,8 C19.6715729,8 19,8.67157288 19,9.5 C19,10.3284271 19.6715729,11 20.5,11 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Circle" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A            <g id="Atoms/Color/Grey" mask="url(%23mask-2)" fill="%235B5B5B">%0A                <rect id="Rectangle" x="0" y="0" width="30" height="30"></rect>%0A            </g>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A%0A<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" stroke="%235B5B5B" stroke-width="8"%0A     fill="none">%0A<circle cx="50" cy="50" r="35"/>%0A  <circle cx="50" cy="50" r="3" fill="%235B5B5B"/>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-rectangle{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="rectangle-a" d="M23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.736764 5.30385293,19.2780593 7,19.0354444 L7,10.9645556 C5.30385293,10.7219407 4,9.26323595 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 C9.26323595,4 10.7219407,5.30385293 10.9645556,7 L19.0354444,7 C19.2780593,5.30385293 20.736764,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 Z M21,10.6631844 C20.272154,10.3174225 19.6825775,9.72784598 19.3368156,9 L10.6631844,9 C10.3174225,9.72784598 9.72784598,10.3174225 9,10.6631844 L9,19.3368156 C9.72784598,19.6825775 10.3174225,20.272154 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 Z M7.5,9 C8.32842712,9 9,8.32842712 9,7.5 C9,6.67157288 8.32842712,6 7.5,6 C6.67157288,6 6,6.67157288 6,7.5 C6,8.32842712 6.67157288,9 7.5,9 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="rectangle-b" fill="%23fff">%0A      <use xlink:href="%23rectangle-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rectangle-a"/>%0A    <g fill="%235B5B5B" mask="url(%23rectangle-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-delete{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Eraser</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M17.7874219,18.4812552 L11.6480079,13.3498184 L6.40466009,19.3816001 L10.5539156,22.9884929 L13.86934,22.9884929 L17.7874219,18.4812552 Z M16.5074252,22.9884929 L26.0000002,22.9884929 L26.0000002,24.9884929 L10.0000002,24.9884929 L9.80708313,24.9884929 L5.09254204,20.8910192 C4.25891285,20.1663564 4.17057814,18.9031112 4.89524093,18.069482 L16.0482444,5.23941916 C16.7729072,4.40578998 18.0361525,4.31745526 18.8697816,5.04211806 L24.9074583,10.2905903 C25.7410875,11.0152531 25.8294222,12.2784983 25.1047594,13.1121275 L16.5074252,22.9884929 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Eraser" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Combined-Shape" fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-edit{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="edit_anchor-a" d="M13.5,11 C11.5670034,11 10,9.43299662 10,7.5 C10,5.56700338 11.5670034,4 13.5,4 C15.4329966,4 17,5.56700338 17,7.5 C17,9.43299662 15.4329966,11 13.5,11 Z M13.5,9 C14.3284271,9 15,8.32842712 15,7.5 C15,6.67157288 14.3284271,6 13.5,6 C12.6715729,6 12,6.67157288 12,7.5 C12,8.32842712 12.6715729,9 13.5,9 Z M12.0002889,7.52973893 C12.0125983,8.16273672 12.4170197,8.6996643 12.9807111,8.90767966 L3,15 L3,13 L12.0002889,7.52973893 Z M14.2172722,6.18228472 L19.453125,3 L22.6589355,3 L14.989102,7.68173885 C14.9962971,7.62216459 15,7.56151472 15,7.5 C15,6.93138381 14.6836098,6.4366645 14.2172722,6.18228472 Z M23.4434042,19.2851736 L20.1282799,19.2851736 L21.8729983,23.5349525 C21.9945296,23.8295773 21.8556546,24.1599209 21.5778734,24.2849208 L20.0414675,24.9545142 C19.7550613,25.0795141 19.4338738,24.9366704 19.3123426,24.6509518 L17.6544367,20.6154541 L14.9461873,23.4010151 C14.5852811,23.7721711 14,23.4860463 14,22.9992653 L14,9.57183533 C14,9.05933561 14.6225311,8.809492 14.946156,9.17008555 L23.8340292,18.3120179 C24.1925291,18.6613615 23.9279979,19.2851736 23.4434042,19.2851736 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="edit_anchor-b" fill="%23fff">%0A      <use xlink:href="%23edit_anchor-a"/>%0A    </mask>%0A    <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23edit_anchor-a"/>%0A    <g fill="%235B5B5B" mask="url(%23edit_anchor-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-drag{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A  <defs>%0A    <path id="move-a" d="M21,14 L21,10 L27,15 L21,20 L21,16 L16,16 L16,21 L20,21 L15,27 L10,21 L14,21 L14,16 L9,16 L9,20 L3,15 L9,10 L9,14 L14,14 L14,9 L10,9 L15,3 L20,9 L16,9 L16,14 L21,14 Z"/>%0A  </defs>%0A  <g fill="none" fill-rule="evenodd" transform="translate(-3 -3)">%0A    <mask id="move-b" fill="%23fff">%0A      <use xlink:href="%23move-a"/>%0A    </mask>%0A    <use fill="%23D8D8D8" xlink:href="%23move-a"/>%0A    <g fill="%235B5B5B" mask="url(%23move-b)">%0A      <rect width="30" height="30"/>%0A    </g>%0A  </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-cut{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Scissors</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M12.9691574,13.4939435 L21.0317032,5.54167013 L23.4649499,5.67722957 L17.0470713,14.5106816 L27.5660336,17.1333535 L25.7891944,18.8012588 L14.5854951,17.8987506 L13.6487955,19.188007 C13.794639,19.2650958 13.9367985,19.3534417 14.0741377,19.4532245 C15.6379648,20.5894114 15.9846357,22.7782052 14.8484488,24.3420324 C13.7122619,25.9058595 11.5234681,26.2525304 9.95964096,25.1163435 C8.39581384,23.9801565 8.04914296,21.7913627 9.18532986,20.2275356 C9.74587276,19.4560145 10.5626188,18.9807475 11.4341218,18.8336407 L12.6805656,17.1180579 L12.5239724,16.3747216 L11.9506932,15.3012391 L9.89310646,14.7882251 C9.13093796,15.2357261 8.19977854,15.3966447 7.27445355,15.1659352 C5.39887519,14.698301 4.25751094,12.7987519 4.72514515,10.9231736 C5.19277935,9.04759519 7.09232846,7.90623094 8.96790682,8.37386515 C10.8434852,8.84149935 11.9848494,10.7410485 11.5172152,12.6166268 C11.4761464,12.7813449 11.4240335,12.9404001 11.3618627,13.0931999 L12.9691574,13.4939435 Z M7.75829735,13.2253438 C8.56211664,13.4257584 9.37620912,12.9366023 9.57662378,12.132783 C9.77703844,11.3289637 9.28788233,10.5148713 8.48406303,10.3144566 C7.68024373,10.1140419 6.86615126,10.603198 6.6657366,11.4070173 C6.46532194,12.2108366 6.95447805,13.0249291 7.75829735,13.2253438 Z M10.8033639,21.4031061 C10.3164266,22.0733177 10.4649998,23.0113722 11.1352115,23.4983095 C11.8054231,23.9852467 12.7434776,23.8366735 13.2304148,23.1664619 C13.7173521,22.4962502 13.5687788,21.5581957 12.8985672,21.0712585 C12.2283556,20.5843212 11.2903011,20.7328945 10.8033639,21.4031061 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Scissors" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(16.093194, 15.663351) rotate(-32.000000) translate(-16.093194, -15.663351) " xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-snapping{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A    <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->%0A    <title>Atoms/Icons/Tools/Magnet</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d="M21.9994759,10.9428183 L21.9999985,16.3710417 C22,16.6872007 22,17.0058278 22,17.3269411 C22,21.5646545 18.6421356,25 14.5,25 C10.3578644,25 7,21.5646545 7,17.3269411 L7.00087508,10.9907507 L11.0022808,10.9984125 C11.0017033,11.6980114 11.001247,12.4168248 11.0008992,13.1554887 L11,17.3269411 C11,19.3756809 12.5876841,21 14.5,21 C16.4123159,21 18,19.3756809 18,17.3269411 C18,15.0702032 17.9995696,12.9619668 17.998539,10.9910032 L21.9994759,10.9428183 Z M10,7 C10.5522847,7 11,7.44771525 11,8 L11,10 L7,10 L7,8 C7,7.44771525 7.44771525,7 8,7 L10,7 Z M21,7 C21.5522847,7 22,7.44771525 22,8 L22,10 L18,10 L18,8 C18,7.44771525 18.4477153,7 19,7 L21,7 Z" id="path-1"></path>%0A    </defs>%0A    <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A        <g id="Atoms/Icons/Tools/Magnet" transform="translate(-3.000000, -3.000000)">%0A            <mask id="mask-2" fill="white">%0A                <use xlink:href="%23path-1"></use>%0A            </mask>%0A            <use id="Mask" fill="%235B5B5B" fill-rule="nonzero" transform="translate(14.500000, 16.000000) rotate(45.000000) translate(-14.500000, -16.000000) " xlink:href="%23path-1"></use>%0A        </g>%0A    </g>%0A</svg>')}.leaflet-pm-toolbar .leaflet-pm-icon-rotate{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24">%0A    <defs>%0A        <path id="rotate" d="M21.2,5.8c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.4-0.5l-0.2-0.3l2.8-3.1L18,0.6l-4.6,0.1l0.5,4.5l0.5,4.5l3.2-3.6v0.1l0.1,0.2c0.1,0.1,0.1,0.2,0.2,0.2l0.1,0.2C18,7,18,7.1,18.1,7.2c0.3,0.7,0.6,1.4,0.7,2.1c0.2,1.4,0,2.9-0.6,4.2L18,13.9L17.9,14l-0.3,0.5l-0.1,0.2c-0.2,0.2-0.4,0.5-0.6,0.7c-0.5,0.5-1.1,1-1.7,1.3c-0.6,0.4-1.3,0.6-2.1,0.8c-0.7,0.1-1.5,0.2-2.2,0.1c-0.8-0.1-1.5-0.3-2.2-0.5c-0.7-0.3-1.3-0.7-1.9-1.2l-0.4-0.4l-0.2-0.3L6,15c-0.1-0.1-0.2-0.2-0.2-0.3l-0.3-0.4l-0.1-0.1l-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2l-0.3-0.5l-0.1-0.2c-0.1-0.3-0.2-0.6-0.3-0.9c-0.2-0.8-0.3-1.6-0.3-2.4c0-0.2,0-0.3,0-0.5V8.9c0-0.2,0-0.3,0.1-0.4l0.1-0.6l0.2-0.6c0.3-0.8,0.7-1.5,1.2-2.2c0.5-0.7,1.1-1.3,1.8-1.8c0.2-0.1,0.3-0.4,0.1-0.6C7.5,2.6,7.4,2.5,7.3,2.5H7.1L7,2.6C6.1,3,5.4,3.6,4.7,4.2C4,4.9,3.5,5.7,3,6.6c-0.9,1.8-1.2,3.8-0.8,5.8c0.1,0.5,0.2,0.9,0.3,1.4l0.3,0.8C2.9,14.7,3,14.8,3,15l0.2,0.4c0,0.1,0.1,0.2,0.1,0.2l0.3,0.5c0.1,0.2,0.2,0.3,0.3,0.5l0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4L5,17.8c0.7,0.7,1.6,1.3,2.5,1.8c0.9,0.5,1.9,0.8,3,0.9c0.5,0.1,1,0.1,1.5,0.1c0.6,0,1.1,0,1.6-0.1c1-0.2,2.1-0.5,3-1l0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3l0.7-0.4c0.2-0.1,0.3-0.2,0.4-0.3l0.2-0.2c0.2-0.1,0.4-0.3,0.5-0.5l0.1-0.1c0.3-0.3,0.7-0.7,0.9-1l0.6-0.9l0.4-0.6c1-1.9,1.4-4.1,1.1-6.2C22,7.8,21.7,6.7,21.2,5.8z"/>%0A    </defs>%0A    <g fill="none" fill-rule="evenodd" transform="translate(0 2)">%0A        <mask id="rotate-b" fill="%23fff">%0A            <use xlink:href="%23rotate"/>%0A        </mask>%0A        <use fill="%235B5B5B" fill-rule="nonzero" xlink:href="%23rotate"/>%0A        <g fill="%235B5B5B" mask="url(%23rotate-b)">%0A            <rect width="30" height="30"/>%0A        </g>%0A    </g>%0A</svg>%0A')}.leaflet-pm-toolbar .leaflet-pm-icon-text{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:none;stroke:%235b5b5b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;}<\/style></defs><title>Text</title><g id="Ebene_2" data-name="Ebene 2"><polyline class="cls-1" points="19.64 7.27 19.64 4 12 4 12 20 15.91 20 8.09 20 12 20 12 4 4.36 4 4.36 7.27"/></g></svg>')}.leaflet-buttons-control-button:hover,.leaflet-buttons-control-button:focus{cursor:pointer;background-color:#f4f4f4}.active>.leaflet-buttons-control-button{box-shadow:inset 0 -1px 5px 2px #514d4d4f}.leaflet-buttons-control-text-hide{display:none}.button-container{position:relative}.button-container .leaflet-pm-actions-container{z-index:2;position:absolute;top:0;left:100%;display:none;white-space:nowrap;direction:ltr}.leaflet-right .leaflet-pm-toolbar .button-container .leaflet-pm-actions-container{right:100%;left:auto}.button-container.active .leaflet-pm-actions-container{display:block}.button-container .leaflet-pm-actions-container:not(.pos-right) a.leaflet-pm-action:last-child{border-radius:0 3px 3px 0;border-right:0}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:first-child{border-radius:3px 0 0 3px}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:last-child{border-right:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action{padding:0 10px;background-color:#666;color:#fff;display:inline-block;width:auto;border-right:1px solid #eee;-webkit-user-select:none;user-select:none;border-bottom:none;height:29px;line-height:29px;vertical-align:middle}.leaflet-pm-toolbar .button-container:first-child.pos-right.active a.leaflet-buttons-control-button{border-top-left-radius:0}.leaflet-pm-toolbar .button-container:first-child.active:not(.pos-right) a.leaflet-buttons-control-button{border-top-right-radius:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover,.button-container .leaflet-pm-actions-container .leaflet-pm-action:focus{cursor:pointer;background-color:#777}.button-container .leaflet-pm-actions-container .leaflet-pm-action.active-action{background-color:#8e8e8e}.leaflet-pm-toolbar.activeChild{z-index:801}.leaflet-buttons-control-button.pm-disabled{background-color:#f4f4f4}.leaflet-buttons-control-button.pm-disabled>.control-icon{filter:opacity(.6)}.button-container .leaflet-pm-actions-container .pm-action-button-mode.control-icon{filter:brightness(0) invert(1);width:18px}.panel{background:#fff;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #0000001a}.panel-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#333}.mode-selector{display:flex;gap:8px;margin-bottom:16px;background:#f5f5f5;padding:4px;border-radius:8px}.mode-btn{flex:1;padding:8px 16px;border:none;background:transparent;color:#666;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s}.mode-btn:hover{background:#e0e0e0;color:#333}.mode-btn.active{background:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.analyse-mode-content{display:flex;flex-direction:column;gap:16px}.zones-list-simple{display:flex;flex-direction:column;gap:8px}.zone-item-simple{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.zone-name{font-size:14px;font-weight:500;color:#1f2937}.zone-type-badge{font-size:11px;padding:4px 8px;background:#dbeafe;color:#1e40af;border-radius:4px;font-weight:500}.analyse-actions{display:flex;flex-direction:column;gap:8px}.analyse-hint{font-size:12px;color:#6b7280;text-align:center;margin:0}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.search-filters{margin-bottom:16px}.filter-group{margin-bottom:12px}.filter-label{display:block;font-size:13px;font-weight:500;color:#666;margin-bottom:6px}.filter-select{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#38f}.search-box{display:flex;gap:8px;margin-bottom:16px}.search-input{flex:1;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;color:#1f2937;background-color:#fff}.search-input:focus{outline:none;border-color:#38f}.btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#38f;color:#fff}.btn-primary:hover:not(:disabled){background:#2270dd}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.btn-success{background:#51cf66;color:#fff}.btn-success:hover:not(:disabled){background:#40c057}.btn-danger{background:#ff6b6b;color:#fff}.btn-danger:hover:not(:disabled){background:#fa5252}.btn-sm{padding:4px 12px;font-size:12px}.btn-block{width:100%}.btn-icon{background:none;border:none;font-size:24px;line-height:1;padding:0;width:24px;height:24px;cursor:pointer;color:#999}.btn-icon:hover{color:#ff6b6b}.results-list{max-height:400px;overflow-y:auto}.results-header{font-size:12px;color:#666;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.result-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #f0f0f0;border-radius:4px;margin-bottom:8px}.result-item:hover{background:#f9f9f9}.result-info{flex:1}.result-name{font-weight:500;margin-bottom:4px}.result-meta{font-size:12px;color:#666}.no-results{text-align:center;padding:24px;color:#999}.selected-zones-list{max-height:400px;overflow-y:auto}.selected-zone-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9f9f9;border-radius:4px;margin-bottom:8px}.selected-zone-info{flex:1}.selected-zone-name{font-weight:500;margin-bottom:4px}.selected-zone-meta{font-size:12px;color:#666}.empty-state{text-align:center;padding:32px 16px;color:#999}.empty-state p{margin:8px 0}.empty-state-actions{display:flex;flex-direction:column;gap:8px;margin:16px 0;align-items:center}.empty-state-actions .btn{min-width:220px}.empty-state-hint{font-size:12px;margin-top:8px}.info-box{padding:12px;border-radius:4px;margin-bottom:16px;font-size:14px}.info-box-success{background:#d3f9d8;color:#2b8a3e;border:1px solid #8ce99a}.info-box-warning{background:#fff3bf;color:#e67700;border:1px solid #ffe066}.info-box-error{background:#ffe0e0;color:#c92a2a;border:1px solid #ffa8a8}.merged-stats{background:#f9f9f9;border-radius:4px;padding:12px;margin-bottom:16px}.stat-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e0e0e0}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:500;color:#666}.stat-value{color:#333}.save-form{margin-top:16px}.form-label{display:block;margin-bottom:8px;font-weight:500;font-size:14px}.form-input{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px;margin-bottom:12px}.form-input:focus{outline:none;border-color:#38f}.button-group{display:flex;gap:8px}.button-group .btn{flex:1}.results-list::-webkit-scrollbar,.selected-zones-list::-webkit-scrollbar{width:6px}.results-list::-webkit-scrollbar-track,.selected-zones-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.results-list::-webkit-scrollbar-thumb,.selected-zones-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.results-list::-webkit-scrollbar-thumb:hover,.selected-zones-list::-webkit-scrollbar-thumb:hover{background:#999}.search-section{margin-bottom:16px}.radio-groups{max-height:280px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:6px;background:#fafafa}.radio-group{border-bottom:1px solid #e8e8e8}.radio-group:last-child{border-bottom:none}.radio-group-title{font-weight:600;font-size:11px;color:#666;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px 4px;background:#f0f0f0}.radio-items{padding:4px 8px 8px}.radio-label{display:flex;align-items:center;gap:8px;padding:6px 8px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;transition:background .15s}.radio-label:hover{background:#e8f4ff}.radio-input{width:16px;height:16px;cursor:pointer;accent-color:#3388ff;flex-shrink:0}.radio-input:checked+.radio-text{color:#38f;font-weight:500}.radio-text{font-size:12px;color:#444;line-height:1.3}.dynamic-form{margin-top:16px;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.form-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.form-title{display:block;font-weight:600;font-size:13px;color:#333}.form-subtitle{display:block;font-size:11px;color:#888;margin-top:2px}.form-fields{display:flex;flex-direction:column;gap:10px}.form-field{display:flex;flex-direction:column;gap:4px}.field-label{font-size:12px;font-weight:500;color:#555;display:flex;align-items:center;gap:6px}.field-badge{font-size:9px;padding:1px 4px;background:#e0e0e0;color:#666;border-radius:3px;text-transform:uppercase}.form-field .search-input,.form-field .filter-select{font-size:13px;padding:6px 10px;color:#1f2937;background-color:#fff}.results-warning{color:#e67700;font-weight:500}.checkbox-groups{max-height:200px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:4px;padding:8px;background:#fafafa}.checkbox-group{margin-bottom:8px}.checkbox-group:last-child{margin-bottom:0}.checkbox-group-header{display:flex;align-items:center;gap:6px;padding:4px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-group-header:hover{background:#f0f0f0;border-radius:4px;margin:0 -4px;padding:4px}.checkbox-group-title{font-weight:600;font-size:13px;color:#444}.checkbox-items{margin-left:20px;padding-top:4px}.checkbox-label{display:flex;align-items:center;gap:6px;padding:3px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label:hover{background:#f0f0f0;border-radius:4px;margin:0 -4px;padding:3px 4px}.checkbox-input{width:14px;height:14px;cursor:pointer;accent-color:#3388ff}.checkbox-text{font-size:12px;color:#555}.selected-types-info{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding:6px 8px;background:#e8f4ff;border-radius:4px;font-size:12px;color:#38f}.btn-link{background:none;border:none;color:#38f;cursor:pointer;font-size:12px;text-decoration:underline;padding:0}.btn-link:hover{color:#2270dd}.autocomplete-container{position:relative}.autocomplete-container .search-input{width:100%;box-sizing:border-box}.autocomplete-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;font-size:12px}.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d9d9d9;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px #00000026;max-height:250px;overflow-y:auto;z-index:1000}.autocomplete-item{padding:10px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#f5f5f5}.autocomplete-item-name{font-weight:500;font-size:13px;color:#333;margin-bottom:2px}.autocomplete-item-meta{font-size:11px;color:#888}.bbox-controls{margin-top:8px}.bbox-drawing-info{display:flex;flex-direction:column;gap:8px}.bbox-drawing-info .info-box{margin-bottom:0}.bbox-selected{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#e8f4ff;border:1px solid #b3d7ff;border-radius:4px}.bbox-coords{display:flex;flex-direction:column;gap:2px}.bbox-coords span{font-size:12px;font-weight:500;color:#38f}.bbox-coords small{font-size:10px;color:#666;font-family:monospace}.search-actions{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.checkbox-groups::-webkit-scrollbar{width:6px}.checkbox-groups::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.checkbox-groups::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.checkbox-groups::-webkit-scrollbar-thumb:hover{background:#999}.selected-zones-summary{margin-bottom:16px;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.summary-header{margin-bottom:8px}.summary-title{font-weight:600;font-size:13px;color:#333}.zones-list-compact{display:flex;flex-wrap:wrap;gap:6px}.zone-chip{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#fff;border:1px solid #d9d9d9;border-radius:16px;font-size:12px}.zone-chip-name{color:#333;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zone-chip-type{color:#888;font-size:10px;background:#f0f0f0;padding:1px 6px;border-radius:8px}.zone-chip-more{background:#e8f4ff;border-color:#b3d7ff;color:#38f;font-weight:500}.merged-zone-form{margin-top:16px}.merged-stats{background:#f9f9f9;border-radius:6px;padding:12px;margin-bottom:16px;border:1px solid #e8e8e8}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f0f0f0}.stat-row:last-child{border-bottom:none}.stat-label{font-size:12px;color:#666}.stat-value{font-size:12px;font-weight:500;color:#333}.stat-value-small{font-size:10px;font-family:monospace}.form-section{margin-bottom:20px}.form-section-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #3388ff}.form-group{margin-bottom:14px}.form-label{display:block;font-size:12px;font-weight:500;color:#555;margin-bottom:6px}.form-label.required:after{content:" *";color:#ff6b6b}.form-input{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;transition:border-color .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#38f;box-shadow:0 0 0 2px #3388ff1a}.form-select{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;background:#fff;cursor:pointer;box-sizing:border-box}.form-select:focus{outline:none;border-color:#38f}.form-hint{display:block;font-size:11px;color:#999;margin-top:4px}.form-actions{margin-top:20px;padding-top:16px;border-top:1px solid #e8e8e8}.merge-actions{margin-top:16px}.zones-list{max-height:350px;overflow-y:auto}.list-header{font-size:12px;color:#666;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f0f0;font-weight:500}.zone-list-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px 12px;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:8px;background:#fafafa;transition:all .15s;gap:8px}.zone-list-item:hover{background:#fff;border-color:#d9d9d9;box-shadow:0 2px 4px #0000000d}.zone-list-actions{display:flex;gap:6px;flex-shrink:0}.zone-list-actions .btn-hotels{margin-left:auto}.zone-list-name{font-weight:500;font-size:13px;color:#333;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zone-list-meta{font-size:11px;color:#888}.zone-hotels-action{width:100%;display:flex;justify-content:flex-end;padding-top:6px;border-top:1px dashed #e0e0e0;margin-top:4px}.loading-state{text-align:center;padding:40px 20px;color:#888;font-size:14px}.edit-form{margin-top:8px}.polygon-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.polygon-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;transition:all .2s}.polygon-item:hover{border-color:#d0d0d0}.polygon-item-removed{background:#fff5f5;border-color:#ffc9c9;opacity:.7}.polygon-item-removed .polygon-name{text-decoration:line-through;color:#999}.polygon-info{display:flex;flex-direction:column;gap:2px}.polygon-name{font-weight:500;font-size:13px;color:#333}.polygon-area{font-size:11px;color:#888}.danger-zone{margin-top:24px;padding-top:16px;border-top:1px dashed #ffc9c9}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.badge-warning{background:#fff3bf;color:#e67700}.badge-success{background:#d3f9d8;color:#2b8a3e}.badge-danger{background:#ffe0e0;color:#c92a2a}.text-muted{color:#999;font-size:13px}.add-zones-form{margin-top:8px}.radio-groups.compact{max-height:200px}.radio-groups.compact .radio-items{padding:2px 8px 6px}.radio-groups.compact .radio-label{padding:4px 6px}.radio-groups.compact .radio-text{font-size:11px}.search-form{margin-top:12px;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.search-results{max-height:200px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:6px;background:#fff}.selected-zones{margin-top:12px}.selected-zones-chips{display:flex;flex-wrap:wrap;gap:6px;padding:10px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0;max-height:120px;overflow-y:auto}.zone-chip{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#e8f4ff;border:1px solid #b3d7ff;border-radius:16px;font-size:12px;color:#38f}.zone-chip-remove{background:none;border:none;color:#38f;cursor:pointer;font-size:16px;line-height:1;padding:0;margin-left:2px;transition:color .15s}.zone-chip-remove:hover{color:#ff6b6b}.zones-list::-webkit-scrollbar,.polygon-list::-webkit-scrollbar,.search-results::-webkit-scrollbar,.selected-zones-chips::-webkit-scrollbar{width:6px}.zones-list::-webkit-scrollbar-track,.polygon-list::-webkit-scrollbar-track,.search-results::-webkit-scrollbar-track,.selected-zones-chips::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.zones-list::-webkit-scrollbar-thumb,.polygon-list::-webkit-scrollbar-thumb,.search-results::-webkit-scrollbar-thumb,.selected-zones-chips::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.zones-list::-webkit-scrollbar-thumb:hover,.polygon-list::-webkit-scrollbar-thumb:hover,.search-results::-webkit-scrollbar-thumb:hover,.selected-zones-chips::-webkit-scrollbar-thumb:hover{background:#999}.file-upload-zone{border:2px dashed #d9d9d9;border-radius:8px;padding:24px;text-align:center;transition:all .2s;background:#fafafa}.file-upload-zone:hover{border-color:#38f;background:#f0f7ff}.file-input-hidden{display:none}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.file-icon{font-size:32px}.file-text{font-size:14px;font-weight:500;color:#333}.file-name{font-size:14px;font-weight:600;color:#38f;word-break:break-all}.file-hint{font-size:12px;color:#888}.imported-geometry-info{background:#f8f9fa;border-radius:6px;padding:12px;border:1px solid #e0e0e0}.imported-geometry-info .stat-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f0f0f0}.imported-geometry-info .stat-row:last-child{border-bottom:none}.button-group-vertical{display:flex;flex-direction:column;gap:8px}.import-form{margin-top:8px}.hotels-stats{background:#f8f9fa;border-radius:6px;padding:12px;border:1px solid #e0e0e0}.hotels-stats .stat-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f0f0f0}.hotels-stats .stat-row:last-child{border-bottom:none}.stat-label{font-size:13px;color:#666}.stat-value{font-size:13px;font-weight:600;color:#333}.mapping-progress{padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.progress-bar-container{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}.progress-text{margin:8px 0 0;font-size:12px;color:#666;text-align:center}.zone-mapping-progress{width:100%;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}.zone-mapping-progress .progress-bar-container{width:100%;height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.zone-mapping-progress .progress-bar{height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:3px;transition:width .3s ease}.zone-mapping-progress .progress-info{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.zone-mapping-progress .progress-text{margin:0;font-size:11px;color:#666}.btn-xs{padding:2px 6px;font-size:10px}.btn-success{background:#28a745;color:#fff;border:none}.btn-success:hover{background:#218838}.btn-success:disabled{background:#94d3a2;cursor:not-allowed}.info-box-info{background:#e8f4ff;color:#1971c2;border:1px solid #b3d7ff}.mode-help-list{margin:8px 0 4px;padding-left:0;list-style:none}.mode-help-list li{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:12px}.mode-help-example{margin:8px 0 0;font-size:11px;font-style:italic;color:#4c6ef5}.mode-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:12px;font-weight:700}.mode-badge.mode-add{background:#d3f9d8;color:#2b8a3e;border:1px solid #8ce99a}.mode-badge.mode-subtract{background:#ffe0e0;color:#c92a2a;border:1px solid #ffa8a8}.zones-list-operations{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}.zone-operation-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:2px solid #d9d9d9;border-radius:8px;transition:all .2s}.zone-operation-item.zone-add{border-color:#8ce99a;background:#f8fff8}.zone-operation-item.zone-subtract{border-color:#ffa8a8;background:#fff8f8}.mode-toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:2px solid;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;flex-shrink:0}.mode-toggle-btn.mode-add{background:#d3f9d8;color:#2b8a3e;border-color:#8ce99a}.mode-toggle-btn.mode-add:hover{background:#8ce99a;color:#1e7b34}.mode-toggle-btn.mode-subtract{background:#ffe0e0;color:#c92a2a;border-color:#ffa8a8}.mode-toggle-btn.mode-subtract:hover{background:#ffa8a8;color:#a51d2a}.zone-operation-info{flex:1;min-width:0}.zone-operation-name{display:block;font-weight:500;font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zone-operation-type{display:block;font-size:10px;color:#888;margin-top:2px}.zone-operation-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:4px;flex-shrink:0}.zone-operation-label.add{background:#d3f9d8;color:#2b8a3e}.zone-operation-label.subtract{background:#ffe0e0;color:#c92a2a}.operations-summary{display:flex;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid #e8e8e8}.ops-count{font-size:11px;font-weight:500;padding:4px 10px;border-radius:12px}.ops-count.ops-add{background:#d3f9d8;color:#2b8a3e}.ops-count.ops-subtract{background:#ffe0e0;color:#c92a2a}.zones-list-operations::-webkit-scrollbar{width:6px}.zones-list-operations::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.zones-list-operations::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.zones-list-operations::-webkit-scrollbar-thumb:hover{background:#999}.selected-zones-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:16px}.zones-preview-header{margin-bottom:8px}.zones-preview-count{font-size:13px;font-weight:600;color:#475569}.zones-preview-list{display:flex;flex-wrap:wrap;gap:6px}.zone-preview-tag{font-size:11px;padding:4px 8px;background:#fff;border:1px solid #cbd5e1;border-radius:4px;color:#334155}.zone-preview-more{font-size:11px;padding:4px 8px;color:#64748b;font-style:italic}.mode-choice-container{display:flex;flex-direction:column;gap:12px}.mode-choice-title{font-size:14px;font-weight:500;color:#475569;margin:0 0 4px}.mode-choice-card{display:flex;gap:16px;padding:16px;border-radius:12px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.mode-choice-card:hover{transform:translateY(-2px)}.mode-card-fusion{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-color:#0ea5e9}.mode-card-fusion:hover{box-shadow:0 8px 25px #0ea5e940;border-color:#0284c7}.mode-card-commercial{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:#22c55e}.mode-card-commercial:hover{box-shadow:0 8px 25px #22c55e40;border-color:#16a34a}.mode-card-icon{font-size:32px;flex-shrink:0}.mode-card-content{flex:1;min-width:0}.mode-card-title{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 6px}.mode-card-description{font-size:12px;color:#475569;margin:0 0 8px;line-height:1.4}.mode-card-action{font-size:12px;font-weight:500;color:#0369a1}.mode-card-commercial .mode-card-action{color:#15803d}.mode-content-wrapper{border-radius:8px;overflow:hidden}.mode-header{display:flex;align-items:center;gap:10px;padding:12px 16px;color:#fff}.mode-header-fusion{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.mode-header-commercial{background:linear-gradient(135deg,#22c55e,#16a34a)}.mode-header-icon{font-size:20px}.mode-header-title{flex:1;font-size:14px;font-weight:600}.mode-back-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.mode-back-btn:hover{background:#ffffff4d}.mode-content{padding:16px;background:#fafafa;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px}.mode-fusion-active .mode-content{border-color:#bae6fd}.mode-commercial-active .mode-content{border-color:#bbf7d0}.analyse-features-list{margin:8px 0 0;padding-left:20px;font-size:12px;color:#475569}.analyse-features-list li{margin-bottom:4px}.btn-commercial{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;font-weight:600;font-size:15px;padding:12px 20px}.btn-commercial:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.add-single-zone-form{display:flex;flex-direction:column;gap:16px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper .form-input{flex:1;padding-right:40px}.search-spinner-inline{position:absolute;right:12px;color:#999;font-size:12px;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.search-results-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.result-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px 12px;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;gap:8px;transition:all .15s}.result-item:hover{background:#fff;border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.result-info{flex:1;min-width:0}.result-name{font-weight:500;font-size:13px;color:#333;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-meta{font-size:11px;color:#888;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.result-type-badge{display:inline-block;font-size:10px;padding:2px 6px;background:#e0f2fe;color:#0369a1;border-radius:3px;font-weight:500;text-transform:uppercase}.result-actions{display:flex;gap:6px;flex-shrink:0}.selected-zone-card{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:12px}.selected-zone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.selected-zone-name{font-weight:600;font-size:14px;color:#166534}.selected-zone-meta{font-size:12px;color:#4ade80;display:flex;align-items:center;gap:6px}.selected-zone-meta .result-type-badge{background:#dcfce7;color:#166534}.add-single-zone-form .form-input,.add-single-zone-form .search-input{width:100%;padding:10px 12px;font-size:13px;border:1px solid #cbd5e1;border-radius:8px;background-color:#fff;color:#1e293b;transition:all .2s ease;box-shadow:0 1px 2px #0000000a;box-sizing:border-box}.add-single-zone-form .form-input:focus,.add-single-zone-form .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626,0 1px 2px #0000000a}.add-single-zone-form .form-input::placeholder,.add-single-zone-form .search-input::placeholder{color:#94a3b8}.add-single-zone-form .form-select,.add-single-zone-form .filter-select{width:100%;padding:10px 36px 10px 12px;font-size:13px;border:1px solid #cbd5e1;border-radius:8px;background-color:#fff;color:#1e293b;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000a;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.add-single-zone-form .form-select:focus,.add-single-zone-form .filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626,0 1px 2px #0000000a}.add-single-zone-form .form-select option,.add-single-zone-form .filter-select option{background-color:#fff;color:#1e293b;padding:8px}.add-single-zone-form .form-label{font-size:11px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.sidebar-with-tabs{display:flex;flex-direction:column;height:100%}.tabs-container{display:flex;gap:4px;padding:12px 12px 0;background:#f5f5f5;border-bottom:1px solid #e0e0e0;flex-shrink:0}.tab-button{flex:1;padding:10px 16px;border:none;background:#e8e8e8;color:#666;font-size:13px;font-weight:500;cursor:pointer;border-radius:6px 6px 0 0;transition:all .2s;position:relative;bottom:-1px}.tab-button:hover{background:#f0f0f0;color:#333}.tab-button.active{background:#fff;color:#38f;border:1px solid #e0e0e0;border-bottom:1px solid white}.tab-content{flex:1;overflow-y:auto;padding:16px;background:#fff}.edit-form{margin-top:16px}.danger-zone{margin-top:24px;padding-top:16px;border-top:1px solid #ffa8a8}.zones-list{margin-top:12px}.list-header{font-size:12px;color:#666;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.zone-list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9f9f9;border-radius:6px;margin-bottom:8px;transition:background .15s}.zone-list-item:hover{background:#f0f0f0}.zone-list-info{flex:1;min-width:0}.zone-list-name{font-weight:500;font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zone-list-meta{font-size:11px;color:#888;margin-top:2px}.zone-list-actions{display:flex;gap:6px;margin-left:12px;flex-shrink:0}.loading-state{text-align:center;padding:32px;color:#666}.tab-content .panel{margin-bottom:16px;box-shadow:none;border:1px solid #e8e8e8}.tab-content .panel:last-child{margin-bottom:0}.tab-link-commercial{display:flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,#1e3a5f,#2563eb)!important;color:#fff!important;text-decoration:none;border-radius:6px 6px 0 0}.tab-link-commercial:hover{background:linear-gradient(135deg,#2563eb,#3b82f6)!important;color:#fff!important}.tab-link-commercial svg{opacity:.8}.zone-selector{position:relative}.zone-selector-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s;max-width:280px}.zone-selector-button:hover{background:#ffffff40}.zone-selector-button.has-selection{background:#fffffff2;color:#1e3a5f}.zone-selector-button.has-selection:hover{background:#fff}.button-text{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clear-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:#e2e8f0;border:none;border-radius:50%;color:#64748b;cursor:pointer;transition:all .2s}.clear-button:hover{background:#cbd5e1;color:#334155}.zone-selector-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;z-index:1000;overflow:hidden}.search-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid #e2e8f0}.search-input-wrapper svg{color:#94a3b8;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:.9375rem;color:#1e293b}.search-input::placeholder{color:#94a3b8}.search-results{max-height:320px;overflow-y:auto}.search-loading,.search-error,.search-empty,.search-hint{padding:1.5rem;text-align:center;color:#64748b;font-size:.875rem}.search-loading{display:flex;align-items:center;justify-content:center;gap:.75rem}.spinner{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.search-error{color:#dc2626;background:#fef2f2}.zone-result-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:background .15s}.zone-result-item:hover{background:#f1f5f9}.zone-type-badge{padding:.25rem .5rem;background:#e0f2fe;color:#0369a1;font-size:.6875rem;font-weight:600;text-transform:uppercase;border-radius:4px;white-space:nowrap}.zone-info{flex:1;min-width:0}.zone-info .zone-name{display:block;font-size:.875rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zone-info .zone-code{display:block;font-size:.75rem;color:#64748b;margin-top:.125rem}.commercial-layout{display:flex;flex-direction:column;min-height:100vh;background:#f1f5f9}.commercial-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:64px;background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;box-shadow:0 2px 8px #00000026}.header-left{display:flex;align-items:center;gap:1rem}.back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s}.back-button:hover{background:#fff3}.header-brand{display:flex;align-items:center;gap:.75rem}.brand-text{font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:.25rem;padding:.25rem;background:#ffffff1a;border-radius:10px}.nav-link{padding:.625rem 1.25rem;color:#fffc;text-decoration:none;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{color:#1e3a5f;background:#fff;box-shadow:0 2px 4px #0000001a}.header-right{display:flex;align-items:center;gap:1rem}.zone-info-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e0f2fe;border-bottom:1px solid #bae6fd}.zone-label{font-size:.8125rem;color:#0369a1}.zone-name{font-size:.875rem;font-weight:600;color:#0c4a6e}.commercial-main{flex:1;padding:1.5rem;overflow-y:auto}@media (max-width: 1200px){.header-nav{gap:0}.nav-link{padding:.5rem .875rem;font-size:.8125rem}}@media (max-width: 992px){.commercial-header{flex-wrap:wrap;height:auto;padding:1rem;gap:1rem}.header-nav{order:3;width:100%;justify-content:center}}@media (max-width: 768px){.nav-link{padding:.5rem .625rem;font-size:.75rem}.brand-text{display:none}}.kpi-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;transition:all .2s}.kpi-card.clickable{cursor:pointer}.kpi-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.kpi-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.kpi-content{display:flex;flex-direction:column;min-width:0}.kpi-value{font-size:1.75rem;font-weight:700;line-height:1.2}.kpi-title{font-size:.8125rem;font-weight:500;color:#64748b;margin-top:.125rem}.kpi-subtitle{font-size:.75rem;color:#94a3b8;margin-top:.125rem}.kpi-blue .kpi-icon{background:#dbeafe;color:#2563eb}.kpi-blue .kpi-value{color:#1e40af}.kpi-green .kpi-icon{background:#dcfce7;color:#16a34a}.kpi-green .kpi-value{color:#166534}.kpi-red .kpi-icon{background:#fee2e2;color:#dc2626}.kpi-red .kpi-value{color:#991b1b}.kpi-orange .kpi-icon{background:#ffedd5;color:#ea580c}.kpi-orange .kpi-value{color:#c2410c}.kpi-purple .kpi-icon{background:#f3e8ff;color:#9333ea}.kpi-purple .kpi-value{color:#7e22ce}.kpi-indigo .kpi-icon{background:#e0e7ff;color:#4f46e5}.kpi-indigo .kpi-value{color:#4338ca}.criticality-chart{display:flex;flex-direction:column;gap:1.5rem}.criticality-chart-empty{padding:2rem;text-align:center;color:#64748b}.criticality-bars{display:flex;flex-direction:column;gap:.875rem}.criticality-bar-row{display:grid;grid-template-columns:100px 1fr 80px;align-items:center;gap:1rem}.bar-label{display:flex;align-items:center;gap:.5rem}.bar-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.bar-name{font-size:.8125rem;font-weight:500;color:#475569}.bar-track{height:24px;background:#f1f5f9;border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;transition:width .5s ease-out;min-width:4px}.bar-value{display:flex;flex-direction:column;align-items:flex-end}.bar-count{font-size:.9375rem;font-weight:600;color:#1e293b}.bar-percent{font-size:.6875rem;color:#94a3b8}.criticality-stats{display:flex;justify-content:space-around;padding-top:1rem;border-top:1px solid #f1f5f9}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-label{font-size:.75rem;color:#64748b}.stat-value{font-size:1rem;font-weight:600;color:#1e293b}.top-chaines-list{display:flex;flex-direction:column;gap:.5rem}.top-chaines-empty{padding:2rem;text-align:center;color:#64748b}.top-chaine-item{display:flex;align-items:center;gap:.875rem;padding:.75rem;background:#f8fafc;border-radius:8px;transition:background .15s}.top-chaine-item:hover{background:#f1f5f9}.chaine-rank{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:600;border-radius:6px;flex-shrink:0}.top-chaine-item:first-child .chaine-rank{background:#fef3c7;color:#b45309}.top-chaine-item:nth-child(2) .chaine-rank{background:#e2e8f0;color:#475569}.top-chaine-item:nth-child(3) .chaine-rank{background:#fed7aa;color:#c2410c}.chaine-info{flex:1;min-width:0}.chaine-name{display:block;font-size:.875rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chaine-stats{display:block;font-size:.75rem;color:#64748b;margin-top:.125rem}.chaine-criticality{display:flex;flex-direction:column;align-items:center;padding:.375rem .625rem;background:#dbeafe;border-radius:6px}.criticality-score{font-size:.9375rem;font-weight:700;color:#1e40af}.criticality-label{font-size:.625rem;color:#3b82f6;text-transform:uppercase}.commercial-dashboard{max-width:1400px;margin:0 auto}.progress-indicator{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.progress-bar{width:100%;height:8px;background:#e0e7ff;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .5s ease;border-radius:4px}.progress-text{font-size:.875rem;color:#3b82f6;margin:0;font-weight:500;text-align:center}.loading-hint{font-size:.875rem;color:#64748b;margin-top:.5rem}.info-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.info-state svg{color:#3b82f6;margin-bottom:1.5rem}.info-state h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.info-state p{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.dashboard-header .subtitle{color:#64748b;margin-top:.25rem}.dashboard-header .subtitle strong{color:#3b82f6}.btn-primary{padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.dashboard-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.card-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.btn-link{background:none;border:none;color:#3b82f6;font-size:.8125rem;font-weight:500;cursor:pointer}.btn-link:hover{text-decoration:underline}.card-content{padding:1.25rem}.quick-actions{margin-top:2rem}.quick-actions h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.action-card:hover{border-color:#3b82f6;background:#f8fafc}.action-card svg{color:#3b82f6}.action-card span{font-size:.875rem;font-weight:500;color:#334155}.no-zone-message svg,.error-state svg{color:#94a3b8;margin-bottom:1.5rem}.no-zone-message h2,.error-state h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.no-zone-message p,.error-state p{color:#64748b;max-width:400px}.loading-state p{color:#64748b;margin-top:1rem}.spinner-large{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 992px){.dashboard-row{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-header{flex-direction:column;gap:1rem}.kpi-grid{grid-template-columns:repeat(2,1fr)}}.filter-panel{width:300px;height:100%;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;display:flex;flex-direction:column}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem 1rem;border-bottom:1px solid #e5e7eb}.filter-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.btn-reset{font-size:.875rem;color:#3b82f6;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.btn-reset:hover{background:#eff6ff}.filter-section{padding:1rem;border-bottom:1px solid #f3f4f6}.filter-section h4{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.filter-list{display:flex;flex-direction:column;gap:.5rem}.filter-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent}.filter-item:hover{background:#f9fafb;border-color:#e5e7eb}.filter-item.selected{background:#eff6ff;border-color:#3b82f6}.filter-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.cat-stars{font-size:.9375rem;font-weight:500;color:#f59e0b;min-width:40px}.cat-count{font-size:.875rem;color:#6b7280;margin-left:auto}.cat-status{font-size:.75rem;font-weight:600;padding:2px 6px;border-radius:4px}.cat-status.manque{background:#fee2e2;color:#dc2626}.cat-status.ok{background:#dcfce7;color:#16a34a}.cat-status.empty{background:#f3f4f6;color:#9ca3af}.filter-item.empty{opacity:.5;cursor:not-allowed}.filter-item.empty:hover{background:transparent;border-color:transparent}.filter-item.empty input[type=checkbox]{cursor:not-allowed}.type-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.filter-item:has(input:checked) .type-icon{background:linear-gradient(135deg,#059669,#047857)}.type-label{font-size:.875rem;color:#374151;flex:1;font-weight:500}.type-count{font-size:.875rem;color:#6b7280;font-weight:600}.chaines-search{margin-bottom:.75rem}.chaines-search-input{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;color:#374151;background:#fff;transition:border-color .2s}.chaines-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chaines-search-input::placeholder{color:#9ca3af}.chaines-list{max-height:300px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.5rem;padding-right:4px}.chaines-list::-webkit-scrollbar{width:6px}.chaines-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.chaines-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chaines-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chaines-empty{padding:1rem;text-align:center;color:#9ca3af;font-size:.875rem;font-style:italic}.chaine-name{font-size:.875rem;color:#374151;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.chaine-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto;flex-shrink:0}.chaine-count{font-size:.75rem;color:#6b7280;font-weight:600}.chaine-repondants{font-size:.7rem;color:#9ca3af;font-weight:500}.crit-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.crit-label{font-size:.875rem;color:#374151;flex:1}.crit-count{font-size:.75rem;color:#9ca3af;font-weight:600}.residence-types-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:3px solid #22c55e}.residence-types-section h4{color:#166534}.residence-type{font-size:.875rem;font-weight:600;color:#166534;min-width:40px}.residence-segment{font-size:.75rem;color:#6b7280;flex:1;margin-left:4px}.qualitative-section{background:linear-gradient(135deg,#fefce8,#fef9c3);border-left:3px solid #eab308}.qual-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0}.qual-label{font-size:.875rem;color:#374151;flex:1}.qual-count{font-size:.75rem;color:#92400e;font-weight:600;background:#fef3c7;padding:2px 6px;border-radius:4px}.qualitative-summary{margin-top:.75rem;padding:.5rem;background:#fff;border-radius:6px;font-size:.75rem;color:#92400e;text-align:center;font-weight:500;border:1px solid #fde68a}.filter-summary{padding:1rem;background:#f9fafb;border-top:1px solid #e5e7eb;margin-top:auto}.filter-summary p{font-size:.875rem;color:#6b7280;margin:0;text-align:center}.map-panel{flex:1;height:100%;position:relative;background:#f3f4f6}.map-container{width:100%;height:100%}.map-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af}.custom-marker-icon{background:none;border:none}.marker-dot{width:8px;height:8px;border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0006;position:relative}.marker-dot.marker-critique{width:10px;height:10px;animation:pulse-critique 2s ease-in-out infinite}.marker-pulse{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;border:2px solid #dc2626;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-critique{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}.hotel-popup{min-width:250px}.hotel-popup h4{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .5rem}.popup-info{display:flex;gap:.5rem;margin-bottom:.5rem}.popup-cat{font-size:.875rem;color:#f59e0b;font-weight:600}.popup-crit{font-size:.75rem;padding:2px 8px;border-radius:4px;font-weight:600}.popup-crit.critique{background:#fee2e2;color:#dc2626}.popup-crit.strategique{background:#fed7aa;color:#ea580c}.popup-crit.important{background:#fef3c7;color:#ca8a04}.popup-crit.standard{background:#dcfce7;color:#16a34a}.popup-chaine{font-size:.8125rem;color:#6b7280;margin:0 0 .5rem}.popup-address{font-size:.8125rem;color:#4b5563;margin:0 0 .5rem;line-height:1.4}.popup-stats{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:#6b7280;padding-top:.5rem;border-top:1px solid #e5e7eb}.popup-score{font-size:.875rem;font-weight:600;color:#3b82f6;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.map-legend{position:absolute;bottom:20px;right:20px;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #00000026;z-index:1000}.map-legend h5{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .5rem}.legend-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.legend-item:last-child{margin-bottom:0}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-label{font-size:.8125rem;color:#6b7280}.legend-separator{height:1px;background:#e5e7eb;margin:.75rem 0}.marker-dot.marker-qualitative{border:2px solid #d97706;box-shadow:0 0 4px #fbbf24,0 1px 3px #0006}.legend-dot.legend-qualitative{background:linear-gradient(135deg,#22c55e,#22c55e);border:2px solid #d97706;box-shadow:0 0 4px #fbbf24}.popup-qualitative{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.qual-title{font-size:.75rem;color:#6b7280;display:block;margin-bottom:.375rem}.qual-badges{display:flex;flex-wrap:wrap;gap:.375rem}.qual-badge{font-size:.6875rem;padding:2px 6px;border-radius:4px;font-weight:600}.qual-badge.badge-nat{background:#dbeafe;color:#1d4ed8}.qual-badge.badge-mix{background:#fae8ff;color:#a21caf}.qual-badge.badge-otb{background:#fef3c7;color:#b45309}.todo-panel{width:350px;height:100%;background:#fff;border-left:1px solid #e5e7eb;overflow-y:auto;display:flex;flex-direction:column}.todo-header{padding:1.5rem 1rem 1rem;border-bottom:1px solid #e5e7eb}.todo-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.todo-badge{display:inline-block;font-size:.75rem;padding:4px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-weight:600}.quick-stats{padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}.stat-item{display:flex;align-items:center;gap:.5rem}.stat-label{font-size:.875rem;color:#6b7280;flex:1}.stat-value{font-size:.875rem;font-weight:600;color:#111827}.stat-percent{font-size:.75rem;color:#3b82f6;font-weight:600}.type-stats{padding:.75rem 1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem}.type-stat{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.type-stat .type-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.type-stat.hotel .type-icon{background:#3b82f6}.type-stat.residence .type-icon{background:#22c55e}.type-stat .type-label{font-size:.75rem;color:#6b7280;flex:1}.type-stat .type-value{font-size:.875rem;font-weight:600;color:#111827}.todo-section{padding:1rem;border-bottom:1px solid #f3f4f6}.todo-section h4{font-size:.875rem;font-weight:600;margin:0 0 .75rem}.todo-section.urgent h4{color:#dc2626}.todo-section.important h4{color:#f59e0b}.todo-section.ok h4{color:#16a34a}.todo-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:6px;margin-bottom:.5rem;border:1px solid #e5e7eb}.todo-item:last-child{margin-bottom:0}.todo-content{flex:1;display:flex;align-items:center;gap:.5rem}.todo-cat{font-size:.875rem;font-weight:600;color:#f59e0b;min-width:45px}.todo-cat.hotel{color:#3b82f6}.todo-cat.residence{color:#22c55e}.todo-item.hotel{border-left:3px solid #3b82f6}.todo-item.residence{border-left:3px solid #22c55e}.todo-text{font-size:.875rem;color:#374151}.todo-text strong{color:#111827;font-weight:700}.todo-stats{font-size:.75rem;color:#6b7280;font-weight:600}.btn-action{padding:.375rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-action:hover{background:#2563eb}.todo-item-ok{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-bottom:.375rem}.todo-item-ok:last-child{margin-bottom:0}.todo-check{margin-left:auto;color:#16a34a;font-size:1.125rem}.todo-item-ok.hotel .todo-cat{color:#3b82f6}.todo-item-ok.residence .todo-cat{color:#22c55e}.todo-section.residence-ok{background:#f0fdf4}.todo-section.residence-ok h4{color:#166534}.todo-item-sous-zone{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:#fefce8;border-radius:4px;margin-bottom:.375rem;border-left:3px solid #eab308}.todo-item-sous-zone:last-child{margin-bottom:0}.todo-sous-zone{font-size:.75rem;color:#6b7280;font-weight:500;flex:1}.todo-more{font-size:.75rem;color:#9ca3af;margin:.5rem 0 0;text-align:center;font-style:italic}.quick-actions{padding:1rem;margin-top:auto;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}.btn-block{width:100%;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#3b82f6;color:#fff}.btn-secondary{background:#fff;color:#3b82f6;border:1px solid #3b82f6}.btn-secondary:hover{background:#eff6ff}.expansion-alert{background:linear-gradient(135deg,#fef3c7,#fed7aa);border:2px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #f59e0b26;max-width:100%}.expansion-alert.collapsed{padding:.75rem 1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.expansion-alert.collapsed:hover{background:linear-gradient(135deg,#fef3c7,#fbbf24)}.expand-icon{color:#92400e;font-size:.875rem}.alert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.alert-title{display:flex;align-items:center;gap:.75rem}.alert-title svg{color:#f59e0b;flex-shrink:0}.alert-title h3{font-size:1.125rem;font-weight:700;color:#92400e;margin:0}.btn-collapse{background:none;border:none;font-size:1.5rem;color:#92400e;cursor:pointer;padding:0;width:24px;height:24px;line-height:1}.btn-collapse:hover{color:#78350f}.alert-description{font-size:.9375rem;color:#92400e;margin:0 0 1rem;line-height:1.5}.impossible-list{background:#fff;border-radius:8px;padding:.75rem;margin-bottom:1rem}.impossible-list h4{font-size:.8125rem;font-weight:600;color:#78350f;margin:0 0 .5rem}.impossible-grid{display:flex;flex-wrap:wrap;gap:.5rem}.impossible-item{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .625rem;background:#fef3c7;border-radius:6px;font-size:.8125rem}.cat-badge{font-size:.875rem;font-weight:600;color:#f59e0b;background:#fff;padding:4px 8px;border-radius:4px}.cat-info{font-size:.875rem;color:#92400e}.suggestions-container{background:#fff;border-radius:6px;padding:.75rem;margin-bottom:.75rem}.suggestions-container h4{font-size:.8125rem;font-weight:600;color:#78350f;margin:0 0 .75rem}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.suggestion-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;transition:all .2s;display:flex;flex-direction:column}.suggestion-card:last-child{margin-bottom:0}.suggestion-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.suggestion-card.priority-high{border-color:#22c55e;background:#f0fdf4}.suggestion-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:.5rem}.suggestion-header h5{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}.suggestion-distance{font-size:.8125rem;color:#6b7280;font-weight:500}.suggestion-type{font-size:.75rem;padding:4px 8px;background:#dbeafe;color:#1e40af;border-radius:4px;font-weight:500}.no-help{font-size:.875rem;color:#9ca3af;font-style:italic}.suggestion-body{margin-bottom:.5rem}.suggestion-total{font-size:.75rem;color:#6b7280;margin-bottom:.375rem}.suggestion-hotels{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem}.hotel-count{font-size:.75rem;padding:3px 6px;background:#eff6ff;color:#1e40af;border-radius:3px;font-weight:500}.suggestion-resolves{font-size:.8125rem;color:#16a34a;font-weight:500}.resolved-cats{font-size:.75rem;color:#6b7280;margin-left:.25rem}.btn-add-zone{width:100%;padding:.5rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-add-zone:hover{background:#2563eb}.priority-high .btn-add-zone{background:#22c55e}.priority-high .btn-add-zone:hover{background:#16a34a}.alert-actions{display:flex;gap:.75rem}.btn-secondary{flex:1;padding:.625rem 1rem;background:#fff;color:#92400e;border:1px solid #92400e;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#fef3c7}.commercial-dashboard-new{display:flex;flex-direction:column;height:100vh;background:#f9fafb}.dashboard-header-new{display:flex;align-items:center;gap:2rem;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.header-content{flex:1}.dashboard-header-new h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .25rem}.header-subtitle{font-size:.9375rem;color:#6b7280;margin:0}.progress-indicator-compact{display:flex;align-items:center;gap:.75rem}.progress-bar-compact{width:120px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill-compact{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .5s ease;border-radius:3px}.progress-text-compact{font-size:.8125rem;color:#3b82f6;font-weight:500;white-space:nowrap}.btn-back{padding:.625rem 1.25rem;background:#fff;color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-back:hover{background:#eff6ff}.dashboard-alerts{padding:0 2rem;margin-top:1rem}.dashboard-3col-layout{display:flex;flex:1;overflow:hidden}.info-state,.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.info-state svg,.error-state svg{color:#3b82f6;margin-bottom:1.5rem}.loading-state .spinner-large{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.info-state h3,.error-state h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1rem}.info-state p,.error-state p,.loading-state p{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.loading-hint{font-size:.875rem;color:#9ca3af;margin-top:.5rem}.help-steps{text-align:left;margin:0 auto 2rem;max-width:400px;padding-left:1.5rem}.help-steps li{font-size:.9375rem;color:#4b5563;margin-bottom:.5rem;line-height:1.5}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s}@media (max-width: 1280px){.filter-panel{width:250px}.todo-panel{width:300px}}@media (max-width: 1024px){.dashboard-3col-layout{flex-direction:column}.filter-panel,.todo-panel{width:100%;height:auto;max-height:300px}.map-panel{flex:1;min-height:400px}}.criticality-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500}.badge-label{text-transform:uppercase;letter-spacing:.02em}.badge-score{padding:.125rem .375rem;background:#ffffff80;border-radius:4px;font-weight:600}.badge-critique{background:#fee2e2;color:#991b1b}.badge-critique .badge-score{background:#ffffffb3;color:#dc2626}.badge-strategique{background:#ffedd5;color:#c2410c}.badge-strategique .badge-score{background:#ffffffb3;color:#ea580c}.badge-important{background:#fef9c3;color:#a16207}.badge-important .badge-score{background:#ffffffb3;color:#ca8a04}.badge-standard{background:#dcfce7;color:#166534}.badge-standard .badge-score{background:#ffffffb3;color:#16a34a}.commercial-hotels{max-width:1600px;margin:0 auto}.hotels-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.hotels-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.hotels-header .subtitle{color:#64748b;margin-top:.25rem}.hotels-header .subtitle strong{color:#3b82f6}.selection-count{color:#0369a1;font-weight:500}.header-actions{display:flex;gap:.75rem}.btn-secondary{padding:.625rem 1.25rem;background:#fff;color:#334155;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.hotels-filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-search{display:flex;align-items:center;gap:.75rem;flex:1;min-width:280px;padding:.625rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.filter-search svg{color:#94a3b8;flex-shrink:0}.filter-search input{flex:1;border:none;outline:none;font-size:.875rem;color:#1e293b}.filter-search input::placeholder{color:#94a3b8}.filter-select{padding:.625rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#334155;cursor:pointer}.btn-text{padding:.625rem 1rem;background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer}.btn-text:hover{text-decoration:underline}.hotels-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.hotels-table{width:100%;border-collapse:collapse}.hotels-table th{padding:.875rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;text-align:left;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.hotels-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.hotels-table th.sortable:hover{color:#334155}.sort-icon{margin-left:.25rem}.hotels-table td{padding:.875rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#334155}.hotels-table tbody tr:hover{background:#f8fafc}.hotels-table tbody tr.selected{background:#eff6ff}.col-checkbox{width:40px;text-align:center}.col-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.col-name{min-width:250px}.hotel-name-cell{display:flex;flex-direction:column}.hotel-name{font-weight:500;color:#1e293b}.hotel-address{font-size:.75rem;color:#94a3b8;margin-top:.125rem}.col-criticality{width:120px}.col-chaine{width:180px}.col-ville{width:140px}.col-capacite{width:100px;text-align:right}.col-repondant{width:100px;text-align:center}.badge-respondant{display:inline-block;padding:.25rem .5rem;background:#dcfce7;color:#166534;font-size:.75rem;font-weight:500;border-radius:4px}.badge-non-respondant{display:inline-block;padding:.25rem .5rem;background:#fee2e2;color:#991b1b;font-size:.75rem;font-weight:500;border-radius:4px}.no-zone-message,.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}.no-zone-message svg{color:#94a3b8;margin-bottom:1.5rem}.no-zone-message h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.no-zone-message p{color:#64748b;max-width:400px}.loading-state .spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.loading-state p,.error-state p{color:#64748b}.error-state button{margin-top:1rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer}@media (max-width: 1200px){.hotels-table-container{overflow-x:auto}.hotels-table{min-width:900px}}@media (max-width: 768px){.hotels-header{flex-direction:column;gap:1rem}.hotels-filters{flex-direction:column}.filter-search{min-width:100%}}.commercial-chaines{max-width:1400px;margin:0 auto}.chaines-header{margin-bottom:2rem}.chaines-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.chaines-header .subtitle{color:#64748b;margin-top:.25rem}.chaines-header .subtitle strong{color:#3b82f6}.chaines-content{display:flex;flex-direction:column;gap:2rem}.section-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.section-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.section-header h2{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.count-badge{padding:.25rem .625rem;background:#e0f2fe;color:#0369a1;font-size:.75rem;font-weight:600;border-radius:12px}.section-body{padding:1.25rem}.empty-message{text-align:center;color:#64748b;padding:2rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.item-card{padding:1rem;background:#f8fafc;border-radius:8px;transition:all .2s}.item-card:hover{background:#f1f5f9}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.item-header h3{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0}.criticality-score{padding:.25rem .5rem;background:#dbeafe;color:#1e40af;font-size:.8125rem;font-weight:700;border-radius:4px}.item-stats{display:flex;gap:1.5rem}.stat{display:flex;flex-direction:column}.stat-value{font-size:1.125rem;font-weight:600;color:#334155}.stat-label{font-size:.6875rem;color:#94a3b8;text-transform:uppercase}.no-zone-message,.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.commercial-itineraires{max-width:1200px;margin:0 auto}.itineraires-header{margin-bottom:2rem}.itineraires-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.itineraires-header .subtitle{color:#64748b;margin-top:.25rem}.itineraires-header .subtitle strong{color:#3b82f6}.itineraires-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.selection-card,.itinerary-result{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.card-header h2{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.count-badge{padding:.25rem .625rem;background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;border-radius:12px}.card-body{padding:1.25rem}.empty-selection{text-align:center;padding:2rem}.empty-selection p{color:#64748b;margin-bottom:1rem}.selected-hotels-list{list-style:none;padding:0;margin:0 0 1rem}.selected-hotels-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;margin-bottom:.5rem}.hotel-index{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#3b82f6;color:#fff;font-size:.75rem;font-weight:600;border-radius:50%}.hotel-info{flex:1}.hotel-info .hotel-name{display:block;font-weight:500;color:#1e293b}.hotel-info .hotel-address{display:block;font-size:.75rem;color:#64748b}.selection-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-primary{padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.625rem 1.25rem;background:#fff;color:#334155;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer}.btn-secondary:hover{background:#f8fafc}.itinerary-steps{display:flex;flex-direction:column}.itinerary-step{display:flex;gap:1rem}.step-marker{display:flex;flex-direction:column;align-items:center}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#3b82f6;color:#fff;font-weight:600;border-radius:50%}.step-line{width:2px;height:32px;background:#e2e8f0;margin:4px 0}.step-content{flex:1;padding:.375rem 0}.step-name{font-weight:500;color:#1e293b}.no-zone-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}@media (max-width: 992px){.itineraires-content{grid-template-columns:1fr}}.commercial-carte{display:flex;flex-direction:column;height:calc(100vh - 140px)}.carte-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-shrink:0}.carte-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0}.carte-header .subtitle{color:#64748b;margin-top:.25rem}.carte-header .subtitle strong{color:#3b82f6}.legend{display:flex;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.legend-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#475569}.legend-dot{width:12px;height:12px;border-radius:50%}.carte-container{flex:1;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.map-view{width:100%;height:100%}.hotel-popup{min-width:200px}.hotel-popup h4{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#1e293b}.hotel-popup p{margin:0 0 .5rem;font-size:.8125rem;color:#64748b}.popup-chaine{font-size:.75rem;color:#3b82f6}.popup-select-btn{width:100%;margin-top:.75rem;padding:.5rem;background:#f1f5f9;color:#334155;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.popup-select-btn:hover{background:#e2e8f0}.popup-select-btn.selected{background:#3b82f6;color:#fff}.no-zone-message,.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.loading-state .spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.custom-marker{background:transparent!important;border:none!important}.commercial-zone-search{max-width:900px;margin:0 auto;padding:24px}.commercial-zone-search .search-header{text-align:center;margin-bottom:32px}.commercial-zone-search .search-header h2{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 8px}.commercial-zone-search .search-header p{font-size:.95rem;color:#64748b;margin:0}.commercial-zone-search .section-label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.commercial-zone-search .zone-type-selector{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.commercial-zone-search .zone-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.commercial-zone-search .zone-type-group{background:#f8fafc;border-radius:8px;padding:12px}.commercial-zone-search .group-title{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.commercial-zone-search .group-items{display:flex;flex-direction:column;gap:4px}.commercial-zone-search .zone-type-option{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;transition:background .15s}.commercial-zone-search .zone-type-option:hover{background:#e2e8f0}.commercial-zone-search .zone-type-option input[type=radio]{width:16px;height:16px;accent-color:#4f46e5;cursor:pointer}.commercial-zone-search .option-label{font-size:.875rem;color:#334155}.commercial-zone-search .search-form{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.commercial-zone-search .form-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.commercial-zone-search .form-title{display:block;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:4px}.commercial-zone-search .form-description{font-size:.85rem;color:#64748b}.commercial-zone-search .form-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.commercial-zone-search .form-field{display:flex;flex-direction:column;gap:6px}.commercial-zone-search .field-label{font-size:.8rem;font-weight:500;color:#475569;display:flex;align-items:center;gap:6px}.commercial-zone-search .attr-badge{font-size:.65rem;padding:2px 6px;background:#dbeafe;color:#1d4ed8;border-radius:4px;font-weight:600}.commercial-zone-search .search-input,.commercial-zone-search .search-select{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s}.commercial-zone-search .search-input:focus,.commercial-zone-search .search-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.commercial-zone-search .search-input::placeholder{color:#94a3b8}.commercial-zone-search .search-actions{display:flex;gap:12px;margin-bottom:24px}.commercial-zone-search .btn-search{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:transform .15s,box-shadow .15s}.commercial-zone-search .btn-search:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.commercial-zone-search .btn-search:disabled{opacity:.6;cursor:not-allowed}.commercial-zone-search .btn-clear{padding:12px 20px;background:#f1f5f9;color:#475569;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .15s}.commercial-zone-search .btn-clear:hover{background:#e2e8f0}.commercial-zone-search .empty-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.commercial-zone-search .empty-hint svg{color:#94a3b8;margin-bottom:16px}.commercial-zone-search .empty-hint p{font-size:.95rem;color:#64748b;margin:0}.commercial-zone-search .search-results{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.commercial-zone-search .results-header{padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.commercial-zone-search .results-count{font-size:.85rem;font-weight:500;color:#475569}.commercial-zone-search .limit-warning{color:#f59e0b}.commercial-zone-search .results-list{max-height:400px;overflow-y:auto}.commercial-zone-search .result-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:background .15s}.commercial-zone-search .result-item:last-child{border-bottom:none}.commercial-zone-search .result-item:hover{background:#f8fafc}.commercial-zone-search .result-info{flex:1;min-width:0}.commercial-zone-search .result-name{font-size:.95rem;font-weight:500;color:#1e293b;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commercial-zone-search .result-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.commercial-zone-search .zone-code,.commercial-zone-search .zone-type,.commercial-zone-search .country-code{font-size:.75rem;padding:2px 6px;border-radius:4px;font-weight:500}.commercial-zone-search .zone-code{background:#f1f5f9;color:#475569}.commercial-zone-search .zone-type{background:#dbeafe;color:#1d4ed8}.commercial-zone-search .country-code{background:#dcfce7;color:#166534}.commercial-zone-search .btn-select{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.commercial-zone-search .btn-select:hover:not(:disabled){background:#4338ca}.commercial-zone-search .btn-select:disabled{opacity:.7;cursor:wait}.commercial-zone-search .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.commercial-zone-search .no-results svg{color:#94a3b8;margin-bottom:12px}.commercial-zone-search .no-results p{font-size:.95rem;color:#64748b;margin:0}.commercial-zone-search .spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.commercial-zone-search{padding:16px}.commercial-zone-search .search-header h2{font-size:1.5rem}.commercial-zone-search .zone-types-grid,.commercial-zone-search .form-fields{grid-template-columns:1fr}.commercial-zone-search .search-actions{flex-direction:column}.commercial-zone-search .result-item{flex-direction:column;align-items:flex-start;gap:12px}.commercial-zone-search .btn-select{width:100%;justify-content:center}}:root{--color-primary: #3388ff;--color-secondary: #667eea;--color-success: #51cf66;--color-warning: #ffd43b;--color-danger: #ff6b6b;--color-text: #333;--color-text-secondary: #666;--color-text-light: #999;--color-border: #d9d9d9;--color-bg: #f5f5f5;--color-bg-light: #fafafa;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--border-radius: 4px;--border-radius-lg: 8px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background:var(--color-bg)}#root{height:100%;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}p{line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.p-1{padding:var(--spacing-sm)}.p-2{padding:var(--spacing-md)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn .3s ease-in}.slide-in{animation:slideIn .3s ease-out}
