*, ::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.17 | 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;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.pointer-events-auto {
  pointer-events: auto;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-10 {
  top: -2.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.z-0 {
  z-index: 0;
}

.z-\[10050\] {
  z-index: 10050;
}

.z-\[9999\] {
  z-index: 9999;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-56 {
  height: 14rem;
}

.h-\[70vh\] {
  height: 70vh;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.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-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.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;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[8px\] {
  padding-bottom: 8px;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.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-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-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);
}

.ring {
  --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(3px + 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);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.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);
  -webkit-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);
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[oaicite\:60\] {
  oaicite: 60;
}

.\[out\:json\] {
  out: json;
}

.\[timeout\:60\] {
  timeout: 60;
}

/* Notfall-Styles, bis Tailwind sauber gebaut ist */

body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

#map {
  height: 70vh;
}

.leaflet-popup-content {
  margin: 8px 12px;
}

/* --- BewegDich Filter Fallback Styles --- */

.sport-grid {
  display:grid;
  grid-template-columns: 1fr;
  gap:1rem;
}

@media (min-width: 768px){
  .sport-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (min-width: 1280px){
  .sport-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}

.sport-card {
  border:1px solid #e5e7eb;
  border-radius:0.75rem;
  padding:0.75rem;
  height:100%;
}

.sport-card legend {
  font-weight:600;
  margin:0.25rem 0 0.5rem;
}

.sport-list {
  display:flex;
  flex-wrap:wrap;
  gap:.5rem .75rem;
}

.sport-list label {
  display:inline-flex;
  align-items:center;
  gap:.375rem;
}

#sport-alle-wrap {
  grid-column: 1 / -1;
}

/* Marker with image + count */

.bd-marker-wrap {
  background: transparent;
  border: none;
  display: block;
  overflow: visible;
}

.bd-marker-wrap.leaflet-div-icon {
  background: transparent;
  border: none;
}

.leaflet-div-icon.bd-marker-wrap {
  background: transparent;
  border: none;
  box-shadow: none;
}

.leaflet-marker-icon {
  overflow: visible !important;
}

.leaflet-marker-pane {
  overflow: visible;
}

.bd-marker {
  position: relative;
  width: 40px;
  height: 40px;
  background: #0f172a;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border: 2px solid #fff;
  overflow: visible;
}

.bd-marker.has-image {
  background: #2563eb;
}

.bd-marker.has-image .bd-marker-inner {
  background-size: cover;
  background-position: center;
}

.bd-marker-inner {
  width: 100%;
  height: 100%;
  background: #0f172a;
  border-radius: 50%;
  overflow: hidden;
}

.bd-marker-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #f97316;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 9999px;
  border: 1px solid #fff;
}

/* Default pin marker */

.bd-pin {
  width: 26px;
  height: 26px;
  background: #2563eb;
  position: relative;
  transform: rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  border: 2px solid #fff;
}

.bd-pin::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}

.bd-center-pin {
  width: 22px;
  height: 22px;
  background: #f7c7d2;
  position: relative;
  transform: rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 3px 8px rgba(0,0,0,0.18);
  border: 2px solid #fff;
}

.bd-center-pin::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

/* Cluster badge for image count */

.marker-cluster div {
  position: relative;
}

.bd-cluster-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #f97316;
  color: #111;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  border-radius: 9999px;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Darker green cluster background */

.marker-cluster-small {
  background-color: rgba(20, 83, 45, 0.35);
}

.marker-cluster-small div {
  background-color: #166534;
}

.marker-cluster-medium {
  background-color: rgba(20, 83, 45, 0.35);
}

.marker-cluster-medium div {
  background-color: #166534;
}

.marker-cluster-large {
  background-color: rgba(20, 83, 45, 0.35);
}

.marker-cluster-large div {
  background-color: #166534;
}

/* Ranking bar */

.bd-rank-bar {
  width: 100%;
  height: 6px;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 9999px;
  overflow: hidden;
}

.bd-rank-bar > span {
  display: block;
  height: 100%;
  background: #0f172a;
}

.bd-body {
  font-family: 'Sora', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: radial-gradient(1200px circle at 10% 10%, #f7f0ff 0%, transparent 60%),
              radial-gradient(900px circle at 90% 0%, #e6f7ff 0%, transparent 55%),
              #f6f7fb;
}

.bd-map-count {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 500;
}

.bd-location-btn {
  background: #f8eef1;
  color: #0f172a;
  border: 1px solid #e7d9dd;
}

.bd-sport-disabled {
  opacity: 0.45;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  transition: opacity 0.33s ease;
}

.bd-fade-markers .leaflet-marker-icon,
.bd-fade-markers .leaflet-marker-shadow {
  opacity: 0;
}

.bd-input-muted {
  color: #6b7280;
}

/* Ausstattung icons (precision/access/surface) */

.bd-amenities {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bd-amenity {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
}

.bd-amenity svg {
  width: 16px;
  height: 16px;
  display: block;
}

.bd-amenity-precision .bd-target-hit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #0f172a;
  transform: translate(calc(var(--bd-hit, 6) * 1px), calc(var(--bd-hit, 6) * -1px)) rotate(135deg);
  opacity: 0.9;
}

.bd-precision-3 {
  --bd-hit: 0;
}

.bd-precision-2 {
  --bd-hit: 3;
}

.bd-precision-1 {
  --bd-hit: 6;
}

/* Dark mode (html.bd-dark) */

.bd-dark {
  --bd-bg: rgba(15, 23, 42, 0.92);
  --bd-fg: #e2e8f0;
  --bd-muted: rgba(226, 232, 240, 0.72);
  --bd-border: rgba(148, 163, 184, 0.22);
  --bd-shadow: 0 12px 28px rgba(0,0,0,.45);
}

.bd-dark .bd-body {
  background: radial-gradient(900px circle at 10% 10%, rgba(248, 238, 241, 0.08) 0%, transparent 60%),
              radial-gradient(1000px circle at 90% 0%, rgba(56, 189, 248, 0.10) 0%, transparent 55%),
              #0b1020;
  color: #e2e8f0;
}

.bd-dark .bg-white {
  background-color: rgba(15, 23, 42, 0.86) !important;
}

.bd-dark .bg-white\/90 {
  background-color: rgba(15, 23, 42, 0.86) !important;
}

.bd-dark .bg-white\/80 {
  background-color: rgba(15, 23, 42, 0.82) !important;
}

.bd-dark .bg-slate-50 {
  background-color: rgba(15, 23, 42, 0.55) !important;
}

.bd-dark .bg-slate-100 {
  background-color: rgba(15, 23, 42, 0.62) !important;
}

.bd-dark .bg-blue-50 {
  background-color: rgba(56, 189, 248, 0.10) !important;
}

.bd-dark .border-slate-200,
.bd-dark .border-slate-300,
.bd-dark .border-blue-100,
.bd-dark .border-red-200 {
  border-color: rgba(148, 163, 184, 0.22) !important;
}

.bd-dark .text-slate-900,
.bd-dark .text-slate-800,
.bd-dark .text-slate-700 {
  color: rgba(226, 232, 240, 0.92) !important;
}

.bd-dark .text-slate-600 {
  color: rgba(226, 232, 240, 0.72) !important;
}

.bd-dark .text-slate-500 {
  color: rgba(226, 232, 240, 0.58) !important;
}

.bd-dark .bd-map-count {
  background: rgba(15, 23, 42, 0.92);
  border-color: rgba(226, 232, 240, 0.18);
  color: rgba(226, 232, 240, 0.95);
}

.bd-dark input,
.bd-dark textarea,
.bd-dark select {
  background-color: rgba(15, 23, 42, 0.72) !important;
  color: #e2e8f0 !important;
  border-color: rgba(148, 163, 184, 0.22) !important;
}

.bd-dark input::-moz-placeholder, .bd-dark textarea::-moz-placeholder {
  color: rgba(226, 232, 240, 0.45) !important;
}

.bd-dark input::placeholder,
.bd-dark textarea::placeholder {
  color: rgba(226, 232, 240, 0.45) !important;
}

.bd-dark .leaflet-popup-content-wrapper,
.bd-dark .leaflet-popup-tip {
  background: rgba(15, 23, 42, 0.92);
  color: #e2e8f0;
}

.bd-dark .bd-hero-section {
  background: radial-gradient(900px circle at 10% 10%, rgba(248, 238, 241, 0.08) 0%, transparent 60%),
              radial-gradient(900px circle at 90% 0%, rgba(56, 189, 248, 0.10) 0%, transparent 55%),
              #0b1020;
}

.bd-dark .bd-footer-section {
  background: linear-gradient(180deg, #0b1020 0%, #0f172a 100%);
  border-top-color: rgba(148, 163, 184, 0.22);
}

.bd-dark .bd-stat-card {
  background: rgba(15, 23, 42, 0.85);
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}

.bd-dark .bd-city-tag {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(148, 163, 184, 0.22);
  color: rgba(226, 232, 240, 0.92);
}

.bd-dark .bd-detail .bd-action-btn {
  background: #f8fafc !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}

.bd-dark .bd-detail .bd-action-btn:disabled {
  background: rgba(15, 23, 42, 0.55) !important;
  color: rgba(226, 232, 240, 0.92) !important;
  border-color: rgba(148, 163, 184, 0.28) !important;
}

/* Theme toggle (lightswitch) */

.bd-theme-toggle-fixed {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 9500;
}

.bd-theme-toggle {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 9999px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 2px 5px;
  transition: background .2s ease, border-color .2s ease;
}

.bd-theme-toggle svg {
  width: 14px;
  height: 14px;
  opacity: 0.75;
}

.bd-theme-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: #0f172a;
  box-shadow: 0 10px 18px rgba(0,0,0,0.22);
  transition: transform .2s ease, background .2s ease;
}

.bd-dark .bd-theme-toggle {
  background: rgba(15, 23, 42, 0.75);
  border-color: rgba(148, 163, 184, 0.22);
}

.bd-dark .bd-theme-thumb {
  transform: translateX(20px);
  background: #f8eef1;
}

.bd-section-swoosh {
  position: relative;
  overflow: hidden;
}

.bd-section-swoosh::before {
  content: '';
  position: absolute;
  left: -10%;
  right: -10%;
  top: -40px;
  height: 80px;
  background: inherit;
  border-radius: 0 0 50% 50%;
  transform: skewY(-2deg);
  z-index: 0;
}

.bd-section-swoosh > * {
  position: relative;
  z-index: 1;
}

.bd-hero-section {
  background: linear-gradient(135deg, #f5f1ff 0%, #e9f7ff 45%, #fef5ec 100%);
}

.bd-stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.bd-stat-value {
  font-size: 20px;
  font-weight: 700;
}

.bd-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7280;
}

.bd-city-cloud-panel {
  border: 1px solid rgba(148, 163, 184, .38);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 16px 34px rgba(15,23,42,.12);
  overflow: hidden;
}

.bd-city-cloud-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, .32);
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.bd-city-cloud-controls {
  display: inline-flex;
  gap: 6px;
}

.bd-city-cloud-controls button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: rgba(255,255,255,.9);
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.bd-city-cloud {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  perspective: 900px;
  cursor: grab;
  touch-action: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.8), transparent 28%),
    radial-gradient(circle at 80% 65%, rgba(224,242,254,.74), transparent 30%);
}

.bd-city-cloud.is-dragging {
  cursor: grabbing;
}

.bd-city-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #e2e8f0;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  transform-style: preserve-3d;
  animation: bd-float 8s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  transform: translate(-50%, -50%) translateZ(var(--depth, 8px)) scale(var(--scale, 1));
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
  will-change: transform;
}

.bd-city-tag:hover {
  z-index: 5;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.bd-city-cloud-hint {
  padding: 8px 12px 10px;
  color: #64748b;
  font-size: 12px;
}

@keyframes bd-float {
  0%, 100% {
    transform: translate(-50%, -50%) translateZ(var(--depth, 8px)) scale(var(--scale, 1)) translateY(0) rotateX(0deg);
  }

  50% {
    transform: translate(-50%, -50%) translateZ(calc(var(--depth, 8px) + 8px)) scale(var(--scale, 1)) translateY(-6px) rotateX(3deg);
  }
}

.bd-footer-section {
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
  border-top: 1px solid #e5e7eb;
}

.bd-discover-section {
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 55%, #fef3c7 100%);
}

.bd-discover-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .bd-discover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.bd-discover-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  min-height: 260px;
}

.bd-discover-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.bd-discover-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.bd-discover-link {
  font-size: 12px;
  color: #0f172a;
  text-decoration: underline;
}

.bd-discover-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bd-spot-mini {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: stretch;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bd-spot-mini:hover {
  border-color: #cbd5f5;
  background: #f8fafc;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.bd-spot-mini-contrast {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.bd-spot-divider {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 8px 0;
  grid-column: 1 / -1;
}

.bd-spot-thumb-wrap {
  flex: 0 0 auto;
  width: 140px;
  min-height: 110px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  background-size: cover;
  background-position: center;
  border: 1px solid #e2e8f0;
}

.bd-spot-thumb {
  background: #e2e8f0;
}

img.bd-spot-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bd-spot-thumb-empty {
  background: linear-gradient(135deg, #e2e8f0 0%, #f8fafc 100%);
}

.bd-spot-thumb-wrap {
  flex: 0 0 auto;
}

.bd-spot-thumb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.12);
  z-index: 1;
}

.bd-spot-thumb-icon img {
  width: 50px;
  height: 50px;
  image-rendering: pixelated;
}

.bd-spot-thumb-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.15);
}

.bd-spot-thumb-badge img {
  width: 20px;
  height: 20px;
  image-rendering: pixelated;
}

.bd-spot-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bd-spot-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bd-spot-title {
  font-weight: 600;
  font-size: 16px;
  color: #0f172a;
}

.bd-spot-address {
  font-size: 12px;
  color: #64748b;
}

.bd-spot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.bd-spot-tag-label {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bd-spot-attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bd-spot-chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  text-decoration: none;
}

.bd-spot-chip:hover {
  background: #e2e8f0;
}

.bd-spot-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bd-spot-submeta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #94a3b8;
}

.bd-spot-pill {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 10px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.bd-spot-link {
  margin-left: auto;
  font-size: 12px;
  color: #0f172a;
  text-decoration: underline;
}

.bd-dark .bd-discover-section {
  background: linear-gradient(135deg, #0f172a 0%, #111827 45%, #1e293b 100%);
}

.bd-dark .bd-discover-card {
  background: #0f172a;
  border-color: #1f2937;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
}

.bd-dark .bd-discover-title {
  color: #94a3b8;
}

.bd-dark .bd-discover-link {
  color: #e2e8f0;
}

.bd-dark .bd-spot-mini {
  background: #0b1422;
  border-color: #1f2937;
}

.bd-dark .bd-spot-mini:hover {
  border-color: #334155;
  background: #0b1a2a;
}

.bd-dark .bd-spot-thumb-wrap {
  background: #0f172a;
  border-color: #1f2937;
}

.bd-dark .bd-spot-link {
  color: #e2e8f0;
}

.bd-dark .bd-spot-thumb-icon {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(148, 163, 184, 0.25);
}

.bd-dark .bd-spot-mini-contrast {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.bd-dark .bd-spot-title {
  color: #e2e8f0;
}

.bd-dark .bd-spot-address {
  color: #94a3b8;
}

.bd-dark .bd-spot-tag-label {
  color: #64748b;
}

.bd-dark .bd-spot-thumb-badge {
  background: #0f172a;
  border-color: #1f2937;
}

.bd-dark .bd-spot-chip {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.25);
  color: #e2e8f0;
}

.bd-dark .bd-spot-chip:hover {
  background: rgba(148, 163, 184, 0.2);
}

.bd-dark .bd-spot-submeta {
  color: #64748b;
}

.bd-dark .bd-spot-pill {
  background: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

.bd-dark .bd-spot-divider {
  border-top-color: #1f2937;
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

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

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

.bd-access-public {
  background: rgba(16, 185, 129, 0.10);
  border-color: rgba(16, 185, 129, 0.28);
  color: #047857;
}
.bd-access-restricted {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.34);
  color: #b45309;
}

.klp-shell {
  max-width: var(--sf-max-width, 1280px);
  margin-left: auto;
  margin-right: auto;
  color: #0f172a;
}
.klp-panel {
  padding: 18px;
}
.klp-filter-panel {
  padding: 16px 18px;
}
.klp-page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4px;
}
.klp-summary {
  min-height: 22px;
}
.klp-field input,
.klp-field select {
  min-height: 44px;
  padding: 10px 12px;
  background: #fff;
}
.klp-field-label {
  margin-bottom: 4px;
  color: #0f172a;
  font-weight: 500;
}
.klp-filter-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(340px, 1.25fr) minmax(220px, 0.85fr);
  gap: 12px;
  align-items: end;
}
.klp-event-field,
.klp-day-field {
  grid-column: 1 / -1;
}
.klp-radius-fields {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 92px;
  gap: 10px;
  align-items: end;
}
.klp-location-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 6px;
}
.klp-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #e7d9dd;
  border-radius: 8px;
  background: #f8eef1;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}
.klp-time-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.klp-event-filters,
.klp-day-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
  gap: 6px;
  padding: 1px;
}
.klp-event-filters {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.klp-event-filters button,
.klp-day-filters button,
.klp-sidebar-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: var(--klp-day-bg, #fff);
  color: var(--klp-day-color, #334155);
  font-weight: 700;
  text-shadow: var(--klp-day-shadow, none);
  text-align: center;
  line-height: 1.2;
  white-space: normal;
}
.klp-event-filters button,
.klp-day-filters button {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
  gap: 7px;
}
.klp-event-filters button b {
  color: inherit;
  opacity: 0.72;
}
.klp-event-filters button.active,
.klp-day-filters button.active,
.klp-sidebar-tabs button.active {
  border-color: var(--klp-day-border, #0f172a);
  background: var(--klp-day-bg, #0f172a);
  color: var(--klp-day-color, #fff);
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px var(--klp-day-border, #0f172a), 0 12px 22px rgba(15, 23, 42, .18);
  position: relative;
  transform: translateY(-1px);
}
.klp-event-filters button.active::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--klp-day-border, #0f172a);
  font-size: 12px;
  font-weight: 900;
}
.klp-day-filters button {
  border-color: var(--klp-day-border, #cbd5e1);
}
.klp-text-btn,
.klp-secondary-btn,
.klp-list-btn,
.klp-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 8px;
  font-weight: 650;
}
.klp-text-btn {
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.klp-text-btn:hover,
.klp-secondary-btn:hover {
  background: #f1f5f9;
}
.klp-list-head {
  display: flex;
  flex-direction: column;
  padding: 16px 18px;
}
.klp-map-count {
  padding: 7px 12px;
}
.klp-sidebar-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 14px;
  padding: 4px;
  border: 1px solid #dcebe5;
  border-radius: 10px;
  background: #f4f9f6;
}
.klp-sidebar-tabs button {
  min-height: 38px;
  padding: 8px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #5f706a;
  font-size: 13px;
  font-weight: 750;
  box-shadow: none;
}
.klp-sidebar-tabs button.active {
  background: #fffdf9;
  color: #24313f;
  box-shadow: 0 1px 3px rgba(92, 124, 115, 0.16);
}
.klp-category-list {
  display: grid;
  gap: 10px;
}
.klp-cat-group summary {
  display: flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 5px;
  color: #2f3a45;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.klp-cat-group > div,
.klp-cat-subgroup > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.klp-cat-subgroup {
  margin-top: 6px;
}
.klp-cat-subgroup summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  margin: 0 0 6px;
  padding: 6px 9px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.klp-cat-subgroup summary b {
  color: #64748b;
  font-size: 11px;
}
.klp-cat {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  cursor: pointer;
}
.klp-cat input {
  margin: 0;
}
.klp-cat span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.klp-cat b {
  font-size: 11px;
  color: #64748b;
}
.klp-cat.active {
  border-color: #0f172a;
  background: #f8fafc;
  color: #0f172a;
  box-shadow: inset 0 0 0 1px #0f172a;
}
.klp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  font-weight: 600;
}
.klp-source-link {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  background: #f0f9ff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.klp-load-more-wrap {
  display: flex;
  justify-content: center;
  padding: 12px;
  border-top: 1px solid #e2e8f0;
}
.klp-source-link:hover {
  background: #e0f2fe;
}
.klp-program-row {
  padding: 16px 18px;
}
.klp-program-title {
  line-height: 1.25;
  margin-top: 2px;
  margin-bottom: 3px;
}
.klp-program-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
  min-width: 128px;
}
.klp-list-btn {
  min-width: 116px;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 1.1;
}
.klp-list-btn.primary,
.klp-popup-btn.primary {
  background: #0f172a;
  color: #fff;
}
.klp-list-btn.secondary,
.klp-popup-btn {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #0f172a;
}
.klp-tour-item {
  padding: 10px;
  background: #fff;
}
.klp-tour-eye {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
  flex-shrink: 0;
}
.klp-tour-eye.active {
  border-color: #0f172a;
  color: #0f172a;
  background: #f8fafc;
}
.klp-tour-eye svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.klp-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  font-size: 12px;
  text-decoration: none;
}
.klp-marker-wrap,
.klp-marker-wrap.leaflet-div-icon,
.klp-cluster-wrap,
.klp-cluster-wrap.leaflet-div-icon {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.klp-event-cluster {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 30%, #eaf6f2, #6d9d90);
  color: #17231f;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.26), 0 0 0 1px rgba(45, 75, 67, 0.18);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.klp-marker {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  background: #0f172a;
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.24);
}
.klp-marker::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 999px;
  background: #fff;
}
.klp-marker-music,
.klp-marker-konzert,
.klp-marker-band,
.klp-marker-dj {
  background: #db2777;
}
.klp-marker-workshop,
.klp-marker-kunsthandwerk {
  background: #d97706;
}
.klp-marker-art,
.klp-marker-ausstellung,
.klp-marker-lichtinstallation {
  background: #2563eb;
}
.klp-marker-outdoor,
.klp-marker-fuehrung,
.klp-marker-fahrradtour {
  background: #059669;
}
.klp-marker-misc,
.klp-marker-sonstiges {
  background: #64748b;
}
.klp-marker-pool,
.klp-marker-freibad,
.klp-marker-badestelle {
  background: #0891b2;
}
.klp-center-pin {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
  background: #0f172a;
  border: 2px solid #fff;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.28);
}
.klp-center-pin::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: #fff;
}
.klp-page {
  background: linear-gradient(180deg, #f7fbf8 0%, #fff8f2 46%, #f7f9ff 100%);
}
.klp-page .bg-white {
  background-color: rgba(255, 253, 249, 0.94) !important;
}
.klp-page .border-slate-200 {
  border-color: #dcebe5 !important;
}
.klp-page .border-slate-300 {
  border-color: #bfd8d0 !important;
}
.klp-page .text-slate-950,
.klp-page .text-slate-900 {
  color: #24313f !important;
}
.klp-page .text-slate-600,
.klp-page .text-slate-500 {
  color: #6f817a !important;
}
.klp-page .divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #edf4f1 !important;
}
.klp-page .shadow-sm {
  box-shadow: 0 8px 24px rgba(92, 124, 115, 0.08) !important;
}
.klp-page .klp-secondary-btn,
.klp-page .klp-text-btn,
.klp-page .klp-location-btn {
  background: #eaf6f2 !important;
  border-color: #bfd8d0 !important;
  color: #24313f !important;
}
.klp-page .klp-secondary-btn {
  max-width: 100%;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
}
.klp-page .klp-secondary-btn:hover,
.klp-page .klp-text-btn:hover,
.klp-page .klp-location-btn:hover {
  background: #ddf0ea !important;
}
.klp-page .klp-map-count,
.klp-page .klp-list-btn.primary,
.klp-page .klp-popup-btn.primary {
  background: #7fa99f !important;
  color: #fff !important;
}
.klp-page .klp-cat-subgroup summary,
.klp-page .klp-chip {
  background: #f4f9f6;
  border-color: #dcebe5;
}
.klp-page .klp-cat {
  background: #fffdf9;
  border-color: #dcebe5;
}
.klp-page .klp-cat.active,
.klp-page .klp-tour-eye.active {
  border-color: #9bc5ba;
  background: #eaf6f2;
  color: #24313f;
  box-shadow: inset 0 0 0 1px #9bc5ba;
}
.klp-page .klp-source-link {
  background: #eef8fb;
  border-color: #bfe3ec;
  color: #3a7888;
}
.klp-page .klp-source-link:hover {
  background: #e2f2f6;
}
.klp-page .klp-marker {
  background: #b9cde6;
  box-shadow: 0 6px 14px rgba(92, 124, 115, 0.24);
}
.klp-page .klp-marker-music,
.klp-page .klp-marker-konzert,
.klp-page .klp-marker-band,
.klp-page .klp-marker-dj {
  background: #f0a6c1;
}
.klp-page .klp-marker-workshop,
.klp-page .klp-marker-kunsthandwerk {
  background: #f4c27a;
}
.klp-page .klp-marker-art,
.klp-page .klp-marker-ausstellung,
.klp-page .klp-marker-lichtinstallation {
  background: #93bde8;
}
.klp-page .klp-marker-outdoor,
.klp-page .klp-marker-fuehrung,
.klp-page .klp-marker-fahrradtour {
  background: #98d7b7;
}
.klp-page .klp-marker-misc,
.klp-page .klp-marker-sonstiges {
  background: #b7bfd0;
}
.klp-page .klp-marker-pool,
.klp-page .klp-marker-freibad,
.klp-page .klp-marker-badestelle {
  background: #8ed5e0;
}
.klp-page .klp-center-pin {
  background: #d4b7e8;
}
.bd-dark .klp-page {
  background: radial-gradient(900px circle at 10% 10%, rgba(248, 238, 241, 0.08) 0%, transparent 60%),
              radial-gradient(1000px circle at 90% 0%, rgba(56, 189, 248, 0.10) 0%, transparent 55%),
              #0b1020;
  color: #e2e8f0;
}
.bd-dark .klp-page .klp-shell {
  color: rgba(226, 232, 240, 0.92);
}
.bd-dark .klp-page .bg-white {
  background-color: rgba(15, 23, 42, 0.86) !important;
}
.bd-dark .klp-page .bg-slate-50 {
  background-color: rgba(15, 23, 42, 0.55) !important;
}
.bd-dark .klp-page .border-slate-200,
.bd-dark .klp-page .border-slate-300 {
  border-color: rgba(148, 163, 184, 0.22) !important;
}
.bd-dark .klp-page .text-slate-950,
.bd-dark .klp-page .text-slate-900 {
  color: rgba(226, 232, 240, 0.96) !important;
}
.bd-dark .klp-page .text-slate-600 {
  color: rgba(226, 232, 240, 0.72) !important;
}
.bd-dark .klp-page .text-slate-500 {
  color: rgba(226, 232, 240, 0.58) !important;
}
.bd-dark .klp-page .divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(148, 163, 184, 0.16) !important;
}
.bd-dark .klp-page .shadow-sm {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42) !important;
}
.bd-dark .klp-page .klp-sidebar-tabs {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(148, 163, 184, 0.22);
}
.bd-dark .klp-page .klp-sidebar-tabs button {
  color: rgba(226, 232, 240, 0.7);
}
.bd-dark .klp-page .klp-sidebar-tabs button.active {
  background: rgba(30, 41, 59, 0.92);
  color: rgba(226, 232, 240, 0.96);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
}
.bd-dark .klp-page .klp-cat-group summary {
  color: rgba(226, 232, 240, 0.92);
}
.bd-dark .klp-page .klp-field-label,
.bd-dark .klp-page .klp-field {
  color: rgba(226, 232, 240, 0.86);
}
.bd-dark .klp-page .klp-cat-subgroup summary,
.bd-dark .klp-page .klp-cat,
.bd-dark .klp-page .klp-tour-item,
.bd-dark .klp-page .klp-chip {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.22);
  color: rgba(226, 232, 240, 0.9);
}
.bd-dark .klp-page .klp-cat.active,
.bd-dark .klp-page .klp-tour-eye.active {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(125, 211, 252, 0.36);
  color: rgba(226, 232, 240, 0.96);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.24);
}
.bd-dark .klp-page .klp-cat b,
.bd-dark .klp-page .klp-cat-subgroup summary b {
  color: rgba(226, 232, 240, 0.58);
}
.bd-dark .klp-page .klp-secondary-btn,
.bd-dark .klp-page .klp-text-btn,
.bd-dark .klp-page .klp-location-btn,
.bd-dark .klp-page .klp-list-btn.secondary,
.bd-dark .klp-page .klp-popup-btn {
  background: rgba(15, 23, 42, 0.72) !important;
  border-color: rgba(148, 163, 184, 0.22) !important;
  color: rgba(226, 232, 240, 0.92) !important;
}
.bd-dark .klp-page .klp-map-count,
.bd-dark .klp-page .klp-list-btn.primary,
.bd-dark .klp-page .klp-popup-btn.primary {
  background: rgba(15, 23, 42, 0.92) !important;
  border-color: rgba(226, 232, 240, 0.18) !important;
  color: rgba(226, 232, 240, 0.95) !important;
}
.bd-dark .klp-page .klp-source-link {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(125, 211, 252, 0.28);
  color: rgba(186, 230, 253, 0.95);
}
.klp-popup {
  max-width: 280px;
}
@media (max-width: 640px) {
  .klp-cat-group > div,
  .klp-cat-subgroup > div {
    grid-template-columns: 1fr;
  }
  .klp-panel {
    padding: 15px;
  }
  .klp-list-btn {
    width: auto;
  }
  .klp-program-actions {
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }
  .klp-program-actions .klp-list-btn {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .klp-filter-grid {
    grid-template-columns: 1fr;
  }
  .klp-radius-fields {
    grid-template-columns: minmax(0, 1fr) 96px;
  }
}
@media (min-width: 641px) {
  .klp-list-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
