.v-layer-control{background:var(--color-card,#fff);border-radius:var(--radius,.5rem);border:1px solid var(--color-border,#e5e7eb);pointer-events:auto;min-width:140px;max-width:280px;margin:10px;padding:8px 10px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.v-layer-control-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.v-layer-control-title{color:var(--color-card-foreground,#111827);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden}.v-layer-control-toggle{border-radius:calc(var(--radius,.5rem) - 2px);width:22px;height:22px;color:var(--color-foreground,#374151);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.v-layer-control-toggle svg{width:14px;height:14px}.v-layer-control-toggle:hover{background:var(--color-accent,#f3f4f6)}.v-layer-control-toggle.is-hidden{color:var(--color-muted-foreground,#9ca3af)}.v-layer-control-toggle:focus{outline:none}.v-layer-control-toggle:focus-visible{outline:2px solid var(--color-primary,#3b82f6);outline-offset:-2px}.v-layer-control-slider-row{align-items:center;gap:8px;display:flex}.v-layer-control-slider{background:var(--color-secondary,#e5e7eb);cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:2px;flex:1;height:3px}.v-layer-control-slider:disabled{opacity:.4;cursor:not-allowed}.v-layer-control-value{color:var(--color-muted-foreground,#6b7280);font-variant-numeric:tabular-nums;text-align:right;min-width:28px;font-size:10px;font-weight:500}.v-layer-control-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--color-primary,#3b82f6);cursor:pointer;border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 3px #0003}.v-layer-control-slider::-moz-range-thumb{background:var(--color-primary,#3b82f6);cursor:pointer;border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 3px #0003}.v-layer-control-slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.v-layer-control-slider:disabled::-moz-range-thumb{cursor:not-allowed}.v-layer-control-slider:focus{outline:none}.v-layer-control-slider:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary,#3b82f6) 20%, transparent)}.v-layer-group{background:var(--color-card,#fff);border-radius:var(--radius,.5rem);border:1px solid var(--color-border,#e5e7eb);pointer-events:auto;min-width:140px;max-width:280px;margin:10px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.v-layer-group-header{border:none;border-bottom:1px solid var(--color-border,#e5e7eb);cursor:pointer;text-align:left;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:36px;padding:8px 10px;line-height:1;display:flex}.v-layer-group-header.is-static{cursor:default}.v-layer-group-header:not(.is-static):hover{background:var(--color-accent,#f3f4f6)}.v-layer-group-header:focus{outline:none}.v-layer-group-header:focus-visible{outline:2px solid var(--color-primary,#3b82f6);outline-offset:-2px}.v-layer-group.is-collapsed .v-layer-group-header{border-bottom:none}.v-layer-group-title{color:var(--color-card-foreground,#111827);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden}.v-layer-group-chevron{width:14px;height:14px;color:var(--color-muted-foreground,#6b7280);flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s;display:flex}.v-layer-group-chevron.is-collapsed{transform:rotate(-90deg)}.v-layer-group-content{flex-direction:column;display:flex}.v-layer-group-item{border-bottom:1px solid var(--color-border,#e5e7eb);padding:6px 10px 8px}.v-layer-group-item:last-child{border-bottom:none}.v-layer-group-item-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.v-layer-group-item-title{color:var(--color-foreground,#374151);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;font-weight:500;line-height:1.2;overflow:hidden}.v-layer-group-toggle{border-radius:calc(var(--radius,.5rem) - 2px);width:20px;height:20px;color:var(--color-foreground,#374151);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.v-layer-group-toggle svg{width:14px;height:14px}.v-layer-group-toggle:hover{background:var(--color-accent,#f3f4f6)}.v-layer-group-toggle.is-hidden{color:var(--color-muted-foreground,#9ca3af)}.v-layer-group-slider-row{align-items:center;gap:8px;display:flex}.v-layer-group-slider{background:var(--color-secondary,#e5e7eb);cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:2px;flex:1;height:3px}.v-layer-group-slider:disabled{opacity:.4;cursor:not-allowed}.v-layer-group-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--color-primary,#3b82f6);cursor:pointer;border:2px solid #fff;border-radius:50%;width:10px;height:10px;box-shadow:0 1px 3px #0003}.v-layer-group-slider::-moz-range-thumb{background:var(--color-primary,#3b82f6);cursor:pointer;border:2px solid #fff;border-radius:50%;width:10px;height:10px;box-shadow:0 1px 3px #0003}.v-layer-group-slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.v-layer-group-slider:disabled::-moz-range-thumb{cursor:not-allowed}.v-layer-group-slider:focus{outline:none}.v-layer-group-slider:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary,#3b82f6) 20%, transparent)}.v-layer-group-value{color:var(--color-muted-foreground,#6b7280);font-variant-numeric:tabular-nums;text-align:right;min-width:28px;font-size:10px;font-weight:500}.v-legend-control{background:var(--color-card,#fff);border-radius:var(--radius,.5rem);border:1px solid var(--color-border,#e5e7eb);pointer-events:auto;min-width:140px;max-width:200px;margin:10px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.v-legend-control-header{border:none;border-bottom:1px solid var(--color-border,#e5e7eb);cursor:pointer;text-align:left;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:44px;padding:8px 10px;line-height:1;display:flex}.v-legend-control.is-collapsed .v-legend-control-header{border-bottom:none}.v-legend-control-header:hover{background:var(--color-accent,#f3f4f6)}.v-legend-control-title{color:var(--color-card-foreground,#111827);font-size:13px;font-weight:500;line-height:1}.v-legend-control-chevron{width:16px;height:16px;color:var(--color-muted-foreground,#6b7280);flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s;display:flex}.v-legend-control-chevron.is-collapsed{transform:rotate(-90deg)}.v-legend-control-content{flex-direction:column;gap:2px;padding:6px;display:flex}.v-legend-control-item{border-radius:calc(var(--radius,.5rem) - 4px);text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:6px 8px;transition:background .1s,opacity .1s;display:flex}.v-legend-control-item.is-interactive{cursor:pointer}.v-legend-control-item.is-interactive:hover{background:var(--color-accent,#f3f4f6)}.v-legend-control-item.is-hidden{opacity:.4}.v-legend-control-item.is-hidden .v-legend-control-label{text-decoration:line-through}.v-legend-control-item:disabled{cursor:default}.v-legend-control-swatch{border-radius:3px;flex-shrink:0;width:12px;height:12px;box-shadow:inset 0 0 0 1px #0000001a}.v-legend-control-label{color:var(--color-foreground,#374151);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;font-weight:500;overflow:hidden}.v-legend-control-count{color:var(--color-muted-foreground,#6b7280);background:var(--color-secondary,#f3f4f6);border-radius:8px;padding:1px 5px;font-size:10px;font-weight:500}.v-legend-control-gradient{border-radius:3px;height:12px;margin:6px 8px 4px}.v-legend-control-gradient-labels{color:var(--color-muted-foreground,#6b7280);justify-content:space-between;padding:0 8px 6px;font-size:10px;font-weight:500;display:flex}.v-legend-control-size-item{align-items:center;gap:8px;padding:4px 8px;display:flex}.v-legend-control-size-circle-wrap{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.v-legend-control-size-circle{background:var(--color-primary,#3b82f6);border-radius:50%;box-shadow:inset 0 0 0 1px #0000001a}.v-legend-control-table{flex-direction:column;gap:1px;max-height:300px;display:flex;overflow-y:auto}.v-legend-control-table-row{border-radius:calc(var(--radius,.5rem) - 4px);align-items:center;gap:8px;padding:4px 8px;display:flex}.v-legend-control-table-row:hover{background:var(--color-accent,#f3f4f6)}.v-legend-control-table-label{color:var(--color-foreground,#374151);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;font-weight:500;overflow:hidden}.v-legend-control-table-value{color:var(--color-muted-foreground,#6b7280);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:10px;font-weight:600}.v-legend-control:has(.v-legend-control-table){max-width:280px}canvas[data-v-0f7d19f0]{outline:none}.v-map-container[data-v-0f7d19f0]{width:100%;height:100%}.absolute{position:absolute!important}
