/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-tracking: initial;
    }
  }
}

.visible {
  visibility: visible;
}

.mx-auto {
  margin-inline: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

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

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

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

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

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

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

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

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

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}

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

.tracking-\[0\.2em\] {
  --tw-tracking: .2em;
  letter-spacing: .2em;
}

.tracking-\[0\.25em\] {
  --tw-tracking: .25em;
  letter-spacing: .25em;
}

.tracking-\[0\.35em\] {
  --tw-tracking: .35em;
  letter-spacing: .35em;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.uppercase {
  text-transform: uppercase;
}

.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, ease);
  transition-duration: var(--tw-duration, 0s);
}

.disabled\:opacity-60:disabled {
  opacity: .6;
}

:root {
  color: #17201b;
  background: #fbf8f1;
}

body {
  background: radial-gradient(circle at 0 0, #b68b4c29, #0000 28rem), linear-gradient(135deg, #fbf8f1 0%, #f5f0e7 100%);
  margin: 0;
}

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

.input {
  color: #17201b;
  background: #ffffffdb;
  border: 1px solid #17201b24;
  border-radius: 1rem;
  outline: none;
  width: 100%;
  padding: .75rem 1rem;
}

.input:focus {
  border-color: #b68b4cbf;
  box-shadow: 0 0 0 3px #b68b4c29;
}

@media print {
  aside, button, nav {
    display: none !important;
  }

  body {
    background: #fff;
  }

  main {
    width: 100%;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/