*, ::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 */
  tab-size: 4; /* 3 */
  font-family: Figtree, system-ui, sans-serif; /* 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]) {
  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::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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-0\.5 {
  right: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-auto {
  height: auto;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.w-11 {
  width: 2.75rem;
}
.w-14 {
  width: 3.5rem;
}
.w-4 {
  width: 1rem;
}
.w-full {
  width: 100%;
}
.min-w-11 {
  min-width: 2.75rem;
}
.min-w-12 {
  min-width: 3rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.-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));
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.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-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));
}
.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));
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[var\(--platform-radius-control\)\] {
  border-radius: var(--platform-radius-control);
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-accent-foreground\/30 {
  border-color: hsl(var(--accent-foreground) / 0.3);
}
.border-border {
  border-color: hsl(var(--border));
}
.border-input {
  border-color: hsl(var(--input));
}
.bg-accent {
  background-color: hsl(var(--accent));
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-\[max\(2rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
}
.pr-12 {
  padding-right: 3rem;
}
.pt-\[max\(2rem\2c env\(safe-area-inset-top\)\)\] {
  padding-top: max(2rem, env(safe-area-inset-top));
}
.font-display {
  font-family: Outfit, system-ui, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-accent-foreground {
  color: hsl(var(--accent-foreground));
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-primary-readable {
  color: hsl(var(--primary-readable));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.caret-primary {
  caret-color: hsl(var(--primary));
}
.shadow-elevated {
  --tw-shadow: var(--shadow-elevated);
  --tw-shadow-colored: var(--shadow-elevated);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-premium {
  --tw-shadow: var(--shadow-premium);
  --tw-shadow-colored: var(--shadow-premium);
  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 {
  outline-style: solid;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.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-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;
}
@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));
  }
}
:root{--visual-viewport-height: 100dvh;--viewport-bottom-inset: 0px;--keyboard-inset-height: 0px;--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--safe-area-inset-left: env(safe-area-inset-left, 0px);--safe-area-inset-right: env(safe-area-inset-right, 0px);--android-inset-top: 0px;--android-inset-bottom: 0px;--android-inset-left: 0px;--android-inset-right: 0px;--effective-safe-top: calc(max(var(--safe-area-inset-top), var(--android-inset-top)));--effective-safe-bottom: calc(max(var(--safe-area-inset-bottom), var(--android-inset-bottom)));--effective-safe-left: calc(max(var(--safe-area-inset-left), var(--android-inset-left)));--effective-safe-right: calc(max(var(--safe-area-inset-right), var(--android-inset-right)));--app-header-height: calc(var(--effective-safe-top) + 4.5rem);--bottom-nav-height: 0px;--mobile-safe-bottom: 0px;--mobile-bottom-clearance: 0px;--map-action-strip-height: 4.5rem;--map-header-height: var(--app-header-height);--map-quick-nav-height: 3.5rem;--map-safe-bottom: max(var(--mobile-safe-bottom), var(--effective-safe-bottom));--map-controls-gap: 0.75rem;--map-legal-strip-height: 1.5rem;--platform-touch-target: 2.75rem;--platform-control-height: 2.75rem;--platform-radius-control: 0.75rem;--platform-radius-container: 1rem;--platform-radius-sheet: 1.25rem;--platform-density-gap: 0.75rem;--platform-surface-container: hsl(var(--muted));--platform-surface-raised: hsl(var(--card));--platform-outline: hsl(var(--border));--platform-elevation-low: 0 1px 2px hsl(var(--foreground) / 0.06);--platform-elevation-high: 0 12px 32px -12px hsl(var(--foreground) / 0.22);--platform-motion-fast: 140ms;--platform-motion-standard: 220ms;--platform-motion-easing: cubic-bezier(0.2, 0, 0, 1);--platform-content-max-width: 48rem;--platform-page-max-width: 80rem;--platform-font-body: "Figtree", system-ui, sans-serif;--platform-font-display: "Outfit", system-ui, sans-serif;--background: 60 30% 98%;--foreground: 120 15% 10%;--card: 0 0% 100%;--card-foreground: 120 15% 10%;--popover: 0 0% 100%;--popover-foreground: 120 15% 10%;--primary: 87 56% 44%;--primary-readable: 114 39% 26%;--primary-foreground: 111 50% 14%;--secondary: 45 90% 50%;--secondary-foreground: 120 15% 10%;--muted: 60 10% 94%;--muted-foreground: 120 10% 40%;--accent: 60 30% 96%;--accent-foreground: 87 56% 30%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--border: 60 10% 90%;--input: 60 10% 90%;--ring: 114 39% 26%;--radius: 1rem;--sidebar-background: 140 30% 10%;--sidebar-foreground: 80 20% 96%;--sidebar-primary: 114 39% 40%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 140 22% 18%;--sidebar-accent-foreground: 80 20% 96%;--sidebar-border: 140 22% 16%;--sidebar-ring: 114 39% 40%;--nature: 114 39% 26%;--nature-light: 114 39% 95%;--warm: 45 90% 50%;--warm-light: 45 90% 95%;--meadow: 88 55% 45%;--forest: 114 39% 15%;--forest-foreground: 60 30% 98%;--sunrise: 28 85% 50%;--sky: 198 60% 45%;--shadow-card: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px -2px rgba(0,0,0,0.06);--shadow-elevated: 0 10px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.01);--shadow-glow: 0 0 24px -4px rgba(45, 90, 39, 0.15);--shadow-premium: 0 10px 30px -5px rgba(0, 0, 0, 0.04), 0 5px 15px -5px rgba(0, 0, 0, 0.02);--nav-surface: 0 0% 100%;--nav-surface-strong: 210 20% 98%;--nav-ink: 210 20% 12%;--nav-ink-soft: 210 12% 38%;--nav-border: 210 16% 88%;--nav-shadow: 0 10px 32px -12px hsl(210 30% 12% / 0.28), 0 2px 6px -1px hsl(210 30% 12% / 0.12);--nav-cockpit: 153 43% 8%;--nav-cockpit-raised: 151 32% 12%;--nav-cockpit-ink: 60 20% 98%;--nav-cockpit-muted: 142 10% 72%;--nav-cockpit-border: 142 24% 24%;--nav-cockpit-accent: 142 61% 48%}
.dark{--background: 150 18% 7%;--foreground: 80 10% 92%;--card: 150 14% 12%;--card-foreground: 80 12% 95%;--popover: 150 14% 12%;--popover-foreground: 80 12% 95%;--primary: 87 56% 44%;--primary-readable: 87 56% 62%;--primary-foreground: 150 30% 8%;--secondary: 150 12% 17%;--secondary-foreground: 80 12% 95%;--muted: 150 12% 15%;--muted-foreground: 150 8% 75%;--accent: 48 80% 50%;--accent-foreground: 150 20% 10%;--destructive: 0 62% 30%;--destructive-foreground: 0 0% 100%;--border: 150 12% 22%;--input: 150 12% 22%;--ring: 142 55% 48%;--sidebar-background: 150 18% 5%;--sidebar-foreground: 80 10% 92%;--sidebar-primary: 142 55% 55%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 150 14% 11%;--sidebar-accent-foreground: 80 10% 92%;--sidebar-border: 150 14% 14%;--sidebar-ring: 142 55% 55%;--forest-foreground: 60 30% 98%;--nav-surface: 210 14% 10%;--nav-surface-strong: 210 14% 13%;--nav-ink: 210 15% 96%;--nav-ink-soft: 210 10% 68%;--nav-border: 210 12% 22%;--nav-shadow: 0 14px 40px -14px hsl(0 0% 0% / 0.7), 0 2px 8px -1px hsl(0 0% 0% / 0.4);--nav-cockpit: 153 43% 6%;--nav-cockpit-raised: 151 32% 10%;--nav-cockpit-ink: 60 20% 98%;--nav-cockpit-muted: 142 10% 72%;--nav-cockpit-border: 142 24% 22%;--nav-cockpit-accent: 142 61% 52%}
html,body{margin:0;min-width:0;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}body{background:hsl(var(--background));color:hsl(var(--foreground))}button,input{font:inherit}img{max-width:100%}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}.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;
}.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}.placeholder\:opacity-100::placeholder {
  opacity: 1;
}.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}.hover\:bg-accent-foreground\/10:hover {
  background-color: hsl(var(--accent-foreground) / 0.1);
}.hover\:bg-accent\/90:hover {
  background-color: hsl(var(--accent) / 0.9);
}.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}.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-foreground:hover {
  color: hsl(var(--foreground));
}.hover\:underline:hover {
  text-decoration-line: underline;
}.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.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));
}.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}.disabled\:opacity-50:disabled {
  opacity: 0.5;
}.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}@media (min-width: 640px) {

  .sm\:p-8 {
    padding: 2rem;
  }
}@media (min-width: 768px) {

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}