/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Geist Variable', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --radius-md: calc(var(--radius) * 0.8);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-xs: 4px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: 'Geist Variable', sans-serif;
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container\/card-header {
    container-type: inline-size;
    container-name: card-header;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .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) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mb-4 {
    margin-bottom: calc(var(--spacing) * -4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-\(--cell-size\) {
    width: var(--cell-size);
    height: var(--cell-size);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-auto {
    width: auto;
    height: auto;
  }
  .h-\(--cell-size\) {
    height: var(--cell-size);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[calc\(100\%-1px\)\] {
    height: calc(100% - 1px);
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\(--available-height\) {
    max-height: var(--available-height);
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .w-\(--anchor-width\) {
    width: var(--anchor-width);
  }
  .w-\(--cell-size\) {
    width: var(--cell-size);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .min-w-\(--cell-size\) {
    min-width: var(--cell-size);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-32 {
    min-width: calc(var(--spacing) * 32);
  }
  .min-w-36 {
    min-width: calc(var(--spacing) * 36);
  }
  .min-w-\[96px\] {
    min-width: 96px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-\(--transform-origin\) {
    transform-origin: var(--transform-origin);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .scroll-my-1 {
    scroll-margin-block: var(--spacing);
  }
  .auto-rows-min {
    grid-auto-rows: min-content;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\(--card-spacing\) {
    gap: var(--card-spacing);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\(--cell-radius\) {
    border-radius: var(--cell-radius);
  }
  .rounded-4xl {
    border-radius: calc(var(--radius) * 2.6);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[min\(var\(--radius-md\)\,10px\)\] {
    border-radius: min(var(--radius-md), 10px);
  }
  .rounded-\[min\(var\(--radius-md\)\,12px\)\] {
    border-radius: min(var(--radius-md), 12px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) * 0.8);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: calc(var(--radius) * 1.4);
  }
  .rounded-t-xl {
    border-top-left-radius: calc(var(--radius) * 1.4);
    border-top-right-radius: calc(var(--radius) * 1.4);
  }
  .rounded-l-\(--cell-radius\) {
    border-top-left-radius: var(--cell-radius);
    border-bottom-left-radius: var(--cell-radius);
  }
  .rounded-r-\(--cell-radius\) {
    border-top-right-radius: var(--cell-radius);
    border-bottom-right-radius: var(--cell-radius);
  }
  .rounded-b-xl {
    border-bottom-right-radius: calc(var(--radius) * 1.4);
    border-bottom-left-radius: calc(var(--radius) * 1.4);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .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-border {
    border-color: var(--border);
  }
  .border-input {
    border-color: var(--input);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-border {
    background-color: var(--border);
  }
  .bg-card {
    background-color: var(--card);
  }
  .bg-destructive\/10 {
    background-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-muted\/50 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .bg-popover {
    background-color: var(--popover);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .p-\(--card-spacing\) {
    padding: var(--card-spacing);
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .px-\(--card-spacing\) {
    padding-inline: var(--card-spacing);
  }
  .px-\(--cell-size\) {
    padding-inline: var(--cell-size);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .py-\(--card-spacing\) {
    padding-block: var(--card-spacing);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pl-1\.5 {
    padding-left: calc(var(--spacing) * 1.5);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-heading {
    font-family: var(--font-sans);
  }
  .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));
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-card-foreground {
    color: var(--card-foreground);
  }
  .text-current {
    color: currentcolor;
  }
  .text-destructive {
    color: var(--destructive);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-foreground\/60 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 60%, transparent);
    }
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-popover-foreground {
    color: var(--popover-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-foreground\/10 {
    --tw-ring-color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
    }
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    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-none {
    transition-property: none;
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--card-spacing\:--spacing\(4\)\] {
    --card-spacing: calc(var(--spacing) * 4);
  }
  .\[--cell-radius\:var\(--radius-md\)\] {
    --cell-radius: var(--radius-md);
  }
  .\[--cell-size\:--spacing\(7\)\] {
    --cell-size: calc(var(--spacing) * 7);
  }
  .group-focus\/dropdown-menu-item\:text-accent-foreground:is(:where(.group\/dropdown-menu-item):focus *) {
    color: var(--accent-foreground);
  }
  .group-has-disabled\/field\:opacity-50:is(:where(.group\/field):has(:disabled) *) {
    opacity: 50%;
  }
  .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
    pointer-events: none;
  }
  .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *) {
    opacity: 50%;
  }
  .group-data-\[focused\=true\]\/day\:relative:is(:where(.group\/day)[data-focused="true"] *) {
    position: relative;
  }
  .group-data-\[focused\=true\]\/day\:z-10:is(:where(.group\/day)[data-focused="true"] *) {
    z-index: 10;
  }
  .group-data-\[focused\=true\]\/day\:border-ring:is(:where(.group\/day)[data-focused="true"] *) {
    border-color: var(--ring);
  }
  .group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(:where(.group\/day)[data-focused="true"] *) {
    --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);
  }
  .group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.group\/day)[data-focused="true"] *) {
    --tw-ring-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  .group-data-\[size\=sm\]\/card\:text-sm:is(:where(.group\/card)[data-size="sm"] *) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .group-data-\[variant\=line\]\/tabs-list\:bg-transparent:is(:where(.group\/tabs-list)[data-variant="line"] *) {
    background-color: transparent;
  }
  .group-data-horizontal\/tabs\:h-8:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *) {
    height: calc(var(--spacing) * 8);
  }
  .group-data-vertical\/tabs\:h-fit:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
    height: fit-content;
  }
  .group-data-vertical\/tabs\:w-full:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
    width: 100%;
  }
  .group-data-vertical\/tabs\:flex-col:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
    flex-direction: column;
  }
  .group-data-vertical\/tabs\:justify-start:is(:where(.group\/tabs):where([data-orientation="vertical"]) *) {
    justify-content: flex-start;
  }
  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }
  .peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
    opacity: 50%;
  }
  .file\:inline-flex::file-selector-button {
    display: inline-flex;
  }
  .file\:h-6::file-selector-button {
    height: calc(var(--spacing) * 6);
  }
  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .file\:bg-transparent::file-selector-button {
    background-color: transparent;
  }
  .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);
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:-inset-x-3::after {
    content: var(--tw-content);
    inset-inline: calc(var(--spacing) * -3);
  }
  .after\:-inset-y-2::after {
    content: var(--tw-content);
    inset-block: calc(var(--spacing) * -2);
  }
  .after\:inset-y-0::after {
    content: var(--tw-content);
    inset-block: 0px;
  }
  .after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }
  .after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
  }
  .after\:w-4::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 4);
  }
  .after\:bg-foreground::after {
    content: var(--tw-content);
    background-color: var(--foreground);
  }
  .after\:bg-muted::after {
    content: var(--tw-content);
    background-color: var(--muted);
  }
  .after\:opacity-0::after {
    content: var(--tw-content);
    opacity: 0%;
  }
  .after\:transition-opacity::after {
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .group-data-horizontal\/tabs\:after\:inset-x-0:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *)::after {
    content: var(--tw-content);
    inset-inline: 0px;
  }
  .group-data-horizontal\/tabs\:after\:bottom-\[-5px\]:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *)::after {
    content: var(--tw-content);
    bottom: -5px;
  }
  .group-data-horizontal\/tabs\:after\:h-0\.5:is(:where(.group\/tabs):where([data-orientation="horizontal"]) *)::after {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0.5);
  }
  .group-data-vertical\/tabs\:after\:inset-y-0:is(:where(.group\/tabs):where([data-orientation="vertical"]) *)::after {
    content: var(--tw-content);
    inset-block: 0px;
  }
  .group-data-vertical\/tabs\:after\:-right-1:is(:where(.group\/tabs):where([data-orientation="vertical"]) *)::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * -1);
  }
  .group-data-vertical\/tabs\:after\:w-0\.5:is(:where(.group\/tabs):where([data-orientation="vertical"]) *)::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0.5);
  }
  @media (hover: hover) {
    .hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\]:hover {
      background-color: var(--secondary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\]:hover {
        background-color: color-mix(in oklch,var(--secondary),var(--foreground) 5%);
      }
    }
    .hover\:bg-destructive\/20:hover {
      background-color: var(--destructive);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/20:hover {
        background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
    .hover\:bg-muted:hover {
      background-color: var(--muted);
    }
    .hover\:bg-muted\/50:hover {
      background-color: var(--muted);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/50:hover {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
    .hover\:bg-primary\/80:hover {
      background-color: var(--primary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/80:hover {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
    .hover\:text-muted-foreground:hover {
      color: var(--muted-foreground);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:bg-accent:focus {
    background-color: var(--accent);
  }
  .focus\:text-accent-foreground:focus {
    color: var(--accent-foreground);
  }
  :is(.focus\:\*\*\:text-accent-foreground:focus *) {
    color: var(--accent-foreground);
  }
  :is(.not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground:not([data-variant="destructive"]):focus *) {
    color: var(--accent-foreground);
  }
  .focus-visible\:border-destructive\/40:focus-visible {
    border-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }
  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }
  .focus-visible\:ring-3: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-\[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)) {
      --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)) {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .focus-visible\:outline-ring:focus-visible {
    outline-color: var(--ring);
  }
  .active\:not-aria-\[haspopup\]\:translate-y-px:active:not([aria-haspopup]) {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:bg-input\/50:disabled {
    background-color: var(--input);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--input) 50%, transparent);
    }
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  :where([data-slot="button-group"]) .in-data-\[slot\=button-group\]\:rounded-lg {
    border-radius: var(--radius);
  }
  :where([data-slot="card-content"]) .in-data-\[slot\=card-content\]\:bg-transparent {
    background-color: transparent;
  }
  :where([data-slot="popover-content"]) .in-data-\[slot\=popover-content\]\:bg-transparent {
    background-color: transparent;
  }
  .has-aria-expanded\:bg-muted\/50:has([aria-expanded="true"]) {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .has-data-\[icon\=inline-end\]\:pr-1:has([data-icon="inline-end"]) {
    padding-right: var(--spacing);
  }
  .has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 1.5);
  }
  .has-data-\[icon\=inline-end\]\:pr-2:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 2);
  }
  .has-data-\[icon\=inline-start\]\:pl-1:has([data-icon="inline-start"]) {
    padding-left: var(--spacing);
  }
  .has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 1.5);
  }
  .has-data-\[icon\=inline-start\]\:pl-2:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 2);
  }
  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
    grid-template-columns: 1fr auto;
  }
  .has-data-\[slot\=card-description\]\:grid-rows-\[auto_auto\]:has([data-slot="card-description"]) {
    grid-template-rows: auto auto;
  }
  .has-data-\[slot\=card-footer\]\:pb-0:has([data-slot="card-footer"]) {
    padding-bottom: 0px;
  }
  .has-\[\>img\:first-child\]\:pt-0:has( > img:first-child) {
    padding-top: 0px;
  }
  .aria-disabled\:pointer-events-none[aria-disabled="true"] {
    pointer-events: none;
  }
  .aria-disabled\:opacity-50[aria-disabled="true"] {
    opacity: 50%;
  }
  .aria-expanded\:bg-muted[aria-expanded="true"] {
    background-color: var(--muted);
  }
  .aria-expanded\:bg-secondary[aria-expanded="true"] {
    background-color: var(--secondary);
  }
  .aria-expanded\:text-foreground[aria-expanded="true"] {
    color: var(--foreground);
  }
  .aria-expanded\:text-secondary-foreground[aria-expanded="true"] {
    color: var(--secondary-foreground);
  }
  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }
  .aria-invalid\:ring-3[aria-invalid="true"] {
    --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);
  }
  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
  .aria-invalid\:aria-checked\:border-primary[aria-invalid="true"][aria-checked="true"] {
    border-color: var(--primary);
  }
  .aria-selected\:text-muted-foreground[aria-selected="true"] {
    color: var(--muted-foreground);
  }
  .data-ending-style\:opacity-0[data-ending-style] {
    opacity: 0%;
  }
  .data-inset\:pl-7[data-inset] {
    padding-left: calc(var(--spacing) * 7);
  }
  .data-placeholder\:text-muted-foreground[data-placeholder] {
    color: var(--muted-foreground);
  }
  .data-popup-open\:bg-accent[data-popup-open] {
    background-color: var(--accent);
  }
  .data-popup-open\:text-accent-foreground[data-popup-open] {
    color: var(--accent-foreground);
  }
  .data-starting-style\:opacity-0[data-starting-style] {
    opacity: 0%;
  }
  .data-\[align-trigger\=true\]\:animate-none[data-align-trigger="true"] {
    animation: none;
  }
  .data-\[range-end\=true\]\:rounded-\(--cell-radius\)[data-range-end="true"] {
    border-radius: var(--cell-radius);
  }
  .data-\[range-end\=true\]\:rounded-r-\(--cell-radius\)[data-range-end="true"] {
    border-top-right-radius: var(--cell-radius);
    border-bottom-right-radius: var(--cell-radius);
  }
  .data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
    background-color: var(--primary);
  }
  .data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
    color: var(--primary-foreground);
  }
  .data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
    border-radius: 0;
  }
  .data-\[range-middle\=true\]\:bg-muted[data-range-middle="true"] {
    background-color: var(--muted);
  }
  .data-\[range-middle\=true\]\:text-foreground[data-range-middle="true"] {
    color: var(--foreground);
  }
  .data-\[range-start\=true\]\:rounded-\(--cell-radius\)[data-range-start="true"] {
    border-radius: var(--cell-radius);
  }
  .data-\[range-start\=true\]\:rounded-l-\(--cell-radius\)[data-range-start="true"] {
    border-top-left-radius: var(--cell-radius);
    border-bottom-left-radius: var(--cell-radius);
  }
  .data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
    background-color: var(--primary);
  }
  .data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
    color: var(--primary-foreground);
  }
  .data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
    background-color: var(--primary);
  }
  .data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
    color: var(--primary-foreground);
  }
  .data-\[selected\=true\]\:rounded-none[data-selected="true"] {
    border-radius: 0;
  }
  .data-\[side\=bottom\]\:inset-x-0[data-side="bottom"] {
    inset-inline: 0px;
  }
  .data-\[side\=bottom\]\:bottom-0[data-side="bottom"] {
    bottom: 0px;
  }
  .data-\[side\=bottom\]\:h-auto[data-side="bottom"] {
    height: auto;
  }
  .data-\[side\=bottom\]\:border-t[data-side="bottom"] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2*var(--spacing)*-1);
  }
  .data-\[side\=bottom\]\:data-ending-style\:translate-y-\[2\.5rem\][data-side="bottom"][data-ending-style] {
    --tw-translate-y: 2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=bottom\]\:data-starting-style\:translate-y-\[2\.5rem\][data-side="bottom"][data-starting-style] {
    --tw-translate-y: 2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=inline-end\]\:slide-in-from-left-2[data-side="inline-end"] {
    --tw-enter-translate-x: calc(2*var(--spacing)*-1);
  }
  .data-\[side\=inline-start\]\:slide-in-from-right-2[data-side="inline-start"] {
    --tw-enter-translate-x: calc(2*var(--spacing));
  }
  .data-\[side\=left\]\:inset-y-0[data-side="left"] {
    inset-block: 0px;
  }
  .data-\[side\=left\]\:left-0[data-side="left"] {
    left: 0px;
  }
  .data-\[side\=left\]\:h-full[data-side="left"] {
    height: 100%;
  }
  .data-\[side\=left\]\:w-3\/4[data-side="left"] {
    width: calc(3 / 4 * 100%);
  }
  .data-\[side\=left\]\:border-r[data-side="left"] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2*var(--spacing));
  }
  .data-\[side\=left\]\:data-ending-style\:translate-x-\[-2\.5rem\][data-side="left"][data-ending-style] {
    --tw-translate-x: -2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=left\]\:data-starting-style\:translate-x-\[-2\.5rem\][data-side="left"][data-starting-style] {
    --tw-translate-x: -2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=right\]\:inset-y-0[data-side="right"] {
    inset-block: 0px;
  }
  .data-\[side\=right\]\:right-0[data-side="right"] {
    right: 0px;
  }
  .data-\[side\=right\]\:h-full[data-side="right"] {
    height: 100%;
  }
  .data-\[side\=right\]\:w-3\/4[data-side="right"] {
    width: calc(3 / 4 * 100%);
  }
  .data-\[side\=right\]\:border-l[data-side="right"] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2*var(--spacing)*-1);
  }
  .data-\[side\=right\]\:data-ending-style\:translate-x-\[2\.5rem\][data-side="right"][data-ending-style] {
    --tw-translate-x: 2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=right\]\:data-starting-style\:translate-x-\[2\.5rem\][data-side="right"][data-starting-style] {
    --tw-translate-x: 2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=top\]\:inset-x-0[data-side="top"] {
    inset-inline: 0px;
  }
  .data-\[side\=top\]\:top-0[data-side="top"] {
    top: 0px;
  }
  .data-\[side\=top\]\:h-auto[data-side="top"] {
    height: auto;
  }
  .data-\[side\=top\]\:border-b[data-side="top"] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2*var(--spacing));
  }
  .data-\[side\=top\]\:data-ending-style\:translate-y-\[-2\.5rem\][data-side="top"][data-ending-style] {
    --tw-translate-y: -2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=top\]\:data-starting-style\:translate-y-\[-2\.5rem\][data-side="top"][data-starting-style] {
    --tw-translate-y: -2.5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[size\=default\]\:h-8[data-size="default"] {
    height: calc(var(--spacing) * 8);
  }
  .data-\[size\=sm\]\:h-7[data-size="sm"] {
    height: calc(var(--spacing) * 7);
  }
  .data-\[size\=sm\]\:rounded-\[min\(var\(--radius-md\)\,10px\)\][data-size="sm"] {
    border-radius: min(var(--radius-md), 10px);
  }
  .data-\[size\=sm\]\:\[--card-spacing\:--spacing\(3\)\][data-size="sm"] {
    --card-spacing: calc(var(--spacing) * 3);
  }
  .data-\[size\=sm\]\:has-data-\[slot\=card-footer\]\:pb-0[data-size="sm"]:has([data-slot="card-footer"]) {
    padding-bottom: 0px;
  }
  :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  :is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
    display: flex;
  }
  :is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
    align-items: center;
  }
  :is(.\*\:data-\[slot\=select-value\]\:gap-1\.5 > *)[data-slot="select-value"] {
    gap: calc(var(--spacing) * 1.5);
  }
  .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
    background-color: var(--muted);
  }
  .data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
    color: var(--destructive);
  }
  .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
    background-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .data-\[variant\=destructive\]\:focus\:text-destructive[data-variant="destructive"]:focus {
    color: var(--destructive);
  }
  .data-\[variant\=line\]\:rounded-none[data-variant="line"] {
    border-radius: 0;
  }
  @supports (backdrop-filter: var(--tw)) {
    .supports-backdrop-filter\:backdrop-blur-xs {
      --tw-backdrop-blur: blur(var(--blur-xs));
      -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,);
    }
  }
  @media (width >= 40rem) {
    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:justify-end {
      justify-content: flex-end;
    }
    .data-\[side\=left\]\:sm\:max-w-sm[data-side="left"] {
      max-width: var(--container-sm);
    }
    .data-\[side\=right\]\:sm\:max-w-sm[data-side="right"] {
      max-width: var(--container-sm);
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }
  .dark\:bg-destructive\/20:is(.dark *) {
    background-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }
  .dark\:text-muted-foreground:is(.dark *) {
    color: var(--muted-foreground);
  }
  @media (hover: hover) {
    .dark\:hover\:bg-destructive\/30:is(.dark *):hover {
      background-color: var(--destructive);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-destructive\/30:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
      }
    }
    .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\:hover\:bg-muted\/50:is(.dark *):hover {
      background-color: var(--muted);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-muted\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
    .dark\:hover\:text-foreground:is(.dark *):hover {
      color: var(--foreground);
    }
  }
  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }
  .dark\:disabled\:bg-input\/80:is(.dark *):disabled {
    background-color: var(--input);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--input) 80%, transparent);
    }
  }
  .dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
    border-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--destructive) 50%, 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)) {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }
  .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
    background-color: var(--destructive);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
  .data-open\:animate-in:where([data-state="open"]), .data-open\:animate-in:where([data-open]:not([data-open="false"])) {
    animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
  }
  .data-open\:bg-accent:where([data-state="open"]), .data-open\:bg-accent:where([data-open]:not([data-open="false"])) {
    background-color: var(--accent);
  }
  .data-open\:text-accent-foreground:where([data-state="open"]), .data-open\:text-accent-foreground:where([data-open]:not([data-open="false"])) {
    color: var(--accent-foreground);
  }
  .data-open\:fade-in-0:where([data-state="open"]), .data-open\:fade-in-0:where([data-open]:not([data-open="false"])) {
    --tw-enter-opacity: calc(0/100);
    --tw-enter-opacity: 0;
  }
  .data-open\:zoom-in-95:where([data-state="open"]), .data-open\:zoom-in-95:where([data-open]:not([data-open="false"])) {
    --tw-enter-scale: calc(95*1%);
    --tw-enter-scale: .95;
  }
  .data-closed\:animate-out:where([data-state="closed"]), .data-closed\:animate-out:where([data-closed]:not([data-closed="false"])) {
    animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
  }
  .data-closed\:overflow-hidden:where([data-state="closed"]), .data-closed\:overflow-hidden:where([data-closed]:not([data-closed="false"])) {
    overflow: hidden;
  }
  .data-closed\:fade-out-0:where([data-state="closed"]), .data-closed\:fade-out-0:where([data-closed]:not([data-closed="false"])) {
    --tw-exit-opacity: calc(0/100);
    --tw-exit-opacity: 0;
  }
  .data-closed\:zoom-out-95:where([data-state="closed"]), .data-closed\:zoom-out-95:where([data-closed]:not([data-closed="false"])) {
    --tw-exit-scale: calc(95*1%);
    --tw-exit-scale: .95;
  }
  .data-checked\:border-primary:where([data-state="checked"]), .data-checked\:border-primary:where([data-checked]:not([data-checked="false"])) {
    border-color: var(--primary);
  }
  .data-checked\:bg-primary:where([data-state="checked"]), .data-checked\:bg-primary:where([data-checked]:not([data-checked="false"])) {
    background-color: var(--primary);
  }
  .data-checked\:text-primary-foreground:where([data-state="checked"]), .data-checked\:text-primary-foreground:where([data-checked]:not([data-checked="false"])) {
    color: var(--primary-foreground);
  }
  .dark\:data-checked\:bg-primary:is(.dark *):where([data-state="checked"]), .dark\:data-checked\:bg-primary:is(.dark *):where([data-checked]:not([data-checked="false"])) {
    background-color: var(--primary);
  }
  .data-disabled\:pointer-events-none:where([data-disabled="true"]), .data-disabled\:pointer-events-none:where([data-disabled]:not([data-disabled="false"])) {
    pointer-events: none;
  }
  .data-disabled\:opacity-50:where([data-disabled="true"]), .data-disabled\:opacity-50:where([data-disabled]:not([data-disabled="false"])) {
    opacity: 50%;
  }
  .data-active\:bg-background:where([data-state="active"]), .data-active\:bg-background:where([data-active]:not([data-active="false"])) {
    background-color: var(--background);
  }
  .data-active\:text-foreground:where([data-state="active"]), .data-active\:text-foreground:where([data-active]:not([data-active="false"])) {
    color: var(--foreground);
  }
  .group-data-\[variant\=default\]\/tabs-list\:data-active\:shadow-sm:is(:where(.group\/tabs-list)[data-variant="default"] *):where([data-state="active"]), .group-data-\[variant\=default\]\/tabs-list\:data-active\:shadow-sm:is(:where(.group\/tabs-list)[data-variant="default"] *):where([data-active]:not([data-active="false"])) {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
    background-color: transparent;
  }
  .group-data-\[variant\=line\]\/tabs-list\:data-active\:shadow-none:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .group-data-\[variant\=line\]\/tabs-list\:data-active\:shadow-none:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  :is(.group-data-\[variant\=line\]\/tabs-list\:data-active\:after\:opacity-100:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .group-data-\[variant\=line\]\/tabs-list\:data-active\:after\:opacity-100:is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])))::after {
    content: var(--tw-content);
    opacity: 100%;
  }
  .dark\:data-active\:border-input:is(.dark *):where([data-state="active"]), .dark\:data-active\:border-input:is(.dark *):where([data-active]:not([data-active="false"])) {
    border-color: var(--input);
  }
  .dark\:data-active\:bg-input\/30:is(.dark *):where([data-state="active"]), .dark\:data-active\:bg-input\/30:is(.dark *):where([data-active]:not([data-active="false"])) {
    background-color: var(--input);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }
  .dark\:data-active\:text-foreground:is(.dark *):where([data-state="active"]), .dark\:data-active\:text-foreground:is(.dark *):where([data-active]:not([data-active="false"])) {
    color: var(--foreground);
  }
  .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:border-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:border-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
    border-color: transparent;
  }
  .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-state="active"]), .dark\:group-data-\[variant\=line\]\/tabs-list\:data-active\:bg-transparent:is(.dark *):is(:where(.group\/tabs-list)[data-variant="line"] *):where([data-active]:not([data-active="false"])) {
    background-color: transparent;
  }
  .data-horizontal\:flex-col:where([data-orientation="horizontal"]) {
    flex-direction: column;
  }
  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }
  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*='size-']) {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*='size-']) {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\[\&_tr\]\:border-b tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\[\&_tr\:last-child\]\:border-0 tr:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-\(--cell-radius\):first-child[data-selected=true] button {
    border-top-left-radius: var(--cell-radius);
    border-bottom-left-radius: var(--cell-radius);
  }
  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
    padding-right: 0px;
  }
  .\[\.border-b\]\:pb-\(--card-spacing\):is(.border-b) {
    padding-bottom: var(--card-spacing);
  }
  :is(.rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_next > svg) {
    rotate: 180deg;
  }
  :is(.rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) *):is(.rdp-button_previous > svg) {
    rotate: 180deg;
  }
  :is(.\*\:\[a\]\:underline > *):is(a) {
    text-decoration-line: underline;
  }
  :is(.\*\:\[a\]\:underline-offset-3 > *):is(a) {
    text-underline-offset: 3px;
  }
  @media (hover: hover) {
    .\[a\]\:hover\:bg-destructive\/20:is(a):hover {
      background-color: var(--destructive);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .\[a\]\:hover\:bg-destructive\/20:is(a):hover {
        background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
    .\[a\]\:hover\:bg-muted:is(a):hover {
      background-color: var(--muted);
    }
    .\[a\]\:hover\:bg-primary\/80:is(a):hover {
      background-color: var(--primary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .\[a\]\:hover\:bg-primary\/80:is(a):hover {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
    .\[a\]\:hover\:bg-secondary\/80:is(a):hover {
      background-color: var(--secondary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .\[a\]\:hover\:bg-secondary\/80:is(a):hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
    .\[a\]\:hover\:text-muted-foreground:is(a):hover {
      color: var(--muted-foreground);
    }
    :is(.\*\:\[a\]\:hover\:text-foreground > *):is(a):hover {
      color: var(--foreground);
    }
  }
  :is(.\*\:\[img\:first-child\]\:rounded-t-xl > *):is(img:first-child) {
    border-top-left-radius: calc(var(--radius) * 1.4);
    border-top-right-radius: calc(var(--radius) * 1.4);
  }
  :is(.\*\:\[img\:last-child\]\:rounded-b-xl > *):is(img:last-child) {
    border-bottom-right-radius: calc(var(--radius) * 1.4);
    border-bottom-left-radius: calc(var(--radius) * 1.4);
  }
  :is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
    display: flex;
  }
  :is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
    align-items: center;
  }
  :is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
    gap: calc(var(--spacing) * 2);
  }
  :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive[data-variant="destructive"] > *):is(svg) {
    color: var(--destructive);
  }
  .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-\(--cell-radius\):last-child[data-selected=true] button {
    border-top-right-radius: var(--cell-radius);
    border-bottom-right-radius: var(--cell-radius);
  }
  .\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-\(--cell-radius\):nth-child(2)[data-selected=true] button {
    border-top-left-radius: var(--cell-radius);
    border-bottom-left-radius: var(--cell-radius);
  }
  .\[\&\>span\]\:text-xs > span {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\[\&\>span\]\:opacity-70 > span {
    opacity: 70%;
  }
  .\[\&\>svg\]\:pointer-events-none > svg {
    pointer-events: none;
  }
  .\[\&\>svg\]\:size-3\! > svg {
    width: calc(var(--spacing) * 3) !important;
    height: calc(var(--spacing) * 3) !important;
  }
  .\[\&\>svg\]\:size-3\.5 > svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .\[\&\>svg\]\:text-muted-foreground > svg {
    color: var(--muted-foreground);
  }
  .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/node_modules/@fontsource-variable/manrope/files/manrope-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/node_modules/@fontsource-variable/manrope/files/manrope-cyrillic-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/node_modules/@fontsource-variable/manrope/files/manrope-greek-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/node_modules/@fontsource-variable/manrope/files/manrope-vietnamese-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/node_modules/@fontsource-variable/manrope/files/manrope-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/node_modules/@fontsource-variable/manrope/files/manrope-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-cyrillic-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-math-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-symbols-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-vietnamese-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(/node_modules/@fontsource-variable/lora/files/lora-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
  transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(/node_modules/leaflet/dist/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/node_modules/leaflet/dist/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(/node_modules/leaflet/dist/images/marker-icon.png);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: oklch(0.205 0 0);
  --primary-foreground: oklch(0.985 0 0);
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --accent: oklch(0.97 0 0);
  --accent-foreground: oklch(0.205 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.87 0 0);
  --chart-2: oklch(0.556 0 0);
  --chart-3: oklch(0.439 0 0);
  --chart-4: oklch(0.371 0 0);
  --chart-5: oklch(0.269 0 0);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
}
.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.205 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.922 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.87 0 0);
  --chart-2: oklch(0.556 0 0);
  --chart-3: oklch(0.439 0 0);
  --chart-4: oklch(0.371 0 0);
  --chart-5: oklch(0.269 0 0);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.556 0 0);
}
@layer base {
  * {
    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);
  }
  html {
    font-family: 'Geist Variable', sans-serif;
  }
}
:root {
  --background: #fdfbf7;
  --foreground: #1c1917;
  --primary: #243e36;
  --primary-foreground: #fdfbf7;
  --border: #eae3d2;
  --muted: #f7f3eb;
  --muted-foreground: #716b63;
  --radius: 0.75rem;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fdfbf7;
  color: #1c1917;
  font-family: "Manrope Variable", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
button, a, input, select, textarea {
  outline-color: #c59a4e;
}
button {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.app-shell {
  min-height: 100vh;
  overflow: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253,251,247,.9);
  border-bottom: 1px solid rgba(234,227,210,.8);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #243e36;
  line-height: .9;
  letter-spacing: .08em;
}
.brand > span:last-child {
  display: grid;
  gap: 3px;
}
.brand strong, .brand em {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.brand em {
  color: #9a7031;
  font-size: 9px;
  letter-spacing: .2em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #c59a4e;
  border-radius: 50%;
  color: #243e36;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
  color: #625c54;
  font-size: 13px;
}
.desktop-nav a {
  transition: color .2s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible {
  color: #243e36;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.country-select-wrap select {
  border: 0;
  background: transparent;
  color: #4f4a44;
  font-size: 12px;
  padding: 8px 18px 8px 3px;
}
.header-cta, .button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #243e36;
  background: #243e36;
  color: #fffdf8;
  padding: 12px 17px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover, .button-primary:hover {
  background: #1b312b;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(36,62,54,.14);
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #243e36;
  padding: 8px;
}
.mobile-nav {
  display: none;
}
.hero-section {
  position: relative;
  min-height: 610px;
  padding: 90px 0 80px;
  background: #f3eee4;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
  z-index: 1;
}
.hero-copy {
  padding-left: clamp(0px, 4vw, 55px);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #92703d;
  font-family: "Manrope Variable", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}
.hero-eyebrow {
  color: #9d783e;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Lora Variable", serif;
  font-weight: 500;
  letter-spacing: -.03em;
}
.hero-copy h1, .page-heading h1, .form-page-heading h1, .info-page h1, .success-page h1, .centered-form-heading h1, .not-found h1 {
  max-width: 590px;
  color: #243e36;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.07;
}
h1 span, .hero-copy h1 span {
  color: #a3793c;
  font-style: italic;
}
.hero-text {
  max-width: 480px;
  margin: 24px 0 28px;
  color: #625d54;
  font-size: 16px;
  line-height: 1.75;
}
.hero-search {
  display: flex;
  align-items: center;
  max-width: 530px;
  padding: 5px 5px 5px 17px;
  border: 1px solid #d8cfbd;
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(73,55,27,.08);
}
.hero-search svg {
  flex: none;
  color: #92703d;
}
.hero-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 13px 12px;
  background: transparent;
  color: #1c1917;
  font-size: 13px;
}
.hero-search input::placeholder {
  color: #999188;
}
.hero-search button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 5px;
  background: #243e36;
  color: #fff;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
}
.location-hero-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 17px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4d6259;
  font-size: 12px;
  font-weight: 700;
}
.location-hero-button span {
  margin-left: 8px;
  color: #a3793c;
  font-size: 18px;
}
.popular-searches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #8f887f;
  font-size: 10px;
}
.popular-searches em {
  color: #9e7945;
  font-style: normal;
  font-weight: 800;
}
.popular-loading {
  color: #a09788;
}
.clear-filters-button {
  width: 100%;
  margin-top: 12px;
  padding: 9px;
  border: 1px solid #ded5c5;
  border-radius: 7px;
  background: #fff;
  color: #6b645b;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease;
}
.clear-filters-button:hover {
  border-color: #bda47a;
}
.popular-searches a {
  padding: 7px 10px;
  border: 1px solid #ded5c5;
  border-radius: 20px;
  color: #655e55;
  font-size: 10px;
  transition: border-color .2s ease, color .2s ease;
}
.popular-searches a:hover {
  border-color: #a3793c;
  color: #243e36;
}
.hero-visual {
  position: relative;
  min-height: 410px;
}
.hero-image-frame {
  width: 81%;
  height: 380px;
  margin-left: auto;
  border-radius: 3px;
  background: linear-gradient(140deg, rgba(36,62,54,.05), rgba(36,62,54,.2)), url("https://images.unsplash.com/photo-1689947674001-f9a8a08f0480?auto=format&fit=crop&w=1000&q=82") center/cover;
  box-shadow: 21px 22px 0 #e5d9c5;
}
.hero-image-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 27px;
  color: #fff;
  background: linear-gradient(180deg, rgba(14,29,24,.42), transparent 50%, rgba(14,29,24,.55));
  font-size: 11px;
  letter-spacing: .16em;
}
.hero-image-overlay strong {
  color: #e9cf98;
  font-weight: 600;
}
.hero-image-caption {
  color: rgba(255,255,255,.8);
  font-size: 9px;
  letter-spacing: .08em;
}
.hero-quote {
  position: absolute;
  right: -15px;
  bottom: 12px;
  width: 245px;
  padding: 17px 18px 17px 38px;
  background: rgba(253,251,247,.93);
  border-left: 2px solid #c59a4e;
  box-shadow: 0 12px 27px rgba(50,43,31,.1);
}
.hero-quote p {
  margin: 0;
  color: #514b44;
  font-family: "Lora Variable", serif;
  font-size: 13px;
  line-height: 1.55;
}
.quote-mark {
  position: absolute;
  top: 11px;
  left: 13px;
  color: #c59a4e;
  font-family: Georgia, serif;
  font-size: 32px;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(185,153,95,.25);
  border-radius: 50%;
}
.hero-orbit-one {
  width: 620px;
  height: 620px;
  right: -240px;
  top: -260px;
}
.hero-orbit-two {
  width: 410px;
  height: 410px;
  left: -230px;
  bottom: -260px;
}
.discovery-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding: 94px 0 34px;
}
.discovery-intro h2, .section-heading-row h2, .category-section h2, .how-intro h2, .community-inner h2 {
  color: #243e36;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}
.section-lede {
  max-width: 340px;
  margin: 0;
  color: #756e65;
  font-size: 13px;
  line-height: 1.7;
}
.discovery-section {
  padding-bottom: 92px;
}
.discovery-toolbar {
  display: flex;
  gap: 11px;
  margin-bottom: 20px;
}
.discovery-search {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  border: 1px solid #e5ddce;
  background: #fff;
  border-radius: 7px;
  padding-left: 15px;
}
.discovery-search svg {
  color: #a3793c;
}
.discovery-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 13px 11px;
  background: transparent;
  color: #3f3a34;
  font-size: 12px;
}
.discovery-search button {
  border: 0;
  border-radius: 5px;
  margin: 4px;
  padding: 10px 17px;
  background: #243e36;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.location-button, .mobile-filter-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #ded5c5;
  border-radius: 7px;
  background: #fff;
  color: #3f574c;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 700;
}
.inline-status {
  margin: -8px 0 16px;
  color: #8a857d;
  font-size: 11px;
}
.discovery-layout {
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 24px;
}
.filter-panel {
  padding: 22px 17px;
  border: 1px solid #e7dfd0;
  background: #f7f3eb;
  border-radius: 7px;
}
.filter-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.filter-heading h2 {
  margin-top: 4px;
  color: #243e36;
  font-size: 21px;
}
.filter-heading .eyebrow {
  margin: 0;
}
.filter-panel label {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
  color: #5c554c;
  font-size: 10px;
  font-weight: 700;
}
.filter-panel input, .filter-panel select {
  width: 100%;
  border: 1px solid #ded5c5;
  border-radius: 5px;
  padding: 10px 9px;
  background: #fff;
  color: #403a34;
  font-size: 11px;
}
.filter-note {
  display: flex;
  gap: 8px;
  margin-top: 25px;
  color: #8a8277;
  font-size: 10px;
  line-height: 1.5;
}
.mini-dot {
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  border-radius: 50%;
  background: #c59a4e;
}
.apply-filters-button, .mobile-close-filter {
  display: none;
}
.results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.result-count {
  margin: 0;
  color: #243e36;
  font-family: "Lora Variable", serif;
  font-size: 20px;
}
.result-subtitle {
  margin: 3px 0 0;
  color: #9a938a;
  font-size: 10px;
}
.view-toggle {
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid #e7dfd0;
  border-radius: 7px;
}
.view-toggle button {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 0;
  border-radius: 4px;
  padding: 7px 9px;
  background: transparent;
  color: #827b72;
  font-size: 10px;
}
.view-toggle button.active {
  background: #243e36;
  color: #fff;
}
.mobile-filter-button {
  display: none;
  padding: 8px 10px;
}
.map-list-grid {
  display: grid;
  grid-template-columns: minmax(270px, .88fr) 1.12fr;
  gap: 16px;
  min-height: 460px;
}
.map-list-grid.mode-map {
  grid-template-columns: 1fr;
}
.map-list-grid.mode-map .desktop-hidden {
  display: none;
}
.map-list-grid.mode-map .map-wrap {
  min-height: 620px;
}
.temple-list {
  display: grid;
  align-content: start;
  gap: 12px;
}
.temple-card {
  overflow: hidden;
  border: 1px solid #e6ded0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.temple-card:hover, .temple-card.selected {
  border-color: #bda47a;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(36,32,23,.08);
}
.temple-card-photo {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 140px;
  overflow: hidden;
  background: linear-gradient(135deg, #d8d0bf, #ede7da);
}
.temple-card-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.temple-card:hover .temple-card-photo img, .temple-card:focus-visible .temple-card-photo img {
  transform: scale(1.06);
}
.temple-card:focus-visible {
  outline: 2px solid #35634c;
  outline-offset: 2px;
}
.photo-note {
  position: relative;
  z-index: 2;
  margin: 11px;
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(28,25,20,.6);
  color: #f6f1e6;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .04em;
}
.rep-info {
  position: absolute;
  z-index: 3;
  top: 9px;
  right: 9px;
}
.rep-info-button {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: rgba(28,25,20,.55);
  color: #f6f1e6;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.rep-info-button:hover {
  background: rgba(28,25,20,.82);
  transform: scale(1.08);
}
.rep-info-overlay {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(28,25,20,.45);
  backdrop-filter: blur(2px);
  cursor: default;
}
.rep-info-card {
  display: grid;
  gap: 10px;
  width: min(100%, 380px);
  padding: 22px;
  border-radius: 14px;
  background: #fdfbf7;
  box-shadow: 0 24px 50px rgba(30,24,14,.24);
  color: #4a443c;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
.rep-info-card p {
  margin: 0;
}
.rep-info-card strong {
  color: #243e36;
  font-family: "Lora Variable", serif;
  font-size: 18px;
}
.rep-info-close {
  justify-self: start;
  margin-top: 4px;
  padding: 9px 15px;
  border: 0;
  border-radius: 7px;
  background: #243e36;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.rep-info-compact .rep-info-button {
  width: 24px;
  height: 24px;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 10px 2px 2px;
}
.page-number, .page-arrow {
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #e2d9c8;
  border-radius: 7px;
  background: #fff;
  color: #4a443c;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.page-number:hover:not(.active), .page-arrow:hover:not(:disabled) {
  border-color: #bda47a;
  background: #fdfaf3;
}
.page-number.active {
  border-color: #243e36;
  background: #243e36;
  color: #fff;
}
.page-arrow:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.page-gap {
  color: #a09788;
  font-size: 11px;
}
.page-label {
  margin-left: auto;
  color: #9a938a;
  font-size: 10px;
}
.photo-upload-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.photo-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.photo-selected {
  margin: 10px 0 0;
  color: #36584c;
  font-size: 11px;
  font-weight: 700;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 11px;
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(253,251,247,.9);
  color: #35634c;
  font-size: 9px;
  font-weight: 800;
}
.status-badge.large {
  margin: 0;
  padding: 8px 11px;
}
.temple-card-photo .status-badge {
  position: relative;
  z-index: 2;
}
.temple-card-body {
  padding: 13px 15px 14px;
}
.card-title-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.card-title-row h3 {
  color: #2c2925;
  font-size: 17px;
}
.card-title-row span {
  color: #b58b4e;
}
.temple-meta, .temple-address {
  margin: 4px 0 0;
  color: #8a8277;
  font-size: 10px;
}
.temple-address {
  color: #6b645b;
  line-height: 1.5;
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eee8de;
  color: #a0773f;
  font-size: 10px;
}
.card-footer a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #36584c;
  font-weight: 800;
}
.card-status-chip {
  color: #8a8277;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.card-hours {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 9px 0 0;
  color: #7a5f2c;
  font-size: 10px;
  font-weight: 700;
}
.card-actions {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.card-actions a:hover {
  color: #a0773f;
}
.map-popup {
  display: grid;
  gap: 4px;
  min-width: 178px;
}
.map-popup img {
  width: 100%;
  height: 84px;
  border-radius: 6px;
  object-fit: cover;
}
.map-popup strong {
  color: #2c2925;
  font-size: 12px;
}
.map-popup-hours {
  color: #7a5f2c;
  font-size: 10px;
  font-weight: 700;
}
.map-popup-actions {
  display: flex;
  gap: 12px;
  margin-top: 3px;
  font-weight: 800;
}
.map-wrap {
  position: relative;
  min-height: 460px;
  border: 1px solid #e5ddce;
  border-radius: 10px;
  overflow: hidden;
  background: #e6e1d5;
}
.leaflet-map {
  width: 100%;
  height: 100%;
  min-height: 460px;
  z-index: 1;
  filter: saturate(.72) sepia(.1);
}
.map-credit {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 8px;
  padding: 3px 5px;
  background: rgba(253,251,247,.8);
  color: #6e695f;
  font-size: 8px;
}
.temple-marker {
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #243e36;
  color: #e3c98e;
  box-shadow: 0 4px 8px rgba(20,30,25,.25);
  transform: rotate(-45deg);
}
.temple-marker span {
  transform: rotate(45deg);
}
.user-marker {
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #b85d3b;
  box-shadow: 0 0 0 5px rgba(184,93,59,.2);
}
.empty-state {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  border: 1px dashed #d9ccb8;
  border-radius: 10px;
  background: #fbf8f2;
}
.empty-symbol, .success-icon, .candle-symbol, .info-symbol {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c59a4e;
  border-radius: 50%;
  color: #a3793c;
}
.empty-state h3 {
  margin-top: 19px;
  color: #243e36;
  font-size: 23px;
}
.empty-state p {
  max-width: 320px;
  margin: 10px 0 16px;
  color: #777067;
  font-size: 12px;
  line-height: 1.7;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #36584c;
  font-size: 11px;
  font-weight: 800;
}
.text-link:hover {
  color: #9b7037;
}
.country-section {
  padding: 92px 0;
  background: #f4efe6;
}
.country-discovery {
  margin: 34px 0 30px;
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
  gap: 10px;
  margin-top: 35px;
}
.country-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 108px;
  padding: 16px;
  border: 1px solid #e2d7c4;
  border-radius: 7px;
  background: rgba(255,255,255,.48);
  transition: transform .2s ease, background .2s ease;
}
.country-card:hover {
  background: #fff;
  transform: translateY(-3px);
}
.country-code {
  color: #b1874e;
  font-family: "JetBrains Mono Variable", monospace;
  font-size: 11px;
}
.country-card strong, .country-card small {
  display: block;
}
.country-card strong {
  color: #3c3832;
  font-size: 12px;
}
.country-card small {
  margin-top: 6px;
  color: #8d867e;
  font-size: 9px;
}
.country-card svg {
  margin-left: auto;
  color: #9b733d;
}
.category-section {
  padding: 90px 0 96px;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  max-width: 800px;
  margin-top: 30px;
}
.category-pill {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  border: 1px solid #dfd5c5;
  border-radius: 30px;
  color: #4d4942;
  font-size: 12px;
  transition: border-color .2s ease, background .2s ease;
}
.category-pill svg {
  color: #b1864b;
}
.category-pill:hover {
  border-color: #9e7945;
  background: #f7f1e6;
}
.how-section {
  padding: 88px 0;
  background: #243e36;
  color: #ecede7;
}
.how-section .eyebrow {
  color: #d1ac6c;
}
.how-intro {
  max-width: 540px;
}
.how-intro h2 {
  color: #f6f2e9;
}
.how-intro > p:last-child {
  max-width: 460px;
  margin: 18px 0 0;
  color: #c0cbc1;
  font-size: 13px;
  line-height: 1.7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 69px;
  border-top: 1px solid rgba(223,205,163,.3);
}
.step {
  padding-top: 18px;
  border-top: 2px solid #c59a4e;
}
.step > span {
  color: #d4b36f;
  font-family: "JetBrains Mono Variable", monospace;
  font-size: 11px;
}
.step h3 {
  margin-top: 18px;
  color: #fffdf8;
  font-size: 25px;
}
.step p {
  max-width: 190px;
  color: #b6c4b9;
  font-size: 12px;
  line-height: 1.7;
}
.community-section {
  padding: 85px 0;
  background: #f3eee4;
}
.community-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.community-inner h2 {
  max-width: 500px;
}
.community-inner p:last-child {
  max-width: 570px;
  margin: 16px 0 0;
  color: #70695f;
  font-size: 13px;
  line-height: 1.75;
}
.community-actions {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 220px;
}
.button-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #cdbda3;
  border-radius: 7px;
  padding: 12px 16px;
  color: #36584c;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}
.button-secondary:hover {
  background: #fffaf1;
  border-color: #a98652;
}
.trust-strip {
  padding: 24px 0;
  border-bottom: 1px solid #e8e0d2;
  background: #fffdf9;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.trust-grid > div {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #a37b42;
}
.trust-grid span {
  display: grid;
  gap: 3px;
}
.trust-grid strong {
  color: #3f5a4e;
  font-size: 11px;
}
.trust-grid small {
  color: #8f887f;
  font-size: 9px;
  line-height: 1.5;
}
.site-footer {
  padding: 68px 0 20px;
  background: #1b302a;
  color: #dbe0d7;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 45px;
}
.footer-brand {
  color: #fffdf8;
}
.footer-grid p {
  max-width: 210px;
  color: #aab8ac;
  font-size: 11px;
  line-height: 1.6;
}
.footer-disclaimer {
  margin-top: 24px;
  color: #809186 !important;
  font-size: 10px !important;
}
.footer-grid h3 {
  margin-bottom: 16px;
  color: #d7b678;
  font-family: "Manrope Variable", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-grid > div:not(:first-child) a {
  display: block;
  margin: 10px 0;
  color: #adbaaf;
  font-size: 11px;
}
.footer-grid > div:not(:first-child) a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 16px;
  border-top: 1px solid rgba(225,229,217,.15);
  color: #849489;
  font-size: 9px;
}
.inner-page {
  background: #fdfbf7;
}
.page-heading, .form-page-heading {
  padding: 90px 0 52px;
}
.page-heading h1, .form-page-heading h1 {
  font-size: clamp(40px, 5vw, 62px);
}
.page-heading > p:last-child, .form-page-heading > p:last-child {
  max-width: 550px;
  margin: 19px 0 0;
  color: #716b63;
  font-size: 15px;
  line-height: 1.75;
}
.helpful-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 0 70px;
  color: #817970;
  font-size: 12px;
}
.form-page-heading {
  max-width: 760px;
  margin: 0 auto;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 48px;
  color: #718078;
  font-size: 11px;
  font-weight: 700;
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 740px) 250px;
  justify-content: center;
  gap: 55px;
  padding-bottom: 90px;
}
.contribution-form {
  padding: 34px;
  border: 1px solid #e5ddce;
  background: #fff;
  border-radius: 9px;
}
.form-section {
  margin: 0;
  padding: 0 0 31px;
  border: 0;
  border-bottom: 1px solid #eee8dd;
}
.form-section + .form-section {
  margin-top: 31px;
}
.form-section legend {
  color: #243e36;
  font-family: "Lora Variable", serif;
  font-size: 24px;
}
.form-section > p {
  margin: 6px 0 21px;
  color: #8a8279;
  font-size: 11px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: grid;
  gap: 7px;
  color: #5b554c;
  font-size: 10px;
  font-weight: 800;
}
.field.wide {
  grid-column: 1 / -1;
}
.field input, .field select, .field textarea, .hours-grid input {
  width: 100%;
  border: 1px solid #e0d8ca;
  border-radius: 5px;
  padding: 11px 10px;
  background: #fdfcf9;
  color: #312e2a;
  font-size: 12px;
}
.field textarea {
  min-height: 105px;
  resize: vertical;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hours-grid label {
  display: grid;
  gap: 6px;
  color: #5b554c;
  font-size: 10px;
  font-weight: 700;
}
.choice-group {
  margin-top: 25px;
}
.choice-group h3 {
  margin-bottom: 13px;
  color: #544e46;
  font-family: "Manrope Variable", sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.choice-list label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #e3dacb;
  border-radius: 20px;
  color: #736b61;
  font-size: 10px;
  cursor: pointer;
}
.choice-list label:has(input:checked) {
  border-color: #a37a3f;
  background: #f7f0e4;
  color: #36584c;
}
.choice-list input, .consent-row input {
  accent-color: #243e36;
}
.consent-row {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 24px;
  color: #6d665e;
  font-size: 11px;
  line-height: 1.5;
}
.form-submit {
  margin-top: 26px;
  border: 0;
}
.form-error {
  margin: 17px 0 0;
  color: #a34f36;
  font-size: 11px;
}
.form-aside {
  padding-top: 45px;
}
.aside-card {
  padding: 20px;
  border: 1px solid #e7dbc5;
  background: #f7f0e3;
  color: #a1773e;
}
.aside-card h3 {
  margin-top: 15px;
  color: #3d584d;
  font-family: "Manrope Variable", sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.aside-card p, .aside-small {
  color: #80776d;
  font-size: 11px;
  line-height: 1.7;
}
.aside-small {
  padding: 0 20px;
}
.success-page {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 720px;
}
.success-page h1 {
  font-size: 52px;
}
.success-page > p:not(.eyebrow) {
  max-width: 500px;
  margin: 20px 0 25px;
  color: #716b63;
  line-height: 1.75;
}
.success-icon {
  margin-bottom: 28px;
  background: #f6efdf;
}
.centered-form-heading {
  max-width: 670px;
  padding: 84px 0 35px;
  text-align: center;
}
.centered-form-heading .candle-symbol {
  margin: 0 auto 24px;
}
.centered-form-heading .eyebrow {
  justify-content: center;
}
.centered-form-heading h1 {
  margin: auto;
  font-size: clamp(39px, 5vw, 58px);
}
.centered-form-heading > p:last-child {
  max-width: 480px;
  margin: 20px auto 0;
  color: #716b63;
  font-size: 14px;
  line-height: 1.7;
}
.narrow-form {
  max-width: 520px;
  padding-bottom: 100px;
}
.simple-form {
  display: grid;
  gap: 17px;
  padding: 30px;
  border: 1px solid #e5ddce;
  background: #fff;
  border-radius: 9px;
}
.privacy-note {
  margin: 0;
  color: #8a8279;
  font-size: 10px;
  line-height: 1.5;
}
.success-card {
  padding: 34px;
  border: 1px solid #e7dbc5;
  background: #f7f0e3;
  color: #36584c;
}
.success-card h2 {
  margin: 18px 0 8px;
  color: #243e36;
  font-size: 27px;
}
.success-card p {
  color: #716b63;
  font-size: 12px;
}
.info-page, .detail-page {
  max-width: 910px;
  padding: 100px 0;
}
.info-symbol {
  margin-bottom: 25px;
}
.info-page h1 {
  max-width: 700px;
  font-size: clamp(40px, 5vw, 62px);
}
.info-lede {
  max-width: 650px;
  margin: 24px 0 60px;
  color: #716b63;
  font-size: 16px;
  line-height: 1.85;
}
.country-empty-panel {
  max-width: 650px;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #e7dbc5;
  background: #f7f0e3;
}
.country-empty-panel h2, .info-columns h2 {
  color: #243e36;
  font-size: 26px;
}
.country-empty-panel p:not(.eyebrow) {
  margin: 10px 0 22px;
  color: #716b63;
  font-size: 12px;
  line-height: 1.7;
}
.info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  padding-top: 35px;
  border-top: 1px solid #e9e1d4;
}
.info-columns p {
  color: #716b63;
  font-size: 12px;
  line-height: 1.75;
}
.not-found {
  padding: 70px 0;
}
.not-found p:not(.eyebrow) {
  max-width: 500px;
  margin: 20px 0 25px;
  color: #716b63;
  line-height: 1.7;
}
.detail-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding: 25px 0 20px;
  border-bottom: 1px solid #e9e1d4;
}
.detail-hero h1 {
  color: #243e36;
  font-size: clamp(38px, 5vw, 58px);
}
.detail-hero p:last-child {
  color: #716b63;
  font-size: 13px;
}
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0 55px;
}
.detail-sections {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
}
.detail-sections h2 {
  color: #243e36;
  font-size: 30px;
}
.detail-sections section > p:last-child {
  color: #716b63;
  font-size: 13px;
  line-height: 1.8;
}
.detail-facts {
  display: grid;
  align-content: start;
  gap: 15px;
}
.detail-facts > div {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e7dfd0;
  background: #f8f4ec;
  color: #a1773e;
}
.detail-facts span {
  display: grid;
  gap: 4px;
}
.detail-facts strong {
  color: #3e594e;
  font-size: 11px;
}
.detail-facts small {
  color: #817970;
  font-size: 10px;
}
@media (max-width: 900px) {
  .desktop-nav {
    gap: 14px;
  }
  .header-inner {
    gap: 15px;
  }
  .country-select-wrap {
    display: none;
  }
  .hero-grid {
    gap: 35px;
  }
  .discovery-layout {
    grid-template-columns: 190px 1fr;
  }
  .map-list-grid {
    grid-template-columns: 1fr;
  }
  .map-wrap {
    min-height: 380px;
  }
  .leaflet-map {
    min-height: 380px;
  }
  .temple-list {
    min-height: 250px;
  }
  .country-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .form-layout {
    grid-template-columns: minmax(0, 740px);
  }
  .form-aside {
    display: none;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1180px);
  }
  .header-inner {
    min-height: 66px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    padding: 9px 10px;
    font-size: 10px;
  }
  .header-cta span {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .mobile-nav {
    display: grid;
    gap: 1px;
    padding: 8px 16px 15px;
    border-top: 1px solid #eee5d7;
    background: rgba(253,251,247,.97);
  }
  .mobile-nav a {
    padding: 12px 0;
    color: #36584c;
    font-size: 12px;
    font-weight: 700;
  }
  .hero-section {
    min-height: auto;
    padding: 60px 0 50px;
  }
  .hero-grid {
    display: block;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy h1, .page-heading h1, .form-page-heading h1, .success-page h1, .info-page h1 {
    font-size: 42px;
  }
  .hero-text {
    font-size: 14px;
  }
  .hero-search {
    align-items: stretch;
    padding-left: 11px;
  }
  .hero-search button {
    padding: 11px;
  }
  .hero-search button svg {
    display: none;
  }
  .hero-visual {
    min-height: 300px;
    margin-top: 52px;
  }
  .hero-image-frame {
    width: 86%;
    height: 270px;
  }
  .hero-quote {
    right: 0;
    bottom: -15px;
    width: 215px;
  }
  .popular-searches a:nth-of-type(n+4) {
    display: none;
  }
  .discovery-intro, .section-heading-row, .community-inner {
    display: block;
    padding-top: 60px;
  }
  .discovery-intro {
    padding-bottom: 25px;
  }
  .section-lede {
    margin-top: 14px;
  }
  .discovery-toolbar {
    display: grid;
  }
  .location-button {
    min-height: 38px;
    justify-content: center;
  }
  .discovery-layout {
    display: block;
  }
  .filter-panel {
    display: none;
    position: fixed;
    z-index: 60;
    inset: auto 0 0;
    border: 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -12px 30px rgba(40,30,15,.2);
  }
  .filter-panel.is-open {
    display: block;
  }
  .mobile-close-filter {
    display: block;
    border: 0;
    background: transparent;
    color: #8a8277;
    font-size: 10px;
  }
  .apply-filters-button {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 11px;
    background: #243e36;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
  }
  .mobile-filter-button {
    display: inline-flex;
  }
  .view-toggle {
    margin-left: auto;
  }
  .map-list-grid {
    min-height: auto;
  }
  .mobile-hidden {
    display: none !important;
  }
  .map-wrap {
    min-height: 390px;
  }
  .leaflet-map {
    min-height: 390px;
  }
  .results-heading {
    align-items: end;
    flex-wrap: wrap;
  }
  .results-heading > div:first-child {
    width: 100%;
  }
  .country-section, .category-section, .how-section, .community-section {
    padding: 60px 0;
  }
  .country-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }
  .country-card {
    min-height: 92px;
    padding: 11px;
  }
  .country-card strong {
    font-size: 10px;
  }
  .category-list {
    margin-top: 22px;
  }
  .steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 38px;
  }
  .step p {
    margin-bottom: 0;
  }
  .community-actions {
    margin-top: 25px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    display: grid;
    gap: 8px;
    margin-top: 35px;
  }
  .page-heading, .form-page-heading {
    padding: 58px 0 35px;
  }
  .form-layout {
    padding-bottom: 60px;
  }
  .contribution-form, .simple-form {
    padding: 21px;
  }
  .form-grid, .hours-grid, .info-columns, .detail-sections, .photo-upload-row {
    grid-template-columns: 1fr;
  }
  .field.wide {
    grid-column: auto;
  }
  .info-page, .detail-page {
    padding: 65px 0;
  }
  .detail-hero {
    display: block;
  }
  .detail-hero .status-badge {
    margin-top: 20px;
  }
  .detail-actions {
    padding-bottom: 35px;
  }
  .helpful-note {
    padding-bottom: 45px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-tracking {
  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: 0px;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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));
    filter: blur(var(--tw-enter-blur,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));
    filter: blur(var(--tw-exit-blur,0));
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-ease: initial;
      --tw-content: "";
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}


.detail-page { max-width: 1100px; padding: 54px 0 100px; }
.detail-loading { min-height: 480px; display: grid; place-items: center; color: #716b63; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: #837a70; font-size: 10px; }
.breadcrumbs a:hover { color: #243e36; }
.detail-page .back-link { margin-bottom: 16px; }
.detail-gallery { position: relative; margin: 18px 0 0; overflow: hidden; border: 1px solid #e6ded0; border-radius: 14px; background: #efe9dd; }
.detail-gallery img { display: block; width: 100%; height: clamp(220px, 34vw, 380px); object-fit: cover; }
.detail-gallery figcaption { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 10px 14px; border-top: 1px solid #e9e1d4; background: #fdfbf7; color: #857d73; font-size: 10px; letter-spacing: .02em; }
.gallery-note { display: inline-flex; align-items: center; gap: 7px; }
.gallery-note .rep-info { position: static; }
.gallery-note .rep-info-button { width: 22px; height: 22px; background: #243e36; }
.gallery-upload { display: inline-flex; align-items: center; gap: 5px; color: #36584c; font-size: 10px; font-weight: 800; }
.gallery-thumbs { display: flex; gap: 8px; padding: 10px 14px 14px; border-top: 1px solid #e9e1d4; background: #fdfbf7; overflow-x: auto; }
.gallery-thumbs button { flex: 0 0 auto; width: 74px; height: 54px; padding: 0; border: 2px solid transparent; border-radius: 7px; overflow: hidden; background: #efe9dd; cursor: pointer; transition: border-color .2s ease; }
.gallery-thumbs button.active { border-color: #bda47a; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.nearby-section { padding: 8px 0 40px; }
.nearby-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; }
.nearby-heading h2 { margin: 4px 0 0; font-family: "Lora Variable", serif; font-size: 26px; color: #243e36; }
.nearby-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.nearby-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 13px 9px 9px; border: 1px solid #e9e1d4; border-radius: 11px; background: #fff; transition: border-color .25s ease, transform .25s ease; }
.nearby-list li:hover { border-color: #bda47a; transform: translateY(-1px); }
.nearby-card { display: flex; align-items: center; gap: 13px; flex: 1; min-width: 0; }
.nearby-card img { width: 76px; height: 58px; border-radius: 8px; object-fit: cover; background: #efe9dd; }
.nearby-body { display: grid; gap: 2px; min-width: 0; }
.nearby-body strong { color: #2c2925; font-size: 14px; }
.nearby-body small { color: #8a8277; font-size: 10px; }
.nearby-distance { color: #7a5f2c; font-size: 10px; font-weight: 800; }
.nearby-directions { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; padding: 8px 11px; border: 1px solid #ddd4c3; border-radius: 7px; color: #36584c; font-size: 10px; font-weight: 800; transition: border-color .2s ease; }
.nearby-directions:hover { border-color: #bda47a; }
.hours-unknown { color: #a09788 !important; font-weight: 500 !important; }
.detail-hero { gap: 24px; padding: 25px 0 24px; }
.detail-hero h1 { max-width: 760px; }
.status-badge.source-reported { color: #815e2d; }
.detail-actions { padding-bottom: 30px; }
.verification-panel { display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px; margin-bottom: 55px; padding: 20px; border: 1px solid #ded4c2; border-left: 3px solid #c59a4e; background: #f7f3eb; }
.verification-panel > div { display: flex; gap: 12px; color: #a1773e; }
.verification-panel span { display: grid; gap: 5px; }
.verification-panel strong { color: #315348; font-size: 12px; }
.verification-panel small { color: #746d64; line-height: 1.5; }
.verification-panel dl { display: grid; gap: 6px; margin: 0; }
.verification-panel dl div { display: grid; grid-template-columns: 70px 1fr; gap: 10px; font-size: 10px; }
.verification-panel dt { color: #8c8379; }
.verification-panel dd { margin: 0; color: #49443e; }
.verification-panel dd a { display: inline-flex; align-items: center; gap: 5px; color: #315348; font-weight: 700; }
.detail-content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 65px; }
.detail-main { display: grid; gap: 52px; }
.detail-section { scroll-margin-top: 100px; }
.detail-section h2, .detail-map-card h2, .detail-contribution h2 { color: #243e36; font-size: 30px; }
.detail-section > p:last-child { color: #716b63; font-size: 13px; line-height: 1.85; }
.detail-empty { padding: 16px; border-left: 2px solid #c59a4e; background: #f8f4ec; }
.hours-list, .contact-list { margin: 20px 0 0; border-top: 1px solid #e9e1d4; }
.hours-list div, .contact-list div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid #e9e1d4; font-size: 12px; }
.hours-list dt, .contact-list dt { color: #857d73; }
.hours-list dd, .contact-list dd { margin: 0; color: #3e594e; font-weight: 700; }
.contact-list a { text-decoration: underline; text-underline-offset: 3px; }
.detail-aside { display: grid; align-content: start; gap: 22px; }
.detail-map-card { padding: 18px; border: 1px solid #e7dfd0; background: #fff; }
.detail-map-card h2 { margin-bottom: 15px; font-size: 22px; }
.detail-map { height: 290px; margin-bottom: 14px; overflow: hidden; border-radius: 6px; }
.detail-map .leaflet-container { width: 100%; height: 100%; }
.detail-contribution { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 70px; padding: 30px; background: #243e36; color: #fff; }
.detail-contribution .eyebrow { color: #d6b574; }
.detail-contribution h2 { color: #fff; }
.detail-contribution p:last-child { max-width: 580px; margin: 10px 0 0; color: #c1cec4; font-size: 12px; }
.detail-contribution > div:last-child { display: flex; gap: 9px; }
.detail-contribution .button-secondary { color: #fff; border-color: #75877f; }

@media (max-width: 900px) {
  .detail-content-grid { grid-template-columns: 1fr; }
  .detail-aside { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 640px) {
  .detail-page { padding: 45px 0 70px; }
  .verification-panel, .detail-aside { grid-template-columns: 1fr; }
  .detail-contribution { display: grid; }
  .detail-contribution > div:last-child { display: grid; }
  .hours-list div, .contact-list div { grid-template-columns: 90px 1fr; }
  .detail-map { height: 240px; }
}

.admin-shell { min-height: 100vh; padding: 26px 22px 70px; background: #f6f3ec; color: #2c2925; font-size: 13px; }
.admin-login-shell { display: grid; place-items: center; }
.admin-loading { color: #857d73; font-size: 12px; }
.admin-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #243e36; color: #e3c98e; }

.admin-login { display: grid; gap: 12px; width: min(100%, 372px); padding: 30px; border: 1px solid #e6ded0; border-radius: 16px; background: #fff; box-shadow: 0 20px 44px rgba(40,32,18,.08); }
.admin-login h1 { margin: 0; font-family: "Lora Variable", serif; font-size: 26px; }
.admin-login-note { margin: -4px 0 6px; color: #8a8277; font-size: 11px; }
.admin-login label { display: grid; gap: 5px; color: #6b645b; font-size: 11px; font-weight: 700; }
.admin-login input { padding: 11px 12px; border: 1px solid #ddd4c3; border-radius: 8px; background: #fdfbf7; font-size: 13px; }
.admin-login input:focus-visible { outline: 2px solid #35634c; outline-offset: 1px; }
.admin-login button[type="submit"] { margin-top: 4px; padding: 12px; border: 0; border-radius: 8px; background: #243e36; color: #fff; font-size: 12px; font-weight: 800; transition: background .2s ease; }
.admin-login button[type="submit"]:hover { background: #1b3029; }
.admin-back-link { color: #7a5f2c; font-size: 11px; font-weight: 700; text-align: center; }
.admin-error { margin: 0; padding: 9px 11px; border-left: 2px solid #b4472f; background: #fbf0ec; color: #8f3a26; font-size: 11px; }

.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid #e6ded0; }
.admin-header > div:first-child { display: flex; align-items: center; gap: 12px; }
.admin-header strong { display: block; font-size: 14px; }
.admin-header small { color: #8a8277; font-size: 11px; }
.admin-header-actions { display: flex; align-items: center; gap: 9px; }
.admin-header-actions button, .admin-header-actions a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid #ddd4c3; border-radius: 7px; background: #fff; color: #36584c; font-size: 11px; font-weight: 700; transition: border-color .2s ease, transform .2s ease; }
.admin-header-actions button:hover, .admin-header-actions a:hover { border-color: #bda47a; transform: translateY(-1px); }

.admin-flash { margin: 16px 0 0; padding: 10px 13px; border-left: 3px solid #35634c; background: #eef3ee; color: #2f4d3f; font-size: 12px; }

.admin-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 20px 0 0; }
.admin-stat { padding: 13px 14px; border: 1px solid #e6ded0; border-radius: 11px; background: #fff; }
.admin-stat strong { display: block; font-family: "Lora Variable", serif; font-size: 22px; color: #243e36; }
.admin-stat small { color: #8a8277; font-size: 10px; }

.admin-tabs { display: flex; gap: 5px; margin: 22px 0 14px; }
.admin-tabs button { padding: 9px 13px; border: 1px solid #e6ded0; border-radius: 8px; background: #fff; color: #6b645b; font-size: 11px; font-weight: 700; }
.admin-tabs button.active { border-color: #243e36; background: #243e36; color: #fff; }

.admin-panel { padding: 18px; border: 1px solid #e6ded0; border-radius: 14px; background: #fff; }
.admin-panel-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.admin-panel-head form { display: flex; gap: 7px; flex: 1 1 260px; }
.admin-panel-head input, .admin-panel-head select { padding: 9px 11px; border: 1px solid #ddd4c3; border-radius: 7px; background: #fdfbf7; font-size: 12px; }
.admin-panel-head input { flex: 1; }
.admin-panel-head form button { padding: 9px 13px; border: 0; border-radius: 7px; background: #243e36; color: #fff; font-size: 11px; font-weight: 800; }
.admin-count { margin: 12px 0 0; color: #8a8277; font-size: 11px; }

.admin-list { display: grid; gap: 9px; margin: 13px 0 0; padding: 0; list-style: none; }
.admin-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 13px 14px; border: 1px solid #eee5d7; border-radius: 10px; background: #fdfbf7; }
.admin-list li > div:first-child { display: grid; gap: 3px; }
.admin-list strong { font-size: 13px; }
.admin-list small { color: #6b645b; font-size: 11px; }
.admin-muted { color: #9a938a !important; }
.admin-empty { justify-content: center; color: #8a8277; font-size: 12px; }
.admin-chip { display: inline-flex; align-items: center; gap: 4px; width: fit-content; margin-top: 3px; padding: 3px 7px; border-radius: 4px; background: #f1ebdd; color: #7a5f2c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.admin-chip.ok { background: #e6f0e8; color: #2f5c46; }
.admin-chip.muted { background: #f0eee9; color: #8a8277; }
.admin-thumb { width: 132px; height: 88px; margin-top: 7px; border-radius: 7px; object-fit: cover; }

.admin-actions { display: flex; align-items: center; gap: 7px; }
.admin-actions button, .admin-actions a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid #ddd4c3; border-radius: 7px; background: #fff; color: #36584c; font-size: 11px; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.admin-actions button.primary { border-color: #243e36; background: #243e36; color: #fff; }
.admin-actions button:hover, .admin-actions a:hover { border-color: #bda47a; }
.admin-actions button:disabled { opacity: .55; }

@media (max-width: 900px) {
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-list li { align-items: flex-start; }
}

/* =========================================================
   Temple Navigator — PHP build supplementary styles
   Extends the React app's stylesheet for pages that only exist here
   ========================================================= */

.inner-page { padding: 40px 0 80px; }

/* ---------- Temple cards (find + country + related) ---------- */
.temple-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.temple-card {
  background: #fffdf7;
  border: 1px solid rgba(36,62,54,.12);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s;
}
.temple-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(36,62,54,.10); border-color: rgba(36,62,54,.22); }
.temple-card-link { display: flex; flex-direction: column; color: inherit; text-decoration: none; height: 100%; }
.temple-card-img {
  aspect-ratio: 4 / 3;
  background: #e9e3d3 center/cover no-repeat;
}
.temple-card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.temple-card-body .eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #a97a2e; font-weight: 600; margin: 0; }
.temple-card-body h3 { font-family: 'Lora', 'Lora Variable', serif; font-size: 20px; line-height: 1.25; color: #243e36; font-weight: 600; margin: 4px 0 2px; }
.temple-card-body .muted { color: rgba(28,25,23,.65); font-size: 13.5px; line-height: 1.45; margin: 0; }
.temple-card-body .pill { display: inline-block; margin-top: 8px; padding: 4px 10px; border-radius: 999px; background: rgba(36,62,54,.08); color: #243e36; font-size: 11.5px; font-weight: 600; letter-spacing: .04em; }

/* ---------- Find page ---------- */
.find-header { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.find-header .eyebrow { color: #a97a2e; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin: 0 0 12px; }
.find-header h1 { font-family: 'Lora', 'Lora Variable', serif; font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -0.01em; color: #243e36; margin: 0 0 12px; font-weight: 500; }
.find-header .lede { color: rgba(28,25,23,.7); font-size: 16.5px; max-width: 620px; margin: 0 auto; }
.find-searchbar { max-width: 880px; margin: 0 auto 24px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.searchbar-inner { flex: 1; min-width: 280px; display: flex; align-items: center; background: #fffdf7; border: 1px solid rgba(36,62,54,.16); border-radius: 999px; padding: 4px 4px 4px 20px; }
.searchbar-inner svg { color: rgba(28,25,23,.5); flex-shrink: 0; }
.searchbar-inner input { flex: 1; border: 0; background: transparent; padding: 14px 12px; font-size: 15px; font-family: inherit; color: inherit; outline: none; }
.searchbar-inner input::placeholder { color: rgba(28,25,23,.42); }
.searchbar-inner button { background: #243e36; color: #fffdf7; border: 0; padding: 12px 22px; border-radius: 999px; font-family: inherit; font-weight: 600; font-size: 14px; cursor: pointer; transition: background .2s; }
.searchbar-inner button:hover { background: #1a2e28; }
.loc-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; background: #fffdf7; border: 1px solid rgba(36,62,54,.16); border-radius: 999px; font-family: inherit; font-weight: 500; font-size: 14px; color: #243e36; cursor: pointer; transition: all .2s; }
.loc-btn:hover { border-color: rgba(36,62,54,.3); background: #fff; }

.find-meta { display: flex; gap: 24px; align-items: center; max-width: 880px; margin: 20px auto 0; font-size: 14px; flex-wrap: wrap; }
.find-meta strong { color: #243e36; font-size: 16px; }
.find-meta .muted { color: rgba(28,25,23,.6); margin: 0; }
.clear-link { margin-left: auto; color: #a97a2e; font-size: 13px; font-weight: 600; text-decoration: none; }
.clear-link:hover { text-decoration: underline; }

.pagination { display: flex; gap: 6px; justify-content: center; margin: 48px 0 0; flex-wrap: wrap; }
.pagination a, .pagination span {
  display: inline-block; min-width: 40px; padding: 10px 14px; text-align: center;
  border: 1px solid rgba(36,62,54,.16); border-radius: 8px; font-size: 14px; font-weight: 500;
  color: #243e36; background: #fffdf7; text-decoration: none; transition: all .15s;
}
.pagination a:hover { border-color: rgba(36,62,54,.35); background: #fff; }
.pagination .current { background: #243e36; color: #fffdf7; border-color: #243e36; }

.empty-state { text-align: center; padding: 80px 20px; max-width: 520px; margin: 0 auto; }
.empty-state .eyebrow { color: #a97a2e; letter-spacing: .16em; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.empty-state h2 { font-family: 'Lora', 'Lora Variable', serif; font-size: 32px; margin: 12px 0 16px; color: #243e36; font-weight: 500; }
.empty-state p { color: rgba(28,25,23,.7); }
.empty-state a { color: #a97a2e; font-weight: 600; }

/* ---------- Country page ---------- */
.country-page { max-width: 1140px; }
.country-hero { max-width: 640px; margin: 0 0 48px; }
.country-hero .hero-orb {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(212,178,104,.5); background: rgba(212,178,104,.08); color: #a97a2e; margin-bottom: 24px;
}
.country-hero .eyebrow { color: #a97a2e; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin: 0 0 20px; }
.country-hero h1 { font-family: 'Lora','Lora Variable', serif; font-size: clamp(44px, 6vw, 76px); line-height: 1.02; letter-spacing: -0.02em; color: #243e36; margin: 0 0 20px; font-weight: 500; }
.country-hero .lede { color: rgba(28,25,23,.72); font-size: 17px; line-height: 1.55; max-width: 560px; }

.country-status {
  max-width: 720px;
  padding: 36px 40px;
  background: #efe6d3;
  border-radius: 18px;
  margin-bottom: 64px;
}
.country-status .eyebrow { color: #a97a2e; letter-spacing: .16em; font-size: 11.5px; text-transform: uppercase; font-weight: 700; margin: 0 0 14px; }
.country-status h2 { font-family: 'Lora','Lora Variable', serif; font-size: 32px; color: #243e36; margin: 0 0 12px; font-weight: 500; }
.country-status p { color: rgba(28,25,23,.72); font-size: 15px; margin: 0 0 24px; }
.country-samples { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 4px; }
.country-samples a { color: #243e36; text-decoration: none; font-size: 15px; line-height: 1.9; }
.country-samples a:hover strong { text-decoration: underline; }
.country-samples strong { font-weight: 600; }

.country-regions { margin-bottom: 72px; }
.country-regions h2 { font-family: 'Lora','Lora Variable', serif; font-size: 32px; color: #243e36; margin: 0 0 24px; font-weight: 500; }
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.region-card { display: block; padding: 20px 22px; background: #fffdf7; border: 1px solid rgba(36,62,54,.12); border-radius: 12px; text-decoration: none; color: inherit; transition: all .2s; }
.region-card:hover { border-color: rgba(36,62,54,.28); background: #fff; transform: translateY(-2px); }
.region-card h3 { font-family: 'Lora','Lora Variable', serif; font-size: 18px; color: #243e36; margin: 0 0 4px; font-weight: 600; }
.region-card p { margin: 0; color: rgba(28,25,23,.6); font-size: 13.5px; }

.country-recent h2 { font-family: 'Lora','Lora Variable', serif; font-size: 32px; color: #243e36; margin: 0 0 8px; font-weight: 500; }

/* ---------- Detail page (extended) ---------- */
.detail-page { max-width: 1080px; }
.detail-gallery-empty { aspect-ratio: 16 / 7; background: #efe6d3; border-radius: 14px; display: grid; place-items: center; color: #a97a2e; font-family: 'Lora','Lora Variable', serif; font-size: 20px; }
.detail-body-grid { display: grid; grid-template-columns: 1fr 320px; gap: 56px; margin-top: 48px; }
.detail-main section { margin-bottom: 44px; }
.detail-main h2 { font-family: 'Lora','Lora Variable', serif; font-size: 26px; color: #243e36; margin: 0 0 12px; font-weight: 500; padding-bottom: 8px; border-bottom: 2px solid rgba(212,178,104,.5); display: inline-block; }
.detail-main p, .detail-main address { font-size: 16px; line-height: 1.7; color: rgba(28,25,23,.82); margin: 0; font-style: normal; }
.detail-side .side-card { position: sticky; top: 24px; background: #efe6d3; border-radius: 14px; padding: 24px 26px; }
.detail-side h3 { font-family: 'Lora','Lora Variable', serif; font-size: 18px; color: #243e36; margin: 0 0 16px; font-weight: 600; padding-bottom: 12px; border-bottom: 1px solid rgba(36,62,54,.14); }
.detail-side dl { margin: 0; }
.detail-side dt { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(28,25,23,.55); font-weight: 700; margin-top: 14px; }
.detail-side dt:first-child { margin-top: 0; }
.detail-side dd { font-size: 14.5px; color: #243e36; margin: 4px 0 0; }
.detail-side a { color: #243e36; text-decoration: underline; text-decoration-color: rgba(36,62,54,.3); }
.detail-related { margin-top: 72px; }
.detail-related h2 { font-family: 'Lora','Lora Variable', serif; font-size: 28px; color: #243e36; margin: 0 0 24px; font-weight: 500; }

/* ---------- Buttons (unified) ---------- */
.btn-solid, .btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px;
  font-family: inherit; font-weight: 600; font-size: 14px;
  cursor: pointer; text-decoration: none; transition: all .2s;
  border: 1px solid transparent;
}
.btn-solid { background: #243e36; color: #fffdf7; }
.btn-solid:hover { background: #1a2e28; }
.btn-outline { background: transparent; color: #243e36; border-color: rgba(36,62,54,.28); }
.btn-outline:hover { background: #243e36; color: #fffdf7; border-color: #243e36; }
.btn-outline.center { display: inline-flex; margin: 32px auto 0; }
.btn-solid.small, .btn-outline.small { padding: 8px 14px; font-size: 12.5px; }
.btn-solid.full { width: 100%; justify-content: center; padding: 14px; }

/* ---------- Add temple form ---------- */
.add-temple-page { max-width: 960px; }
.add-header { max-width: 640px; margin: 24px 0 40px; }
.add-header .eyebrow { color: #a97a2e; letter-spacing: .16em; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 0 0 16px; }
.add-header h1 { font-family: 'Lora','Lora Variable', serif; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; color: #243e36; margin: 0 0 16px; font-weight: 500; }
.add-header .lede { color: rgba(28,25,23,.7); font-size: 16px; }

.add-form { }
.form-grid { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.form-section { background: #fffdf7; border: 1px solid rgba(36,62,54,.12); border-radius: 14px; padding: 32px; }
.form-section h2 { font-family: 'Lora','Lora Variable', serif; font-size: 24px; color: #243e36; margin: 0 0 6px; font-weight: 500; }
.form-section h3 { font-family: 'Lora','Lora Variable', serif; font-size: 18px; color: #243e36; margin: 0 0 6px; font-weight: 600; }
.form-section .muted { color: rgba(28,25,23,.6); margin: 0 0 20px; font-size: 14px; }
.add-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: rgba(28,25,23,.7); margin-top: 18px; }
.add-form input, .add-form textarea, .add-form select {
  padding: 12px 14px; border: 1px solid rgba(36,62,54,.2); border-radius: 8px;
  font-family: inherit; font-size: 15px; color: inherit; background: #fff;
  font-weight: 400; outline: none; transition: border-color .2s;
}
.add-form input:focus, .add-form textarea:focus, .add-form select:focus { border-color: #243e36; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.side-note { background: #efe6d3; border-radius: 14px; padding: 24px; margin-bottom: 20px; }
.side-note .side-icon { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #d4b268; color: #243e36; font-weight: 800; margin-bottom: 12px; }
.side-note h3 { font-family: 'Lora','Lora Variable', serif; font-size: 18px; color: #243e36; margin: 0 0 8px; font-weight: 600; }
.side-note p { color: rgba(28,25,23,.75); font-size: 14px; margin: 0 0 12px; }
.side-note .small { font-size: 12.5px; color: rgba(28,25,23,.55); }
.form-actions { display: flex; gap: 12px; margin-top: 32px; align-items: center; }
.thankyou-card { max-width: 640px; padding: 40px; background: #efe6d3; border-radius: 18px; text-align: left; }
.thankyou-card .eyebrow { color: #a97a2e; letter-spacing: .14em; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 0 0 12px; }
.thankyou-card h2 { font-family: 'Lora','Lora Variable', serif; font-size: 32px; color: #243e36; margin: 0 0 12px; font-weight: 500; }
.thankyou-card p { color: rgba(28,25,23,.72); margin: 0 0 24px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Alerts ---------- */
.alert { padding: 14px 20px; border-radius: 10px; margin-bottom: 24px; font-weight: 500; font-size: 14.5px; }
.alert-success { background: #dbe9d8; color: #2a5c1e; border: 1px solid #a9c9a1; }
.alert-error { background: #fadfd8; color: #7c1e0d; border: 1px solid #e9b0a3; }

/* ---------- Admin ---------- */
.admin-login {
  min-height: 100vh; display: grid; place-items: center;
  background: linear-gradient(160deg, #243e36, #182a24);
  color: #fffdf7; padding: 24px;
}
.login-shell { width: 100%; max-width: 440px; }
.login-card {
  background: rgba(255,253,247,.06); border: 1px solid rgba(255,253,247,.14);
  backdrop-filter: blur(14px); padding: 40px 36px; border-radius: 20px;
  text-align: center;
}
.login-card .brand-mark { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(212,178,104,.5); border-radius: 12px; color: #d4b268; margin-bottom: 20px; }
.login-card .eyebrow { color: #d4b268; letter-spacing: .18em; font-size: 11px; font-weight: 700; margin: 0 0 12px; text-transform: uppercase; }
.login-card h1 { font-family: 'Lora','Lora Variable', serif; font-size: 36px; color: #fffdf7; margin: 0 0 8px; font-weight: 600; }
.login-card .muted { color: rgba(255,253,247,.6); margin-bottom: 24px; }
.login-card label { display: block; text-align: left; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 18px; color: #d4b268; font-weight: 700; }
.login-card input { width: 100%; margin-top: 6px; padding: 12px 14px; background: rgba(255,253,247,.08); border: 1px solid rgba(255,253,247,.18); border-radius: 8px; color: #fffdf7; font-family: inherit; font-size: 15px; outline: none; }
.login-card input:focus { border-color: #d4b268; }
.login-card .btn-solid { background: #d4b268; color: #243e36; margin-top: 24px; }
.login-card .btn-solid:hover { background: #c19f52; }
.login-card a { color: #d4b268; }

.admin-main { padding: 40px 20px 80px; }
.admin-heading { margin-bottom: 40px; }
.admin-heading .eyebrow { color: #a97a2e; letter-spacing: .16em; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 0 0 12px; }
.admin-heading h1 { font-family: 'Lora','Lora Variable', serif; font-size: 44px; color: #243e36; margin: 0 0 8px; font-weight: 500; }
.admin-heading .muted { color: rgba(28,25,23,.6); }
.admin-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; margin: 20px 0 40px; }
.admin-card { background: #fffdf7; border: 1px solid rgba(36,62,54,.12); border-radius: 14px; padding: 22px 24px; }
.admin-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.admin-card h3 { font-family: 'Lora','Lora Variable', serif; font-size: 20px; color: #243e36; margin: 0; font-weight: 600; }
.admin-card dl { margin: 0 0 16px; font-size: 14px; }
.admin-card dt { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(28,25,23,.55); font-weight: 700; margin-top: 10px; }
.admin-card dd { margin: 3px 0 0; color: #243e36; }
.admin-card .pill { padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.admin-card .pill.pending { background: #f5e5c8; color: #7a5111; }
.admin-card .pill.approved { background: #dbe9d8; color: #2a5c1e; }
.admin-card-actions { display: flex; gap: 8px; margin-top: 8px; }

/* ---------- 404 ---------- */
.notfound-shell { min-height: 80vh; display: grid; place-items: center; padding: 24px; }
.notfound-inner { max-width: 520px; text-align: center; }
.notfound-inner .eyebrow { color: #a97a2e; letter-spacing: .16em; font-size: 12px; font-weight: 700; text-transform: uppercase; margin: 0 0 20px; }
.notfound-inner h1 { font-family: 'Lora','Lora Variable', serif; font-size: clamp(48px, 8vw, 88px); line-height: 1; color: #243e36; margin: 0 0 20px; font-weight: 500; }
.notfound-inner h1 em { color: #a97a2e; font-style: italic; }
.notfound-inner p { color: rgba(28,25,23,.7); margin: 0 0 28px; font-size: 16px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .detail-body-grid, .form-grid { grid-template-columns: 1fr; gap: 32px; }
  .detail-side .side-card { position: static; }
}
@media (max-width: 640px) {
  .grid-2 { grid-template-columns: 1fr; }
  .form-section { padding: 24px; }
  .country-status { padding: 28px 24px; }
}
