/* app/assets/stylesheets/application.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-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-space-y-reverse:0;
      --tw-space-x-reverse:0;
      --tw-border-style:solid;
      --tw-leading:initial;
      --tw-font-weight:initial;
      --tw-ordinal:initial;
      --tw-slashed-zero:initial;
      --tw-numeric-figure:initial;
      --tw-numeric-spacing:initial;
      --tw-numeric-fraction: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-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-duration:initial;
      --tw-ease:initial;
      --tw-scale-x:1;
      --tw-scale-y:1;
      --tw-scale-z:1;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --color-red-500:oklch(63.7% .237 25.331);
    --color-yellow-500:oklch(79.5% .184 86.047);
    --color-green-500:oklch(72.3% .219 149.579);
    --color-blue-500:oklch(62.3% .214 259.815);
    --color-gray-50:oklch(98.5% .002 247.839);
    --color-gray-100:oklch(96.7% .003 264.542);
    --color-gray-300:oklch(87.2% .01 258.338);
    --color-gray-500:oklch(55.1% .027 264.364);
    --color-gray-800:oklch(27.8% .033 256.848);
    --color-gray-900:oklch(21% .034 264.665);
    --color-black:#000;
    --color-white:#fff;
    --spacing:.25rem;
    --container-4xl:56rem;
    --container-7xl:80rem;
    --text-sm:.875rem;
    --text-sm--line-height:calc(1.25/.875);
    --text-base:1rem;
    --text-base--line-height:calc(1.5/1);
    --text-lg:1.125rem;
    --text-lg--line-height:calc(1.75/1.125);
    --text-xl:1.25rem;
    --text-xl--line-height:calc(1.75/1.25);
    --font-weight-medium:500;
    --font-weight-semibold:600;
    --font-weight-bold:700;
    --radius-lg:.5rem;
    --radius-xl:.75rem;
    --radius-2xl:1rem;
    --radius-3xl:1.5rem;
    --ease-in-out:cubic-bezier(.4,0,.2,1);
    --blur-xl:24px;
    --default-transition-duration:.15s;
    --default-transition-timing-function:cubic-bezier(.4,0,.2,1);
    --default-font-family:var(--font-sans);
    --default-mono-font-family:var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings,normal);
    font-variation-settings: var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);
    font-feature-settings: var(--default-mono-font-feature-settings,normal);
    font-variation-settings: var(--default-mono-font-variation-settings,normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -.25em;
  }
  sup {
    top: -.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color:color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
  :root {
    --color-background:#fafbfc;
    --color-surface:#fff;
    --color-text:#1f2937;
    --color-text-secondary:#6b7280;
    --color-border:#e5e7eb;
    --color-divine-500:#1e40af;
    --shadow-focus:0 0 0 3px #1e40af26;
    --gradient-divine:linear-gradient(
        135deg,#1e40af 0%,#7c3aed 100%);
  }
  * {
    box-sizing: border-box;
  }
  body:not(.landing-page) {
    background-color: var(--color-background);
    color: var(--color-text);
    height: 100%;
    margin: 0;
    padding: 0;
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    overflow: hidden;
  }
  body.landing-page {
    background-color: var(--color-background);
    color: var(--color-text);
    margin: 0;
    padding: 0;
    font-family:
      Inter,
      -apple-system,
      sans-serif;
    overflow-x: hidden;
    height: auto !important;
    overflow-y: auto !important;
  }
}
@layer components {
  .MuiOutlinedInput-notchedOutline {
    border-width: 1px !important;
    border-color: var(--color-border) !important;
  }
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-width: 1px !important;
    border-color: #60a5fa !important;
  }
  .MuiOutlinedInput-root.Mui-focused {
    box-shadow: var(--shadow-focus) !important;
  }
  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: var(--color-divine-500) !important;
    border-width: 1px !important;
  }
  .MuiButton-contained {
    background: var(--gradient-divine) !important;
    text-transform: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .static\! {
    position: static !important;
  }
  .sticky {
    position: sticky;
  }
  .start-1 {
    inset-inline-start: calc(var(--spacing)*1);
  }
  .top-4 {
    top: calc(var(--spacing)*4);
  }
  .right-4 {
    right: calc(var(--spacing)*4);
  }
  .left-1 {
    left: calc(var(--spacing)*1);
  }
  .isolate {
    isolation: isolate;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (min-width:40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width:48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width:64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width:80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width:96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing)*4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing)*8);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing)*4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing)*5);
  }
  .ml-3 {
    margin-left: calc(var(--spacing)*3);
  }
  .\!block {
    display: block !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-table {
    display: inline-table;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .size-1 {
    width: calc(var(--spacing)*1);
    height: calc(var(--spacing)*1);
  }
  .h-2 {
    height: calc(var(--spacing)*2);
  }
  .min-h-12 {
    min-height: calc(var(--spacing)*12);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink,
  .shrink {
    flex-shrink: 1;
  }
  .shrink\! {
    flex-shrink: 1 !important;
  }
  .flex-grow,
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-0\.5 {
    --tw-translate-y:calc(var(--spacing)*-.5);
    translate: var(--tw-translate-x)var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y:calc(var(--spacing)*0);
    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,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,) !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing)*4);
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse:0;
    margin-block-start: calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse:0;
    margin-block-start: calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse:0;
    margin-block-start: calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse:0;
    margin-block-start: calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse:0;
    margin-inline-start: calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)));
  }
  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .rounded {
    border-radius: .25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .p-1 {
    padding: calc(var(--spacing)*1);
  }
  .p-4 {
    padding: calc(var(--spacing)*4);
  }
  .p-6 {
    padding: calc(var(--spacing)*6);
  }
  .p-7 {
    padding: calc(var(--spacing)*7);
  }
  .p-8 {
    padding: calc(var(--spacing)*8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing)*3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing)*4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing)*6);
  }
  .py-2 {
    padding-block: calc(var(--spacing)*2);
  }
  .py-3 {
    padding-block: calc(var(--spacing)*3);
  }
  .py-16 {
    padding-block: calc(var(--spacing)*16);
  }
  .py-24 {
    padding-block: calc(var(--spacing)*24);
  }
  .text-center {
    text-align: center;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading,var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading,var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading,var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading,var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading:1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight:var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight:var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight:var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-50 {
    color: var(--color-gray-50);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: #ffffffe6;
  }
  @supports (color:color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white)90%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .capitalize\! {
    text-transform: capitalize !important;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal:ordinal;
    font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring {
    --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\! {
    --tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur:blur(8px);
    filter: var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a))drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));
    --tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);
    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,);
  }
  .grayscale {
    --tw-grayscale:grayscale(100%);
    filter: var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert:invert(100%);
    filter: var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia:sepia(100%);
    filter: var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,);
  }
  .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,);
  }
  .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,) !important;
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur:blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      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,
      visibility,
      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));
  }
  .duration-300 {
    --tw-duration:.3s;
    transition-duration: .3s;
  }
  .ease-in-out {
    --tw-ease:var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[link\:doc\/rakefile_rdoc\.html\#label-Importing\+Dependencies\] {
    link: doc/rakefile rdoc.html#label-Importing + Dependencies;
  }
  .\[link\:files\/activejob\/README_md\.html\] {
    link: files/activejob/README md.html;
  }
  .\[m\:n\] {
    m: n;
  }
  .\[mailto\:gregory\.t\.brown\@gmail\.com\] {
    mailto: gregory.t.brown@gmail.com;
  }
  .\[mailto\:james\@grayproductions\.net\] {
    mailto: james@grayproductions.net;
  }
  .\[mailto\:richard\.leber\@gmail\.com\] {
    mailto: richard.leber@gmail.com;
  }
  .\[random\:SEED\] {
    random: SEED;
  }
  .\[rdoc-ref\:\#\*_changed\?\] {
    rdoc-ref: #*changed?;
  }
  .\[rdoc-ref\:\#\*_previously_changed\?\] {
    rdoc-ref: #*previously changed?;
  }
  .\[rdoc-ref\:\#\*_previously_was\] {
    rdoc-ref: #*previously was;
  }
  .\[rdoc-ref\:\#\*_was\] {
    rdoc-ref: #*was;
  }
  .\[rdoc-ref\:\#search\@Argument\+translation\] {
    rdoc-ref: #search@Argument + translation;
  }
  .\[rdoc-ref\:ARGF\] {
    rdoc-ref: ARGF;
  }
  .\[rdoc-ref\:Base\#save\] {
    rdoc-ref: Base#save;
  }
  .\[rdoc-ref\:BigDecimal\@Not\+a\+Number\] {
    rdoc-ref: BigDecimal@Not + a + Number;
  }
  .\[rdoc-ref\:BodyTypeBasic\#content_id\] {
    rdoc-ref: BodyTypeBasic#content id;
  }
  .\[rdoc-ref\:BodyTypeBasic\#media_type\] {
    rdoc-ref: BodyTypeBasic#media type;
  }
  .\[rdoc-ref\:ClassMethods\#store_accessor\] {
    rdoc-ref: ClassMethods#store accessor;
  }
  .\[rdoc-ref\:Config\#idle_response_timeout\] {
    rdoc-ref: Config#idle response timeout;
  }
  .\[rdoc-ref\:Config\#open_timeout\] {
    rdoc-ref: Config#open timeout;
  }
  .\[rdoc-ref\:ConnectionHandling\#establish_connection\] {
    rdoc-ref: ConnectionHandling#establish connection;
  }
  .\[rdoc-ref\:ConnectionHandling\#lease_connection\] {
    rdoc-ref: ConnectionHandling#lease connection;
  }
  .\[rdoc-ref\:ConnectionHandling\#retrieve_connection\] {
    rdoc-ref: ConnectionHandling#retrieve connection;
  }
  .\[rdoc-ref\:Core\.configurations\] {
    rdoc-ref: Core.configurations;
  }
  .\[rdoc-ref\:Core\.new\] {
    rdoc-ref: Core.new;
  }
  .\[rdoc-ref\:File\@Access\+Modes\] {
    rdoc-ref: File@Access + Modes;
  }
  .\[rdoc-ref\:FinderMethods\#find\] {
    rdoc-ref: FinderMethods#find;
  }
  .\[rdoc-ref\:Generic\#cancel_response\] {
    rdoc-ref: Generic#cancel response;
  }
  .\[rdoc-ref\:Generic\#command_name\] {
    rdoc-ref: Generic#command name;
  }
  .\[rdoc-ref\:Generic\#decode\] {
    rdoc-ref: Generic#decode;
  }
  .\[rdoc-ref\:Generic\#encode\] {
    rdoc-ref: Generic#encode;
  }
  .\[rdoc-ref\:Generic\#service\] {
    rdoc-ref: Generic#service;
  }
  .\[rdoc-ref\:IO\@Position\] {
    rdoc-ref: IO@Position;
  }
  .\[rdoc-ref\:IRB\@Custom\+Prompts\] {
    rdoc-ref: IRB@Custom + Prompts;
  }
  .\[rdoc-ref\:Logger\@Entries\] {
    rdoc-ref: Logger@Entries;
  }
  .\[rdoc-ref\:Logger\@Log\+Level\] {
    rdoc-ref: Logger@Log + Level;
  }
  .\[rdoc-ref\:Logger\@Program\+Name\] {
    rdoc-ref: Logger@Program + Name;
  }
  .\[rdoc-ref\:ModelSchema\.inheritance_column\] {
    rdoc-ref: ModelSchema.inheritance column;
  }
  .\[rdoc-ref\:Persistence\#destroy\] {
    rdoc-ref: Persistence#destroy;
  }
  .\[rdoc-ref\:Persistence\#new_record\?\] {
    rdoc-ref: Persistence#new record?;
  }
  .\[rdoc-ref\:Persistence\#save\] {
    rdoc-ref: Persistence#save;
  }
  .\[rdoc-ref\:QueryMethods\#group\] {
    rdoc-ref: QueryMethods#group;
  }
  .\[rdoc-ref\:QueryMethods\#select\] {
    rdoc-ref: QueryMethods#select;
  }
  .\[rdoc-ref\:QueryMethods\#where\] {
    rdoc-ref: QueryMethods#where;
  }
  .\[rdoc-ref\:Relation\#update_all\] {
    rdoc-ref: Relation#update all;
  }
  .\[rdoc-ref\:Runnable\#result_code\] {
    rdoc-ref: Runnable#result code;
  }
  .\[rdoc-ref\:SchemaStatements\#add_check_constraint\] {
    rdoc-ref: SchemaStatements#add check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#add_exclusion_constraint\] {
    rdoc-ref: SchemaStatements#add exclusion constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#add_foreign_key\] {
    rdoc-ref: SchemaStatements#add foreign key;
  }
  .\[rdoc-ref\:SchemaStatements\#add_index\] {
    rdoc-ref: SchemaStatements#add index;
  }
  .\[rdoc-ref\:SchemaStatements\#add_reference\] {
    rdoc-ref: SchemaStatements#add reference;
  }
  .\[rdoc-ref\:SchemaStatements\#add_timestamps\] {
    rdoc-ref: SchemaStatements#add timestamps;
  }
  .\[rdoc-ref\:SchemaStatements\#add_unique_constraint\] {
    rdoc-ref: SchemaStatements#add unique constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#change_column_default\] {
    rdoc-ref: SchemaStatements#change column default;
  }
  .\[rdoc-ref\:SchemaStatements\#change_column_null\] {
    rdoc-ref: SchemaStatements#change column null;
  }
  .\[rdoc-ref\:SchemaStatements\#check_constraint_exists\?\] {
    rdoc-ref: SchemaStatements#check constraint exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#column_exists\?\] {
    rdoc-ref: SchemaStatements#column exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#create_table\] {
    rdoc-ref: SchemaStatements#create table;
  }
  .\[rdoc-ref\:SchemaStatements\#foreign_key_exists\?\] {
    rdoc-ref: SchemaStatements#foreign key exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#index_exists\?\] {
    rdoc-ref: SchemaStatements#index exists?;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_check_constraint\] {
    rdoc-ref: SchemaStatements#remove check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_columns\] {
    rdoc-ref: SchemaStatements#remove columns;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_exclusion_constraint\] {
    rdoc-ref: SchemaStatements#remove exclusion constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_foreign_key\] {
    rdoc-ref: SchemaStatements#remove foreign key;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_index\] {
    rdoc-ref: SchemaStatements#remove index;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_reference\] {
    rdoc-ref: SchemaStatements#remove reference;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_timestamps\] {
    rdoc-ref: SchemaStatements#remove timestamps;
  }
  .\[rdoc-ref\:SchemaStatements\#remove_unique_constraint\] {
    rdoc-ref: SchemaStatements#remove unique constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#rename_column\] {
    rdoc-ref: SchemaStatements#rename column;
  }
  .\[rdoc-ref\:SchemaStatements\#rename_index\] {
    rdoc-ref: SchemaStatements#rename index;
  }
  .\[rdoc-ref\:SchemaStatements\#validate_check_constraint\] {
    rdoc-ref: SchemaStatements#validate check constraint;
  }
  .\[rdoc-ref\:SchemaStatements\#validate_constraint\] {
    rdoc-ref: SchemaStatements#validate constraint;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Assigning\] {
    rdoc-ref: SequenceSet@Methods + for + Assigning;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Comparing\] {
    rdoc-ref: SequenceSet@Methods + for + Comparing;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Creating\+a\+SequenceSet\] {
    rdoc-ref: SequenceSet@Methods + for + Creating + a + SequenceSet;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Deleting\] {
    rdoc-ref: SequenceSet@Methods + for + Deleting;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+IMAP\+String\+Formatting\] {
    rdoc-ref: SequenceSet@Methods + for + IMAP + String + Formatting;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Iterating\] {
    rdoc-ref: SequenceSet@Methods + for + Iterating;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Querying\] {
    rdoc-ref: SequenceSet@Methods + for + Querying;
  }
  .\[rdoc-ref\:SequenceSet\@Methods\+for\+Set\+Operations\] {
    rdoc-ref: SequenceSet@Methods + for + Set + Operations;
  }
  .\[rdoc-ref\:SomeClass\] {
    rdoc-ref: SomeClass;
  }
  .\[rdoc-ref\:doc\/command_line_usage\.rdoc\] {
    rdoc-ref: doc/command line usage.rdoc;
  }
  .\[rdoc-ref\:doc\/dig_methods\.rdoc\] {
    rdoc-ref: doc/dig methods.rdoc;
  }
  .\[rdoc-ref\:doc\/glossary\.rdoc\] {
    rdoc-ref: doc/glossary.rdoc;
  }
  .\[rdoc-ref\:doc\/rakefile\.rdoc\] {
    rdoc-ref: doc/rakefile.rdoc;
  }
  .\[rdoc-ref\:doc\/rational\.rdoc\] {
    rdoc-ref: doc/rational.rdoc;
  }
  .\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\] {
    rdoc-ref: lib/racc/rdoc/grammar.en.rdoc;
  }
  .\[rdoc\:coverage\] {
    rdoc: coverage;
  }
  .\[ruby-dev\:28445\] {
    ruby-dev: 28445;
  }
  @media (hover:hover) {
    .hover\:-translate-y-1:hover {
      --tw-translate-y:calc(var(--spacing)*-1);
      translate: var(--tw-translate-x)var(--tw-translate-y);
    }
    .hover\:scale-105:hover {
      --tw-scale-x:105%;
      --tw-scale-y:105%;
      --tw-scale-z:105%;
      scale: var(--tw-scale-x)var(--tw-scale-y);
    }
    .hover\:scale-110:hover {
      --tw-scale-x:110%;
      --tw-scale-y:110%;
      --tw-scale-z:110%;
      scale: var(--tw-scale-x)var(--tw-scale-y);
    }
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
    .hover\:opacity-70:hover {
      opacity: .7;
    }
    .hover\:shadow-2xl:hover {
      --tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
    .hover\:shadow-lg:hover {
      --tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
    .hover\:shadow-xl:hover {
      --tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + 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);
  }
  .active\:translate-y-0:active {
    --tw-translate-y:calc(var(--spacing)*0);
    translate: var(--tw-translate-x)var(--tw-translate-y);
  }
  .active\:scale-95:active {
    --tw-scale-x:95%;
    --tw-scale-y:95%;
    --tw-scale-z:95%;
    scale: var(--tw-scale-x)var(--tw-scale-y);
  }
  @media (prefers-color-scheme:dark) {
    .dark\:bg-gray-800 {
      background-color: var(--color-gray-800);
    }
  }
}
@supports (-webkit-touch-callout:none) {
  [data-bottom-nav] {
    will-change: transform !important;
    position: fixed !important;
    transform: translate(0) !important;
  }
}
html,
body:not(.landing-page) {
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@supports (-webkit-touch-callout:none) {
  html {
    background: #fff;
  }
  body:not(.landing-page) {
    background: #fff;
    height: 100%;
    overflow: hidden;
  }
  body.landing-page {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    overflow-x: hidden;
    height: auto !important;
    overflow-y: auto !important;
  }
}
html:not(:has(.landing-page)),
body:not(.landing-page),
body:not(.landing-page) > #root {
  height: 100%;
  height: var(--app-height,100dvh);
}
body.landing-page {
  height: auto !important;
  min-height: 100vh !important;
}
body.landing-page > #root {
  height: auto !important;
  min-height: 100vh !important;
  overflow-y: visible !important;
}
:root {
  --safe-area-inset-top:env(safe-area-inset-top,0px);
  --safe-area-inset-bottom:env(safe-area-inset-bottom,0px);
  --safe-area-inset-left:env(safe-area-inset-left,0px);
  --safe-area-inset-right:env(safe-area-inset-right,0px);
}
body.landing-page {
  height: auto !important;
  min-height: 100vh !important;
  position: relative !important;
  overflow: hidden scroll !important;
}
body.landing-page #root,
body.landing-page #root > *,
body.landing-page #root > * > *,
body.landing-page #root > * > * > * {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
body.landing-page [class*=MuiBox-root],
body.landing-page [class*=MuiContainer-root] {
  height: auto !important;
  max-height: none !important;
}
body.landing-page * {
  max-height: none !important;
}
@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-space-y-reverse { syntax:"*";inherits:false;initial-value:0 }
@property --tw-space-x-reverse { syntax:"*";inherits:false;initial-value:0 }
@property --tw-border-style { syntax:"*";inherits:false;initial-value:solid }
@property --tw-leading { syntax:"*";inherits:false }
@property --tw-font-weight { syntax:"*";inherits:false }
@property --tw-ordinal { syntax:"*";inherits:false }
@property --tw-slashed-zero { syntax:"*";inherits:false }
@property --tw-numeric-figure { syntax:"*";inherits:false }
@property --tw-numeric-spacing { syntax:"*";inherits:false }
@property --tw-numeric-fraction { syntax:"*";inherits:false }
@property --tw-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-shadow-color { syntax:"*";inherits:false }
@property --tw-shadow-alpha { syntax:"<percentage>";inherits:false;initial-value:100% }
@property --tw-inset-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-inset-shadow-color { syntax:"*";inherits:false }
@property --tw-inset-shadow-alpha { syntax:"<percentage>";inherits:false;initial-value:100% }
@property --tw-ring-color { syntax:"*";inherits:false }
@property --tw-ring-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-inset-ring-color { syntax:"*";inherits:false }
@property --tw-inset-ring-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-ring-inset { syntax:"*";inherits:false }
@property --tw-ring-offset-width { syntax:"<length>";inherits:false;initial-value:0 }
@property --tw-ring-offset-color { syntax:"*";inherits:false;initial-value:#fff }
@property --tw-ring-offset-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
@property --tw-outline-style { syntax:"*";inherits:false;initial-value:solid }
@property --tw-blur { syntax:"*";inherits:false }
@property --tw-brightness { syntax:"*";inherits:false }
@property --tw-contrast { syntax:"*";inherits:false }
@property --tw-grayscale { syntax:"*";inherits:false }
@property --tw-hue-rotate { syntax:"*";inherits:false }
@property --tw-invert { syntax:"*";inherits:false }
@property --tw-opacity { syntax:"*";inherits:false }
@property --tw-saturate { syntax:"*";inherits:false }
@property --tw-sepia { syntax:"*";inherits:false }
@property --tw-drop-shadow { syntax:"*";inherits:false }
@property --tw-drop-shadow-color { syntax:"*";inherits:false }
@property --tw-drop-shadow-alpha { syntax:"<percentage>";inherits:false;initial-value:100% }
@property --tw-drop-shadow-size { syntax:"*";inherits:false }
@property --tw-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 }
@property --tw-duration { syntax:"*";inherits:false }
@property --tw-ease { syntax:"*";inherits:false }
@property --tw-scale-x { syntax:"*";inherits:false;initial-value:1 }
@property --tw-scale-y { syntax:"*";inherits:false;initial-value:1 }
@property --tw-scale-z { syntax:"*";inherits:false;initial-value:1 }
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
/*# sourceMappingURL=/assets/application-css-57266554.css.map */
