:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--tap-min: 44px;--toolbar-height: 64px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--color-border: #e5e7eb;--color-panel: #ffffff;--color-muted-bg: #f8f9fa;--color-primary: #3B82F6;--sidebar-docked-width: 360px;--app-bottom-gap: max(18px, env(safe-area-inset-bottom));--app-bottom-gap-roomy: max(28px, env(safe-area-inset-bottom));--app-floating-bottom: calc(18px + env(safe-area-inset-bottom)) }@media (min-width: 700px) and (max-width: 1100px) and (orientation: portrait),(min-width: 700px) and (orientation: landscape){:root{--app-bottom-gap: max(30px, env(safe-area-inset-bottom));--app-bottom-gap-roomy: max(42px, env(safe-area-inset-bottom))}}html,body{height:100%;width:100%;margin:0;padding:0;overflow:hidden;font-family:Apple SD Gothic Neo,Malgun Gothic,sans-serif;padding-bottom:env(safe-area-inset-bottom);background-color:#f5f5f5}#map{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;transition:left .3s cubic-bezier(.25,1,.5,1)}.map-top-controls{position:absolute;top:env(safe-area-inset-top);left:0;right:0;width:100%;height:0;pointer-events:none;box-sizing:border-box;z-index:1800}.map-top-left,.map-top-right{position:absolute;top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);pointer-events:auto}.map-top-left{left:var(--space-3);transition:left .3s cubic-bezier(.25,1,.5,1)}.map-top-right{right:var(--space-3)}.map-control-btn{width:40px;height:40px;background:#fffffff0;border:none;border-radius:50%;box-shadow:0 3px 8px #0f172a3d;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#333;padding:0;transition:transform .1s,background-color .2s}.map-control-btn:active{background-color:#f0f0f0;transform:scale(.96)}.svg-icon{width:22px;height:22px;fill:currentColor}.svg-icon-lg{width:30px;height:30px;display:block}.svg-inline{width:16px;height:16px;fill:currentColor;vertical-align:middle;margin-right:4px;flex-shrink:0}.top-info-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;margin:0 5px;cursor:pointer}#address-display{font-size:12px;font-weight:700;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center;margin-bottom:2px}#coord-display{font-size:10px;color:#666;font-family:monospace}#search-container{position:absolute;top:calc(64px + env(safe-area-inset-top));left:50%;transform:translate(-50%);width:90%;max-width:400px;background:#fff;padding:10px;border-radius:8px;display:none;flex-direction:column;gap:5px;box-shadow:0 4px 10px #0003;z-index:2000}.search-tabs{display:flex;border-bottom:1px solid #ddd;margin-bottom:5px}.search-tab-btn{flex:1;padding:8px 0;background:none;border:none;font-size:13px;font-weight:600;color:#888;cursor:pointer;border-bottom:2px solid transparent}.search-tab-btn.active{color:#007bff;border-bottom:2px solid #007bff}.search-tab-content{display:none;flex-direction:row;gap:5px}.search-tab-content.active{display:flex}.coord-search-content{flex-direction:column;gap:10px}.coord-search-input-row{display:flex;gap:5px;align-items:stretch}.coord-input-container{display:flex;flex:1;flex-direction:column;gap:4px}.coord-input-container input{width:100%;padding:8px 4px;border:1px solid #ccc;border-radius:4px;text-align:center;font-size:13px;box-sizing:border-box}.coord-input-container input[type=number]::-webkit-outer-spin-button,.coord-input-container input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.coord-input-container input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.coord-search-help{margin-top:0;font-size:11px;line-height:1.35;color:#6b7280;text-align:center;word-break:keep-all}#search-input-address,#search-input-national{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px}#search-go-btn,#search-go-btn-national,#search-go-btn-coord{padding:0 15px;background:#007bff;color:#fff;border:none;border-radius:4px;font-weight:700;cursor:pointer;min-width:60px;margin:0;box-sizing:border-box}#history-panel,.search-result-panel{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 10px #0003;z-index:2001;display:none;margin-top:5px;box-sizing:border-box;border:1px solid #ddd;overflow:hidden}.search-result-panel{max-height:250px;overflow-y:auto;z-index:2100}.history-header,.search-result-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #eee;font-size:12px;color:#666}.history-list,.search-result-list{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto}.history-item,.search-result-item{padding:10px 12px;border-bottom:1px solid #f1f1f1;cursor:pointer;font-size:13px;display:flex}.history-item{justify-content:space-between;align-items:center}.search-result-item{flex-direction:column;align-items:flex-start;gap:4px}.history-item:hover,.search-result-item:hover{background-color:#fcfcfc}.search-result-title{font-size:13px;color:#000}.search-result-addr{font-size:12px;color:#666}.badge-road,.badge-parcel,.badge-coord{padding:2px 4px;border-radius:3px;font-size:10px;margin-right:4px;display:inline-block}.badge-road{background:#eef4ff;color:#3b82f6}.badge-parcel{background:#fff4e6;color:#f97316}.badge-coord{background:#f3e8ff;color:#7e22ce}.leaflet-middle-icon{width:14px!important;height:14px!important;margin-left:-7px!important;margin-top:-7px!important;background:transparent!important;border:none!important;color:#3388ffb3;font-size:18px;font-weight:700;line-height:14px;text-align:center;text-shadow:0 0 2px white;cursor:pointer}.leaflet-div-icon.leaflet-editing-icon:not(.leaflet-middle-icon){width:14px!important;height:14px!important;margin-left:-7px!important;margin-top:-7px!important;border:1px solid #2563EB!important;background:#fff!important;box-sizing:border-box!important}.leaflet-div-icon.leaflet-editing-icon.edit-selected-vertex:not(.leaflet-middle-icon){width:18px!important;height:18px!important;margin-left:-9px!important;margin-top:-9px!important;border:2px solid #EF4444!important;background:#fef08a!important;box-shadow:0 0 0 2px #fffffff2,0 0 6px #ef4444bf!important;z-index:1000!important}.gps-btn-group{position:absolute;top:calc(140px + env(safe-area-inset-top));right:15px;display:flex;flex-direction:column;gap:15px;z-index:1500}.circle-btn{width:40px;height:40px;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 8px #0000004d;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .1s;padding:0}.circle-btn:active{transform:scale(.95);background:#f8f8f8}#tracking-svg-icon{width:30px;height:30px;transition:all .3s ease;filter:grayscale(100%);opacity:.6}.tracking-active #tracking-svg-icon{filter:none;opacity:1}.tracking-btn-on{background-color:#e8f0fe!important;border:2px solid #aecbfa!important}.record-fab{position:absolute;right:16px;bottom:calc(18px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:flex-end;gap:10px;z-index:2100;pointer-events:none}.record-fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:10px;opacity:0;visibility:hidden;transform:translateY(10px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.record-fab.expanded .record-fab-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s}.record-fab-group{width:164px;padding:8px 0;border-radius:12px;background:#fffffffa;box-shadow:0 4px 14px #0f172a38;overflow:hidden}.record-fab-main{width:40px;height:40px;border:none;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;justify-content:center;align-items:center;padding:0;box-sizing:border-box;cursor:pointer;box-shadow:0 4px 12px #0f172a47;transition:background-color .18s,color .18s,transform .12s,box-shadow .18s;pointer-events:auto}.record-fab-main{font-size:26px;font-weight:300;line-height:1}.record-fab-main.is-recording{background:var(--color-primary);color:#fff;box-shadow:0 6px 16px #3b82f65c;cursor:default;pointer-events:auto}.record-fab.expanded .record-fab-main{background:#fff;color:#111827;box-shadow:0 6px 18px #0f172a59}.record-fab-main:focus{outline:none}.record-fab-main:active,.bottom-btn:active{transform:scale(.95)}.record-fab-plus,.record-fab-close,.record-fab-active-icon{display:none;align-items:center;justify-content:center}.record-fab-close{font-size:26px;font-weight:300;line-height:1}.record-fab:not(.expanded) .record-fab-main:not(.is-recording) .record-fab-plus,.record-fab.expanded .record-fab-close,.record-fab:not(.expanded) .record-fab-main.is-recording .record-fab-active-icon{display:flex}.record-fab-active-icon,.record-fab-active-icon .icon-box,.record-fab-active-icon svg{width:22px;height:22px}.record-fab-label{color:#222;font-size:13px;font-weight:700;display:flex;align-items:center;white-space:nowrap}.bottom-btn{width:100%;height:38px;border:none;background:transparent;color:#555;display:flex;align-items:center;justify-content:flex-start;gap:10px;min-width:0;min-height:var(--tap-min);padding:0 14px;box-sizing:border-box;cursor:pointer;box-shadow:none;flex-direction:row;transition:background-color .16s,color .16s;pointer-events:none}.record-fab.expanded .bottom-btn{pointer-events:auto}.bottom-btn:active{background:#f3f4f6;transform:none}.bottom-btn .icon-circle{width:22px;height:22px;flex:0 0 22px;color:var(--record-icon-color, var(--color-primary));display:flex;align-items:center;justify-content:center}.bottom-btn .icon-box{width:22px;height:22px;margin-bottom:0;display:flex;justify-content:center;align-items:center}.bottom-btn .icon-box svg{width:22px;height:22px}#btn-poly{--record-icon-color: #f97316}#btn-line{--record-icon-color: #0ea5e9}#btn-point{--record-icon-color: #22c55e}#btn-track{--record-icon-color: #8b5cf6}#btn-photo-point{--record-icon-color: #ec4899}#auth-status-btn.premium{color:#0f766e}.active-btn{background:#eff6ff;color:var(--color-primary)!important}.active-btn .icon-circle{color:var(--color-primary)!important}.active-btn .svg-icon{fill:currentColor;stroke:currentColor}.action-toolbar{position:absolute;right:68px;bottom:calc(18px + env(safe-area-inset-bottom));width:min(340px,calc(100vw - 86px));max-width:340px;height:auto;padding:var(--space-2);box-sizing:border-box;background:#fffffff0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(229,231,235,.95);border-radius:20px;display:none;flex-direction:column;justify-content:center;align-items:stretch;gap:var(--space-3);z-index:2000;box-shadow:0 6px 18px #0f172a2e;transition:all .3s ease}.action-toolbar-main{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:var(--space-2)}.edit-action-toolbar{width:min(370px,calc(100vw - 86px));max-width:370px}.edit-action-group{display:flex;min-width:0;gap:var(--space-1);width:100%}.edit-vertex-action-group{display:none}.edit-confirm-action-group,.edit-action-toolbar.vertex-selected .edit-vertex-action-group{display:flex}.edit-action-toolbar.vertex-selected .edit-confirm-action-group{display:none}.edit-action-toolbar.marker-edit .edit-vertex-action-group,.edit-action-toolbar.marker-edit .edit-confirm-action-group{display:contents}.edit-action-toolbar.marker-edit .action-toolbar-main{gap:var(--space-1)}.edit-action-toolbar.marker-edit .action-btn{flex:1 1 0;width:0}.action-btn{border:none;background:none;flex:1;min-width:0;min-height:50px;padding:var(--space-2) var(--space-1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);font-size:11px;font-weight:600;color:#555;cursor:pointer;border-radius:var(--radius-lg);transition:all .2s;white-space:nowrap}.edit-action-group .action-btn{min-height:48px;font-size:10px}.edit-vertex-action-group .action-btn{background:#f3f4f6;border:1px solid #E5E7EB;color:#374151}.edit-vertex-action-group .action-btn svg{fill:#4b5563!important}.action-btn:active{background-color:#0000000d;transform:scale(.95)}.action-btn:disabled{opacity:.4;cursor:default;pointer-events:none}.btn-gps{color:#3b82f6}.btn-gps svg{fill:#3b82f6!important}.btn-delete-vertex{color:#ef4444}.btn-delete-vertex svg{fill:#ef4444!important}.edit-vertex-action-group .action-btn.btn-gps{color:#3b82f6}.edit-vertex-action-group .action-btn.btn-gps svg{fill:#3b82f6!important}.edit-vertex-action-group .action-btn.btn-delete-vertex{color:#ef4444}.edit-vertex-action-group .action-btn.btn-delete-vertex svg{fill:#ef4444!important}.btn-done{color:#10b981;background-color:#10b9811a}.btn-done svg{fill:#10b981!important}.action-btn svg{width:24px;height:24px;fill:#666;margin-bottom:2px;transition:fill .2s}.admin-layer{filter:invert(84%) sepia(100%) saturate(2200%) hue-rotate(28deg) brightness(120%) contrast(135%)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:5000;opacity:0;transition:opacity .3s ease}.sidebar-overlay.visible{opacity:1}.sidebar-content{position:absolute;top:0;left:0;width:86%;max-width:360px;height:100%;background:#f2f4f6;box-shadow:5px 0 25px #00000026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.25,1,.5,1);padding-top:env(safe-area-inset-top)}.sidebar-overlay.visible .sidebar-content{transform:translate(0)}.sidebar-header{height:50px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.btn-sidebar-action{border:none;background:#f0f2f5;border-radius:50%;cursor:pointer;color:#555;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background .2s;position:relative}.btn-sidebar-action:active{background:#e4e6eb}.btn-sidebar-action.signed-in{background:#eff6ff;color:#2563eb}.btn-sidebar-action.signed-in:active{background:#dbeafe}.notice-badge-dot{display:none;position:absolute;top:3px;right:3px;width:9px;height:9px;border-radius:50%;background:#dc2626;border:2px solid #fff;box-sizing:content-box}#btn-notice.has-notice-badge .notice-badge-dot{display:block}.sidebar-tabs{display:flex;background:#fff;border-bottom:1px solid #eee}.tab-btn{flex:1;padding:12px 0;background:none;border:none;font-size:14px;font-weight:600;color:#8898aa;cursor:pointer;position:relative}.tab-btn.active{color:#3b82f6;font-weight:800}.tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#3b82f6}.sidebar-body{flex:1;overflow:hidden;padding:0;display:flex;flex-direction:column}@media (min-width: 1024px) and (orientation: landscape){body.sidebar-docked-open #map{left:var(--sidebar-docked-width)}body.sidebar-docked-open .map-top-left{left:calc(var(--sidebar-docked-width) + var(--space-3))}body.sidebar-docked-open .leaflet-control-scale{left:calc(var(--sidebar-docked-width) + 15px)!important}body.sidebar-docked-open #map-active-project-badge{left:calc(var(--sidebar-docked-width) + ((100vw - var(--sidebar-docked-width)) / 2));max-width:calc((100vw - var(--sidebar-docked-width)) * .54)}body.sidebar-docked-open .sidebar-overlay{width:var(--sidebar-docked-width);background:transparent}body.sidebar-docked-open .sidebar-content{width:var(--sidebar-docked-width);max-width:var(--sidebar-docked-width)}body.sidebar-docked-open #search-container{left:calc(var(--sidebar-docked-width) + ((100vw - var(--sidebar-docked-width)) / 2));width:min(400px,calc(100vw - var(--sidebar-docked-width) - 24px));max-width:calc(100vw - var(--sidebar-docked-width) - 24px)}body.sidebar-docked-open #bottom-sheet{left:calc(var(--sidebar-docked-width) + ((100vw - var(--sidebar-docked-width)) / 2));width:calc(100vw - var(--sidebar-docked-width));max-width:min(500px,calc(100vw - var(--sidebar-docked-width)))}body.sidebar-docked-open #location-action-modal-overlay{padding-left:var(--sidebar-docked-width);box-sizing:border-box}body.sidebar-docked-open #location-action-modal-overlay .nav-modal-content{width:calc(100vw - var(--sidebar-docked-width));max-width:min(500px,calc(100vw - var(--sidebar-docked-width)))}}.tab-content{display:none;height:100%}#content-map.active{display:block;overflow-y:auto;padding:var(--space-3);padding-bottom:calc(var(--space-3) + var(--app-floating-bottom));-webkit-overflow-scrolling:touch}#content-project.active,#content-record.active{display:flex;flex-direction:column;padding:var(--space-3) var(--space-3) calc(var(--space-5) + var(--app-floating-bottom));overflow:hidden;box-sizing:border-box}body.is-native-app #content-project.active,body.is-native-app #content-record.active,body.is-native-app #content-map.active{padding-bottom:calc(32px + var(--app-floating-bottom))}.project-bottom-actions{padding-bottom:0}.tab-content.active{display:block;animation:fadeIn .3s ease}.menu-section{background:#fff;border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4);box-shadow:0 2px 8px #0000000a}#content-map .menu-section{padding:var(--space-3) var(--space-2)}.menu-section.flex-card{display:flex;flex-direction:column;flex:1;margin-bottom:0;overflow:hidden}.menu-title{font-size:14px;font-weight:700;color:#8898aa;margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid #f0f0f0}.option-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) 0;font-size:14px}.option-row input[type=checkbox]{width:36px;height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border-radius:10px;position:relative;cursor:pointer;transition:background .3s}.option-row input[type=checkbox]:checked{background:#3b82f6}.option-row input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .3s}.option-row input[type=checkbox]:checked:after{transform:translate(16px)}.option-row{padding:var(--space-2) 0}#content-map .map-layer-row{justify-content:flex-start;gap:6px;min-width:0;padding:8px 0}#content-map .accordion-content[id$=-options]{margin:0!important;padding:0!important;background:transparent!important;border-radius:0!important}#content-map .map-layer-row-depth-3,#user-map-list .map-layer-row-depth-3{margin-left:24px}#content-map .vworld-legend{margin-left:30px!important;margin-top:-2px!important;margin-bottom:8px!important;padding:0!important}#content-map .topic-map-groups .vworld-legend{margin-left:54px!important}#user-map-list .survey-item{gap:6px;padding:8px 0}#content-map .map-layer-toggle{width:18px;height:28px;border:0;background:transparent;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}#content-map .map-layer-toggle svg{width:12px;height:12px;fill:currentColor;transition:transform .15s ease}#content-map .map-layer-toggle.expanded svg{transform:rotate(90deg)}#content-map .map-layer-toggle.disabled{visibility:hidden;cursor:default}#content-map .map-layer-row input[type=checkbox],#content-map .map-layer-row input[type=radio],#user-map-list .map-layer-row-depth-3 input[type=checkbox]{width:16px;height:16px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background:initial;accent-color:#3B82F6;border-radius:0;margin:0;flex-shrink:0}#content-map .map-layer-row input[type=checkbox]:checked{background:initial}#content-map .map-layer-row input[type=checkbox]:after,#user-map-list .map-layer-row-depth-3 input[type=checkbox]:after{content:none}#content-map .map-layer-row input[type=checkbox]:disabled{opacity:.45;cursor:default}#content-map .map-layer-style-placeholder{width:28px;height:28px;border:1px solid #ddd;border-radius:0;background:#fff;color:#9ca3af;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;padding:0}#content-map .map-layer-style-placeholder svg{width:27px;height:27px;fill:currentColor}#content-map button.map-layer-style-placeholder{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}#content-map .map-layer-style-placeholder.group-icon{border-color:transparent;background:transparent}#content-map .map-layer-text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1px}#content-map .map-layer-name{display:block;min-width:0;color:#333;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#content-map .map-layer-meta{display:block;min-width:0;color:#888!important;font-size:11px!important;font-weight:400;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#content-map .map-layer-row-depth-3 .map-layer-name{font-weight:400}#user-map-list .survey-name{font-weight:600}#user-map-list .map-layer-row-depth-3 .survey-name{font-weight:400}#user-map-list .map-layer-toggle{width:18px;height:28px;border:0;background:transparent;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}#user-map-list .map-layer-toggle svg{width:12px;height:12px;fill:currentColor;transition:transform .15s ease}#user-map-list .map-layer-toggle.expanded svg{transform:rotate(90deg)}#user-map-list .map-layer-toggle.disabled{visibility:hidden;cursor:default}.accordion-header{display:flex;align-items:center;cursor:pointer;flex:1}#content-map .menu-title.accordion-header{justify-content:flex-start!important;gap:6px}#content-map .section-toggle-triangle{width:14px;height:14px;color:#6b7280;display:flex;align-items:center;justify-content:center;flex-shrink:0}#content-map .section-toggle-triangle svg{width:11px;height:11px;fill:currentColor;transition:transform .15s ease}#content-map .menu-title.accordion-header.active .section-toggle-triangle svg{transform:rotate(90deg)}.toggle-icon,.static-icon{display:inline-block;width:14px;text-align:center;margin-right:8px;font-size:16px;color:#666;margin-bottom:2px;font-family:monospace}.toggle-icon:before{content:"+"}.accordion-header.active .toggle-icon:before{content:"-"}.static-icon:before{content:"-"}.accordion-content{display:none;overflow:hidden;transition:max-height .3s cubic-bezier(.25,1,.5,1)}.accordion-content .option-row span{font-size:14px;color:#666}.option-row input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#3B82F6;margin:0}.mono-btn{background:#fff;border:1px solid #ccc;color:#333;border-radius:8px;padding:7px 11px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.mono-btn:active{background:#f0f0f0;transform:scale(.98)}.mono-btn svg{width:16px;height:16px;fill:#555}.mono-btn.small{padding:4px 8px;font-size:11px;border-radius:6px}.mono-btn.danger{border-color:#ef4444;color:#ef4444}.mono-btn.danger svg{fill:#ef4444}.mono-btn.circle{border-radius:50%;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}.dropdown-container{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:none;z-index:1000;min-width:140px;overflow:hidden;margin-top:4px}.dropdown-menu.visible{display:block;animation:fadeIn .2s ease}.dropdown-item{padding:10px 12px;font-size:13px;color:#333;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background .2s}.dropdown-item:active{background:#f5f5f5}.dropdown-item.danger{color:#ef4444}.dropdown-item svg{width:16px;height:16px;fill:currentColor}.survey-list-container{border:1px solid #eee;border-radius:8px;background:#fdfdfd;min-height:100px;padding:0 6px;margin-bottom:15px;box-shadow:inset 0 2px 4px #00000008;box-sizing:border-box}.survey-item{display:flex;align-items:center;gap:6px;padding:8px 0;border-bottom:1px solid #f0f0f0;background:#fff;transition:background .2s;min-width:0}.survey-item:active{background-color:#f7f9fc}.survey-group{background:#fff;border-bottom:1px solid #f0f0f0}.survey-group-header{display:flex;align-items:center;gap:6px;padding:8px 0;background:#fff;min-width:0}.survey-group-toggle,.survey-row-toggle-spacer{width:18px;height:28px;border:0;background:transparent;color:#6b7280;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.survey-row-toggle-spacer{visibility:hidden;cursor:default}.survey-group-toggle svg,.survey-row-toggle-spacer svg{width:12px;height:12px;fill:currentColor;transition:transform .15s ease}.survey-group-toggle.expanded svg{transform:rotate(90deg)}.survey-group-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.survey-group-icon svg{width:22px;height:22px;fill:currentColor}.survey-group-name{flex:1;min-width:0;font-size:13px;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.survey-group-meta{font-size:11px;color:#94a3b8;margin-top:1px;font-weight:400}.survey-group-items{margin-left:24px;background:#fff}.survey-group-items .survey-item{margin-left:24px;padding-left:0;border-bottom:none}.survey-group-items .survey-row-toggle-spacer{display:none}.record-group-select-item{width:100%;min-height:44px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:9px 12px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;box-sizing:border-box}.record-group-select-item:active{background:#f8fafc}.record-group-select-icon{width:24px;height:24px;color:#9ca3af;display:flex;align-items:center;justify-content:center;flex-shrink:0}.record-group-select-icon svg{width:22px;height:22px;fill:currentColor}.record-group-select-name{min-width:0;flex:1;color:#334155;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-check-area{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px}.survey-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#3B82F6;margin:0}.survey-info{display:flex;flex-direction:column;flex:1;min-width:0;cursor:pointer}.survey-name{font-size:13px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.survey-actions{display:flex;gap:2px;align-items:center;flex-shrink:0}.action-icon-btn{background:none;border:1px solid #ddd;border-radius:4px;width:28px;height:28px;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:4px}.action-icon-btn svg{width:16px;height:16px;fill:currentColor}.color-picker-input{width:24px;height:26px;padding:0;border:none;background:none;cursor:pointer}.btn-del{color:#d32f2f;background:#fff0f0;border-color:#ffcdd2}.btn-save-single{color:#2e7d32;background:#e8f5e9;border-color:#c8e6c9}.btn-edit-memo-inline{border:none;background:none;margin-left:5px;cursor:pointer;display:flex;align-items:center;color:#555;padding:0}.btn-edit-memo-inline svg{width:14px;height:14px;fill:currentColor}.btn-group{display:flex;gap:10px;margin-top:10px}.btn-group .half-btn{flex:1;padding:12px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:5px;border:none;transition:transform .1s,opacity .2s}.btn-group .half-btn:active{transform:scale(.98);opacity:.9}.btn-import-card{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 6px #3b82f640}.btn-save-all{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 6px #10b98140;margin-top:0}.full-width-btn{width:100%;padding:14px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;margin-top:10px;display:flex;justify-content:center;align-items:center;gap:8px;transition:transform .1s}.btn-reset-all{background:#fff;color:#ef4444;border:1px solid #EF4444;margin-top:15px}.nav-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:6000;opacity:0;transition:opacity .3s;align-items:flex-end;justify-content:center}.nav-modal-overlay.visible{opacity:1;transform:translateY(0)}.nav-modal-content{width:100%;max-width:500px;background:#fff;border-radius:20px 20px 0 0;padding:24px 24px calc(24px + var(--app-floating-bottom));box-sizing:border-box;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.nav-modal-overlay.visible .nav-modal-content{transform:translateY(0)}.settings-page-overlay{background:#f2f3f5;align-items:stretch;justify-content:stretch;padding:0;box-sizing:border-box}.settings-page-content{width:100%;height:100%;max-width:none;min-height:100%;max-height:none;padding:0;border-radius:0;overflow-y:auto;transform:translate(100%);box-shadow:none;-webkit-overflow-scrolling:touch}.nav-modal-overlay.visible .settings-page-content{transform:translate(0)}.sort-modal-overlay{align-items:center;justify-content:center;padding:calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));box-sizing:border-box}.sort-modal-content{width:100%;max-width:420px;padding:22px 20px 20px;border-radius:16px;transform:translateY(16px) scale(.98);box-shadow:0 18px 42px #0f172a47}.nav-modal-overlay.visible .sort-modal-content{transform:translateY(0) scale(1)}.center-modal-overlay{align-items:center;justify-content:center;padding:calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));box-sizing:border-box}.center-modal-content{width:100%;max-width:420px;padding:22px 20px 20px;border-radius:16px;transform:translateY(16px) scale(.98);box-shadow:0 18px 42px #0f172a47}.center-modal-content.compact{max-width:380px}.auth-modal-content{display:flex;flex-direction:column;gap:14px}.delete-account-modal-content{max-height:calc(100dvh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.auth-modal-title{font-size:18px;font-weight:800;color:#111827}.auth-modal-close{width:36px;height:36px;border:none;border-radius:50%;background:#f3f4f6;color:#111827;font-size:20px;cursor:pointer}.auth-status-text{font-size:13px;font-weight:700;color:#374151}.auth-hint{min-height:34px;padding:10px 12px;border-radius:8px;background:#f8f9fa;color:#4b5563;font-size:12px;line-height:1.45}.auth-section{display:flex;flex-direction:column;gap:14px}.auth-section.hidden{display:none}.auth-summary{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.auth-avatar{width:38px;height:38px;border-radius:50%;background:#f0f2f5;color:#555;display:flex;align-items:center;justify-content:center;flex:0 0 38px}.auth-avatar.signed-in{background:#eff6ff;color:#2563eb}.auth-avatar svg{width:22px;height:22px;fill:currentColor}.auth-summary-main{min-width:0;flex:1}.auth-account-email{margin-top:3px;color:#6b7280;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-tier-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.auth-tier-badge.premium{background:#ecfdf5;color:#047857}.auth-tier-badge.admin{background:#eff6ff;color:#2563eb}.auth-card{padding:13px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8f9fa}.auth-card-title{color:#111827;font-size:13px;font-weight:900;margin-bottom:5px}.auth-card-copy{color:#6b7280;font-size:12px;line-height:1.45;margin-bottom:11px}.auth-message{padding:10px 12px;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:12px;line-height:1.45}.auth-message.hidden{display:none}.auth-message[data-type=error]{background:#fef2f2;color:#b91c1c}.auth-divider{height:1px;background:#e5e7eb}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form.hidden{display:none}.auth-form input{width:100%;height:44px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;box-sizing:border-box;font-size:15px}.auth-primary-btn,.auth-secondary-btn{width:100%;height:44px;border:none;border-radius:8px;font-size:15px;font-weight:800;cursor:pointer}.auth-primary-btn{background:#dc2626;color:#fff}.auth-primary-btn:disabled{background:#9ca3af;cursor:default}.auth-google-btn{width:100%;height:44px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.auth-google-mark{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#4285f4;font-size:13px;font-weight:800;line-height:1}.auth-google-btn:disabled{color:#6b7280;background:#f9fafb;cursor:default}.auth-legal-copy{color:#8a8f98;font-size:11px;line-height:1.45;text-align:center}.auth-secondary-btn{background:#f3f4f6;color:#111827}.auth-danger-btn{width:100%;height:44px;border:none;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:15px;font-weight:800;cursor:pointer}.auth-danger-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:default}.auth-delete-link{align-self:center;border:none;background:transparent;color:#9ca3af;font-size:12px;font-weight:700;padding:2px 6px;cursor:pointer}.auth-delete-link:active{color:#b91c1c}.delete-account-list{margin:0;padding-left:18px;color:#4b5563;font-size:13px;line-height:1.55}.delete-account-info-box{max-height:min(230px,34dvh);overflow-y:auto;overscroll-behavior:contain;margin-bottom:0;padding:14px;border-radius:12px;background:#f8fafc;color:#374151;font-size:13px;line-height:1.55;-webkit-overflow-scrolling:touch}.delete-account-info-box::-webkit-scrollbar{width:5px}.delete-account-info-box::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.delete-account-confirm-input{width:100%;height:44px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;box-sizing:border-box;font-size:15px}.center-modal-content.tall{max-height:min(520px,calc(100vh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-modal-overlay.visible .center-modal-content{transform:translateY(0) scale(1)}.sort-modal-title{font-size:18px;font-weight:700;color:#111;text-align:center;margin-bottom:18px}.sort-modal-group{margin-bottom:18px}.sort-modal-group-title{font-size:14px;font-weight:700;color:#555;margin-bottom:10px}.sort-modal-options{display:flex;flex-direction:column;background:#f8f9fa;border-radius:12px;padding:4px}.sort-modal-option{padding:10px;display:flex;align-items:center;font-size:14px;color:#333}.sort-modal-option input{margin-right:10px}.sort-modal-apply-btn{width:100%;padding:14px;background:#f5f5f5;border:none;border-radius:12px;font-weight:700;color:#666;cursor:pointer}.sort-modal-apply-btn:active{transform:scale(.99)}.settings-page-header{position:sticky;top:0;z-index:1;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;height:calc(52px + env(safe-area-inset-top));padding-top:0;background:#fff;border-bottom:1px solid #eeeeee;box-sizing:border-box}.settings-back-btn{width:48px;height:48px;border:0;background:transparent;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center}.settings-back-btn:before{content:"";width:13px;height:13px;border-left:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:rotate(45deg);margin-left:6px}.settings-page-title{color:#111;font-size:17px;font-weight:700;line-height:1;text-align:center}.settings-account-row{min-height:62px}.settings-account-avatar{width:34px;height:34px;border-radius:50%;background:#7e57c2;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 34px;font-size:15px;font-weight:500;overflow:hidden}.settings-account-avatar.signed-in{background:#7e57c2;color:#fff}.settings-account-avatar.signed-out{background:#f0f2f5;color:#6b7280}.settings-account-avatar.has-image{background:#f0f2f5}.settings-account-avatar img{width:100%;height:100%;object-fit:cover;display:block}.settings-account-avatar svg{width:21px;height:21px;fill:currentColor}.settings-account-main{min-width:0;flex:1}.settings-account-email{color:#222;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-account-status{color:#8a8f98;font-size:12px;line-height:1.35;margin-top:3px}.settings-login-help{display:none;padding:8px 18px 12px;color:#6b7280;font-size:12px;line-height:1.5}.settings-login-help.visible{display:block}.settings-account-tier-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:24px;padding:0 8px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:10px;font-weight:900;letter-spacing:0;flex:0 0 auto;box-sizing:border-box}.settings-account-tier-badge.verified{background:#ecfdf5;color:#047857}.settings-account-tier-badge.premium{background:#fdf2f8;color:#db2777}.settings-account-tier-badge.admin{background:#111827;color:#fff}.account-actions-content{display:flex;flex-direction:column;gap:8px}#account-actions-modal-overlay{z-index:7000}#delete-account-modal-overlay,#verification-code-create-modal-overlay,#notice-badge-settings-modal-overlay,#api-key-settings-modal-overlay,#auth-info-modal-overlay,#admin-users-modal-overlay{z-index:7100}#admin-menu-modal-overlay{z-index:7050}.account-actions-title{color:#111827;font-size:15px;font-weight:800;text-align:center;margin-bottom:2px}.settings-row.settings-code-row,.settings-row.settings-admin-menu-row,.settings-row.settings-code-create-row,.settings-row.settings-notice-badge-row,.settings-row.settings-api-key-row,.settings-row.settings-auth-info-row,.settings-row.settings-admin-users-row{display:none}.settings-row.settings-code-row.visible,.settings-row.settings-admin-menu-row.visible,.settings-row.settings-code-create-row.visible,.settings-row.settings-notice-badge-row.visible,.settings-row.settings-api-key-row.visible,.settings-row.settings-auth-info-row.visible,.settings-row.settings-admin-users-row.visible{display:flex}.verification-code-form{display:flex;flex-direction:column;gap:12px}.verification-code-field{display:flex;flex-direction:column;gap:6px}.verification-code-label{color:#374151;font-size:12px;font-weight:800}.verification-code-input,.verification-code-textarea{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;padding:11px 12px;color:#111827;font:inherit;font-size:14px;outline:none;background:#fff}.verification-code-textarea{min-height:74px;resize:vertical}.verification-code-help{color:#8a8f98;font-size:11px;line-height:1.35}.verification-code-result{display:none;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}.verification-code-result.visible{display:block}.verification-code-value{-webkit-user-select:all;user-select:all;color:#111827;font-size:20px;font-weight:900;letter-spacing:.08em;text-align:center;line-height:1.2}.verification-code-meta{margin-top:8px;color:#6b7280;font-size:12px;line-height:1.5;word-break:break-word}.auth-info-list{display:flex;flex-direction:column;gap:10px}.auth-info-item{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb}.auth-info-label{flex:0 0 auto;color:#6b7280;font-size:12px;font-weight:800}.auth-info-value{min-width:0;color:#111827;font-size:13px;font-weight:700;text-align:right;word-break:break-word}.admin-users-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:10px}.admin-users-search{flex:1;min-width:0;border:1px solid #d1d5db;border-radius:10px;padding:10px 11px;font:inherit;font-size:13px;outline:none}.admin-users-tier-tabs{display:flex;gap:6px;overflow-x:auto;padding:0 0 3px;margin-bottom:0}.admin-users-tier-tab{flex:0 0 auto;min-height:30px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#4b5563;font-size:12px;font-weight:800;padding:6px 10px;cursor:pointer}.admin-users-tier-tab.active{border-color:#111827;background:#111827;color:#fff}.admin-users-tier-count{color:#6b7280;font-size:11px;font-weight:800;line-height:1.35;text-align:right;margin:0 1px 5px}.admin-users-list{display:flex;flex-direction:column;gap:10px;max-height:min(56vh,440px);overflow-y:auto;padding-right:2px}.admin-user-item{padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.admin-user-top{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.admin-user-email{min-width:0;color:#111827;font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-tier{flex:0 0 auto;color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase}.admin-user-controls{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center}.admin-user-select,.admin-user-date{min-width:0;width:100%;border:1px solid #d1d5db;border-radius:9px;padding:9px 8px;color:#111827;font:inherit;font-size:12px;background:#fff;box-sizing:border-box}.admin-user-save{border:none;border-radius:9px;background:#2563eb;color:#fff;font-size:12px;font-weight:800;padding:10px 12px}.admin-user-save:disabled{background:#d1d5db;color:#6b7280}.settings-update-banner{display:none;align-items:center;justify-content:space-between;gap:12px;margin:14px 18px;padding:12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;box-sizing:border-box}.settings-update-banner.visible{display:flex}.settings-update-banner-title{color:#1d4ed8;font-size:13px;font-weight:800;line-height:1.35}.settings-update-banner-meta{color:#64748b;font-size:11px;line-height:1.4;margin-top:2px}.settings-update-banner-btn{min-width:74px;height:34px;border:0;border-radius:6px;background:#2563eb;color:#fff;font-size:12px;font-weight:800;cursor:pointer;flex:0 0 auto}.settings-update-banner-btn:active{transform:scale(.98)}#btn-settings.has-update,#btn-settings.has-api-key-warning{position:relative}#btn-settings.has-update:after{content:"";position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 2px #fff}#btn-settings.has-api-key-warning:after{content:"";position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#dc2626;box-shadow:0 0 0 2px #fff}.admin-api-key-warning{display:none;margin:12px 18px;padding:11px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:12px;font-weight:800;line-height:1.45}.admin-api-key-warning.visible{display:block}.settings-section{background:#fff;border-bottom:10px solid #f2f3f5}.settings-section:last-child{border-bottom:0;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.settings-row{min-height:52px;margin:0 18px;padding:11px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eeeeee;box-sizing:border-box}.settings-row:last-child{border-bottom:0}.settings-app-download-card{display:none}.settings-app-download-card.visible{display:flex;flex-direction:column;gap:10px;margin:14px 18px 16px;padding:14px;border:1px solid #b8d9ff;border-radius:8px;background:#f0f7ff;box-shadow:0 2px 8px #1683e91f;cursor:pointer;box-sizing:border-box}.settings-app-download-copy{min-width:0}.settings-app-download-title{color:#095fae;font-size:15px;font-weight:800;line-height:1.35}.settings-app-download-meta{margin-top:3px;color:#4b6b8a;font-size:12px;line-height:1.45;word-break:keep-all}.settings-app-download-btn{height:38px;border-radius:6px;background:#1683e9;color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.settings-row-stacked{align-items:stretch;flex-direction:column;gap:9px}.settings-label{color:#222;font-size:14px;font-weight:600;line-height:1.35}.settings-help{color:#8a8f98;font-size:11px;line-height:1.45;margin-top:2px}.settings-choice-group{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.settings-choice{position:relative;flex:0 0 auto}.settings-choice input{position:absolute;opacity:0;pointer-events:none}.settings-choice span{min-width:45px;height:30px;padding:0 10px;border:1px solid #d9dde3;border-radius:15px;color:#5d6673;background:#fff;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.settings-choice input:checked+span{border-color:#1683e9;color:#0b7fe8;background:#eef7ff}.settings-value{color:#0b7fe8;font-size:14px;font-weight:700;white-space:nowrap}.settings-row-action{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.settings-chevron{width:9px;height:9px;border-top:2px solid #0b7fe8;border-right:2px solid #0b7fe8;transform:rotate(45deg);flex:0 0 auto}.settings-toggle{position:relative;display:inline-flex;width:42px;height:24px;border-radius:12px;background:#bdc3cc;padding:2px;box-sizing:border-box;transition:background .2s ease;flex:0 0 auto}.settings-toggle:has(input[value=true]:checked){background:#0b7fe8}.settings-toggle label{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;cursor:pointer}.settings-toggle:has(input[value=false]:checked) label:has(input[value=true]){z-index:2}.settings-toggle:has(input[value=true]:checked) label:has(input[value=false]){z-index:2}.settings-toggle input{position:absolute;opacity:0;pointer-events:none}.settings-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0f172a33;transition:transform .2s ease;pointer-events:none}.settings-toggle:has(input[value=true]:checked) .settings-toggle-thumb{transform:translate(18px)}.settings-version-row{min-height:76px;align-items:center}.settings-link-row{cursor:pointer}.settings-link-row:active{background:#f7f8fa}.settings-version-meta{color:#8a8f98;font-size:12px;line-height:1.45;margin-top:5px}.settings-update-btn{min-width:68px;height:34px;border:0;border-radius:4px;background:#eef0f3;color:#9aa0a8;font-size:12px;font-weight:700;cursor:pointer;padding:0 10px}.settings-update-btn.has-update{background:#0b7fe8;color:#fff}.settings-update-btn:active{transform:scale(.98)}#settings-choice-modal-overlay{z-index:7060}.settings-choice-modal-content{width:min(340px,calc(100vw - 36px));padding:18px 18px 12px}.settings-choice-modal-title{color:#1f2933;font-size:17px;font-weight:800;margin-bottom:12px}.settings-choice-list{display:flex;flex-direction:column}.settings-choice-option{min-height:48px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #edf0f3;color:#27313d;font-size:14px;font-weight:650;cursor:pointer}.settings-choice-option:last-child{border-bottom:0}.settings-choice-option input{width:18px;height:18px;accent-color:#1683e9;flex:0 0 auto}.nav-app-list{display:flex;justify-content:space-around;margin-bottom:20px}.nav-app-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:80px}.nav-app-icon{width:50px;height:50px;border-radius:12px;margin-bottom:8px;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.nav-icon-tmap{background:linear-gradient(135deg,#ff0054,#e6004c)}.nav-icon-naver{background:#07c860}.nav-icon-kakao{background:#fee500;color:#191919}.nav-icon-google{background:#fff;color:#4285f4;border:1px solid #ddd}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.leaflet-control-scale{position:fixed!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;left:15px!important;margin:0!important;z-index:990!important;background:none!important;border:none!important}.scale-zoom-control{cursor:pointer;outline:none}.scale-zoom-menu{display:none;position:absolute;left:0;bottom:calc(100% + 8px);width:84px;max-height:min(58vh,430px);overflow-y:auto;padding:6px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fffffff5;box-shadow:0 12px 28px #0f172a2e;box-sizing:border-box;z-index:1200}.scale-zoom-control.menu-open .scale-zoom-menu{display:flex;flex-direction:column;gap:2px}.scale-zoom-menu-item{display:block;align-items:center;min-height:28px;border:0;border-radius:6px;background:transparent;color:#111827;font-size:13px;font-weight:800;text-align:left;padding:5px 7px;cursor:pointer}.scale-zoom-menu-item.active{background:#e5e7eb;color:#111827}.scale-zoom-menu-item:active,.scale-zoom-menu-item:hover{background:#f3f4f6}.leaflet-control-scale-line{background:none!important;border:none!important;box-shadow:none!important;padding:0 0 6px!important;margin:0!important;overflow:visible!important;color:#111!important;font-size:13px!important;font-weight:700!important;text-align:center;-webkit-text-stroke:2.5px white;paint-order:stroke fill;text-shadow:-2px 0 0 white,2px 0 0 white,0 -2px 0 white,0 2px 0 white,-1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white,-1px 0px 0 white,1px 0px 0 white,0px -1px 0 white,0px 1px 0 white,0 0 2px white,0 0 4px white;line-height:1.4;position:relative;display:block;min-width:60px}.leaflet-control-scale-line:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:7px;border-bottom:2.5px solid black;border-left:2.5px solid black;border-right:2.5px solid black;border-top:none;filter:drop-shadow(-1px 0 1px white) drop-shadow(1px 0 1px white) drop-shadow(0 -1px 1px white) drop-shadow(0 1px 1px white)}.leaflet-draw-toolbar{display:none!important}.cadastral-layer{filter:invert(100%)}.cadastral-continuous-layer{filter:invert(100%) saturate(.7) hue-rotate(180deg)}.cityroad-layer{filter:drop-shadow(0px 0px 1px rgba(255,0,0,.3)) drop-shadow(0px 0px 1px rgba(255,0,0,.3))}.vworld-legend{margin:-4px 0 8px;padding:0;background:transparent;border-radius:8px;font-size:12px;color:#555;line-height:1.4}.vworld-legend-item{overflow:hidden;position:relative;margin-bottom:-4px}.vworld-legend-item img{max-width:100%;height:auto;display:block;margin-top:-13px}.popup-btn{padding:10px 12px;border:1px solid #ddd;background:#f8f9fa;border-radius:20px;font-size:13px;cursor:pointer;color:#333}body.recording-mode:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10000;box-shadow:inset 0 0 30px #0064ff80;border:0px solid rgba(0,100,255,.3)}.btn-more{border:none;background:none;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#888;transition:background .2s;margin-left:5px}.btn-more:hover{background-color:#f0f0f0;color:#333}.btn-more:active{background-color:#e0e0e0}.btn-more svg{width:20px;height:20px;fill:currentColor}.more-context-menu{position:fixed;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:9999;min-width:140px;overflow:hidden;display:none;flex-direction:column;opacity:0;transform:scale(.95);transform-origin:top right;transition:opacity .1s ease-out,transform .1s ease-out}.more-context-menu.visible{opacity:1;transform:scale(1)}.more-menu-item{padding:10px 12px;font-size:13px;color:#333;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.more-menu-item:hover{background-color:#f5f5f5}.more-menu-item:active{background:#f5f5f5}.more-menu-item.disabled{color:#b0b7c3;cursor:default;pointer-events:none}.more-menu-item.disabled svg{color:#b0b7c3;fill:currentColor}.more-menu-item.danger{color:#ef4444}.more-menu-item.danger svg{fill:#ef4444}.more-menu-item svg{width:16px;height:16px;fill:currentColor}.sidebar-warning{font-size:11px;color:#999;margin-top:15px;line-height:1.4;padding:0 5px}.sidebar-warning p{margin:5px 0;word-break:keep-all}.sidebar-warning ul{list-style:none;padding:0;margin:5px 0}.sidebar-warning li{position:relative;padding-left:12px;margin-bottom:4px;word-break:keep-all}.sidebar-warning li:before{content:"※";position:absolute;left:0;top:0}.photo-container{display:flex;gap:8px;overflow-x:auto;padding:5px 0;margin-top:5px;white-space:nowrap;-webkit-overflow-scrolling:touch}.photo-thumbnail-wrapper{position:relative;flex:0 0 auto;width:60px;height:60px}.photo-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid #ddd;cursor:pointer}.btn-delete-photo{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background:#f00c;color:#fff;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;z-index:10}#photo-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000000f2;justify-content:center;align-items:center;flex-direction:column;opacity:0;transition:opacity .3s}#photo-modal.visible{opacity:1}.photo-modal-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:80%}#photo-modal-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.photo-modal-controls{position:absolute;top:20px;right:20px;display:flex;gap:20px;z-index:10001}body.is-native-app .photo-modal-controls{top:calc(20px + max(env(safe-area-inset-top),18px))}#photo-modal-download,#photo-modal-close{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}#photo-modal-download svg,#photo-modal-close svg{width:30px;height:30px;fill:#fff;filter:drop-shadow(0 0 3px rgba(0,0,0,.8))}#photo-modal-download:hover,#photo-modal-close:hover{opacity:.8;transform:scale(1.1);transition:transform .2s}.photo-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0000;border:none;cursor:pointer;z-index:10002;padding:10px;display:flex;align-items:center;justify-content:center}.photo-nav-btn svg{width:48px;height:48px;fill:#fff;filter:drop-shadow(0 0 3px rgba(0,0,0,.8));opacity:.7;transition:opacity .2s}.photo-nav-btn:hover svg{opacity:1}#photo-prev-btn{left:5px}#photo-next-btn{right:5px}#photo-counter{color:#fff;position:absolute;bottom:30px;font-size:14px;font-weight:300;letter-spacing:1px;text-shadow:0 0 3px rgba(0,0,0,.8)}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:10000;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.modal-overlay.visible{opacity:1}.modal-container{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;padding:var(--space-4);border-radius:var(--radius-lg);width:85%;max-width:340px;box-shadow:0 10px 30px #0003;z-index:10001;flex-direction:column;gap:var(--space-3);transition:transform .2s ease,opacity .2s ease;opacity:0}.modal-container.visible{transform:translate(-50%,-50%) scale(1);opacity:1}.modal-btn{width:100%;min-height:var(--tap-min);padding:var(--space-3) var(--space-4);border:none;border-radius:var(--radius-lg);font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:var(--space-2);transition:transform .1s,background-color .2s}.modal-btn:active{transform:scale(.98)}.modal-btn.primary{background-color:#3b82f6;color:#fff;box-shadow:0 4px 10px #3b82f64d}.modal-btn.secondary{background-color:#f3f4f6;color:#333}.modal-btn.cancel{background-color:#fff;color:#666;margin-top:0;border:1px solid var(--color-border)}.modal-title{text-align:center;font-size:18px;font-weight:700;color:#111;margin-bottom:var(--space-1)}.app-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#0f172a7a;opacity:0;transition:opacity .16s ease}.app-dialog-overlay.visible{opacity:1}.app-dialog{width:min(360px,100%);max-height:calc(100dvh - 56px);overflow:auto;background:#fff;border-radius:12px;box-shadow:0 18px 44px #0f172a47;padding:18px;box-sizing:border-box;transform:translateY(8px) scale(.98);transition:transform .16s ease}.app-dialog-overlay.visible .app-dialog{transform:translateY(0) scale(1)}.app-dialog-title{font-size:17px;font-weight:800;color:#111827;margin-bottom:10px}.app-dialog-message{font-size:14px;line-height:1.55;color:#374151;word-break:keep-all}.app-dialog-input{display:none;width:100%;min-height:44px;margin-top:12px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:15px;box-sizing:border-box}.app-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.app-dialog-btn{min-width:76px;height:42px;border-radius:8px;font-size:14px;font-weight:700;border:0}.app-dialog-btn.primary{background:#2563eb;color:#fff}.app-dialog-btn.secondary{background:#fff;color:#374151;border:1px solid #d1d5db}#bottom-sheet{position:fixed;bottom:0;left:50%;width:100%;max-width:500px;background:#fff;box-shadow:0 -2px 10px #0000001a;border-top-left-radius:16px;border-top-right-radius:16px;z-index:4000;transition:transform .3s cubic-bezier(.25,1,.5,1);transform:translate(-50%,100%);padding:0 var(--space-3) calc(var(--space-4) + var(--app-floating-bottom));box-sizing:border-box;max-height:72vh;overflow-y:auto;-webkit-overflow-scrolling:touch}#bottom-sheet.open{transform:translate(-50%)}#bottom-sheet-handle{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:var(--space-2) auto var(--space-2);flex-shrink:0;cursor:grab}#bottom-sheet-handle:active{cursor:grabbing}#bottom-sheet-header{display:none}#bottom-sheet-more-btn{position:absolute;top:var(--space-2);right:calc(var(--space-3) + 36px);z-index:10;background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;flex-shrink:0;transition:background .2s}#bottom-sheet-more-btn:active{background:#ddd}#bottom-sheet-more-btn svg{width:16px;height:16px;fill:currentColor}#bottom-sheet-close{position:absolute;top:var(--space-2);right:var(--space-3);z-index:10;background:#f0f0f0;border:none;width:32px;height:32px;border-radius:50%;font-size:14px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}#bottom-sheet-close:active{background:#ddd}#bottom-sheet-body{max-width:500px;margin:0 auto}.bottom-sheet-extra{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.25,1,.5,1),opacity .3s ease-out;opacity:0;pointer-events:none}.bottom-sheet-extra .extra-inner{overflow:hidden}#bottom-sheet.full-open .bottom-sheet-extra{grid-template-rows:1fr;opacity:1;pointer-events:auto}.sleep-mode-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;z-index:99999;display:flex;align-items:flex-end;justify-content:center;padding-bottom:50px;user-select:none;-webkit-user-select:none}.sleep-slider-container{width:80%;max-width:400px;height:60px;background-color:#222;border-radius:30px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.sleep-slider-text{color:#888;font-size:14px;font-weight:700;pointer-events:none}.sleep-slider-thumb{position:absolute;left:5px;top:5px;width:50px;height:50px;background-color:#444;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.sleep-slider-thumb.dragging{transition:none;background-color:#555}@supports (-webkit-touch-callout: none){#bottom-sheet{padding-bottom:max(18px,env(safe-area-inset-bottom))}.nav-modal-content{padding-bottom:max(24px,env(safe-area-inset-bottom))}@media (display-mode: standalone){.record-fab{bottom:18px}}}.color-palette{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;align-items:stretch}.palette-basic-row,.palette-basic-swatches{display:flex;align-items:center;gap:2px}.palette-basic-row{justify-content:flex-start}.palette-basic-swatches{min-width:0}.palette-grid{display:none;grid-template-columns:repeat(13,1fr);gap:0;overflow:hidden;border-radius:6px}.color-palette.expanded .palette-grid{display:grid}.color-circle{width:19px;height:19px;border-radius:0;cursor:pointer;border:1px solid rgba(0,0,0,.16);display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.palette-basic-row .color-circle{width:100%;height:auto;aspect-ratio:1}.palette-basic-swatches{display:grid;grid-template-columns:repeat(12,1fr);flex:1;max-width:calc(100% - 30px);min-width:0}.palette-grid .color-circle{width:100%;aspect-ratio:1;height:auto;border:0}.palette-grid-spacer{width:100%;aspect-ratio:1;background:transparent}.color-circle.selected{border-color:#333;border-width:2px;transform:scale(1.1);box-shadow:0 0 4px #0003}.palette-expand-btn{width:22px;height:22px;margin-left:8px;border-radius:50%;border:2px solid #22c55e;background:#fff;color:#7c3aed;font-size:18px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.palette-color-view-btn{display:none;width:100%;height:36px;border:0;border-radius:4px;background:#e5e5e5;color:#333;font-size:13px;line-height:36px;text-align:center;box-sizing:border-box;cursor:pointer;user-select:none;-webkit-user-select:none}#style-modal .color-palette{max-width:452px;margin-left:auto;margin-right:auto}#style-modal{max-height:calc(100dvh - 96px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}#style-modal::-webkit-scrollbar{width:5px}#style-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.style-modal-actions{display:flex;gap:8px;margin-top:16px}.style-modal-actions button{flex:1;padding:12px;border:none;border-radius:10px;font-size:14px;font-weight:700}.style-modal-cancel-btn{background:#f5f5f5;color:#666}.style-modal-apply-btn{background:#3b82f6;color:#fff}.color-palette.expanded .palette-color-view-btn{display:block}.color-picker-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.transparent-btn{width:auto;padding:0 8px;border-radius:14px;background:repeating-linear-gradient(45deg,#fff,#fff 5px,#fbcfe8 5px,#fbcfe8 10px);color:#333;font-size:12px;font-weight:700;border:1px solid #ccc}.style-choice-group{display:flex;gap:8px;margin-bottom:12px}.style-btn{flex:1;padding:8px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:13px}.style-btn.selected{border-width:1.5px;border-color:#3b82f6;background:#eff6ff;font-weight:700}.style-tile-invert-row{min-height:38px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:space-between;color:#333;font-size:13px;font-weight:600;box-sizing:border-box}.style-tile-invert-row input{width:18px;height:18px;accent-color:#3B82F6}.tile-color-adjust-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.tile-color-adjust-row{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:8px;color:#374151;font-size:13px;font-weight:600}.tile-color-adjust-row input{min-width:0;accent-color:#9ca3af}.tile-color-adjust-row input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:22px;background:transparent}.tile-color-adjust-row input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:#d1d5db}.tile-color-adjust-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;margin-top:-7px;border-radius:50%;background:#3b82f6;border:1px solid #2563eb;box-shadow:0 1px 2px #0f172a2e}.tile-color-adjust-row input[type=range]::-moz-range-track{height:4px;border-radius:999px;background:#d1d5db}.tile-color-adjust-row input[type=range]::-moz-range-progress{height:4px;border-radius:999px;background:#d1d5db}.tile-color-adjust-row input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;border:1px solid #2563eb;box-shadow:0 1px 2px #0f172a2e}.tile-color-adjust-row strong{color:#111827;font-size:12px;text-align:right}.style-tile-reset-btn{width:100%;min-height:36px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:13px;font-weight:700;cursor:pointer}.line-style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.line-style-btn.line-style-advanced{display:none}.line-style-grid.expanded .line-style-btn.line-style-advanced{display:flex}.line-style-btn{min-height:38px;padding:6px 10px;display:flex;align-items:center;justify-content:center}.line-style-btn svg{width:100%;height:22px;display:block}.line-style-more-btn{min-height:34px;margin-top:8px;width:100%}.line-style-more-btn .collapse-label,.line-style-more-btn.expanded .expand-label{display:none}.line-style-more-btn.expanded .collapse-label{display:inline}.fill-pattern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px}.fill-pattern-btn.fill-pattern-advanced{display:none}.fill-pattern-grid.expanded .fill-pattern-btn.fill-pattern-advanced{display:flex}.fill-pattern-btn{min-height:38px;padding:6px 10px;display:flex;align-items:center;justify-content:center}.fill-pattern-more-btn{min-height:34px;margin-top:8px;width:100%}.fill-pattern-more-btn .collapse-label,.fill-pattern-more-btn.expanded .expand-label{display:none}.fill-pattern-more-btn.expanded .collapse-label{display:inline}.fill-pattern-btn svg{width:100%;height:24px;display:block}@media (min-width: 520px){.line-style-grid,.fill-pattern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.style-modal-tabs{display:none;background:#fff;border-bottom:1px solid #eee;margin:-4px 0 14px}.style-tab-btn{flex:1;padding:11px 0;background:none;border:none;color:#8898aa;cursor:pointer;font-size:14px;font-weight:600;position:relative}.style-tab-btn.selected{color:#3b82f6;font-weight:800}.style-tab-btn.selected:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#3b82f6;border-radius:3px 3px 0 0}.emoji-palette{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;max-height:none;overflow:visible;padding-right:2px}.emoji-btn{font-size:20px;padding:4px;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#333}.emoji-btn svg{width:25px;height:25px;fill:currentColor}.emoji-btn span{line-height:1}.emoji-btn.selected{border-width:1.5px;border-color:#3b82f6;background:#eff6ff}.marker-emoji-btn{display:none}.emoji-palette.expanded .marker-emoji-btn{display:flex}.marker-emoji-more-btn{min-height:34px;margin-top:-4px;width:100%}.marker-emoji-more-btn .collapse-label,.marker-emoji-more-btn.expanded .expand-label{display:none}.marker-emoji-more-btn.expanded .collapse-label{display:inline}.setting-group{margin-bottom:12px}.setting-group .setting-title{font-size:13px;color:#555;margin-bottom:8px;font-weight:700}#map-active-project-badge{position:absolute;top:calc(env(safe-area-inset-top) + var(--space-3));left:50%;transform:translate(-50%);z-index:1700;background:#ffffffe6;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:700;color:#374151;box-shadow:0 3px 8px #0f172a2e;pointer-events:auto;border:1px solid rgba(229,231,235,.9);display:none;max-width:54%;align-items:center;gap:6px;cursor:pointer;transition:left .3s cubic-bezier(.25,1,.5,1)}#map-active-project-badge svg{width:13px;height:13px;flex-shrink:0;fill:#3b82f6}#map-active-project-badge span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.location-summary{display:flex;flex-direction:column;gap:var(--space-1);margin-bottom:var(--space-4);padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-muted-bg);border:1px solid var(--color-border)}.location-summary-row{display:flex;align-items:center;justify-content:center;min-width:0}#address-display,#coord-display{min-width:0;color:#333;font-size:13px;line-height:1.45;text-align:center;word-break:keep-all;overflow-wrap:anywhere}#coord-display{font-family:monospace;color:#555}.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(./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(./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}
