html,body,#app{height:100%;margin:0}body{font-family:system-ui;background:#f7f7f8;color:#111}
.container{display:grid;grid-template-columns:360px 1fr;height:100vh}
.sidebar{padding:12px;border-right:1px solid #e5e7eb;overflow:auto;background:#fff}
.section{margin-bottom:12px}select,input,button{font:inherit}
input[type="text"],select{width:100%;padding:.5rem .6rem;border:1px solid #d1d5db;border-radius:.5rem}
button{padding:.5rem .8rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;cursor:pointer}
.legend{display:flex;gap:12px;flex-wrap:wrap}.legend .circle{display:inline-block;border-radius:999px;border:1px solid #111;opacity:.8}
.legend .swatch{width:18px;height:18px;border-radius:4px;border:1px solid #111;opacity:.8}.map{height:100%}
.toast{position:fixed;bottom:12px;left:12px;background:#111;color:#fff;padding:.6rem .8rem;border-radius:.5rem;opacity:.95;z-index:1200}.hidden{display:none}
