*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 221.2 83.2% 53.3%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 221.2 83.2% 53.3%;
    --radius: 0.5rem;
  }

  .dark {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 217.2 91.2% 59.8%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 224.3 76.3% 48%;
  }

  * {
  border-color: hsl(var(--border));
}

  body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-left-1 {
  left: -0.25rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-11 {
  top: 2.75rem;
}
.top-14 {
  top: 3.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[min\(760px\2c 92vh\)\] {
  height: min(760px, 92vh);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[calc\(100dvh-1rem\)\] {
  max-height: calc(100dvh - 1rem);
}
.max-h-\[min\(24rem\2c 42vh\)\] {
  max-height: min(24rem, 42vh);
}
.max-h-\[min\(760px\2c 92vh\)\] {
  max-height: min(760px, 92vh);
}
.max-h-\[min\(88vh\2c 760px\)\] {
  max-height: min(88vh, 760px);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[calc\(100vw-1rem\)\] {
  width: calc(100vw - 1rem);
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[min\(18rem\2c calc\(100vw-48px\)\)\] {
  min-width: min(18rem, calc(100vw - 48px));
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[calc\(100vw-1rem\)\] {
  max-width: calc(100vw - 1rem);
}
.max-w-\[min\(520px\2c calc\(100vw-48px\)\)\] {
  max-width: min(520px, calc(100vw - 48px));
}
.max-w-\[min\(90vw\2c 32rem\)\] {
  max-width: min(90vw, 32rem);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.caption-bottom {
  caption-side: bottom;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-row-resize {
  cursor: row-resize;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1\.25rem_minmax\(7rem\2c 1fr\)_minmax\(7rem\2c 1fr\)_2rem_2rem\] {
  grid-template-columns: 1.25rem minmax(7rem,1fr) minmax(7rem,1fr) 2rem 2rem;
}
.grid-cols-\[2\.25rem_1fr_2rem\] {
  grid-template-columns: 2.25rem 1fr 2rem;
}
.grid-cols-\[minmax\(0\2c 1fr\)_2\.25rem\] {
  grid-template-columns: minmax(0,1fr) 2.25rem;
}
.grid-cols-\[minmax\(0\2c 1fr\)_5rem_5rem\] {
  grid-template-columns: minmax(0,1fr) 5rem 5rem;
}
.grid-cols-\[minmax\(10rem\2c 1fr\)_2rem\] {
  grid-template-columns: minmax(10rem,1fr) 2rem;
}
.grid-cols-\[minmax\(10rem\2c 1fr\)_2rem_2rem\] {
  grid-template-columns: minmax(10rem,1fr) 2rem 2rem;
}
.grid-cols-\[minmax\(150px\2c 200px\)_minmax\(0\2c 1fr\)_2\.25rem\] {
  grid-template-columns: minmax(150px,200px) minmax(0,1fr) 2.25rem;
}
.grid-cols-\[minmax\(260px\2c 320px\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(260px,320px) minmax(0,1fr);
}
.grid-cols-\[minmax\(5rem\2c 0\.45fr\)_1fr\] {
  grid-template-columns: minmax(5rem,0.45fr) 1fr;
}
.grid-rows-\[auto_auto_minmax\(0\2c 1fr\)\] {
  grid-template-rows: auto auto minmax(0,1fr);
}
.grid-rows-\[auto_minmax\(0\2c 1fr\)\] {
  grid-template-rows: auto minmax(0,1fr);
}
.grid-rows-\[auto_minmax\(0\2c 1fr\)_auto\] {
  grid-template-rows: auto minmax(0,1fr) auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-border {
  border-color: hsl(var(--border));
}
.border-border\/60 {
  border-color: hsl(var(--border) / 0.6);
}
.border-destructive {
  border-color: hsl(var(--destructive));
}
.border-destructive\/40 {
  border-color: hsl(var(--destructive) / 0.4);
}
.border-destructive\/50 {
  border-color: hsl(var(--destructive) / 0.5);
}
.border-input {
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(var(--primary));
}
.border-primary\/50 {
  border-color: hsl(var(--primary) / 0.5);
}
.border-primary\/60 {
  border-color: hsl(var(--primary) / 0.6);
}
.border-transparent {
  border-color: transparent;
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-l-destructive {
  border-left-color: hsl(var(--destructive));
}
.border-l-primary {
  border-left-color: hsl(var(--primary));
}
.bg-accent {
  background-color: hsl(var(--accent));
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-background\/70 {
  background-color: hsl(var(--background) / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-border {
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-destructive\/10 {
  background-color: hsl(var(--destructive) / 0.1);
}
.bg-destructive\/5 {
  background-color: hsl(var(--destructive) / 0.05);
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-muted-foreground\/45 {
  background-color: hsl(var(--muted-foreground) / 0.45);
}
.bg-muted\/30 {
  background-color: hsl(var(--muted) / 0.3);
}
.bg-muted\/40 {
  background-color: hsl(var(--muted) / 0.4);
}
.bg-muted\/70 {
  background-color: hsl(var(--muted) / 0.7);
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/20 {
  background-color: hsl(var(--primary) / 0.2);
}
.bg-primary\/5 {
  background-color: hsl(var(--primary) / 0.05);
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-transparent {
  background-color: transparent;
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-accent-foreground {
  color: hsl(var(--accent-foreground));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/50 {
  color: hsl(var(--muted-foreground) / 0.5);
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_hsl\(var\(--primary\)\/0\.25\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--primary)/0.25);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_2px_hsl\(var\(--background\)\)\] {
  --tw-shadow: 0 0 0 2px hsl(var(--background));
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-200 {
  animation-duration: 200ms;
}
.running {
  animation-play-state: running;
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
html,
body,
#root {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.geoagent-control .geoagent-control-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.geoagent-control .geoagent-control-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.geoagent-control .geoagent-control-icon svg {
  transform: translateX(1px);
}
.geoagent-panel input:focus,
.geoagent-panel select:focus,
.geoagent-panel textarea:focus,
.geoagent-panel input:focus-visible,
.geoagent-panel select:focus-visible,
.geoagent-panel textarea:focus-visible {
  border-color: #2f8f85;
  box-shadow: inset 0 0 0 1px #2f8f85;
  outline: none;
}
.geo-editor-control .geo-editor-tool-button {
  align-items: center;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  line-height: 0;
  padding: 0;
}
.geo-editor-control .geo-editor-tool-button svg {
  display: block;
  flex: 0 0 auto;
  margin: 0;
}
.geo-editor-control .geo-editor-tool-button[data-mode="text_marker"] svg {
  height: 24px;
  width: 24px;
}
.geo-editor-control .geo-editor-tool-button[data-mode="text_marker"] svg text {
  font-size: 18px;
}
.geolibre-esri-wayback-control,
.esri-wayback-control-panel {
  color-scheme: light;
}
.esri-wayback-control-panel .esri-wayback-range {
  accent-color: #2b7bb9;
}
.esri-wayback-control-panel .esri-wayback-input {
  background-color: #fff !important;
  color: #111827 !important;
}
.esri-wayback-control-panel .esri-wayback-input::-moz-placeholder {
  color: #6b7280 !important;
}
.esri-wayback-control-panel .esri-wayback-input::placeholder {
  color: #6b7280 !important;
}
.geolibre-components-control .maplibregl-ctrl-group,
.geolibre-components-control .maplibregl-ctrl {
  align-items: center;
  display: flex;
  justify-content: center;
}
.geolibre-components-control .maplibre-gl-control-grid-content button {
  align-items: center;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  line-height: 0;
  padding: 0;
}
.geolibre-components-control .maplibre-gl-control-grid-content button > svg,
.geolibre-components-control
  .maplibre-gl-control-grid-content
  .maplibregl-ctrl-icon {
  display: block;
  flex: 0 0 auto;
  margin: 0 auto;
}
.geolibre-components-control
  .maplibre-gl-control-grid-content
  button
  > span:not(.maplibregl-ctrl-icon) {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.geolibre-components-control,
.geolibre-components-control .maplibre-gl-control-grid {
  overflow: visible;
}
.geolibre-components-control {
  padding: 10px !important;
}
.geolibre-components-control.maplibre-gl-control-grid--collapsed {
  height: 29px;
  padding: 0 !important;
  width: 29px;
}
.geolibre-components-control.maplibre-gl-control-grid--collapsed
  .maplibre-gl-control-grid-header,
.geolibre-components-control.maplibre-gl-control-grid--collapsed
  .maplibre-gl-control-grid-wrench {
  height: 29px !important;
  width: 29px !important;
}
.geolibre-components-control.maplibre-gl-control-grid--collapsed
  .maplibre-gl-control-grid-wrench
  svg {
  height: 16px;
  width: 16px;
}
.geolibre-components-control .maplibre-gl-control-grid-content > * {
  margin: 4px !important;
}
.geolibre-components-control .maplibre-gl-control-grid-floating-panel {
  box-sizing: border-box;
  max-width: min(340px, calc(100vw - 32px));
}
.geolibre-components-control
  .maplibre-gl-control-grid-floating-panel
  > .maplibregl-ctrl {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.geolibre-components-control
  .maplibre-gl-control-grid-floating-panel
  .maplibre-gl-search-input-wrapper {
  gap: 6px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  width: 100% !important;
}
.geolibre-components-control
  .maplibre-gl-control-grid-floating-panel
  > .maplibre-gl-search {
  display: block !important;
  justify-content: normal !important;
}
.maplibregl-ctrl-top-left
  .geolibre-components-control
  .maplibre-gl-control-grid-floating-panel,
.maplibregl-ctrl-bottom-left
  .geolibre-components-control
  .maplibre-gl-control-grid-floating-panel {
  left: 0 !important;
  max-width: 100% !important;
  right: auto !important;
  width: 100% !important;
}
.maplibregl-ctrl-top-right
  .geolibre-components-control
  .maplibre-gl-control-grid-floating-panel,
.maplibregl-ctrl-bottom-right
  .geolibre-components-control
  .maplibre-gl-control-grid-floating-panel {
  left: auto !important;
  right: 0 !important;
}
.geolibre-components-control .maplibre-gl-control-grid-relocated {
  box-sizing: border-box;
  max-width: min(340px, calc(100vw - 32px)) !important;
}
.geolibre-flatgeobuf-control {
  background-color: hsl(var(--popover)) !important;
  color: hsl(var(--popover-foreground)) !important;
  overflow: visible;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-button {
  display: none !important;
}
.geolibre-pmtiles-control {
  background-color: hsl(var(--popover)) !important;
  color: hsl(var(--popover-foreground)) !important;
  overflow: visible;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-button {
  display: none !important;
}
.geolibre-duckdb-control {
  background-color: transparent !important;
  box-shadow: none !important;
  color: hsl(var(--popover-foreground)) !important;
  height: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}
.geolibre-duckdb-control .duckdb-control-toggle {
  pointer-events: none;
  visibility: hidden;
}
.duckdb-control-panel:has(+ .geolibre-duckdb-control),
.duckdb-control-panel {
  box-sizing: border-box;
  max-height: min(620px, calc(100% - 20px));
  max-width: min(365px, calc(100vw - 32px));
}
.duckdb-control-panel {
  background-color: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border));
  color: hsl(var(--popover-foreground)) !important;
  left: 10px !important;
  top: 10px !important;
}
.duckdb-control-content {
  max-height: min(560px, calc(100vh - 220px));
}
.duckdb-control-header {
  background-color: hsl(var(--card)) !important;
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.duckdb-control-title,
.duckdb-control-label,
.duckdb-control-section-title,
.duckdb-control-summary-row strong,
.duckdb-control-properties dd {
  color: hsl(var(--foreground)) !important;
}
.duckdb-control-summary-row span,
.duckdb-control-properties dt,
.duckdb-control-placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.duckdb-control-section,
.duckdb-control-properties th,
.duckdb-control-properties td {
  border-color: hsl(var(--border)) !important;
}
.duckdb-control-input,
.duckdb-control-file,
.duckdb-control-textarea {
  background-color: hsl(var(--background)) !important;
  border-color: hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.duckdb-control-input:focus,
.duckdb-control-file:focus,
.duckdb-control-textarea:focus {
  border-color: hsl(var(--ring)) !important;
  box-shadow: 0 0 0 1px hsl(var(--ring));
}
.duckdb-control-button {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
}
.duckdb-control-button:hover {
  background-color: hsl(var(--primary) / 0.9) !important;
}
.duckdb-control-secondary-button {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--secondary-foreground)) !important;
}
.duckdb-control-secondary-button:hover {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.duckdb-control-status {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.duckdb-control-error {
  background-color: hsl(var(--destructive) / 0.12) !important;
  color: hsl(var(--destructive)) !important;
}
.duckdb-control-close {
  color: hsl(var(--muted-foreground)) !important;
}
.duckdb-control-close:hover {
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-panel {
  background-color: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border));
  color: hsl(var(--popover-foreground)) !important;
  max-width: min(340px, calc(100vw - 32px));
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-header {
  background-color: hsl(var(--card)) !important;
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-title,
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-form-group > label {
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-close {
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-close:hover {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-list {
  background-color: hsl(var(--card)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-list-item {
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-list-label,
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-list-header {
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-badge {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--secondary-foreground)) !important;
}
.geolibre-pmtiles-control
  .maplibre-gl-pmtiles-layer-form-group
  > div[style*="background"] {
  background-color: hsl(var(--background)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control
  .maplibre-gl-pmtiles-layer-form-group
  > div[style*="background"]
  label,
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-form-group > div span {
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control
  .maplibre-gl-pmtiles-layer-form-group
  > span {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-pmtiles-control input[type="checkbox"] {
  accent-color: hsl(var(--primary));
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-input {
  background-color: hsl(var(--background)) !important;
  border: 1px solid hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-input::-moz-placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-input::placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-input:focus {
  border-color: hsl(var(--ring)) !important;
  box-shadow: 0 0 0 1px hsl(var(--ring)) !important;
  outline: none;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-btn {
  background-color: hsl(var(--card)) !important;
  border: 1px solid hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-btn:hover:not(:disabled) {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-btn:disabled {
  color: hsl(var(--muted-foreground)) !important;
  opacity: 0.65;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-btn--primary {
  background-color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
}
.geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-status--error {
  color: hsl(var(--destructive)) !important;
}
.geolibre-zarr-control {
  background-color: hsl(var(--popover)) !important;
  color: hsl(var(--popover-foreground)) !important;
  overflow: visible;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-button {
  display: none !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-panel {
  background-color: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.28);
  color: hsl(var(--popover-foreground)) !important;
  max-width: min(340px, calc(100vw - 32px));
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-header {
  background-color: hsl(var(--card)) !important;
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-title,
.geolibre-zarr-control .maplibre-gl-zarr-layer-form-group > label,
.geolibre-zarr-control .maplibre-gl-zarr-layer-checkbox-label,
.geolibre-zarr-control .maplibre-gl-zarr-layer-slider-value,
.geolibre-zarr-control .maplibre-gl-zarr-layer-list-header,
.geolibre-zarr-control .maplibre-gl-zarr-layer-list-label {
  color: hsl(var(--foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-close,
.geolibre-zarr-control .maplibre-gl-zarr-layer-list-remove {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-close:hover,
.geolibre-zarr-control .maplibre-gl-zarr-layer-list-remove:hover {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-list {
  background-color: hsl(var(--card)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-list-item {
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-input,
.geolibre-zarr-control .maplibre-gl-zarr-layer-select {
  background-color: hsl(var(--background)) !important;
  border: 1px solid hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, hsl(var(--foreground)) 50%),
    linear-gradient(135deg, hsl(var(--foreground)) 50%, transparent 50%);
  background-position:
    calc(100% - 14px) 50%,
    calc(100% - 9px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  color-scheme: light dark;
  padding-right: 2rem !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-input::-moz-placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-input::placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-input[type="number"] {
  min-height: 2rem;
  padding-right: 0.5rem !important;
}
.geolibre-zarr-control
  .maplibre-gl-zarr-layer-input[type="number"]::-webkit-inner-spin-button,
.geolibre-zarr-control
  .maplibre-gl-zarr-layer-input[type="number"]::-webkit-outer-spin-button {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.3);
  transform-origin: center;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-input:focus,
.geolibre-zarr-control .maplibre-gl-zarr-layer-select:focus {
  border-color: hsl(var(--ring)) !important;
  box-shadow: 0 0 0 1px hsl(var(--ring)) !important;
  outline: none;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-select option {
  background-color: hsl(var(--popover));
  color: hsl(var(--popover-foreground));
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-btn {
  background-color: hsl(var(--card)) !important;
  border: 1px solid hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-btn:hover:not(:disabled) {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-btn:disabled {
  color: hsl(var(--muted-foreground)) !important;
  opacity: 0.65;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-btn--primary {
  background-color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-status--error {
  color: hsl(var(--destructive)) !important;
}
.geolibre-zarr-control .maplibre-gl-zarr-layer-checkbox,
.geolibre-zarr-control .maplibre-gl-zarr-layer-slider {
  accent-color: hsl(var(--primary));
}
.geolibre-search-control {
  background-color: #fff !important;
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.28);
  color: #333 !important;
  max-width: min(320px, calc(100vw - 32px));
  overflow: visible;
  position: relative;
  z-index: 3;
}
.geolibre-search-control .maplibre-gl-search-input-wrapper {
  background-color: #fff !important;
  border-bottom: 1px solid #d9d9d9 !important;
  box-sizing: border-box;
  width: 100% !important;
}
.geolibre-search-control .maplibre-gl-search-input {
  background-color: #fff !important;
  caret-color: #111;
  color: #111 !important;
}
.geolibre-search-control .maplibre-gl-search-input::-moz-placeholder {
  color: #333 !important;
  opacity: 1;
}
.geolibre-search-control .maplibre-gl-search-input::placeholder {
  color: #333 !important;
  opacity: 1;
}
.geolibre-search-control .maplibre-gl-search-input:focus {
  outline: none;
}
.geolibre-search-control .maplibre-gl-search-toggle {
  background: #fff !important;
  border-radius: 4px;
  color: #333 !important;
  height: 29px !important;
  opacity: 1;
  width: 29px !important;
}
.geolibre-search-control .maplibre-gl-search-toggle svg {
  height: 16px;
  width: 16px;
}
.geolibre-search-control .maplibre-gl-search-toggle:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
  opacity: 1;
}
.geolibre-search-control .maplibre-gl-search-icon,
.geolibre-search-control .maplibre-gl-search-clear,
.geolibre-search-control .maplibre-gl-search-collapse {
  color: #333 !important;
  opacity: 1;
}
.geolibre-search-control .maplibre-gl-search-clear:hover,
.geolibre-search-control .maplibre-gl-search-collapse:hover {
  color: #000 !important;
  opacity: 1;
}
.geolibre-search-control .maplibre-gl-search-results {
  background-color: #fff !important;
  border: 1px solid #d9d9d9;
  border-top: 0;
  color: #111 !important;
  max-width: min(320px, calc(100vw - 32px));
}
.geolibre-search-control .maplibre-gl-search-result {
  border-bottom-color: #e5e5e5 !important;
  color: #111 !important;
}
.geolibre-search-control .maplibre-gl-search-result:hover {
  background-color: #f2f2f2 !important;
  color: #000 !important;
}
.geolibre-search-control .maplibre-gl-search-result:hover * {
  color: #000 !important;
}
.geolibre-search-control .maplibre-gl-search-result-detail {
  color: #555 !important;
  opacity: 1;
}
.geolibre-stac-search-control {
  background-color: hsl(var(--popover)) !important;
  color: hsl(var(--popover-foreground)) !important;
  overflow: visible;
  position: relative;
  z-index: 3;
}
.maplibregl-control-container {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
#deckgl-overlay {
  z-index: 1;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-button {
  display: none !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-panel {
  background-color: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.28);
  color: hsl(var(--popover-foreground)) !important;
  max-width: min(365px, calc(100vw - 32px));
}
.geolibre-stac-search-control .maplibre-gl-stac-search-header {
  background-color: hsl(var(--card)) !important;
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-title,
.geolibre-stac-search-control .maplibre-gl-stac-search-form-group > label,
.geolibre-stac-search-control .maplibre-gl-stac-search-hint,
.geolibre-stac-search-control .maplibre-gl-stac-search-list-header,
.geolibre-stac-search-control .maplibre-gl-stac-search-list-label,
.geolibre-stac-search-control .maplibre-gl-stac-search-rgb-label {
  color: hsl(var(--foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-close,
.geolibre-stac-search-control .maplibre-gl-stac-search-list-remove {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-close:hover,
.geolibre-stac-search-control .maplibre-gl-stac-search-list-remove:hover {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-input,
.geolibre-stac-search-control .maplibre-gl-stac-search-select {
  background-color: hsl(var(--background)) !important;
  border: 1px solid hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-input::-moz-placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-input::placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-input:focus,
.geolibre-stac-search-control .maplibre-gl-stac-search-select:focus {
  border-color: hsl(var(--ring)) !important;
  box-shadow: 0 0 0 1px hsl(var(--ring)) !important;
  outline: none;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-select option {
  background-color: hsl(var(--popover));
  color: hsl(var(--popover-foreground));
}
.geolibre-stac-search-control .maplibre-gl-stac-search-btn,
.geolibre-stac-search-control .maplibre-gl-stac-search-btn-clear,
.geolibre-stac-search-control .maplibre-gl-stac-search-btn-clear-footprints {
  background-color: hsl(var(--card)) !important;
  border: 1px solid hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-stac-search-control
  .maplibre-gl-stac-search-btn:hover:not(:disabled),
.geolibre-stac-search-control .maplibre-gl-stac-search-btn-clear:hover,
.geolibre-stac-search-control
  .maplibre-gl-stac-search-btn-clear-footprints:hover {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-btn:disabled {
  color: hsl(var(--muted-foreground)) !important;
  opacity: 0.65;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-btn--primary,
.geolibre-stac-search-control
  .maplibre-gl-stac-search-btn--toggle.active {
  background-color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-list {
  background-color: hsl(var(--card)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-list-item {
  background-color: hsl(var(--background)) !important;
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-list-item:hover {
  background-color: hsl(var(--accent)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-stac-search-control
  .maplibre-gl-stac-search-list-item:hover
  .maplibre-gl-stac-search-list-label {
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-stac-search-control
  .maplibre-gl-stac-search-list-item:hover
  .maplibre-gl-stac-search-list-remove {
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-stac-search-control .maplibre-gl-stac-search-status--error {
  color: hsl(var(--destructive)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-panel {
  background-color: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.28);
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-header {
  border-bottom-color: hsl(var(--border)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-title,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-form-group label,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-checkbox-label,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-slider-value,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-list-header,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-list-label {
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-close,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-list-remove {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-close:hover,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-list-remove:hover {
  color: hsl(var(--foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-input,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-select,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-textarea,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-minzoom-input {
  background-color: hsl(var(--background)) !important;
  border: 1px solid hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-input::-moz-placeholder, .geolibre-flatgeobuf-control .maplibre-gl-add-vector-textarea::-moz-placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-input::placeholder,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-textarea::placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-input:focus,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-select:focus,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-textarea:focus,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-minzoom-input:focus {
  border-color: hsl(var(--ring)) !important;
  box-shadow: 0 0 0 1px hsl(var(--ring));
  outline: none;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-select option {
  background-color: hsl(var(--popover));
  color: hsl(var(--popover-foreground));
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-format-hint {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-mode-btn {
  background-color: hsl(var(--secondary)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--secondary-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-mode-btn--active,
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-btn--primary {
  background-color: hsl(var(--primary)) !important;
  border-color: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
}
.geolibre-flatgeobuf-control .maplibre-gl-add-vector-slider {
  accent-color: hsl(var(--primary));
}
.maplibregl-ctrl-top-left
  .geolibre-components-control
  .maplibre-gl-control-grid-relocated,
.maplibregl-ctrl-bottom-left
  .geolibre-components-control
  .maplibre-gl-control-grid-relocated {
  max-width: 100% !important;
  width: 100% !important;
}
.maplibregl-ctrl-top-left
  .geolibre-components-control
  .left[class*="panel"],
.maplibregl-ctrl-top-left
  .geolibre-components-control
  .right[class*="panel"],
.maplibregl-ctrl-bottom-left
  .geolibre-components-control
  .left[class*="panel"],
.maplibregl-ctrl-bottom-left
  .geolibre-components-control
  .right[class*="panel"] {
  left: 0 !important;
  right: auto !important;
}
.maplibregl-ctrl-top-right
  .geolibre-components-control
  .left[class*="panel"],
.maplibregl-ctrl-top-right
  .geolibre-components-control
  .right[class*="panel"],
.maplibregl-ctrl-bottom-right
  .geolibre-components-control
  .left[class*="panel"],
.maplibregl-ctrl-bottom-right
  .geolibre-components-control
  .right[class*="panel"] {
  left: auto !important;
  right: 0 !important;
}
.geolibre-components-control input:not([type="checkbox"]):not([type="radio"]):not(
    [type="range"]
  ),
.geolibre-components-control select,
.geolibre-components-control textarea {
  background-color: #fff !important;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-sizing: border-box;
  color: #111827 !important;
  color-scheme: light;
}
.geolibre-components-control input::-moz-placeholder, .geolibre-components-control textarea::-moz-placeholder {
  color: #6b7280 !important;
}
.geolibre-components-control input::placeholder,
.geolibre-components-control textarea::placeholder {
  color: #6b7280 !important;
}
.geolibre-components-control select option {
  background-color: #fff;
  color: #111827;
}
.geolibre-colorbar-control,
.geolibre-legend-control,
.geolibre-html-control {
  --maplibre-gl-gui-border-color: hsl(var(--border));
  --maplibre-gl-gui-focus-color: hsl(var(--ring));
  --maplibre-gl-gui-hover-background: hsl(var(--secondary));
  --maplibre-gl-gui-input-background: hsl(var(--background));
  --maplibre-gl-gui-input-color: hsl(var(--foreground));
  --maplibre-gl-gui-muted-color: hsl(var(--muted-foreground));
  --maplibre-gl-gui-placeholder-color: hsl(var(--muted-foreground));
  color: hsl(var(--popover-foreground)) !important;
}
.dark .geolibre-colorbar-control,
.dark .geolibre-legend-control,
.dark .geolibre-html-control,
.dark .geolibre-colorbar-control .colorbar-gui-input,
.dark .geolibre-colorbar-control .colorbar-gui-select,
.dark .geolibre-colorbar-control .colorbar-gui-textarea,
.dark .geolibre-legend-control .legend-gui-input,
.dark .geolibre-legend-control .legend-gui-select,
.dark .geolibre-legend-control .legend-gui-textarea,
.dark .geolibre-html-control .html-gui-input,
.dark .geolibre-html-control .html-gui-select,
.dark .geolibre-html-control .html-gui-textarea {
  color-scheme: dark;
}
.geolibre-colorbar-control .colorbar-gui-input,
.geolibre-colorbar-control .colorbar-gui-select,
.geolibre-colorbar-control .colorbar-gui-textarea,
.geolibre-legend-control .legend-gui-input,
.geolibre-legend-control .legend-gui-select,
.geolibre-legend-control .legend-gui-textarea,
.geolibre-html-control .html-gui-input,
.geolibre-html-control .html-gui-select,
.geolibre-html-control .html-gui-textarea {
  background: var(--maplibre-gl-gui-input-background) !important;
  border-color: var(--maplibre-gl-gui-border-color) !important;
  color: var(--maplibre-gl-gui-input-color) !important;
}
.geolibre-colorbar-control .colorbar-gui-input::-moz-placeholder, .geolibre-colorbar-control .colorbar-gui-textarea::-moz-placeholder, .geolibre-legend-control .legend-gui-input::-moz-placeholder, .geolibre-legend-control .legend-gui-textarea::-moz-placeholder, .geolibre-html-control .html-gui-input::-moz-placeholder, .geolibre-html-control .html-gui-textarea::-moz-placeholder {
  color: var(--maplibre-gl-gui-placeholder-color) !important;
}
.geolibre-colorbar-control .colorbar-gui-input::placeholder,
.geolibre-colorbar-control .colorbar-gui-textarea::placeholder,
.geolibre-legend-control .legend-gui-input::placeholder,
.geolibre-legend-control .legend-gui-textarea::placeholder,
.geolibre-html-control .html-gui-input::placeholder,
.geolibre-html-control .html-gui-textarea::placeholder {
  color: var(--maplibre-gl-gui-placeholder-color) !important;
}
.geolibre-colorbar-control .colorbar-gui-select option,
.geolibre-legend-control .legend-gui-select option,
.geolibre-html-control .html-gui-select option {
  background: hsl(var(--background));
  color: hsl(var(--foreground));
}
.geolibre-components-control input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 2px solid #6b7280;
  border-radius: 50%;
  color-scheme: light;
  display: inline-grid;
  flex: 0 0 auto;
  height: 14px;
  margin: 0;
  opacity: 1;
  place-content: center;
  width: 14px;
}
.geolibre-components-control input[type="radio"]::before {
  background-color: #0f766e;
  border-radius: 50%;
  content: "";
  height: 6px;
  transform: scale(0);
  width: 6px;
}
.geolibre-components-control input[type="radio"]:checked {
  border-color: #0f766e;
}
.geolibre-components-control input[type="radio"]:checked::before {
  transform: scale(1);
}
.geolibre-components-control input[type="radio"]:focus-visible {
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.2);
  outline: none;
}
.geolibre-components-control
  .maplibre-gl-control-grid-header
  input[type="number"] {
  color-scheme: light;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding: 1px 0 1px 4px !important;
  width: 44px !important;
}
.geolibre-components-control
  .maplibre-gl-control-grid-header
  input[type="number"]::-webkit-inner-spin-button,
.geolibre-components-control
  .maplibre-gl-control-grid-header
  input[type="number"]::-webkit-outer-spin-button {
  height: 20px;
  margin: 0;
  opacity: 1;
  width: 18px;
}
.geolibre-components-control
  .maplibre-gl-splat-panel
  input[type="number"] {
  font-size: 12px !important;
  height: 32px;
  line-height: 32px;
  padding-bottom: 4px !important;
  padding-right: 4px !important;
  padding-top: 4px !important;
}
.geolibre-components-control
  .maplibre-gl-splat-panel
  input[type="number"]::-webkit-inner-spin-button,
.geolibre-components-control
  .maplibre-gl-splat-panel
  input[type="number"]::-webkit-outer-spin-button {
  height: 28px;
  margin: 0;
  opacity: 1;
  width: 18px;
}
.geolibre-components-control .maplibre-gl-splat-panel > button {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 30px;
}
.geolibre-splatting-control .maplibre-gl-splat-panel {
  background: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border));
  border-radius: 6px;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.18),
    0 4px 6px -4px rgb(0 0 0 / 0.18);
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel input {
  background: hsl(var(--background)) !important;
  border-color: hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel input::-moz-placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel input::placeholder {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel label,
.geolibre-splatting-control .maplibre-gl-splat-panel > div > span,
.geolibre-splatting-control .maplibre-gl-splat-panel > div > div:first-child {
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel > div:first-child {
  border-bottom-color: hsl(var(--border)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel > div:first-child button {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-splatting-control
  .maplibre-gl-splat-panel
  > div:first-child
  button:hover {
  color: hsl(var(--foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel > button {
  background: hsl(var(--primary)) !important;
  color: hsl(var(--primary-foreground)) !important;
}
.geolibre-splatting-control
  .maplibre-gl-splat-panel
  div[style*="background: #f8f8f8"],
.geolibre-splatting-control
  .maplibre-gl-splat-panel
  div[style*="background: rgb(248, 248, 248)"] {
  background: hsl(var(--secondary)) !important;
  border: 1px solid hsl(var(--border));
}
.geolibre-splatting-control
  .maplibre-gl-splat-panel
  div[style*="background: #f8f8f8"]
  span,
.geolibre-splatting-control
  .maplibre-gl-splat-panel
  div[style*="background: rgb(248, 248, 248)"]
  span {
  color: hsl(var(--secondary-foreground)) !important;
}
.geolibre-splatting-control .maplibre-gl-splat-panel > button {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 30px;
}
.geolibre-3d-tiles-control {
  background: hsl(var(--popover)) !important;
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-3d-tiles-control .three-d-tiles-control-toggle {
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-3d-tiles-control .three-d-tiles-control-toggle:hover {
  background-color: hsl(var(--accent)) !important;
}
.geolibre-3d-tiles-panel {
  --geolibre-3d-tiles-status-success: #0f9f6e;
  background: hsl(var(--popover)) !important;
  border: 1px solid hsl(var(--border)) !important;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.18),
    0 4px 6px -4px rgb(0 0 0 / 0.18) !important;
  color: hsl(var(--popover-foreground)) !important;
  color-scheme: light dark;
}
.geolibre-3d-tiles-panel .three-d-tiles-control-header {
  border-bottom-color: hsl(var(--border)) !important;
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-control-close,
.geolibre-3d-tiles-panel .three-d-tiles-empty,
.geolibre-3d-tiles-panel .three-d-tiles-list-status,
.geolibre-3d-tiles-panel .three-d-tiles-list-url,
.geolibre-3d-tiles-panel .three-d-tiles-status {
  color: hsl(var(--muted-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-control-close:hover {
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-field,
.geolibre-3d-tiles-panel .three-d-tiles-checkbox,
.geolibre-3d-tiles-panel .three-d-tiles-list-title {
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-input {
  background: hsl(var(--background)) !important;
  border-color: hsl(var(--input)) !important;
  color: hsl(var(--foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-input[type="number"] {
  min-height: 36px;
  padding-right: 4px;
}
.geolibre-3d-tiles-panel
  .three-d-tiles-input[type="number"]::-webkit-inner-spin-button,
.geolibre-3d-tiles-panel
  .three-d-tiles-input[type="number"]::-webkit-outer-spin-button {
  min-height: 30px;
  opacity: 1;
  width: 22px;
}
.geolibre-3d-tiles-panel .three-d-tiles-input:focus {
  border-color: hsl(var(--ring)) !important;
  box-shadow: 0 0 0 2px hsl(var(--ring) / 0.16) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-checkbox input,
.geolibre-3d-tiles-panel .three-d-tiles-list-actions input[type="checkbox"],
.geolibre-3d-tiles-panel .three-d-tiles-opacity {
  accent-color: hsl(var(--primary));
}
.geolibre-3d-tiles-panel .three-d-tiles-button,
.geolibre-3d-tiles-panel .three-d-tiles-small-button {
  background: hsl(var(--secondary)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--secondary-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-button:hover:not(:disabled),
.geolibre-3d-tiles-panel .three-d-tiles-small-button:hover:not(:disabled) {
  background: hsl(var(--accent)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--accent-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-button:disabled,
.geolibre-3d-tiles-panel .three-d-tiles-small-button:disabled {
  background: hsl(var(--muted)) !important;
  border-color: hsl(var(--border)) !important;
  color: hsl(var(--muted-foreground)) !important;
  opacity: 0.75;
}
.geolibre-3d-tiles-panel .three-d-tiles-opacity {
  width: 58px;
}
.geolibre-3d-tiles-panel .three-d-tiles-list-actions {
  color: hsl(var(--popover-foreground)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-status,
.geolibre-3d-tiles-panel .three-d-tiles-list-item {
  border-color: hsl(var(--border)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-list-item.active {
  background: hsl(var(--accent)) !important;
  border-color: hsl(var(--ring)) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-status[data-status="loaded"],
.geolibre-3d-tiles-panel .three-d-tiles-list-status[data-status="loaded"] {
  color: var(--geolibre-3d-tiles-status-success) !important;
}
.geolibre-3d-tiles-panel .three-d-tiles-status[data-status="error"],
.geolibre-3d-tiles-panel .three-d-tiles-list-status[data-status="error"] {
  color: hsl(var(--destructive)) !important;
}
.geolibre-components-control input:not([type="checkbox"]):not([type="radio"]):not(
    [type="range"]
  ):focus,
.geolibre-components-control select:focus,
.geolibre-components-control textarea:focus {
  border-color: #2f8f85;
  box-shadow: 0 0 0 2px rgba(47, 143, 133, 0.16);
  outline: none;
}
.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E");
}
.geolibre-identify-popup .maplibregl-popup-content {
  background: hsl(var(--popover));
  border: 1px solid hsl(var(--border));
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.18),
    0 4px 6px -4px rgb(0 0 0 / 0.18);
  color: hsl(var(--popover-foreground));
  max-height: calc(100vh - 96px);
  overflow: visible;
}
.geolibre-identify-popup-root {
  max-height: min(640px, calc(100vh - 128px));
  overflow: hidden;
}
.geolibre-identify-popup-rows {
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(560px, calc(100vh - 184px));
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}
.geolibre-identify-popup .maplibregl-popup-close-button {
  color: hsl(var(--muted-foreground));
}
.geolibre-identify-popup .maplibregl-popup-close-button:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.geolibre-identify-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,
.geolibre-identify-popup.maplibregl-popup-anchor-top-left
  .maplibregl-popup-tip,
.geolibre-identify-popup.maplibregl-popup-anchor-top-right
  .maplibregl-popup-tip {
  border-bottom-color: hsl(var(--popover));
}
.geolibre-identify-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,
.geolibre-identify-popup.maplibregl-popup-anchor-bottom-left
  .maplibregl-popup-tip,
.geolibre-identify-popup.maplibregl-popup-anchor-bottom-right
  .maplibregl-popup-tip {
  border-top-color: hsl(var(--popover));
}
@media (max-width: 767px) {
  .geolibre-components-control .maplibre-gl-control-grid-floating-panel,
  .geolibre-components-control .maplibre-gl-control-grid-relocated,
  .geolibre-pmtiles-control .maplibre-gl-pmtiles-layer-panel,
  .geolibre-zarr-control .maplibre-gl-zarr-layer-panel,
  .maplibregl-map .pc-control-panel,
  .duckdb-control-panel {
    box-sizing: border-box;
    /* 96px clears the mobile top toolbar plus the panel's own top offset */
    max-height: calc(100vh - 96px) !important;
    max-height: calc(100dvh - 96px) !important;
    max-width: calc(100vw - 20px) !important;
    overflow-y: auto;
  }

  .duckdb-control-panel {
    left: 10px !important;
    right: auto !important;
    width: calc(100vw - 20px) !important;
  }

  .duckdb-control-content {
    /* 170px = the 96px panel offset above plus the panel header height */
    max-height: calc(100vh - 170px);
    max-height: calc(100dvh - 170px);
  }

  .geolibre-identify-popup .maplibregl-popup-content {
    max-width: calc(100vw - 24px);
  }
}
@media (max-width: 639px) {
  /* On narrow screens the Layout submenu can be wider than the space Radix
     has between the trigger and the viewport edge. Shift it left by the
     shortfall (Radix reports it via the available-width variable) plus an
     8px edge buffer so the submenu stays fully visible. */
  .geolibre-layout-submenu {
    margin-left: max(
      0px,
      calc(100% - var(--radix-dropdown-menu-content-available-width) + 8px)
    );
  }
}
.geolibre-identify-popup.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  border-right-color: hsl(var(--popover));
}
.geolibre-identify-popup.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  border-left-color: hsl(var(--popover));
}
.swipe-control-panel .swipe-control-select {
  height: 28px;
  line-height: 28px;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}
/* The library caps the panel with an inline max-height (500px), which
   overflows short windows: the panel sits ~50px from the top of the map
   with overflow hidden, so the bottom is cut off and only the inner
   content area scrolls within the 500px cap. Clamp the panel to the map
   height instead so the content scrollbar always reaches the bottom.
   !important is needed to beat the inline style, and this rule sits
   after the small-screen media query above so it wins there too. */
.maplibregl-map .pc-control-panel {
  max-height: min(500px, calc(100% - 60px)) !important;
}
.dark .pc-control-toggle {
  background: hsl(var(--popover));
  color: hsl(var(--popover-foreground));
}
.dark .pc-control-toggle:hover {
  background: hsl(var(--muted));
}
.dark .pc-control-icon svg {
  fill: none;
  stroke: hsl(var(--popover-foreground));
}
.dark .pc-control-panel {
  background: hsl(var(--popover));
  border: 1px solid hsl(var(--border));
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.45);
  color: hsl(var(--popover-foreground));
}
.dark .pc-control-header,
.dark .pc-control-nav {
  background: hsl(var(--muted));
  border-color: hsl(var(--border));
}
.dark .pc-control-title,
.dark .pc-collection-title,
.dark .pc-result-title,
.dark .pc-details-title,
.dark .pc-section-title,
.dark .pc-meta-item .pc-value,
.dark .pc-stats-grid > div > strong,
.dark .pc-point-values > div > strong,
.dark .pc-stats-title,
.dark .pc-legend-title,
.dark .pc-tilejson-card > div > strong,
.dark .pc-layer-name,
.dark .pc-inspector-title,
.dark .pc-opacity-value,
.dark .pc-cloud-value,
.dark .pc-advanced-render summary,
.dark .pc-checkbox-group label,
.dark .pc-asset-name {
  color: hsl(var(--popover-foreground));
}
.dark .pc-control-close,
.dark .pc-nav-btn,
.dark .pc-loading,
.dark .pc-collection-description,
.dark .pc-label,
.dark .pc-bbox-text,
.dark .pc-date-separator,
.dark .pc-results-count,
.dark .pc-results-empty,
.dark .pc-result-date,
.dark .pc-result-cloud,
.dark .pc-asset-type,
.dark .pc-stats-grid > div > span,
.dark .pc-point-values > div > span,
.dark .pc-legend-labels,
.dark .pc-tilejson-card > div > span,
.dark .pc-layers-empty,
.dark .pc-inspector-hint,
.dark .pc-inspector-coords,
.dark .pc-opacity-label,
.dark .pc-rescale-separator {
  color: hsl(var(--muted-foreground));
}
.dark .pc-control-close:hover,
.dark .pc-btn-icon:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.dark .pc-search-box,
.dark .pc-selected-collection,
.dark .pc-bbox-display,
.dark .pc-details-meta,
.dark .pc-asset-item,
.dark .pc-tool-loading,
.dark .pc-custom-viz,
.dark .pc-point-json,
.dark .pc-result-thumbnail {
  background: hsl(var(--muted));
}
.dark .pc-collection-item,
.dark .pc-result-item,
.dark .pc-stats-card,
.dark .pc-legend-card,
.dark .pc-tilejson-card,
.dark .pc-layer-item,
.dark .pc-inspector-panel,
.dark .pc-custom-viz {
  border-color: hsl(var(--border));
}
.dark .pc-collection-item:hover,
.dark .pc-result-item:hover {
  background: hsl(var(--accent));
  border-color: hsl(var(--ring));
}
.dark .pc-result-selected,
.dark .pc-result-selected:hover {
  background: hsl(var(--accent));
  border-color: #f59e0b;
}
.dark .pc-tag,
.dark .pc-btn-active,
.dark .pc-layer-controls-active {
  background: rgb(14 116 144 / 0.22);
  color: #67e8f9;
}
.dark .pc-search-input,
.dark .pc-input {
  background: hsl(var(--background));
  border-color: hsl(var(--border));
  color: hsl(var(--foreground));
}
.dark .pc-search-input::-moz-placeholder, .dark .pc-input::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}
.dark .pc-search-input::placeholder,
.dark .pc-input::placeholder {
  color: hsl(var(--muted-foreground));
}
.dark .pc-search-input:focus,
.dark .pc-input:focus {
  border-color: hsl(var(--ring));
  box-shadow: inset 0 0 0 1px hsl(var(--ring));
}
.dark .pc-btn,
.dark .pc-nav-btn {
  background: hsl(var(--background));
  border-color: hsl(var(--border));
  color: hsl(var(--foreground));
}
.dark .pc-btn:hover,
.dark .pc-nav-btn:hover {
  background: hsl(var(--accent));
}
.dark .pc-btn:disabled:hover {
  background: hsl(var(--background));
}
.dark .pc-btn-primary,
.dark .pc-nav-btn.active,
.dark .pc-search-btn-loading,
.dark .pc-search-btn-loading:disabled,
.dark .pc-search-btn-loading:disabled:hover,
.dark .pc-inspect-active,
.dark .pc-inspect-active:hover {
  background: #0891b2;
  border-color: #0891b2;
  color: #ecfeff;
}
.dark .pc-btn-back {
  color: #67e8f9;
}
.dark .pc-error,
.dark .pc-tool-error {
  background: rgb(127 29 29 / 0.35);
  color: #fecaca;
}
.dark .pc-tool-success {
  background: rgb(20 83 45 / 0.35);
  color: #bbf7d0;
}
.dark .pc-spinner {
  border-color: hsl(var(--border));
  border-top-color: #67e8f9;
}
.dark .pc-control-content::-webkit-scrollbar-track {
  background: hsl(var(--muted));
}
.dark .pc-control-content::-webkit-scrollbar-thumb {
  background: hsl(var(--border));
}
.geolibre-earth-engine-control .plugin-control-toggle {
  align-items: center;
  display: flex;
  justify-content: center;
}
.geolibre-earth-engine-control .plugin-control-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
/* The repeated class outranks the upstream stylesheet's scoped variable
   blocks (.plugin-control-panel.earth-engine-panel and its dark variants)
   so the app-token remap below keeps winning after the 0.4.2 selector
   scoping. */
.geolibre-earth-engine-panel.geolibre-earth-engine-panel.geolibre-earth-engine-panel {
  --ee-panel-bg: hsl(var(--popover));
  --ee-panel-elevated: hsl(var(--card));
  --ee-panel-muted: hsl(var(--muted));
  --ee-panel-text: hsl(var(--popover-foreground));
  --ee-panel-subtle: hsl(var(--muted-foreground));
  --ee-panel-placeholder: hsl(var(--muted-foreground));
  --ee-panel-border: hsl(var(--border));
  --ee-panel-border-strong: hsl(var(--input));
  --ee-input-bg: hsl(var(--background));
  --ee-input-text: hsl(var(--foreground));
  --ee-item-bg: hsl(var(--card));
  --ee-active-bg: hsl(var(--accent));
  --ee-active-border: hsl(var(--ring));
  --ee-button-primary: hsl(var(--primary));
  --ee-button-muted: hsl(var(--muted-foreground));
  --ee-button-danger: hsl(var(--destructive));
  --ee-shadow: 0 16px 40px hsl(var(--foreground) / 0.16);
  --geolibre-ee-panel-left: 10px;

  color-scheme: light;
  left: var(--geolibre-ee-panel-left) !important;
  max-width: calc(100% - var(--geolibre-ee-panel-left) * 2);
}
.dark .geolibre-earth-engine-panel.geolibre-earth-engine-panel.geolibre-earth-engine-panel {
  --ee-shadow: 0 16px 40px hsl(0 0% 0% / 0.4);

  color-scheme: dark;
}
.geolibre-earth-engine-panel .plugin-control-input:focus,
.geolibre-earth-engine-panel .plugin-control-input:focus-visible {
  border-color: hsl(var(--ring));
  box-shadow: inset 0 0 0 1px hsl(var(--ring));
  outline: none;
}
/* maplibre-gl-raster themes its panel from prefers-color-scheme (the OS
   setting), while GeoLibre themes from the .dark class on <html>. All of
   the panel's colors flow through --mlr-* custom properties, so remapping
   them onto the app theme tokens keeps the panel in sync with the in-app
   light/dark toggle. The doubled selectors outrank the upstream
   prefers-color-scheme block regardless of stylesheet order. */
.mlr-control.geolibre-raster-control,
.mlr-control-panel.geolibre-raster-panel {
  --mlr-bg: hsl(var(--popover));
  --mlr-surface-muted: hsl(var(--muted));
  --mlr-surface-soft: hsl(var(--card));
  --mlr-text: hsl(var(--popover-foreground));
  --mlr-text-strong: hsl(var(--foreground));
  --mlr-text-soft: hsl(var(--popover-foreground) / 0.8);
  --mlr-text-muted: hsl(var(--muted-foreground));
  --mlr-text-faint: hsl(var(--muted-foreground) / 0.75);
  --mlr-border: hsl(var(--border));
  --mlr-border-soft: hsl(var(--border) / 0.8);
  --mlr-border-faint: hsl(var(--border) / 0.6);
  --mlr-border-strong: hsl(var(--input));
  --mlr-accent: hsl(var(--primary));
  --mlr-accent-strong: hsl(var(--primary) / 0.85);
  --mlr-accent-soft: hsl(var(--primary) / 0.12);
  --mlr-hover: hsl(var(--foreground) / 0.06);
  --mlr-error: hsl(var(--destructive));
  --mlr-disabled-bg: hsl(var(--muted));
  --mlr-disabled-text: hsl(var(--muted-foreground) / 0.5);
  --mlr-scrollbar: hsl(var(--border));
  --mlr-scrollbar-hover: hsl(var(--input));
  --mlr-shadow: hsl(var(--foreground) / 0.12);
  --mlr-histogram-neutral: hsl(var(--foreground));

  color-scheme: light;
}
.dark .mlr-control.geolibre-raster-control,
.dark .mlr-control-panel.geolibre-raster-panel {
  --mlr-shadow: hsl(0 0% 0% / 0.4);

  color-scheme: dark;
}
/* maplibre-gl-vector themes its panel from prefers-color-scheme (the OS
   setting), while GeoLibre themes from the .dark class on <html>. All of
   the panel's colors flow through --vc-* custom properties, so remapping
   them onto the app theme tokens keeps the panel in sync with the in-app
   light/dark toggle, following the raster panel pattern above. The doubled
   selectors outrank the upstream prefers-color-scheme block regardless of
   stylesheet order. The attribute picker popup is themed through the same
   variables; it mounts in MapLibre's popup container without a hook for a
   custom class, so it is keyed off html:not(.dark)/.dark instead. */
.vector-control.geolibre-vector-control,
.vector-control-panel.geolibre-vector-panel,
html:not(.dark) .vector-control-popup,
.dark .vector-control-popup {
  --vc-bg: hsl(var(--popover));
  --vc-text: hsl(var(--popover-foreground));
  --vc-text-strong: hsl(var(--foreground));
  --vc-text-soft: hsl(var(--popover-foreground) / 0.8);
  --vc-muted: hsl(var(--muted-foreground));
  --vc-border: hsl(var(--border));
  --vc-border-soft: hsl(var(--border) / 0.8);
  --vc-item-bg: hsl(var(--card));
  --vc-hover: hsl(var(--foreground) / 0.06);
  --vc-accent: hsl(var(--primary));
  --vc-accent-hover: hsl(var(--primary) / 0.85);
  --vc-accent-soft: hsl(var(--primary) / 0.12);
  --vc-accent-text: hsl(var(--primary-foreground));
  --vc-error: hsl(var(--destructive));
  --vc-input-bg: hsl(var(--popover));
  --vc-input-border: hsl(var(--input));
  --vc-scrollbar: hsl(var(--border));
  --vc-scrollbar-hover: hsl(var(--input));
  --vc-shadow: 0 0 0 2px hsl(var(--foreground) / 0.12);

  color-scheme: light;
}
.dark .vector-control.geolibre-vector-control,
.dark .vector-control-panel.geolibre-vector-panel,
.dark .vector-control-popup {
  --vc-shadow: 0 0 0 2px hsl(0 0% 0% / 0.4);

  color-scheme: dark;
}
/* The upstream stylesheet themes the MapLibre popup chrome around the
   picker popup from prefers-color-scheme; re-key it to the app theme. The
   html prefixes also outrank the upstream :has() rules when the OS scheme
   and the app theme disagree. */
html:not(.dark) .maplibregl-popup:has(.vector-control-popup) .maplibregl-popup-content {
  background: hsl(var(--popover));
  box-shadow: 0 1px 6px hsl(var(--foreground) / 0.25);
}
html.dark .maplibregl-popup:has(.vector-control-popup) .maplibregl-popup-content {
  background: hsl(var(--popover));
  box-shadow: 0 1px 6px hsl(0 0% 0% / 0.5);
}
html:not(.dark) .maplibregl-popup:has(.vector-control-popup) .maplibregl-popup-close-button,
html.dark .maplibregl-popup:has(.vector-control-popup) .maplibregl-popup-close-button {
  color: hsl(var(--muted-foreground));
}
html:not(.dark) .maplibregl-popup-anchor-top:has(.vector-control-popup) .maplibregl-popup-tip,
html:not(.dark) .maplibregl-popup-anchor-top-left:has(.vector-control-popup) .maplibregl-popup-tip,
html:not(.dark) .maplibregl-popup-anchor-top-right:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-top:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-top-left:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-top-right:has(.vector-control-popup) .maplibregl-popup-tip {
  border-bottom-color: hsl(var(--popover));
}
html:not(.dark) .maplibregl-popup-anchor-bottom:has(.vector-control-popup) .maplibregl-popup-tip,
html:not(.dark) .maplibregl-popup-anchor-bottom-left:has(.vector-control-popup) .maplibregl-popup-tip,
html:not(.dark) .maplibregl-popup-anchor-bottom-right:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-bottom:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-bottom-left:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-bottom-right:has(.vector-control-popup) .maplibregl-popup-tip {
  border-top-color: hsl(var(--popover));
}
html:not(.dark) .maplibregl-popup-anchor-left:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-left:has(.vector-control-popup) .maplibregl-popup-tip {
  border-right-color: hsl(var(--popover));
}
html:not(.dark) .maplibregl-popup-anchor-right:has(.vector-control-popup) .maplibregl-popup-tip,
html.dark .maplibregl-popup-anchor-right:has(.vector-control-popup) .maplibregl-popup-tip {
  border-left-color: hsl(var(--popover));
}
/* The Web Services controls (FEMA NFHL, NASA Earthdata, US EPA EnviroAtlas,
   USGS National Map) theme themselves from prefers-color-scheme (the OS
   setting), while GeoLibre themes from the .dark class on <html>. Each
   package's colors flow through its own custom properties, so remapping
   them onto the app theme tokens keeps the panels in sync with the in-app
   light/dark toggle, following the raster/vector panel pattern above. The
   panels mount in the map container without the configured control class,
   so the selectors key off the package classes; the repeated classes
   outrank the upstream prefers-color-scheme and .dark-ancestor blocks
   regardless of stylesheet order.

   FEMA and NASA share the generic .plugin-control/.plugin-control-panel
   template classes (as does Earth Engine), and their stylesheets style
   those classes unscoped, so whichever sheet loads last paints every
   panel in the family with its own variables (NASA's
   `background: var(--ne-bg, #fff)` repaints the FEMA panel white, for
   example). Defining both token families on all family elements makes
   the cascade winner irrelevant: every variable resolves to the same
   app token. */
.plugin-control.plugin-control.plugin-control.plugin-control.plugin-control,
.plugin-control-panel.plugin-control-panel.plugin-control-panel.plugin-control-panel.plugin-control-panel,
.fema-wms-popup.fema-wms-popup.fema-wms-popup.fema-wms-popup.fema-wms-popup {
  --fw-bg: hsl(var(--popover));
  --fw-fg: hsl(var(--popover-foreground));
  --fw-muted: hsl(var(--muted-foreground));
  --fw-border: hsl(var(--border));
  --fw-accent: hsl(var(--primary));
  --fw-accent-hover: hsl(var(--primary) / 0.85);
  --fw-accent-contrast: hsl(var(--primary-foreground));
  --fw-input-bg: hsl(var(--popover));
  --fw-input-border: hsl(var(--input));
  --fw-row-hover: hsl(var(--foreground) / 0.06);
  --fw-shadow: 0 0 0 2px hsl(var(--foreground) / 0.12);
  --fw-scroll-thumb: hsl(var(--border));
  --fw-scroll-thumb-hover: hsl(var(--input));
  --fw-error: hsl(var(--destructive));
  --fw-legend-bg: hsl(var(--card));
  --ne-bg: hsl(var(--popover));
  --ne-fg: hsl(var(--popover-foreground));
  --ne-fg-muted: hsl(var(--muted-foreground));
  --ne-border: hsl(var(--border));
  --ne-input-border: hsl(var(--input));
  --ne-input-bg: hsl(var(--popover));
  --ne-accent: hsl(var(--primary));
  --ne-accent-hover: hsl(var(--primary) / 0.85);
  --ne-accent-fg: hsl(var(--primary-foreground));
  --ne-danger: hsl(var(--destructive));
  --ne-danger-hover: hsl(var(--destructive) / 0.85);
  --ne-hover: hsl(var(--foreground) / 0.06);
  --ne-row-bg: hsl(var(--card));
  --ne-badge-bg: hsl(var(--muted));
  --ne-badge-fg: hsl(var(--muted-foreground));
  --ne-scrollbar: hsl(var(--border));
  --ne-scrollbar-hover: hsl(var(--input));
  --ne-shadow: hsl(var(--foreground) / 0.12);

  color-scheme: light;
}
.dark .plugin-control.plugin-control.plugin-control.plugin-control.plugin-control,
.dark .plugin-control-panel.plugin-control-panel.plugin-control-panel.plugin-control-panel.plugin-control-panel,
.dark .fema-wms-popup.fema-wms-popup.fema-wms-popup.fema-wms-popup.fema-wms-popup {
  --fw-shadow: 0 0 0 2px hsl(0 0% 0% / 0.45);
  --ne-shadow: hsl(0 0% 0% / 0.4);

  color-scheme: dark;
}
.enviroatlas-control.enviroatlas-control.enviroatlas-control,
.enviroatlas-panel.enviroatlas-panel.enviroatlas-panel {
  --ea-bg: hsl(var(--popover));
  --ea-fg: hsl(var(--popover-foreground));
  --ea-muted: hsl(var(--muted-foreground));
  --ea-border: hsl(var(--border));
  --ea-accent: hsl(var(--primary));
  --ea-accent-fg: hsl(var(--primary-foreground));
  --ea-hover: hsl(var(--foreground) / 0.06);
  --ea-input-bg: hsl(var(--popover));
  --ea-scrollbar: hsl(var(--border));
  --ea-scrollbar-hover: hsl(var(--input));
  --ea-shadow: hsl(var(--foreground) / 0.12);
  --ea-error: hsl(var(--destructive));
  --ea-notice-bg: hsl(var(--muted));

  color-scheme: light;
}
.dark .enviroatlas-control.enviroatlas-control.enviroatlas-control,
.dark .enviroatlas-panel.enviroatlas-panel.enviroatlas-panel {
  --ea-shadow: hsl(0 0% 0% / 0.45);

  color-scheme: dark;
}
.national-map.national-map.national-map,
.national-map-panel.national-map-panel.national-map-panel {
  --nm-bg: hsl(var(--popover));
  --nm-fg: hsl(var(--popover-foreground));
  --nm-fg-strong: hsl(var(--foreground));
  --nm-muted: hsl(var(--muted-foreground));
  --nm-border: hsl(var(--border));
  --nm-input-border: hsl(var(--input));
  --nm-accent: hsl(var(--primary));
  --nm-accent-hover: hsl(var(--primary) / 0.85);
  --nm-accent-ring: hsl(var(--primary) / 0.15);
  --nm-row-hover: hsl(var(--foreground) / 0.06);
  --nm-btn-hover: hsl(var(--foreground) / 0.06);
  --nm-shadow: 0 0 0 2px hsl(var(--foreground) / 0.12);
  --nm-scroll-thumb: hsl(var(--border));
  --nm-scroll-thumb-hover: hsl(var(--input));
  --nm-disabled: hsl(var(--muted));
  --nm-disabled-fg: hsl(var(--muted-foreground));

  color-scheme: light;
}
.dark .national-map.national-map.national-map,
.dark .national-map-panel.national-map-panel.national-map-panel {
  --nm-shadow: 0 0 0 2px hsl(0 0% 0% / 0.5);

  color-scheme: dark;
}
/* maplibre-gl-overture-maps themes its control, panel, and inspect popup
   from prefers-color-scheme (the OS theme): in `auto` mode it stamps a hard
   `ovt-theme-light`/`ovt-theme-dark` class on the elements from the system
   preference, so a light OS keeps the panel light even when the app is in
   dark mode. Remapping the upstream `--ovt-*` tokens to the app theme tokens
   keys the control to the app's light/dark toggle instead. The repeated
   classes outrank the upstream `.overture-control.ovt-theme-*` and
   prefers-color-scheme blocks regardless of stylesheet order. */
.overture-control.overture-control.overture-control,
.overture-control-panel.overture-control-panel.overture-control-panel,
.overture-popup-content.overture-popup-content.overture-popup-content {
  --ovt-bg: hsl(var(--popover));
  --ovt-fg: hsl(var(--popover-foreground));
  --ovt-text: hsl(var(--popover-foreground));
  --ovt-muted: hsl(var(--muted-foreground));
  --ovt-border: hsl(var(--border));
  --ovt-input-border: hsl(var(--input));
  --ovt-input-bg: hsl(var(--popover));
  --ovt-hover: hsl(var(--foreground) / 0.06);
  --ovt-accent: hsl(var(--primary));
  --ovt-scrollbar: hsl(var(--border));
  --ovt-scrollbar-hover: hsl(var(--input));
  --ovt-error-bg: hsl(var(--destructive) / 0.15);
  --ovt-error-fg: hsl(var(--destructive));

  color-scheme: light;
}
.dark .overture-control.overture-control.overture-control,
.dark .overture-control-panel.overture-control-panel.overture-control-panel,
.dark .overture-popup-content.overture-popup-content.overture-popup-content {
  color-scheme: dark;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}
.focus-within\:border-2:focus-within {
  border-width: 2px;
}
.focus-within\:border-ring:focus-within {
  border-color: hsl(var(--ring));
}
.hover\:border-muted-foreground\/40:hover {
  border-color: hsl(var(--muted-foreground) / 0.4);
}
.hover\:border-primary:hover {
  border-color: hsl(var(--primary));
}
.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}
.hover\:bg-destructive:hover {
  background-color: hsl(var(--destructive));
}
.hover\:bg-destructive\/10:hover {
  background-color: hsl(var(--destructive) / 0.1);
}
.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}
.hover\:bg-muted-foreground\/70:hover {
  background-color: hsl(var(--muted-foreground) / 0.7);
}
.hover\:bg-muted\/20:hover {
  background-color: hsl(var(--muted) / 0.2);
}
.hover\:bg-muted\/50:hover {
  background-color: hsl(var(--muted) / 0.5);
}
.hover\:bg-primary:hover {
  background-color: hsl(var(--primary));
}
.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}
.hover\:text-destructive:hover {
  color: hsl(var(--destructive));
}
.hover\:text-destructive-foreground:hover {
  color: hsl(var(--destructive-foreground));
}
.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}
.hover\:text-primary-foreground:hover {
  color: hsl(var(--primary-foreground));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}
.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:border-2:focus-visible {
  border-width: 2px;
}
.focus-visible\:border-input:focus-visible {
  border-color: hsl(var(--input));
}
.focus-visible\:border-ring:focus-visible {
  border-color: hsl(var(--ring));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:bg-primary:active {
  background-color: hsl(var(--primary));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:bg-muted-foreground\/60 {
  background-color: hsl(var(--muted-foreground) / 0.6);
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[state\=edited\]\:bg-primary\/10[data-state="edited"] {
  background-color: hsl(var(--primary) / 0.1);
}
.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}
.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(var(--muted));
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[state\=edited\]\:shadow-\[inset_3px_0_0_hsl\(var\(--primary\)\)\][data-state="edited"] {
  --tw-shadow: inset 3px 0 0 hsl(var(--primary));
  --tw-shadow-colored: inset 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}
@supports (max-height:1dvh) {

  .supports-\[max-height\:1dvh\]\:max-h-\[min\(24rem\2c 42dvh\)\] {
    max-height: min(24rem, 42dvh);
  }
}
@supports not (max-height:1dvh) {

  .supports-\[not_\(max-height\:1dvh\)\]\:max-h-\[calc\(100vh-1rem\)\] {
    max-height: calc(100vh - 1rem);
  }
}
.dark\:border-red-400\/60:is(.dark *) {
  border-color: rgb(248 113 113 / 0.6);
}
.dark\:border-red-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.dark\:bg-red-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:text-amber-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.dark\:text-red-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:hover\:bg-red-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:text-red-200:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[1fr_7rem\] {
    grid-template-columns: 1fr 7rem;
  }

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:rounded-lg {
    border-radius: var(--radius);
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-\[var\(--layer-panel-width\)\] {
    width: var(--layer-panel-width);
  }

  .md\:w-\[var\(--style-panel-width\)\] {
    width: var(--style-panel-width);
  }

  .md\:max-w-56 {
    max-width: 14rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-\[12rem_1fr\] {
    grid-template-columns: 12rem 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 1024px) {

  .lg\:inline {
    display: inline;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&_\[data-orientation\=vertical\]\]\:\!top-11 [data-orientation=vertical] {
  top: 2.75rem !important;
}
.\[\&_\[data-orientation\=vertical\]\]\:\!h-\[calc\(100\%-3\.625rem\)\] [data-orientation=vertical] {
  height: calc(100% - 3.625rem) !important;
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}
.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}
