.login-page-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh + -0px);width:100%;background-color:#eaecef;padding:40px 20px;box-sizing:border-box}.login-form-container{background-color:#3e3e3e;padding:40px 30px;border-radius:8px;box-shadow:0 10px 25px #0000004d;max-width:420px;width:100%;text-align:center;color:#eee}.login-logo{width:80px;height:auto;margin-bottom:25px}.login-form-container h1{font-size:1.8em;margin-top:0;margin-bottom:30px;font-weight:500}.login-form-container form{width:100%;display:flex;flex-direction:column;gap:20px}.login-form-container form div{text-align:left}.login-form-container label{display:block;margin-bottom:8px;font-weight:500;font-size:.9em;color:#bbb}.login-form-container input[type=email],.login-form-container input[type=password]{width:100%;padding:12px 15px;border:1px solid #777;border-radius:6px;font-size:1em;box-sizing:border-box;background-color:#555;color:#eee;transition:border-color .2s ease}.login-form-container input[type=email]:focus,.login-form-container input[type=password]:focus{outline:none;border-color:#a0cfff;box-shadow:0 0 0 3px #a0cfff33}.login-error{color:#ff9a9a;font-size:.85em;margin-top:-10px;margin-bottom:10px;text-align:center}.login-submit-button{width:100%;padding:12px 15px;font-size:1em;font-weight:700;color:#fff;background-color:#4361ee;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;margin-top:10px}.login-submit-button:hover{background-color:#3f51b5}.login-submit-button:disabled{opacity:.6;cursor:not-allowed}.register-prompt{margin-top:30px;font-size:.9em;color:#bbb}.register-prompt-link{color:#a0cfff;font-weight:700;text-decoration:none;margin-left:5px}.register-prompt-link:hover{text-decoration:underline}.register-page-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background-color:#eaecef;padding:40px 20px;box-sizing:border-box}.register-form-container{background-color:#3e3e3e;padding:40px 35px;border-radius:8px;box-shadow:0 10px 25px #0000004d;max-width:1000px;width:100%;text-align:center;color:#eee}.register-form-container h1{font-size:1.8em;margin-top:0;margin-bottom:40px;font-weight:500;color:#eee}.register-form-container form{width:100%;display:flex;flex-direction:column}.form-grid-container{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px;width:100%;margin-bottom:25px}.register-logo{width:80px;height:auto;margin-bottom:25px}.register-form-container h1{font-size:1.8em;margin-top:0;margin-bottom:30px;font-weight:500;color:#eee}.register-form-container form{width:100%;display:flex;flex-direction:column;gap:20px}.register-form-container form .form-group{text-align:left;margin-bottom:0}.register-form-container form>div:not(.form-group){margin-bottom:20px;text-align:left}.register-form-container label{display:block;margin-bottom:8px;font-weight:500;font-size:.9em;color:#bbb}.register-form-container input[type=text],.register-form-container input[type=email],.register-form-container input[type=password],.register-form-container input[type=tel],.register-form-container input[type=number],.register-form-container select,.register-form-container textarea{width:100%;padding:12px 15px;border:1px solid #777;border-radius:6px;font-size:1em;box-sizing:border-box;background-color:#555;color:#eee;transition:border-color .2s ease}.register-form-container select{height:calc(24px + 1.4em)}.register-form-container select option{background-color:#555;color:#eee}.register-form-container input:focus,.register-form-container select:focus,.register-form-container textarea:focus{outline:none;border-color:#a0cfff;box-shadow:0 0 0 3px #a0cfff33}.register-form-container input[readonly]{background-color:#444;cursor:not-allowed}.plz-message{display:inline-block;margin-left:10px;font-size:.85em;font-style:italic}.plz-loading{color:#a0cfff}.plz-error{color:#ffcc80}.password-strength-indicator{margin-top:8px;font-size:.8em}.password-strength-indicator .strength-bar-container{width:100%;height:6px;background-color:#555;border-radius:3px;overflow:hidden;margin-bottom:4px}.password-strength-indicator .strength-bar{height:100%;transition:width .3s ease,background-color .3s ease}.password-strength-indicator .strength-text{display:block;margin-top:3px;text-align:right}.password-strength-indicator .strength-feedback{display:block;margin-top:3px;text-align:right;color:#aaa;font-size:.9em}.terms-privacy-section{margin-top:30px;margin-bottom:25px;text-align:left;font-size:.9em;width:100%}.consent-group{display:flex;align-items:baseline;margin-bottom:10px;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.consent-group:last-child{margin-bottom:0}label.consent-label-text{display:inline-flex;align-items:center;margin-right:5px;color:#ccc;font-size:.9em;cursor:pointer;white-space:nowrap;flex-shrink:0}label.consent-label-text input[type=checkbox]{width:auto;margin-right:8px;cursor:pointer;flex-shrink:0}label.consent-label-text span{white-space:nowrap}.consent-label{display:flex;align-items:center;margin-bottom:8px;cursor:pointer;color:#ccc}.consent-label input[type=checkbox]{width:auto;margin-right:8px}.consent-link{color:#a0cfff;text-decoration:none;cursor:pointer;font-size:.9em;white-space:nowrap}.register-error{color:#ff9a9a;font-size:.9em;margin-top:0;margin-bottom:25px;text-align:center;width:100%}.register-submit-button{width:100%;padding:14px 15px;font-size:1.1em;font-weight:700;color:#fff;background-color:#4361ee;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;margin-top:0}.register-submit-button:hover{background-color:#3f51b5}.register-submit-button:disabled{opacity:.6;cursor:not-allowed}.login-prompt{margin-top:30px;font-size:.9em;color:#bbb}.login-prompt-link{color:#a0cfff;font-weight:700;text-decoration:none;margin-left:5px}.login-prompt-link:hover{text-decoration:underline}.register-form-container hr{display:none}@media (max-width: 992px){.form-grid-container{grid-template-columns:1fr;gap:20px 0}.register-form-container{max-width:550px;padding:30px 25px}}.consent-link{color:#a0cfff;text-decoration:none;margin-left:4px;cursor:pointer}.consent-link:hover{text-decoration:underline}.crop-plan-page-content{max-width:1200px;margin:30px auto;padding:0;color:#eee}.crop-plan-header{background-color:#2c2c2c;color:#eee;padding:15px 20px;border-top-left-radius:5px;border-top-right-radius:5px}.crop-plan-header h1{margin:0 0 5px;font-size:1.6em}.crop-plan-header p{margin:0;font-size:.9em;color:#bbb}.crop-plan-intro{background-color:#3e3e3e;color:#ccc;padding:20px;margin-top:0;line-height:1.6;font-style:italic}.crop-plan-intro p{margin:0}.crop-plan-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:20px;background-color:#3e3e3e;margin-top:0}.crop-plan-button{padding:6px 12px;font-size:.8em;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .2s ease,color .2s ease;border:1px solid rgb(51,109,14);background-color:#336d0e;color:#fff}.crop-plan-button:hover{background-color:#1b3f05;border-color:#1b3f05}.crop-plan-button:disabled{opacity:.65;cursor:not-allowed}.crop-plan-details-area{background-color:#3e3e3e;color:#eee;padding:25px;margin-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;min-height:150px}.detail-section{margin-bottom:25px}.detail-section:last-child{margin-bottom:0}.detail-section h3{margin-top:0;margin-bottom:15px;color:#eee;font-size:1.2em;border-bottom:1px solid #555;padding-bottom:8px}.detail-section p{margin:0 0 10px;line-height:1.5}.detail-section p strong{color:#bbb;margin-right:8px}.detail-item{margin-bottom:15px;padding-bottom:15px;border-bottom:1px dashed #555}.detail-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.detail-error{color:#ff9a9a;font-weight:700}.crop-plan-details-area .loading-text{font-style:italic;color:#bbb}.timeline-page-content{max-width:1200px;margin:30px auto;padding:0}.timeline-header{background-color:#2c2c2c;color:#eee;padding:15px 20px;border-top-left-radius:5px;border-top-right-radius:5px;text-align:center}.timeline-header h1{margin:0;font-size:1.6em}.timeline-controls-section{background-color:#3e3e3e;padding:20px;margin-top:0;display:flex;flex-direction:column;gap:20px}.sowing-date-section{display:flex;align-items:center;gap:10px;justify-content:center}.sowing-date-label{font-size:1.1em;font-weight:500;color:#bbb}.sowing-date-input{padding:8px 10px;font-size:1em;border:1px solid #777;border-radius:4px;background-color:#555;color:#eee;color-scheme:dark}.timeline-controls-top{display:flex;flex-wrap:wrap;gap:10px 25px;padding:15px 0 0;border-top:1px solid #555;justify-content:center;color:#ccc}.timeline-controls-top label{display:inline-flex;align-items:center;font-size:.9em;cursor:pointer;margin:0}.timeline-controls-top input[type=checkbox]{margin-right:5px;cursor:pointer}.inline-loading{display:inline-block;margin-left:15px;font-size:.8em;font-style:italic;color:#bbb}.timeline-error{color:#ff9a9a;padding:10px 20px;background-color:#3e3e3e;text-align:center;margin-top:-20px;margin-bottom:20px}.timeline-visualization-container{background-color:#3e3e3e;padding:25px;margin-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;min-height:200px}.timeline-visualization{position:relative;overflow-x:auto;padding-bottom:30px}.timeline-tracks-container{position:relative;padding-top:10px;padding-bottom:25px}.timeline-track,.growth-track{display:flex;align-items:flex-start;min-height:45px;padding-bottom:18px;margin-bottom:0;position:relative}.track-label{flex-shrink:0;width:180px;font-size:.8em;font-weight:700;padding-right:15px;text-align:right;color:#bbb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:5px}.track-bars{flex-grow:1;position:relative;height:15px;background-color:#555;border-radius:7px;margin-top:5px}.timeline-bar{position:absolute;top:0;height:100%;border-radius:7px;overflow:hidden;box-shadow:inset 0 1px 1px #0003;transition:background-color .2s ease,opacity .2s ease}.timeline-bar-wrapper{position:absolute;top:0;height:15px}.growth-bar{width:100%;height:100%;z-index:1;cursor:default;border-radius:7px;box-shadow:inset 0 1px 1px #0003;transition:background-color .2s ease}.activity-bar{opacity:.85;cursor:pointer;z-index:5}.activity-bar:hover{opacity:1}.bar-label-below{position:absolute;top:100%;left:0;width:100%;margin-top:2px;text-align:center;font-size:.75em;color:#eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.timeline-axis-container{position:absolute;bottom:0;left:0;right:0;height:25px;border-top:1px solid #555;margin-top:10px;overflow:hidden;padding-left:195px;box-sizing:border-box}.timeline-axis{position:relative;width:100%;height:100%}.timeline-month{position:absolute;bottom:0;height:100%;border-left:1px solid #555;padding-left:5px;font-size:.8em;color:#aaa;display:flex;align-items:flex-end;padding-bottom:3px;box-sizing:border-box}.timeline-month:first-child{border-left:none}.no-activity-data{font-size:.8em;color:#999;position:absolute;left:5px;top:50%;transform:translateY(-50%);font-style:italic}.select-sowing-prompt{text-align:center;font-style:italic;color:#bbb;padding:30px 0}.loading-text{font-style:italic;color:#bbb;text-align:center;display:block;padding:20px 0}.sidebar{width:250px;height:100vh;background-color:#212529;color:#adb5bd;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100;box-shadow:2px 0 5px #0000001a}.sidebar-header{padding:20px 15px;text-align:center;border-bottom:1px solid #343a40}.sidebar-header h2{margin:0;color:#f8f9fa;font-size:1.5em}.sidebar-logo{max-width:80%;height:auto;max-height:60px;margin-bottom:10px}.sidebar-nav{flex-grow:1;padding-top:20px}.nav-link{display:block;padding:12px 20px;color:#adb5bd;text-decoration:none;transition:background-color .2s ease,color .2s ease;font-size:1em;border-left:3px solid transparent;text-align:left}.nav-link:hover{background-color:#343a40;color:#f8f9fa}.nav-link.active{background-color:#0d6efd;color:#fff;font-weight:700;border-left-color:#6ea8fe}.sidebar-footer{padding:15px;border-top:1px solid #343a40}.user-info{margin-bottom:15px;text-align:center}.user-info p{margin:0 0 10px;font-size:.95em;word-break:break-all;color:#adb5bd}.logout-button{width:100%}.logout-button:hover{background-color:#c82333}.language-switcher{display:flex;justify-content:center;gap:5px;margin-top:10px}.lang-button{background:none;border:1px solid #495057;color:#adb5bd;padding:3px 6px;font-size:.75em;border-radius:3px;cursor:pointer}.lang-button:hover{background-color:#495057;color:#fff}.lang-button.active{background-color:#6c757d;color:#fff;font-weight:700;cursor:default;border-color:#6c757d}.lang-button:disabled{opacity:.7;cursor:default}.nav-item-container{position:relative;margin-bottom:5px}.analysis-button{display:block;width:100%;padding:12px 20px;color:#adb5bd;background-color:transparent;border:none;text-align:left;font-size:1em;cursor:pointer;border-left:3px solid transparent;transition:background-color .2s ease,color .2s ease}.analysis-button:hover:not(:disabled){background-color:#343a40;color:#f8f9fa}.analysis-button:disabled{color:#6c757d;cursor:not-allowed;opacity:.6}.analysis-button.active-dropdown{background-color:#343a40}.parcel-select-dropdown{display:block;width:calc(100% - 30px);margin:5px 15px 10px;padding:8px;border-radius:4px;border:1px solid #495057;background-color:#343a40;color:#f8f9fa;font-size:.9em}.main-layout{display:flex;min-height:100vh}.main-layout:before{content:"";display:block;width:250px;flex-shrink:0}.main-content{flex-grow:1;padding:5px;background-color:#e9ecef;overflow-y:auto}.leaflet-control-geosearch *,.leaflet-control-geosearch *:before,.leaflet-control-geosearch *:after{box-sizing:border-box}.leaflet-control-geosearch .leaflet-bar-part{border-radius:4px;border-bottom:none}.leaflet-control-geosearch a.leaflet-bar-part:before,.leaflet-control-geosearch a.leaflet-bar-part:after{position:absolute;display:block;content:""}.leaflet-control-geosearch a.leaflet-bar-part:before{top:17px;left:15px;width:6px;border-top:2px solid #555;transform:rotate(45deg)}.leaflet-control-geosearch a.leaflet-bar-part:after{top:10px;left:10px;height:8px;width:8px;border-radius:50%;border:2px solid #555}.leaflet-control-geosearch.error a.leaflet-bar-part:before,.leaflet-control-geosearch.pending a.leaflet-bar-part:before{display:none}.leaflet-control-geosearch.pending a.leaflet-bar-part:after,.leaflet-control-geosearch.error a.leaflet-bar-part:after{left:50%;top:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%}.leaflet-control-geosearch.pending a.leaflet-bar-part:after{content:"";border:2px solid #555;border-top:2px solid #f3f3f3;animation:spin 1s linear infinite}.leaflet-control-geosearch.error a.leaflet-bar-part:after{content:"!";line-height:initial;font-weight:600;font-size:18px;border:none}.leaflet-control-geosearch form{display:none;position:absolute;top:0;left:30px;border-radius:0 4px 4px 0;background-color:#fff;background-clip:padding-box;z-index:-1;height:auto;margin:0;padding:0 8px;box-shadow:0 1px 5px #000000a6}.leaflet-geosearch-button form.open{border-radius:0 4px 4px}.leaflet-control-geosearch.active form{display:block}.leaflet-geosearch-button.active .leaflet-bar-part{border-radius:4px 0 0 4px;width:30px}.leaflet-geosearch-button form{max-width:350px}.leaflet-control-geosearch form input{min-width:200px;width:100%;outline:none;margin:0;padding:0;font-size:12px;height:30px;border:none;border-radius:0 4px 4px 0;text-indent:8px}.leaflet-touch .leaflet-geosearch-bar form{border:2px solid rgba(0,0,0,.2);box-shadow:none}.leaflet-touch .leaflet-geosearch-bar form input{height:30px}.leaflet-control-geosearch .results{background:#fff}.leaflet-control-geosearch .results>*{line-height:24px;padding:0 8px;border:1px solid transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leaflet-control-geosearch .results.active{padding:8px 0;border-top:1px solid #c6c6c6}.leaflet-control-geosearch .results>.active,.leaflet-control-geosearch .results>:hover{background-color:#f8f8f8;border-color:#c6c6c6;cursor:pointer}.leaflet-control-geosearch .results.active:after{content:"";display:block;width:0;position:absolute;left:-2px;bottom:-2px;top:30px}.leaflet-touch .leaflet-control-geosearch .results.active:after{border-left:2px solid rgba(0,0,0,.2)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-top .leaflet-geosearch-bar,.leaflet-bottom .leaflet-geosearch-bar{display:none}.leaflet-geosearch-bar{position:relative;display:block;height:auto;width:400px;max-width:calc(100% - 120px);margin:10px auto 0;cursor:auto;z-index:1000}.leaflet-geosearch-bar form{position:relative;top:0;left:0;display:block;border-radius:4px}.leaflet-geosearch-bar form input{min-width:100%;width:100%}.leaflet-geosearch-bar .results.active:after{opacity:.2}.leaflet-right .leaflet-control-geosearch form{right:28px;left:initial;border-radius:4px 0 0 4px;border-left:inherit;border-right:none}.leaflet-bar-notfound{font-style:italic}.leaflet-control-geosearch button.reset{color:#000;font-weight:700;position:absolute;line-height:26px;padding:0 8px;right:0;top:0;cursor:pointer;border:none;text-decoration:none;background-color:#fff;border-radius:0 4px 4px 0}.leaflet-touch .leaflet-control-geosearch button.reset{line-height:30px}.leaflet-control-geosearch button.reset:hover{background:#f5f5f5}.leaflet-control-geosearch.bar{border-color:#555;box-shadow:0 1px 5px #0006}.leaflet-control-geosearch form{border-color:#555;background-color:#3e3e3e}.leaflet-control-geosearch form input{color:#eee;border-color:#555;background-color:#555;border-radius:4px}.leaflet-top.leaflet-left .leaflet-control-geosearch.bar{margin-left:10px;margin-top:10px;margin-right:0;float:left}.leaflet-top.leaflet-left .leaflet-control-geosearch.bar form{max-width:250px;margin-left:0;margin-right:0;border-color:#555;background-color:#3e3e3e;box-shadow:0 1px 5px #0006;border-radius:4px}.leaflet-top.leaflet-left .leaflet-control-geosearch.bar form input{max-width:calc(100% - 30px)}.leaflet-top.leaflet-left .leaflet-control-geosearch.bar form a.glass{border-left:1px solid #555;border-radius:0 4px 4px 0}.leaflet-control-geosearch form input{color:#eee;border-color:#555;background-color:#555}.leaflet-control-geosearch form input:focus{background-color:#666}.leaflet-control-geosearch .reset,.leaflet-control-geosearch a.glass{border-color:#555;background-color:#4a4a4a}.leaflet-control-geosearch a.glass:hover{background-color:#555}.leaflet-control-geosearch .results{background-color:#3e3e3e;border-color:#555}.leaflet-control-geosearch .results>*{color:#ccc;border-bottom-color:#555}.leaflet-control-geosearch .results>*:hover,.leaflet-control-geosearch .results>.active{background-color:#4a4a4a;color:#fff}.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}}.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:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),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:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;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{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.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{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.btn{display:inline-block;padding:5px 12px;font-size:.9em;font-weight:500;line-height:1.4;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;min-width:120px}.btn:focus{outline:0;box-shadow:0 0 0 .2rem #0d6efd40}.btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.btn-blue{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-blue:hover{background-color:#0b5ed7;border-color:#0a58ca}.btn-red{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-red:hover{background-color:#bb2d3b;border-color:#b02a37}.btn-yellow{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-yellow:hover{background-color:#ffca2c;border-color:#ffc720}.btn-green{color:#fff;background-color:#198754;border-color:#198754}.btn-green:hover{background-color:#157347;border-color:#146c43}.btn-turquoise{color:#fff;background-color:#0dcaf0;border-color:#0dcaf0}.btn-turquoise:hover{background-color:#31d2f2;border-color:#25cff2}.btn-sm{padding:.25rem .5rem;font-size:.875em;border-radius:.2rem;min-width:130px}.btn-back{margin-top:10px;margin-left:10px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1050;padding:20px;overflow-y:auto}.modal-content{background-color:#3e3e3e;color:#eee;border:1px solid #555;border-radius:5px;padding:0;min-width:400px;max-width:600px;box-shadow:0 5px 15px #00000080;max-height:90vh;display:flex;flex-direction:column;text-align:left;overflow:hidden}.modal-content h2{font-size:1.3em;color:#eee;background-color:#4a4a4a;padding:15px 20px;margin:0;border-bottom:1px solid #555;flex-shrink:0}.modal-content form{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.modal-content .modal-body{padding:20px;overflow-y:auto;flex-grow:1;min-height:0}.modal-content .modal-body>div{margin-bottom:25px}.modal-content .modal-body>div:last-of-type{margin-bottom:0}.modal-content label{display:block;margin-bottom:6px;font-weight:700;font-size:.9em;color:#bbb}.modal-content input[type=text],.modal-content input[type=email],.modal-content input[type=password],.modal-content input[type=number],.modal-content input[type=tel],.modal-content input[type=date],.modal-content select,.modal-content textarea{width:100%;padding:8px 10px;border:1px solid #777;border-radius:4px;font-size:.95em;box-sizing:border-box;background-color:#555;color:#eee}.modal-content select{height:36px}.modal-content select option{background-color:#555;color:#eee}.modal-content p[style*="color: red"]{font-size:.85em;margin-top:10px;color:#ff9a9a!important}.modal-actions{background-color:#4a4a4a;border-top:1px solid #555;padding:15px 20px;text-align:center;margin-top:auto;flex-shrink:0}.modal-actions button{background:none;border:none;padding:5px;margin:0 10px;font-size:.95em;font-weight:500;color:#a0cfff;cursor:pointer;text-decoration:none;transition:color .15s ease-in-out,text-decoration .15s ease-in-out}.modal-actions button:hover{color:#fff;text-decoration:underline}.modal-actions button:disabled{color:#888;cursor:not-allowed;text-decoration:none;opacity:.7}.edit-profile-modal{max-width:800px}.policy-modal-content{max-width:800px;max-height:85vh}.policy-modal-body{font-size:.9em;line-height:1.6}.policy-modal-body h1,.policy-modal-body h2{margin-top:1.5em;margin-bottom:.5em;color:#eee}.policy-modal-body h1{font-size:1.4em}.policy-modal-body h2{font-size:1.2em}.policy-modal-body p{margin-bottom:1em;color:#ccc}.policy-modal-body ul{margin-left:20px;margin-bottom:1em;color:#ccc}.policy-modal-body li{margin-bottom:.5em}.dashboard-container{padding:20px}.profile-block{flex:1 1 300px;border-radius:5px;background-color:#3e3e3e;border:1px solid #4a4a4a;color:#eee;padding:0;overflow:hidden;display:flex;flex-direction:column}.profile-block-content{width:100%;display:flex;flex-direction:column;flex-grow:1}.parcel-list-container{padding:0;margin:0}.parcel-card{border:1px solid #555;border-top:none;padding:15px;margin-bottom:0;background-color:#3e3e3e;box-shadow:0 1px 3px #0000000d}.parcel-list-container .parcel-card:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-bottom:15px}.parcel-data-row{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:10px;border-bottom:1px solid #555;margin-bottom:10px}.parcel-data-item{flex:1;min-width:120px;text-align:center;padding:5px}.parcel-label{display:block;font-size:.8em;color:#bbb;margin-bottom:3px;font-weight:700}.parcel-value{display:block;font-size:.95em;color:#eee;word-wrap:break-word}.parcel-list-error{color:#ff8a8a;font-style:italic}.analysis-page-content{max-width:1200px;margin:30px auto;padding:0}.analysis-page-header{background-color:#2c2c2c;color:#eee;padding:12px 20px;margin-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px}.analysis-page-header p{margin:0;font-size:1.1em;font-weight:500}.analysis-page-header p strong{color:#bbb}.analysis-page-back-button{display:inline-block;padding:5px 12px;font-size:.9em;font-weight:500;line-height:1.4;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;color:#fff;background-color:#0d6efd;border:1px solid #0d6efd;border-radius:.25rem;margin-top:10px;margin-left:10px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;min-width:130px}.analysis-page-back-button:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;text-decoration:none}.analysis-page-back-button:focus{outline:0;box-shadow:0 0 0 .2rem #0d6efd40}.analysis-table{width:100%;border-collapse:collapse;font-size:.9em;color:#eee;background-color:#3e3e3e;overflow:hidden;box-shadow:0 2px 5px #0003;margin-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.analysis-table.analysis-table-beneath-header{border-top-left-radius:0;border-top-right-radius:0}.analysis-table th{background-color:#2c2c2c;color:#fff;padding:12px 15px;text-align:left;font-weight:700;border-bottom:1px solid #555}.analysis-table td{padding:10px 15px;text-align:left;border-bottom:1px solid #555;vertical-align:middle}.analysis-table tbody tr{background-color:#3e3e3e;transition:background-color .15s ease}.analysis-table tbody tr:hover{background-color:#4a4a4a}.analysis-table tbody tr:last-child td{border-bottom:none}.analysis-table td:last-child{text-align:center}.analysis-table td:nth-child(4):not(:empty):before,.analysis-table td:nth-child(5):not(:empty):before,.analysis-table td:nth-child(6):not(:empty):before,.analysis-table td:nth-child(7):not(:empty):before{content:attr(data-placeholder)}.leaflet-popup-content-wrapper{background-color:#3e3e3e;color:#eee;border-radius:5px;box-shadow:0 3px 14px #0006}.leaflet-popup-content{margin:15px 22px;line-height:1.5;font-size:.95em;min-width:190px}.leaflet-popup-content p{margin:0 0 6px}.leaflet-popup-content strong{color:#bbb}.leaflet-popup-content hr{border:none;border-top:1px solid #555;margin:1px 0}.leaflet-popup-close-button{color:#bbb!important;padding:8px 8px 0 0}.leaflet-popup-close-button:hover{color:#eee!important;background-color:transparent}.leaflet-popup-tip-container .leaflet-popup-tip{background-color:#3e3e3e;box-shadow:none}.popup-delete-parcel-button,.popup-edit-button,.popup-delete-button{background:none;border:none;padding:3px 5px;margin:5px 5px 0 0;font-size:.9em;font-weight:500;color:#a0cfff;cursor:pointer;text-decoration:none;transition:color .15s ease-in-out,text-decoration .15s ease-in-out}.popup-delete-parcel-button:hover,.popup-edit-button:hover,.popup-delete-button:hover{color:#fff;text-decoration:underline}.map-action-modal input[type=text],.map-action-modal input[type=number],.map-action-modal textarea{width:320;max-width:360px;display:block;margin-left:20px;margin-right:20px;margin-bottom:10px}.map-action-modal textarea{min-height:40px}.map-action-modal label{display:block;text-align:left;max-width:350px;margin-left:auto;margin-right:auto;margin-bottom:6px}.map-action-modal .calculated-area-display{font-style:italic;font-size:.9em;color:#ccc;text-align:right;padding-right:210px;margin-top:-5px;margin-bottom:15px}.map-action-modal .modal-body>div,.map-action-modal .modal-body>p.calculated-area-display{margin-bottom:20px}.leaflet-control-layers{background-color:#3e3e3e;border:1px solid #555;border-radius:5px;box-shadow:0 1px 5px #0006;color:#eee;padding:10px}.leaflet-control-layers-toggle{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"%3E%3Cpath d="M4 7h24v2H4zm0 11h24v2H4zm0 11h24v2H4z" fill="%23cccccc"/%3E%3C/svg%3E');background-size:18px 18px}.leaflet-control-layers-toggle:hover{background-color:#4a4a4a}.leaflet-control-layers-base,.leaflet-control-layers-overlays{margin-bottom:5px}.leaflet-control-layers label{display:flex;align-items:center;padding:3px 0;cursor:pointer}.leaflet-control-layers label span{color:#ccc;padding-left:5px;vertical-align:middle}.leaflet-control-layers label:hover span{color:#fff}.leaflet-control-layers-selector{margin-right:6px;margin-top:0;margin-bottom:0;vertical-align:middle;cursor:pointer}.leaflet-control-layers-separator{height:0;border-top:1px solid #555;margin:5px 0}.weather-modal-final{width:700px;height:700px;max-width:95vw;max-height:95vh;background-color:#3e3e3ed9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:0;overflow:hidden;display:flex;flex-direction:column;border-radius:8px}.weather-display-area-final{position:relative;z-index:1;flex-grow:1;padding:30px 35px;min-height:0;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto}.weather-display-area-final:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--weather-bg-image);background-size:cover;background-position:center bottom;opacity:.6;z-index:-1}.weather-loading-overlay,.weather-error-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:#3e3e3ee6;z-index:10;font-style:italic;color:#bbb;padding:20px;text-align:center}.weather-error-overlay{color:#ff9a9a}.weather-section-redesigned{background-color:transparent;padding:0;margin-bottom:20px;border-radius:0;box-shadow:none}.weather-section-redesigned:last-child{margin-bottom:0}.weather-current-redesigned{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:20px}.current-main-info{display:flex;align-items:center;width:100%;justify-content:left}.weather-icon-large svg{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.7))}.current-temp-details{display:flex;flex-direction:column;align-items:flex-start}.current-temp-large{font-size:4.5em;font-weight:200;line-height:1;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6)}.weather-desc{font-size:1.2em;color:#eee;margin-top:5px;font-weight:400}.current-extras{display:flex;align-items:flex-start;font-size:1em;color:#eee;width:100%;justify-content:flex-start;gap:15px}.current-extras span{display:inline-flex;align-items:center;gap:6px}.current-extras svg{font-size:1.1em;opacity:.9}.weather-today-redesigned h4{text-align:center;margin-top:0;margin-bottom:10px;font-size:1.5em;color:#eee;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.3);font-weight:500}.today-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px 20px;padding:0 10px}.today-col p{margin:0 0 10px;font-size:1.1em;color:#eee;display:flex;align-items:center;gap:8px}.today-status{font-size:1.1em}.weather-icon-small svg{margin-top:1px;font-size:1.2em}.icon-red{color:#faa}.icon-blue{color:#c0dfff}.weather-soil-redesigned{padding:5px 0;margin-top:10px}.soil-ruler-container{display:flex;justify-content:center;align-items:stretch;min-height:250px;gap:0;position:relative}.soil-ruler{width:80px;position:relative;border:1px solid rgba(255,255,255,.4);border-top:none;border-bottom:none;flex-shrink:0}.soil-ruler.left{border-right:none;padding-right:5px}.soil-ruler.right{border-left:none;padding-left:5px}.depth-mark{position:absolute;left:0;right:0;transform:translateY(-50%)}.depth-mark span{display:inline-block;font-size:1.1em;color:#eee;background:#1e1e1eb3;padding:2px 6px;border-radius:3px}.soil-ruler.left .depth-mark{text-align:right;padding-right:8px}.soil-ruler.right .depth-mark{text-align:left;padding-left:8px}.soil-data-content-final{flex-grow:1;padding:0;min-height:100px;position:relative}.soil-data-header{display:flex;justify-content:space-between;padding-bottom:8px;margin-bottom:15px;flex-shrink:3}.soil-header-title{flex-basis:45%;font-weight:700;font-size:1em;color:#eee}.soil-header-title.temp-title{text-align:left}.soil-header-title.moist-title{text-align:right}.soil-value{position:absolute;font-size:1.1em;color:#fff;display:inline-flex;align-items:baseline;gap:5px;transform:translateY(-50%)}.soil-value svg{font-size:.9em;color:#ccc}.soil-value.temp{left:15px;text-align:left}.soil-value.temp svg{order:-1}.soil-value.moist{right:15px;text-align:right}.close-button-container-weather{text-align:center;padding-top:0;flex-shrink:0}.close-button-container-weather button{background:none;border:none;padding:5px;margin:0;font-size:1em;font-weight:500;color:#a0cfff;cursor:pointer;text-decoration:none;transition:color .15s ease-in-out,text-decoration .15s ease-in-out}.close-button-container-weather button:hover{color:#fff;text-decoration:underline}.data-attribution{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;margin-top:30px;background-color:#3e3e3e;border-top:1px solid #555}.fao-logo{height:60px;width:auto;flex-shrink:0}.attribution-text{font-size:1em;color:#ccc;font-style:italic;margin:0;text-align:left}.page-content-header{background-color:#2c2c2c;color:#eee;padding:15px 20px;border-top-left-radius:5px;border-top-right-radius:5px;text-align:center;margin-bottom:0;border:1px solid #555;border-bottom:none}.page-content-header h1,.page-content-header h2,.page-content-header h3,.page-content-header p{margin:0;font-size:1.6em;font-weight:500;line-height:1.3;color:#eee}.page-content-header p.subtitle{font-size:.9em;color:#bbb;margin-top:5px;font-weight:400}.leaflet-div-icon-startpoint{background:none;border:none}.profile-block{border:1px solid #4a4a4a;background-color:#3e3e3e;border-radius:5px;padding:0}.profile-body{padding:20px;background-color:#3e3e3e}.parcel-list-container .parcel-card:first-child{border-top-left-radius:0;border-top-right-radius:0;border-top:none}#root{margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
