/*! tailwindcss v4.1.9 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-inter), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --default-mono-font-family: ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, 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;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-6 {
    inset: calc(var(--spacing) * 6);
  }
  .inset-8 {
    inset: calc(var(--spacing) * 8);
  }
  .-top-2\.5 {
    top: calc(var(--spacing) * -2.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[266px\] {
    height: 266px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[52vh\] {
    max-height: 52vh;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[272px\] {
    width: 272px;
  }
  .w-\[276px\] {
    width: 276px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-border {
    border-color: var(--border);
  }
  .border-border\/70 {
    border-color: var(--border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border) 70%, transparent);
    }
  }
  .border-primary {
    border-color: var(--primary);
  }
  .border-tint-danger-border\/70 {
    border-color: var(--tint-danger-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--tint-danger-border) 70%, transparent);
    }
  }
  .border-tint-info-border\/70 {
    border-color: var(--tint-info-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--tint-info-border) 70%, transparent);
    }
  }
  .border-tint-success-border\/60 {
    border-color: var(--tint-success-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--tint-success-border) 60%, transparent);
    }
  }
  .border-tint-warning-border {
    border-color: var(--tint-warning-border);
  }
  .border-tint-warning-border\/70 {
    border-color: var(--tint-warning-border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--tint-warning-border) 70%, transparent);
    }
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-card {
    background-color: var(--card);
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-emerald-600 {
    background-color: var(--color-emerald-600);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-muted-foreground\/40 {
    background-color: var(--muted-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted-foreground) 40%, transparent);
    }
  }
  .bg-muted\/25 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 25%, transparent);
    }
  }
  .bg-sky-700 {
    background-color: var(--color-sky-700);
  }
  .bg-tint-info-bg {
    background-color: var(--tint-info-bg);
  }
  .bg-tint-info-dot {
    background-color: var(--tint-info-dot);
  }
  .bg-tint-neutral-bg {
    background-color: var(--tint-neutral-bg);
  }
  .bg-tint-warning-bg {
    background-color: var(--tint-warning-bg);
  }
  .bg-zinc-200 {
    background-color: var(--color-zinc-200);
  }
  .bg-zinc-400 {
    background-color: var(--color-zinc-400);
  }
  .bg-zinc-500 {
    background-color: var(--color-zinc-500);
  }
  .object-cover {
    object-fit: cover;
  }
  .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);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-destructive {
    color: var(--destructive);
  }
  .text-emerald-700 {
    color: var(--color-emerald-700);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-muted-foreground\/50 {
    color: var(--muted-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
    }
  }
  .text-muted-foreground\/70 {
    color: var(--muted-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
    }
  }
  .text-tint-info-fg {
    color: var(--tint-info-fg);
  }
  .text-tint-success-fg {
    color: var(--tint-success-fg);
  }
  .text-tint-warning-fg {
    color: var(--tint-warning-fg);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zinc-600 {
    color: var(--color-zinc-600);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .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,);
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_10px_rgba\(0\,0\,0\,0\.10\)\] {
    --tw-shadow: 0 2px 10px var(--tw-shadow-color, rgba(0,0,0,0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(0,0,0,0.06));
    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, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow\/on {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-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-tint-warning-border\/40 {
    --tw-ring-color: var(--tint-warning-border);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--tint-warning-border) 40%, transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/editor/Inter-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/editor/Inter-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/editor/Inter-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/editor/Inter-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/editor/Inter-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/editor/Inter-Black.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/editor/Inter-Italic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Editor';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/editor/Inter-BoldItalic.ttf') format('truetype');
  font-display: swap;
}
:root {
  --n-0: #ffffff;
  --n-50: #fcfbf9;
  --n-100: #f8f6f3;
  --n-200: #eeece6;
  --n-300: #aaa59c;
  --n-400: #7b736c;
  --n-500: #5f574f;
  --n-600: #45403a;
  --n-700: #2b2926;
  --n-800: #1a1916;
  --state-blue: #0d6efd;
  --state-orange: #fd7e14;
  --state-green: #198754;
  --state-amber: #e3a008;
  --state-pink: #ff427b;
  --success-soft: #e6f2ea;
  --success-foreground: #14663f;
  --warning-soft: #fbf0dd;
  --warning-foreground: #8a5a08;
  --tint-neutral-bg: #efefeb;
  --tint-neutral-border: #dcdbd4;
  --tint-neutral-fg: #6b6459;
  --tint-neutral-dot: #aaa59c;
  --tint-warning-bg: #ffe9d1;
  --tint-warning-border: #f4cfa0;
  --tint-warning-fg: #a85009;
  --tint-warning-dot: #fd7e14;
  --tint-success-bg: #e4f8da;
  --tint-success-border: #b6dc9c;
  --tint-success-fg: #3f7a3a;
  --tint-success-dot: #198754;
  --tint-amber-bg: #fff2d0;
  --tint-amber-border: #ecd79b;
  --tint-amber-fg: #8a6104;
  --tint-amber-dot: #e3a008;
  --tint-ink-bg: #e8e6e0;
  --tint-ink-border: #d5d2ca;
  --tint-ink-fg: #37342f;
  --tint-ink-dot: #2b2926;
  --tint-danger-bg: #fde3e5;
  --tint-danger-border: #f2c2ca;
  --tint-danger-fg: #bc1d50;
  --tint-danger-dot: #ff427b;
  --tint-info-bg: #e3edfd;
  --tint-info-border: #b9d2f4;
  --tint-info-fg: #1e56ad;
  --tint-info-dot: #0d6efd;
  --highlight: #fdffa2;
  --highlight-foreground: #1a1916;
  --os-bg: #ffffff;
  --os-card: var(--card);
  --os-card-border: var(--border);
  --os-border: var(--border);
  --os-shadow-warm: 0 1px 2px rgb(26 25 22 / .05);
  --os-shadow-lift: 0 10px 24px -12px rgb(26 25 22 / .18);
  --os-hover: var(--muted);
  --os-text: var(--foreground);
  --os-text-muted: var(--muted-foreground);
  --os-text-faint: #7b736c;
  --os-tone-bg: var(--tint-neutral-bg);
  --os-tone-fg: var(--tint-neutral-fg);
  --os-tone-border: var(--tint-neutral-border);
  --os-good-bg: var(--tint-success-bg);
  --os-good-fg: var(--tint-success-fg);
  --os-good-dot: var(--tint-success-dot);
  --os-good-border: var(--tint-success-border);
  --os-bad-bg: var(--tint-warning-bg);
  --os-bad-fg: var(--tint-warning-fg);
  --os-bad-dot: var(--tint-warning-dot);
  --os-bad-border: var(--tint-warning-border);
  --os-danger-bg: var(--tint-danger-bg);
  --os-danger-fg: var(--tint-danger-fg);
  --os-danger-dot: var(--tint-danger-dot);
  --os-danger-border: var(--tint-danger-border);
  --os-saved-fg: #2b6b45;
  --background: #fcfbf9;
  --foreground: #1a1916;
  --card: #ffffff;
  --card-foreground: #1a1916;
  --popover: #ffffff;
  --popover-foreground: #1a1916;
  --primary: #2b2926;
  --primary-foreground: #ffffff;
  --secondary: #f8f6f3;
  --secondary-foreground: #1a1916;
  --muted: #f8f6f3;
  --muted-foreground: #5f574f;
  --accent: #f1efe9;
  --accent-foreground: #1a1916;
  --accent-hover: #eae7df;
  --accent-subtle: #f8f6f3;
  --destructive: #ff427b;
  --destructive-foreground: #ffffff;
  --border: #e3dccf;
  --input: #e3dccf;
  --ring: #2b2926;
  --brand-ig-bg: #fbdce9;
  --brand-ig-border: #f3bcd2;
  --brand-ig-fg: #b3245a;
  --brand-fb-bg: #dbe8fc;
  --brand-fb-border: #b6d0f7;
  --brand-fb-fg: #1462c9;
  --brand-yt-bg: #fdd9de;
  --brand-yt-border: #f7bcc4;
  --brand-yt-fg: #c20027;
  --brand-tt-bg: #e6e4df;
  --brand-tt-border: #d5d2cb;
  --brand-tt-fg: #2b2926;
  --brand-li-bg: #dbe8fc;
  --brand-li-border: #b6d0f7;
  --brand-li-fg: #0a66c2;
  --brand-pin-bg: #fbdadd;
  --brand-pin-border: #f4bcc2;
  --brand-pin-fg: #a3061a;
  --board-surface: #f8f6f3;
  --board-thumb-1: #efe9e1;
  --board-thumb-2: #e7e9e0;
  --board-thumb-3: #efece6;
  --type-ad: #2b2926;
  --type-clip: #198754;
  --type-notion: #5c6b8a;
  --status-draft: #aaa59c;
  --status-pending: #fd7e14;
  --status-approved: #198754;
  --status-scheduled: #e3a008;
  --status-published: #2b2926;
  --status-error: #ff427b;
  --chart-1: #2b2926;
  --chart-2: #7b736c;
  --chart-3: #198754;
  --chart-4: #fd7e14;
  --chart-5: #0d6efd;
  --breakdown-ramp-1: #8ec5ff;
  --breakdown-ramp-2: #3080ff;
  --breakdown-ramp-3: #155dfc;
  --breakdown-ramp-4: #1447e6;
  --breakdown-ramp-5: #193cb8;
  --chart-pair-1: #51a2ff;
  --chart-pair-2: #155dfc;
  --radius: 0.5rem;
  --sidebar: #f8f6f3;
  --sidebar-foreground: #1a1916;
  --sidebar-primary: #2b2926;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #eeece6;
  --sidebar-accent-foreground: #1a1916;
  --sidebar-border: #eeece6;
  --sidebar-ring: #2b2926;
  --color-bg: #ffffff;
  --color-text: #1a1916;
  --color-text-muted: #7b736c;
  --color-surface: #fcfbf9;
  --color-surface-hover: #f1efe9;
  --color-glass: rgba(255, 255, 255, 0.8);
  --color-success: #198754;
  --color-error: #ff427b;
  --color-accent-light: #f8f6f3;
  --color-chip-database: #eef1ee;
  --color-chip-database-text: #45403a;
  --color-chip-document: #f1efe9;
  --color-chip-document-text: #45403a;
  --dur-fast: 150ms;
  --dur-base: 200ms;
  --dur-slow: 300ms;
  --dur-overlay: 500ms;
  --ease-standard: cubic-bezier(.16,1,.3,1);
  --ease-out: cubic-bezier(0,0,.2,1);
  --ease-in: cubic-bezier(.4,0,1,1);
  --font-sans: var(--font-inter), 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, "SF Mono", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-serif: var(--font-fraunces), ui-serif, Georgia, "Times New Roman", serif;
  --hero-bg: #fcfbf9;
  --hero-violet: #2b2926;
}
.dark {
  color-scheme: dark;
  --background: #1a1916;
  --foreground: #f8f6f3;
  --card: #221f1c;
  --card-foreground: #f8f6f3;
  --popover: #221f1c;
  --popover-foreground: #f8f6f3;
  --primary: #f8f6f3;
  --primary-foreground: #1a1916;
  --secondary: #2b2926;
  --secondary-foreground: #f8f6f3;
  --muted: #2b2926;
  --muted-foreground: #aaa59c;
  --accent: #2b2926;
  --accent-foreground: #f8f6f3;
  --accent-hover: #3a352f;
  --accent-subtle: #2b2926;
  --destructive: #ff427b;
  --destructive-foreground: #ffffff;
  --success-soft: #1e2f26;
  --success-foreground: #7fd0a5;
  --warning-soft: #33291a;
  --warning-foreground: #e0b05e;
  --tint-neutral-bg: #2b2926;
  --tint-neutral-border: #3a352f;
  --tint-neutral-fg: #c4bdb2;
  --tint-neutral-dot: #7b736c;
  --tint-warning-bg: rgb(253 126 20 / .16);
  --tint-warning-border: rgb(253 126 20/.3);
  --tint-warning-fg: #fdba74;
  --tint-warning-dot: #fb923c;
  --tint-success-bg: rgb(25 135 84 / .18);
  --tint-success-border: rgb(25 135 84/.35);
  --tint-success-fg: #4ade80;
  --tint-success-dot: #4ade80;
  --tint-amber-bg: rgb(227 160 8 / .18);
  --tint-amber-border: rgb(227 160 8 / .35);
  --tint-amber-fg: #fbbf24;
  --tint-amber-dot: #fbbf24;
  --tint-ink-bg: #33302b;
  --tint-ink-border: #45403a;
  --tint-ink-fg: #d6d3cd;
  --tint-ink-dot: #d6d3cd;
  --tint-danger-bg: rgb(255 66 123 / .16);
  --tint-danger-border: rgb(255 66 123/.3);
  --tint-danger-fg: #ff6b9d;
  --tint-danger-dot: #ff6b9d;
  --tint-info-bg: rgb(13 110 253 / .18);
  --tint-info-border: rgb(13 110 253 / .35);
  --tint-info-fg: #60a5fa;
  --tint-info-dot: #60a5fa;
  --os-bg: var(--background);
  --os-text-faint: var(--muted-foreground);
  --os-saved-fg: var(--tint-success-fg);
  --os-shadow-warm: 0 1px 2px rgb(0 0 0 / .4);
  --os-shadow-lift: 0 10px 24px -12px rgb(0 0 0 / .62);
  --brand-ig-bg: rgb(225 48 108 / .15);
  --brand-ig-border: transparent;
  --brand-ig-fg: #ef8db0;
  --brand-fb-bg: rgb(24 119 242 / .15);
  --brand-fb-border: transparent;
  --brand-fb-fg: #7fb0f7;
  --brand-yt-bg: rgb(255 0 51 / .15);
  --brand-yt-border: transparent;
  --brand-yt-fg: #ff8197;
  --brand-tt-bg: rgb(255 255 255 / .10);
  --brand-tt-border: transparent;
  --brand-tt-fg: #e8e4dc;
  --brand-li-bg: rgb(10 102 194 / .20);
  --brand-li-border: transparent;
  --brand-li-fg: #7fb0f7;
  --brand-pin-bg: rgb(189 8 28 / .20);
  --brand-pin-border: transparent;
  --brand-pin-fg: #f2909b;
  --border: #3a352f;
  --input: #3a352f;
  --ring: #f8f6f3;
  --highlight: #e8eb8f;
  --highlight-foreground: #1a1916;
  --board-surface: #221f1c;
  --board-thumb-1: #3a352f;
  --board-thumb-2: #33352d;
  --board-thumb-3: #3a372f;
  --type-ad: #f8f6f3;
  --type-clip: #4ade80;
  --type-notion: #94a3b8;
  --status-draft: #7b736c;
  --status-pending: #fb923c;
  --status-approved: #4ade80;
  --status-scheduled: #fbbf24;
  --status-published: #d6d3cd;
  --status-error: #ff6b9d;
  --chart-1: #f8f6f3;
  --chart-2: #aaa59c;
  --chart-3: #4ade80;
  --chart-4: #fb923c;
  --chart-5: #60a5fa;
  --chart-pair-1: #3f8cff;
  --chart-pair-2: #1447e6;
  --sidebar: #1a1916;
  --sidebar-foreground: #f8f6f3;
  --sidebar-primary: #f8f6f3;
  --sidebar-primary-foreground: #1a1916;
  --sidebar-accent: #2b2926;
  --sidebar-accent-foreground: #f8f6f3;
  --sidebar-border: #3a352f;
  --sidebar-ring: #f8f6f3;
  --color-bg: #1a1916;
  --color-text: #f8f6f3;
  --color-text-muted: #aaa59c;
  --color-surface: #221f1c;
  --color-surface-hover: #2b2926;
  --color-glass: rgba(0, 0, 0, 0.8);
}
@layer base {
  .dark {
    --color-white: oklch(0.145 0 0);
    --color-neutral-50: oklch(0.205 0 0);
    --color-neutral-100: oklch(0.269 0 0);
    --color-neutral-200: oklch(0.325 0 0);
    --color-neutral-300: oklch(0.40 0 0);
    --color-neutral-400: oklch(0.556 0 0);
    --color-neutral-500: oklch(0.639 0 0);
    --color-neutral-600: oklch(0.708 0 0);
    --color-neutral-700: oklch(0.800 0 0);
    --color-neutral-800: oklch(0.900 0 0);
    --color-neutral-900: oklch(0.950 0 0);
    --color-neutral-950: oklch(0.985 0 0);
    --color-gray-50: oklch(0.205 0 0);
    --color-gray-100: oklch(0.269 0 0);
    --color-gray-200: oklch(0.325 0 0);
    --color-gray-300: oklch(0.40 0 0);
    --color-gray-400: oklch(0.556 0 0);
    --color-gray-500: oklch(0.639 0 0);
    --color-gray-600: oklch(0.708 0 0);
    --color-gray-700: oklch(0.800 0 0);
    --color-gray-800: oklch(0.900 0 0);
    --color-gray-900: oklch(0.950 0 0);
    --color-gray-950: oklch(0.985 0 0);
    --color-black: oklch(0.985 0 0);
  }
  .dark .prose ul > li::marker {
    color: #a3a3a3;
  }
  .dark .prose ol > li::marker {
    color: #a3a3a3;
  }
  .dark .prose table {
    border-color: #404040;
  }
  .dark .prose table thead th {
    border-bottom-color: #404040;
  }
  .dark .prose table tbody td {
    border-bottom-color: #333;
  }
  .dark .prose table tbody tr:nth-child(even) td {
    background-color: #1a1a1a;
  }
}
@layer base {
  * {
    border-color: var(--border);
    outline-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  html {
    font-family: var(--font-sans);
    width: 100vw;
    overflow-x: clip;
  }
  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: var(--font-sans);
    width: 100vw;
    overflow-x: clip;
  }
}
@layer utilities {
  .transition-base {
    transition-property: color, background-color, border-color, box-shadow, transform;
    transition-duration: var(--dur-base);
    transition-timing-function: var(--ease-standard);
  }
  .hover-lift {
    transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);
  }
  .hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -4px rgb(26 25 22 / 0.1);
  }
  @media (prefers-reduced-motion: reduce) {
    .transition-base, .hover-lift, .hover-lift:hover {
      transition: none;
      transform: none;
    }
  }
  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  @keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }
  .animate-shimmer {
    animation: shimmer 1.5s infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    .animate-shimmer {
      animation: none;
    }
  }
  .animate-marquee-10s {
    animation: marquee-10s 10s linear infinite;
  }
  .animate-marquee-10s:hover {
    animation-play-state: paused;
  }
  .pause-animation:hover {
    animation-play-state: paused;
  }
  .animate-scroll-horizontal {
    animation: scroll-horizontal 30s linear infinite;
  }
  .animate-scroll-horizontal:hover {
    animation-play-state: paused;
  }
  .safe-area-pb {
    padding-bottom: env(safe-area-inset-bottom);
  }
  @media (prefers-reduced-motion: reduce) {
    .animate-marquee-10s {
      animation: none;
    }
    .animate-scroll-horizontal {
      animation: none;
    }
    .animate-fade-in-up {
      animation: none;
    }
  }
  @keyframes marquee-10s {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes marquee-15s {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes scroll-horizontal {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(-4px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .animate-fade-in {
    animation: fade-in 0.6s ease-in-out;
    animation-fill-mode: both;
  }
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(16px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .animate-fade-in-up {
    animation: fade-in-up 0.6s ease-out;
    animation-fill-mode: both;
  }
  .content-visibility-auto {
    content-visibility: auto;
    contain-intrinsic-size: 0 240px;
  }
  .prose ul > li::marker {
    color: #737373;
  }
  .prose ol > li::marker {
    color: #737373;
    font-weight: 500;
  }
  .prose table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
  }
  .prose table thead tr th:first-child {
    border-radius: 8px 0 0 0;
  }
  .prose table thead tr th:last-child {
    border-radius: 0 8px 0 0;
  }
  .prose table tbody tr:nth-child(even) td {
    background-color: #fafafa;
  }
  .prose table thead th {
    border-bottom: 1px solid #e5e7eb;
  }
  .prose table tbody td {
    border-bottom: 1px solid #f3f4f6;
  }
  .prose table tbody tr:last-child td {
    border-bottom: none;
  }
  @keyframes float {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-12px);
    }
  }
  @keyframes float-slow {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-8px);
    }
  }
  @keyframes float-reverse {
    0%, 100% {
      transform: translateY(-12px);
    }
    50% {
      transform: translateY(0px);
    }
  }
  .animate-float {
    animation: float 4s ease-in-out infinite;
  }
  .animate-float-slow {
    animation: float-slow 5s ease-in-out infinite;
  }
  .animate-float-reverse {
    animation: float-reverse 4.5s ease-in-out infinite;
  }
  .animate-float-delay-1 {
    animation: float 4s ease-in-out infinite;
    animation-delay: 0.5s;
  }
  .animate-float-delay-2 {
    animation: float-slow 5s ease-in-out infinite;
    animation-delay: 1s;
  }
  .animate-float-delay-3 {
    animation: float-reverse 4.5s ease-in-out infinite;
    animation-delay: 1.5s;
  }
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .animate-fade-in-up {
    animation: fade-in-up 0.6s ease-out forwards;
  }
  .animate-fade-in-up-delay-1 {
    animation: fade-in-up 0.6s ease-out forwards;
    animation-delay: 0.1s;
    opacity: 0;
  }
  .animate-fade-in-up-delay-2 {
    animation: fade-in-up 0.6s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
  }
  .animate-fade-in-up-delay-3 {
    animation: fade-in-up 0.6s ease-out forwards;
    animation-delay: 0.3s;
    opacity: 0;
  }
  .animate-fade-in-up-delay-4 {
    animation: fade-in-up 0.6s ease-out forwards;
    animation-delay: 0.4s;
    opacity: 0;
  }
  @keyframes dash {
    0% {
      stroke-dashoffset: 94.25;
    }
    50% {
      stroke-dashoffset: 23.56;
    }
    100% {
      stroke-dashoffset: 94.25;
    }
  }
  @keyframes gradient-shift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .animate-gradient-shift {
    animation: gradient-shift 3s ease infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    .animate-float,
    .animate-float-slow,
    .animate-float-reverse,
    .animate-float-delay-1,
    .animate-float-delay-2,
    .animate-float-delay-3,
    .animate-fade-in-up,
    .animate-fade-in-up-delay-1,
    .animate-fade-in-up-delay-2,
    .animate-fade-in-up-delay-3,
    .animate-fade-in-up-delay-4 {
      animation: none;
      opacity: 1;
    }
  }
}
body.hide-intercom-launcher .intercom-launcher,
body.hide-intercom-launcher .intercom-launcher-frame,
body.hide-intercom-launcher .intercom-lightweight-app,
body.hide-intercom-launcher #intercom-container {
  display: none !important;
}
.report-theme,
.dark .report-theme,
.dark.report-theme {
  color-scheme: light;
  --rep-paper: #FFFFF9;
  --rep-card: #FFFFFC;
  --rep-band: #F4F3EA;
  --rep-band-2: #FAF9F1;
  --rep-ink: #173339;
  --rep-ink-2: #3E5A58;
  --rep-muted: #4A6E6C;
  --rep-faint: #5E7F7B;
  --rep-line: rgba(23,51,57,.16);
  --rep-line-soft: rgba(23,51,57,.09);
  --rep-green: #29AA8C;
  --rep-green-deep: #1E7A5F;
  --rep-green-pale: #DFF2ED;
  --rep-green-faint: #EFF8F5;
  --rep-violet: #91A4F1;
  --rep-claura: #29AA8C;
  --rep-claura-deep: #1E7A5F;
  --rep-claura-surface: #EFF8F5;
  --rep-manual: #91A4F1;
  --rep-manual-deep: #5A6DB8;
  --rep-manual-surface: #F4F6FE;
  --rep-neg: #B5473C;
  --rep-focus: #1E7A5F;
  --rep-r-card: 20px;
  --rep-r-tile: 14px;
  --rep-shadow-float: 0 16px 24px -8px rgba(23,51,57,.10),0 4px 8px -4px rgba(23,51,57,.10),0 0 1px 1px rgba(23,51,57,.05);
  --rep-net-instagram: #29AA8C;
  --rep-net-facebook: #91A4F1;
  --rep-net-tiktok: #C99537;
  --rep-net-youtube: #C75146;
  --rep-net-linkedin: #2D64BC;
  --rep-net-pinterest: #C23B5E;
  --background: var(--rep-paper);
  --foreground: var(--rep-ink);
  --card: var(--rep-card);
  --card-foreground: var(--rep-ink);
  --popover: var(--rep-card);
  --popover-foreground: var(--rep-ink);
  --primary: var(--rep-ink);
  --primary-foreground: var(--rep-paper);
  --secondary: var(--rep-band-2);
  --secondary-foreground: var(--rep-ink);
  --muted: var(--rep-band-2);
  --muted-foreground: var(--rep-muted);
  --accent: var(--rep-green-faint);
  --accent-foreground: var(--rep-ink);
  --accent-hover: var(--rep-green-pale);
  --accent-subtle: var(--rep-band-2);
  --border: var(--rep-line);
  --input: var(--rep-line);
  --ring: var(--rep-focus);
  --radius: 0.875rem;
  --tint-neutral-bg: #efefeb;
  --tint-neutral-border: #dcdbd4;
  --tint-neutral-fg: #6b6459;
  --tint-neutral-dot: #aaa59c;
  --tint-warning-bg: #ffe9d1;
  --tint-warning-border: #f4cfa0;
  --tint-warning-fg: #a85009;
  --tint-warning-dot: #fd7e14;
  --tint-success-bg: #e4f8da;
  --tint-success-border: #b6dc9c;
  --tint-success-fg: #3f7a3a;
  --tint-success-dot: #198754;
  --tint-amber-bg: #fff2d0;
  --tint-amber-border: #ecd79b;
  --tint-amber-fg: #8a6104;
  --tint-amber-dot: #e3a008;
  --tint-ink-bg: #e8e6e0;
  --tint-ink-border: #d5d2ca;
  --tint-ink-fg: #37342f;
  --tint-ink-dot: #2b2926;
  --tint-danger-bg: #fde3e5;
  --tint-danger-border: #f2c2ca;
  --tint-danger-fg: #bc1d50;
  --tint-danger-dot: #ff427b;
  --tint-info-bg: #e3edfd;
  --tint-info-border: #b9d2f4;
  --tint-info-fg: #1e56ad;
  --tint-info-dot: #0d6efd;
  --destructive: #c0392b;
  --destructive-foreground: #ffffff;
  --success-soft: #e6f2ea;
  --success-foreground: #14663f;
  --warning-soft: #fbf0dd;
  --warning-foreground: #8a5a08;
  --chart-1: var(--rep-ink);
  --chart-2: var(--rep-ink-2);
  --chart-3: var(--rep-green);
  --chart-4: var(--rep-violet);
  --chart-5: var(--rep-green-deep);
  --chart-pair-1: var(--rep-ink-2);
  --chart-pair-2: var(--rep-ink);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.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-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-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;
    }
  }
}
