@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=Lora:wght@400;500;600&family=Poppins:wght@400;500;600;700&family=Schibsted+Grotesk:wght@400;500;600;700&family=Spline+Sans+Mono:wght@400;500;600&display=swap";
@layer properties, theme, base, components, atrium-remote, utilities;

/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@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-orange-500: oklch(70.5% .213 47.604);
    --color-amber-400: oklch(82.8% .189 84.429);
    --color-amber-500: oklch(76.9% .188 70.08);
    --color-emerald-400: oklch(76.5% .177 163.223);
    --color-emerald-500: oklch(69.6% .17 162.48);
    --color-violet-500: oklch(60.6% .25 292.717);
    --color-rose-300: oklch(81% .117 11.638);
    --color-rose-400: oklch(71.2% .194 13.428);
    --color-rose-500: oklch(64.5% .246 16.439);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-2xl: 40px;
    --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);
    --radius: var(--radius);
  }
}
@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;
  }

  ::-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 utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

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

  .invisible {
    visibility: hidden;
  }

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

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

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .inset-y-2 {
    inset-block: calc(var(--spacing) * 2);
  }

  .-top-0\.5 {
    top: calc(var(--spacing) * -.5);
  }

  .-top-1 {
    top: calc(var(--spacing) * -1);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-0\.5 {
    top: calc(var(--spacing) * .5);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-7 {
    top: calc(var(--spacing) * 7);
  }

  .top-9 {
    top: calc(var(--spacing) * 9);
  }

  .top-12 {
    top: calc(var(--spacing) * 12);
  }

  .top-14 {
    top: calc(var(--spacing) * 14);
  }

  .top-full {
    top: 100%;
  }

  .-right-0\.5 {
    right: calc(var(--spacing) * -.5);
  }

  .-right-1 {
    right: calc(var(--spacing) * -1);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-1 {
    right: calc(var(--spacing) * 1);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-5 {
    right: calc(var(--spacing) * 5);
  }

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

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

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

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }

  .bottom-full {
    bottom: 100%;
  }

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

  .left-0\.5 {
    left: calc(var(--spacing) * .5);
  }

  .left-1\/2 {
    left: 50%;
  }

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

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

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

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

  .left-\[1\.375rem\] {
    left: 1.375rem;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .z-\[49\] {
    z-index: 49;
  }

  .z-\[50\] {
    z-index: 50;
  }

  .z-\[55\] {
    z-index: 55;
  }

  .z-\[56\] {
    z-index: 56;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .z-\[10000\] {
    z-index: 10000;
  }

  .z-\[10001\] {
    z-index: 10001;
  }

  .z-\[10005\] {
    z-index: 10005;
  }

  .z-\[10010\] {
    z-index: 10010;
  }

  .z-\[10050\] {
    z-index: 10050;
  }

  .z-\[10051\] {
    z-index: 10051;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-full {
    grid-column: 1 / -1;
  }

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

  @media (min-width: 160rem) {
    .container {
      max-width: 160rem;
    }
  }

  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }

  .-mx-5 {
    margin-inline: calc(var(--spacing) * -5);
  }

  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }

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

  .my-0\.5 {
    margin-block: calc(var(--spacing) * .5);
  }

  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }

  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }

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

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

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

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

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

  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

  .mt-auto {
    margin-top: auto;
  }

  .mt-px {
    margin-top: 1px;
  }

  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

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

  .aspect-\[16\/11\] {
    aspect-ratio: 16 / 11;
  }

  .h-0\.5 {
    height: calc(var(--spacing) * .5);
  }

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

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-1\/2 {
    height: 50%;
  }

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

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

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

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

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

  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }

  .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-11 {
    height: calc(var(--spacing) * 11);
  }

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

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

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

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

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

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

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

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[min\(560px\,70vh\)\] {
    height: min(560px, 70vh);
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-56 {
    max-height: calc(var(--spacing) * 56);
  }

  .max-h-\[40dvh\] {
    max-height: 40dvh;
  }

  .max-h-\[60vh\] {
    max-height: 60vh;
  }

  .max-h-\[70vh\] {
    max-height: 70vh;
  }

  .max-h-\[85vh\] {
    max-height: 85vh;
  }

  .max-h-\[88dvh\] {
    max-height: 88dvh;
  }

  .max-h-\[88vh\] {
    max-height: 88vh;
  }

  .max-h-\[92dvh\] {
    max-height: 92dvh;
  }

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

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

  .min-h-\[50vh\] {
    min-height: 50vh;
  }

  .w-1 {
    width: calc(var(--spacing) * 1);
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-1\/2 {
    width: 50%;
  }

  .w-1\/3 {
    width: 33.3333%;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

  .w-2\/3 {
    width: 66.6667%;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-28 {
    width: calc(var(--spacing) * 28);
  }

  .w-44 {
    width: calc(var(--spacing) * 44);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-52 {
    width: calc(var(--spacing) * 52);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-60 {
    width: calc(var(--spacing) * 60);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[46\%\] {
    width: 46%;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[320px\] {
    width: 320px;
  }

  .w-\[360px\] {
    width: 360px;
  }

  .w-\[480px\] {
    width: 480px;
  }

  .w-\[min\(420px\,92vw\)\] {
    width: min(420px, 92vw);
  }

  .w-\[min\(420px\,calc\(100vw-1rem\)\)\] {
    width: min(420px, 100vw - 1rem);
  }

  .w-\[min\(720px\,92vw\)\] {
    width: min(720px, 92vw);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

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

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

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

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

  .max-w-\[72px\] {
    max-width: 72px;
  }

  .max-w-\[80\%\] {
    max-width: 80%;
  }

  .max-w-\[80px\] {
    max-width: 80px;
  }

  .max-w-\[88px\] {
    max-width: 88px;
  }

  .max-w-\[260px\] {
    max-width: 260px;
  }

  .max-w-\[320px\] {
    max-width: 320px;
  }

  .max-w-\[560px\] {
    max-width: 560px;
  }

  .max-w-\[640px\] {
    max-width: 640px;
  }

  .max-w-\[720px\] {
    max-width: 720px;
  }

  .max-w-\[760px\] {
    max-width: 760px;
  }

  .max-w-\[1024px\] {
    max-width: 1024px;
  }

  .max-w-\[1280px\] {
    max-width: 1280px;
  }

  .max-w-\[calc\(100vw-1\.5rem\)\] {
    max-width: calc(100vw - 1.5rem);
  }

  .max-w-\[min\(96vw\,1100px\)\] {
    max-width: min(96vw, 1100px);
  }

  .max-w-full {
    max-width: 100%;
  }

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

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

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

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }

  .min-w-7 {
    min-width: calc(var(--spacing) * 7);
  }

  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }

  .min-w-\[60vw\] {
    min-width: 60vw;
  }

  .flex-1 {
    flex: 1;
  }

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

  .origin-top-right {
    transform-origin: 100% 0;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0\.5 {
    --tw-translate-x: calc(var(--spacing) * .5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-5 {
    --tw-translate-x: calc(var(--spacing) * 5);
    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);
  }

  .-translate-y-full {
    --tw-translate-y: -100%;
    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-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-se-resize {
    cursor: se-resize;
  }

  .touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x, ) var(--tw-pan-y, ) var(--tw-pinch-zoom, );
  }

  .touch-none {
    touch-action: none;
  }

  .resize {
    resize: both;
  }

  .resize-y {
    resize: vertical;
  }

  .auto-rows-max {
    grid-auto-rows: max-content;
  }

  .auto-rows-min {
    grid-auto-rows: min-content;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .grid-cols-\[40px_repeat\(7\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: 40px repeat(7, minmax(0, 1fr));
  }

  .grid-cols-\[56px_minmax\(0\,1fr\)\] {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .grid-cols-\[repeat\(auto-fill\,minmax\(96px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }

  .grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .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-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

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

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-px {
    gap: 1px;
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * 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)));
  }

  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }

  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }

  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-border\/40 > :not(:last-child)) {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    :where(.divide-border\/40 > :not(:last-child)) {
      border-color: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

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

  .self-end {
    align-self: flex-end;
  }

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overscroll-contain {
    overscroll-behavior: contain;
  }

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

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

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

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

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

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

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

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

  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }

  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }

  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }

  .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-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

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

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

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

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

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

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

  .border-\[color\:color-mix\(in_oklch\,var\(--accent\)_55\%\,transparent\)\] {
    border-color: var(--accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-\[color\:color-mix\(in_oklch\,var\(--accent\)_55\%\,transparent\)\] {
      border-color: color-mix(in oklch,var(--accent) 55%,transparent);
    }
  }

  .border-border, .border-border\/30 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/30 {
      border-color: color-mix(in oklab, var(--border) 30%, transparent);
    }
  }

  .border-border\/40 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/40 {
      border-color: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

  .border-border\/50 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/50 {
      border-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .border-border\/60 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/60 {
      border-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
  }

  .border-border\/70 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/70 {
      border-color: color-mix(in oklab, var(--border) 70%, transparent);
    }
  }

  .border-destructive\/40 {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-destructive\/40 {
      border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .border-foreground\/10 {
    border-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-foreground\/10 {
      border-color: color-mix(in oklab, var(--foreground) 10%, transparent);
    }
  }

  .border-primary, .border-primary\/40 {
    border-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/40 {
      border-color: color-mix(in oklab, var(--primary) 40%, transparent);
    }
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .bg-accent, .bg-accent\/20 {
    background-color: var(--accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-accent\/20 {
      background-color: color-mix(in oklab, var(--accent) 20%, transparent);
    }
  }

  .bg-accent\/30 {
    background-color: var(--accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-accent\/30 {
      background-color: color-mix(in oklab, var(--accent) 30%, transparent);
    }
  }

  .bg-accent\/40 {
    background-color: var(--accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-accent\/40 {
      background-color: color-mix(in oklab, var(--accent) 40%, transparent);
    }
  }

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

  .bg-amber-500\/5 {
    background-color: #f99c000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-500\/5 {
      background-color: color-mix(in oklab, var(--color-amber-500) 5%, transparent);
    }
  }

  .bg-background, .bg-background\/40 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/40 {
      background-color: color-mix(in oklab, var(--background) 40%, transparent);
    }
  }

  .bg-background\/60 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/60 {
      background-color: color-mix(in oklab, var(--background) 60%, transparent);
    }
  }

  .bg-background\/85 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/85 {
      background-color: color-mix(in oklab, var(--background) 85%, transparent);
    }
  }

  .bg-background\/95 {
    background-color: var(--background);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-background\/95 {
      background-color: color-mix(in oklab, var(--background) 95%, transparent);
    }
  }

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

  .bg-black\/0 {
    background-color: #0000;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/0 {
      background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
    }
  }

  .bg-black\/20 {
    background-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-black\/30 {
    background-color: #0000004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/45 {
    background-color: #00000073;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/45 {
      background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-border, .bg-border\/30 {
    background-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-border\/30 {
      background-color: color-mix(in oklab, var(--border) 30%, transparent);
    }
  }

  .bg-border\/40 {
    background-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-border\/40 {
      background-color: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

  .bg-border\/60 {
    background-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-border\/60 {
      background-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
  }

  .bg-card, .bg-card\/30 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/30 {
      background-color: color-mix(in oklab, var(--card) 30%, transparent);
    }
  }

  .bg-card\/40 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/40 {
      background-color: color-mix(in oklab, var(--card) 40%, transparent);
    }
  }

  .bg-card\/50 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/50 {
      background-color: color-mix(in oklab, var(--card) 50%, transparent);
    }
  }

  .bg-card\/60 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/60 {
      background-color: color-mix(in oklab, var(--card) 60%, transparent);
    }
  }

  .bg-card\/70 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/70 {
      background-color: color-mix(in oklab, var(--card) 70%, transparent);
    }
  }

  .bg-card\/80 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/80 {
      background-color: color-mix(in oklab, var(--card) 80%, transparent);
    }
  }

  .bg-card\/85 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/85 {
      background-color: color-mix(in oklab, var(--card) 85%, transparent);
    }
  }

  .bg-card\/90 {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-card\/90 {
      background-color: color-mix(in oklab, var(--card) 90%, transparent);
    }
  }

  .bg-destructive, .bg-destructive\/5 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/5 {
      background-color: color-mix(in oklab, var(--destructive) 5%, transparent);
    }
  }

  .bg-destructive\/10 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/10 {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }

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

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

  .bg-foreground\/8 {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-foreground\/8 {
      background-color: color-mix(in oklab, var(--foreground) 8%, transparent);
    }
  }

  .bg-foreground\/12 {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-foreground\/12 {
      background-color: color-mix(in oklab, var(--foreground) 12%, transparent);
    }
  }

  .bg-foreground\/15 {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-foreground\/15 {
      background-color: color-mix(in oklab, var(--foreground) 15%, transparent);
    }
  }

  .bg-foreground\/25 {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-foreground\/25 {
      background-color: color-mix(in oklab, var(--foreground) 25%, transparent);
    }
  }

  .bg-foreground\/30 {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-foreground\/30 {
      background-color: color-mix(in oklab, var(--foreground) 30%, transparent);
    }
  }

  .bg-foreground\/35 {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-foreground\/35 {
      background-color: color-mix(in oklab, var(--foreground) 35%, transparent);
    }
  }

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

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

  .bg-muted-foreground, .bg-muted-foreground\/30 {
    background-color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted-foreground\/30 {
      background-color: color-mix(in oklab, var(--muted-foreground) 30%, transparent);
    }
  }

  .bg-muted-foreground\/50 {
    background-color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted-foreground\/50 {
      background-color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
    }
  }

  .bg-muted\/40 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/40 {
      background-color: color-mix(in oklab, var(--muted) 40%, transparent);
    }
  }

  .bg-muted\/50 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/50 {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }

  .bg-muted\/60 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/60 {
      background-color: color-mix(in oklab, var(--muted) 60%, transparent);
    }
  }

  .bg-orange-500\/5 {
    background-color: #fe6e000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-orange-500\/5 {
      background-color: color-mix(in oklab, var(--color-orange-500) 5%, transparent);
    }
  }

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

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

  .bg-primary-foreground\/80 {
    background-color: var(--primary-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary-foreground\/80 {
      background-color: color-mix(in oklab, var(--primary-foreground) 80%, transparent);
    }
  }

  .bg-primary\/5 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/5 {
      background-color: color-mix(in oklab, var(--primary) 5%, transparent);
    }
  }

  .bg-primary\/10 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }

  .bg-primary\/12 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/12 {
      background-color: color-mix(in oklab, var(--primary) 12%, transparent);
    }
  }

  .bg-primary\/15 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/15 {
      background-color: color-mix(in oklab, var(--primary) 15%, transparent);
    }
  }

  .bg-primary\/20 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/20 {
      background-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }

  .bg-primary\/40 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/40 {
      background-color: color-mix(in oklab, var(--primary) 40%, transparent);
    }
  }

  .bg-primary\/60 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/60 {
      background-color: color-mix(in oklab, var(--primary) 60%, transparent);
    }
  }

  .bg-primary\/70 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/70 {
      background-color: color-mix(in oklab, var(--primary) 70%, transparent);
    }
  }

  .bg-primary\/80 {
    background-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/80 {
      background-color: color-mix(in oklab, var(--primary) 80%, transparent);
    }
  }

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

  .bg-rose-500\/15 {
    background-color: #ff235726;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-rose-500\/15 {
      background-color: color-mix(in oklab, var(--color-rose-500) 15%, transparent);
    }
  }

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

  .bg-transparent {
    background-color: #0000;
  }

  .bg-violet-500\/5 {
    background-color: #8d54ff0d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-violet-500\/5 {
      background-color: color-mix(in oklab, var(--color-violet-500) 5%, transparent);
    }
  }

  .bg-white\/15 {
    background-color: #ffffff26;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/15 {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-primary {
    --tw-gradient-from: var(--primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-primary\/60 {
    --tw-gradient-to: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-primary\/60 {
      --tw-gradient-to: color-mix(in oklab, var(--primary) 60%, transparent);
    }
  }

  .to-primary\/60 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0\.5 {
    padding: calc(var(--spacing) * .5);
  }

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

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

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

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

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

  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

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

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

  .py-px {
    padding-block: 1px;
  }

  .pt-0\.5 {
    padding-top: calc(var(--spacing) * .5);
  }

  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }

  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * .5);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

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

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pb-\[max\(6px\,var\(--sa-bottom\)\)\] {
    padding-bottom: max(6px, var(--sa-bottom));
  }

  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

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

  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }

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

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

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

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

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

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.8rem\] {
    font-size: .8rem;
  }

  .text-\[0\.6875rem\] {
    font-size: .6875rem;
  }

  .text-\[0\.8125rem\] {
    font-size: .8125rem;
  }

  .text-\[8px\] {
    font-size: 8px;
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .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-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

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

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

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

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

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

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

  .break-all {
    word-break: break-all;
  }

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

  .text-amber-500\/80 {
    color: #f99c00cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-500\/80 {
      color: color-mix(in oklab, var(--color-amber-500) 80%, transparent);
    }
  }

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

  .text-destructive-foreground {
    color: var(--destructive-foreground);
  }

  .text-foreground, .text-foreground\/55 {
    color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/55 {
      color: color-mix(in oklab, var(--foreground) 55%, transparent);
    }
  }

  .text-foreground\/80 {
    color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/80 {
      color: color-mix(in oklab, var(--foreground) 80%, transparent);
    }
  }

  .text-foreground\/85 {
    color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/85 {
      color: color-mix(in oklab, var(--foreground) 85%, transparent);
    }
  }

  .text-foreground\/90 {
    color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/90 {
      color: color-mix(in oklab, var(--foreground) 90%, transparent);
    }
  }

  .text-muted-foreground, .text-muted-foreground\/30 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/30 {
      color: color-mix(in oklab, var(--muted-foreground) 30%, transparent);
    }
  }

  .text-muted-foreground\/50 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/50 {
      color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
    }
  }

  .text-muted-foreground\/60 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/60 {
      color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
    }
  }

  .text-muted-foreground\/70 {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/70 {
      color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
    }
  }

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

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

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-primary\/70 {
    color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/70 {
      color: color-mix(in oklab, var(--primary) 70%, transparent);
    }
  }

  .text-primary\/80 {
    color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/80 {
      color: color-mix(in oklab, var(--primary) 80%, transparent);
    }
  }

  .text-rose-300 {
    color: var(--color-rose-300);
  }

  .text-rose-400 {
    color: var(--color-rose-400);
  }

  .text-rose-500 {
    color: var(--color-rose-500);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .text-white\/80 {
    color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

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

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

  .accent-\[var\(--primary\)\] {
    accent-color: var(--primary);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-95 {
    opacity: .95;
  }

  .opacity-\[var\(--app-l-recede-o\)\] {
    opacity: var(--app-l-recede-o);
  }

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

  .shadow-black\/20 {
    --tw-shadow-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/20 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-black\/50 {
    --tw-shadow-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/50 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 50%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-destructive\/40 {
    --tw-shadow-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-destructive\/40 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--destructive) 40%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-primary\/30 {
    --tw-shadow-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-primary\/30 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--primary) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .ring-background {
    --tw-ring-color: var(--background);
  }

  .ring-black\/5 {
    --tw-ring-color: #0000000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-black\/5 {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .ring-border, .ring-border\/30 {
    --tw-ring-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-border\/30 {
      --tw-ring-color: color-mix(in oklab, var(--border) 30%, transparent);
    }
  }

  .ring-border\/40 {
    --tw-ring-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-border\/40 {
      --tw-ring-color: color-mix(in oklab, var(--border) 40%, transparent);
    }
  }

  .ring-border\/50 {
    --tw-ring-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-border\/50 {
      --tw-ring-color: color-mix(in oklab, var(--border) 50%, transparent);
    }
  }

  .ring-border\/60 {
    --tw-ring-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-border\/60 {
      --tw-ring-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
  }

  .ring-destructive\/20 {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-destructive\/20 {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .ring-foreground\/12 {
    --tw-ring-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-foreground\/12 {
      --tw-ring-color: color-mix(in oklab, var(--foreground) 12%, transparent);
    }
  }

  .ring-foreground\/15 {
    --tw-ring-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-foreground\/15 {
      --tw-ring-color: color-mix(in oklab, var(--foreground) 15%, transparent);
    }
  }

  .ring-primary, .ring-primary\/15 {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-primary\/15 {
      --tw-ring-color: color-mix(in oklab, var(--primary) 15%, transparent);
    }
  }

  .ring-primary\/30 {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-primary\/30 {
      --tw-ring-color: color-mix(in oklab, var(--primary) 30%, transparent);
    }
  }

  .ring-primary\/40 {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-primary\/40 {
      --tw-ring-color: color-mix(in oklab, var(--primary) 40%, transparent);
    }
  }

  .ring-primary\/50 {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-primary\/50 {
      --tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
    }
  }

  .ring-primary\/60 {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-primary\/60 {
      --tw-ring-color: color-mix(in oklab, var(--primary) 60%, transparent);
    }
  }

  .ring-ring\/30 {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-ring\/30 {
      --tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
    }
  }

  .ring-transparent {
    --tw-ring-color: transparent;
  }

  .ring-white\/10 {
    --tw-ring-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-white\/10 {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

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

  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    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, );
  }

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -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, );
  }

  .backdrop-blur-\[1px\] {
    --tw-backdrop-blur: blur(1px);
    -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, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-\[box-shadow\,transform\] {
    transition-property: box-shadow, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[left\] {
    transition-property: left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

  .will-change-transform {
    will-change: transform;
  }

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[hands\:tauri\] {
    hands: tauri;
  }

  .\[layout\:env\] {
    layout: env;
  }

  .\[text-shadow\:0_1px_2px_rgba\(255\,255\,255\,0\.5\)\] {
    text-shadow: 0 1px 2px #ffffff80;
  }

  .\[text-shadow\:0_1px_2px_rgba\(255\,255\,255\,0\.6\)\] {
    text-shadow: 0 1px 2px #fff9;
  }

  .\[text-shadow\:0_1px_2px_rgba\(255\,255\,255\,0\.7\)\] {
    text-shadow: 0 1px 2px #ffffffb3;
  }

  @media (hover: hover) {
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }

    .group-hover\:grid:is(:where(.group):hover *) {
      display: grid;
    }

    .group-hover\:hidden:is(:where(.group):hover *) {
      display: none;
    }

    .group-hover\:bg-black\/40:is(:where(.group):hover *) {
      background-color: #0006;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-black\/40:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
      }
    }

    .group-hover\:text-primary:is(:where(.group):hover *) {
      color: var(--primary);
    }

    .group-hover\:opacity-90:is(:where(.group):hover *) {
      opacity: .9;
    }

    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  .group-active\:scale-90:is(:where(.group):active *) {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .placeholder\:text-muted-foreground::placeholder, .placeholder\:text-muted-foreground\/50::placeholder {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-muted-foreground\/50::placeholder {
      color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
    }
  }

  .placeholder\:text-muted-foreground\/70::placeholder {
    color: var(--muted-foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-muted-foreground\/70::placeholder {
      color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
    }
  }

  .focus-within\:border-primary:focus-within {
    border-color: var(--primary);
  }

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -.5);
      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\:cursor-default:hover {
      cursor: default;
    }

    .hover\:border-border:hover, .hover\:border-border\/60:hover {
      border-color: var(--border);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-border\/60:hover {
        border-color: color-mix(in oklab, var(--border) 60%, transparent);
      }
    }

    .hover\:border-destructive\/40:hover {
      border-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-destructive\/40:hover {
        border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
      }
    }

    .hover\:border-primary\/40:hover {
      border-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-primary\/40:hover {
        border-color: color-mix(in oklab, var(--primary) 40%, transparent);
      }
    }

    .hover\:border-rose-400\/40:hover {
      border-color: #ff667f66;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-rose-400\/40:hover {
        border-color: color-mix(in oklab, var(--color-rose-400) 40%, transparent);
      }
    }

    .hover\:bg-accent:hover, .hover\:bg-accent\/30:hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-accent\/30:hover {
        background-color: color-mix(in oklab, var(--accent) 30%, transparent);
      }
    }

    .hover\:bg-accent\/40:hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-accent\/40:hover {
        background-color: color-mix(in oklab, var(--accent) 40%, transparent);
      }
    }

    .hover\:bg-accent\/60:hover {
      background-color: var(--accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-accent\/60:hover {
        background-color: color-mix(in oklab, var(--accent) 60%, transparent);
      }
    }

    .hover\:bg-card:hover, .hover\:bg-card\/50:hover {
      background-color: var(--card);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-card\/50:hover {
        background-color: color-mix(in oklab, var(--card) 50%, transparent);
      }
    }

    .hover\:bg-card\/60:hover {
      background-color: var(--card);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-card\/60:hover {
        background-color: color-mix(in oklab, var(--card) 60%, transparent);
      }
    }

    .hover\:bg-card\/80:hover {
      background-color: var(--card);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-card\/80:hover {
        background-color: color-mix(in oklab, var(--card) 80%, transparent);
      }
    }

    .hover\:bg-destructive\/10:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/10:hover {
        background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
      }
    }

    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }

    .hover\:bg-foreground\/8:hover {
      background-color: var(--foreground);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-foreground\/8:hover {
        background-color: color-mix(in oklab, var(--foreground) 8%, transparent);
      }
    }

    .hover\:bg-foreground\/12:hover {
      background-color: var(--foreground);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-foreground\/12:hover {
        background-color: color-mix(in oklab, var(--foreground) 12%, transparent);
      }
    }

    .hover\:bg-primary\/10:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/10:hover {
        background-color: color-mix(in oklab, var(--primary) 10%, transparent);
      }
    }

    .hover\:bg-primary\/25:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/25:hover {
        background-color: color-mix(in oklab, var(--primary) 25%, transparent);
      }
    }

    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }

    .hover\:bg-rose-500\/15:hover {
      background-color: #ff235726;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-rose-500\/15:hover {
        background-color: color-mix(in oklab, var(--color-rose-500) 15%, transparent);
      }
    }

    .hover\:bg-secondary:hover {
      background-color: var(--secondary);
    }

    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }

    .hover\:bg-white\/20:hover {
      background-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }

    .hover\:text-destructive:hover {
      color: var(--destructive);
    }

    .hover\:text-foreground:hover {
      color: var(--foreground);
    }

    .hover\:text-rose-400:hover {
      color: var(--color-rose-400);
    }

    .hover\:text-rose-500:hover {
      color: var(--color-rose-500);
    }

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

    .hover\:opacity-90:hover {
      opacity: .9;
    }

    .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-md:hover {
      --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);
    }

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

    .hover\:shadow-primary\/10:hover {
      --tw-shadow-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-primary\/10:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--primary) 10%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }

    .hover\:ring-border:hover {
      --tw-ring-color: var(--border);
    }

    .hover\:ring-primary\/60:hover {
      --tw-ring-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:ring-primary\/60:hover {
        --tw-ring-color: color-mix(in oklab, var(--primary) 60%, transparent);
      }
    }
  }

  .focus\:border-primary:focus {
    border-color: var(--primary);
  }

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

  .focus\:ring-primary\/50:focus {
    --tw-ring-color: var(--primary);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-primary\/50:focus {
      --tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
    }
  }

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

  .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-primary:focus-visible {
    --tw-ring-color: var(--primary);
  }

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

  .active\:scale-90:active {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-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);
  }

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .active\:bg-accent\/60:active {
    background-color: var(--accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-accent\/60:active {
      background-color: color-mix(in oklab, var(--accent) 60%, transparent);
    }
  }

  .active\:bg-card\/60:active {
    background-color: var(--card);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-card\/60:active {
      background-color: color-mix(in oklab, var(--card) 60%, transparent);
    }
  }

  .active\:bg-foreground\/15:active {
    background-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-foreground\/15:active {
      background-color: color-mix(in oklab, var(--foreground) 15%, transparent);
    }
  }

  .active\:text-foreground:active {
    color: var(--foreground);
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

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

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

  .disabled\:opacity-70:disabled {
    opacity: .7;
  }

  @media (min-width: 40rem) {
    .sm\:-mx-6 {
      margin-inline: calc(var(--spacing) * -6);
    }

    .sm\:-mx-8 {
      margin-inline: calc(var(--spacing) * -8);
    }

    .sm\:inline {
      display: inline;
    }

    .sm\:max-h-\[84vh\] {
      max-height: 84vh;
    }

    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .sm\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }

    .sm\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }

    .sm\:rounded-l-2xl {
      border-top-left-radius: var(--radius-2xl);
      border-bottom-left-radius: var(--radius-2xl);
    }

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

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

    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .sm\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }

    .sm\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }

    .sm\:pb-6 {
      padding-bottom: calc(var(--spacing) * 6);
    }

    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-80 {
      width: calc(var(--spacing) * 80);
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 160rem) {
    .tv\:flex {
      display: flex;
    }
  }

  .dark\:block:is(.dark *) {
    display: block;
  }

  .dark\:hidden:is(.dark *) {
    display: none;
  }

  .dark\:\[text-shadow\:0_1px_2px_rgba\(0\,0\,0\,0\.6\)\]:is(.dark *) {
    text-shadow: 0 1px 2px #0009;
  }

  .dark\:\[text-shadow\:0_2px_4px_rgba\(0\,0\,0\,0\.5\)\]:is(.dark *) {
    text-shadow: 0 2px 4px #00000080;
  }

  .dark\:\[text-shadow\:0_2px_4px_rgba\(0\,0\,0\,0\.45\)\]:is(.dark *) {
    text-shadow: 0 2px 4px #00000073;
  }
}
html.theme-vigilia {
  --accent-h: 62;
  --neutral-h: 222;
  --background: oklch(17% .022 222);
  --foreground: oklch(92% .012 222);
  --card: oklch(21.5% .028 222);
  --card-foreground: oklch(92% .012 222);
  --popover: oklch(23.5% .03 222);
  --popover-foreground: oklch(94% .01 222);
  --primary: oklch(76% .155 62);
  --primary-foreground: oklch(18% .04 60);
  --secondary: oklch(25.5% .03 222);
  --secondary-foreground: oklch(92% .012 222);
  --muted: oklch(22.5% .026 222);
  --muted-foreground: oklch(66% .022 222);
  --accent: oklch(32% .05 62);
  --accent-foreground: oklch(94% .01 222);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .022 222);
  --input: oklch(27% .022 222);
  --ring: oklch(76% .155 62);
}
html.theme-vigilia .light {
  --background: oklch(97% .008 222);
  --foreground: oklch(26% .025 230);
  --card: oklch(99% .005 222);
  --card-foreground: oklch(26% .025 230);
  --popover: oklch(100% .003 222);
  --popover-foreground: oklch(26% .025 230);
  --primary: oklch(60% .14 55);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94% .012 222);
  --secondary-foreground: oklch(28% .025 230);
  --muted: oklch(94.5% .01 222);
  --muted-foreground: oklch(50% .02 230);
  --accent: oklch(92% .03 55);
  --accent-foreground: oklch(28% .025 230);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90% .012 222);
  --input: oklch(91.5% .012 222);
  --ring: oklch(60% .14 55);
}
html.theme-vigilia .os-wallpaper, html.theme-vigilia .mob-shell.os-wallpaper, html.theme-vigilia .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 82% 8%, oklch(76% .155 62 / .22), #0000 55%), radial-gradient(120% 110% at 12% 100%, oklch(30% .05 200 / .4), #0000 60%), linear-gradient(160deg, oklch(18% .024 222), oklch(12% .016 230));
}
html.theme-vigilia .light .os-wallpaper, html.theme-vigilia .light .mob-shell.os-wallpaper, html.theme-vigilia .light .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 84% 6%, oklch(60% .14 55 / .1), #0000 55%), linear-gradient(160deg, oklch(98% .01 222), oklch(94% .018 222));
}
.wallpaper-sobriohtml.theme-vigilia .os-wallpaper, html.theme-vigilia.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-vigilia.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .3) 100%), radial-gradient(90% 70% at 50% -8%, oklch(76% .155 62 / .14), #0000 70%), linear-gradient(168deg, oklch(17% .022 222), oklch(11.5% .014 230));
}
html.theme-vigilia.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(85% .04 222 / .5) 100%), radial-gradient(95% 78% at 30% -8%, oklch(62% .13 55 / .5), #0000 72%), linear-gradient(168deg, oklch(95.5% .012 222), oklch(92.5% .02 222));
}
html.theme-vigilia .dark .os-menu {
  background: oklch(23.5% .03 222);
  border-color: oklch(34% .022 222);
}
html.theme-pergaminho {
  --accent-h: 42;
  --neutral-h: 80;
  --background: oklch(17.5% .014 78);
  --foreground: oklch(88% .016 82);
  --card: oklch(22.5% .018 80);
  --card-foreground: oklch(88% .016 82);
  --popover: oklch(24.5% .02 80);
  --popover-foreground: oklch(90% .014 82);
  --primary: oklch(67% .128 42);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(26.5% .02 80);
  --secondary-foreground: oklch(88% .016 82);
  --muted: oklch(23.5% .018 80);
  --muted-foreground: oklch(64% .014 80);
  --accent: oklch(32% .05 42);
  --accent-foreground: oklch(90% .014 82);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .018 78);
  --input: oklch(26.5% .018 78);
  --ring: oklch(67% .128 42);
}
html.theme-pergaminho .light {
  --background: oklch(98.1% .009 85);
  --foreground: oklch(21% .012 76);
  --card: oklch(99.8% .005 85);
  --card-foreground: oklch(21% .012 76);
  --popover: oklch(100% .003 85);
  --popover-foreground: oklch(21% .012 76);
  --primary: oklch(56% .13 42);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94% .014 84);
  --secondary-foreground: oklch(24% .014 76);
  --muted: oklch(94.5% .012 84);
  --muted-foreground: oklch(50% .012 80);
  --accent: oklch(92% .032 44);
  --accent-foreground: oklch(24% .014 76);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .016 84);
  --input: oklch(91.5% .014 84);
  --ring: oklch(56% .13 42);
}
html.theme-pergaminho .os-wallpaper, html.theme-pergaminho .mob-shell.os-wallpaper, html.theme-pergaminho .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 80% 8%, oklch(67% .128 42 / .18), #0000 55%), radial-gradient(100% 90% at 15% 95%, oklch(22% .018 65 / .5), #0000 55%), linear-gradient(158deg, oklch(19% .016 80), oklch(13% .012 72));
}
html.theme-pergaminho .light .os-wallpaper, html.theme-pergaminho .light .mob-shell.os-wallpaper, html.theme-pergaminho .light .mob-shell .os-wallpaper {
  background: radial-gradient(85% 60% at 85% 5%, oklch(56% .13 42 / .08), #0000 55%), linear-gradient(158deg, oklch(98.5% .01 86), oklch(95.5% .018 82));
}
html.theme-pergaminho.wallpaper-sobrio .os-wallpaper, html.theme-pergaminho.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-pergaminho.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .28) 100%), radial-gradient(90% 70% at 50% -8%, oklch(67% .128 42 / .12), #0000 70%), linear-gradient(168deg, oklch(17.5% .014 78), oklch(11.5% .01 72));
}
html.theme-pergaminho.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(88% .025 82 / .45) 100%), radial-gradient(95% 78% at 30% -8%, oklch(60% .12 44 / .45), #0000 72%), linear-gradient(168deg, oklch(96.8% .01 84), oklch(93.8% .018 80));
}
html.theme-pergaminho .dark .os-menu {
  background: oklch(24.5% .02 80);
  border-color: oklch(33% .018 78);
}
html.theme-cobre {
  --accent-h: 42;
  --neutral-h: 50;
  --background: oklch(16.5% .022 48);
  --foreground: oklch(90% .022 70);
  --card: oklch(21.5% .026 50);
  --card-foreground: oklch(90% .022 70);
  --popover: oklch(23.5% .028 50);
  --popover-foreground: oklch(92% .02 72);
  --primary: oklch(74% .17 42);
  --primary-foreground: oklch(16% .04 45);
  --secondary: oklch(25.5% .028 50);
  --secondary-foreground: oklch(90% .022 70);
  --muted: oklch(22.5% .024 50);
  --muted-foreground: oklch(66% .022 58);
  --accent: oklch(34% .06 42);
  --accent-foreground: oklch(92% .02 72);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .028 50);
  --input: oklch(26.5% .026 48);
  --ring: oklch(74% .17 42);
}
html.theme-cobre .light {
  --background: oklch(97.5% .012 78);
  --foreground: oklch(23% .016 54);
  --card: oklch(99.5% .006 80);
  --card-foreground: oklch(23% .016 54);
  --popover: oklch(100% .004 80);
  --popover-foreground: oklch(23% .016 54);
  --primary: oklch(58% .15 42);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94% .016 76);
  --secondary-foreground: oklch(26% .016 54);
  --muted: oklch(94.5% .014 76);
  --muted-foreground: oklch(52% .016 58);
  --accent: oklch(92% .038 44);
  --accent-foreground: oklch(26% .016 54);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90% .018 76);
  --input: oklch(91.2% .016 76);
  --ring: oklch(58% .15 42);
}
html.theme-cobre .os-wallpaper, html.theme-cobre .mob-shell.os-wallpaper, html.theme-cobre .mob-shell .os-wallpaper {
  background: radial-gradient(85% 65% at 50% -5%, oklch(74% .17 42 / .22), #0000 60%), radial-gradient(100% 100% at 5% 105%, oklch(24% .025 40 / .5), #0000 55%), linear-gradient(158deg, oklch(18.5% .025 50), oklch(12% .018 44));
}
html.theme-cobre .light .os-wallpaper, html.theme-cobre .light .mob-shell.os-wallpaper, html.theme-cobre .light .mob-shell .os-wallpaper {
  background: radial-gradient(85% 55% at 80% 5%, oklch(58% .15 42 / .1), #0000 55%), linear-gradient(158deg, oklch(98% .013 80), oklch(94.8% .022 70));
}
html.theme-cobre.wallpaper-sobrio .os-wallpaper, html.theme-cobre.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-cobre.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .32) 100%), radial-gradient(90% 70% at 50% -8%, oklch(74% .17 42 / .14), #0000 70%), linear-gradient(168deg, oklch(16.5% .022 48), oklch(10.8% .016 44));
}
html.theme-cobre.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(86% .032 72 / .48) 100%), radial-gradient(95% 78% at 30% -8%, oklch(62% .14 44 / .48), #0000 72%), linear-gradient(168deg, oklch(96.2% .014 78), oklch(92.8% .022 68));
}
html.theme-cobre .dark .os-menu {
  background: oklch(23.5% .028 50);
  border-color: oklch(34% .028 50);
}
html.theme-portes {
  --accent-h: 186;
  --neutral-h: 184;
  --background: oklch(20.5% .028 184);
  --foreground: oklch(90% .014 184);
  --card: oklch(25% .032 184);
  --card-foreground: oklch(90% .014 184);
  --popover: oklch(27% .034 184);
  --popover-foreground: oklch(92% .012 184);
  --primary: oklch(70% .085 186);
  --primary-foreground: oklch(16% .03 184);
  --secondary: oklch(28.5% .032 184);
  --secondary-foreground: oklch(90% .014 184);
  --muted: oklch(25.5% .028 184);
  --muted-foreground: oklch(70% .022 184);
  --accent: oklch(34% .05 186);
  --accent-foreground: oklch(92% .012 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(34% .03 184);
  --input: oklch(29% .028 184);
  --ring: oklch(70% .085 186);
}
html.theme-portes .light {
  --background: oklch(98.5% .007 184);
  --foreground: oklch(27% .025 184);
  --card: oklch(99.8% .004 184);
  --card-foreground: oklch(27% .025 184);
  --popover: oklch(100% .003 184);
  --popover-foreground: oklch(27% .025 184);
  --primary: oklch(52% .085 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94.5% .014 184);
  --secondary-foreground: oklch(29% .025 184);
  --muted: oklch(95% .011 184);
  --muted-foreground: oklch(50% .02 184);
  --accent: oklch(92% .035 186);
  --accent-foreground: oklch(29% .025 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .016 184);
  --input: oklch(91.5% .014 184);
  --ring: oklch(52% .085 186);
}
html.theme-portes.wallpaper-sobrio .os-wallpaper, html.theme-portes.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-portes.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .34) 100%), radial-gradient(95% 75% at 50% -10%, oklch(70% .085 186 / .16), #0000 70%), linear-gradient(168deg, oklch(23.5% .034 184), oklch(15% .026 182));
}
html.theme-portes.wallpaper-sobrio .light .os-wallpaper, html.theme-portes.wallpaper-sobrio .light .mob-shell .os-wallpaper, html.theme-portes.wallpaper-sobrio .light .mob-shell.os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(85% .022 184 / .5) 100%), radial-gradient(95% 78% at 30% -8%, oklch(58% .085 186 / .42), #0000 72%), linear-gradient(168deg, oklch(97.2% .009 184), oklch(93.5% .018 184));
}
html.theme-portes .os-wallpaper, html.theme-portes .mob-shell.os-wallpaper, html.theme-portes .mob-shell .os-wallpaper {
  background: radial-gradient(95% 72% at 82% 6%, oklch(70% .09 186 / .18), #0000 55%), radial-gradient(120% 110% at 10% 100%, oklch(40% .06 168 / .3), #0000 60%), radial-gradient(150% 120% at 50% 40%, oklch(27% .03 184 / .5), #0000 60%), linear-gradient(160deg, oklch(23.5% .034 184), oklch(15% .026 182));
}
html.theme-portes .light .os-wallpaper, html.theme-portes .light .mob-shell.os-wallpaper, html.theme-portes .light .mob-shell .os-wallpaper {
  background: radial-gradient(95% 72% at 84% 4%, oklch(58% .09 186 / .1), #0000 55%), radial-gradient(110% 100% at 10% 100%, oklch(80% .05 168 / .18), #0000 60%), linear-gradient(160deg, oklch(98.5% .009 184), oklch(94.5% .018 184));
}
html.theme-portes .dark .os-menu {
  background: oklch(27% .034 184);
  border-color: oklch(36% .03 184);
}
html.theme-nevoa {
  --accent-h: 250;
  --neutral-h: 248;
  --background: oklch(21.5% .012 248);
  --foreground: oklch(96% .004 245);
  --card: oklch(25.5% .014 248);
  --card-foreground: oklch(96% .004 245);
  --popover: oklch(25.5% .014 248);
  --popover-foreground: oklch(96% .004 245);
  --primary: oklch(67% .13 250);
  --primary-foreground: oklch(16% .03 250);
  --secondary: oklch(30% .012 248);
  --secondary-foreground: oklch(96% .004 245);
  --muted: oklch(28.5% .012 248);
  --muted-foreground: oklch(69% .012 248);
  --accent: oklch(32% .025 250);
  --accent-foreground: oklch(96% .004 245);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .01 248);
  --input: oklch(29% .01 248);
  --ring: oklch(67% .13 250);
}
html.theme-nevoa .light {
  --background: oklch(99% .002 245);
  --foreground: oklch(24% .012 250);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(24% .012 250);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(24% .012 250);
  --primary: oklch(58% .12 250);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96.5% .003 245);
  --secondary-foreground: oklch(26% .012 250);
  --muted: oklch(96.5% .003 245);
  --muted-foreground: oklch(55% .012 248);
  --accent: oklch(95% .012 250);
  --accent-foreground: oklch(26% .012 250);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92.5% .004 245);
  --input: oklch(91% .005 245);
  --ring: oklch(58% .12 250);
}
html.theme-nevoa.wallpaper-sobrio .os-wallpaper, html.theme-nevoa.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-nevoa.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .22) 100%), linear-gradient(168deg, oklch(22.5% .014 248), oklch(17.5% .012 248));
}
html.theme-nevoa.wallpaper-sobrio .light .os-wallpaper, html.theme-nevoa.wallpaper-sobrio .light .mob-shell .os-wallpaper, html.theme-nevoa.wallpaper-sobrio .light .mob-shell.os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .008 248 / .4) 100%), linear-gradient(168deg, oklch(98.5% .003 245), oklch(96% .006 246));
}
html.theme-nevoa .os-wallpaper, html.theme-nevoa .mob-shell.os-wallpaper, html.theme-nevoa .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(67% .13 250 / .1), #0000 65%), linear-gradient(160deg, oklch(23% .014 248), oklch(18% .012 248));
}
html.theme-nevoa .light .os-wallpaper, html.theme-nevoa .light .mob-shell.os-wallpaper, html.theme-nevoa .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(58% .12 250 / .06), #0000 65%), linear-gradient(160deg, oklch(99% .003 245), oklch(96.5% .006 246));
}
html.theme-grafite {
  --accent-h: 260;
  --neutral-h: 260;
  --background: oklch(16.5% .006 260);
  --foreground: oklch(96% .002 260);
  --card: oklch(21.5% .006 260);
  --card-foreground: oklch(96% .002 260);
  --popover: oklch(23.5% .007 260);
  --popover-foreground: oklch(96% .002 260);
  --primary: oklch(72% .018 260);
  --primary-foreground: oklch(18% .006 260);
  --secondary: oklch(28.5% .008 260);
  --secondary-foreground: oklch(96% .002 260);
  --muted: oklch(25.5% .007 260);
  --muted-foreground: oklch(66% .008 260);
  --accent: oklch(30.5% .009 260);
  --accent-foreground: oklch(96% .002 260);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .008 260);
  --input: oklch(28.5% .008 260);
  --ring: oklch(72% .018 260);
}
html.theme-grafite .light {
  --background: oklch(98.5% .002 260);
  --foreground: oklch(22% .006 260);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(22% .006 260);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(22% .006 260);
  --primary: oklch(45% .012 260);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96.5% .003 260);
  --secondary-foreground: oklch(26% .006 260);
  --muted: oklch(96.5% .003 260);
  --muted-foreground: oklch(52% .008 260);
  --accent: oklch(94% .004 260);
  --accent-foreground: oklch(26% .006 260);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92% .003 260);
  --input: oklch(90.5% .004 260);
  --ring: oklch(45% .012 260);
}
html.theme-grafite .os-wallpaper, html.theme-grafite .mob-shell.os-wallpaper, html.theme-grafite .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(72% .018 260 / .1), #0000 65%), linear-gradient(160deg, oklch(20% .006 260), oklch(15% .006 260));
}
html.theme-grafite .light .os-wallpaper, html.theme-grafite .light .mob-shell.os-wallpaper, html.theme-grafite .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(55% .012 260 / .05), #0000 65%), linear-gradient(160deg, oklch(99% .002 260), oklch(96% .004 260));
}
html.theme-grafite.wallpaper-sobrio .os-wallpaper, html.theme-grafite.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-grafite.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .24) 100%), linear-gradient(168deg, oklch(18.5% .006 260), oklch(14% .006 260));
}
html.theme-grafite.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .004 260 / .42) 100%), linear-gradient(168deg, oklch(98.2% .002 260), oklch(95.5% .004 260));
}
html.theme-grafite .dark .os-menu {
  background: oklch(23.5% .007 260);
  border-color: oklch(33% .008 260);
}
html.theme-constelacao {
  --accent-h: 250;
  --neutral-h: 250;
  --background: oklch(18% .015 250);
  --foreground: oklch(95% .006 250);
  --card: oklch(22.5% .018 250);
  --card-foreground: oklch(95% .006 250);
  --popover: oklch(25.5% .02 250);
  --popover-foreground: oklch(95% .006 250);
  --primary: oklch(62% .13 250);
  --primary-foreground: oklch(14% .03 250);
  --secondary: oklch(28.5% .018 250);
  --secondary-foreground: oklch(95% .006 250);
  --muted: oklch(26% .016 250);
  --muted-foreground: oklch(66% .015 250);
  --accent: oklch(32% .04 250);
  --accent-foreground: oklch(95% .006 250);
  --destructive: oklch(66% .2 18);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(30% .015 250);
  --input: oklch(27% .015 250);
  --ring: oklch(62% .13 250);
  --chart-1: oklch(72% .13 195);
  --chart-2: oklch(70% .14 250);
  --chart-3: oklch(68% .15 290);
  --chart-4: oklch(71% .16 350);
  --chart-5: oklch(80% .14 70);
}
html.theme-constelacao .light {
  --background: oklch(98% .004 250);
  --foreground: oklch(22% .02 255);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(22% .02 255);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(22% .02 255);
  --primary: oklch(52% .16 255);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96% .004 250);
  --secondary-foreground: oklch(24% .02 255);
  --muted: oklch(96% .004 250);
  --muted-foreground: oklch(50% .018 252);
  --accent: oklch(94% .02 252);
  --accent-foreground: oklch(24% .02 255);
  --destructive: oklch(55% .2 22);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(91% .006 250);
  --input: oklch(90% .007 250);
  --ring: oklch(52% .16 255);
  --chart-1: oklch(58% .12 195);
  --chart-2: oklch(55% .16 255);
  --chart-3: oklch(52% .17 290);
  --chart-4: oklch(56% .18 350);
  --chart-5: oklch(62% .14 65);
}
html.theme-constelacao.wallpaper-sobrio .os-wallpaper, html.theme-constelacao.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-constelacao.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .26) 100%), linear-gradient(168deg, oklch(19.5% .016 250), oklch(14.5% .014 250));
}
html.theme-constelacao.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .008 250 / .4) 100%), linear-gradient(168deg, oklch(98.4% .004 250), oklch(96% .007 250));
}
html.theme-constelacao .os-wallpaper, html.theme-constelacao .mob-shell.os-wallpaper, html.theme-constelacao .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(62% .13 250 / .1), #0000 65%), linear-gradient(160deg, oklch(20.5% .016 250), oklch(15% .014 250));
}
html.theme-constelacao .light .os-wallpaper, html.theme-constelacao .light .mob-shell.os-wallpaper, html.theme-constelacao .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(52% .16 255 / .06), #0000 65%), linear-gradient(160deg, oklch(98.5% .004 250), oklch(96.5% .007 250));
}
html.theme-linho {
  --accent-h: 55;
  --neutral-h: 70;
  --background: oklch(21.5% .008 70);
  --foreground: oklch(93% .006 75);
  --card: oklch(25.5% .01 70);
  --card-foreground: oklch(93% .006 75);
  --popover: oklch(27% .011 70);
  --popover-foreground: oklch(93% .006 75);
  --primary: oklch(67% .09 58);
  --primary-foreground: oklch(17% .02 55);
  --secondary: oklch(30% .01 70);
  --secondary-foreground: oklch(93% .006 75);
  --muted: oklch(27.5% .009 70);
  --muted-foreground: oklch(68% .01 70);
  --accent: oklch(33% .02 58);
  --accent-foreground: oklch(93% .006 75);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .008 70);
  --input: oklch(29% .008 70);
  --ring: oklch(67% .09 58);
}
html.theme-linho .light {
  --background: oklch(98.5% .006 75);
  --foreground: oklch(26% .012 70);
  --card: oklch(99.7% .004 75);
  --card-foreground: oklch(26% .012 70);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(26% .012 70);
  --primary: oklch(56% .08 55);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(95.5% .006 75);
  --secondary-foreground: oklch(28% .012 70);
  --muted: oklch(95.5% .006 75);
  --muted-foreground: oklch(52% .012 70);
  --accent: oklch(93% .02 60);
  --accent-foreground: oklch(28% .012 70);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(91% .008 75);
  --input: oklch(89% .01 75);
  --ring: oklch(56% .08 55);
}
html.theme-linho.wallpaper-sobrio .os-wallpaper, html.theme-linho.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-linho.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .22) 100%), linear-gradient(168deg, oklch(22.5% .01 70), oklch(18% .008 70));
}
html.theme-linho.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .012 72 / .4) 100%), linear-gradient(168deg, oklch(98.5% .006 75), oklch(96% .01 72));
}
html.theme-linho .os-wallpaper, html.theme-linho .mob-shell.os-wallpaper, html.theme-linho .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(67% .09 58 / .08), #0000 65%), linear-gradient(160deg, oklch(23% .01 70), oklch(18% .008 70));
}
html.theme-linho .light .os-wallpaper, html.theme-linho .light .mob-shell.os-wallpaper, html.theme-linho .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(56% .08 55 / .05), #0000 65%), linear-gradient(160deg, oklch(99% .006 75), oklch(96.5% .01 72));
}
html.theme-nitido {
  --accent-h: 255;
  --neutral-h: 260;
  --background: oklch(15% .012 260);
  --foreground: oklch(99% 0 0);
  --card: oklch(20.5% .014 260);
  --card-foreground: oklch(99% 0 0);
  --popover: oklch(20.5% .014 260);
  --popover-foreground: oklch(99% 0 0);
  --primary: oklch(72% .18 255);
  --primary-foreground: oklch(12% .03 260);
  --secondary: oklch(27% .016 260);
  --secondary-foreground: oklch(99% 0 0);
  --muted: oklch(24% .014 260);
  --muted-foreground: oklch(80% .012 260);
  --accent: oklch(34% .06 258);
  --accent-foreground: oklch(99% 0 0);
  --destructive: oklch(70% .2 25);
  --destructive-foreground: oklch(12% .02 25);
  --border: oklch(46% .014 260);
  --input: oklch(52% .016 260);
  --ring: oklch(72% .18 255);
}
html.theme-nitido .light {
  --background: oklch(100% 0 0);
  --foreground: oklch(15% .01 260);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(15% .01 260);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(15% .01 260);
  --primary: oklch(47% .21 255);
  --primary-foreground: oklch(100% 0 0);
  --secondary: oklch(95% .005 260);
  --secondary-foreground: oklch(15% .01 260);
  --muted: oklch(95% .005 260);
  --muted-foreground: oklch(38% .015 260);
  --accent: oklch(93% .03 255);
  --accent-foreground: oklch(15% .01 260);
  --destructive: oklch(50% .24 25);
  --destructive-foreground: oklch(100% 0 0);
  --border: oklch(74% .012 260);
  --input: oklch(66% .014 260);
  --ring: oklch(47% .21 255);
}
html.theme-nitido.wallpaper-sobrio .os-wallpaper, html.theme-nitido.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-nitido.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: linear-gradient(168deg, oklch(16.5% .012 260), oklch(14% .012 260));
}
html.theme-nitido.wallpaper-sobrio .light .os-wallpaper {
  background: linear-gradient(168deg, oklch(100% 0 0), oklch(98.5% .004 260));
}
html.theme-nitido .os-wallpaper, html.theme-nitido .mob-shell.os-wallpaper, html.theme-nitido .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(72% .18 255 / .1), #0000 60%), linear-gradient(160deg, oklch(17% .012 260), oklch(14% .012 260));
}
html.theme-nitido .light .os-wallpaper, html.theme-nitido .light .mob-shell.os-wallpaper, html.theme-nitido .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(47% .21 255 / .06), #0000 60%), linear-gradient(160deg, oklch(100% 0 0), oklch(98% .005 260));
}
html.theme-alvorada {
  --accent-h: 35;
  --neutral-h: 280;
  --background: oklch(21.5% .018 280);
  --foreground: oklch(95% .008 60);
  --card: oklch(25.5% .02 280);
  --card-foreground: oklch(95% .008 60);
  --popover: oklch(25.5% .02 280);
  --popover-foreground: oklch(95% .008 60);
  --primary: oklch(72% .14 38);
  --primary-foreground: oklch(17% .03 35);
  --secondary: oklch(30% .02 280);
  --secondary-foreground: oklch(95% .008 60);
  --muted: oklch(28% .018 280);
  --muted-foreground: oklch(70% .018 275);
  --accent: oklch(34% .05 38);
  --accent-foreground: oklch(95% .008 60);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .016 280);
  --input: oklch(29% .016 280);
  --ring: oklch(72% .14 38);
}
html.theme-alvorada .light {
  --background: oklch(99% .008 60);
  --foreground: oklch(28% .02 280);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(28% .02 280);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(28% .02 280);
  --primary: oklch(65% .15 35);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96.5% .01 55);
  --secondary-foreground: oklch(30% .02 280);
  --muted: oklch(96.5% .01 55);
  --muted-foreground: oklch(52% .022 275);
  --accent: oklch(93% .04 40);
  --accent-foreground: oklch(30% .02 280);
  --destructive: oklch(58% .21 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92% .012 55);
  --input: oklch(90% .014 55);
  --ring: oklch(65% .15 35);
}
html.theme-alvorada .os-wallpaper, html.theme-alvorada .mob-shell.os-wallpaper, html.theme-alvorada .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 80% 0, oklch(72% .14 38 / .12), #0000 60%), linear-gradient(160deg, oklch(23% .02 280), oklch(17% .016 285));
}
html.theme-alvorada .light .os-wallpaper, html.theme-alvorada .light .mob-shell.os-wallpaper, html.theme-alvorada .light .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 80% -5%, oklch(88% .07 40 / .55), #0000 60%), radial-gradient(80% 70% at 8% 110%, oklch(90% .05 285 / .55), #0000 60%), linear-gradient(160deg, oklch(99% .01 55), oklch(96.5% .02 300));
}
html.theme-alvorada.wallpaper-sobrio .os-wallpaper, html.theme-alvorada.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-alvorada.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(120% 100% at 50% -10%, oklch(34% .05 38 / .5), #0000 65%), linear-gradient(168deg, oklch(21.5% .018 280), oklch(16% .014 285));
}
html.theme-alvorada.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(120% 100% at 50% -10%, oklch(90% .05 45 / .4), #0000 65%), linear-gradient(168deg, oklch(99% .008 55), oklch(96.5% .014 300));
}
html.theme-brasa {
  --accent-h: 32;
  --neutral-h: 32;
  --background: oklch(16% .022 45);
  --foreground: oklch(95% .012 70);
  --card: oklch(21% .028 45);
  --card-foreground: oklch(95% .012 70);
  --popover: oklch(25.5% .03 42);
  --popover-foreground: oklch(96.5% .012 70);
  --primary: oklch(68% .195 30);
  --primary-foreground: oklch(15% .04 38);
  --secondary: oklch(28% .035 42);
  --secondary-foreground: oklch(95% .012 70);
  --muted: oklch(24% .028 45);
  --muted-foreground: oklch(74% .035 55);
  --accent: oklch(36% .085 28);
  --accent-foreground: oklch(96% .012 70);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .035 45);
  --input: oklch(25% .03 45);
  --ring: oklch(68% .195 30);
}
html.theme-brasa .light {
  --background: oklch(97.5% .028 65);
  --foreground: oklch(28% .04 45);
  --card: oklch(99% .018 65);
  --card-foreground: oklch(28% .04 45);
  --popover: oklch(99.5% .014 65);
  --popover-foreground: oklch(28% .04 45);
  --primary: oklch(56% .205 30);
  --primary-foreground: oklch(99% .01 65);
  --secondary: oklch(91% .07 60);
  --secondary-foreground: oklch(30% .04 45);
  --muted: oklch(94.5% .032 62);
  --muted-foreground: oklch(48% .04 50);
  --accent: oklch(89% .07 45);
  --accent-foreground: oklch(30% .04 45);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .04 60);
  --input: oklch(90.5% .038 60);
  --ring: oklch(56% .205 30);
}
html.theme-floresta {
  --accent-h: 158;
  --neutral-h: 158;
  --background: oklch(16% .022 155);
  --foreground: oklch(95% .01 145);
  --card: oklch(21% .028 155);
  --card-foreground: oklch(95% .01 145);
  --popover: oklch(25.5% .03 155);
  --popover-foreground: oklch(96.5% .01 145);
  --primary: oklch(74% .15 158);
  --primary-foreground: oklch(14% .03 158);
  --secondary: oklch(28% .03 155);
  --secondary-foreground: oklch(95% .01 145);
  --muted: oklch(24% .025 155);
  --muted-foreground: oklch(73% .03 150);
  --accent: oklch(34% .06 158);
  --accent-foreground: oklch(96% .01 145);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .03 155);
  --input: oklch(25% .025 155);
  --ring: oklch(74% .15 158);
}
html.theme-floresta .light {
  --background: oklch(97% .022 150);
  --foreground: oklch(26% .03 155);
  --card: oklch(99% .014 150);
  --card-foreground: oklch(26% .03 155);
  --popover: oklch(99.5% .01 150);
  --popover-foreground: oklch(26% .03 155);
  --primary: oklch(52% .14 158);
  --primary-foreground: oklch(99% .01 150);
  --secondary: oklch(91% .055 150);
  --secondary-foreground: oklch(28% .03 155);
  --muted: oklch(94% .025 150);
  --muted-foreground: oklch(46% .03 152);
  --accent: oklch(89% .06 158);
  --accent-foreground: oklch(28% .03 155);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(87% .03 150);
  --input: oklch(90% .028 150);
  --ring: oklch(52% .14 158);
}
html.theme-lastro {
  --accent-h: 75;
  --neutral-h: 184;
  --background: oklch(19.5% .02 184);
  --foreground: oklch(91% .012 184);
  --card: oklch(23.5% .024 184);
  --card-foreground: oklch(91% .012 184);
  --popover: oklch(25.5% .026 184);
  --popover-foreground: oklch(91% .012 184);
  --primary: oklch(74% .1 75);
  --primary-foreground: oklch(18% .04 70);
  --secondary: oklch(27% .024 184);
  --secondary-foreground: oklch(91% .012 184);
  --muted: oklch(24.5% .02 184);
  --muted-foreground: oklch(67% .02 184);
  --accent: oklch(33% .05 75);
  --accent-foreground: oklch(92% .03 80);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .022 184);
  --input: oklch(28% .02 184);
  --ring: oklch(74% .1 75);
}
html.theme-lastro .light {
  --background: oklch(98% .007 184);
  --foreground: oklch(27% .022 184);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(27% .022 184);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(27% .022 184);
  --primary: oklch(62% .12 70);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(95% .012 184);
  --secondary-foreground: oklch(29% .022 184);
  --muted: oklch(95.5% .01 184);
  --muted-foreground: oklch(50% .018 184);
  --accent: oklch(93% .045 75);
  --accent-foreground: oklch(35% .05 70);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .013 184);
  --input: oklch(91.5% .011 184);
  --ring: oklch(62% .12 70);
}
html.theme-lastro .os-wallpaper, html.theme-lastro .mob-shell.os-wallpaper, html.theme-lastro .mob-shell .os-wallpaper {
  background: radial-gradient(110% 85% at 82% 0, oklch(74% .1 75 / .16), #0000 58%), radial-gradient(120% 100% at 10% 110%, oklch(40% .05 184 / .4), #0000 60%), linear-gradient(160deg, oklch(21% .022 184), oklch(15% .018 184));
}
html.theme-lastro .light .os-wallpaper, html.theme-lastro .light .mob-shell.os-wallpaper, html.theme-lastro .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 84% -8%, oklch(74% .1 75 / .12), #0000 60%), linear-gradient(160deg, oklch(99% .008 184), oklch(96% .014 184));
}
html.theme-lastro.wallpaper-sobrio .os-wallpaper, html.theme-lastro.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-lastro.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 60%, oklch(0% 0 0 / .26) 100%), radial-gradient(95% 75% at 50% -8%, oklch(74% .1 75 / .1), #0000 70%), linear-gradient(168deg, oklch(19.5% .02 184), oklch(14% .016 184));
}
html.theme-lastro.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 62%, oklch(88% .02 184 / .42) 100%), linear-gradient(168deg, oklch(98% .007 184), oklch(95.5% .012 184));
}
html.theme-lastro .dark .os-menu {
  background: oklch(25.5% .026 184);
  border-color: oklch(33% .024 184);
}
html.theme-lavanda {
  --accent-h: 298;
  --neutral-h: 298;
  --background: oklch(16% .024 290);
  --foreground: oklch(95% .01 295);
  --card: oklch(21% .03 290);
  --card-foreground: oklch(95% .01 295);
  --popover: oklch(25.5% .034 290);
  --popover-foreground: oklch(96.5% .01 295);
  --primary: oklch(72% .14 298);
  --primary-foreground: oklch(14% .035 298);
  --secondary: oklch(28% .034 290);
  --secondary-foreground: oklch(95% .01 295);
  --muted: oklch(24% .028 290);
  --muted-foreground: oklch(73% .032 293);
  --accent: oklch(35% .065 295);
  --accent-foreground: oklch(96% .01 295);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .034 290);
  --input: oklch(25% .028 290);
  --ring: oklch(72% .14 298);
}
html.theme-lavanda .light {
  --background: oklch(97.5% .022 295);
  --foreground: oklch(27% .035 293);
  --card: oklch(99% .014 295);
  --card-foreground: oklch(27% .035 293);
  --popover: oklch(99.7% .01 295);
  --popover-foreground: oklch(27% .035 293);
  --primary: oklch(53% .16 298);
  --primary-foreground: oklch(99% .008 295);
  --secondary: oklch(91% .055 295);
  --secondary-foreground: oklch(28% .035 293);
  --muted: oklch(94% .026 295);
  --muted-foreground: oklch(47% .032 293);
  --accent: oklch(90% .055 297);
  --accent-foreground: oklch(28% .035 293);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .03 295);
  --input: oklch(90.5% .028 295);
  --ring: oklch(53% .16 298);
}
html.theme-noite {
  --accent-h: 262;
  --neutral-h: 262;
  --background: oklch(15% .028 255);
  --foreground: oklch(95% .008 250);
  --card: oklch(20% .035 255);
  --card-foreground: oklch(95% .008 250);
  --popover: oklch(25% .04 255);
  --popover-foreground: oklch(96.5% .008 250);
  --primary: oklch(70% .16 262);
  --primary-foreground: oklch(13% .04 262);
  --secondary: oklch(27% .04 255);
  --secondary-foreground: oklch(95% .008 250);
  --muted: oklch(23% .032 255);
  --muted-foreground: oklch(72% .035 255);
  --accent: oklch(33% .07 258);
  --accent-foreground: oklch(96% .008 250);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .04 255);
  --input: oklch(24% .032 255);
  --ring: oklch(70% .16 262);
}
html.theme-noite .light {
  --background: oklch(97.5% .018 250);
  --foreground: oklch(25% .035 258);
  --card: oklch(99% .012 250);
  --card-foreground: oklch(25% .035 258);
  --popover: oklch(99.8% .008 250);
  --popover-foreground: oklch(25% .035 258);
  --primary: oklch(50% .17 262);
  --primary-foreground: oklch(99% .01 250);
  --secondary: oklch(91% .05 250);
  --secondary-foreground: oklch(26% .035 258);
  --muted: oklch(94% .022 250);
  --muted-foreground: oklch(45% .035 255);
  --accent: oklch(90% .05 258);
  --accent-foreground: oklch(26% .035 258);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(87% .025 250);
  --input: oklch(90% .024 250);
  --ring: oklch(50% .17 262);
}
html.theme-porto {
  --accent-h: 184;
  --neutral-h: 184;
  --background: oklch(20% .01 184);
  --foreground: oklch(89% .008 184);
  --card: oklch(23.5% .012 184);
  --card-foreground: oklch(89% .008 184);
  --popover: oklch(25% .013 184);
  --popover-foreground: oklch(91% .008 184);
  --primary: oklch(66% .035 184);
  --primary-foreground: oklch(17% .015 184);
  --secondary: oklch(27.5% .012 184);
  --secondary-foreground: oklch(89% .008 184);
  --muted: oklch(25% .01 184);
  --muted-foreground: oklch(64% .012 184);
  --accent: oklch(30% .02 186);
  --accent-foreground: oklch(91% .008 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(30% .012 184);
  --input: oklch(27.5% .011 184);
  --ring: oklch(66% .035 184);
}
html.theme-porto .light {
  --background: oklch(95.5% .008 184);
  --foreground: oklch(29% .012 184);
  --card: oklch(97.5% .006 184);
  --card-foreground: oklch(29% .012 184);
  --popover: oklch(98.5% .004 184);
  --popover-foreground: oklch(29% .012 184);
  --primary: oklch(50% .04 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .009 184);
  --secondary-foreground: oklch(30% .012 184);
  --muted: oklch(93.5% .008 184);
  --muted-foreground: oklch(52% .012 184);
  --accent: oklch(91% .018 186);
  --accent-foreground: oklch(30% .012 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(89% .01 184);
  --input: oklch(90% .009 184);
  --ring: oklch(50% .04 186);
}
html.theme-porto .os-wallpaper, html.theme-porto .mob-shell.os-wallpaper, html.theme-porto .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(21.5% .012 184), oklch(16% .009 184));
}
html.theme-porto .light .os-wallpaper, html.theme-porto .light .mob-shell.os-wallpaper, html.theme-porto .light .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(96.5% .009 184), oklch(93.5% .013 184));
}
html.theme-porto.wallpaper-sobrio .os-wallpaper, html.theme-porto.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-porto.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 45%, #0000 60%, oklch(0% 0 0 / .2) 100%), linear-gradient(168deg, oklch(20.5% .011 184), oklch(15.5% .009 184));
}
html.theme-porto.wallpaper-sobrio .light .os-wallpaper {
  background: linear-gradient(168deg, oklch(96% .008 184), oklch(93% .012 184));
}
html.theme-porto .dark .os-menu {
  background: oklch(25% .013 184);
  border-color: oklch(32% .012 184);
}
html.theme-regua {
  --accent-h: 184;
  --neutral-h: 184;
  --background: oklch(17.5% .009 184);
  --foreground: oklch(96.5% .006 184);
  --card: oklch(22.5% .012 184);
  --card-foreground: oklch(96.5% .006 184);
  --popover: oklch(24.5% .013 184);
  --popover-foreground: oklch(96.5% .006 184);
  --primary: oklch(70% .05 184);
  --primary-foreground: oklch(15% .018 184);
  --secondary: oklch(28.5% .013 184);
  --secondary-foreground: oklch(96.5% .006 184);
  --muted: oklch(24.5% .011 184);
  --muted-foreground: oklch(74% .012 184);
  --accent: oklch(33% .028 186);
  --accent-foreground: oklch(96.5% .006 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31.5% .012 184);
  --input: oklch(31% .012 184);
  --ring: oklch(70% .05 184);
}
html.theme-regua .light {
  --background: oklch(96.5% .006 184);
  --foreground: oklch(16% .012 184);
  --card: oklch(99% .004 184);
  --card-foreground: oklch(16% .012 184);
  --popover: oklch(100% .002 184);
  --popover-foreground: oklch(16% .012 184);
  --primary: oklch(44% .06 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .009 184);
  --secondary-foreground: oklch(18% .012 184);
  --muted: oklch(93.5% .008 184);
  --muted-foreground: oklch(36% .014 184);
  --accent: oklch(90% .022 186);
  --accent-foreground: oklch(18% .012 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(89% .011 184);
  --input: oklch(87.5% .012 184);
  --ring: oklch(44% .06 186);
}
html.theme-regua .os-wallpaper, html.theme-regua .mob-shell.os-wallpaper, html.theme-regua .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(19% .011 184), oklch(14.5% .008 184));
}
html.theme-regua .light .os-wallpaper, html.theme-regua .light .mob-shell.os-wallpaper, html.theme-regua .light .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(97.5% .007 184), oklch(94.5% .011 184));
}
html.theme-regua.wallpaper-sobrio .os-wallpaper, html.theme-regua.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-regua.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 45%, #0000 58%, oklch(0% 0 0 / .24) 100%), linear-gradient(168deg, oklch(18.5% .01 184), oklch(13.5% .008 184));
}
html.theme-regua.wallpaper-sobrio .light .os-wallpaper {
  background: linear-gradient(168deg, oklch(97% .006 184), oklch(94% .01 184));
}
html.theme-regua .dark .os-menu {
  background: oklch(24.5% .013 184);
  border-color: oklch(33% .013 184);
}
html.theme-sereno {
  --accent-h: 186;
  --neutral-h: 184;
  --background: oklch(21.5% .022 184);
  --foreground: oklch(92% .012 184);
  --card: oklch(25.5% .026 184);
  --card-foreground: oklch(92% .012 184);
  --popover: oklch(27.5% .028 184);
  --popover-foreground: oklch(92% .012 184);
  --primary: oklch(70% .06 186);
  --primary-foreground: oklch(16% .02 184);
  --secondary: oklch(29% .026 184);
  --secondary-foreground: oklch(92% .012 184);
  --muted: oklch(25% .022 184);
  --muted-foreground: oklch(70% .02 184);
  --accent: oklch(33% .04 186);
  --accent-foreground: oklch(92% .012 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .024 184);
  --input: oklch(29% .022 184);
  --ring: oklch(70% .06 186);
}
html.theme-sereno .light {
  --background: oklch(98.5% .006 184);
  --foreground: oklch(28% .022 184);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(28% .022 184);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(28% .022 184);
  --primary: oklch(55% .07 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(95% .014 184);
  --secondary-foreground: oklch(30% .022 184);
  --muted: oklch(95.5% .01 184);
  --muted-foreground: oklch(50% .02 184);
  --accent: oklch(92% .03 186);
  --accent-foreground: oklch(30% .022 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .013 184);
  --input: oklch(91.5% .011 184);
  --ring: oklch(55% .07 186);
}
html.theme-sereno .os-wallpaper, html.theme-sereno .mob-shell.os-wallpaper, html.theme-sereno .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(70% .06 186 / .1), #0000 65%), linear-gradient(160deg, oklch(23.5% .024 184), oklch(18% .018 184));
}
html.theme-sereno .light .os-wallpaper, html.theme-sereno .light .mob-shell.os-wallpaper, html.theme-sereno .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 82% -8%, oklch(69% .045 184 / .2), #0000 60%), radial-gradient(90% 70% at 8% 110%, oklch(79% .05 184 / .18), #0000 60%), linear-gradient(160deg, oklch(99% .008 184), oklch(96.5% .014 184));
}
html.theme-sereno.wallpaper-sobrio .os-wallpaper, html.theme-sereno.wallpaper-sobrio .mob-shell .os-wallpaper, html.theme-sereno.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 60%, oklch(0% 0 0 / .26) 100%), linear-gradient(168deg, oklch(21% .022 184), oklch(15.5% .016 184));
}
html.theme-sereno.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 62%, oklch(88% .02 184 / .4) 100%), linear-gradient(168deg, oklch(98.5% .007 184), oklch(96% .012 184));
}
html.theme-sereno .dark .os-menu {
  background: oklch(27.5% .028 184);
  border-color: oklch(34% .026 184);
}
html.theme-carmim {
  --accent-h: 17;
  --neutral-h: 230;
  --background: oklch(13% .025 230);
  --foreground: oklch(92% .01 220);
  --card: oklch(17.5% .028 228);
  --card-foreground: oklch(92% .01 220);
  --popover: oklch(20% .03 226);
  --popover-foreground: oklch(93% .008 220);
  --primary: oklch(51% .22 16);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(22% .028 228);
  --secondary-foreground: oklch(90% .01 220);
  --muted: oklch(19% .024 228);
  --muted-foreground: oklch(58% .018 225);
  --accent: oklch(28% .06 17);
  --accent-foreground: oklch(93% .01 220);
  --destructive: oklch(58% .2 30);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(28% .022 228);
  --input: oklch(22% .022 228);
  --ring: oklch(51% .22 16);
  --radius: .5rem;
}
html.theme-carmim .light {
  --background: oklch(97.5% .008 225);
  --foreground: oklch(25% .028 230);
  --card: oklch(99% .004 222);
  --card-foreground: oklch(25% .028 230);
  --popover: oklch(100% .002 222);
  --popover-foreground: oklch(25% .028 230);
  --primary: oklch(46% .2 17);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .012 225);
  --secondary-foreground: oklch(27% .028 230);
  --muted: oklch(94% .01 225);
  --muted-foreground: oklch(48% .018 228);
  --accent: oklch(94% .04 17);
  --accent-foreground: oklch(27% .028 230);
  --destructive: oklch(52% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .014 225);
  --input: oklch(91% .012 225);
  --ring: oklch(46% .2 17);
}
html.theme-carmim .os-wallpaper {
  background: radial-gradient(90% 70% at 90% 100%, oklch(46% .2 17 / .3), #0000 55%), radial-gradient(70% 50% at 10% 0, oklch(20% .04 230 / .5), #0000 60%), linear-gradient(155deg, oklch(15% .028 228), oklch(9% .018 235));
}
html.theme-carmim .light .os-wallpaper {
  background: radial-gradient(80% 60% at 85% 100%, oklch(46% .2 17 / .09), #0000 55%), linear-gradient(160deg, oklch(97.5% .008 225), oklch(94.5% .016 228));
}
.wallpaper-sobrio html.theme-carmim .os-wallpaper {
  background: radial-gradient(120% 100% at 80% 110%, oklch(46% .2 17 / .18), #0000 50%), linear-gradient(160deg, oklch(13% .025 230), oklch(8% .016 238));
}
.wallpaper-sobrio html.theme-carmim .light .os-wallpaper {
  background: linear-gradient(160deg, oklch(97.5% .008 225), oklch(95.5% .012 228));
}
html.theme-carmim .dark .os-menu {
  background: oklch(23.5% .028 230);
  border-color: oklch(34% .022 228);
}
html.theme-sinapse {
  --accent-h: 170;
  --neutral-h: 200;
  --background: oklch(12% .01 200);
  --foreground: oklch(93% .01 170);
  --card: oklch(16% .014 195);
  --card-foreground: oklch(93% .01 170);
  --popover: oklch(18% .016 195);
  --popover-foreground: oklch(94% .008 170);
  --primary: oklch(85% .17 170);
  --primary-foreground: oklch(12% .05 175);
  --secondary: oklch(19% .016 195);
  --secondary-foreground: oklch(91% .01 170);
  --muted: oklch(15.5% .012 195);
  --muted-foreground: oklch(58% .03 175);
  --accent: oklch(22% .05 170);
  --accent-foreground: oklch(93% .01 170);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(25% .02 195);
  --input: oklch(19% .016 195);
  --ring: oklch(85% .17 170);
  --radius: .5rem;
}
html.theme-sinapse .light {
  --background: oklch(97% .008 170);
  --foreground: oklch(22% .03 175);
  --card: oklch(99% .004 170);
  --card-foreground: oklch(22% .03 175);
  --popover: oklch(100% .002 170);
  --popover-foreground: oklch(22% .03 175);
  --primary: oklch(48% .18 165);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .014 170);
  --secondary-foreground: oklch(25% .028 175);
  --muted: oklch(94% .01 170);
  --muted-foreground: oklch(46% .025 175);
  --accent: oklch(92% .04 165);
  --accent-foreground: oklch(25% .028 175);
  --destructive: oklch(52% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .016 170);
  --input: oklch(91% .014 170);
  --ring: oklch(48% .18 165);
}
html.theme-sinapse .os-wallpaper {
  background: radial-gradient(80% 60% at 75% 5%, oklch(85% .17 170 / .2), #0000 50%), radial-gradient(60% 50% at 20% 90%, oklch(40% .12 170 / .15), #0000 55%), linear-gradient(155deg, oklch(13% .012 200), oklch(8% .006 205));
}
html.theme-sinapse .light .os-wallpaper {
  background: radial-gradient(90% 70% at 80% 5%, oklch(48% .18 165 / .1), #0000 55%), linear-gradient(160deg, oklch(97% .008 170), oklch(94.5% .016 168));
}
.wallpaper-sobrio html.theme-sinapse .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(85% .17 170 / .12), #0000 60%), linear-gradient(168deg, oklch(12% .01 200), oklch(7% .005 205));
}
.wallpaper-sobrio html.theme-sinapse .light .os-wallpaper {
  background: linear-gradient(160deg, oklch(97.5% .006 170), oklch(95.5% .01 168));
}
html.theme-atrium-os {
  --accent-h: 170;
  --neutral-h: 215;
  --background: oklch(14% .022 215);
  --foreground: oklch(92% .012 200);
  --card: oklch(18% .026 212);
  --card-foreground: oklch(92% .012 200);
  --popover: oklch(20% .03 212);
  --popover-foreground: oklch(93% .01 200);
  --primary: oklch(80% .17 170);
  --primary-foreground: oklch(13% .05 175);
  --secondary: oklch(21.5% .028 212);
  --secondary-foreground: oklch(90% .012 200);
  --muted: oklch(18.5% .024 212);
  --muted-foreground: oklch(58% .02 210);
  --accent: oklch(32% .08 170);
  --accent-foreground: oklch(92% .012 200);
  --destructive: oklch(58% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(30% .024 212);
  --input: oklch(23% .024 212);
  --ring: oklch(80% .17 170);
  --radius: .5rem;
}
html.theme-atrium-os .light {
  --background: oklch(97.5% .008 210);
  --foreground: oklch(24% .028 215);
  --card: oklch(99% .004 210);
  --card-foreground: oklch(24% .028 215);
  --popover: oklch(100% .002 210);
  --popover-foreground: oklch(24% .028 215);
  --primary: oklch(50% .18 165);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .012 210);
  --secondary-foreground: oklch(26% .026 215);
  --muted: oklch(94% .01 210);
  --muted-foreground: oklch(48% .018 215);
  --accent: oklch(92% .04 165);
  --accent-foreground: oklch(26% .026 215);
  --destructive: oklch(52% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .014 210);
  --input: oklch(91% .012 210);
  --ring: oklch(50% .18 165);
}
html.theme-atrium-os .os-wallpaper {
  background: radial-gradient(80% 60% at 85% 5%, oklch(80% .17 170 / .18), #0000 50%), radial-gradient(70% 55% at 10% 100%, oklch(46% .2 17 / .28), #0000 55%), linear-gradient(155deg, oklch(16% .025 215), oklch(9% .018 222));
}
html.theme-atrium-os .light .os-wallpaper {
  background: radial-gradient(80% 60% at 85% 5%, oklch(50% .18 165 / .09), #0000 50%), radial-gradient(60% 45% at 5% 100%, oklch(46% .2 17 / .08), #0000 55%), linear-gradient(160deg, oklch(97.5% .008 210), oklch(94.5% .015 215));
}
.wallpaper-sobrio html.theme-atrium-os .os-wallpaper {
  background: radial-gradient(90% 70% at 90% 110%, oklch(46% .2 17 / .16), #0000 50%), radial-gradient(80% 60% at 50% -10%, oklch(80% .17 170 / .1), #0000 60%), linear-gradient(162deg, oklch(14% .022 215), oklch(9% .016 222));
}
.wallpaper-sobrio html.theme-atrium-os .light .os-wallpaper {
  background: linear-gradient(162deg, oklch(98% .006 210), oklch(95.5% .012 215));
}
html.theme-vigilia, html.theme-vigilia body {
  font-family: Schibsted Grotesk, system-ui, -apple-system, sans-serif;
}
html.theme-vigilia {
  --font-ui: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", system-ui, -apple-system, sans-serif;
  --font-mono: "Spline Sans Mono", ui-monospace, monospace;
}
html.theme-vigilia code, html.theme-vigilia pre, html.theme-vigilia kbd, html.theme-vigilia samp {
  font-family: Spline Sans Mono, ui-monospace, monospace;
}
html.theme-pergaminho, html.theme-pergaminho body {
  font-family: Schibsted Grotesk, system-ui, -apple-system, sans-serif;
}
html.theme-pergaminho {
  --font-ui: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;
  --font-display: "Poppins", system-ui, -apple-system, sans-serif;
  --font-mono: "Spline Sans Mono", ui-monospace, monospace;
}
html.theme-pergaminho code, html.theme-pergaminho pre, html.theme-pergaminho kbd, html.theme-pergaminho samp {
  font-family: Spline Sans Mono, ui-monospace, monospace;
}
html.theme-cobre, html.theme-cobre body {
  font-family: Schibsted Grotesk, system-ui, -apple-system, sans-serif;
}
html.theme-cobre {
  --font-ui: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;
  --font-display: "Poppins", system-ui, -apple-system, sans-serif;
  --font-mono: "Spline Sans Mono", ui-monospace, monospace;
}
html.theme-cobre code, html.theme-cobre pre, html.theme-cobre kbd, html.theme-cobre samp {
  font-family: Spline Sans Mono, ui-monospace, monospace;
}
html.theme-portes, html.theme-portes body {
  font-family: Schibsted Grotesk, system-ui, -apple-system, sans-serif;
}
html.theme-portes {
  --font-ui: "Schibsted Grotesk", system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", system-ui, -apple-system, sans-serif;
  --font-mono: "Spline Sans Mono", ui-monospace, monospace;
}
html.theme-portes code, html.theme-portes pre, html.theme-portes kbd, html.theme-portes samp {
  font-family: Spline Sans Mono, ui-monospace, monospace;
}
html.theme-nevoa, html.theme-nevoa body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-nevoa {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-nevoa code, html.theme-nevoa pre, html.theme-nevoa kbd, html.theme-nevoa samp {
  font-family: ui-monospace, monospace;
}
html.theme-grafite, html.theme-grafite body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-grafite {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-grafite code, html.theme-grafite pre, html.theme-grafite kbd, html.theme-grafite samp {
  font-family: ui-monospace, monospace;
}
html.theme-constelacao, html.theme-constelacao body {
  font-family: Inter, system-ui, sans-serif;
}
html.theme-constelacao {
  --font-ui: "Inter", system-ui, sans-serif;
  --font-display: "Inter", system-ui, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-constelacao code, html.theme-constelacao pre, html.theme-constelacao kbd, html.theme-constelacao samp {
  font-family: ui-monospace, monospace;
}
html.theme-linho, html.theme-linho body {
  font-family: Inter, system-ui, sans-serif;
}
html.theme-linho {
  --font-ui: "Inter", system-ui, sans-serif;
  --font-display: "Inter", system-ui, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-linho code, html.theme-linho pre, html.theme-linho kbd, html.theme-linho samp {
  font-family: ui-monospace, monospace;
}
html.theme-nitido, html.theme-nitido body {
  font-family: Inter, system-ui, sans-serif;
}
html.theme-nitido {
  --font-ui: "Inter", system-ui, sans-serif;
  --font-display: "Inter", system-ui, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-nitido code, html.theme-nitido pre, html.theme-nitido kbd, html.theme-nitido samp {
  font-family: ui-monospace, monospace;
}
html.theme-alvorada, html.theme-alvorada body {
  font-family: Inter, system-ui, sans-serif;
}
html.theme-alvorada {
  --font-ui: "Inter", system-ui, sans-serif;
  --font-display: "Inter", system-ui, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-alvorada code, html.theme-alvorada pre, html.theme-alvorada kbd, html.theme-alvorada samp {
  font-family: ui-monospace, monospace;
}
html.theme-brasa, html.theme-brasa body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-brasa {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-brasa code, html.theme-brasa pre, html.theme-brasa kbd, html.theme-brasa samp {
  font-family: ui-monospace, monospace;
}
html.theme-floresta, html.theme-floresta body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-floresta {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-floresta code, html.theme-floresta pre, html.theme-floresta kbd, html.theme-floresta samp {
  font-family: ui-monospace, monospace;
}
html.theme-lastro, html.theme-lastro body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-lastro {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-lastro code, html.theme-lastro pre, html.theme-lastro kbd, html.theme-lastro samp {
  font-family: ui-monospace, monospace;
}
html.theme-lavanda, html.theme-lavanda body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-lavanda {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-lavanda code, html.theme-lavanda pre, html.theme-lavanda kbd, html.theme-lavanda samp {
  font-family: ui-monospace, monospace;
}
html.theme-noite, html.theme-noite body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-noite {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-noite code, html.theme-noite pre, html.theme-noite kbd, html.theme-noite samp {
  font-family: ui-monospace, monospace;
}
html.theme-porto, html.theme-porto body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-porto {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-porto code, html.theme-porto pre, html.theme-porto kbd, html.theme-porto samp {
  font-family: ui-monospace, monospace;
}
html.theme-regua, html.theme-regua body {
  font-family: Lora, Georgia, Times New Roman, serif;
}
html.theme-regua {
  --font-ui: "Lora", Georgia, "Times New Roman", serif;
  --font-display: "Lora", Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-regua code, html.theme-regua pre, html.theme-regua kbd, html.theme-regua samp {
  font-family: ui-monospace, monospace;
}
html.theme-sereno, html.theme-sereno body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
html.theme-sereno {
  --font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-sereno code, html.theme-sereno pre, html.theme-sereno kbd, html.theme-sereno samp {
  font-family: ui-monospace, monospace;
}
html.theme-carmim, html.theme-carmim body {
  font-family: "ui-sans-serif", system-ui, -apple-system, sans-serif;
}
html.theme-carmim {
  --font-ui: "ui-sans-serif", system-ui, -apple-system, sans-serif;
  --font-display: "ui-sans-serif", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-carmim code, html.theme-carmim pre, html.theme-carmim kbd, html.theme-carmim samp {
  font-family: ui-monospace, monospace;
}
html.theme-sinapse, html.theme-sinapse body {
  font-family: "ui-sans-serif", system-ui, -apple-system, sans-serif;
}
html.theme-sinapse {
  --font-ui: "ui-sans-serif", system-ui, -apple-system, sans-serif;
  --font-display: "ui-sans-serif", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-sinapse code, html.theme-sinapse pre, html.theme-sinapse kbd, html.theme-sinapse samp {
  font-family: ui-monospace, monospace;
}
html.theme-atrium-os, html.theme-atrium-os body {
  font-family: "ui-sans-serif", system-ui, -apple-system, sans-serif;
}
html.theme-atrium-os {
  --font-ui: "ui-sans-serif", system-ui, -apple-system, sans-serif;
  --font-display: "ui-sans-serif", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, monospace;
}
html.theme-atrium-os code, html.theme-atrium-os pre, html.theme-atrium-os kbd, html.theme-atrium-os samp {
  font-family: ui-monospace, monospace;
}
html.tone-medio.theme-vigilia {
  --background: oklch(21.5% .022 222);
  --card: oklch(26% .028 222);
  --popover: oklch(28% .03 222);
}
html.tone-claro.theme-vigilia {
  --background: oklch(32.5% .022 222);
  --card: oklch(37% .028 222);
  --popover: oklch(39% .03 222);
}
html.tone-medio.theme-vigilia .light {
  --background: oklch(98.2% .008 222);
  --card: oklch(100% .005 222);
  --popover: oklch(100% .003 222);
}
html.tone-claro.theme-vigilia .light {
  --background: oklch(100% .008 222);
  --card: oklch(100% .005 222);
  --popover: oklch(100% .003 222);
}
html.tone-medio.theme-pergaminho {
  --background: oklch(22% .014 78);
  --card: oklch(27% .018 80);
  --popover: oklch(29% .02 80);
}
html.tone-claro.theme-pergaminho {
  --background: oklch(33% .014 78);
  --card: oklch(38% .018 80);
  --popover: oklch(40% .02 80);
}
html.tone-medio.theme-pergaminho .light {
  --background: oklch(99.3% .009 85);
  --card: oklch(100% .005 85);
  --popover: oklch(100% .003 85);
}
html.tone-claro.theme-pergaminho .light {
  --background: oklch(100% .009 85);
  --card: oklch(100% .005 85);
  --popover: oklch(100% .003 85);
}
html.tone-medio.theme-cobre {
  --background: oklch(21% .022 48);
  --card: oklch(26% .026 50);
  --popover: oklch(28% .028 50);
}
html.tone-claro.theme-cobre {
  --background: oklch(32% .022 48);
  --card: oklch(37% .026 50);
  --popover: oklch(39% .028 50);
}
html.tone-medio.theme-cobre .light {
  --background: oklch(98.7% .012 78);
  --card: oklch(100% .006 80);
  --popover: oklch(100% .004 80);
}
html.tone-claro.theme-cobre .light {
  --background: oklch(100% .012 78);
  --card: oklch(100% .006 80);
  --popover: oklch(100% .004 80);
}
html.tone-medio.theme-portes {
  --background: oklch(25% .028 184);
  --card: oklch(29.5% .032 184);
  --popover: oklch(31.5% .034 184);
}
html.tone-claro.theme-portes {
  --background: oklch(36% .028 184);
  --card: oklch(40.5% .032 184);
  --popover: oklch(42.5% .034 184);
}
html.tone-medio.theme-portes .light {
  --background: oklch(99.7% .007 184);
  --card: oklch(100% .004 184);
  --popover: oklch(100% .003 184);
}
html.tone-claro.theme-portes .light {
  --background: oklch(100% .007 184);
  --card: oklch(100% .004 184);
  --popover: oklch(100% .003 184);
}
html.tone-medio.theme-nevoa {
  --background: oklch(26% .012 248);
  --card: oklch(30% .014 248);
  --popover: oklch(30% .014 248);
}
html.tone-claro.theme-nevoa {
  --background: oklch(37% .012 248);
  --card: oklch(41% .014 248);
  --popover: oklch(41% .014 248);
}
html.tone-medio.theme-nevoa .light, html.tone-claro.theme-nevoa .light {
  --background: oklch(100% .002 245);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-grafite {
  --background: oklch(21% .006 260);
  --card: oklch(26% .006 260);
  --popover: oklch(28% .007 260);
}
html.tone-claro.theme-grafite {
  --background: oklch(32% .006 260);
  --card: oklch(37% .006 260);
  --popover: oklch(39% .007 260);
}
html.tone-medio.theme-grafite .light {
  --background: oklch(99.7% .002 260);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-claro.theme-grafite .light {
  --background: oklch(100% .002 260);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-constelacao {
  --background: oklch(22.5% .015 250);
  --card: oklch(27% .018 250);
  --popover: oklch(30% .02 250);
}
html.tone-claro.theme-constelacao {
  --background: oklch(33.5% .015 250);
  --card: oklch(38% .018 250);
  --popover: oklch(41% .02 250);
}
html.tone-medio.theme-constelacao .light {
  --background: oklch(99.2% .004 250);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-claro.theme-constelacao .light {
  --background: oklch(100% .004 250);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-linho {
  --background: oklch(26% .008 70);
  --card: oklch(30% .01 70);
  --popover: oklch(31.5% .011 70);
}
html.tone-claro.theme-linho {
  --background: oklch(37% .008 70);
  --card: oklch(41% .01 70);
  --popover: oklch(42.5% .011 70);
}
html.tone-medio.theme-linho .light {
  --background: oklch(99.7% .006 75);
  --card: oklch(100% .004 75);
  --popover: oklch(100% 0 0);
}
html.tone-claro.theme-linho .light {
  --background: oklch(100% .006 75);
  --card: oklch(100% .004 75);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-nitido {
  --background: oklch(19.5% .012 260);
  --card: oklch(25% .014 260);
  --popover: oklch(25% .014 260);
}
html.tone-claro.theme-nitido {
  --background: oklch(30.5% .012 260);
  --card: oklch(36% .014 260);
  --popover: oklch(36% .014 260);
}
html.tone-medio.theme-nitido .light, html.tone-claro.theme-nitido .light {
  --background: oklch(100% 0 0);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-alvorada {
  --background: oklch(26% .018 280);
  --card: oklch(30% .02 280);
  --popover: oklch(30% .02 280);
}
html.tone-claro.theme-alvorada {
  --background: oklch(37% .018 280);
  --card: oklch(41% .02 280);
  --popover: oklch(41% .02 280);
}
html.tone-medio.theme-alvorada .light, html.tone-claro.theme-alvorada .light {
  --background: oklch(100% .008 60);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-brasa {
  --background: oklch(20.5% .022 45);
  --card: oklch(25.5% .028 45);
  --popover: oklch(30% .03 42);
}
html.tone-claro.theme-brasa {
  --background: oklch(31.5% .022 45);
  --card: oklch(36.5% .028 45);
  --popover: oklch(41% .03 42);
}
html.tone-medio.theme-brasa .light {
  --background: oklch(98.7% .028 65);
  --card: oklch(100% .018 65);
  --popover: oklch(100% .014 65);
}
html.tone-claro.theme-brasa .light {
  --background: oklch(100% .028 65);
  --card: oklch(100% .018 65);
  --popover: oklch(100% .014 65);
}
html.tone-medio.theme-floresta {
  --background: oklch(20.5% .022 155);
  --card: oklch(25.5% .028 155);
  --popover: oklch(30% .03 155);
}
html.tone-claro.theme-floresta {
  --background: oklch(31.5% .022 155);
  --card: oklch(36.5% .028 155);
  --popover: oklch(41% .03 155);
}
html.tone-medio.theme-floresta .light {
  --background: oklch(98.2% .022 150);
  --card: oklch(100% .014 150);
  --popover: oklch(100% .01 150);
}
html.tone-claro.theme-floresta .light {
  --background: oklch(100% .022 150);
  --card: oklch(100% .014 150);
  --popover: oklch(100% .01 150);
}
html.tone-medio.theme-lastro {
  --background: oklch(24% .02 184);
  --card: oklch(28% .024 184);
  --popover: oklch(30% .026 184);
}
html.tone-claro.theme-lastro {
  --background: oklch(35% .02 184);
  --card: oklch(39% .024 184);
  --popover: oklch(41% .026 184);
}
html.tone-medio.theme-lastro .light {
  --background: oklch(99.2% .007 184);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-claro.theme-lastro .light {
  --background: oklch(100% .007 184);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-lavanda {
  --background: oklch(20.5% .024 290);
  --card: oklch(25.5% .03 290);
  --popover: oklch(30% .034 290);
}
html.tone-claro.theme-lavanda {
  --background: oklch(31.5% .024 290);
  --card: oklch(36.5% .03 290);
  --popover: oklch(41% .034 290);
}
html.tone-medio.theme-lavanda .light {
  --background: oklch(98.7% .022 295);
  --card: oklch(100% .014 295);
  --popover: oklch(100% .01 295);
}
html.tone-claro.theme-lavanda .light {
  --background: oklch(100% .022 295);
  --card: oklch(100% .014 295);
  --popover: oklch(100% .01 295);
}
html.tone-medio.theme-noite {
  --background: oklch(19.5% .028 255);
  --card: oklch(24.5% .035 255);
  --popover: oklch(29.5% .04 255);
}
html.tone-claro.theme-noite {
  --background: oklch(30.5% .028 255);
  --card: oklch(35.5% .035 255);
  --popover: oklch(40.5% .04 255);
}
html.tone-medio.theme-noite .light {
  --background: oklch(98.7% .018 250);
  --card: oklch(100% .012 250);
  --popover: oklch(100% .008 250);
}
html.tone-claro.theme-noite .light {
  --background: oklch(100% .018 250);
  --card: oklch(100% .012 250);
  --popover: oklch(100% .008 250);
}
html.tone-medio.theme-porto {
  --background: oklch(24.5% .01 184);
  --card: oklch(28% .012 184);
  --popover: oklch(29.5% .013 184);
}
html.tone-claro.theme-porto {
  --background: oklch(35.5% .01 184);
  --card: oklch(39% .012 184);
  --popover: oklch(40.5% .013 184);
}
html.tone-medio.theme-porto .light {
  --background: oklch(96.7% .008 184);
  --card: oklch(98.7% .006 184);
  --popover: oklch(99.7% .004 184);
}
html.tone-claro.theme-porto .light {
  --background: oklch(98.5% .008 184);
  --card: oklch(100% .006 184);
  --popover: oklch(100% .004 184);
}
html.tone-medio.theme-regua {
  --background: oklch(22% .009 184);
  --card: oklch(27% .012 184);
  --popover: oklch(29% .013 184);
}
html.tone-claro.theme-regua {
  --background: oklch(33% .009 184);
  --card: oklch(38% .012 184);
  --popover: oklch(40% .013 184);
}
html.tone-medio.theme-regua .light {
  --background: oklch(97.7% .006 184);
  --card: oklch(100% .004 184);
  --popover: oklch(100% .002 184);
}
html.tone-claro.theme-regua .light {
  --background: oklch(99.5% .006 184);
  --card: oklch(100% .004 184);
  --popover: oklch(100% .002 184);
}
html.tone-medio.theme-sereno {
  --background: oklch(26% .022 184);
  --card: oklch(30% .026 184);
  --popover: oklch(32% .028 184);
}
html.tone-claro.theme-sereno {
  --background: oklch(37% .022 184);
  --card: oklch(41% .026 184);
  --popover: oklch(43% .028 184);
}
html.tone-medio.theme-sereno .light {
  --background: oklch(99.7% .006 184);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-claro.theme-sereno .light {
  --background: oklch(100% .006 184);
  --card: oklch(100% 0 0);
  --popover: oklch(100% 0 0);
}
html.tone-medio.theme-carmim {
  --background: oklch(17.5% .025 230);
  --card: oklch(22% .028 228);
  --popover: oklch(24.5% .03 226);
}
html.tone-claro.theme-carmim {
  --background: oklch(28.5% .025 230);
  --card: oklch(33% .028 228);
  --popover: oklch(35.5% .03 226);
}
html.tone-medio.theme-carmim .light {
  --background: oklch(98.7% .008 225);
  --card: oklch(100% .004 222);
  --popover: oklch(100% .002 222);
}
html.tone-claro.theme-carmim .light {
  --background: oklch(100% .008 225);
  --card: oklch(100% .004 222);
  --popover: oklch(100% .002 222);
}
html.tone-medio.theme-sinapse {
  --background: oklch(16.5% .01 200);
  --card: oklch(20.5% .014 195);
  --popover: oklch(22.5% .016 195);
}
html.tone-claro.theme-sinapse {
  --background: oklch(27.5% .01 200);
  --card: oklch(31.5% .014 195);
  --popover: oklch(33.5% .016 195);
}
html.tone-medio.theme-sinapse .light {
  --background: oklch(98.2% .008 170);
  --card: oklch(100% .004 170);
  --popover: oklch(100% .002 170);
}
html.tone-claro.theme-sinapse .light {
  --background: oklch(100% .008 170);
  --card: oklch(100% .004 170);
  --popover: oklch(100% .002 170);
}
html.tone-medio.theme-atrium-os {
  --background: oklch(18.5% .022 215);
  --card: oklch(22.5% .026 212);
  --popover: oklch(24.5% .03 212);
}
html.tone-claro.theme-atrium-os {
  --background: oklch(29.5% .022 215);
  --card: oklch(33.5% .026 212);
  --popover: oklch(35.5% .03 212);
}
html.tone-medio.theme-atrium-os .light {
  --background: oklch(98.7% .008 210);
  --card: oklch(100% .004 210);
  --popover: oklch(100% .002 210);
}
html.tone-claro.theme-atrium-os .light {
  --background: oklch(100% .008 210);
  --card: oklch(100% .004 210);
  --popover: oklch(100% .002 210);
}
.atmosphere.atmosphere .theme-vigilia {
  --accent-h: 62;
  --neutral-h: 222;
  --background: oklch(17% .022 222);
  --foreground: oklch(92% .012 222);
  --card: oklch(21.5% .028 222);
  --card-foreground: oklch(92% .012 222);
  --popover: oklch(23.5% .03 222);
  --popover-foreground: oklch(94% .01 222);
  --primary: oklch(76% .155 62);
  --primary-foreground: oklch(18% .04 60);
  --secondary: oklch(25.5% .03 222);
  --secondary-foreground: oklch(92% .012 222);
  --muted: oklch(22.5% .026 222);
  --muted-foreground: oklch(66% .022 222);
  --accent: oklch(32% .05 62);
  --accent-foreground: oklch(94% .01 222);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .022 222);
  --input: oklch(27% .022 222);
  --ring: oklch(76% .155 62);
}
.atmosphere.atmosphere .theme-vigilia .light {
  --background: oklch(97% .008 222);
  --foreground: oklch(26% .025 230);
  --card: oklch(99% .005 222);
  --card-foreground: oklch(26% .025 230);
  --popover: oklch(100% .003 222);
  --popover-foreground: oklch(26% .025 230);
  --primary: oklch(60% .14 55);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94% .012 222);
  --secondary-foreground: oklch(28% .025 230);
  --muted: oklch(94.5% .01 222);
  --muted-foreground: oklch(50% .02 230);
  --accent: oklch(92% .03 55);
  --accent-foreground: oklch(28% .025 230);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90% .012 222);
  --input: oklch(91.5% .012 222);
  --ring: oklch(60% .14 55);
}
.atmosphere.atmosphere .theme-vigilia .os-wallpaper, .atmosphere.atmosphere .theme-vigilia .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-vigilia .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 82% 8%, oklch(76% .155 62 / .22), #0000 55%), radial-gradient(120% 110% at 12% 100%, oklch(30% .05 200 / .4), #0000 60%), linear-gradient(160deg, oklch(18% .024 222), oklch(12% .016 230));
}
.atmosphere.atmosphere .theme-vigilia .light .os-wallpaper, .atmosphere.atmosphere .theme-vigilia .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-vigilia .light .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 84% 6%, oklch(60% .14 55 / .1), #0000 55%), linear-gradient(160deg, oklch(98% .01 222), oklch(94% .018 222));
}
.wallpaper-sobrio.atmosphere.atmosphere .theme-vigilia .os-wallpaper, .atmosphere.atmosphere .theme-vigilia.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-vigilia.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .3) 100%), radial-gradient(90% 70% at 50% -8%, oklch(76% .155 62 / .14), #0000 70%), linear-gradient(168deg, oklch(17% .022 222), oklch(11.5% .014 230));
}
.atmosphere.atmosphere .theme-vigilia.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(85% .04 222 / .5) 100%), radial-gradient(95% 78% at 30% -8%, oklch(62% .13 55 / .5), #0000 72%), linear-gradient(168deg, oklch(95.5% .012 222), oklch(92.5% .02 222));
}
.atmosphere.atmosphere .theme-vigilia .dark .os-menu {
  background: oklch(23.5% .03 222);
  border-color: oklch(34% .022 222);
}
.atmosphere.atmosphere .theme-pergaminho {
  --accent-h: 42;
  --neutral-h: 80;
  --background: oklch(17.5% .014 78);
  --foreground: oklch(88% .016 82);
  --card: oklch(22.5% .018 80);
  --card-foreground: oklch(88% .016 82);
  --popover: oklch(24.5% .02 80);
  --popover-foreground: oklch(90% .014 82);
  --primary: oklch(67% .128 42);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(26.5% .02 80);
  --secondary-foreground: oklch(88% .016 82);
  --muted: oklch(23.5% .018 80);
  --muted-foreground: oklch(64% .014 80);
  --accent: oklch(32% .05 42);
  --accent-foreground: oklch(90% .014 82);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .018 78);
  --input: oklch(26.5% .018 78);
  --ring: oklch(67% .128 42);
}
.atmosphere.atmosphere .theme-pergaminho .light {
  --background: oklch(98.1% .009 85);
  --foreground: oklch(21% .012 76);
  --card: oklch(99.8% .005 85);
  --card-foreground: oklch(21% .012 76);
  --popover: oklch(100% .003 85);
  --popover-foreground: oklch(21% .012 76);
  --primary: oklch(56% .13 42);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94% .014 84);
  --secondary-foreground: oklch(24% .014 76);
  --muted: oklch(94.5% .012 84);
  --muted-foreground: oklch(50% .012 80);
  --accent: oklch(92% .032 44);
  --accent-foreground: oklch(24% .014 76);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .016 84);
  --input: oklch(91.5% .014 84);
  --ring: oklch(56% .13 42);
}
.atmosphere.atmosphere .theme-pergaminho .os-wallpaper, .atmosphere.atmosphere .theme-pergaminho .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-pergaminho .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 80% 8%, oklch(67% .128 42 / .18), #0000 55%), radial-gradient(100% 90% at 15% 95%, oklch(22% .018 65 / .5), #0000 55%), linear-gradient(158deg, oklch(19% .016 80), oklch(13% .012 72));
}
.atmosphere.atmosphere .theme-pergaminho .light .os-wallpaper, .atmosphere.atmosphere .theme-pergaminho .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-pergaminho .light .mob-shell .os-wallpaper {
  background: radial-gradient(85% 60% at 85% 5%, oklch(56% .13 42 / .08), #0000 55%), linear-gradient(158deg, oklch(98.5% .01 86), oklch(95.5% .018 82));
}
.atmosphere.atmosphere .theme-pergaminho.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-pergaminho.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-pergaminho.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .28) 100%), radial-gradient(90% 70% at 50% -8%, oklch(67% .128 42 / .12), #0000 70%), linear-gradient(168deg, oklch(17.5% .014 78), oklch(11.5% .01 72));
}
.atmosphere.atmosphere .theme-pergaminho.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(88% .025 82 / .45) 100%), radial-gradient(95% 78% at 30% -8%, oklch(60% .12 44 / .45), #0000 72%), linear-gradient(168deg, oklch(96.8% .01 84), oklch(93.8% .018 80));
}
.atmosphere.atmosphere .theme-pergaminho .dark .os-menu {
  background: oklch(24.5% .02 80);
  border-color: oklch(33% .018 78);
}
.atmosphere.atmosphere .theme-cobre {
  --accent-h: 42;
  --neutral-h: 50;
  --background: oklch(16.5% .022 48);
  --foreground: oklch(90% .022 70);
  --card: oklch(21.5% .026 50);
  --card-foreground: oklch(90% .022 70);
  --popover: oklch(23.5% .028 50);
  --popover-foreground: oklch(92% .02 72);
  --primary: oklch(74% .17 42);
  --primary-foreground: oklch(16% .04 45);
  --secondary: oklch(25.5% .028 50);
  --secondary-foreground: oklch(90% .022 70);
  --muted: oklch(22.5% .024 50);
  --muted-foreground: oklch(66% .022 58);
  --accent: oklch(34% .06 42);
  --accent-foreground: oklch(92% .02 72);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .028 50);
  --input: oklch(26.5% .026 48);
  --ring: oklch(74% .17 42);
}
.atmosphere.atmosphere .theme-cobre .light {
  --background: oklch(97.5% .012 78);
  --foreground: oklch(23% .016 54);
  --card: oklch(99.5% .006 80);
  --card-foreground: oklch(23% .016 54);
  --popover: oklch(100% .004 80);
  --popover-foreground: oklch(23% .016 54);
  --primary: oklch(58% .15 42);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94% .016 76);
  --secondary-foreground: oklch(26% .016 54);
  --muted: oklch(94.5% .014 76);
  --muted-foreground: oklch(52% .016 58);
  --accent: oklch(92% .038 44);
  --accent-foreground: oklch(26% .016 54);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90% .018 76);
  --input: oklch(91.2% .016 76);
  --ring: oklch(58% .15 42);
}
.atmosphere.atmosphere .theme-cobre .os-wallpaper, .atmosphere.atmosphere .theme-cobre .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-cobre .mob-shell .os-wallpaper {
  background: radial-gradient(85% 65% at 50% -5%, oklch(74% .17 42 / .22), #0000 60%), radial-gradient(100% 100% at 5% 105%, oklch(24% .025 40 / .5), #0000 55%), linear-gradient(158deg, oklch(18.5% .025 50), oklch(12% .018 44));
}
.atmosphere.atmosphere .theme-cobre .light .os-wallpaper, .atmosphere.atmosphere .theme-cobre .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-cobre .light .mob-shell .os-wallpaper {
  background: radial-gradient(85% 55% at 80% 5%, oklch(58% .15 42 / .1), #0000 55%), linear-gradient(158deg, oklch(98% .013 80), oklch(94.8% .022 70));
}
.atmosphere.atmosphere .theme-cobre.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-cobre.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-cobre.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .32) 100%), radial-gradient(90% 70% at 50% -8%, oklch(74% .17 42 / .14), #0000 70%), linear-gradient(168deg, oklch(16.5% .022 48), oklch(10.8% .016 44));
}
.atmosphere.atmosphere .theme-cobre.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(86% .032 72 / .48) 100%), radial-gradient(95% 78% at 30% -8%, oklch(62% .14 44 / .48), #0000 72%), linear-gradient(168deg, oklch(96.2% .014 78), oklch(92.8% .022 68));
}
.atmosphere.atmosphere .theme-cobre .dark .os-menu {
  background: oklch(23.5% .028 50);
  border-color: oklch(34% .028 50);
}
.atmosphere.atmosphere .theme-portes {
  --accent-h: 186;
  --neutral-h: 184;
  --background: oklch(20.5% .028 184);
  --foreground: oklch(90% .014 184);
  --card: oklch(25% .032 184);
  --card-foreground: oklch(90% .014 184);
  --popover: oklch(27% .034 184);
  --popover-foreground: oklch(92% .012 184);
  --primary: oklch(70% .085 186);
  --primary-foreground: oklch(16% .03 184);
  --secondary: oklch(28.5% .032 184);
  --secondary-foreground: oklch(90% .014 184);
  --muted: oklch(25.5% .028 184);
  --muted-foreground: oklch(70% .022 184);
  --accent: oklch(34% .05 186);
  --accent-foreground: oklch(92% .012 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(34% .03 184);
  --input: oklch(29% .028 184);
  --ring: oklch(70% .085 186);
}
.atmosphere.atmosphere .theme-portes .light {
  --background: oklch(98.5% .007 184);
  --foreground: oklch(27% .025 184);
  --card: oklch(99.8% .004 184);
  --card-foreground: oklch(27% .025 184);
  --popover: oklch(100% .003 184);
  --popover-foreground: oklch(27% .025 184);
  --primary: oklch(52% .085 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(94.5% .014 184);
  --secondary-foreground: oklch(29% .025 184);
  --muted: oklch(95% .011 184);
  --muted-foreground: oklch(50% .02 184);
  --accent: oklch(92% .035 186);
  --accent-foreground: oklch(29% .025 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .016 184);
  --input: oklch(91.5% .014 184);
  --ring: oklch(52% .085 186);
}
.atmosphere.atmosphere .theme-portes.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-portes.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-portes.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 58%, oklch(0% 0 0 / .34) 100%), radial-gradient(95% 75% at 50% -10%, oklch(70% .085 186 / .16), #0000 70%), linear-gradient(168deg, oklch(23.5% .034 184), oklch(15% .026 182));
}
.atmosphere.atmosphere .theme-portes.wallpaper-sobrio .light .os-wallpaper, .atmosphere.atmosphere .theme-portes.wallpaper-sobrio .light .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-portes.wallpaper-sobrio .light .mob-shell.os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, #0000 58%, oklch(85% .022 184 / .5) 100%), radial-gradient(95% 78% at 30% -8%, oklch(58% .085 186 / .42), #0000 72%), linear-gradient(168deg, oklch(97.2% .009 184), oklch(93.5% .018 184));
}
.atmosphere.atmosphere .theme-portes .os-wallpaper, .atmosphere.atmosphere .theme-portes .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-portes .mob-shell .os-wallpaper {
  background: radial-gradient(95% 72% at 82% 6%, oklch(70% .09 186 / .18), #0000 55%), radial-gradient(120% 110% at 10% 100%, oklch(40% .06 168 / .3), #0000 60%), radial-gradient(150% 120% at 50% 40%, oklch(27% .03 184 / .5), #0000 60%), linear-gradient(160deg, oklch(23.5% .034 184), oklch(15% .026 182));
}
.atmosphere.atmosphere .theme-portes .light .os-wallpaper, .atmosphere.atmosphere .theme-portes .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-portes .light .mob-shell .os-wallpaper {
  background: radial-gradient(95% 72% at 84% 4%, oklch(58% .09 186 / .1), #0000 55%), radial-gradient(110% 100% at 10% 100%, oklch(80% .05 168 / .18), #0000 60%), linear-gradient(160deg, oklch(98.5% .009 184), oklch(94.5% .018 184));
}
.atmosphere.atmosphere .theme-portes .dark .os-menu {
  background: oklch(27% .034 184);
  border-color: oklch(36% .03 184);
}
.atmosphere.atmosphere .theme-nevoa {
  --accent-h: 250;
  --neutral-h: 248;
  --background: oklch(21.5% .012 248);
  --foreground: oklch(96% .004 245);
  --card: oklch(25.5% .014 248);
  --card-foreground: oklch(96% .004 245);
  --popover: oklch(25.5% .014 248);
  --popover-foreground: oklch(96% .004 245);
  --primary: oklch(67% .13 250);
  --primary-foreground: oklch(16% .03 250);
  --secondary: oklch(30% .012 248);
  --secondary-foreground: oklch(96% .004 245);
  --muted: oklch(28.5% .012 248);
  --muted-foreground: oklch(69% .012 248);
  --accent: oklch(32% .025 250);
  --accent-foreground: oklch(96% .004 245);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .01 248);
  --input: oklch(29% .01 248);
  --ring: oklch(67% .13 250);
}
.atmosphere.atmosphere .theme-nevoa .light {
  --background: oklch(99% .002 245);
  --foreground: oklch(24% .012 250);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(24% .012 250);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(24% .012 250);
  --primary: oklch(58% .12 250);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96.5% .003 245);
  --secondary-foreground: oklch(26% .012 250);
  --muted: oklch(96.5% .003 245);
  --muted-foreground: oklch(55% .012 248);
  --accent: oklch(95% .012 250);
  --accent-foreground: oklch(26% .012 250);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92.5% .004 245);
  --input: oklch(91% .005 245);
  --ring: oklch(58% .12 250);
}
.atmosphere.atmosphere .theme-nevoa.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-nevoa.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-nevoa.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .22) 100%), linear-gradient(168deg, oklch(22.5% .014 248), oklch(17.5% .012 248));
}
.atmosphere.atmosphere .theme-nevoa.wallpaper-sobrio .light .os-wallpaper, .atmosphere.atmosphere .theme-nevoa.wallpaper-sobrio .light .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-nevoa.wallpaper-sobrio .light .mob-shell.os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .008 248 / .4) 100%), linear-gradient(168deg, oklch(98.5% .003 245), oklch(96% .006 246));
}
.atmosphere.atmosphere .theme-nevoa .os-wallpaper, .atmosphere.atmosphere .theme-nevoa .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-nevoa .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(67% .13 250 / .1), #0000 65%), linear-gradient(160deg, oklch(23% .014 248), oklch(18% .012 248));
}
.atmosphere.atmosphere .theme-nevoa .light .os-wallpaper, .atmosphere.atmosphere .theme-nevoa .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-nevoa .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(58% .12 250 / .06), #0000 65%), linear-gradient(160deg, oklch(99% .003 245), oklch(96.5% .006 246));
}
.atmosphere.atmosphere .theme-grafite {
  --accent-h: 260;
  --neutral-h: 260;
  --background: oklch(16.5% .006 260);
  --foreground: oklch(96% .002 260);
  --card: oklch(21.5% .006 260);
  --card-foreground: oklch(96% .002 260);
  --popover: oklch(23.5% .007 260);
  --popover-foreground: oklch(96% .002 260);
  --primary: oklch(72% .018 260);
  --primary-foreground: oklch(18% .006 260);
  --secondary: oklch(28.5% .008 260);
  --secondary-foreground: oklch(96% .002 260);
  --muted: oklch(25.5% .007 260);
  --muted-foreground: oklch(66% .008 260);
  --accent: oklch(30.5% .009 260);
  --accent-foreground: oklch(96% .002 260);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .008 260);
  --input: oklch(28.5% .008 260);
  --ring: oklch(72% .018 260);
}
.atmosphere.atmosphere .theme-grafite .light {
  --background: oklch(98.5% .002 260);
  --foreground: oklch(22% .006 260);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(22% .006 260);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(22% .006 260);
  --primary: oklch(45% .012 260);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96.5% .003 260);
  --secondary-foreground: oklch(26% .006 260);
  --muted: oklch(96.5% .003 260);
  --muted-foreground: oklch(52% .008 260);
  --accent: oklch(94% .004 260);
  --accent-foreground: oklch(26% .006 260);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92% .003 260);
  --input: oklch(90.5% .004 260);
  --ring: oklch(45% .012 260);
}
.atmosphere.atmosphere .theme-grafite .os-wallpaper, .atmosphere.atmosphere .theme-grafite .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-grafite .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(72% .018 260 / .1), #0000 65%), linear-gradient(160deg, oklch(20% .006 260), oklch(15% .006 260));
}
.atmosphere.atmosphere .theme-grafite .light .os-wallpaper, .atmosphere.atmosphere .theme-grafite .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-grafite .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(55% .012 260 / .05), #0000 65%), linear-gradient(160deg, oklch(99% .002 260), oklch(96% .004 260));
}
.atmosphere.atmosphere .theme-grafite.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-grafite.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-grafite.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .24) 100%), linear-gradient(168deg, oklch(18.5% .006 260), oklch(14% .006 260));
}
.atmosphere.atmosphere .theme-grafite.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .004 260 / .42) 100%), linear-gradient(168deg, oklch(98.2% .002 260), oklch(95.5% .004 260));
}
.atmosphere.atmosphere .theme-grafite .dark .os-menu {
  background: oklch(23.5% .007 260);
  border-color: oklch(33% .008 260);
}
.atmosphere.atmosphere .theme-constelacao {
  --accent-h: 250;
  --neutral-h: 250;
  --background: oklch(18% .015 250);
  --foreground: oklch(95% .006 250);
  --card: oklch(22.5% .018 250);
  --card-foreground: oklch(95% .006 250);
  --popover: oklch(25.5% .02 250);
  --popover-foreground: oklch(95% .006 250);
  --primary: oklch(62% .13 250);
  --primary-foreground: oklch(14% .03 250);
  --secondary: oklch(28.5% .018 250);
  --secondary-foreground: oklch(95% .006 250);
  --muted: oklch(26% .016 250);
  --muted-foreground: oklch(66% .015 250);
  --accent: oklch(32% .04 250);
  --accent-foreground: oklch(95% .006 250);
  --destructive: oklch(66% .2 18);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(30% .015 250);
  --input: oklch(27% .015 250);
  --ring: oklch(62% .13 250);
  --chart-1: oklch(72% .13 195);
  --chart-2: oklch(70% .14 250);
  --chart-3: oklch(68% .15 290);
  --chart-4: oklch(71% .16 350);
  --chart-5: oklch(80% .14 70);
}
.atmosphere.atmosphere .theme-constelacao .light {
  --background: oklch(98% .004 250);
  --foreground: oklch(22% .02 255);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(22% .02 255);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(22% .02 255);
  --primary: oklch(52% .16 255);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96% .004 250);
  --secondary-foreground: oklch(24% .02 255);
  --muted: oklch(96% .004 250);
  --muted-foreground: oklch(50% .018 252);
  --accent: oklch(94% .02 252);
  --accent-foreground: oklch(24% .02 255);
  --destructive: oklch(55% .2 22);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(91% .006 250);
  --input: oklch(90% .007 250);
  --ring: oklch(52% .16 255);
  --chart-1: oklch(58% .12 195);
  --chart-2: oklch(55% .16 255);
  --chart-3: oklch(52% .17 290);
  --chart-4: oklch(56% .18 350);
  --chart-5: oklch(62% .14 65);
}
.atmosphere.atmosphere .theme-constelacao.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-constelacao.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-constelacao.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .26) 100%), linear-gradient(168deg, oklch(19.5% .016 250), oklch(14.5% .014 250));
}
.atmosphere.atmosphere .theme-constelacao.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .008 250 / .4) 100%), linear-gradient(168deg, oklch(98.4% .004 250), oklch(96% .007 250));
}
.atmosphere.atmosphere .theme-constelacao .os-wallpaper, .atmosphere.atmosphere .theme-constelacao .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-constelacao .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(62% .13 250 / .1), #0000 65%), linear-gradient(160deg, oklch(20.5% .016 250), oklch(15% .014 250));
}
.atmosphere.atmosphere .theme-constelacao .light .os-wallpaper, .atmosphere.atmosphere .theme-constelacao .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-constelacao .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(52% .16 255 / .06), #0000 65%), linear-gradient(160deg, oklch(98.5% .004 250), oklch(96.5% .007 250));
}
.atmosphere.atmosphere .theme-linho {
  --accent-h: 55;
  --neutral-h: 70;
  --background: oklch(21.5% .008 70);
  --foreground: oklch(93% .006 75);
  --card: oklch(25.5% .01 70);
  --card-foreground: oklch(93% .006 75);
  --popover: oklch(27% .011 70);
  --popover-foreground: oklch(93% .006 75);
  --primary: oklch(67% .09 58);
  --primary-foreground: oklch(17% .02 55);
  --secondary: oklch(30% .01 70);
  --secondary-foreground: oklch(93% .006 75);
  --muted: oklch(27.5% .009 70);
  --muted-foreground: oklch(68% .01 70);
  --accent: oklch(33% .02 58);
  --accent-foreground: oklch(93% .006 75);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .008 70);
  --input: oklch(29% .008 70);
  --ring: oklch(67% .09 58);
}
.atmosphere.atmosphere .theme-linho .light {
  --background: oklch(98.5% .006 75);
  --foreground: oklch(26% .012 70);
  --card: oklch(99.7% .004 75);
  --card-foreground: oklch(26% .012 70);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(26% .012 70);
  --primary: oklch(56% .08 55);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(95.5% .006 75);
  --secondary-foreground: oklch(28% .012 70);
  --muted: oklch(95.5% .006 75);
  --muted-foreground: oklch(52% .012 70);
  --accent: oklch(93% .02 60);
  --accent-foreground: oklch(28% .012 70);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(91% .008 75);
  --input: oklch(89% .01 75);
  --ring: oklch(56% .08 55);
}
.atmosphere.atmosphere .theme-linho.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-linho.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-linho.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 40%, #0000 62%, oklch(0% 0 0 / .22) 100%), linear-gradient(168deg, oklch(22.5% .01 70), oklch(18% .008 70));
}
.atmosphere.atmosphere .theme-linho.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 60%, oklch(90% .012 72 / .4) 100%), linear-gradient(168deg, oklch(98.5% .006 75), oklch(96% .01 72));
}
.atmosphere.atmosphere .theme-linho .os-wallpaper, .atmosphere.atmosphere .theme-linho .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-linho .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(67% .09 58 / .08), #0000 65%), linear-gradient(160deg, oklch(23% .01 70), oklch(18% .008 70));
}
.atmosphere.atmosphere .theme-linho .light .os-wallpaper, .atmosphere.atmosphere .theme-linho .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-linho .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(56% .08 55 / .05), #0000 65%), linear-gradient(160deg, oklch(99% .006 75), oklch(96.5% .01 72));
}
.atmosphere.atmosphere .theme-nitido {
  --accent-h: 255;
  --neutral-h: 260;
  --background: oklch(15% .012 260);
  --foreground: oklch(99% 0 0);
  --card: oklch(20.5% .014 260);
  --card-foreground: oklch(99% 0 0);
  --popover: oklch(20.5% .014 260);
  --popover-foreground: oklch(99% 0 0);
  --primary: oklch(72% .18 255);
  --primary-foreground: oklch(12% .03 260);
  --secondary: oklch(27% .016 260);
  --secondary-foreground: oklch(99% 0 0);
  --muted: oklch(24% .014 260);
  --muted-foreground: oklch(80% .012 260);
  --accent: oklch(34% .06 258);
  --accent-foreground: oklch(99% 0 0);
  --destructive: oklch(70% .2 25);
  --destructive-foreground: oklch(12% .02 25);
  --border: oklch(46% .014 260);
  --input: oklch(52% .016 260);
  --ring: oklch(72% .18 255);
}
.atmosphere.atmosphere .theme-nitido .light {
  --background: oklch(100% 0 0);
  --foreground: oklch(15% .01 260);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(15% .01 260);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(15% .01 260);
  --primary: oklch(47% .21 255);
  --primary-foreground: oklch(100% 0 0);
  --secondary: oklch(95% .005 260);
  --secondary-foreground: oklch(15% .01 260);
  --muted: oklch(95% .005 260);
  --muted-foreground: oklch(38% .015 260);
  --accent: oklch(93% .03 255);
  --accent-foreground: oklch(15% .01 260);
  --destructive: oklch(50% .24 25);
  --destructive-foreground: oklch(100% 0 0);
  --border: oklch(74% .012 260);
  --input: oklch(66% .014 260);
  --ring: oklch(47% .21 255);
}
.atmosphere.atmosphere .theme-nitido.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-nitido.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-nitido.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: linear-gradient(168deg, oklch(16.5% .012 260), oklch(14% .012 260));
}
.atmosphere.atmosphere .theme-nitido.wallpaper-sobrio .light .os-wallpaper {
  background: linear-gradient(168deg, oklch(100% 0 0), oklch(98.5% .004 260));
}
.atmosphere.atmosphere .theme-nitido .os-wallpaper, .atmosphere.atmosphere .theme-nitido .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-nitido .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(72% .18 255 / .1), #0000 60%), linear-gradient(160deg, oklch(17% .012 260), oklch(14% .012 260));
}
.atmosphere.atmosphere .theme-nitido .light .os-wallpaper, .atmosphere.atmosphere .theme-nitido .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-nitido .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(47% .21 255 / .06), #0000 60%), linear-gradient(160deg, oklch(100% 0 0), oklch(98% .005 260));
}
.atmosphere.atmosphere .theme-alvorada {
  --accent-h: 35;
  --neutral-h: 280;
  --background: oklch(21.5% .018 280);
  --foreground: oklch(95% .008 60);
  --card: oklch(25.5% .02 280);
  --card-foreground: oklch(95% .008 60);
  --popover: oklch(25.5% .02 280);
  --popover-foreground: oklch(95% .008 60);
  --primary: oklch(72% .14 38);
  --primary-foreground: oklch(17% .03 35);
  --secondary: oklch(30% .02 280);
  --secondary-foreground: oklch(95% .008 60);
  --muted: oklch(28% .018 280);
  --muted-foreground: oklch(70% .018 275);
  --accent: oklch(34% .05 38);
  --accent-foreground: oklch(95% .008 60);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .016 280);
  --input: oklch(29% .016 280);
  --ring: oklch(72% .14 38);
}
.atmosphere.atmosphere .theme-alvorada .light {
  --background: oklch(99% .008 60);
  --foreground: oklch(28% .02 280);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(28% .02 280);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(28% .02 280);
  --primary: oklch(65% .15 35);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(96.5% .01 55);
  --secondary-foreground: oklch(30% .02 280);
  --muted: oklch(96.5% .01 55);
  --muted-foreground: oklch(52% .022 275);
  --accent: oklch(93% .04 40);
  --accent-foreground: oklch(30% .02 280);
  --destructive: oklch(58% .21 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(92% .012 55);
  --input: oklch(90% .014 55);
  --ring: oklch(65% .15 35);
}
.atmosphere.atmosphere .theme-alvorada .os-wallpaper, .atmosphere.atmosphere .theme-alvorada .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-alvorada .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 80% 0, oklch(72% .14 38 / .12), #0000 60%), linear-gradient(160deg, oklch(23% .02 280), oklch(17% .016 285));
}
.atmosphere.atmosphere .theme-alvorada .light .os-wallpaper, .atmosphere.atmosphere .theme-alvorada .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-alvorada .light .mob-shell .os-wallpaper {
  background: radial-gradient(90% 70% at 80% -5%, oklch(88% .07 40 / .55), #0000 60%), radial-gradient(80% 70% at 8% 110%, oklch(90% .05 285 / .55), #0000 60%), linear-gradient(160deg, oklch(99% .01 55), oklch(96.5% .02 300));
}
.atmosphere.atmosphere .theme-alvorada.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-alvorada.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-alvorada.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(120% 100% at 50% -10%, oklch(34% .05 38 / .5), #0000 65%), linear-gradient(168deg, oklch(21.5% .018 280), oklch(16% .014 285));
}
.atmosphere.atmosphere .theme-alvorada.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(120% 100% at 50% -10%, oklch(90% .05 45 / .4), #0000 65%), linear-gradient(168deg, oklch(99% .008 55), oklch(96.5% .014 300));
}
.atmosphere.atmosphere .theme-brasa {
  --accent-h: 32;
  --neutral-h: 32;
  --background: oklch(16% .022 45);
  --foreground: oklch(95% .012 70);
  --card: oklch(21% .028 45);
  --card-foreground: oklch(95% .012 70);
  --popover: oklch(25.5% .03 42);
  --popover-foreground: oklch(96.5% .012 70);
  --primary: oklch(68% .195 30);
  --primary-foreground: oklch(15% .04 38);
  --secondary: oklch(28% .035 42);
  --secondary-foreground: oklch(95% .012 70);
  --muted: oklch(24% .028 45);
  --muted-foreground: oklch(74% .035 55);
  --accent: oklch(36% .085 28);
  --accent-foreground: oklch(96% .012 70);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .035 45);
  --input: oklch(25% .03 45);
  --ring: oklch(68% .195 30);
}
.atmosphere.atmosphere .theme-brasa .light {
  --background: oklch(97.5% .028 65);
  --foreground: oklch(28% .04 45);
  --card: oklch(99% .018 65);
  --card-foreground: oklch(28% .04 45);
  --popover: oklch(99.5% .014 65);
  --popover-foreground: oklch(28% .04 45);
  --primary: oklch(56% .205 30);
  --primary-foreground: oklch(99% .01 65);
  --secondary: oklch(91% .07 60);
  --secondary-foreground: oklch(30% .04 45);
  --muted: oklch(94.5% .032 62);
  --muted-foreground: oklch(48% .04 50);
  --accent: oklch(89% .07 45);
  --accent-foreground: oklch(30% .04 45);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .04 60);
  --input: oklch(90.5% .038 60);
  --ring: oklch(56% .205 30);
}
.atmosphere.atmosphere .theme-floresta {
  --accent-h: 158;
  --neutral-h: 158;
  --background: oklch(16% .022 155);
  --foreground: oklch(95% .01 145);
  --card: oklch(21% .028 155);
  --card-foreground: oklch(95% .01 145);
  --popover: oklch(25.5% .03 155);
  --popover-foreground: oklch(96.5% .01 145);
  --primary: oklch(74% .15 158);
  --primary-foreground: oklch(14% .03 158);
  --secondary: oklch(28% .03 155);
  --secondary-foreground: oklch(95% .01 145);
  --muted: oklch(24% .025 155);
  --muted-foreground: oklch(73% .03 150);
  --accent: oklch(34% .06 158);
  --accent-foreground: oklch(96% .01 145);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .03 155);
  --input: oklch(25% .025 155);
  --ring: oklch(74% .15 158);
}
.atmosphere.atmosphere .theme-floresta .light {
  --background: oklch(97% .022 150);
  --foreground: oklch(26% .03 155);
  --card: oklch(99% .014 150);
  --card-foreground: oklch(26% .03 155);
  --popover: oklch(99.5% .01 150);
  --popover-foreground: oklch(26% .03 155);
  --primary: oklch(52% .14 158);
  --primary-foreground: oklch(99% .01 150);
  --secondary: oklch(91% .055 150);
  --secondary-foreground: oklch(28% .03 155);
  --muted: oklch(94% .025 150);
  --muted-foreground: oklch(46% .03 152);
  --accent: oklch(89% .06 158);
  --accent-foreground: oklch(28% .03 155);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(87% .03 150);
  --input: oklch(90% .028 150);
  --ring: oklch(52% .14 158);
}
.atmosphere.atmosphere .theme-lastro {
  --accent-h: 75;
  --neutral-h: 184;
  --background: oklch(19.5% .02 184);
  --foreground: oklch(91% .012 184);
  --card: oklch(23.5% .024 184);
  --card-foreground: oklch(91% .012 184);
  --popover: oklch(25.5% .026 184);
  --popover-foreground: oklch(91% .012 184);
  --primary: oklch(74% .1 75);
  --primary-foreground: oklch(18% .04 70);
  --secondary: oklch(27% .024 184);
  --secondary-foreground: oklch(91% .012 184);
  --muted: oklch(24.5% .02 184);
  --muted-foreground: oklch(67% .02 184);
  --accent: oklch(33% .05 75);
  --accent-foreground: oklch(92% .03 80);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .022 184);
  --input: oklch(28% .02 184);
  --ring: oklch(74% .1 75);
}
.atmosphere.atmosphere .theme-lastro .light {
  --background: oklch(98% .007 184);
  --foreground: oklch(27% .022 184);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(27% .022 184);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(27% .022 184);
  --primary: oklch(62% .12 70);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(95% .012 184);
  --secondary-foreground: oklch(29% .022 184);
  --muted: oklch(95.5% .01 184);
  --muted-foreground: oklch(50% .018 184);
  --accent: oklch(93% .045 75);
  --accent-foreground: oklch(35% .05 70);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .013 184);
  --input: oklch(91.5% .011 184);
  --ring: oklch(62% .12 70);
}
.atmosphere.atmosphere .theme-lastro .os-wallpaper, .atmosphere.atmosphere .theme-lastro .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-lastro .mob-shell .os-wallpaper {
  background: radial-gradient(110% 85% at 82% 0, oklch(74% .1 75 / .16), #0000 58%), radial-gradient(120% 100% at 10% 110%, oklch(40% .05 184 / .4), #0000 60%), linear-gradient(160deg, oklch(21% .022 184), oklch(15% .018 184));
}
.atmosphere.atmosphere .theme-lastro .light .os-wallpaper, .atmosphere.atmosphere .theme-lastro .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-lastro .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 84% -8%, oklch(74% .1 75 / .12), #0000 60%), linear-gradient(160deg, oklch(99% .008 184), oklch(96% .014 184));
}
.atmosphere.atmosphere .theme-lastro.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-lastro.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-lastro.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 60%, oklch(0% 0 0 / .26) 100%), radial-gradient(95% 75% at 50% -8%, oklch(74% .1 75 / .1), #0000 70%), linear-gradient(168deg, oklch(19.5% .02 184), oklch(14% .016 184));
}
.atmosphere.atmosphere .theme-lastro.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 62%, oklch(88% .02 184 / .42) 100%), linear-gradient(168deg, oklch(98% .007 184), oklch(95.5% .012 184));
}
.atmosphere.atmosphere .theme-lastro .dark .os-menu {
  background: oklch(25.5% .026 184);
  border-color: oklch(33% .024 184);
}
.atmosphere.atmosphere .theme-lavanda {
  --accent-h: 298;
  --neutral-h: 298;
  --background: oklch(16% .024 290);
  --foreground: oklch(95% .01 295);
  --card: oklch(21% .03 290);
  --card-foreground: oklch(95% .01 295);
  --popover: oklch(25.5% .034 290);
  --popover-foreground: oklch(96.5% .01 295);
  --primary: oklch(72% .14 298);
  --primary-foreground: oklch(14% .035 298);
  --secondary: oklch(28% .034 290);
  --secondary-foreground: oklch(95% .01 295);
  --muted: oklch(24% .028 290);
  --muted-foreground: oklch(73% .032 293);
  --accent: oklch(35% .065 295);
  --accent-foreground: oklch(96% .01 295);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .034 290);
  --input: oklch(25% .028 290);
  --ring: oklch(72% .14 298);
}
.atmosphere.atmosphere .theme-lavanda .light {
  --background: oklch(97.5% .022 295);
  --foreground: oklch(27% .035 293);
  --card: oklch(99% .014 295);
  --card-foreground: oklch(27% .035 293);
  --popover: oklch(99.7% .01 295);
  --popover-foreground: oklch(27% .035 293);
  --primary: oklch(53% .16 298);
  --primary-foreground: oklch(99% .008 295);
  --secondary: oklch(91% .055 295);
  --secondary-foreground: oklch(28% .035 293);
  --muted: oklch(94% .026 295);
  --muted-foreground: oklch(47% .032 293);
  --accent: oklch(90% .055 297);
  --accent-foreground: oklch(28% .035 293);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .03 295);
  --input: oklch(90.5% .028 295);
  --ring: oklch(53% .16 298);
}
.atmosphere.atmosphere .theme-noite {
  --accent-h: 262;
  --neutral-h: 262;
  --background: oklch(15% .028 255);
  --foreground: oklch(95% .008 250);
  --card: oklch(20% .035 255);
  --card-foreground: oklch(95% .008 250);
  --popover: oklch(25% .04 255);
  --popover-foreground: oklch(96.5% .008 250);
  --primary: oklch(70% .16 262);
  --primary-foreground: oklch(13% .04 262);
  --secondary: oklch(27% .04 255);
  --secondary-foreground: oklch(95% .008 250);
  --muted: oklch(23% .032 255);
  --muted-foreground: oklch(72% .035 255);
  --accent: oklch(33% .07 258);
  --accent-foreground: oklch(96% .008 250);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31% .04 255);
  --input: oklch(24% .032 255);
  --ring: oklch(70% .16 262);
}
.atmosphere.atmosphere .theme-noite .light {
  --background: oklch(97.5% .018 250);
  --foreground: oklch(25% .035 258);
  --card: oklch(99% .012 250);
  --card-foreground: oklch(25% .035 258);
  --popover: oklch(99.8% .008 250);
  --popover-foreground: oklch(25% .035 258);
  --primary: oklch(50% .17 262);
  --primary-foreground: oklch(99% .01 250);
  --secondary: oklch(91% .05 250);
  --secondary-foreground: oklch(26% .035 258);
  --muted: oklch(94% .022 250);
  --muted-foreground: oklch(45% .035 255);
  --accent: oklch(90% .05 258);
  --accent-foreground: oklch(26% .035 258);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(87% .025 250);
  --input: oklch(90% .024 250);
  --ring: oklch(50% .17 262);
}
.atmosphere.atmosphere .theme-porto {
  --accent-h: 184;
  --neutral-h: 184;
  --background: oklch(20% .01 184);
  --foreground: oklch(89% .008 184);
  --card: oklch(23.5% .012 184);
  --card-foreground: oklch(89% .008 184);
  --popover: oklch(25% .013 184);
  --popover-foreground: oklch(91% .008 184);
  --primary: oklch(66% .035 184);
  --primary-foreground: oklch(17% .015 184);
  --secondary: oklch(27.5% .012 184);
  --secondary-foreground: oklch(89% .008 184);
  --muted: oklch(25% .01 184);
  --muted-foreground: oklch(64% .012 184);
  --accent: oklch(30% .02 186);
  --accent-foreground: oklch(91% .008 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(30% .012 184);
  --input: oklch(27.5% .011 184);
  --ring: oklch(66% .035 184);
}
.atmosphere.atmosphere .theme-porto .light {
  --background: oklch(95.5% .008 184);
  --foreground: oklch(29% .012 184);
  --card: oklch(97.5% .006 184);
  --card-foreground: oklch(29% .012 184);
  --popover: oklch(98.5% .004 184);
  --popover-foreground: oklch(29% .012 184);
  --primary: oklch(50% .04 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .009 184);
  --secondary-foreground: oklch(30% .012 184);
  --muted: oklch(93.5% .008 184);
  --muted-foreground: oklch(52% .012 184);
  --accent: oklch(91% .018 186);
  --accent-foreground: oklch(30% .012 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(89% .01 184);
  --input: oklch(90% .009 184);
  --ring: oklch(50% .04 186);
}
.atmosphere.atmosphere .theme-porto .os-wallpaper, .atmosphere.atmosphere .theme-porto .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-porto .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(21.5% .012 184), oklch(16% .009 184));
}
.atmosphere.atmosphere .theme-porto .light .os-wallpaper, .atmosphere.atmosphere .theme-porto .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-porto .light .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(96.5% .009 184), oklch(93.5% .013 184));
}
.atmosphere.atmosphere .theme-porto.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-porto.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-porto.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 45%, #0000 60%, oklch(0% 0 0 / .2) 100%), linear-gradient(168deg, oklch(20.5% .011 184), oklch(15.5% .009 184));
}
.atmosphere.atmosphere .theme-porto.wallpaper-sobrio .light .os-wallpaper {
  background: linear-gradient(168deg, oklch(96% .008 184), oklch(93% .012 184));
}
.atmosphere.atmosphere .theme-porto .dark .os-menu {
  background: oklch(25% .013 184);
  border-color: oklch(32% .012 184);
}
.atmosphere.atmosphere .theme-regua {
  --accent-h: 184;
  --neutral-h: 184;
  --background: oklch(17.5% .009 184);
  --foreground: oklch(96.5% .006 184);
  --card: oklch(22.5% .012 184);
  --card-foreground: oklch(96.5% .006 184);
  --popover: oklch(24.5% .013 184);
  --popover-foreground: oklch(96.5% .006 184);
  --primary: oklch(70% .05 184);
  --primary-foreground: oklch(15% .018 184);
  --secondary: oklch(28.5% .013 184);
  --secondary-foreground: oklch(96.5% .006 184);
  --muted: oklch(24.5% .011 184);
  --muted-foreground: oklch(74% .012 184);
  --accent: oklch(33% .028 186);
  --accent-foreground: oklch(96.5% .006 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(31.5% .012 184);
  --input: oklch(31% .012 184);
  --ring: oklch(70% .05 184);
}
.atmosphere.atmosphere .theme-regua .light {
  --background: oklch(96.5% .006 184);
  --foreground: oklch(16% .012 184);
  --card: oklch(99% .004 184);
  --card-foreground: oklch(16% .012 184);
  --popover: oklch(100% .002 184);
  --popover-foreground: oklch(16% .012 184);
  --primary: oklch(44% .06 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .009 184);
  --secondary-foreground: oklch(18% .012 184);
  --muted: oklch(93.5% .008 184);
  --muted-foreground: oklch(36% .014 184);
  --accent: oklch(90% .022 186);
  --accent-foreground: oklch(18% .012 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(89% .011 184);
  --input: oklch(87.5% .012 184);
  --ring: oklch(44% .06 186);
}
.atmosphere.atmosphere .theme-regua .os-wallpaper, .atmosphere.atmosphere .theme-regua .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-regua .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(19% .011 184), oklch(14.5% .008 184));
}
.atmosphere.atmosphere .theme-regua .light .os-wallpaper, .atmosphere.atmosphere .theme-regua .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-regua .light .mob-shell .os-wallpaper {
  background: linear-gradient(160deg, oklch(97.5% .007 184), oklch(94.5% .011 184));
}
.atmosphere.atmosphere .theme-regua.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-regua.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-regua.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 45%, #0000 58%, oklch(0% 0 0 / .24) 100%), linear-gradient(168deg, oklch(18.5% .01 184), oklch(13.5% .008 184));
}
.atmosphere.atmosphere .theme-regua.wallpaper-sobrio .light .os-wallpaper {
  background: linear-gradient(168deg, oklch(97% .006 184), oklch(94% .01 184));
}
.atmosphere.atmosphere .theme-regua .dark .os-menu {
  background: oklch(24.5% .013 184);
  border-color: oklch(33% .013 184);
}
.atmosphere.atmosphere .theme-sereno {
  --accent-h: 186;
  --neutral-h: 184;
  --background: oklch(21.5% .022 184);
  --foreground: oklch(92% .012 184);
  --card: oklch(25.5% .026 184);
  --card-foreground: oklch(92% .012 184);
  --popover: oklch(27.5% .028 184);
  --popover-foreground: oklch(92% .012 184);
  --primary: oklch(70% .06 186);
  --primary-foreground: oklch(16% .02 184);
  --secondary: oklch(29% .026 184);
  --secondary-foreground: oklch(92% .012 184);
  --muted: oklch(25% .022 184);
  --muted-foreground: oklch(70% .02 184);
  --accent: oklch(33% .04 186);
  --accent-foreground: oklch(92% .012 184);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(32% .024 184);
  --input: oklch(29% .022 184);
  --ring: oklch(70% .06 186);
}
.atmosphere.atmosphere .theme-sereno .light {
  --background: oklch(98.5% .006 184);
  --foreground: oklch(28% .022 184);
  --card: oklch(100% 0 0);
  --card-foreground: oklch(28% .022 184);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(28% .022 184);
  --primary: oklch(55% .07 186);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(95% .014 184);
  --secondary-foreground: oklch(30% .022 184);
  --muted: oklch(95.5% .01 184);
  --muted-foreground: oklch(50% .02 184);
  --accent: oklch(92% .03 186);
  --accent-foreground: oklch(30% .022 184);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(90.5% .013 184);
  --input: oklch(91.5% .011 184);
  --ring: oklch(55% .07 186);
}
.atmosphere.atmosphere .theme-sereno .os-wallpaper, .atmosphere.atmosphere .theme-sereno .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-sereno .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(70% .06 186 / .1), #0000 65%), linear-gradient(160deg, oklch(23.5% .024 184), oklch(18% .018 184));
}
.atmosphere.atmosphere .theme-sereno .light .os-wallpaper, .atmosphere.atmosphere .theme-sereno .light .mob-shell.os-wallpaper, .atmosphere.atmosphere .theme-sereno .light .mob-shell .os-wallpaper {
  background: radial-gradient(100% 80% at 82% -8%, oklch(69% .045 184 / .2), #0000 60%), radial-gradient(90% 70% at 8% 110%, oklch(79% .05 184 / .18), #0000 60%), linear-gradient(160deg, oklch(99% .008 184), oklch(96.5% .014 184));
}
.atmosphere.atmosphere .theme-sereno.wallpaper-sobrio .os-wallpaper, .atmosphere.atmosphere .theme-sereno.wallpaper-sobrio .mob-shell .os-wallpaper, .atmosphere.atmosphere .theme-sereno.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, #0000 60%, oklch(0% 0 0 / .26) 100%), linear-gradient(168deg, oklch(21% .022 184), oklch(15.5% .016 184));
}
.atmosphere.atmosphere .theme-sereno.wallpaper-sobrio .light .os-wallpaper {
  background: radial-gradient(130% 120% at 50% 38%, #0000 62%, oklch(88% .02 184 / .4) 100%), linear-gradient(168deg, oklch(98.5% .007 184), oklch(96% .012 184));
}
.atmosphere.atmosphere .theme-sereno .dark .os-menu {
  background: oklch(27.5% .028 184);
  border-color: oklch(34% .026 184);
}
.atmosphere.atmosphere .theme-carmim {
  --accent-h: 17;
  --neutral-h: 230;
  --background: oklch(13% .025 230);
  --foreground: oklch(92% .01 220);
  --card: oklch(17.5% .028 228);
  --card-foreground: oklch(92% .01 220);
  --popover: oklch(20% .03 226);
  --popover-foreground: oklch(93% .008 220);
  --primary: oklch(51% .22 16);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(22% .028 228);
  --secondary-foreground: oklch(90% .01 220);
  --muted: oklch(19% .024 228);
  --muted-foreground: oklch(58% .018 225);
  --accent: oklch(28% .06 17);
  --accent-foreground: oklch(93% .01 220);
  --destructive: oklch(58% .2 30);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(28% .022 228);
  --input: oklch(22% .022 228);
  --ring: oklch(51% .22 16);
  --radius: .5rem;
}
.atmosphere.atmosphere .theme-carmim .light {
  --background: oklch(97.5% .008 225);
  --foreground: oklch(25% .028 230);
  --card: oklch(99% .004 222);
  --card-foreground: oklch(25% .028 230);
  --popover: oklch(100% .002 222);
  --popover-foreground: oklch(25% .028 230);
  --primary: oklch(46% .2 17);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .012 225);
  --secondary-foreground: oklch(27% .028 230);
  --muted: oklch(94% .01 225);
  --muted-foreground: oklch(48% .018 228);
  --accent: oklch(94% .04 17);
  --accent-foreground: oklch(27% .028 230);
  --destructive: oklch(52% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .014 225);
  --input: oklch(91% .012 225);
  --ring: oklch(46% .2 17);
}
.atmosphere.atmosphere .theme-carmim .os-wallpaper {
  background: radial-gradient(90% 70% at 90% 100%, oklch(46% .2 17 / .3), #0000 55%), radial-gradient(70% 50% at 10% 0, oklch(20% .04 230 / .5), #0000 60%), linear-gradient(155deg, oklch(15% .028 228), oklch(9% .018 235));
}
.atmosphere.atmosphere .theme-carmim .light .os-wallpaper {
  background: radial-gradient(80% 60% at 85% 100%, oklch(46% .2 17 / .09), #0000 55%), linear-gradient(160deg, oklch(97.5% .008 225), oklch(94.5% .016 228));
}
.wallpaper-sobrio .atmosphere.atmosphere .theme-carmim .os-wallpaper {
  background: radial-gradient(120% 100% at 80% 110%, oklch(46% .2 17 / .18), #0000 50%), linear-gradient(160deg, oklch(13% .025 230), oklch(8% .016 238));
}
.wallpaper-sobrio .atmosphere.atmosphere .theme-carmim .light .os-wallpaper {
  background: linear-gradient(160deg, oklch(97.5% .008 225), oklch(95.5% .012 228));
}
.atmosphere.atmosphere .theme-carmim .dark .os-menu {
  background: oklch(23.5% .028 230);
  border-color: oklch(34% .022 228);
}
.atmosphere.atmosphere .theme-sinapse {
  --accent-h: 170;
  --neutral-h: 200;
  --background: oklch(12% .01 200);
  --foreground: oklch(93% .01 170);
  --card: oklch(16% .014 195);
  --card-foreground: oklch(93% .01 170);
  --popover: oklch(18% .016 195);
  --popover-foreground: oklch(94% .008 170);
  --primary: oklch(85% .17 170);
  --primary-foreground: oklch(12% .05 175);
  --secondary: oklch(19% .016 195);
  --secondary-foreground: oklch(91% .01 170);
  --muted: oklch(15.5% .012 195);
  --muted-foreground: oklch(58% .03 175);
  --accent: oklch(22% .05 170);
  --accent-foreground: oklch(93% .01 170);
  --destructive: oklch(60% .18 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(25% .02 195);
  --input: oklch(19% .016 195);
  --ring: oklch(85% .17 170);
  --radius: .5rem;
}
.atmosphere.atmosphere .theme-sinapse .light {
  --background: oklch(97% .008 170);
  --foreground: oklch(22% .03 175);
  --card: oklch(99% .004 170);
  --card-foreground: oklch(22% .03 175);
  --popover: oklch(100% .002 170);
  --popover-foreground: oklch(22% .03 175);
  --primary: oklch(48% .18 165);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .014 170);
  --secondary-foreground: oklch(25% .028 175);
  --muted: oklch(94% .01 170);
  --muted-foreground: oklch(46% .025 175);
  --accent: oklch(92% .04 165);
  --accent-foreground: oklch(25% .028 175);
  --destructive: oklch(52% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .016 170);
  --input: oklch(91% .014 170);
  --ring: oklch(48% .18 165);
}
.atmosphere.atmosphere .theme-sinapse .os-wallpaper {
  background: radial-gradient(80% 60% at 75% 5%, oklch(85% .17 170 / .2), #0000 50%), radial-gradient(60% 50% at 20% 90%, oklch(40% .12 170 / .15), #0000 55%), linear-gradient(155deg, oklch(13% .012 200), oklch(8% .006 205));
}
.atmosphere.atmosphere .theme-sinapse .light .os-wallpaper {
  background: radial-gradient(90% 70% at 80% 5%, oklch(48% .18 165 / .1), #0000 55%), linear-gradient(160deg, oklch(97% .008 170), oklch(94.5% .016 168));
}
.wallpaper-sobrio .atmosphere.atmosphere .theme-sinapse .os-wallpaper {
  background: radial-gradient(100% 80% at 50% -10%, oklch(85% .17 170 / .12), #0000 60%), linear-gradient(168deg, oklch(12% .01 200), oklch(7% .005 205));
}
.wallpaper-sobrio .atmosphere.atmosphere .theme-sinapse .light .os-wallpaper {
  background: linear-gradient(160deg, oklch(97.5% .006 170), oklch(95.5% .01 168));
}
.atmosphere.atmosphere .theme-atrium-os {
  --accent-h: 170;
  --neutral-h: 215;
  --background: oklch(14% .022 215);
  --foreground: oklch(92% .012 200);
  --card: oklch(18% .026 212);
  --card-foreground: oklch(92% .012 200);
  --popover: oklch(20% .03 212);
  --popover-foreground: oklch(93% .01 200);
  --primary: oklch(80% .17 170);
  --primary-foreground: oklch(13% .05 175);
  --secondary: oklch(21.5% .028 212);
  --secondary-foreground: oklch(90% .012 200);
  --muted: oklch(18.5% .024 212);
  --muted-foreground: oklch(58% .02 210);
  --accent: oklch(32% .08 170);
  --accent-foreground: oklch(92% .012 200);
  --destructive: oklch(58% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(30% .024 212);
  --input: oklch(23% .024 212);
  --ring: oklch(80% .17 170);
  --radius: .5rem;
}
.atmosphere.atmosphere .theme-atrium-os .light {
  --background: oklch(97.5% .008 210);
  --foreground: oklch(24% .028 215);
  --card: oklch(99% .004 210);
  --card-foreground: oklch(24% .028 215);
  --popover: oklch(100% .002 210);
  --popover-foreground: oklch(24% .028 215);
  --primary: oklch(50% .18 165);
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(93% .012 210);
  --secondary-foreground: oklch(26% .026 215);
  --muted: oklch(94% .01 210);
  --muted-foreground: oklch(48% .018 215);
  --accent: oklch(92% .04 165);
  --accent-foreground: oklch(26% .026 215);
  --destructive: oklch(52% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(88% .014 210);
  --input: oklch(91% .012 210);
  --ring: oklch(50% .18 165);
}
.atmosphere.atmosphere .theme-atrium-os .os-wallpaper {
  background: radial-gradient(80% 60% at 85% 5%, oklch(80% .17 170 / .18), #0000 50%), radial-gradient(70% 55% at 10% 100%, oklch(46% .2 17 / .28), #0000 55%), linear-gradient(155deg, oklch(16% .025 215), oklch(9% .018 222));
}
.atmosphere.atmosphere .theme-atrium-os .light .os-wallpaper {
  background: radial-gradient(80% 60% at 85% 5%, oklch(50% .18 165 / .09), #0000 50%), radial-gradient(60% 45% at 5% 100%, oklch(46% .2 17 / .08), #0000 55%), linear-gradient(160deg, oklch(97.5% .008 210), oklch(94.5% .015 215));
}
.wallpaper-sobrio .atmosphere.atmosphere .theme-atrium-os .os-wallpaper {
  background: radial-gradient(90% 70% at 90% 110%, oklch(46% .2 17 / .16), #0000 50%), radial-gradient(80% 60% at 50% -10%, oklch(80% .17 170 / .1), #0000 60%), linear-gradient(162deg, oklch(14% .022 215), oklch(9% .016 222));
}
.wallpaper-sobrio .atmosphere.atmosphere .theme-atrium-os .light .os-wallpaper {
  background: linear-gradient(162deg, oklch(98% .006 210), oklch(95.5% .012 215));
}
.atmosphere .os-wallpaper {
  position: absolute;
  inset: 0;
}
.atmosphere .os-wallpaper:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(60% 52% at 30% 22%, var(--primary), var(--primary) 50%, transparent 82%);
  position: absolute;
  inset: 0;
}
@supports (color: color-mix(in lab, red, red)) {
  .atmosphere .os-wallpaper:after {
    background: radial-gradient(60% 52% at 30% 22%, color-mix(in oklab, var(--primary) 46%, transparent), color-mix(in oklab, var(--primary) 14%, transparent) 50%, transparent 82%);
  }
}
.atmosphere .light .os-wallpaper:after, .atmosphere .theme-keep .light .os-wallpaper:after {
  background: radial-gradient(36% 30% at 32% 20%, var(--primary), transparent 75%), radial-gradient(140% 120% at 30% 16%, var(--primary), var(--primary) 46%, transparent 82%);
}
@supports (color: color-mix(in lab, red, red)) {
  .atmosphere .light .os-wallpaper:after, .atmosphere .theme-keep .light .os-wallpaper:after {
    background: radial-gradient(36% 30% at 32% 20%, color-mix(in oklab, var(--primary) 44%, transparent), transparent 75%), radial-gradient(140% 120% at 30% 16%, color-mix(in oklab, var(--primary) 20%, transparent), color-mix(in oklab, var(--primary) 7%, transparent) 46%, transparent 82%);
  }
}
.atmosphere .light .os-wallpaper:after, .atmosphere .theme-keep .light .os-wallpaper:after {
  mix-blend-mode: multiply;
}
.os-shell-frame {
  position: absolute;
  inset: 0;
}
:root {
  --accent-h: 170;
  --neutral-h: var(--accent-h);
  --background: oklch(.14 .02 var(--neutral-h));
  --foreground: oklch(97% 0 0);
  --card: oklch(.19 .025 var(--neutral-h));
  --card-foreground: oklch(97% 0 0);
  --popover: oklch(.19 .025 var(--neutral-h));
  --popover-foreground: oklch(97% 0 0);
  --primary: oklch(.72 .15 var(--accent-h));
  --primary-foreground: oklch(.12 .02 var(--accent-h));
  --secondary: oklch(.26 .025 var(--neutral-h));
  --secondary-foreground: oklch(97% 0 0);
  --muted: oklch(.23 .02 var(--neutral-h));
  --muted-foreground: oklch(.72 .025 var(--neutral-h));
  --accent: oklch(.32 .045 var(--accent-h));
  --accent-foreground: oklch(97% 0 0);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --x-faint: oklch(40% .01 250);
  --x-faint-foreground: oklch(80% .01 250);
  --x-muted: oklch(50% .02 250);
  --x-muted-foreground: oklch(85% .01 250);
  --x-info: oklch(70% .12 240);
  --x-info-foreground: oklch(15% .01 240);
  --x-notice: oklch(68% .15 270);
  --x-notice-foreground: oklch(15% .01 270);
  --x-highlight: oklch(65% .17 290);
  --x-highlight-foreground: oklch(15% .01 290);
  --x-success: oklch(70% .15 145);
  --x-success-foreground: oklch(15% .01 145);
  --x-warning: oklch(80% .12 85);
  --x-warning-foreground: oklch(20% .02 85);
  --x-alert: oklch(75% .15 55);
  --x-alert-foreground: oklch(15% .01 55);
  --x-error: oklch(65% .18 25);
  --x-error-foreground: oklch(10% .01 25);
  --x-critical: oklch(65% .19 330);
  --x-critical-foreground: oklch(10% .01 330);
  --border: oklch(.3 .02 var(--neutral-h));
  --input: oklch(.23 .02 var(--neutral-h));
  --ring: oklch(.72 .15 var(--accent-h));
  --radius: .625rem;
  --wp-l1: .16;
  --wp-l2: .095;
  --wp-glow: .32;
  --sa-top: 0px;
  --sa-right: 0px;
  --sa-bottom: 0px;
  --sa-left: 0px;
  --dock-h: 76px;
  --kb: 0px;
}
:root, .density-trabalho {
  --pad-app: .625rem;
  --pad-card: .625rem;
  --gap: .5rem;
  --row-h: 2rem;
  --control-h: 2rem;
  --text-base: .8125rem;
  --chrome-h: 2rem;
  --dock-pad: .375rem;
}
.density-vitrine {
  --pad-app: 1rem;
  --pad-card: 1rem;
  --gap: .875rem;
  --row-h: 2.75rem;
  --control-h: 2.5rem;
  --text-base: .9375rem;
  --chrome-h: 2.5rem;
  --dock-pad: .625rem;
}
@media (display-mode: standalone), (display-mode: fullscreen) {
  :root {
    --sa-top: env(safe-area-inset-top, 0px);
    --sa-right: env(safe-area-inset-right, 0px);
    --sa-bottom: env(safe-area-inset-bottom, 0px);
    --sa-left: env(safe-area-inset-left, 0px);
  }
}
.light {
  --background: oklch(.99 .005 var(--neutral-h));
  --foreground: oklch(.18 .02 var(--neutral-h));
  --card: oklch(.97 .01 var(--neutral-h));
  --card-foreground: oklch(.18 .02 var(--neutral-h));
  --popover: oklch(.99 .005 var(--neutral-h));
  --popover-foreground: oklch(.18 .02 var(--neutral-h));
  --primary: oklch(.55 .15 var(--accent-h));
  --primary-foreground: oklch(99% 0 0);
  --secondary: oklch(.94 .01 var(--neutral-h));
  --secondary-foreground: oklch(.2 .02 var(--neutral-h));
  --muted: oklch(.94 .01 var(--neutral-h));
  --muted-foreground: oklch(.45 .02 var(--neutral-h));
  --accent: oklch(.92 .025 var(--accent-h));
  --accent-foreground: oklch(.2 .02 var(--neutral-h));
  --border: oklch(.88 .015 var(--neutral-h));
  --input: oklch(.92 .015 var(--neutral-h));
  --ring: oklch(.55 .15 var(--accent-h));
  --x-warning: oklch(42% .13 75);
  --x-warning-foreground: oklch(99% 0 0);
  --x-highlight: oklch(38% .14 290);
  --x-highlight-foreground: oklch(99% 0 0);
}
.tone-medio.theme-nevoa {
  --background: oklch(27% .018 248);
  --card: oklch(31% .02 248);
  --popover: oklch(31% .02 248);
}
.tone-claro.theme-nevoa {
  --background: oklch(37% .02 248);
  --card: oklch(43% .022 248);
  --popover: oklch(43% .022 248);
}
.theme-nevoa body, .theme-nevoa {
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
.theme-nevoa code, .theme-nevoa pre, .theme-nevoa kbd, .theme-nevoa samp {
  font-family: ui-monospace, monospace;
}
.theme-keep {
  --accent-h: 41;
  --background: oklch(22.3% .004 106);
  --foreground: oklch(80.74% .0142 93);
  --card: oklch(26.79% .0036 106);
  --card-foreground: oklch(80.74% .0142 93);
  --popover: oklch(32.5% .0045 106);
  --popover-foreground: oklch(92.11% .004 106);
  --primary: oklch(70.5% .17 47);
  --primary-foreground: oklch(19% .012 50);
  --secondary: oklch(29.5% .004 106);
  --secondary-foreground: oklch(80.74% .0142 93);
  --muted: oklch(24.8% .004 106);
  --muted-foreground: oklch(71.5% .012 99);
  --accent: oklch(32% .026 50);
  --accent-foreground: oklch(92.11% .004 106);
  --destructive: oklch(62% .2 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(33% .008 106);
  --input: oklch(34.5% .009 106);
  --ring: oklch(70.5% .17 47);
}
.theme-keep .light {
  --background: oklch(98.18% .0054 95);
  --foreground: oklch(34.38% .0269 95.7);
  --card: oklch(99.2% .004 95);
  --card-foreground: oklch(34.38% .0269 95.7);
  --popover: oklch(100% 0 0);
  --popover-foreground: oklch(34.38% .0269 95.7);
  --primary: oklch(64.35% .1966 41);
  --primary-foreground: oklch(100% 0 0);
  --secondary: oklch(94.3% .009 95);
  --secondary-foreground: oklch(34.38% .0269 95.7);
  --muted: oklch(96.1% .008 95);
  --muted-foreground: oklch(60.59% .0075 97);
  --accent: oklch(91.8% .032 48);
  --accent-foreground: oklch(34.38% .0269 95.7);
  --destructive: oklch(55% .22 25);
  --destructive-foreground: oklch(99% 0 0);
  --border: oklch(91.2% .006 95);
  --input: oklch(90.5% .007 95);
  --ring: oklch(64.35% .1966 41);
}
html, body, #root {
  height: 100%;
}
body {
  background: var(--background);
  color: var(--foreground);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  overflow: hidden;
}
.os-wallpaper {
  background: repeating-conic-gradient(oklch(0% 0 0 / .018) 0deg .4deg, transparent .4deg .8deg),  radial-gradient(115% 90% at 12% 6%, oklch(var(--wp-glow) .17 var(--accent-h) / .55), transparent 46%),  radial-gradient(110% 100% at 90% 16%, oklch(calc(var(--wp-glow) + .06) .15 calc(var(--accent-h) + 60) / .42), transparent 50%),  radial-gradient(130% 110% at 80% 94%, oklch(var(--wp-glow) .16 calc(var(--accent-h) - 80) / .45), transparent 52%),  radial-gradient(95% 85% at 28% 82%, oklch(calc(var(--wp-glow) + .03) .13 calc(var(--accent-h) + 150) / .28), transparent 55%),  radial-gradient(150% 120% at 50% 40%, oklch(calc(var(--wp-l1) + .07) .05 var(--neutral-h) / .6), transparent 60%),  linear-gradient(157deg, oklch(var(--wp-l1) .035 var(--neutral-h)), oklch(var(--wp-l2) .022 var(--neutral-h)));
}
.light .os-wallpaper {
  background: radial-gradient(120% 100% at 16% 10%, oklch(var(--wpl-foco, .895) var(--wpl-c, .115) var(--accent-h) / .9), transparent 52%),  radial-gradient(115% 105% at 86% 90%, oklch(calc(var(--wpl-foco, .895) - .03) calc(var(--wpl-c, .115) - .015) calc(var(--accent-h) + 50) / .78), transparent 55%),  radial-gradient(135% 115% at 50% 44%, oklch(calc(var(--wpl-1, .965) + .012) .016 var(--neutral-h) / .55), transparent 58%),  linear-gradient(157deg, oklch(var(--wpl-1, .965) .024 var(--neutral-h)), oklch(var(--wpl-2, .925) .045 var(--neutral-h)));
}
.os-wallpaper {
  isolation: isolate;
  position: relative;
}
.os-wallpaper:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(40% 40% at 30% 30%, oklch(var(--wp-glow) .16 calc(var(--accent-h) + 60) / .35), transparent 70%), radial-gradient(45% 45% at 70% 70%, oklch(var(--wp-glow) .15 calc(var(--accent-h) - 80) / .3), transparent 70%);
  filter: blur(40px);
  mix-blend-mode: screen;
  animation: 42s ease-in-out infinite alternate wp-drift;
  position: absolute;
  inset: -15%;
}
.light .os-wallpaper:before {
  mix-blend-mode: multiply;
  opacity: .5;
}
@keyframes wp-drift {
  from {
    transform: translate3d(-3%, -2%, 0) scale(1.05) rotate(0);
  }

  to {
    transform: translate3d(3%, 2%, 0) scale(1.12) rotate(8deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .os-wallpaper:before {
    animation: none;
  }
}
.theme-keep .os-wallpaper, .theme-keep .mob-shell.os-wallpaper, .theme-keep .mob-shell .os-wallpaper {
  background: radial-gradient(at 50% 0, oklch(70.5% .17 47 / .06), #0000 60%), oklch(20.5% .004 106);
}
.theme-keep .light .os-wallpaper, .theme-keep .light .mob-shell.os-wallpaper, .theme-keep .light .mob-shell .os-wallpaper {
  background: radial-gradient(at 50% 0, oklch(64.35% .1966 41 / .05), #0000 55%), oklch(96.4% .009 95);
}
.theme-keep .dark .os-menu {
  background: oklch(32.5% .0045 106);
  border-color: oklch(40% .009 106);
}
.wallpaper-sobrio .os-wallpaper, .wallpaper-sobrio .mob-shell .os-wallpaper, .wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(140% 120% at 50% 42%, transparent 58%, oklch(0% 0 0 / .28) 100%),  radial-gradient(90% 70% at 50% -8%, oklch(var(--wp-glow) .06 var(--accent-h) / .5), transparent 70%),  linear-gradient(168deg, oklch(var(--wp-l1) .03 var(--neutral-h)) 0%, oklch(var(--wp-l2) .018 var(--neutral-h)) 62%, oklch(calc(var(--wp-l2) + .015) .022 var(--neutral-h)) 100%);
}
.wallpaper-sobrio .light .os-wallpaper, .wallpaper-sobrio .light .mob-shell .os-wallpaper, .wallpaper-sobrio .light .mob-shell.os-wallpaper {
  background: radial-gradient(130% 120% at 50% 36%, transparent 58%, oklch(.85 .055 var(--neutral-h) / .55) 100%),  radial-gradient(95% 78% at 30% -8%, oklch(calc(var(--wpl-foco, .895) + .02) var(--wpl-c, .115) var(--accent-h) / .95), transparent 72%),  linear-gradient(168deg, oklch(calc(var(--wpl-1, .965) - .015) .032 var(--neutral-h)) 0%, oklch(calc(var(--wpl-2, .925) - .02) .052 var(--neutral-h)) 100%);
}
.wallpaper-sobrio .os-wallpaper:before {
  content: none;
}
html.tone-medio {
  --background: oklch(.26 .045 var(--neutral-h));
  --card: oklch(.31 .05 var(--neutral-h));
  --popover: oklch(.31 .05 var(--neutral-h));
  --wp-l1: .31;
  --wp-l2: .23;
  --wp-glow: .46;
}
html.tone-claro {
  --background: oklch(.37 .05 var(--neutral-h));
  --card: oklch(.43 .055 var(--neutral-h));
  --popover: oklch(.43 .055 var(--neutral-h));
  --wp-l1: .43;
  --wp-l2: .34;
  --wp-glow: .56;
}
html.tone-profundo .light {
  --background: oklch(.93 .022 var(--neutral-h));
  --card: oklch(.988 .012 var(--neutral-h));
  --popover: oklch(.992 .01 var(--neutral-h));
  --secondary: oklch(.892 .03 var(--neutral-h));
  --muted: oklch(.905 .024 var(--neutral-h));
  --border: oklch(.85 .028 var(--neutral-h));
  --input: oklch(.888 .026 var(--neutral-h));
  --wpl-1: .945;
  --wpl-2: .89;
  --wpl-foco: .875;
  --wpl-c: .135;
}
html.tone-medio .light {
  --background: oklch(.962 .016 var(--neutral-h));
  --card: oklch(.992 .01 var(--neutral-h));
  --popover: oklch(.995 .008 var(--neutral-h));
  --secondary: oklch(.922 .022 var(--neutral-h));
  --muted: oklch(.932 .018 var(--neutral-h));
  --border: oklch(.875 .022 var(--neutral-h));
  --input: oklch(.905 .02 var(--neutral-h));
  --wpl-1: .965;
  --wpl-2: .925;
  --wpl-foco: .895;
  --wpl-c: .115;
}
html.tone-claro .light {
  --background: oklch(.99 .008 var(--neutral-h));
  --card: oklch(1 .004 var(--neutral-h));
  --popover: oklch(1 .003 var(--neutral-h));
  --secondary: oklch(.955 .012 var(--neutral-h));
  --muted: oklch(.962 .01 var(--neutral-h));
  --border: oklch(.912 .012 var(--neutral-h));
  --input: oklch(.935 .012 var(--neutral-h));
  --wpl-1: .986;
  --wpl-2: .96;
  --wpl-foco: .925;
  --wpl-c: .085;
}
html.brand-decoupled {
  --background: oklch(.16 .012 var(--neutral-h));
  --card: oklch(.225 .018 var(--neutral-h));
  --popover: oklch(.225 .018 var(--neutral-h));
  --secondary: oklch(.28 .02 var(--neutral-h));
  --muted: oklch(.25 .016 var(--neutral-h));
  --muted-foreground: oklch(.74 .02 var(--neutral-h));
  --accent: oklch(.34 .04 var(--accent-h));
  --border: oklch(.34 .018 var(--neutral-h));
  --input: oklch(.26 .016 var(--neutral-h));
  --primary: oklch(.74 .17 var(--accent-h));
  --primary-foreground: oklch(.15 .03 var(--accent-h));
  --ring: oklch(.74 .17 var(--accent-h));
}
html.brand-decoupled .dark .os-menu {
  background: oklch(.27 .022 var(--neutral-h));
  border-color: oklch(.42 .022 var(--neutral-h));
}
html.brand-decoupled .light {
  --background: oklch(.985 .01 var(--neutral-h));
  --foreground: oklch(.22 .03 var(--neutral-h));
  --card: oklch(1 .003 var(--neutral-h));
  --card-foreground: oklch(.22 .03 var(--neutral-h));
  --popover: oklch(1 .003 var(--neutral-h));
  --popover-foreground: oklch(.22 .03 var(--neutral-h));
  --primary: oklch(.56 .18 var(--accent-h));
  --primary-foreground: oklch(.99 .005 var(--accent-h));
  --secondary: oklch(.945 .014 var(--neutral-h));
  --secondary-foreground: oklch(.24 .03 var(--neutral-h));
  --muted: oklch(.95 .012 var(--neutral-h));
  --muted-foreground: oklch(.46 .025 var(--neutral-h));
  --accent: oklch(.93 .03 var(--accent-h));
  --accent-foreground: oklch(.24 .03 var(--neutral-h));
  --border: oklch(.88 .018 var(--neutral-h));
  --input: oklch(.91 .016 var(--neutral-h));
  --ring: oklch(.56 .18 var(--accent-h));
}
html.brand-decoupled .light .os-wallpaper, html.brand-decoupled.wallpaper-sobrio .light .os-wallpaper, html.brand-decoupled.wallpaper-sobrio .light .mob-shell .os-wallpaper, html.brand-decoupled.wallpaper-sobrio .light .mob-shell.os-wallpaper {
  background: radial-gradient(at 22% 0%, oklch(.93 .045 var(--accent-h) / .55), transparent 58%), radial-gradient(at 95% 100%, oklch(.94 .03 calc(var(--accent-h) + 12) / .4), transparent 55%), linear-gradient(165deg, oklch(.985 .012 var(--neutral-h)), oklch(.955 .02 var(--neutral-h)));
}
html.brand-decoupled.wallpaper-sobrio .os-wallpaper, html.brand-decoupled.wallpaper-sobrio .mob-shell .os-wallpaper, html.brand-decoupled.wallpaper-sobrio .mob-shell.os-wallpaper {
  background: radial-gradient(at 50% -5%, oklch(calc(var(--wp-glow) + .06) .08 var(--accent-h) / .45), transparent 60%), linear-gradient(165deg, oklch(var(--wp-l1) .022 var(--neutral-h)), oklch(var(--wp-l2) .012 var(--neutral-h)));
}
html.brand-decoupled.tone-medio .light {
  --background: oklch(.955 .016 var(--neutral-h));
  --card: oklch(.99 .008 var(--neutral-h));
  --popover: oklch(.99 .008 var(--neutral-h));
  --secondary: oklch(.915 .02 var(--neutral-h));
  --muted: oklch(.92 .018 var(--neutral-h));
  --border: oklch(.86 .022 var(--neutral-h));
}
html.brand-decoupled.tone-claro .light {
  --background: oklch(.925 .022 var(--neutral-h));
  --card: oklch(.975 .012 var(--neutral-h));
  --popover: oklch(.975 .012 var(--neutral-h));
  --secondary: oklch(.89 .024 var(--neutral-h));
  --muted: oklch(.895 .022 var(--neutral-h));
  --border: oklch(.835 .026 var(--neutral-h));
}
html.brand-decoupled.tone-medio {
  --background: oklch(.27 .035 var(--neutral-h));
  --card: oklch(.33 .04 var(--neutral-h));
  --popover: oklch(.33 .04 var(--neutral-h));
}
html.brand-decoupled.tone-claro {
  --background: oklch(.38 .04 var(--neutral-h));
  --card: oklch(.44 .045 var(--neutral-h));
  --popover: oklch(.44 .045 var(--neutral-h));
}
.os-glass {
  background: var(--card);
}
@supports (color: color-mix(in lab, red, red)) {
  .os-glass {
    background: color-mix(in oklch, var(--card) 70%, transparent);
  }
}
.os-glass {
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid var(--border);
}
@supports (color: color-mix(in lab, red, red)) {
  .os-glass {
    border: 1px solid color-mix(in oklch, var(--border) 80%, transparent);
  }
}
.os-glass-strong {
  background: var(--card);
}
@supports (color: color-mix(in lab, red, red)) {
  .os-glass-strong {
    background: color-mix(in oklch, var(--card) 85%, transparent);
  }
}
.os-glass-strong {
  -webkit-backdrop-filter: blur(28px) saturate(180%);
}
.os-menu {
  background: var(--popover);
  border: 1px solid var(--border);
}
.dark .os-menu {
  background: oklch(.24 .03 var(--accent-h));
  border-color: oklch(.42 .03 var(--accent-h));
}
.os-window-focus {
  box-shadow: 0 16px 64px -16px #0009, 0 0 0 1px var(--border);
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  scrollbar-width: none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--muted-foreground) transparent;
}
@supports (color: color-mix(in lab, red, red)) {
  * {
    scrollbar-color: color-mix(in oklch, var(--muted-foreground) 40%, transparent) transparent;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: var(--muted-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  ::-webkit-scrollbar-thumb {
    background: color-mix(in oklch, var(--muted-foreground) 35%, transparent);
  }
}
::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 2px solid #0000;
  border-radius: 8px;
  transition: background-color .12s ease-out;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--muted-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  ::-webkit-scrollbar-thumb:hover {
    background: color-mix(in oklch, var(--muted-foreground) 65%, transparent);
  }
}
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
}
::-webkit-scrollbar-corner {
  background: none;
}
.mob-shell {
  --radius: .875rem;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
  height: 100dvh;
}
@media (max-width: 599px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]), textarea, select, [contenteditable]:not([contenteditable="false"]) {
    font-size: max(16px, 1em);
  }
}
.mob-shell ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mob-shell * {
  scrollbar-width: none;
}
.mob-shell .os-glass {
  background: var(--card);
}
@supports (color: color-mix(in lab, red, red)) {
  .mob-shell .os-glass {
    background: color-mix(in oklch, var(--card) 65%, transparent);
  }
}
.mob-shell .os-glass {
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}
.pt-safe {
  padding-top: var(--sa-top);
}
.pr-safe {
  padding-right: var(--sa-right);
}
.pb-safe {
  padding-bottom: var(--sa-bottom);
}
.pl-safe {
  padding-left: var(--sa-left);
}
.px-safe {
  padding-left: var(--sa-left);
  padding-right: var(--sa-right);
}
.py-safe {
  padding-top: var(--sa-top);
  padding-bottom: var(--sa-bottom);
}
.mt-safe {
  margin-top: var(--sa-top);
}
.mb-safe {
  margin-bottom: var(--sa-bottom);
}
.h-safe-screen {
  height: 100dvh;
}
.min-h-safe-screen {
  min-height: 100dvh;
}
.touch-pan-y {
  touch-action: pan-y;
}
.touch-pan-x {
  touch-action: pan-x;
}
.touch-none {
  touch-action: none;
}
.select-none-touch {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
@keyframes jiggle {
  0%, 100% {
    transform: rotate(-1.2deg);
  }

  50% {
    transform: rotate(1.2deg);
  }
}
.os-jiggle {
  transform-origin: center;
  animation: .22s ease-in-out infinite jiggle;
}
.os-jiggle:nth-child(odd) {
  animation-delay: -.11s;
}
.dock-scroll::-webkit-scrollbar {
  display: none;
}
@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-pan-x {
  syntax: "*";
  inherits: false
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false
}
@property --tw-tracking {
  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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
@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-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
    }
  }
}
/* =============================================================================
 * Tokens de pixel do builtin "Add/Remove Apps" (co-autoria com o Verve).
 * Escopados sob `.manage-apps` — não vazam pro shell genérico. A LAF aqui é uma
 * RÉGUA de 4 patamares de luz (a luz carrega a hierarquia, não linha), modulada
 * sobre a cor de texto base por opacidade + peso (+ chroma só no dormente).
 * ========================================================================== */

.manage-apps {
  /* Régua de presença (4 patamares). Serve à lista (mestre) e à escada. */
  --app-l-full-o: 1;       /* global / alcance pleno */
  --app-l-full-w: 560;
  --app-l-active-o: 0.92;  /* restrito mas vivo (3t 2u) */
  --app-l-active-w: 480;
  --app-l-recede-o: 0.72;  /* internal: presente, não-manuseável */
  --app-l-recede-w: 440;
  --app-l-dormant-o: 0.38; /* degrau eclipsado pelo global */
  --app-l-dormant-w: 440;

  /* filete entre linhas — só divisória, some no respiro. Zebra proibida. */
  --app-hair: color-mix(in oklch, var(--foreground) 8%, transparent);

  /* motion da transição ON↔OFF (o eclipse) e revogação */
  --dur-eclipse: 420ms;
  --dur-morph: 320ms;
  --ease-contract: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Patamares aplicáveis como classe utilitária local. */
.manage-apps .laf-full {
  opacity: var(--app-l-full-o);
  font-weight: var(--app-l-full-w);
}
.manage-apps .laf-active {
  opacity: var(--app-l-active-o);
  font-weight: var(--app-l-active-w);
}
.manage-apps .laf-recede {
  opacity: var(--app-l-recede-o);
  font-weight: var(--app-l-recede-w);
}
.manage-apps .laf-dormant {
  /* recua E desbota (fantasma cinzento) — "isto não é decisão agora". */
  opacity: var(--app-l-dormant-o);
  font-weight: var(--app-l-dormant-w);
  filter: saturate(0.5);
}

/* A frase-contrato: luz plena sempre, fundo accent translúcido. */
.manage-apps .contract-phrase {
  background: color-mix(in oklch, var(--accent) 14%, transparent);
  border: 1px solid color-mix(in oklch, var(--accent) 22%, transparent);
}

/* ---- escada de acesso: fio vertical sólido (vivo) vs pontilhado (dormente) -- */
.manage-apps .ladder-rail {
  border-left: 1.5px solid color-mix(in oklch, var(--foreground) 22%, transparent);
  transition: border-color var(--dur-eclipse) var(--ease-contract);
}
.manage-apps .ladder-rail--dormant {
  border-left-style: dotted;
  border-left-color: color-mix(in oklch, var(--foreground) 14%, transparent);
}

/* degrau: controles recolhem (height+opacity) — não saem do DOM (eclipse). */
.manage-apps .step-controls {
  overflow: hidden;
  transition:
    max-height var(--dur-eclipse) var(--ease-contract),
    opacity 220ms ease-in;
  max-height: 60rem;
  opacity: 1;
}
.manage-apps .step-controls--collapsed {
  max-height: 0;
  opacity: 0;
}

/* morph numérico da frase-contrato: estado "sobe de patamar" (ON = mais alto). */
@keyframes contract-rise-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.manage-apps .contract-morph {
  animation: contract-rise-in var(--dur-morph) var(--ease-contract);
}

/* revogação de UMA concessão: sai pela direita (remoção real ≠ eclipse). */
@keyframes grant-slide-out {
  to {
    opacity: 0;
    transform: translateX(8px);
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.manage-apps .grant-removing {
  overflow: hidden;
  animation: grant-slide-out 200ms ease-in forwards;
}

/* reduced-motion: corta tudo pra cross-fade simples. */
@media (prefers-reduced-motion: reduce) {
  .manage-apps .step-controls,
  .manage-apps .ladder-rail {
    transition: opacity 120ms linear;
  }
  .manage-apps .contract-morph,
  .manage-apps .grant-removing {
    animation: none;
  }
}
