:root{--bg: #0f1115;--panel: #151923;--text: #e6e8ee;--muted: #8a90a0;--accent: #6ee7a1;--border: #242836}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;background:var(--bg);color:var(--text);font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}#sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--panel);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px;gap:16px;overflow:hidden;z-index:1}#sidebar>header,#sidebar>footer{flex:0 0 auto}#map{position:fixed;top:0;right:0;bottom:0;left:280px;overflow:hidden}body.embed #sidebar{display:none}body.embed #map{left:0}.embed-panel{position:fixed;top:12px;left:12px;bottom:12px;width:280px;max-width:calc(100vw - 24px);display:flex;flex-direction:column;gap:12px;z-index:2;pointer-events:none}.embed-panel>*{pointer-events:auto}body.embed .legend-card,body.embed .layer-row{box-shadow:0 4px 16px #00000073}#sidebar header h1{margin:0 0 4px;font-size:16px}#sidebar header p{margin:0}.muted{color:var(--muted);font-size:12px}#layer-toggles{display:flex;flex-direction:column;gap:8px;flex:0 0 auto}.layer-row{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--border);border-radius:8px;background:#10131b}.layer-row label{flex:1;cursor:pointer}.layer-row small{display:block;color:var(--muted)}#legend{display:flex;flex-direction:column;gap:12px;flex:0 1 auto;min-height:0;overflow-y:auto}.legend-card{background:#10131b;border:1px solid var(--border);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.legend-title{font-weight:600;font-size:13px}.legend-sub{color:var(--muted);font-size:11px;margin-top:-4px}.legend-bar{height:10px;border-radius:4px;border:1px solid var(--border)}.legend-axis{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.legend-classes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:11px}.legend-classes li{display:grid;grid-template-columns:14px 18px 1fr;align-items:center;gap:6px}.legend-classes.no-code li{grid-template-columns:14px 1fr}.legend-classes .sw{width:12px;height:12px;border-radius:3px;border:1px solid var(--border)}.legend-classes .v{color:var(--muted);text-align:right}.legend-classes .lbl{color:var(--text)}.legend-desc{margin:0;font-size:11px;color:var(--muted);line-height:1.45}.legend-meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;font-size:11px;color:var(--muted);padding-top:6px;border-top:1px solid var(--border)}footer{margin-top:auto}.gridviz-tooltip{font-weight:600;color:#0f1115;background:#fff;border:1px solid rgba(0,0,0,.25);box-shadow:0 2px 8px #00000059;padding:6px 8px;font-size:13px;line-height:1.4}.gridviz-tooltip strong{font-weight:800}
