/*
 * @license
 * Copyright 2025 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */#map{height:100%;flex-grow:1}html,body{height:100%;margin:0;padding:0;display:flex;flex-direction:column;position:relative;font-family:Roboto,Arial,sans-serif}.tooltip{position:absolute;z-index:1001;padding:10px;background:#000c;color:#fff;border-radius:4px;pointer-events:none;display:none;font-size:12px}h1{text-align:center;margin:10px}.legend{position:absolute;top:140px;right:10px;z-index:1000;background-color:#fff;padding:10px;border:1px solid #ccc;font-family:Roboto,Arial,sans-serif;font-size:14px}.legend-item{display:flex;align-items:center;margin-bottom:5px}.legend-color{width:20px;height:20px;margin-right:10px;border:1px solid #000}
