*{box-sizing:border-box;margin:0;padding:0}html{font-size:18px}body{color:#1a1a1a;background:#f8faf7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.leaflet-container{cursor:default!important}.leaflet-grab{cursor:grab!important}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-container{cursor:grabbing!important}.leaflet-attribution-flag{visibility:hidden!important;display:none!important}img.leaflet-attribution-flag{display:none!important}nav{z-index:1000;background-color:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;height:5rem;padding:0 5%;display:flex;position:relative}.left-nav{align-items:center;gap:1rem;display:flex}.left-nav img{object-fit:contain;width:auto;height:3.5rem}.left-nav p{color:#2e7d32;margin:0;font-size:1.8rem;font-weight:700}.left-nav a{color:#1a1a1a;align-items:center;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.left-nav a:hover{color:#2e7d32}.right-nav{align-items:center;gap:1.5rem;display:flex}.right-nav>a{color:#1a1a1a;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .2s}.right-nav>a:hover{color:#2e7d32}.btn-login{background-color:#2e7d32;border-radius:.7rem;justify-content:center;align-items:center;padding:.5rem 1.2rem;font-weight:600;transition:background-color .2s,transform .2s;display:inline-flex;color:#fff!important}.btn-login:hover{background-color:#246328;transform:translateY(-2px)}.nav-user-desktop{cursor:pointer;border-radius:.7rem;align-items:center;gap:.6rem;padding:.3rem;transition:background-color .2s;display:flex;position:relative}.nav-user-desktop:hover{background:#f8faf7}.nav-avatar,.nav-avatar-placeholder{color:#2e7d32;object-fit:cover;background:#e8f0e4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:600;display:flex}.nav-username{color:#1a1a1a;padding-right:.3rem;font-size:1rem;font-weight:500}.nav-dropdown{z-index:1000;background:#fff;border:1px solid #eaeaea;border-radius:.8rem;min-width:160px;padding:.5rem;animation:.18s cubic-bezier(.16,1,.3,1) dropdown-in;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #00000014}@keyframes dropdown-in{0%{opacity:0;transform:scale(.95)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.nav-dropdown-item{color:#1a1a1a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;width:100%;padding:.55rem .8rem;font-family:inherit;font-size:.92rem;text-decoration:none;transition:background-color .12s;display:block}.nav-dropdown-item:hover{color:#2e7d32;background:#f8faf7}.nav-dropdown-item.danger{color:#c62828}.nav-dropdown-item.danger:hover{color:#b71c1c;background:#ffeaea}.nav-dropdown-divider{background:#eaeaea;height:1px;margin:.35rem 0}.nav-mobile-user{display:none}.burger-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.burger-btn span{background-color:#2e7d32;border-radius:3px;width:100%;height:2.5px;transition:all .3s;display:block}.burger-btn span.open:first-child{transform:translateY(8.75px)rotate(45deg)}.burger-btn span.open:nth-child(2){opacity:0}.burger-btn span.open:nth-child(3){transform:translateY(-8.75px)rotate(-45deg)}@media (width<=768px){nav{height:4.5rem}.left-nav p{font-size:1.4rem}.left-nav img{height:2.5rem}.burger-btn{display:flex}.nav-user-desktop{display:none}.right-nav{z-index:999;background:#fff;border-top:1px solid #0000;flex-direction:column;align-items:stretch;gap:0;width:100%;max-height:0;padding:0;transition:max-height .3s,padding .3s;position:absolute;top:4.5rem;left:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.right-nav.mobile-open{border-top-color:#eaeaea;max-height:600px;padding:.5rem 0}.right-nav>a{border-bottom:1px solid #f5f5f5;padding:.9rem 5%;font-size:1rem}.right-nav>a:hover{background:#f8faf7}.btn-login{text-align:center;border-radius:.7rem;width:90%;margin:.75rem 5%;padding:.7rem}.nav-mobile-user{border-top:1px solid #f0f0f0;flex-direction:column;display:flex}.nav-mobile-user-info{background:#f8faf7;align-items:center;gap:.7rem;padding:.8rem 5%;display:flex}.nav-mobile-user-info .nav-username{color:#1a1a1a;font-size:.95rem;font-weight:600}.nav-mobile-item{color:#1a1a1a;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f5f5f5;width:100%;padding:.85rem 5%;font-family:inherit;font-size:.97rem;text-decoration:none;transition:background .12s;display:block}.nav-mobile-item:hover{color:#2e7d32;background:#f8faf7}.nav-mobile-item.danger{color:#c62828;border-bottom:none}.nav-mobile-item.danger:hover{background:#fff5f5}}.mn{border-bottom:1px solid #eaeaea;justify-content:space-between;gap:2rem;padding:3rem 5%;display:flex}.mn-left{flex-direction:column;flex:1;gap:1.5rem;max-width:750px;display:flex}.mn-left h1{color:#2e7d32;font-size:clamp(2.4rem,5vw,4rem);font-weight:600;line-height:1.1}.mn-left p{color:#555f51;font-size:1.2rem;font-weight:400;line-height:1.6}.btn-map{color:#fff;background-color:#2e7d32;border-radius:1rem;justify-content:center;align-self:flex-start;align-items:center;margin-top:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s,box-shadow .2s;display:inline-flex}.btn-map:hover{background-color:#246328;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d3233}.mn-right{align-items:stretch;width:40%;min-width:320px;display:flex}.dashboard{background:#fff;border:1px solid #eaeaea;border-radius:1rem;flex-direction:column;gap:1.2rem;width:100%;padding:1.5rem;display:flex}.dashboard-header{border-bottom:1px solid #f0f0f0;padding-bottom:.8rem}.dashboard-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#aaa;font-size:.75rem;font-weight:600}.dashboard-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stat-card-main{background:#f8faf7;border:1px solid #eaeaea;border-radius:.7rem;align-items:flex-start;gap:.7rem;min-width:0;padding:1rem;display:flex}.stat-value{color:#2e7d32;white-space:nowrap;font-size:1.3rem;font-weight:700;line-height:1.2}.stat-icon-wrap{background:#e8f5e9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.stat-icon{font-size:1.5rem}.stat-label{color:#555;margin-top:.2rem;font-size:.8rem}.stat-sub{color:#aaa;margin-top:.1rem;font-size:.75rem}.mn-stats{border-top:1px solid #eaeaea;flex-wrap:wrap;gap:2rem;padding-top:1.5rem;display:flex}.mn-stats span{color:#3b6d11;font-size:2.5rem;font-weight:600}.mn-stats p{margin-top:.5rem;font-size:1.1rem;font-weight:500;line-height:1.4}.mn-cards{grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem 5%;display:grid}.card{text-align:center;background-color:#e8f0e4;border-radius:1rem;flex-direction:column;gap:.75rem;padding:2rem;display:flex}.card span{font-size:3rem}.card h2{font-size:1.5rem;font-weight:600}.card p{color:#555f51;font-size:1.1rem;line-height:1.5}.dashboard-charts{border-top:1px solid #f0f0f0;grid-template-columns:1fr 1fr;gap:1rem;padding-top:1rem;display:grid}.dashboard-chart{border-top:1px solid #f0f0f0;padding-top:.8rem}.chart-block{flex-direction:column;gap:.5rem;display:flex}.chart-label,.chart-title{color:#aaa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.chart-bars{align-items:flex-end;gap:.5rem;height:70px;display:flex}.chart-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.chart-bar{background:#2e7d32;border-radius:3px 3px 0 0;width:100%;min-height:4px;transition:height .3s}.chart-year{color:#aaa;font-size:.7rem}.chart-empty{color:#ccc;text-align:center;justify-content:center;align-items:center;height:120px;font-size:.85rem;display:flex}.pie-wrap{align-items:center;gap:.5rem;display:flex}.pie-legend{flex-direction:column;flex:1;gap:.4rem;display:flex}.pie-legend-item{align-items:flex-start;gap:.4rem;display:flex}.pie-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:3px}.pie-name{color:#555;font-size:.75rem;line-height:1.3}.pie-range{color:#aaa;font-size:.7rem}@media (width<=992px){.mn{flex-direction:column}.mn-right{width:100%}}@media (width<=768px){.mn{padding:2rem 5%}.mn-left h1{font-size:2.5rem}.mn-left p{font-size:1rem}.btn-map{width:100%}.mn-stats{gap:1rem}.mn-stats span{font-size:2rem}.mn-cards{grid-template-columns:1fr;padding:2rem 5%}.dashboard-charts{grid-template-columns:1fr}}@media (width<=576px){.dashboard-grid{grid-template-columns:1fr;gap:.8rem}.stat-card-main{align-items:center;padding:1.2rem}.stat-value{white-space:normal}}.dashboard-city-row{border-top:1px solid #f0f0f0;align-items:center;gap:.75rem;padding-top:.9rem;display:flex}.dashboard-city-select{color:#333;cursor:pointer;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;outline:none;flex:1;padding:5px 10px;font-family:inherit;font-size:.82rem;transition:border-color .15s}.dashboard-city-select:focus,.dashboard-city-select:hover{border-color:#2e7d32}.dashboard-city-loading{color:#aaa;font-size:.8rem}.site-footer{color:#ccc;background:#1a1a1a;margin-top:0;padding:3rem 5% 0}.footer-content{border-bottom:1px solid #2e2e2e;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-logo{color:#fff;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.footer-desc{color:#888;margin:0 0 .6rem;font-size:.85rem;line-height:1.6}.footer-affiliation{color:#555;margin:0;font-size:.78rem}.footer-heading{text-transform:uppercase;letter-spacing:.08em;color:#666;margin:0 0 .9rem;font-size:.72rem;font-weight:700}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li,.footer-links a{color:#888;font-size:.85rem;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#a5d6a7}.footer-contact-label{color:#666;margin:0 0 .5rem;font-size:.8rem}.footer-email{color:#a5d6a7;word-break:break-all;font-size:.85rem;text-decoration:none;transition:color .15s}.footer-email:hover{color:#81c784;text-decoration:underline}.footer-bottom{text-align:center;color:#444;padding:1.2rem 0;font-size:.78rem}@media (width<=992px){.footer-content{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}@media (width<=576px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand-col{grid-column:auto}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-page{z-index:1;background:#f0f2ef;width:100%;height:calc(100vh - 5rem);position:relative;overflow:hidden}.map-canvas{z-index:0;position:absolute;inset:0}.map-loading-pill{z-index:900;color:#2e7d32;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:.5px solid #c8e6c9;border-radius:20px;align-items:center;gap:8px;padding:6px 16px;font-size:13px;font-weight:500;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}.map-loading-dot{background:#2e7d32;border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite map-pulse}@keyframes map-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}.map-panel-toggle{z-index:1000;cursor:pointer;color:#1a1a1a;background:#fffffff5;border:.5px solid #eaeaea;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:right .3s,background .15s;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 1px 6px #00000012}.map-panel-toggle.open{right:326px}.map-panel-toggle:hover{background:#f8faf7}.map-panel{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:thin;scrollbar-color:#c8e6c9 transparent;background:#fffffff7;border-left:.5px solid #eaeaea;flex-direction:column;width:310px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;bottom:0;right:0;overflow:hidden auto;transform:translate(100%)}.map-panel.open{transform:translate(0)}.map-panel::-webkit-scrollbar{width:4px}.map-panel::-webkit-scrollbar-thumb{background:#c8e6c9;border-radius:4px}.map-panel-header{border-bottom:.5px solid #eaeaea;margin-bottom:4px;padding:22px 20px 6px}.map-panel-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#a5c8a7;margin-bottom:4px;font-size:10px;font-weight:600;display:block}.map-panel-title{color:#1a1a1a;letter-spacing:-.01em;margin:0;font-size:17px;font-weight:600}.map-panel-section{border-bottom:.5px solid #f0f0f0;padding:16px 20px}.map-panel-section:last-child{border-bottom:none}.map-section-label{letter-spacing:.09em;text-transform:uppercase;color:#b0b0b0;margin-bottom:10px;font-size:10px;font-weight:600;display:block}.map-select{color:#1a1a1a;cursor:pointer;appearance:none;background:#f8faf7 url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center no-repeat;border:.5px solid #dde8dd;border-radius:8px;outline:none;width:100%;padding:8px 32px 8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.map-select:hover{border-color:#2e7d32}.map-select:focus{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d321f}.map-rgb-toggle{color:#1a1a1a;cursor:pointer;text-align:left;background:0 0;border:.5px solid #eaeaea;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:all .15s;display:flex}.map-rgb-toggle:hover{background:#f8faf7;border-color:#c8e6c9}.map-rgb-toggle.active{color:#1b5e20;background:#f1f8e9;border-color:#2e7d32}.map-rgb-icon{flex-shrink:0;font-size:15px}.map-badge{border-radius:10px;flex-shrink:0;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:500}.map-badge.on{color:#1b5e20;background:#c8e6c9}.map-badge.off{color:#999;background:#f0f0f0}.map-index-group{flex-direction:column;gap:6px;display:flex}.map-index-btn{cursor:pointer;text-align:left;background:0 0;border:.5px solid #eaeaea;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;transition:all .15s;display:flex;position:relative}.map-index-btn:hover{border-color:var(--idx-color,#2e7d32);background:#f8faf7}.map-index-btn.active{background:color-mix(in srgb, var(--idx-color,#2e7d32) 8%, white);border-color:var(--idx-color,#2e7d32)}.map-index-dot{background:var(--idx-color,#2e7d32);border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:transform .15s}.map-index-btn.active .map-index-dot{transform:scale(1.25)}.map-index-info{flex-direction:column;flex:1;gap:1px;display:flex}.map-index-info strong{color:#1a1a1a;font-size:13px;font-weight:600}.map-index-btn.active .map-index-info strong{color:var(--idx-color,#2e7d32)}.map-index-info small{color:#aaa;font-size:11px}.map-active-chip{background:var(--idx-color,#2e7d32);color:#fff;letter-spacing:.02em;border-radius:8px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:600}.map-hint{color:#bbb;margin:8px 0 0;font-size:11px;line-height:1.5}.map-stat-card{background:#f8faf7;border:.5px solid #e0ece0;border-radius:10px;flex-direction:column;gap:4px;margin-bottom:14px;padding:14px 16px;display:flex}.map-stat-label{color:#aaa;font-size:11px}.map-stat-value{color:#2e7d32;letter-spacing:-.02em;font-size:26px;font-weight:700;line-height:1.1}.map-stat-unit{color:#7ab77d;font-size:15px;font-weight:400}.map-stat-delta{margin-top:2px;font-size:12px;font-weight:600}.map-stat-delta.pos{color:#2e7d32}.map-stat-delta.neg{color:#c62828}.map-stat-base{color:#bbb;font-size:11px}.map-trend{align-items:flex-end;gap:8px;height:58px;display:flex}.map-trend-col{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.map-trend-bar{background:#dcedc8;border-radius:3px 3px 0 0;width:100%;min-height:4px;transition:background .2s,height .3s}.map-trend-bar.active{background:#2e7d32}.map-trend-lbl{color:#bbb;font-size:11px;transition:color .15s}.map-trend-lbl.active{color:#2e7d32;font-weight:600}.map-legend-bar{border-radius:5px;height:10px;margin-bottom:4px}.map-legend-bar.ndvi{background:linear-gradient(90deg,#f9fbe7,#a5d6a7,#2e7d32)}.map-legend-bar.evi{background:linear-gradient(90deg,#f9fbe7,#66bb6a,#1b5e20)}.map-legend-ticks{color:#aaa;justify-content:space-between;font-size:11px;display:flex}.map-sources{color:#999;margin:0;padding:0 0 0 14px;font-size:12px;line-height:1.9;list-style:outside}.map-page .leaflet-control-attribution{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#bbb!important;box-shadow:none!important;background:#ffffffd9!important;border:none!important;border-radius:0 4px 0 0!important;padding:2px 8px!important;font-size:9px!important}.map-page .leaflet-control-attribution a{color:#aaa!important}.map-attribution{display:none}.map-attribution-mobile{z-index:998;color:#888;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd1;border-radius:5px;padding:3px 7px;font-size:9px;line-height:1.4;transition:bottom .3s cubic-bezier(.4,0,.2,1);display:none;position:absolute;bottom:8px;left:8px}.map-attribution-mobile a{color:#777;pointer-events:all;text-decoration:none}.map-attribution-mobile.panel-open{bottom:calc(55vh + 8px)}.leaflet-container{width:100%!important;height:100%!important}.leaflet-splitLeft-pane,.leaflet-splitRight-pane{pointer-events:none;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.mobile-arrow{display:none}.desktop-arrow{display:block}@media (width<=768px){.mobile-arrow{display:block}.desktop-arrow{display:none}.map-panel{border-top:.5px solid #eaeaea;border-left:none;border-radius:1rem 1rem 0 0;width:100%;height:55vh;transition:transform .3s cubic-bezier(.4,0,.2,1);inset:auto 0 0;transform:translateY(100%)}.map-panel.open{transform:translateY(0)}.map-panel-toggle{width:38px;height:38px;top:auto;bottom:96px;right:10px}.map-panel-toggle.open{top:auto;bottom:calc(55vh + 12px);right:10px}.map-loading-pill{padding:5px 12px;font-size:12px}.map-page .leaflet-control-attribution{display:none!important}.map-attribution{display:none}.map-attribution-mobile{display:block}}.complaints-page,.complaints-page *{box-sizing:border-box}.complaints-page{background:#f8faf7;width:100%;min-height:calc(100vh - 5rem);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}.complaints-header{background:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;width:100%;padding:2.5rem 5% 2rem;display:flex}.complaints-header h1{color:#2e7d32;margin:0;font-size:2rem;font-weight:700}.btn-create{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:.7rem;justify-content:center;align-items:center;padding:.7rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-create:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #2e7d3233}.complaints-stats{gap:1.5rem;width:100%;padding:2rem 5%;display:flex}.stat-card{background:#fff;border:1px solid #eaeaea;border-radius:1rem;flex-direction:column;gap:.3rem;min-width:140px;padding:1.5rem;display:flex;box-shadow:0 2px 8px #00000005}.stat-card span{color:#2e7d32;font-size:2.2rem;font-weight:700;line-height:1}.stat-card p{color:#888;margin:0;font-size:.9rem;font-weight:500}.complaints-layout{align-items:flex-start;gap:2.5rem;width:100%;padding:2rem 5%;display:flex}.complaints-filters{flex-shrink:0;width:320px;position:sticky;top:2rem}.filters-card{background:#fff;border:1px solid #eaeaea;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.8rem;display:flex;box-shadow:0 4px 15px #00000008}.filters-card h3{color:#1a1a1a;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;font-size:.95rem;font-weight:700}.filter-input,.filter-select{color:#333;background:#fdfdfd;border:1px solid #eaeaea;border-radius:.6rem;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.filter-select{cursor:pointer}.filter-input:focus,.filter-select:focus{background:#fff;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.btn-reset-filters{color:#666;cursor:pointer;background:#f8f9fa;border:1px solid #eaeaea;border-radius:.6rem;width:100%;margin-top:.5rem;padding:.8rem;font-family:inherit;font-weight:600;transition:all .2s}.btn-reset-filters:hover{color:#1a1a1a;background:#eaeaea}.complaints-list{flex-direction:column;flex:1;gap:1.2rem;width:100%;min-width:0;padding-bottom:4rem;display:flex}.complaint-card{background:#fff;border:1px solid #eaeaea;border-radius:1rem;align-items:flex-start;gap:1.5rem;width:100%;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 2px 8px #00000003}.complaint-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.complaint-photo{object-fit:cover;background:#f0f0f0;border:1px solid #eee;border-radius:.8rem;flex-shrink:0;width:140px;height:140px}.complaint-photo-placeholder{background:#e8f0e4;border:1px solid #d4e1d1;border-radius:.8rem;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;font-size:2.5rem;display:flex}.complaint-body{flex-direction:column;flex:1;gap:.6rem;min-width:0;display:flex}.complaint-title{color:#1a1a1a;word-break:break-word;font-size:1.25rem;font-weight:700}.complaint-meta{color:#888;font-size:.9rem;line-height:1.4}.complaint-desc{color:#444;word-break:break-word;font-size:1rem;line-height:1.5}.complaint-reject{color:#c62828;word-break:break-word;background:#ffeaea;border-left:4px solid #c62828;border-radius:.6rem;margin-top:.3rem;padding:.6rem 1rem;font-size:.9rem}.status-badge{border-radius:1.5rem;align-self:flex-start;margin-top:.2rem;padding:.3rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.complaints-empty{text-align:center;color:#888;background:#fff;border:1px dashed #ccc;border-radius:1rem;padding:4rem;font-size:1.1rem}@media (width<=900px){.complaints-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.2rem 5%}.complaints-header h1{font-size:1.6rem}.complaints-header>div{grid-template-columns:1fr 1fr;width:100%;gap:.5rem!important;display:grid!important}.btn-create{width:100%;padding:.6rem .5rem;font-size:.85rem}.complaints-layout{flex-direction:column;gap:1.5rem;padding:1rem 5%}.complaints-filters{width:100%;position:static}.filters-card{grid-template-columns:1fr 1fr;gap:.6rem;padding:1.2rem;display:grid}.filters-card h3,.filters-card>input[type=text],.btn-reset-filters{grid-column:1/-1;margin:0}.filter-input,.filter-select{padding:.5rem .6rem;font-size:.85rem}.btn-reset-filters{margin-top:0;padding:.6rem;font-size:.9rem}.complaints-stats{flex-wrap:wrap;gap:.8rem;padding:1rem 5%}.stat-card{flex:1;min-width:100px;padding:1rem}.stat-card span{font-size:1.8rem}.complaint-card{flex-direction:column;gap:0;width:100%;padding:0;overflow:hidden}.complaint-photo,.complaint-photo-placeholder{object-fit:cover;border:none;border-bottom:1px solid #eaeaea;border-radius:0;width:100%;height:200px}.complaint-body{gap:.8rem;width:100%;padding:1.2rem}.complaint-title{font-size:1.15rem}.complaint-meta{font-size:.8rem;line-height:1.3}.complaint-reject{padding:.5rem .8rem;font-size:.85rem}}.profile-page{background:#f4f6f4;min-height:calc(100vh - 5rem);padding:3rem 5%}.profile-page h1{color:#2e7d32;max-width:900px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:600}.profile-layout{grid-template-columns:280px 1fr;align-items:start;gap:2rem;max-width:900px;margin:0 auto;display:grid}.profile-card{text-align:center;background:#fff;border:none;border-radius:1.2rem;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex;position:sticky;top:2rem;box-shadow:0 4px 24px #0000000a}.profile-avatar{color:#2e7d32;background:#e8f5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:86px;height:86px;font-size:2.2rem;font-weight:700;display:flex}.profile-name{color:#1a1a1a;font-size:1.3rem;font-weight:600;line-height:1.3}.profile-email{color:#888;word-break:break-all;margin-top:-.4rem;font-size:.9rem}.profile-badges{flex-direction:column;gap:.5rem;width:100%;margin-top:.5rem;display:flex}.profile-badge{text-align:center;color:#666;background:#f0f0f0;border-radius:2rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.profile-badge.admin{color:#1565c0;background:#e3f2fd}.profile-badge.moderator{color:#6a1b9a;background:#f3e5f5}.profile-reg-date{color:#bbb;margin-top:.5rem;font-size:.85rem}.profile-divider{background:#eaeaea;width:100%;height:1px;margin:.8rem 0}.btn-delete-account{color:#c62828;cursor:pointer;background:0 0;border:1px solid #ffcdd2;border-radius:.8rem;width:100%;padding:.7rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s}.btn-delete-account:hover{background:#ffebee}.profile-forms{flex-direction:column;gap:1.5rem;display:flex}.profile-box{background:#fff;border:none;border-radius:1.2rem;padding:2rem;box-shadow:0 4px 24px #0000000a}.profile-box h2{color:#1a1a1a;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.profile-hint{color:#888;margin-bottom:1.2rem;font-size:.9rem;line-height:1.5}.profile-form{flex-direction:column;gap:.8rem;display:flex}.profile-form input{color:#1a1a1a;background:#fafafa;border:1px solid #eaeaea;border-radius:.8rem;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.profile-form input:focus{background:#fff;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.profile-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:.8rem;align-self:flex-start;padding:.7rem 1.8rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.profile-btn:hover{background:#246328;transform:translateY(-1px)}.profile-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.profile-success{color:#2e7d32;margin:0;font-size:.9rem;font-weight:500}.profile-error{color:#c62828;margin:0;font-size:.9rem;font-weight:500}.profile-vk-linked{color:#1a56db;background:#e8f0fe;border-radius:.8rem;align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-size:.95rem;font-weight:500;display:flex}.profile-vk-btn{color:#fff;cursor:pointer;background:#4a76a8;border:none;border-radius:.8rem;align-self:flex-start;align-items:center;gap:.6rem;padding:.7rem 1.8rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.profile-vk-btn:hover{background:#3d6491;transform:translateY(-1px)}@media (width<=768px){.profile-page{padding:1.5rem 5%}.profile-page h1{margin-bottom:1rem;font-size:1.5rem}.profile-layout{grid-template-columns:1fr;gap:1.5rem}.profile-card{padding:1.5rem;position:static}.profile-box{padding:1.5rem}.profile-btn,.profile-vk-btn{justify-content:center;width:100%}}.login-page{background:#f8faf7;justify-content:center;align-items:center;min-height:calc(100vh - 5rem);display:flex}.login-box{background:#fff;border:1px solid #eaeaea;border-radius:1rem;width:100%;max-width:420px;padding:2.5rem}.login-tabs{border-bottom:1px solid #eaeaea;gap:0;margin-bottom:2rem;display:flex}.login-tab{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.75rem .4rem;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.login-tab.active{color:#2e7d32;border-bottom-color:#2e7d32}.login-form{flex-direction:column;gap:1rem;display:flex}.login-form input{color:#1a1a1a;background:#f8faf7;border:1px solid #eaeaea;border-radius:.6rem;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.login-form input:focus{border-color:#2e7d32}.login-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:.6rem;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .15s}.login-btn:hover{opacity:.9}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-divider{color:#ccc;align-items:center;gap:1rem;margin:.5rem 0;font-size:.85rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:#eaeaea;flex:1;height:1px}.login-vk-btn{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:.6rem;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .15s;display:flex}.login-vk-btn:hover{opacity:.9}.login-error{color:#c62828;text-align:center;font-size:.9rem}.login-success{color:#2e7d32;text-align:center;background:#f1f8e9;border:1px solid #c8e6c9;border-radius:.6rem;padding:.75rem 1rem;font-size:.9rem}.login-hint{color:#888;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;font-size:.9rem;line-height:1.5;display:flex}.login-hint strong{color:#1a1a1a}.login-link{color:#2e7d32;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;text-decoration:underline}.login-link:hover{opacity:.75}.login-code-input{text-align:center;letter-spacing:.35em!important;font-family:monospace!important;font-size:1.4rem!important;font-weight:700!important}.login-resend{color:#aaa;cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .15s}.login-resend:hover:not(:disabled){color:#2e7d32}.login-resend:disabled{cursor:not-allowed;opacity:.5}@media (width<=768px){.login-box{border-radius:.8rem;margin:1rem;padding:1.8rem}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:linear-gradient(#0000,#0000),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:linear-gradient(#0000,#0000),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{text-align:center;text-decoration:none;display:block}.leaflet-draw a .sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.leaflet-draw-actions{white-space:nowrap;margin:0;padding:0;list-style:none;display:none;position:absolute;top:0;left:26px}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{left:auto;right:26px}.leaflet-touch .leaflet-right .leaflet-draw-actions{left:auto;right:32px}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{color:#fff;background-color:#919187;border-left:1px solid #aaa;height:28px;padding-left:10px;padding-right:10px;font:11px/28px Helvetica Neue,Arial,Helvetica,sans-serif;text-decoration:none}.leaflet-touch .leaflet-draw-actions a{height:30px;font-size:12px;line-height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{cursor:crosshair;background-color:#fff}.leaflet-draw-tooltip{color:#fff;visibility:hidden;white-space:nowrap;z-index:6;background:#00000080;border:1px solid #0000;border-radius:4px;margin-top:-21px;margin-left:20px;padding:4px 8px;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;position:absolute}.leaflet-draw-tooltip:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid #00000080;position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{color:#b94a48;background-color:#f2dede;border:1px solid #e6b6bd}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{opacity:.6;width:5px;height:5px;font-size:1%;position:absolute}.leaflet-edit-marker-selected{box-sizing:content-box;background-color:#fe57a11a;border:4px dashed #fe57a199;border-radius:4px}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.addlayer-page{height:calc(100vh - 5rem);display:flex;overflow:hidden}.addlayer-map{flex:1;position:relative}.addlayer-sidebar{background:#fff;border-left:1px solid #eaeaea;flex-direction:column;flex-shrink:0;width:320px;padding:20px;display:flex;overflow-y:auto}.addlayer-label{color:#b0b0b0;text-transform:uppercase;letter-spacing:.09em;margin-bottom:8px;font-size:10px;font-weight:600;display:block}.addlayer-input,.addlayer-select{color:#1a1a1a;box-sizing:border-box;background:#fafafa;border:1px solid #eaeaea;border-radius:8px;outline:none;width:100%;height:38px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.addlayer-input:focus,.addlayer-select:focus{border-color:#2e7d32}.addlayer-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.seg-wrap{background:#f0f0f0;border-radius:8px;gap:2px;margin-bottom:16px;padding:3px;display:flex}.seg-btn{cursor:pointer;color:#888;background:0 0;border:none;border-radius:6px;flex:1;padding:6px 0;font-family:inherit;font-size:12px;font-weight:400;transition:all .15s}.seg-btn.active{color:#1a1a1a;background:#fff;font-weight:600;box-shadow:0 1px 4px #0000001a}.toggle-switch{cursor:pointer;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.toggle-switch.off{background:#ccc}.toggle-switch.on{background:#2e7d32}.toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:2px;box-shadow:0 1px 3px #0003}.toggle-switch.off .toggle-knob{left:2px}.toggle-switch.on .toggle-knob{left:18px}.index-card{cursor:pointer;border:1px solid #eaeaea;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .15s;display:flex}.dropzone{cursor:pointer;text-align:center;color:#888;box-sizing:border-box;background:#fafafa;border:1.5px dashed #ccc;border-radius:8px;width:100%;margin-bottom:16px;padding:16px 12px;font-family:inherit;font-size:13px;transition:all .15s;display:block}.dropzone.drag-over{background:#f1f8e9;border-color:#2e7d32}.btn-secondary{color:#555;cursor:pointer;background:#fafafa;border:1px solid #eaeaea;border-radius:8px;width:100%;height:38px;margin-bottom:8px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.btn-secondary:disabled{color:#ccc;cursor:not-allowed}.btn-primary{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;width:100%;height:44px;margin-bottom:4px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}.btn-primary:disabled{color:#aaa;cursor:not-allowed;background:#e0e0e0}.addlayer-panel-toggle{z-index:1000;cursor:pointer;color:#1a1a1a;background:#fffffff5;border:.5px solid #eaeaea;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,bottom .3s;display:none;position:fixed;bottom:96px;right:10px;box-shadow:0 1px 6px #00000012}.addlayer-panel-toggle:hover{background:#f8faf7}.log-box{background:#1a1a1a;border-radius:8px;max-height:200px;padding:12px;overflow-y:auto}.log-line{color:#a5d6a7;font-family:monospace;font-size:12px;line-height:1.7}.addlayer-page .leaflet-control-attribution{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#bbb!important;box-shadow:none!important;background:#ffffffd9!important;border:none!important;border-radius:0 4px 0 0!important;padding:2px 8px!important;font-size:9px!important}.addlayer-page .leaflet-control-attribution a{color:#aaa!important}.addlayer-attribution{display:none}.addlayer-attribution-mobile{z-index:998;color:#888;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd1;border-radius:5px;padding:3px 7px;font-size:9px;line-height:1.4;transition:bottom .3s cubic-bezier(.4,0,.2,1);display:none;position:absolute;bottom:8px;left:8px}.addlayer-attribution-mobile a{color:#777;pointer-events:all;text-decoration:none}.addlayer-attribution-mobile.panel-open{bottom:calc(60vh + 8px)}@media (width<=768px){.addlayer-page{flex-direction:column;height:calc(100vh - 4.5rem);overflow:hidden}.addlayer-map{z-index:0;flex:none;height:100%;position:absolute;inset:0}.addlayer-sidebar{z-index:999;border-top:.5px solid #eaeaea;border-left:none;border-radius:1rem 1rem 0 0;width:100%;height:60vh;padding-bottom:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -4px 24px #0000001a}.addlayer-sidebar.open{transform:translateY(0)}.addlayer-panel-toggle{display:flex}.addlayer-panel-toggle.open{top:auto;bottom:calc(60vh + 12px);right:10px}.addlayer-attribution{display:none}.addlayer-attribution-mobile{display:block}.addlayer-page .leaflet-control-attribution{display:none!important}}.create-layout{height:calc(100vh - 5rem);display:flex;overflow:hidden}.create-panel{background:#fff;border-right:1px solid #eaeaea;flex-direction:column;flex-shrink:0;width:380px;padding:1.5rem;display:flex;overflow-y:auto}.panel-content{flex-direction:column;flex:1;gap:0;display:flex}.panel-content h2{color:#1a1a1a;margin-bottom:1.2rem;font-size:1.3rem;font-weight:600}.create-map{flex:1;position:relative}.create-map .leaflet-container{width:100%!important;height:100%!important}.map-overlay-hint{z-index:1000;color:#888;pointer-events:none;background:#fffffff2;border:1px solid #eaeaea;border-radius:1rem;padding:.5rem 1.2rem;font-size:.9rem;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.stepper{align-items:center;margin-bottom:1.5rem;display:flex}.step{align-items:center;gap:.5rem;display:flex}.step-circle{color:#aaa;background:#eaeaea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:.8rem;font-weight:700;transition:background .2s,color .2s;display:flex}.step.active .step-circle{color:#fff;background:#2e7d32}.step.done .step-circle{color:#2e7d32;background:#c8e6c9}.step-label{color:#aaa;font-size:.85rem;font-weight:500}.step.active .step-label{color:#2e7d32;font-weight:600}.step.done .step-label{color:#888}.step-line{background:#eaeaea;flex:1;height:1px;margin:0 .4rem}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.form-group label{color:#555f51;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{color:#1a1a1a;background:#f8faf7;border:1px solid #eaeaea;border-radius:.6rem;outline:none;padding:.65rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#2e7d32}.form-group textarea{resize:vertical;min-height:80px}.photo-preview{object-fit:cover;border-radius:.6rem;width:100%;max-height:150px;margin-top:.4rem}.selected-point{color:#2e7d32;background:#e8f0e4;border:1px solid #c8e6c9;border-radius:.5rem;margin-bottom:1rem;padding:.6rem 1rem;font-size:.9rem}.selected-point.pending{color:#856404;background:#fff8e1;border-color:#ffe082}.step-map-hint{color:#888;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.confirm-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:.6rem 0;font-size:.9rem;display:flex}.confirm-row:last-of-type{border-bottom:none}.confirm-row span:first-child{color:#aaa}.confirm-row span:last-child{color:#1a1a1a;text-align:right;max-width:55%;font-weight:500}.panel-nav{gap:.8rem;margin-top:auto;padding-top:1.5rem;display:flex}.btn-next{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:.6rem;flex:1;padding:.7rem;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .15s}.btn-next:hover{opacity:.9}.btn-next:disabled{opacity:.5;cursor:not-allowed}.btn-back{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:.6rem;padding:.7rem 1.2rem;font-family:inherit;font-size:1rem;font-weight:500;transition:background .15s}.btn-back:hover{background:#f8faf7}.create-error{color:#c62828;margin-top:.3rem;font-size:.85rem}@media (width<=768px){.panel-handle{display:none}.create-layout{flex-direction:column;height:calc(100vh - 4.5rem);overflow:hidden}.create-map{z-index:0;flex:none;order:0;height:50%;position:relative}.create-panel{width:100%;height:50%;max-height:none;box-shadow:none;z-index:1;border-top:1px solid #eaeaea;border-right:none;border-radius:0;flex:none;order:1;padding:1rem 5% 1.5rem;position:relative;overflow-y:auto;transform:none!important}.stepper{margin-bottom:.8rem}.step-label{font-size:.78rem}.form-group{margin-bottom:.7rem}.form-group input,.form-group textarea,.form-group select{padding:.5rem .8rem;font-size:.88rem}.form-group textarea{min-height:60px}.panel-content h2{margin-bottom:.8rem;font-size:1.1rem}.photo-preview{max-height:100px}.selected-point{margin-bottom:.6rem;padding:.4rem .8rem;font-size:.82rem}.panel-nav{padding-top:.8rem}.btn-next,.btn-back{padding:.6rem 1rem;font-size:.9rem}.map-overlay-hint{padding:.35rem .9rem;font-size:.8rem;bottom:10px}}.cmap-page{flex-direction:column;height:calc(100vh - 5rem);display:flex}.cmap-toolbar{background:#fff;border-bottom:1px solid #eaeaea;flex-shrink:0;align-items:center;gap:1rem;padding:.8rem 2rem;display:flex}.cmap-toolbar label{color:#555f51;white-space:nowrap;font-size:.9rem;font-weight:600}.cmap-select{color:#1a1a1a;cursor:pointer;background:#f8faf7;border:1px solid #eaeaea;border-radius:.6rem;outline:none;min-width:200px;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.cmap-select:focus{border-color:#2e7d32}.cmap-count{color:#aaa;margin-left:auto;font-size:.85rem}.cmap-map{flex:1;position:relative}.cmap-map .leaflet-container{width:100%!important;height:100%!important}.complaint-popup{min-width:220px}.complaint-popup h3{color:#1a1a1a;margin-bottom:.4rem;font-size:1rem;font-weight:600}.complaint-popup p{color:#666;margin-bottom:.3rem;font-size:.85rem}.complaint-popup img{object-fit:cover;border-radius:.4rem;width:100%;max-height:120px;margin-top:.5rem}.cmap-empty{z-index:1000;color:#888;pointer-events:none;background:#fffffff2;border:1px solid #eaeaea;border-radius:1rem;padding:.5rem 1.2rem;font-size:.9rem;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (width<=768px){.cmap-toolbar{flex-wrap:wrap;gap:.6rem;padding:.6rem 1rem}.cmap-select{flex:1;min-width:0;font-size:.85rem}.cmap-count{width:100%;margin-left:0}}.detail-page,.detail-page *{box-sizing:border-box}.detail-page{background:#f4f6f4;width:100%;min-height:calc(100vh - 5rem);padding:2.5rem 5%;overflow-x:hidden}.detail-back{color:#2e7d32;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.detail-back:hover{opacity:.7}.detail-layout{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}.detail-card,.detail-status-card{background:#fff;border:none;border-radius:1.2rem;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 24px #0000000a}.detail-left{flex-direction:column;gap:1.5rem;display:flex}.detail-photo{object-fit:cover;cursor:zoom-in;border-radius:1.2rem;width:100%;height:400px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px #0000000a}.detail-photo:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.detail-photo-placeholder{background:#e8f5e9;border-radius:1.2rem;justify-content:center;align-items:center;width:100%;height:400px;font-size:3.5rem;display:flex;box-shadow:0 4px 24px #0000000a}.detail-map{z-index:1;border:1px solid #0000000d;border-radius:1.2rem;width:100%;height:400px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000a}.detail-card h1{color:#1a1a1a;margin-bottom:.5rem;font-size:1.6rem;font-weight:600;line-height:1.3}.detail-desc{color:#333;font-size:1rem;line-height:1.6}.detail-address{color:#666;align-items:flex-start;gap:.5rem;margin-top:.5rem;font-size:.95rem;display:flex}.detail-meta-bottom{color:#888;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;font-size:.9rem;font-weight:500;display:flex}.detail-right{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.detail-status-card h3{color:#1a1a1a;margin:0;font-size:1.05rem;font-weight:600}.status-badge{white-space:nowrap;border-radius:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.status-badge.pending{color:#856404;background:#fff3cd}.status-badge.approved{color:#1b5e20;background:#c8e6c9}.status-badge.rejected{color:#c62828;background:#ffebee}.status-badge.ai_rejected{color:#e65100;background:#ffe0b2}.status-badge.appeal{color:#1565c0;background:#e3f2fd}.detail-reject-reason{color:#b71c1c;background:#fff5f5;border-left:4px solid #ef5350;border-radius:0 .8rem .8rem 0;margin-top:.5rem;padding:1rem 1.2rem;font-size:.9rem;line-height:1.5}.detail-select,.moderation-form textarea,.appeal-form textarea,.history-select{color:#1a1a1a;box-sizing:border-box;background:#fafafa;border:1px solid #eaeaea;border-radius:.8rem;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.detail-select:focus,.moderation-form textarea:focus,.appeal-form textarea:focus,.history-select:focus{background:#fff;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.moderation-form textarea,.appeal-form textarea{resize:vertical;min-height:80px}.appeal-file-wrapper{margin-top:.5rem;margin-bottom:1rem}.appeal-file-label{cursor:pointer;align-items:center;gap:1rem;display:inline-flex}.appeal-file-hidden{display:none}.appeal-file-btn{color:#1a1a1a;background:#f4f6f4;border:1px solid #eaeaea;border-radius:.8rem;padding:.7rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.appeal-file-label:hover .appeal-file-btn{color:#2e7d32;background:#e8f5e9;border-color:#a5d6a7}.appeal-file-name{color:#888;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.85rem;overflow:hidden}.moderation-btns{gap:.8rem;margin-top:.5rem;display:flex}.btn-approve,.btn-appeal{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:.8rem;flex:1;padding:.8rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.btn-approve:hover{background:#246328;transform:translateY(-1px)}.btn-appeal{background:#1565c0;width:100%;margin-top:.5rem}.btn-appeal:hover{background:#0d47a1;transform:translateY(-1px)}.btn-reject-outline,.btn-ban,.btn-unban{cursor:pointer;background:0 0;border-radius:.8rem;flex:1;padding:.8rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.btn-reject-outline,.btn-ban{color:#c62828;border:1px solid #ffcdd2}.btn-reject-outline:hover,.btn-ban:hover{background:#ffebee;border-color:#ef5350}.btn-unban{color:#2e7d32;border:1px solid #c8e6c9}.btn-unban:hover{background:#e8f5e9;border-color:#81c784}.user-history-filters{align-items:center;gap:.8rem;width:100%;margin-bottom:1rem;display:flex}.history-select{cursor:pointer;flex:1;min-width:0}.user-history-list{flex-direction:column;width:100%;max-height:350px;padding-right:.5rem;display:flex;overflow:hidden auto}.user-history-list::-webkit-scrollbar{width:6px}.user-history-list::-webkit-scrollbar-thumb{background:#c8e6c9;border-radius:4px}.history-card{color:inherit;box-sizing:border-box;border-bottom:1px solid #f0f0f0;align-items:center;gap:.8rem;width:100%;padding:1rem 0;text-decoration:none;transition:all .2s;display:flex}.history-card:last-child{border-bottom:none}.history-card:hover{background:#fafafa;border-bottom-color:#0000;border-radius:.8rem;padding:1rem .5rem}.history-thumb{object-fit:cover;border-radius:.6rem;flex-shrink:0;width:48px;height:48px}.history-thumb-placeholder{background:#e8f5e9;border-radius:.6rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.history-card-body{flex-direction:column;flex:1;min-width:0;display:flex}.history-card-title{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.history-card-meta{color:#aaa;margin-top:.2rem;font-size:.85rem}.history-card .status-badge{white-space:nowrap;flex-shrink:0;padding:.3rem .6rem;font-size:.75rem}.photo-modal-overlay{z-index:9999;cursor:zoom-out;background:#000000e0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.photo-modal-img{object-fit:contain;cursor:default;border-radius:1.2rem;max-width:100%;max-height:90vh;box-shadow:0 20px 60px #00000080}.photo-modal-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.2rem;transition:background .2s;position:absolute;top:1rem;right:1rem}.photo-modal-close:hover{background:#ffffff4d}@media (width<=992px){.detail-layout{flex-direction:column;gap:1.5rem;width:100%;max-width:100vw;display:flex}.detail-left,.detail-right{display:contents}.detail-page{padding:1.5rem 5%}.detail-card,.detail-status-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:1.2rem}.user-history-filters{flex-wrap:wrap}.history-select{flex:auto;min-width:120px}.detail-map{order:1;width:100%;height:250px}.detail-photo,.detail-photo-placeholder{order:2;width:100%;height:300px}.card-status{order:3}.detail-card{order:4}.detail-card h1{font-size:1.4rem}.card-mod,.card-appeal{order:5}.card-author{order:6}.card-history{order:7}.moderation-btns{flex-direction:column}.btn-approve,.btn-reject-outline,.btn-ban,.btn-unban,.btn-appeal{width:100%}}.ai-log-block{background:#f0f4ff;border-left:3px solid #5c6bc0;border-radius:.8rem;margin-top:.8rem;padding:.9rem 1.1rem}.ai-log-block__title{color:#5c6bc0;letter-spacing:.02em;margin-bottom:.35rem;font-size:.78rem;font-weight:600}.ai-log-block__text{color:#444;white-space:pre-line;font-size:.85rem;line-height:1.55}.admin-page{background:#f8faf7;min-height:calc(100vh - 5rem);padding:2rem 5%}.admin-page h1{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.admin-section-title{color:#555;border-bottom:1px solid #eaeaea;margin:2rem 0 .8rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.admin-message{color:#2e7d32;cursor:pointer;background:#f1f8e9;border:1px solid #c8e6c9;border-radius:.6rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.6rem 1rem;font-size:.9rem;display:flex}.admin-message-close{color:#aaa;font-size:.8rem}.admin-message:hover{background:#e8f5e9}.admin-filters{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.admin-search{background:#fff;border:1px solid #eaeaea;border-radius:.6rem;outline:none;width:240px;min-width:0;padding:.5rem 1rem;font-family:inherit;font-size:.9rem}.admin-search:focus{border-color:#2e7d32}.admin-filter-select{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #eaeaea;border-radius:.6rem;outline:none;min-width:0;padding:.5rem .7rem;font-family:inherit;font-size:.88rem}.admin-filter-select:focus{border-color:#2e7d32}.admin-count{color:#aaa;white-space:nowrap;margin-left:auto;font-size:.85rem}.admin-table-wrap{background:#fff;border:1px solid #eaeaea;border-radius:1rem;overflow:hidden}.admin-table-scroll{max-height:380px;overflow:auto}.admin-table-scroll thead th{z-index:1;background:#f8faf7;position:sticky;top:0}.admin-table-scroll::-webkit-scrollbar{width:5px;height:5px}.admin-table-scroll::-webkit-scrollbar-track{background:0 0}.admin-table-scroll::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}table{border-collapse:collapse;width:100%;font-size:.9rem}thead{background:#f8faf7;border-bottom:1px solid #eaeaea}th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#aaa;white-space:nowrap;padding:.8rem 1rem;font-size:.75rem;font-weight:600}td{vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:.8rem 1rem}tr:last-child td{border-bottom:none}tr:hover td{background:#fafafa}.row-selected td{background:#f1f8e9!important}.admin-badge{white-space:nowrap;border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.admin-badge.admin{color:#1565c0;background:#e3f2fd}.admin-badge.moderator{color:#6a1b9a;background:#f3e5f5}.admin-badge.user{color:#666;background:#f0f0f0}.admin-badge.banned{color:#c62828;background:#ffd7d7}.admin-badge.trust-2{color:#856404;background:#fff3cd}.admin-badge.trust-1{color:#1b5e20;background:#c8e6c9}.admin-badge.trust--1{color:#c62828;background:#ffd7d7}.admin-email{color:#1a1a1a;font-weight:500}.admin-email-clickable{cursor:pointer;transition:color .15s}.admin-email-clickable:hover{color:#2e7d32;text-decoration:underline}.admin-actions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #eaeaea;border-radius:.4rem;padding:.25rem .6rem;font-family:inherit;font-size:.78rem;transition:background .1s}.admin-btn:hover{background:#f8faf7}.admin-btn.danger{color:#c62828;border-color:#ffcdd2}.admin-btn.danger:hover{background:#fff3f3}.admin-btn.success{color:#2e7d32;border-color:#c8e6c9}.admin-btn.success:hover{background:#f1f8e9}.admin-btn:disabled{opacity:.4;cursor:default}.admin-trust-select{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #eaeaea;border-radius:.4rem;outline:none;padding:.22rem .5rem;font-family:inherit;font-size:.78rem;transition:border-color .15s}.admin-trust-select:focus{border-color:#2e7d32}.email-list{flex-direction:column;gap:5px;margin-bottom:8px;display:flex}.email-chip{background:#f1f8e9;border:1px solid #c8e6c9;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:5px 8px;display:flex}.email-chip-info{flex-direction:column;gap:1px;min-width:0;display:flex}.email-chip-addr{color:#2e7d32;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.email-chip-label{color:#888;font-size:.7rem}.email-chip-del{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.7rem;transition:background .15s,color .15s;display:flex}.email-chip-del:hover{color:#c62828;background:#ffcdd2}.email-empty{color:#ccc;font-size:.82rem}.email-add-btn{margin-top:2px;padding:.2rem .7rem!important;font-size:.75rem!important}.email-add-form{background:#fafafa;border:1px solid #eaeaea;border-radius:8px;flex-direction:column;gap:6px;margin-top:4px;padding:10px;display:flex}.email-add-input{box-sizing:border-box;background:#fff;border:1px solid #eaeaea;border-radius:6px;outline:none;width:100%;padding:.3rem .6rem;font-family:inherit;font-size:.82rem;transition:border-color .15s}.email-add-input:focus{border-color:#2e7d32}.email-add-actions{gap:6px;margin-top:2px;display:flex}@media (width<=768px){.admin-page{padding:1.2rem 4%}.admin-page h1{margin-bottom:1rem;font-size:1.3rem}.admin-section-title{margin:1.5rem 0 .6rem;font-size:1rem}.admin-filters{flex-direction:column;align-items:stretch;gap:.5rem}.admin-search,.admin-filter-select{width:100%;font-size:.9rem}.admin-count{text-align:right;margin-left:0;font-size:.8rem}.admin-table-wrap,.admin-table-scroll{border-radius:.7rem;max-height:none;overflow-x:auto}table{min-width:480px;font-size:.8rem}th,td{padding:.55rem .7rem}.col-hide-mobile{display:none}.admin-actions{flex-wrap:wrap;gap:.3rem}.admin-btn{padding:.22rem .5rem;font-size:.74rem}.admin-trust-select{padding:.2rem .4rem;font-size:.74rem}.email-chip{padding:4px 6px}.email-chip-addr{font-size:.78rem}}@media (width<=480px){table{min-width:420px}.admin-page{padding:1rem 3%}}.hp-page{background:#f4f6f4;min-height:calc(100vh - 5rem);padding:3rem 5%}.hp-inner{max-width:900px;margin:0 auto}.hp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.hp-header h1{color:#2e7d32;margin:0 0 .3rem;font-size:1.8rem;font-weight:600}.hp-subtitle{color:#888;margin:0;font-size:.9rem}.hp-header-actions{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.hp-auto-toggle{color:#555;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.hp-auto-toggle input{accent-color:#2e7d32;cursor:pointer}.hp-btn-refresh{color:#fff;cursor:pointer;white-space:nowrap;background:#2e7d32;border:none;border-radius:.8rem;padding:.6rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.hp-btn-refresh:hover:not(:disabled){background:#246328;transform:translateY(-1px)}.hp-btn-refresh:disabled{opacity:.6;cursor:not-allowed;transform:none}.hp-overall{border-radius:1.2rem;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.2rem 1.5rem;display:flex;box-shadow:0 4px 24px #0000000a}.hp-overall--ok{background:#e8f5e9}.hp-overall--fail{background:#fff3e0}.hp-overall-icon{flex-shrink:0;font-size:1.8rem}.hp-overall-title{color:#1a1a1a;font-size:1rem;font-weight:600}.hp-overall-sub{color:#666;margin-top:.15rem;font-size:.85rem}.hp-error{color:#c62828;background:#ffebee;border-radius:.8rem;margin-bottom:1.5rem;padding:.9rem 1.2rem;font-size:.9rem;font-weight:500}.hp-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hp-card{background:#fff;border-left:4px solid #e0e0e0;border-radius:1.2rem;padding:1.4rem 1.5rem;transition:box-shadow .2s;box-shadow:0 4px 24px #0000000a}.hp-card--ok{border-left-color:#43a047}.hp-card--fail{border-left-color:#e53935}.hp-card--loading{border-left-color:#bdbdbd}.hp-card:hover{box-shadow:0 6px 32px #00000014}.hp-card-header{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.hp-card-icon{flex-shrink:0;font-size:1.2rem}.hp-card-name{color:#1a1a1a;flex:1;font-size:.95rem;font-weight:600}.hp-badge{white-space:nowrap;border-radius:2rem;padding:.25rem .7rem;font-size:.78rem;font-weight:600;display:inline-block}.hp-badge--ok{color:#2e7d32;background:#e8f5e9}.hp-badge--fail{color:#c62828;background:#ffebee}.hp-badge--loading{color:#999;background:#f5f5f5;font-weight:400}.hp-card-meta{flex-direction:column;gap:.3rem;margin-top:.7rem;display:flex}.hp-card-ms{color:#43a047;font-size:.82rem;font-weight:500}.hp-card-ms--mid{color:#f57c00}.hp-card-ms--slow{color:#c62828}.hp-card-error{color:#c62828;word-break:break-word;font-size:.8rem;line-height:1.4}.hp-btn-back{color:#555;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:.8rem;padding:.6rem 1.4rem;font-family:inherit;font-size:.9rem;transition:all .2s}.hp-btn-back:hover{background:#f5f5f5}@media (width<=768px){.hp-page{padding:1.5rem 5%}.hp-header h1{font-size:1.5rem}.hp-header{flex-direction:column;align-items:flex-start}.hp-header-actions{justify-content:flex-end;width:100%}.hp-grid{grid-template-columns:1fr}}
