/* [project]/src/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-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-border-style: solid;
      --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-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-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: #ffe2e2;
    --color-red-200: #ffcaca;
    --color-red-300: #ffa3a3;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-red-800: #9f0712;
    --color-red-900: #82181a;
    --color-amber-100: #fef3c6;
    --color-amber-200: #fee685;
    --color-amber-300: #ffd236;
    --color-amber-400: #fcbb00;
    --color-amber-500: #f99c00;
    --color-amber-600: #dd7400;
    --color-amber-700: #b75000;
    --color-amber-800: #953d00;
    --color-amber-900: #7b3306;
    --color-green-100: #dcfce7;
    --color-green-200: #b9f8cf;
    --color-green-300: #7bf1a8;
    --color-green-400: #05df72;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-green-700: #008138;
    --color-green-800: #016630;
    --color-green-900: #0d542b;
    --color-blue-100: #dbeafe;
    --color-blue-200: #bedbff;
    --color-blue-300: #90c5ff;
    --color-blue-400: #54a2ff;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-700: #1447e6;
    --color-blue-800: #193cb8;
    --color-blue-900: #1c398e;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-gray-900: #101828;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-500: #737373;
    --color-neutral-700: #404040;
    --color-neutral-900: #171717;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tighter: -.05em;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --shadow-2xl: 0 25px 50px -12px #00000040;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --perspective-dramatic: 100px;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-100: lab(92.243% 10.2865 3.83865);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-300: lab(76.5514% 36.422 15.5335);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-red-900: lab(28.5139% 44.5539 29.0463);
      --color-amber-100: lab(95.916% -1.21653 23.111);
      --color-amber-200: lab(91.7203% -.505269 49.9084);
      --color-amber-300: lab(86.4156% 6.13147 78.3961);
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-amber-500: lab(72.7183% 31.8672 97.9407);
      --color-amber-600: lab(60.3514% 40.5624 87.1228);
      --color-amber-700: lab(47.2709% 42.9082 69.2966);
      --color-amber-800: lab(37.8822% 37.1699 52.2718);
      --color-amber-900: lab(31.2288% 30.2627 40.0378);
      --color-green-100: lab(96.1861% -13.8464 6.52365);
      --color-green-200: lab(92.4222% -26.4702 12.9427);
      --color-green-300: lab(86.9953% -47.2691 25.0054);
      --color-green-400: lab(78.503% -64.9265 39.7492);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-green-700: lab(47.0329% -47.0239 31.4788);
      --color-green-800: lab(37.4616% -36.7971 22.9692);
      --color-green-900: lab(30.797% -29.6927 17.382);
      --color-blue-100: lab(92.0301% -2.24757 -11.6453);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-300: lab(77.5052% -6.4629 -36.42);
      --color-blue-400: lab(65.0361% -1.42065 -56.9802);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-blue-800: lab(30.2514% 27.7853 -70.2699);
      --color-blue-900: lab(26.1542% 15.7545 -51.5504);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
      --color-gray-900: lab(8.11897% .811279 -12.254);
      --color-neutral-200: lab(90.952% 0 -.0000119209);
      --color-neutral-300: lab(84.92% 0 -.0000119209);
      --color-neutral-500: lab(48.496% 0 0);
      --color-neutral-700: lab(27.036% 0 0);
      --color-neutral-900: lab(7.78201% -.0000149012 0);
    }
  }
}

@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, -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;
    -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: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 {
    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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-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;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    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;
  }

  .sticky {
    position: sticky;
  }

  .bottom-1 {
    bottom: var(--spacing);
  }

  .left-106 {
    left: calc(var(--spacing) * 106);
  }

  .\!container {
    width: 100% !important;
  }

  @media (min-width: 40rem) {
    .\!container {
      max-width: 40rem !important;
    }
  }

  @media (min-width: 48rem) {
    .\!container {
      max-width: 48rem !important;
    }
  }

  @media (min-width: 64rem) {
    .\!container {
      max-width: 64rem !important;
    }
  }

  @media (min-width: 80rem) {
    .\!container {
      max-width: 80rem !important;
    }
  }

  @media (min-width: 96rem) {
    .\!container {
      max-width: 96rem !important;
    }
  }

  .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;
    }
  }

  .m-1 {
    margin: var(--spacing);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

  .size-1 {
    width: var(--spacing);
    height: var(--spacing);
  }

  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }

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

  .w-full {
    width: 100%;
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .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);
  }

  .resize {
    resize: both;
  }

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

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

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

  :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)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

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

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }

  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

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

  .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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .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);
  }

  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .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);
  }

  .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);
  }

  .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, );
  }

  .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, );
  }

  .backdrop-filter {
    -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, 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-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));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[app-\:��\] {
    app-: ��;
  }

  .\[app-\:\3 �\2 \] {
    app-: �;
  }

  .\[key\:M�4ng\] {
    key: M�4ng;
  }

  .\[key\:W\+4ng\] {
    key: W4ng;
  }

  .\[key\:f\+4ng\] {
    key: f4ng;
  }

  .\[key\:u\+4ng\] {
    key: u4ng;
  }

  .\[key\:�\4 4ng\] {
    key: �4ng;
  }

  .\[key\:�\11 4ng\] {
    key: �4ng;
  }

  .\[key\:�y4ng\] {
    key: �y4ng;
  }

  .\[metatype\:�\5 7\] {
    metatype: �7;
  }

  .perspective-dramatic {
    perspective: var(--perspective-dramatic);
  }

  @media (hover: hover) {
    .hover\:bg-neutral-700:hover {
      background-color: var(--color-neutral-700);
    }
  }

  .focus-visible\:ring-2:focus-visible {
    --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);
  }

  .focus-visible\:ring-neutral-500:focus-visible {
    --tw-ring-color: var(--color-neutral-500);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }
}

:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --paper: #fbf4e8;
  --paper-deep: #f1e7d3;
  --ink: #142332;
  --ink-soft: #4c5a67;
  --line: #ccc3b2;
  --accent: #b23928;
  --accent-dark: #861f12;
  --success: #0c602e;
  --error: #a92227;
  background: var(--paper);
  color: var(--ink);
  font-kerning: normal;
  font-family: Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --paper: lab(96.5815% .771612 6.87056);
    --paper-deep: lab(91.9704% 1.29345 10.7564);
    --ink: lab(12.8978% -2.40665 -11.984);
    --ink-soft: lab(37.3147% -2.63691 -9.80133);
    --line: lab(79.2005% 1.15761 9.60603);
    --accent: lab(42.8272% 49.1535 38.6338);
    --accent-dark: lab(30.2351% 43.2152 35.5063);
    --success: lab(35.2614% -33.8117 21.4025);
    --error: lab(37.9535% 53.8391 33.7998);
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  background: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), var(--line) 100%),
    var(--paper);
  min-height: 100vh;
  margin: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  body {
    background: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), color-mix(in oklch, var(--line) 45%, transparent) 100%),
    var(--paper);
  }
}

body {
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  background-size: clamp(22rem, 50vw, 45rem) 100%;
}

button, a, input, textarea {
  font: inherit;
}

button, a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

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

button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--accent);
}

@supports (color: color-mix(in lab, red, red)) {
  button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 3px solid color-mix(in oklch, var(--accent) 70%, transparent);
  }
}

button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline-offset: 3px;
}

.skip-link {
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: .75rem 1rem;
  position: fixed;
  top: .5rem;
  left: .5rem;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow, .mode-label, .result-kicker {
  color: var(--accent-dark);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
}

.wordmark {
  letter-spacing: .04em;
  align-items: center;
  min-height: 2.75rem;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
}

.home-shell, .subject-picker {
  width: min(100%, 64rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 4rem) clamp(1.25rem, 5vw, 3rem) 6rem;
}

.home-header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
  display: flex;
}

.home-header h1, .subject-picker h1, .empty-shell h1 {
  letter-spacing: -.045em;
  margin: .45rem 0 0;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: clamp(2.15rem, 7vw, 4.75rem);
  font-weight: 600;
  line-height: 1.05;
}

.today-label {
  color: var(--ink-soft);
  margin: .75rem 0 0;
  font-size: .875rem;
}

.text-action {
  min-height: 2.75rem;
  color: var(--ink-soft);
  cursor: pointer;
  text-underline-offset: .25rem;
  background: none;
  border: 0;
  text-decoration: underline;
}

.study-summary {
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 0;
  display: grid;
}

.due-block, .accuracy-block {
  padding-block: clamp(2rem, 6vw, 4rem);
}

.due-block {
  border-right: 1px solid var(--line);
  padding-right: clamp(1rem, 5vw, 4rem);
}

.accuracy-block {
  padding-left: clamp(1rem, 5vw, 4rem);
}

.due-block p, .accuracy-block p {
  color: var(--ink-soft);
  margin: 0 0 .75rem;
  font-size: .875rem;
}

.due-block strong, .accuracy-block strong {
  font-variant-numeric: tabular-nums;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: clamp(3.25rem, 13vw, 7rem);
  font-weight: 500;
  line-height: .9;
}

.due-block > span, .accuracy-block > span {
  color: var(--ink-soft);
  margin-left: .5rem;
  font-size: .875rem;
}

.accuracy-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-actions {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.start-review, .start-practice, .review-empty {
  flex-direction: column;
  justify-content: center;
  min-height: 6.5rem;
  padding: 1.25rem clamp(1rem, 4vw, 2rem);
  display: flex;
}

.start-review, .review-empty {
  border-right: 1px solid var(--line);
}

.start-review, .start-practice {
  font-weight: 700;
  transition: background-color .16s ease-out, color .16s ease-out;
}

.start-review:hover, .start-practice:hover {
  background: var(--ink);
  color: var(--paper);
}

.start-review span, .start-practice span {
  color: var(--accent);
  margin-top: .25rem;
}

.review-empty p, .review-empty span {
  margin: 0;
}

.review-empty span {
  color: var(--ink-soft);
  margin-top: .25rem;
  font-size: .875rem;
}

.subject-section {
  padding-top: clamp(3rem, 8vw, 6rem);
}

.section-heading {
  margin-bottom: 1.5rem;
}

.section-heading h2 {
  margin: .5rem 0 0;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.subject-list {
  border-top: 1px solid var(--ink);
}

.subject-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  min-height: 4.75rem;
  transition: padding-left .16s ease-out, color .16s ease-out;
  display: grid;
}

.subject-row:hover {
  color: var(--accent-dark);
  padding-left: .5rem;
}

.subject-index, .subject-count {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  font-size: .8rem;
}

.subject-name {
  overflow-wrap: anywhere;
  min-width: 0;
  font-weight: 700;
}

.seed-empty {
  max-width: 38rem;
  padding-block: 5rem;
}

.seed-empty h2 {
  margin: .75rem 0;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: 2rem;
}

.seed-empty p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.subject-picker header, .empty-shell header {
  margin-bottom: clamp(2rem, 8vw, 5rem);
}

.subject-picker .wordmark, .empty-shell .wordmark {
  margin-bottom: clamp(3rem, 10vw, 7rem);
}

.practice-shell {
  width: min(100%, 55rem);
  margin-inline: auto;
  padding: 1rem clamp(1.1rem, 5vw, 3rem) 12rem;
}

.practice-header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  display: flex;
}

.question-sheet {
  padding-top: clamp(2rem, 7vw, 4rem);
}

.question-meta {
  color: var(--ink-soft);
  flex-wrap: wrap;
  gap: .5rem 1rem;
  font-size: .75rem;
  display: flex;
}

.question-sheet > h1 {
  color: var(--accent-dark);
  letter-spacing: .12em;
  margin: .75rem 0 0;
  font-size: .75rem;
}

.question-stem {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  min-width: 0;
  max-width: 38ch;
  margin: clamp(1.5rem, 5vw, 3rem) 0;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  font-weight: 600;
  line-height: 1.85;
}

.choice-list {
  border: 0;
  border-top: 1px solid var(--ink);
  min-width: 0;
  margin: 0;
  padding: 0;
}

.choice-block {
  border-bottom: 1px solid var(--line);
}

.choice-row {
  cursor: pointer;
  grid-template-columns: 1.4rem 1.5rem minmax(0, 1fr);
  align-items: center;
  gap: .5rem;
  min-height: 4.5rem;
  line-height: 1.65;
  transition: background-color .14s ease-out;
  display: grid;
}

.judgment-toggle {
  gap: .5rem;
  padding: 0 0 .75rem 3.4rem;
  display: flex;
}

.judgment-toggle button {
  border: 1px solid var(--line);
  min-width: 2.75rem;
  min-height: 2.75rem;
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
  background: none;
  font-size: 1.0625rem;
  font-weight: 700;
  transition: border-color .14s ease-out, background-color .14s ease-out, color .14s ease-out;
}

.judgment-toggle button:hover, .judgment-toggle button:active {
  border-color: var(--accent);
  background: var(--accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .judgment-toggle button:hover, .judgment-toggle button:active {
    background: color-mix(in oklch, var(--accent) 10%, transparent);
  }
}

.judgment-toggle button[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper);
}

.choice-list:disabled .judgment-toggle button {
  cursor: not-allowed;
  opacity: .6;
}

.choice-row:hover, .choice-row-selected {
  background: var(--paper-deep);
}

.choice-list:disabled .choice-row {
  cursor: not-allowed;
}

.choice-list:disabled .choice-row:hover {
  background: none;
}

.choice-list:disabled .choice-row-selected {
  background: var(--paper-deep);
}

.choice-list:disabled .choice-row:not(.choice-row-selected):not(.choice-row-correct):not(.choice-row-wrong) {
  color: var(--ink-soft);
  opacity: .6;
}

.choice-row input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--accent);
  margin: 0;
}

.choice-row > span:last-child {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  min-width: 0;
}

.choice-position {
  color: var(--ink-soft);
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-weight: 700;
}

.skip-notice {
  color: var(--accent-dark);
  margin: .75rem 0 0;
  font-size: .8125rem;
  font-weight: 700;
}

.choice-row-correct {
  background: var(--success);
}

@supports (color: color-mix(in lab, red, red)) {
  .choice-row-correct {
    background: color-mix(in oklch, var(--success) 11%, var(--paper));
  }
}

.choice-row-wrong {
  background: var(--error);
}

@supports (color: color-mix(in lab, red, red)) {
  .choice-row-wrong {
    background: color-mix(in oklch, var(--error) 10%, var(--paper));
  }
}

.result-panel {
  border-top: 2px solid var(--ink);
  margin-top: clamp(2.5rem, 7vw, 4rem);
  padding-top: 1.5rem;
}

.result-panel h2 {
  margin: .4rem 0 1rem;
  font-family: Yu Mincho, Hiragino Mincho ProN, serif;
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 1;
}

.correct-answer, .explanation {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  min-width: 0;
  line-height: 1.8;
}

.explanation {
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  padding-top: 1rem;
}

.breakdown {
  min-width: 0;
  margin-top: 1.5rem;
}

.plain-asked {
  overflow-wrap: anywhere;
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.9;
}

.choice-review, .statement-review {
  gap: .75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
}

.choice-review-item {
  border-left: 3px solid var(--line);
  background: var(--line);
  min-width: 0;
  padding: .9rem 1rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .choice-review-item {
    background: color-mix(in oklch, var(--line) 12%, transparent);
  }
}

.choice-review-item.is-answer {
  border-left-color: var(--accent);
}

.choice-review-item.is-picked {
  background: var(--accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .choice-review-item.is-picked {
    background: color-mix(in oklch, var(--accent) 9%, transparent);
  }
}

.choice-review-head {
  overflow-wrap: anywhere;
  margin: 0;
  line-height: 1.75;
}

.choice-review-position {
  margin-right: .4rem;
  font-weight: 700;
}

.tag {
  white-space: nowrap;
  vertical-align: .08em;
  border-radius: 2px;
  margin-right: .4rem;
  padding: .1rem .45rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
}

.tag-answer {
  background: var(--accent);
  color: #fff;
}

.tag-picked {
  background: var(--ink);
  color: #fff;
}

.choice-review-judgment {
  margin: .55rem 0 0;
}

.tag-judged {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.tag-expected {
  border: 1px solid var(--line);
  background: var(--paper-deep);
  color: var(--ink-soft);
}

.tag-missed {
  background: var(--error);
  color: #fff;
}

.choice-review-plain, .choice-review-source, .statement-review li {
  overflow-wrap: anywhere;
  margin: .55rem 0 0;
  line-height: 1.8;
}

.choice-review-source {
  color: var(--ink-soft);
  font-size: .92rem;
}

.verdict {
  margin-right: .4rem;
  font-weight: 700;
}

.statement-review li {
  border-left: 3px solid var(--line);
  background: var(--line);
  padding: .75rem 1rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .statement-review li {
    background: color-mix(in oklch, var(--line) 12%, transparent);
  }
}

.statement-label {
  margin-right: .4rem;
  font-weight: 700;
}

.plain-decide {
  background: var(--accent);
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
}

@supports (color: color-mix(in lab, red, red)) {
  .plain-decide {
    background: color-mix(in oklch, var(--accent) 7%, transparent);
  }
}

.plain-decide h3 {
  letter-spacing: .06em;
  margin: 0 0 .5rem;
  font-size: 1rem;
}

.plain-decide p {
  overflow-wrap: anywhere;
  margin: 0;
  line-height: 1.9;
}

.plain-pitfall {
  border-top: 1px solid var(--accent);
  padding-top: .9rem;
  margin-top: .9rem !important;
}

@supports (color: color-mix(in lab, red, red)) {
  .plain-pitfall {
    border-top: 1px solid color-mix(in oklch, var(--accent) 30%, transparent);
  }
}

.pitfall-label {
  letter-spacing: .08em;
  color: var(--accent-dark);
  margin-bottom: .2rem;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.source-explanation summary {
  cursor: pointer;
  color: var(--ink-soft);
  padding: .6rem 0;
  font-size: .92rem;
}

.source-explanation .explanation {
  border-top: none;
  padding-top: .4rem;
}

.self-report, .mistake-report, .note-field {
  margin-top: 2rem;
}

.self-report > p, .mistake-report > p, .note-field > span {
  margin: 0 0 .75rem;
  font-size: .875rem;
  font-weight: 700;
  display: block;
}

.report-buttons {
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  display: grid;
}

.report-buttons button {
  border: 1px solid var(--line);
  min-height: 3rem;
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
  background: none;
  transition: border-color .14s ease-out, background-color .14s ease-out, color .14s ease-out;
}

.report-buttons button:hover, .report-buttons button:active {
  border-color: var(--accent);
  background: var(--accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .report-buttons button:hover, .report-buttons button:active {
    background: color-mix(in oklch, var(--accent) 10%, transparent);
  }
}

.report-buttons button[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper);
}

.report-buttons button[aria-pressed="true"]:hover, .report-buttons button[aria-pressed="true"]:active {
  background: var(--accent-dark);
}

.note-field textarea {
  resize: vertical;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 0;
  width: 100%;
}

@supports (color: color-mix(in lab, red, red)) {
  .note-field textarea {
    background: color-mix(in oklab, var(--paper) 88%, white);
  }
}

.note-field textarea {
  color: var(--ink);
  padding: .9rem;
  font-size: 1rem;
  line-height: 1.6;
}

.note-field textarea::placeholder {
  color: #555f69;
  color: lab(39.6537% -1.99997 -7.04927);
}

.action-dock {
  z-index: 20;
  border-top: 1px solid var(--line);
  background: var(--paper);
  width: 100%;
  padding: .75rem max(1rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.action-dock > * {
  width: min(100%, 49rem);
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .action-dock {
    padding-bottom: calc(max(.75rem, env(safe-area-inset-bottom)) + 3.5rem);
  }
}

.dock-meta {
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: .6rem;
  font-size: .8125rem;
  display: flex;
}

.dock-progress {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}

.dock-exit {
  color: var(--ink-soft);
  text-underline-offset: .2em;
  white-space: nowrap;
  text-decoration: underline;
}

.dock-exit:hover {
  color: var(--ink);
}

.answer-actions {
  grid-template-columns: minmax(7rem, .75fr) minmax(0, 1.25fr);
  gap: .75rem;
  display: grid;
}

.primary-action, .secondary-action, .primary-link, .secondary-link {
  border: 1px solid var(--ink);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  font-weight: 700;
  transition: background-color .14s ease-out, color .14s ease-out, transform .1s ease-out;
  display: inline-flex;
}

.primary-action, .primary-link {
  background: var(--ink);
  color: var(--paper);
}

.secondary-action, .secondary-link {
  background: var(--paper);
  color: var(--ink);
}

.primary-action:active, .secondary-action:active {
  transform: translateY(1px);
}

.primary-action:disabled, .secondary-action:disabled, .report-buttons button:disabled, .note-field textarea:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.action-error {
  color: var(--error);
  margin-top: 0;
  margin-bottom: .65rem;
  font-size: .875rem;
  font-weight: 700;
}

.empty-shell {
  flex-direction: column;
  width: min(100%, 42rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 5vw, 4rem) clamp(1.25rem, 6vw, 3rem) 8rem;
  display: flex;
}

.home-shell, .subject-picker {
  padding-bottom: 8rem;
}

.empty-shell > p:not(.eyebrow) {
  max-width: 38rem;
  color: var(--ink-soft);
  margin: 1.5rem 0 0;
  line-height: 1.8;
}

.empty-actions {
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: 2.5rem;
  display: grid;
}

@media (max-width: 38rem) {
  .home-header {
    align-items: center;
  }

  .study-summary {
    grid-template-columns: 1fr 1fr;
  }

  .due-block strong, .accuracy-block strong {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  .accuracy-block > span {
    margin: .5rem 0 0;
  }

  .subject-row {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .subject-count {
    grid-column: 2;
    margin-top: -1rem;
    padding-bottom: .5rem;
  }

  .report-buttons, .empty-actions {
    grid-template-columns: 1fr;
  }
}

@media (pointer: coarse) {
  .choice-row, .subject-row {
    min-height: 5rem;
  }

  .primary-action, .secondary-action, .primary-link, .secondary-link {
    min-height: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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: 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-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/