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