/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
	@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
	  *, :before, :after, ::backdrop {
		--tw-space-y-reverse: 0;
		--tw-border-style: solid;
		--tw-leading: initial;
		--tw-font-weight: initial;
		--tw-shadow: 0 0 #0000;
		--tw-shadow-color: initial;
		--tw-shadow-alpha: 100%;
		--tw-inset-shadow: 0 0 #0000;
		--tw-inset-shadow-color: initial;
		--tw-inset-shadow-alpha: 100%;
		--tw-ring-color: initial;
		--tw-ring-shadow: 0 0 #0000;
		--tw-inset-ring-color: initial;
		--tw-inset-ring-shadow: 0 0 #0000;
		--tw-ring-inset: initial;
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-outline-style: solid;
		--tw-blur: initial;
		--tw-brightness: initial;
		--tw-contrast: initial;
		--tw-grayscale: initial;
		--tw-hue-rotate: initial;
		--tw-invert: initial;
		--tw-opacity: initial;
		--tw-saturate: initial;
		--tw-sepia: initial;
		--tw-drop-shadow: initial;
		--tw-drop-shadow-color: initial;
		--tw-drop-shadow-alpha: 100%;
		--tw-drop-shadow-size: initial;
		--tw-duration: initial;
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		--tw-scale-z: 1;
	  }
	}
  }
  
  @layer theme {
	:root, :host {
	  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	  --color-gray-50: oklch(.985 .002 247.839);
	  --color-gray-600: oklch(.446 .03 256.802);
	  --color-black: #000;
	  --color-white: #fff;
	  --spacing: .25rem;
	  --text-xs: .75rem;
	  --text-xs--line-height: calc(1 / .75);
	  --text-sm: .875rem;
	  --text-sm--line-height: calc(1.25 / .875);
	  --text-base: 1rem;
	  --text-base--line-height: calc(1.5 / 1);
	  --text-lg: 1.125rem;
	  --text-lg--line-height: calc(1.75 / 1.125);
	  --text-xl: 1.25rem;
	  --text-2xl: 1.5rem;
	  --text-3xl: 1.875rem;
	  --text-3xl--line-height: calc(2.25 / 1.875);
	  --text-4xl: 2.25rem;
	  --text-4xl--line-height: calc(2.5 / 2.25);
	  --font-weight-normal: 400;
	  --font-weight-medium: 500;
	  --font-weight-semibold: 600;
	  --aspect-video: 16 / 9;
	  --default-transition-duration: .15s;
	  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	  --default-font-family: var(--font-sans);
	  --default-font-feature-settings: var(--font-sans--font-feature-settings);
	  --default-font-variation-settings: var(--font-sans--font-variation-settings);
	  --default-mono-font-family: var(--font-mono);
	  --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
	  --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
	}
  }
  
  @layer base {
	*, :after, :before, ::backdrop {
	  box-sizing: border-box;
	  border: 0 solid;
	  margin: 0;
	  padding: 0;
	}
  
	::file-selector-button {
	  box-sizing: border-box;
	  border: 0 solid;
	  margin: 0;
	  padding: 0;
	}
  
	html, :host {
	  -webkit-text-size-adjust: 100%;
	  tab-size: 4;
	  line-height: 1.5;
	  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
	  font-feature-settings: var(--default-font-feature-settings, normal);
	  font-variation-settings: var(--default-font-variation-settings, normal);
	  -webkit-tap-highlight-color: transparent;
	}
  
	body {
	  line-height: inherit;
	}
  
	hr {
	  height: 0;
	  color: inherit;
	  border-top-width: 1px;
	}
  
	abbr:where([title]) {
	  -webkit-text-decoration: underline dotted;
	  text-decoration: underline dotted;
	}
  
	h1, h2, h3, h4, h5, h6 {
	  font-size: inherit;
	  font-weight: inherit;
	}
  
	a {
	  color: inherit;
	  -webkit-text-decoration: inherit;
	  -webkit-text-decoration: inherit;
	  text-decoration: inherit;
	}
  
	b, strong {
	  font-weight: bolder;
	}
  
	code, kbd, samp, pre {
	  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
	  font-feature-settings: var(--default-mono-font-feature-settings, normal);
	  font-variation-settings: var(--default-mono-font-variation-settings, normal);
	  font-size: 1em;
	}
  
	small {
	  font-size: 80%;
	}
  
	sub, sup {
	  vertical-align: baseline;
	  font-size: 75%;
	  line-height: 0;
	  position: relative;
	}
  
	sub {
	  bottom: -.25em;
	}
  
	sup {
	  top: -.5em;
	}
  
	table {
	  text-indent: 0;
	  border-color: inherit;
	  border-collapse: collapse;
	}
  
	:-moz-focusring {
	  outline: auto;
	}
  
	progress {
	  vertical-align: baseline;
	}
  
	summary {
	  display: list-item;
	}
  
	ol, ul, menu {
	  list-style: none;
	}
  
	img, svg, video, canvas, audio, iframe, embed, object {
	  vertical-align: middle;
	  display: block;
	}
  
	img, video {
	  max-width: 100%;
	  height: auto;
	}
  
	button, input, select, optgroup, textarea {
	  font: inherit;
	  font-feature-settings: inherit;
	  font-variation-settings: inherit;
	  letter-spacing: inherit;
	  color: inherit;
	  opacity: 1;
	  background-color: #0000;
	  border-radius: 0;
	}
  
	::file-selector-button {
	  font: inherit;
	  font-feature-settings: inherit;
	  font-variation-settings: inherit;
	  letter-spacing: inherit;
	  color: inherit;
	  opacity: 1;
	  background-color: #0000;
	  border-radius: 0;
	}
  
	:where(select:is([multiple], [size])) optgroup {
	  font-weight: bolder;
	}
  
	:where(select:is([multiple], [size])) optgroup option {
	  padding-inline-start: 20px;
	}
  
	::file-selector-button {
	  margin-inline-end: 4px;
	}
  
	::placeholder {
	  opacity: 1;
	  color: currentColor;
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  ::placeholder {
		color: color-mix(in oklab, currentColor 50%, transparent);
	  }
	}
  
	textarea {
	  resize: vertical;
	}
  
	::-webkit-search-decoration {
	  -webkit-appearance: none;
	}
  
	::-webkit-date-and-time-value {
	  min-height: 1lh;
	  text-align: inherit;
	}
  
	::-webkit-datetime-edit {
	  display: inline-flex;
	}
  
	::-webkit-datetime-edit-fields-wrapper {
	  padding: 0;
	}
  
	::-webkit-datetime-edit {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-year-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-month-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-day-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-hour-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-minute-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-second-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-millisecond-field {
	  padding-block: 0;
	}
  
	::-webkit-datetime-edit-meridiem-field {
	  padding-block: 0;
	}
  
	:-moz-ui-invalid {
	  box-shadow: none;
	}
  
	button, input:where([type="button"], [type="reset"], [type="submit"]) {
	  appearance: button;
	}
  
	::file-selector-button {
	  appearance: button;
	}
  
	::-webkit-inner-spin-button {
	  height: auto;
	}
  
	::-webkit-outer-spin-button {
	  height: auto;
	}
  
	[hidden]:where(:not([hidden="until-found"])) {
	  display: none !important;
	}
  
	* {
	  border-color: var(--border);
	  outline-color: var(--ring);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  * {
		outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
	  }
	}
  
	* {
	  border-color: var(--border);
	  outline-color: var(--ring);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  * {
		outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
	  }
	}
  
	body {
	  background-color: var(--background);
	  color: var(--foreground);
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
	  font-size: var(--text-2xl);
	  font-weight: var(--font-weight-medium);
	  line-height: 1.5;
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
	  font-size: var(--text-xl);
	  font-weight: var(--font-weight-medium);
	  line-height: 1.5;
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
	  font-size: var(--text-lg);
	  font-weight: var(--font-weight-medium);
	  line-height: 1.5;
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
	  font-size: var(--text-base);
	  font-weight: var(--font-weight-medium);
	  line-height: 1.5;
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
	  font-size: var(--text-base);
	  font-weight: var(--font-weight-normal);
	  line-height: 1.5;
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
	  font-size: var(--text-base);
	  font-weight: var(--font-weight-medium);
	  line-height: 1.5;
	}
  
	:where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
	  font-size: var(--text-base);
	  font-weight: var(--font-weight-normal);
	  line-height: 1.5;
	}
  }
  
  @layer utilities {
	.\@container\/card-header {
	  container: card-header / inline-size;
	}
  
	.pointer-events-auto {
	  pointer-events: auto;
	}
  
	.pointer-events-none {
	  pointer-events: none;
	}
  
	.absolute {
	  position: absolute;
	}
  
	.relative {
	  position: relative;
	}
  
	.sticky {
	  position: sticky;
	}
  
	.inset-0 {
	  inset: calc(var(--spacing) * 0);
	}
  
	.top-0 {
	  top: calc(var(--spacing) * 0);
	}
  
	.right-0 {
	  right: calc(var(--spacing) * 0);
	}
  
	.right-4 {
	  right: calc(var(--spacing) * 4);
	}
  
	.bottom-0 {
	  bottom: calc(var(--spacing) * 0);
	}
  
	.bottom-4 {
	  bottom: calc(var(--spacing) * 4);
	}
  
	.bottom-16 {
	  bottom: calc(var(--spacing) * 16);
	}
  
	.left-0 {
	  left: calc(var(--spacing) * 0);
	}
  
	.z-50 {
	  z-index: 50;
	}
  
	.col-start-2 {
	  grid-column-start: 2;
	}
  
	.row-span-2 {
	  grid-row: span 2 / span 2;
	}
  
	.row-start-1 {
	  grid-row-start: 1;
	}
  
	.container {
	  width: 100%;
	}
  
	@media (width >= 40rem) {
	  .container {
		max-width: 40rem;
	  }
	}
  
	@media (width >= 48rem) {
	  .container {
		max-width: 48rem;
	  }
	}
  
	@media (width >= 64rem) {
	  .container {
		max-width: 64rem;
	  }
	}
  
	@media (width >= 80rem) {
	  .container {
		max-width: 80rem;
	  }
	}
  
	@media (width >= 96rem) {
	  .container {
		max-width: 96rem;
	  }
	}
  
	.mx-auto {
	  margin-inline: auto;
	}
  
	.mt-6 {
	  margin-top: calc(var(--spacing) * 6);
	}
  
	.mt-8 {
	  margin-top: calc(var(--spacing) * 8);
	}
  
	.mb-1 {
	  margin-bottom: calc(var(--spacing) * 1);
	}
  
	.mb-3 {
	  margin-bottom: calc(var(--spacing) * 3);
	}
  
	.mb-4 {
	  margin-bottom: calc(var(--spacing) * 4);
	}
  
	.mb-6 {
	  margin-bottom: calc(var(--spacing) * 6);
	}
  
	.mb-8 {
	  margin-bottom: calc(var(--spacing) * 8);
	}
  
	.mb-12 {
	  margin-bottom: calc(var(--spacing) * 12);
	}
  
	.ml-1 {
	  margin-left: calc(var(--spacing) * 1);
	}
  
	.flex {
	  display: flex;
	}
  
	.grid {
	  display: grid;
	}
  
	.hidden {
	  display: none;
	}
  
	.inline {
	  display: inline;
	}
  
	.inline-flex {
	  display: inline-flex;
	}
  
	.aspect-\[4\/3\] {
	  aspect-ratio: 4 / 3;
	}
  
	.aspect-square {
	  aspect-ratio: 1;
	}
  
	.aspect-video {
	  aspect-ratio: var(--aspect-video);
	}
  
	.size-4 {
	  width: calc(var(--spacing) * 4);
	  height: calc(var(--spacing) * 4);
	}
  
	.size-9 {
	  width: calc(var(--spacing) * 9);
	  height: calc(var(--spacing) * 9);
	}
  
	.h-4 {
	  height: calc(var(--spacing) * 4);
	}
  
	.h-5 {
	  height: calc(var(--spacing) * 5);
	}
  
	.h-6 {
	  height: calc(var(--spacing) * 6);
	}
  
	.h-8 {
	  height: calc(var(--spacing) * 8);
	}
  
	.h-9 {
	  height: calc(var(--spacing) * 9);
	}
  
	.h-10 {
	  height: calc(var(--spacing) * 10);
	}
  
	.h-16 {
	  height: calc(var(--spacing) * 16);
	}
  
	.h-full {
	  height: 100%;
	}
  
	.min-h-screen {
	  min-height: 100vh;
	}
  
	.w-4 {
	  width: calc(var(--spacing) * 4);
	}
  
	.w-5 {
	  width: calc(var(--spacing) * 5);
	}
  
	.w-6 {
	  width: calc(var(--spacing) * 6);
	}
  
	.w-8 {
	  width: calc(var(--spacing) * 8);
	}
  
	.w-16 {
	  width: calc(var(--spacing) * 16);
	}
  
	.w-48 {
	  width: calc(var(--spacing) * 48);
	}
  
	.w-full {
	  width: 100%;
	}
  
	.min-w-0 {
	  min-width: calc(var(--spacing) * 0);
	}
  
	.flex-1 {
	  flex: 1;
	}
  
	.shrink-0 {
	  flex-shrink: 0;
	}
  
	.cursor-pointer {
	  cursor: pointer;
	}
  
	.auto-rows-min {
	  grid-auto-rows: min-content;
	}
  
	.grid-cols-1 {
	  grid-template-columns: repeat(1, minmax(0, 1fr));
	}
  
	.grid-rows-2 {
	  grid-template-rows: repeat(2, minmax(0, 1fr));
	}
  
	.grid-rows-\[auto_auto\] {
	  grid-template-rows: auto auto;
	}
  
	.flex-col {
	  flex-direction: column;
	}
  
	.items-center {
	  align-items: center;
	}
  
	.items-start {
	  align-items: flex-start;
	}
  
	.justify-between {
	  justify-content: space-between;
	}
  
	.justify-center {
	  justify-content: center;
	}
  
	.gap-1 {
	  gap: calc(var(--spacing) * 1);
	}
  
	.gap-1\.5 {
	  gap: calc(var(--spacing) * 1.5);
	}
  
	.gap-2 {
	  gap: calc(var(--spacing) * 2);
	}
  
	.gap-3 {
	  gap: calc(var(--spacing) * 3);
	}
  
	.gap-6 {
	  gap: calc(var(--spacing) * 6);
	}
  
	.gap-8 {
	  gap: calc(var(--spacing) * 8);
	}
  
	:where(.space-y-1 > :not(:last-child)) {
	  --tw-space-y-reverse: 0;
	  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
	  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
	}
  
	:where(.space-y-2 > :not(:last-child)) {
	  --tw-space-y-reverse: 0;
	  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
	  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
	}
  
	:where(.space-y-3 > :not(:last-child)) {
	  --tw-space-y-reverse: 0;
	  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
	  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
	}
  
	.self-start {
	  align-self: flex-start;
	}
  
	.justify-self-end {
	  justify-self: flex-end;
	}
  
	.overflow-hidden {
	  overflow: hidden;
	}
  
	.rounded-full {
	  border-radius: 3.40282e38px;
	}
  
	.rounded-md {
	  border-radius: calc(var(--radius)  - 2px);
	}
  
	.rounded-none {
	  border-radius: 0;
	}
  
	.rounded-xl {
	  border-radius: calc(var(--radius)  + 4px);
	}
  
	.border {
	  border-style: var(--tw-border-style);
	  border-width: 1px;
	}
  
	.border-t {
	  border-top-style: var(--tw-border-style);
	  border-top-width: 1px;
	}
  
	.border-b {
	  border-bottom-style: var(--tw-border-style);
	  border-bottom-width: 1px;
	}
  
	.border-\[\#04491c\] {
	  border-color: #04491c;
	}
  
	.border-input {
	  border-color: var(--input);
	}
  
	.bg-\[\#04491c\] {
	  background-color: #04491c;
	}
  
	.bg-\[\#033514\] {
	  background-color: #033514;
	}
  
	.bg-background {
	  background-color: var(--background);
	}
  
	.bg-black {
	  background-color: var(--color-black);
	}
  
	.bg-card {
	  background-color: var(--card);
	}
  
	.bg-destructive {
	  background-color: var(--destructive);
	}
  
	.bg-gray-50 {
	  background-color: var(--color-gray-50);
	}
  
	.bg-input-background {
	  background-color: var(--input-background);
	}
  
	.bg-primary {
	  background-color: var(--primary);
	}
  
	.bg-secondary {
	  background-color: var(--secondary);
	}
  
	.bg-white {
	  background-color: var(--color-white);
	}
  
	.object-cover {
	  object-fit: cover;
	}
  
	.p-2 {
	  padding: calc(var(--spacing) * 2);
	}
  
	.p-6 {
	  padding: calc(var(--spacing) * 6);
	}
  
	.px-3 {
	  padding-inline: calc(var(--spacing) * 3);
	}
  
	.px-4 {
	  padding-inline: calc(var(--spacing) * 4);
	}
  
	.px-6 {
	  padding-inline: calc(var(--spacing) * 6);
	}
  
	.py-1 {
	  padding-block: calc(var(--spacing) * 1);
	}
  
	.py-2 {
	  padding-block: calc(var(--spacing) * 2);
	}
  
	.py-4 {
	  padding-block: calc(var(--spacing) * 4);
	}
  
	.py-8 {
	  padding-block: calc(var(--spacing) * 8);
	}
  
	.py-12 {
	  padding-block: calc(var(--spacing) * 12);
	}
  
	.py-16 {
	  padding-block: calc(var(--spacing) * 16);
	}
  
	.pt-6 {
	  padding-top: calc(var(--spacing) * 6);
	}
  
	.pt-8 {
	  padding-top: calc(var(--spacing) * 8);
	}
  
	.pb-6 {
	  padding-bottom: calc(var(--spacing) * 6);
	}
  
	.text-center {
	  text-align: center;
	}
  
	.text-3xl {
	  font-size: var(--text-3xl);
	  line-height: var(--tw-leading, var(--text-3xl--line-height));
	}
  
	.text-base {
	  font-size: var(--text-base);
	  line-height: var(--tw-leading, var(--text-base--line-height));
	}
  
	.text-sm {
	  font-size: var(--text-sm);
	  line-height: var(--tw-leading, var(--text-sm--line-height));
	}
  
	.text-xs {
	  font-size: var(--text-xs);
	  line-height: var(--tw-leading, var(--text-xs--line-height));
	}
  
	.leading-none {
	  --tw-leading: 1;
	  line-height: 1;
	}
  
	.font-medium {
	  --tw-font-weight: var(--font-weight-medium);
	  font-weight: var(--font-weight-medium);
	}
  
	.font-semibold {
	  --tw-font-weight: var(--font-weight-semibold);
	  font-weight: var(--font-weight-semibold);
	}
  
	.whitespace-nowrap {
	  white-space: nowrap;
	}
  
	.text-\[\#04491c\] {
	  color: #04491c;
	}
  
	.text-card-foreground {
	  color: var(--card-foreground);
	}
  
	.text-foreground {
	  color: var(--foreground);
	}
  
	.text-gray-600 {
	  color: var(--color-gray-600);
	}
  
	.text-muted-foreground {
	  color: var(--muted-foreground);
	}
  
	.text-primary {
	  color: var(--primary);
	}
  
	.text-primary-foreground {
	  color: var(--primary-foreground);
	}
  
	.text-secondary-foreground {
	  color: var(--secondary-foreground);
	}
  
	.text-white {
	  color: var(--color-white);
	}
  
	.uppercase {
	  text-transform: uppercase;
	}
  
	.underline-offset-4 {
	  text-underline-offset: 4px;
	}
  
	.opacity-75 {
	  opacity: .75;
	}
  
	.opacity-90 {
	  opacity: .9;
	}
  
	.shadow-lg {
	  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
	  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	}
  
	.outline {
	  outline-style: var(--tw-outline-style);
	  outline-width: 1px;
	}
  
	.brightness-0 {
	  --tw-brightness: brightness(0%);
	  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, );
	}
  
	.invert {
	  --tw-invert: invert(100%);
	  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, );
	}
  
	.transition-\[color\,box-shadow\] {
	  transition-property: color, box-shadow;
	  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	  transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
  
	.transition-all {
	  transition-property: all;
	  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	  transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
  
	.transition-colors {
	  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
	  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	  transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
  
	.transition-opacity {
	  transition-property: opacity;
	  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	  transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
  
	.transition-shadow {
	  transition-property: box-shadow;
	  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	  transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
  
	.transition-transform {
	  transition-property: transform, translate, scale, rotate;
	  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
	  transition-duration: var(--tw-duration, var(--default-transition-duration));
	}
  
	.duration-300 {
	  --tw-duration: .3s;
	  transition-duration: .3s;
	}
  
	.outline-none {
	  --tw-outline-style: none;
	  outline-style: none;
	}
  
	@media (hover: hover) {
	  .group-hover\:scale-105:is(:where(.group):hover *) {
		--tw-scale-x: 105%;
		--tw-scale-y: 105%;
		--tw-scale-z: 105%;
		scale: var(--tw-scale-x) var(--tw-scale-y);
	  }
	}
  
	@media (hover: hover) {
	  .group-hover\:underline:is(:where(.group):hover *) {
		text-decoration-line: underline;
	  }
	}
  
	.selection\:bg-primary ::selection, .selection\:bg-primary::selection {
	  background-color: var(--primary);
	}
  
	.selection\:text-primary-foreground ::selection, .selection\:text-primary-foreground::selection {
	  color: var(--primary-foreground);
	}
  
	.file\:inline-flex::file-selector-button {
	  display: inline-flex;
	}
  
	.file\:h-7::file-selector-button {
	  height: calc(var(--spacing) * 7);
	}
  
	.file\:border-0::file-selector-button {
	  border-style: var(--tw-border-style);
	  border-width: 0;
	}
  
	.file\:bg-transparent::file-selector-button {
	  background-color: #0000;
	}
  
	.file\:text-sm::file-selector-button {
	  font-size: var(--text-sm);
	  line-height: var(--tw-leading, var(--text-sm--line-height));
	}
  
	.file\:font-medium::file-selector-button {
	  --tw-font-weight: var(--font-weight-medium);
	  font-weight: var(--font-weight-medium);
	}
  
	.file\:text-foreground::file-selector-button {
	  color: var(--foreground);
	}
  
	.placeholder\:text-muted-foreground::placeholder {
	  color: var(--muted-foreground);
	}
  
	@media (hover: hover) {
	  .hover\:scale-110:hover {
		--tw-scale-x: 110%;
		--tw-scale-y: 110%;
		--tw-scale-z: 110%;
		scale: var(--tw-scale-x) var(--tw-scale-y);
	  }
	}
  
	@media (hover: hover) {
	  .hover\:bg-\[\#033815\]:hover {
		background-color: #033815;
	  }
	}
  
	@media (hover: hover) {
	  .hover\:bg-accent:hover {
		background-color: var(--accent);
	  }
	}
  
	@media (hover: hover) {
	  .hover\:bg-destructive\/90:hover {
		background-color: var(--destructive);
	  }
  
	  @supports (color: color-mix(in lab, red, red)) {
		.hover\:bg-destructive\/90:hover {
		  background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
		}
	  }
	}
  
	@media (hover: hover) {
	  .hover\:bg-primary\/90:hover {
		background-color: var(--primary);
	  }
  
	  @supports (color: color-mix(in lab, red, red)) {
		.hover\:bg-primary\/90:hover {
		  background-color: color-mix(in oklab, var(--primary) 90%, transparent);
		}
	  }
	}
  
	@media (hover: hover) {
	  .hover\:bg-secondary\/80:hover {
		background-color: var(--secondary);
	  }
  
	  @supports (color: color-mix(in lab, red, red)) {
		.hover\:bg-secondary\/80:hover {
		  background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
		}
	  }
	}
  
	@media (hover: hover) {
	  .hover\:text-\[\#04491c\]:hover {
		color: #04491c;
	  }
	}
  
	@media (hover: hover) {
	  .hover\:text-accent-foreground:hover {
		color: var(--accent-foreground);
	  }
	}
  
	@media (hover: hover) {
	  .hover\:text-white:hover {
		color: var(--color-white);
	  }
	}
  
	@media (hover: hover) {
	  .hover\:underline:hover {
		text-decoration-line: underline;
	  }
	}
  
	@media (hover: hover) {
	  .hover\:opacity-80:hover {
		opacity: .8;
	  }
	}
  
	@media (hover: hover) {
	  .hover\:shadow-lg:hover {
		--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
		box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	  }
	}
  
	.focus-visible\:border-ring:focus-visible {
	  border-color: var(--ring);
	}
  
	.focus-visible\:ring-\[3px\]:focus-visible {
	  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
	  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	}
  
	.focus-visible\:ring-destructive\/20:focus-visible {
	  --tw-ring-color: var(--destructive);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .focus-visible\:ring-destructive\/20:focus-visible {
		--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
	  }
	}
  
	.focus-visible\:ring-ring\/50:focus-visible {
	  --tw-ring-color: var(--ring);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .focus-visible\:ring-ring\/50:focus-visible {
		--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
	  }
	}
  
	.disabled\:pointer-events-none:disabled {
	  pointer-events: none;
	}
  
	.disabled\:cursor-not-allowed:disabled {
	  cursor: not-allowed;
	}
  
	.disabled\:opacity-50:disabled {
	  opacity: .5;
	}
  
	.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
	  grid-template-columns: 1fr auto;
	}
  
	.has-\[\>svg\]\:px-2\.5:has( > svg) {
	  padding-inline: calc(var(--spacing) * 2.5);
	}
  
	.has-\[\>svg\]\:px-3:has( > svg) {
	  padding-inline: calc(var(--spacing) * 3);
	}
  
	.has-\[\>svg\]\:px-4:has( > svg) {
	  padding-inline: calc(var(--spacing) * 4);
	}
  
	.aria-invalid\:border-destructive[aria-invalid="true"] {
	  border-color: var(--destructive);
	}
  
	.aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
	  --tw-ring-color: var(--destructive);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
		--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:flex {
		display: flex;
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:grid {
		display: grid;
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:hidden {
		display: none;
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:h-10 {
		height: calc(var(--spacing) * 10);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:h-20 {
		height: calc(var(--spacing) * 20);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:w-10 {
		width: calc(var(--spacing) * 10);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:w-20 {
		width: calc(var(--spacing) * 20);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:w-64 {
		width: calc(var(--spacing) * 64);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:grid-cols-\[200px_1fr_200px\] {
		grid-template-columns: 200px 1fr 200px;
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:gap-4 {
		gap: calc(var(--spacing) * 4);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:py-12 {
		padding-block: calc(var(--spacing) * 12);
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:text-4xl {
		font-size: var(--text-4xl);
		line-height: var(--tw-leading, var(--text-4xl--line-height));
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:text-base {
		font-size: var(--text-base);
		line-height: var(--tw-leading, var(--text-base--line-height));
	  }
	}
  
	@media (width >= 48rem) {
	  .md\:text-sm {
		font-size: var(--text-sm);
		line-height: var(--tw-leading, var(--text-sm--line-height));
	  }
	}
  
	@media (width >= 64rem) {
	  .lg\:w-96 {
		width: calc(var(--spacing) * 96);
	  }
	}
  
	@media (width >= 64rem) {
	  .lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	  }
	}
  
	@media (width >= 64rem) {
	  .lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	  }
	}
  
	@media (width >= 64rem) {
	  .lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	  }
	}
  
	@media (width >= 64rem) {
	  .lg\:grid-cols-\[250px_1fr_250px\] {
		grid-template-columns: 250px 1fr 250px;
	  }
	}
  
	@media (width >= 64rem) {
	  .lg\:text-lg {
		font-size: var(--text-lg);
		line-height: var(--tw-leading, var(--text-lg--line-height));
	  }
	}
  
	.dark\:border-input:is(.dark *) {
	  border-color: var(--input);
	}
  
	.dark\:bg-destructive\/60:is(.dark *) {
	  background-color: var(--destructive);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .dark\:bg-destructive\/60:is(.dark *) {
		background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
	  }
	}
  
	.dark\:bg-input\/30:is(.dark *) {
	  background-color: var(--input);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .dark\:bg-input\/30:is(.dark *) {
		background-color: color-mix(in oklab, var(--input) 30%, transparent);
	  }
	}
  
	@media (hover: hover) {
	  .dark\:hover\:bg-accent\/50:is(.dark *):hover {
		background-color: var(--accent);
	  }
  
	  @supports (color: color-mix(in lab, red, red)) {
		.dark\:hover\:bg-accent\/50:is(.dark *):hover {
		  background-color: color-mix(in oklab, var(--accent) 50%, transparent);
		}
	  }
	}
  
	@media (hover: hover) {
	  .dark\:hover\:bg-input\/50:is(.dark *):hover {
		background-color: var(--input);
	  }
  
	  @supports (color: color-mix(in lab, red, red)) {
		.dark\:hover\:bg-input\/50:is(.dark *):hover {
		  background-color: color-mix(in oklab, var(--input) 50%, transparent);
		}
	  }
	}
  
	.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
	  --tw-ring-color: var(--destructive);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
		--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
	  }
	}
  
	.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
	  --tw-ring-color: var(--destructive);
	}
  
	@supports (color: color-mix(in lab, red, red)) {
	  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
		--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
	  }
	}
  
	.\[\&_svg\]\:pointer-events-none svg {
	  pointer-events: none;
	}
  
	.\[\&_svg\]\:shrink-0 svg {
	  flex-shrink: 0;
	}
  
	.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
	  width: calc(var(--spacing) * 4);
	  height: calc(var(--spacing) * 4);
	}
  
	.\[\.border-b\]\:pb-6.border-b {
	  padding-bottom: calc(var(--spacing) * 6);
	}
  
	.\[\.border-t\]\:pt-6.border-t {
	  padding-top: calc(var(--spacing) * 6);
	}
  
	.\[\&\:last-child\]\:pb-6:last-child {
	  padding-bottom: calc(var(--spacing) * 6);
	}
  }
  
  :root {
	--font-size: 16px;
	--background: #fff;
	--foreground: oklch(.145 0 0);
	--card: #fff;
	--card-foreground: oklch(.145 0 0);
	--popover: oklch(1 0 0);
	--popover-foreground: oklch(.145 0 0);
	--primary: #030213;
	--primary-foreground: oklch(1 0 0);
	--secondary: oklch(.95 .0058 264.53);
	--secondary-foreground: #030213;
	--muted: #ececf0;
	--muted-foreground: #717182;
	--accent: #e9ebef;
	--accent-foreground: #030213;
	--destructive: #d4183d;
	--destructive-foreground: #fff;
	--border: #0000001a;
	--input: transparent;
	--input-background: #f3f3f5;
	--switch-background: #cbced4;
	--font-weight-medium: 500;
	--font-weight-normal: 400;
	--ring: oklch(.708 0 0);
	--chart-1: oklch(.646 .222 41.116);
	--chart-2: oklch(.6 .118 184.704);
	--chart-3: oklch(.398 .07 227.392);
	--chart-4: oklch(.828 .189 84.429);
	--chart-5: oklch(.769 .188 70.08);
	--radius: .625rem;
	--sidebar: oklch(.985 0 0);
	--sidebar-foreground: oklch(.145 0 0);
	--sidebar-primary: #030213;
	--sidebar-primary-foreground: oklch(.985 0 0);
	--sidebar-accent: oklch(.97 0 0);
	--sidebar-accent-foreground: oklch(.205 0 0);
	--sidebar-border: oklch(.922 0 0);
	--sidebar-ring: oklch(.708 0 0);
  }
  
  .dark {
	--background: oklch(.145 0 0);
	--foreground: oklch(.985 0 0);
	--card: oklch(.145 0 0);
	--card-foreground: oklch(.985 0 0);
	--popover: oklch(.145 0 0);
	--popover-foreground: oklch(.985 0 0);
	--primary: oklch(.985 0 0);
	--primary-foreground: oklch(.205 0 0);
	--secondary: oklch(.269 0 0);
	--secondary-foreground: oklch(.985 0 0);
	--muted: oklch(.269 0 0);
	--muted-foreground: oklch(.708 0 0);
	--accent: oklch(.269 0 0);
	--accent-foreground: oklch(.985 0 0);
	--destructive: oklch(.396 .141 25.723);
	--destructive-foreground: oklch(.637 .237 25.331);
	--border: oklch(.269 0 0);
	--input: oklch(.269 0 0);
	--ring: oklch(.439 0 0);
	--font-weight-medium: 500;
	--font-weight-normal: 400;
	--chart-1: oklch(.488 .243 264.376);
	--chart-2: oklch(.696 .17 162.48);
	--chart-3: oklch(.769 .188 70.08);
	--chart-4: oklch(.627 .265 303.9);
	--chart-5: oklch(.645 .246 16.439);
	--sidebar: oklch(.205 0 0);
	--sidebar-foreground: oklch(.985 0 0);
	--sidebar-primary: oklch(.488 .243 264.376);
	--sidebar-primary-foreground: oklch(.985 0 0);
	--sidebar-accent: oklch(.269 0 0);
	--sidebar-accent-foreground: oklch(.985 0 0);
	--sidebar-border: oklch(.269 0 0);
	--sidebar-ring: oklch(.439 0 0);
  }
  
  html {
	font-size: var(--font-size);
  }
  
  @property --tw-space-y-reverse {
	syntax: "*";
	inherits: false;
	initial-value: 0;
  }
  
  @property --tw-border-style {
	syntax: "*";
	inherits: false;
	initial-value: solid;
  }
  
  @property --tw-leading {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-font-weight {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
  }
  
  @property --tw-shadow-color {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
  }
  
  @property --tw-inset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
  }
  
  @property --tw-inset-shadow-color {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-inset-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
  }
  
  @property --tw-ring-color {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
  }
  
  @property --tw-inset-ring-color {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-inset-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
  }
  
  @property --tw-ring-inset {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-ring-offset-width {
	syntax: "<length>";
	inherits: false;
	initial-value: 0;
  }
  
  @property --tw-ring-offset-color {
	syntax: "*";
	inherits: false;
	initial-value: #fff;
  }
  
  @property --tw-ring-offset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 #0000;
  }
  
  @property --tw-outline-style {
	syntax: "*";
	inherits: false;
	initial-value: solid;
  }
  
  @property --tw-blur {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-brightness {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-contrast {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-grayscale {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-hue-rotate {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-invert {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-opacity {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-saturate {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-sepia {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-drop-shadow {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-drop-shadow-color {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-drop-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
  }
  
  @property --tw-drop-shadow-size {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-duration {
	syntax: "*";
	inherits: false
  }
  
  @property --tw-scale-x {
	syntax: "*";
	inherits: false;
	initial-value: 1;
  }
  
  @property --tw-scale-y {
	syntax: "*";
	inherits: false;
	initial-value: 1;
  }
  
  @property --tw-scale-z {
	syntax: "*";
	inherits: false;
	initial-value: 1;
  }
  