:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#413544;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #1a1a2e;--color-primary-hover: #2d2d44;--color-bg: #f5f5f5;--color-text: #413544;--color-text-strong: #1a1a2e;--color-text-muted: #666;--color-border: #e0e0e0;--color-border-light: #e8e8e8;--color-input-focus: rgba(26, 26, 46, .15)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.layout{min-height:100vh;height:100vh;display:flex;flex-direction:column}.layout-header{background:#1a1a2e;color:#eee;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0003}.layout-logo{display:flex;align-items:center;text-decoration:none}.layout-logo-image{height:32px;display:block}.layout-nav{display:flex;gap:1.5rem;align-items:center}.layout-nav a{color:#aaa;text-decoration:none;transition:color .2s}.layout-nav a:hover{color:#fff}.layout-logout{background:transparent;border:1px solid #555;color:#aaa;padding:.4rem .8rem;cursor:pointer;border-radius:4px;font-size:.9rem}.layout-logout:hover{color:#fff;border-color:#777}.layout-main{flex:1;padding:2rem;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.layout-main:has(.map-page),.layout-main:has(.map-monitoring-page){overflow:hidden}.home-page{max-width:720px;margin:0 auto;padding:0 1rem 3rem}.home-hero{text-align:center;padding:2.5rem 0 3rem;border-bottom:1px solid rgba(0,0,0,.06)}.home-logo{height:72px;margin-bottom:1.5rem}.home-tagline{font-size:1.5rem;color:#1a1a2e;font-weight:600;margin:0 0 1.25rem;letter-spacing:-.02em}.home-desc{font-size:.95rem;color:#555;line-height:1.7;max-width:520px;margin:0 auto}.home-section{padding:2.5rem 0 0}.home-section-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.home-section-desc{font-size:.9rem;color:#666;margin:0 0 1.5rem}.home-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:560px){.home-grid{grid-template-columns:1fr}}.home-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.home-card:hover{border-color:var(--color-primary, #1a1a2e);box-shadow:0 4px 12px #00000014}.home-card:focus-visible{outline:2px solid var(--color-primary, #1a1a2e);outline-offset:2px}.home-card-icon{font-size:1.75rem;line-height:1;margin-bottom:.75rem;opacity:.9}.home-card-title{font-size:1.05rem;font-weight:600;color:#1a1a2e;margin:0 0 .35rem}.home-card-desc{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}.page{max-width:480px;margin:0 auto}.page h1{font-size:1.75rem;margin-bottom:.5rem;color:#1a1a2e}.form-desc{color:#666;font-size:.9rem;margin-bottom:1.5rem}.form-desc code{background:#f0f0f0;padding:.1rem .4rem;border-radius:4px;font-size:.85em}.form-page .form,.form{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.form label{display:block;margin-bottom:1rem;font-weight:500;color:#333}.form label input,.form label select,.form label textarea{display:block;width:100%;margin-top:.4rem;padding:.6rem .8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box}.form label input:focus,.form label select:focus,.form label textarea:focus{outline:none;border-color:var(--color-primary, #1a1a2e);box-shadow:0 0 0 2px var(--color-input-focus, rgba(26, 26, 46, .15))}.form label textarea{font-family:monospace;resize:vertical;min-height:80px}.form button[type=submit]{width:100%;padding:.75rem 1rem;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:.5rem}.form button[type=submit]:hover:not(:disabled){background:#2d2d44}.form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#dc2626;font-size:.9rem;margin:.5rem 0}.form-success{color:#059669;font-size:.9rem;margin:.5rem 0}.form-footer{margin-top:1rem;text-align:center;font-size:.9rem;color:#666}.form-footer a{color:var(--color-primary, #1a1a2e);text-decoration:none}.form-footer a:hover{text-decoration:underline}.format-examples{margin:1rem 0;padding:.75rem;background:#f8f9fa;border-radius:6px;font-size:.85rem}.format-examples p{margin:0 0 .5rem;color:#666}.format-examples code{display:block;margin:.25rem 0;padding:.25rem 0;font-family:monospace;color:#333}.loading{text-align:center;padding:2rem;color:#666}.auth-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--color-bg, #f5f5f5)}.auth-card{width:100%;max-width:400px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;border:1px solid var(--color-border, #e0e0e0);overflow:hidden}.auth-card-accent{height:3px;background:var(--color-primary, #1a1a2e)}.auth-card-inner{padding:2rem 1.75rem}.auth-page h1{font-size:1.5rem;font-weight:700;color:var(--color-text-strong, #1a1a2e);margin:0 0 .35rem;letter-spacing:-.02em}.auth-page .auth-subtitle{font-size:.9rem;color:var(--color-text-muted, #666);margin:0 0 1.75rem;line-height:1.4}.auth-page .form{margin:0;padding:0;border:none;border-radius:0;box-shadow:none;background:transparent}.auth-page .form label{margin-bottom:1.1rem}.auth-page .form label input{padding:.75rem 1rem;border-radius:8px;border:1px solid var(--color-border, #e0e0e0);margin-top:.5rem;transition:border-color .2s,box-shadow .2s}.auth-page .form label input:focus{border-color:var(--color-primary, #1a1a2e);box-shadow:0 0 0 3px var(--color-input-focus)}.auth-page .form label input::placeholder{color:#999}.auth-page .form button[type=submit]{margin-top:1.25rem;padding:.85rem 1rem;border-radius:8px;font-size:1rem;font-weight:600;background:var(--color-primary, #1a1a2e);color:#fff;border:none;transition:background .2s}.auth-page .form button[type=submit]:hover:not(:disabled){background:var(--color-primary-hover, #2d2d44)}.auth-page .form-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border-light, #eee);font-size:.9rem;color:var(--color-text-muted, #666)}.auth-page .form-footer a{color:var(--color-primary, #1a1a2e);font-weight:500}.auth-page .form-footer a:hover{text-decoration:underline}.auth-page .form-error{margin:.5rem 0 0;padding:.6rem .75rem;background:#fef2f2;border-radius:8px;border:1px solid #fecaca;font-size:.875rem;color:#b91c1c}.auth-page .form-success{margin:.5rem 0 0;padding:.6rem .75rem;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0;font-size:.875rem;color:#166534}.detail-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.detail-modal-content{background:#fff;border-radius:8px;width:90%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.detail-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e0e0e0}.detail-modal-header h2{margin:0;font-size:1.15rem;font-weight:600;color:#1a1a2e}.detail-modal-close{background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.detail-modal-close:hover{background:#f0f0f0}.detail-modal-body{flex:1;overflow-y:auto;padding:1.25rem}.detail-dl{margin:0}.detail-dl dt{font-size:.8rem;color:#666;margin-top:1rem;margin-bottom:.25rem}.detail-dl dt:first-child{margin-top:0}.detail-dl dd{margin:0;font-size:.95rem;color:#1a1a2e;word-break:break-all}.detail-dl dd+dt{margin-top:.75rem}.detail-pre{margin:0;padding:1rem;background:#f8f9fa;border-radius:6px;font-size:.85rem;font-family:monospace;white-space:pre-wrap;word-break:break-all;max-height:320px;overflow-y:auto}.host-page{max-width:560px}.host-list-wrap{margin-bottom:1.5rem}.host-list-empty{color:#666;font-size:.95rem;padding:1.5rem;text-align:center;background:#f8f9fa;border-radius:8px}.host-list{list-style:none;margin:0;padding:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000f}.host-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid #eee}.host-item:last-child{border-bottom:none}.host-item-info{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;min-width:0}.host-item-info-clickable{cursor:pointer;flex:1;min-width:0}.host-item-info-clickable:hover,.host-item-info-clickable:hover .host-item-name{color:var(--color-primary, #1a1a2e)}.host-item-name{font-weight:600;color:#1a1a2e}.host-item-type{font-size:.8rem;padding:.15rem .5rem;background:#e8e8ed;color:#555;border-radius:4px}.host-item-addr{font-size:.85rem;color:#666;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.host-item-delete{flex-shrink:0;padding:.4rem .75rem;font-size:.85rem;color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:6px;cursor:pointer}.host-item-delete:hover:not(:disabled){background:#fef2f2}.host-item-delete:disabled{opacity:.6;cursor:not-allowed}.host-add-btn{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--color-primary, #1a1a2e);background:#fff;border:1px dashed var(--color-border, #ccc);border-radius:8px;cursor:pointer}.host-add-btn:hover{background:#f5f5f7;border-color:var(--color-primary, #1a1a2e)}.host-form-wrap{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.host-form-title{font-size:1.1rem;margin:0 0 1rem;color:#333}.host-form-actions{display:flex;gap:.75rem;margin-top:.5rem}.host-form-actions button[type=submit]{flex:1;margin-top:0}.host-form-cancel{padding:.75rem 1rem;font-size:1rem;color:#555;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer}.host-form-cancel:hover{background:#eee}.format-page{max-width:560px}.format-list-wrap{margin-bottom:1.5rem}.format-list-empty{color:#666;font-size:.95rem;padding:1.5rem;text-align:center;background:#f8f9fa;border-radius:8px}.format-list{list-style:none;margin:0;padding:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000f}.format-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid #eee}.format-item:last-child{border-bottom:none}.format-item-info{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1rem;min-width:0}.format-item-info-clickable{cursor:pointer;flex:1;min-width:0}.format-item-info-clickable:hover .format-item-name{color:var(--color-primary, #1a1a2e)}.format-item-name{font-weight:600;color:#1a1a2e}.format-item-type{font-size:.75rem;color:#555;width:100%}.format-item-preview{font-size:.8rem;color:#666;font-family:monospace;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.format-item-delete{flex-shrink:0;padding:.4rem .75rem;font-size:.85rem;color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:6px;cursor:pointer}.format-item-delete:hover:not(:disabled){background:#fef2f2}.format-item-delete:disabled{opacity:.6;cursor:not-allowed}.format-add-btn{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--color-primary, #1a1a2e);background:#fff;border:1px dashed var(--color-border, #ccc);border-radius:8px;cursor:pointer}.format-add-btn:hover{background:#f5f5f7;border-color:var(--color-primary, #1a1a2e)}.format-form-wrap{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.format-form-title{font-size:1.1rem;margin:0 0 1rem;color:#333}.format-form-actions{display:flex;gap:.75rem;margin-top:.5rem}.format-form-actions button[type=submit]{flex:1;margin-top:0}.format-form-cancel{padding:.75rem 1rem;font-size:1rem;color:#555;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer}.format-form-cancel:hover{background:#eee}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a2e}.modal-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover{background:#f0f0f0}.modal-body{flex:1;overflow-y:auto;padding:1rem;min-height:400px}.modal-loading,.modal-empty{text-align:center;padding:2rem;color:#666}.modal-list{display:flex;flex-direction:column;gap:.5rem}.modal-item{padding:1rem;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s;background:#fff}.modal-item:hover{background:#f5f5f5;border-color:var(--color-primary, #1a1a2e)}.modal-item.selected{background:#f0f0f4;border-color:var(--color-primary, #1a1a2e);font-weight:500;color:var(--color-primary, #1a1a2e)}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0}.modal-pagination{display:flex;justify-content:center;align-items:center;gap:1rem}.pagination-btn{padding:.5rem 1rem;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.pagination-btn:hover:not(:disabled){background:#e5e5e5}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.9rem;color:#666;min-width:60px;text-align:center}.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}}.map-page{width:100%;max-width:100%;margin:0;display:flex;flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden}.map-page h1{margin:0 0 .75rem;flex-shrink:0}.map-page .form-desc{flex-shrink:0;margin-bottom:.75rem}.map-layout{display:grid;grid-template-columns:minmax(0,9fr) minmax(0,3fr);grid-template-rows:minmax(0,1fr);grid-template-areas:"map-pane map-sidebar";column-gap:1rem;flex:1;height:100%;min-height:0;overflow:hidden;margin-top:.75rem;align-items:stretch}@media(max-width:900px){.map-layout{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"map-pane" "map-sidebar"}.map-sidebar{margin-top:1rem;max-height:none}.map-form-area{overflow:visible}.map-form-area .form{overflow-y:visible;flex:none}}.map-sidebar{grid-area:map-sidebar;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;max-height:100%;overflow:hidden;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;box-sizing:border-box}.map-sidebar-top{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e8e8e8}.map-coords-reset{width:100%;padding:.5rem .75rem;font-size:.85rem;font-weight:600;font-family:inherit;line-height:1.3;color:#b91c1c;background:#fff;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.map-coords-reset:hover:not(:disabled){background:#fef2f2;border-color:#f87171;color:#991b1b}.map-coords-reset:disabled{opacity:.4;cursor:not-allowed}.map-resume-add{width:100%;padding:.45rem .75rem;font-size:.82rem;font-weight:600;font-family:inherit;line-height:1.3;color:var(--color-primary, #1a1a2e);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.map-resume-add:hover{background:#f1f5f9;border-color:#cbd5e1}.map-geojson-manage{width:100%;padding:.5rem .75rem;font-size:.85rem;font-weight:700;font-family:inherit;line-height:1.3;color:#0f172a;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .12s ease;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.map-geojson-manage:hover{background:#e0e7ff;border-color:#a5b4fc;transform:translateY(-1px)}.geojson-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .4rem;border-radius:999px;font-size:.8rem;font-weight:800;background:#4f46e5;color:#fff}.geojson-count.empty{background:#94a3b8}.geojson-manage-empty{color:#334155;line-height:1.5}.geojson-manage-list{display:flex;flex-direction:column;gap:.75rem}.geojson-manage-add{display:flex;flex-direction:column;gap:.5rem;padding:.85rem .9rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;margin-bottom:.75rem}.geojson-manage-section-title{font-weight:900;color:#0f172a}.geojson-modal-notice{padding:.65rem .75rem;border-radius:10px;font-weight:800;line-height:1.35;border:1px solid transparent}.geojson-modal-notice.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.geojson-modal-notice.success{background:#f0fdf4;color:#166534;border-color:#86efac}.geojson-manage-textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid #cbd5e1;padding:.75rem .8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;line-height:1.4;resize:vertical;background:#fff;color:#0f172a}.geojson-manage-actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.geojson-manage-apply{padding:.55rem .85rem;border-radius:10px;cursor:pointer;font-weight:900;background:#1d4ed8;color:#fff;border:1px solid rgba(29,78,216,.35);transition:transform .12s ease,background .12s ease}.geojson-manage-apply:hover{background:#1e40af;transform:translateY(-1px)}.geojson-manage-clear-draft{padding:.55rem .85rem;border-radius:10px;cursor:pointer;font-weight:900;background:#fff;color:#0f172a;border:1px solid #cbd5e1;transition:transform .12s ease,background .12s ease}.geojson-manage-clear-draft:hover:not(:disabled){background:#f1f5f9;transform:translateY(-1px)}.geojson-manage-clear-draft:disabled{opacity:.5;cursor:not-allowed}.geojson-manage-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .9rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.geojson-manage-meta{min-width:0;display:flex;flex-direction:column;gap:.25rem}.geojson-manage-name{font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.geojson-manage-name-input{width:100%;box-sizing:border-box;padding:.45rem .55rem;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-weight:900;outline:none}.geojson-manage-name-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f62e}.geojson-manage-hint{font-size:.85rem;color:#64748b}.geojson-manage-remove{flex-shrink:0;padding:.55rem .8rem;border-radius:10px;cursor:pointer;font-weight:800;background:#fff;color:#b91c1c;border:1px solid #fecaca;transition:background .12s ease,border-color .12s ease,transform .12s ease}.geojson-manage-remove:hover{background:#fef2f2;border-color:#fca5a5;transform:translateY(-1px)}.map-pane{grid-area:map-pane;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;min-width:0;min-height:0;height:100%;background:#f5f5f5;position:relative}.map-pane .leaflet-container{height:100%;min-height:0;width:100%;z-index:0}.geojson-dropzone{position:absolute;inset:14px;z-index:3;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity .12s ease,transform .12s ease}.map-pane.geojson-dragging .geojson-dropzone,.geojson-dropzone.active{opacity:1;transform:translateY(0)}.geojson-dropzone-inner{width:min(720px,100%);margin:0 auto;height:100%;max-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#fff;background:#4fd1ff;border-radius:14px;border:2px dashed rgba(255,255,255,.75);box-shadow:0 12px 30px #0000002e;padding:1.25rem 1rem;box-sizing:border-box}.geojson-dropzone-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:800;font-size:22px;background:#ffffff38;border:1px solid rgba(255,255,255,.35)}.geojson-dropzone-title{font-size:1.15rem;font-weight:800;letter-spacing:-.01em;text-align:center}.geojson-dropzone-actions{display:flex;gap:.5rem;align-items:center;justify-content:center;pointer-events:auto}.geojson-file-button{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:10px;cursor:pointer;font-weight:700;background:#ffffffeb;color:#0f172a;border:1px solid rgba(15,23,42,.08);transition:transform .12s ease,background .12s ease;-webkit-user-select:none;user-select:none}.geojson-file-button:hover{background:#fff;transform:translateY(-1px)}.geojson-file-button input[type=file]{display:none}.geojson-clear-button{padding:.55rem .9rem;border-radius:10px;cursor:pointer;font-weight:700;background:#0f172a38;color:#fff;border:1px solid rgba(255,255,255,.3);transition:transform .12s ease,background .12s ease}.geojson-clear-button:hover{background:#0f172a47;transform:translateY(-1px)}.geojson-name-tooltip{background:#0f172aeb;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:.3rem .5rem;font-weight:900;letter-spacing:-.01em;font-size:.82rem;box-shadow:0 10px 20px #0000002e}.geojson-name-tooltip.leaflet-tooltip-top:before{border-top-color:#0f172aeb}.geojson-name-tooltip.leaflet-tooltip-bottom:before{border-bottom-color:#0f172aeb}.map-pane .leaflet-container .leaflet-interactive:focus{outline:none}.map-pane .leaflet-container path.leaflet-interactive{outline:none}.map-form-area{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.map-form-area .form{margin:0;border-radius:8px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.select-button{width:100%;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:1rem;text-align:left;transition:all .2s}.select-button:hover{border-color:var(--color-primary, #1a1a2e);background:#f9f9fb}.select-button.selected{border-color:var(--color-primary, #1a1a2e);background:#f0f0f4;color:var(--color-primary, #1a1a2e);font-weight:500}.parameters-section{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e0e0e0}.parameters-label{font-weight:600;color:#1a1a2e;margin-bottom:.25rem;font-size:.9rem}.parameter-name{display:block;font-weight:500;color:var(--color-primary, #1a1a2e);margin-bottom:.25rem;font-size:.85rem;font-family:monospace}.simulator-status{padding:1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;margin-bottom:1rem}.status-text{margin:0 0 .75rem;color:#166534;font-size:.9rem;font-weight:500}.stop-button{width:100%;padding:.75rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.stop-button:hover:not(:disabled){background:#dc2626}.stop-button:disabled{opacity:.6;cursor:not-allowed}.map-monitoring-page{width:100%;max-width:100%;margin:0;display:flex;flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden}.drone-marker{background:none!important;border:none!important}.map-monitoring-page h1{margin:0 0 .75rem}.monitoring-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.6rem 1rem;background:#f8f9fa;border-radius:6px;flex-shrink:0}.status-indicator{display:flex;align-items:center;gap:.5rem;font-weight:500}.status-dot{width:10px;height:10px;border-radius:50%;background-color:#9ca3af}.status-dot.connected{background-color:#10b981;animation:pulse 2s infinite}.status-dot.disconnected{background-color:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.drone-count{font-weight:500;color:#1a1a2e}.monitoring-error{color:#ef4444;padding:.75rem;background:#fee2e2;border-radius:6px;margin-bottom:.75rem;flex-shrink:0}.monitoring-layout{display:grid;grid-template-columns:minmax(0,9fr) minmax(0,3fr);grid-template-rows:1fr;gap:1rem;flex:1;height:100%;min-height:0;overflow:hidden}@media(max-width:900px){.monitoring-layout{grid-template-columns:1fr;grid-template-rows:1fr auto}.monitoring-sidebar-header{flex-direction:column;align-items:stretch}}.monitoring-map-container{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;min-width:0;min-height:0;height:100%;background:#f5f5f5}.monitoring-map-container .leaflet-container{height:100%;min-height:0;z-index:0}.monitoring-sidebar{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;min-width:0;min-height:0;height:100%;max-height:100%;overflow:hidden;display:flex;flex-direction:column}.monitoring-sidebar h3{margin:0 0 1rem;font-size:1.1rem;color:#1a1a2e}.monitoring-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.monitoring-sidebar-header h3{margin:0}.drone-stop-all-btn{flex-shrink:0;padding:.5rem .85rem;background:#fff;color:#b91c1c;border:1px solid #fca5a5;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.drone-stop-all-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;color:#991b1b}.drone-stop-all-btn:disabled{opacity:.6;cursor:not-allowed}.no-drones{color:#666;text-align:center;padding:2rem 0}.drone-list{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0;overflow-y:auto;padding-right:.25rem}.drone-item{padding:.75rem;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.drone-item{cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.drone-item:hover{background:#eef2ff;border-color:#4f46e5;box-shadow:0 2px 6px #0f172a1f}.drone-item-focused{background:#e0f2fe;border-color:#0284c7;box-shadow:0 0 0 1px #0284c799}.drone-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.drone-color-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.drone-item-details{font-size:.85rem;color:#666;margin-left:1.5rem}.drone-item-details>div{margin-bottom:.25rem}.last-update-small{font-size:.75rem;color:#999;margin-top:.25rem}.drone-action-row{display:flex;gap:.5rem;margin-top:.75rem}.drone-stop-btn,.drone-restart-btn{flex:1;padding:.5rem .75rem;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.drone-stop-btn{background:#ef4444}.drone-stop-btn:hover:not(:disabled){background:#dc2626}.drone-restart-btn{background:#2563eb}.drone-restart-btn:hover:not(:disabled){background:#1d4ed8}.drone-stop-btn:disabled,.drone-restart-btn:disabled{opacity:.6;cursor:not-allowed}.drone-popup{min-width:150px}.drone-popup-title{margin-bottom:.5rem}.drone-popup strong{display:block;color:#1a1a2e}.drone-uuid-small{font-size:.7rem;color:#888;font-weight:400;margin-left:.35rem;word-break:break-all}.drone-popup-title .drone-uuid-small{display:block;margin-left:0;margin-top:.2rem}.drone-item-title{flex:1;min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:0 .35rem}.drone-item-title strong{flex-shrink:0}.drone-item-title .drone-uuid-small{flex:0 1 auto;max-width:100%}.drone-popup>div{margin-bottom:.25rem;font-size:.9rem}.last-update{font-size:.8rem;color:#666;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e0e0e0}.load-test-page{max-width:760px}.load-test-page .select-button{width:100%;padding:.75rem;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:1rem;text-align:left;transition:all .2s;margin-top:.4rem}.load-test-page .select-button:hover{border-color:#3b82f6;background:#f9fafb}.load-test-page .select-button.selected{border-color:#3b82f6;background:#eff6ff;color:#1e40af;font-weight:500}.inline-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media(max-width:760px){.inline-3{grid-template-columns:1fr}}.parameters-section{margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.parameters-top{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem}.parameters-heading{display:flex;flex-direction:column;gap:.28rem}.parameters-label{font-weight:600;color:#1a1a2e}.parameters-random-note{font-size:.82rem;color:#666}.selection-summary-wrap{white-space:nowrap}.selection-summary{font-size:.75rem;color:#4b5563}.checkbox-ui{position:absolute;opacity:0;width:1px!important;height:1px!important;margin:0!important;pointer-events:none}.parameter-meta{display:inline-flex;align-items:center;gap:.7rem;min-width:0}.parameter-toggle{display:inline-flex;align-items:center;min-width:0;margin:0;padding:.2rem 0;border:none;border-radius:0;background:transparent;cursor:pointer;transition:color .14s ease}.checkbox-box{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1.5px solid #9ca3af;border-radius:6px;background:#fff;position:relative;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.checkbox-mark{width:10px;height:6px;border:solid transparent;border-width:0 0 2px 2px;transform:rotate(-45deg) translateY(-1px)}.parameter-toggle:hover{background:transparent}.parameter-toggle:has(.checkbox-ui:checked){background:transparent;box-shadow:none}.parameter-toggle:has(.checkbox-ui:checked) .checkbox-box{background:#1a1a2e;border-color:#1a1a2e;box-shadow:0 0 0 2px #1a1a2e14}.parameter-toggle:has(.checkbox-ui:checked) .checkbox-mark{border-color:#fff}.parameter-toggle:hover .checkbox-box{border-color:#6b7280}.parameter-toggle:has(.checkbox-ui:focus-visible){outline:2px solid rgba(26,26,46,.15);outline-offset:1px}.parameter-row{display:block;margin-bottom:.85rem;padding:.8rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.parameter-row:hover{border-color:#d1d5db}.parameter-row.is-random-target{border-color:#c7ced9;background:#fbfbfd;box-shadow:0 1px 3px #1a1a2e0f}.parameter-name-wrap{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.parameter-name{display:block;font-weight:500;color:#3b82f6;margin:0;font-size:.9rem;font-family:monospace}.parameter-input{display:block;width:100%;margin-top:.55rem;padding:.6rem .8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box;background:#fff;color:#333}.parameter-input:focus{outline:none;border-color:var(--color-primary, #1a1a2e);box-shadow:0 0 0 2px var(--color-input-focus, rgba(26, 26, 46, .15))}.parameter-input:disabled{background:#f3f4f6;border:1px solid #d1d5db;color:#6b7280;cursor:not-allowed;opacity:1;box-shadow:none;font-weight:400}.parameter-input:disabled::placeholder{color:#9ca3af;opacity:1}.load-progress{margin:.5rem 0;color:#1e40af;font-size:.9rem}@media(max-width:760px){.parameters-top,.parameter-name-wrap{flex-direction:column;align-items:stretch}.parameter-meta{justify-content:center}.parameter-toggle{justify-content:flex-start}}
