*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2f8f2f;--primary-dark: #0b3d02;--secondary-color: #1e4d1e;--accent-color: #e94f37;--surface-strong: linear-gradient(135deg, #1f5314 0%, #2f8f2f 60%, #44a244 100%);--surface-elevated: #ffffff;--background: #f4fbf4;--background-light: #ffffff;--border-color: rgba(47, 143, 47, .15);--text-color: #183018;--text-light: #4c6b4c;--text-inverse: #ffffff;--text-inverse-soft: rgba(255, 255, 255, .85);--focus-ring: #e94f37;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-color);background-color:var(--background)}#root{min-height:100vh;display:flex;flex-direction:column}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:1rem 1.5rem;background:var(--primary-color);color:var(--text-inverse);text-decoration:none;border-radius:999px;box-shadow:0 10px 20px #1a591a40}.skip-to-main:focus{left:50%;transform:translate(-50%);top:1rem;outline:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-color)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{line-height:1.6;color:var(--text-light)}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s ease}button:disabled{opacity:.6;cursor:not-allowed}img{max-width:100%;height:auto;display:block}ul,ol{list-style-position:inside}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::selection{background:var(--primary-color);color:#fff}@media (max-width: 768px){:root{font-size:14px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.header{position:relative;color:var(--text-inverse);background:var(--surface-strong);overflow:hidden}.header-top{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;color:var(--text-inverse);flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:.75rem;color:inherit;margin-right:auto}.brand-logo{width:52px;height:52px;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0000002e;background:var(--background)}.brand-text{display:flex;flex-direction:column}.brand-name{font-size:1.75rem;font-weight:700;letter-spacing:.5px}.brand-tagline{font-size:.95rem;color:var(--text-inverse-soft);font-weight:700}.publish-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.4rem;border-radius:999px;font-weight:600;background:var(--accent-color);color:var(--text-inverse);box-shadow:0 10px 20px #e94f3740;transition:transform .2s ease,box-shadow .2s ease}.publish-button:hover,.publish-button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 24px #e94f374d}.publish-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#ffffff26;font-size:1.25rem}.language-menu{position:relative}.language-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:999px;background:#ffffff1f;color:inherit;font-weight:600;transition:background .2s ease}.language-trigger:hover,.language-trigger:focus-visible{background:#ffffff2e}.language-flag{font-size:1.1rem}.language-label{font-size:.95rem}.language-chevron{display:inline-block;width:.65rem;height:.35rem;background:currentColor;clip-path:polygon(0 0,100% 0,50% 100%)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:var(--surface-elevated);border-radius:14px;box-shadow:0 20px 40px #0b3d0240;padding:.35rem;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:10}.language-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.language-option{width:100%;display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border-radius:10px;background:transparent;color:var(--text-color);font-weight:500;text-align:left}.language-option:hover,.language-option:focus-visible{background:#2f8f2f1f}.language-option.active{background:#2f8f2f2e;color:var(--primary-dark)}.hero{position:relative;margin-top:1rem;border-radius:28px 28px 0 0;overflow:hidden;min-height:260px;display:grid}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.hero-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;gap:.75rem;color:var(--text-inverse)}.hero-text h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:10px 0 auto;white-space:nowrap;width:100%;text-align:center;color:#fff}.hero-text p{display:inline;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:500;margin-left:.75rem;line-height:1.2;position:relative;top:-.2em}@media (max-width: 640px){.hero-text h1{font-size:clamp(1.5rem,6vw,2rem);white-space:normal;padding:0 1rem;line-height:1.3}.hero{min-height:200px;border-radius:18px}.header-top{padding:1rem 0}.brand{order:1;margin-right:auto}.language-menu{order:2}.publish-button{order:3;width:100%;justify-content:center;margin-top:.5rem}.language-trigger{padding:.6rem;border-radius:50%;aspect-ratio:1;justify-content:center}.language-trigger .language-label,.language-trigger .language-chevron{display:none}.language-trigger .language-flag{font-size:1.4rem;margin:0}.language-dropdown{right:0;transform:translateY(-8px);min-width:160px}.language-dropdown.open{transform:translateY(0)}}.welcome{padding:2rem;background:linear-gradient(to bottom,rgba(47,143,47,.08),transparent 45%)}.welcome-content{max-width:1200px;margin:0 auto}.welcome h2{font-size:2.5rem;color:var(--primary-dark);margin-bottom:1rem;text-align:center}.welcome-description{font-size:1.2rem;color:var(--text-light);text-align:center;margin-bottom:1rem;line-height:1.6}.telegram-username{text-align:center;font-size:1.1rem;color:var(--accent-color);font-weight:600;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--accent-color) 0%,#f26a55 100%);color:var(--text-inverse);box-shadow:0 8px 20px #e94f3759}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #e94f3766}.btn-secondary{background:var(--text-inverse);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--text-inverse);transform:translateY(-2px)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.feature-card{background:var(--surface-elevated);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 12px 25px #0b3d0214;border:1px solid rgba(47,143,47,.08);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.feature-icon{font-size:3rem;display:block;margin-bottom:1rem}.feature-card h3{margin:0;color:var(--primary-dark);font-size:1.1rem}.news-section,.charter-section{background:var(--surface-elevated);padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 12px 28px #0b3d021a;border:1px solid rgba(47,143,47,.08)}.news-section h3,.charter-section h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.news-list,.charter-list{list-style:none;padding:0}.news-list li,.charter-list li{padding:.75rem 0;font-size:1.1rem;color:var(--text-light);border-bottom:1px solid var(--border-color)}.charter-section p{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.news-list li:last-child,.charter-list li:last-child{border-bottom:none}.charter-section p{font-size:1.1rem;color:#555;margin-bottom:1.5rem;line-height:1.6}@media (max-width: 768px){.welcome{padding:1rem}.welcome h2{font-size:2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.feature-card{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn{text-align:center}}.telegram-icon{width:24px;height:24px;vertical-align:middle;margin:0 8px}.telegram-icon-inline{width:20px;height:20px;vertical-align:middle;margin:0 4px;display:inline-block}.boto-icon{width:36px;height:36px;vertical-align:middle;margin:0 4px;border-radius:50%;display:inline-block;transform:translateY(-6px)}.welcome-description-container{max-width:800px;margin:0 auto 2rem;text-align:left}.welcome-description-container p{margin-bottom:.8rem;font-size:1.2rem;color:var(--text-light);line-height:1.6}.bold{font-weight:700;color:var(--primary-dark)}.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}}*,*:before,*:after{box-sizing:border-box}.map-section{padding:2rem;background:#f8f9fa}.map-container{max-width:1200px;margin:0 auto;position:relative}.rate-limit-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;border-radius:12px;animation:fadeIn .3s ease}.rate-limit-content{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 25px #dc262633;border:2px solid #dc2626;text-align:center;max-width:90%;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.rate-limit-message{font-size:1.25rem;font-weight:700;color:#dc2626;margin-bottom:1.5rem;line-height:1.4}.rate-limit-button{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;cursor:pointer;transition:all .2s}.rate-limit-button:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.map-filters{display:flex;flex-direction:column;gap:1rem}.map-filters:empty{display:none}.filters-toggle{background:#fff;border:1px solid #e0e7ff;color:#667eea;font-weight:600;padding:.6rem 1.2rem;border-radius:999px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 6px #667eea33;white-space:nowrap}.filters-toggle.active{background:#f0f4ff;border-color:#667eea}.filters-dropdown-wrapper{position:relative;display:inline-block}.filters-listbox{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:8px;width:280px;z-index:1000;border:1px solid #e0e7ff;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.listbox-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s;gap:12px}.listbox-item:hover{background:#f8f9fa}.listbox-item.selected{background:#f0f4ff;border-left:4px solid #667eea}.item-label{display:flex;align-items:center;gap:12px;font-weight:600;color:#2c3e50;flex:1}.item-label .filter-icon{width:18px;height:18px;opacity:.7}.listbox-arrow{color:#94a3b8;margin-left:8px}.listbox-item:hover .listbox-arrow{color:#667eea;transform:translate(2px);transition:all .2s}.filters-toggle:hover,.filters-toggle:focus{outline:none;transform:translateY(-1px);box-shadow:0 4px 14px #667eea40}.chevron{display:inline-block;transition:transform .3s ease;font-size:.8em;margin-left:.25rem}.chevron-down{transform:rotate(0)}.chevron-up{transform:rotate(180deg)}.filters-toggle.panel-active{padding:.4rem 1rem}.active-filter-btn-content{display:flex;align-items:center;gap:12px}.active-label{font-weight:700;color:#667eea;margin-left:2px}.hide-filters-item{border-top:1px solid #f0f4f8;margin-top:4px}.hide-filters-item .item-label{color:#e11d48}.hide-filters-item:hover{background:#fff1f2}.filters-content{display:flex;flex-direction:column;gap:.75rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 6px 18px #00000014}.filter-row{display:flex;gap:1rem;align-items:flex-start;width:100%}.location-row{align-items:stretch}.secondary-row{margin-top:.5rem}.location-field,.date-field,.toggles-field{flex:1;display:flex;flex-direction:column;gap:8px;background:#f8f9fc;padding:.6rem;border-radius:10px;border:1px solid #e8eaf0;min-width:0}.toggle-label{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:#2c3e50;cursor:pointer}.toggle-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.filter-icon-badge-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.filter-count-badge{position:absolute;top:-6px;left:-6px;background-color:#667eea;color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px;border:1.5px solid white;z-index:2;box-shadow:0 1px 3px #0003}.mobile-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.mobile-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#667eea}input:focus+.slider{box-shadow:0 0 1px #667eea}input:checked+.slider:before{transform:translate(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.settings-icon{width:20px;height:20px;flex-shrink:0;opacity:.8;color:#64748b}.listbox-item.selected .settings-icon{color:#667eea;opacity:1}.listbox-item .filter-icon-badge-wrapper{margin-right:4px}.trips-section{background:#f0f4ff!important;padding:1.25rem!important;border-radius:10px;border:1px solid #d4dcff!important}.section-title{font-size:1rem;font-weight:600;color:#667eea;margin-bottom:.5rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-label{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;color:#2c3e50;cursor:pointer;padding:.4rem 0}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#667eea}.checkbox-label:hover{color:#667eea}.status-select{width:100%;padding:.6rem .9rem;border-radius:8px;border:1px solid #d4dcff;background:#fff;font-size:.95rem;color:#2c3e50;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.status-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea40}.status-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.filter-label{font-weight:600;color:#2c3e50}.status-options{display:flex;gap:1rem;flex-wrap:wrap}.status-option{display:inline-flex;align-items:center;gap:.5rem;background:#f5f5ff;padding:.5rem .75rem;border-radius:8px;border:1px solid #e0e7ff;color:#2c3e50;font-size:.95rem}.checkbox-option{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:#2c3e50}.date-filter{flex:1;min-width:260px}.date-slider{display:flex;align-items:center;gap:1rem}.date-slider input[type=range]{flex:1;accent-color:#667eea}.date-slider input[type=range]:disabled{opacity:.5;filter:grayscale(1);cursor:not-allowed}.selected-date{font-weight:600;color:#667eea;min-width:140px;text-align:right}.location-filter .location-input{position:relative}.location-filter input[type=text],.location-input[type=text],input.location-input{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid #d4dcff;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.location-filter input[type=text]:focus,.location-input[type=text]:focus,input.location-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea40}.location-filter input[disabled],.location-input[disabled],input.location-input[disabled]{background:#f5f5f5;cursor:not-allowed;opacity:.7}.input-with-clear{position:relative;width:100%}.clear-input-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s ease}.clear-input-btn:hover{color:#667eea}.suggestions-list{position:absolute;top:calc(100% + .25rem);left:0;right:0;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e0e7ff;border-radius:8px;box-shadow:0 12px 24px #0f172a26;z-index:10;padding:.25rem;list-style:none;margin:0}.suggestions-list li{padding:.5rem .75rem;cursor:pointer;transition:background .2s ease;border-radius:6px;font-size:.95rem}.suggestions-list li:hover{background:#eef2ff}.radius-compact{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d4dcff;border-radius:6px;padding:.2rem .5rem;margin-top:2px;width:100%}.radius-range,.date-range,.mobile-range{flex:1;height:24px;cursor:pointer;accent-color:#667eea}.radius-range:disabled,.date-range:disabled,.mobile-range:disabled{opacity:.5;filter:grayscale(1);cursor:not-allowed}.radius-value{font-weight:700;color:#667eea;font-size:.85rem;min-width:42px}.radius-compact.disabled{opacity:.5;background:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed}.radius-compact.disabled .radius-value,.radius-compact.disabled .radius-icon{color:#94a3b8}.radius-compact.disabled .radius-range{cursor:not-allowed;accent-color:#cbd5e1}.radius-slider-container{margin-top:.5rem}.radius-slider-container.inline{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #d4dcff;border-radius:8px;padding:.25rem .5rem;margin-top:.5rem;width:100%;max-width:100%;box-sizing:border-box}.radius-slider-container.inline .radius-label{min-width:45px;font-weight:600;color:#667eea;font-size:.85rem}.radius-slider-container.inline .radius-slider{flex:1;min-width:0;width:100%}.radius-slider-container.disabled{opacity:.5;background:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed}.radius-slider-container.disabled .radius-label,.radius-slider-container.disabled .radius-icon{color:#94a3b8}.radius-slider-container.disabled .radius-slider{cursor:not-allowed;accent-color:#cbd5e1}.radius-icon{display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.location-row-container{display:flex;align-items:center;gap:1rem!important;flex-direction:row!important;width:100%;box-sizing:border-box}.location-field-wrapper{min-width:0;flex:1;display:flex;flex-direction:column;gap:10px}.swap-wrapper{display:flex;align-items:center;justify-content:center}.swap-button{background:#fff;border:1px solid #d4dcff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0000000d;color:#64748b;flex-shrink:0}.swap-button:hover:not(:disabled){background:#f0f4ff;border-color:#667eea;color:#667eea;transform:scale(1.1)}.swap-button:disabled{opacity:.4;cursor:not-allowed;background:#f8f9fa}.toggles-field{flex-direction:row!important;gap:12px!important;justify-content:center;align-items:center}.filter-toggle-btn{width:100%;padding:.75rem .5rem;border:2px solid #e0e7ff;background:#fff;border-radius:12px;font-weight:700;color:#667eea;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;white-space:nowrap;flex:1;min-height:44px}.filter-toggle-btn.active{background:#dc2626;color:#fff;border-color:#dc2626}.filter-toggle-btn.active-women{background:#ff69b4;border-color:#ff69b4;color:#fff}.filter-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.filter-toggle-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.trip-toggles-bottom-row{border-top:1px solid #f1f5f9;padding-top:15px;margin-top:5px}.mobile-swap-container{display:flex;justify-content:center;margin:-.5rem 0;position:relative;z-index:2}.mobile-swap-container .swap-button{transform:rotate(90deg);background:#fff;border:1px solid #e0e7ff}.mobile-location-row{margin-bottom:1rem;gap:.5rem!important;width:100%;padding:0 5px}.mobile-location-row .swap-button{width:32px;height:32px;transform:none}.mobile-location-row .radius-slider-container.inline{padding:.15rem .35rem;font-size:.75rem;margin-top:.4rem;gap:.4rem}.mobile-location-row .radius-slider-container.inline .radius-label{min-width:32px;font-weight:700}.disabled-section{opacity:.5;pointer-events:none;filter:grayscale(50%)}.disabled-section *{cursor:not-allowed!important}.autocomplete-list{position:absolute;top:calc(100% + .25rem);left:0;right:0;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e0e7ff;border-radius:8px;box-shadow:0 12px 24px #0f172a26;z-index:5;padding:.25rem}.autocomplete-list li button{width:100%;text-align:left;padding:.5rem .75rem;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;transition:background .2s ease;border-radius:6px}.autocomplete-list li button:hover,.autocomplete-list li button:focus{outline:none;background:#eef2ff}.autocomplete-list .main-text{font-weight:600;color:#2c3e50}.autocomplete-list .secondary-text{font-size:.85rem;color:#64748b}.radius-control{display:flex;flex-direction:column;gap:.5rem}.radius-label{font-weight:500;color:#475569}.radius-slider{display:flex;align-items:center;gap:1rem}.radius-slider input[type=range]{flex:1}.radius-value{font-weight:600;color:#334155;min-width:60px}.filter-helper.disabled{color:#9ca3af;font-size:.9rem}.map-legend{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #0000000f}.legend-item{display:inline-flex;align-items:center;gap:.75rem;font-size:.95rem;color:#334155}.legend-swatch{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 0 1px #0f172a1a}.legend-label{font-weight:500}.map-header h2{font-size:2rem;color:var(--primary-dark);margin:0;flex:1;text-align:center}.refresh-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.refresh-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.map-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.trips-count{text-align:center;font-size:1.1rem;color:#667eea;font-weight:600;margin:0}.loading,.error,.no-trips{text-align:center;padding:3rem;font-size:1.2rem;color:#555;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a}.error{color:#e74c3c;background:#fee}.leaflet-map{box-shadow:0 8px 20px #00000026;z-index:1}.custom-popup .leaflet-popup-content-wrapper{border-radius:15px;padding:0}.trip-popup{padding:1rem;min-width:250px}.trip-popup h3{margin:0 0 1rem;color:#667eea;font-size:1.3rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.trip-info{margin-bottom:1rem}.trip-info p{margin:.5rem 0;color:#555;font-size:.95rem;line-height:1.5}.trip-info strong{color:#2c3e50}.women-only{background:#fce4ec;padding:.5rem;border-radius:8px;color:#c2185b;font-weight:600;margin:.75rem 0!important}.telegram-link,.leaflet-container a.telegram-link,.leaflet-container .telegram-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease;margin-top:.5rem}.telegram-link:hover{transform:translate(5px);box-shadow:0 4px 10px #667eea66}.leaflet-container{font-family:inherit}.leaflet-popup-content{margin:0}.mobile-controls-layout{display:none}.desktop-controls-layout{display:flex;width:100%;justify-content:space-between;align-items:center}.mobile-filters-overlay{display:none}.desktop-filters{display:block}.desktop-panel{display:flex;flex-direction:column;gap:1rem}.desktop-panel .filter-section{background:#f8f9fc;padding:1.25rem;border-radius:12px;border:1px solid #e8eaf0}.desktop-panel.trips-panel .filter-section{background:#667eea0d;border-color:#667eea26}.desktop-panel.alerts-panel .filter-section{background:#2f8f2f0d;border-color:#2f8f2f1a}.toggle-chip,.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;color:#2c3e50;font-weight:500}.filters-columns-container{display:flex;gap:1.5rem;align-items:flex-start;width:100%;min-width:0}.filter-column{flex:1;display:flex;flex-direction:column;gap:1rem}.trips-group{background:#667eea0d;border-color:#667eea26}.alerts-group{background:#2f8f2f0d;border-color:#2f8f2f1a}@media (max-width: 640px){.desktop-controls-layout,.desktop-filters{display:none}.mobile-controls-layout{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1rem}.mobile-filters-overlay{display:block}.map-section{padding:1rem}.map-header{flex-direction:column;align-items:stretch}.map-header h2{font-size:1.5rem;text-align:center}.leaflet-map{height:400px!important}.trip-popup{min-width:200px}.row-refresh .refresh-button{width:100%;justify-content:center}.row-counts{text-align:center;font-weight:600;color:#667eea;padding:.25rem 0}.row-buttons{display:flex;justify-content:space-between;gap:10px}.split-filter-btn{flex:1;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border:1px solid #e0e7ff;border-radius:8px;color:#2c3e50;font-weight:600;cursor:pointer;box-shadow:0 2px 5px #0000000d}.split-filter-btn .btn-content-wrapper,.btn-label-with-icon{display:flex;align-items:center;gap:10px}.split-filter-btn.active{border-color:#667eea;background:#f0f4ff;color:#667eea}.split-filter-btn.inactive{background:#f8f9fa;color:#a0aec0;border-color:#e2e8f0}.split-filter-btn.inactive .mobile-switch{opacity:.7}.map-filters.mobile-open .filters-content{position:fixed;top:0;left:0;width:100%;max-width:100%;height:100vh;z-index:9999;margin:0;padding:1rem;border-radius:0;overflow-y:auto;overflow-x:hidden}.mobile-panel{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.mobile-panel-title{font-size:1.5rem;color:#2c3e50;margin:0 0 1rem;text-align:center;border-bottom:1px solid #eee;padding-bottom:1rem}.mobile-panel-close-x{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;z-index:10;padding:0}.mobile-panel-close-x:hover,.mobile-panel-close-x:active{background:#e2e8f0;color:#1e293b;transform:scale(1.05)}.mobile-panel-header-icon-wrapper{position:absolute;top:1rem;left:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;z-index:10}.mobile-panel-header-icon-wrapper .filter-count-badge{top:2px;left:2px}.mobile-panel-settings-icon{width:20px;height:20px;color:#64748b}.location-field-wrapper{flex-direction:column!important;gap:12px!important}.trip-toggles-container{display:flex!important;flex-direction:row!important;gap:10px!important;justify-content:space-between;margin-top:15px}.mobile-toggle-btn{flex:1;padding:.75rem .5rem;border:1px solid #e0e7ff;background:#fff;border-radius:12px;font-weight:700;font-size:.9rem;color:#667eea;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;white-space:nowrap;margin-bottom:0;height:44px}.mobile-toggle-btn.active{background:#dc2626;color:#fff;border-color:#dc2626}.mobile-toggle-btn.active-women{background:#ff69b4;border-color:#ff69b4;color:#fff}.mobile-filter-group.trip-toggles-container{flex-direction:row!important;gap:10px!important;margin-top:15px}.mobile-select{width:100%;padding:.75rem;margin:.5rem 0 0;border-radius:8px;font-size:1rem}.mobile-close-btn{width:100%;background:#2c3e50;color:#fff;padding:1.2rem;border-radius:12px;font-size:1.1rem;font-weight:700;border:none;margin-top:auto;box-shadow:0 4px 15px #0003}}.city-autocomplete,.city-autocomplete-input-wrapper{position:relative;width:100%}.city-autocomplete-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border-radius:8px;border:1px solid #d4dcff;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.city-autocomplete-input.has-left-icon{padding-left:2.75rem}.city-autocomplete-left-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10}.city-autocomplete-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea40}.city-autocomplete-input:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.city-autocomplete-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s ease}.city-autocomplete-clear:hover{color:#667eea}.city-autocomplete-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #e0e7ff;border-radius:8px;box-shadow:0 12px 24px #0f172a26;z-index:50}.city-autocomplete-loading,.city-autocomplete-no-results{padding:1rem;text-align:center;color:#64748b;font-size:.9rem}.city-autocomplete-item{width:100%;padding:.75rem 1rem;border:none;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease;border-bottom:1px solid #f1f5f9}.city-autocomplete-item:last-child{border-bottom:none}.city-autocomplete-item:hover,.city-autocomplete-item:focus{outline:none;background:#eef2ff}.city-autocomplete-city-name{font-weight:500;color:#2c3e50;text-align:left}.city-autocomplete-postal-code{font-size:.85rem;color:#64748b;font-family:Courier New,monospace;margin-left:1rem}.city-autocomplete-loading{display:flex;align-items:center;justify-content:center;gap:.75rem}.city-autocomplete-spinner{width:1rem;height:1rem;border:2px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:city-autocomplete-spin .6s linear infinite}@keyframes city-autocomplete-spin{to{transform:rotate(360deg)}}.double-range-slider{position:relative;width:100%;height:40px;display:flex;align-items:center}.slider-track{position:absolute;width:100%;height:6px;background:#2f8f2f33;border-radius:3px;pointer-events:none}.slider-range{position:absolute;height:100%;background:var(--primary-color);border-radius:3px;pointer-events:none}.slider-thumb{position:absolute;width:100%;height:6px;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.slider-thumb::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:var(--primary-color);border:2px solid white;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 6px #0003;transition:transform .2s ease,box-shadow .2s ease}.double-range-slider.disabled .slider-thumb::-webkit-slider-thumb{background:#cbd5e1!important;border-color:#e2e8f0!important;filter:grayscale(1)}.slider-thumb::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #0000004d}.slider-thumb::-webkit-slider-thumb:active{transform:scale(1.15);box-shadow:0 4px 10px #0006}.slider-thumb::-moz-range-thumb{width:20px;height:20px;background:var(--primary-color);border:2px solid white;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 6px #0003;transition:transform .2s ease,box-shadow .2s ease}.double-range-slider.disabled .slider-thumb::-moz-range-thumb{background:#cbd5e1!important;border-color:#e2e8f0!important;filter:grayscale(1)}.slider-thumb::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #0000004d}.slider-thumb::-moz-range-thumb:active{transform:scale(1.15);box-shadow:0 4px 10px #0006}.slider-thumb-max{z-index:4}.slider-thumb-min{z-index:3}.slider-thumb:active{z-index:5!important}.double-range-slider.disabled{opacity:.5;cursor:not-allowed}.double-range-slider.disabled .slider-track{background:#0000001a;filter:grayscale(1)}.double-range-slider.disabled .slider-range{background:#cbd5e1;filter:grayscale(1)}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#667eea;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.footer-section p{margin:.5rem 0;line-height:1.6}.footer-section a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#667eea}.commands-list{list-style:none;padding:0;margin:0}.commands-list li{padding:.5rem 0;color:#ecf0f1;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.1)}.commands-list li:last-child{border-bottom:none}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-btn{background:#667eea33;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;text-align:center;font-weight:600;transition:all .3s ease;border:2px solid rgba(102,126,234,.3)}.footer-btn:hover{background:#667eea;border-color:#667eea;transform:translateY(-2px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{margin:.5rem 0;color:#ecf0f1}.footer-legal{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.footer-legal a{color:#ecf0f1;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#667eea}.footer-legal span{color:#ffffff4d}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-links{align-items:stretch}.footer-legal{flex-direction:column;gap:.5rem}.footer-legal span{display:none}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*:focus-visible{outline:3px solid #667eea;outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}.smooth-scroll{scroll-behavior:smooth}a{color:inherit;text-decoration:none}a:focus{outline:2px solid #667eea;outline-offset:2px}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:1rem;background:#667eea;color:#fff;text-decoration:none}.skip-to-main:focus{left:50%;transform:translate(-50%);top:1rem}
