@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f0f2f5}.app-layout{display:flex;flex-direction:column;height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 20px;background:#1a3353;color:#fff;flex-shrink:0}.app-header h1{font-size:16px;font-weight:600;letter-spacing:.5px}.app-header span{font-size:12px;opacity:.7}.app-body{display:flex;flex:1;overflow:hidden}.sidebar{width:360px;background:#fff;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}.sidebar-section{padding:16px;border-bottom:1px solid #f0f0f0}.sidebar-section h3{font-size:13px;font-weight:600;color:#1a3353;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.button-row{display:flex;flex-wrap:wrap;gap:6px}.map-container{flex:1;position:relative}.map-container .leaflet-container{height:100%;width:100%}.result-card{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;padding:12px;margin-top:8px}.result-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.result-row .label{color:#586069}.result-row .value{font-weight:600;color:#24292e}.point-list{max-height:240px;overflow-y:auto;font-size:12px}.point-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #f0f0f0}.point-item:last-child{border-bottom:none}.point-coords{font-family:JetBrains Mono,Courier New,monospace;font-size:11px;color:#586069}.point-clickable{cursor:pointer;transition:color .15s}.point-clickable:hover{color:#1a3353;text-decoration:underline}.empty-state{text-align:center;padding:40px 20px;color:#8c8c8c}
