@keyframes sd-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sd-blurIn {
  from {
    opacity: 0;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes sd-slideUp {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-sd-animate] {
  animation: var(--sd-animation, sd-fadeIn) var(--sd-duration, 150ms)
    var(--sd-easing, ease) var(--sd-delay, 0ms) both;
}
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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-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-content: "";
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% .013 17.38);
    --color-red-100: oklch(93.6% .032 17.717);
    --color-red-600: oklch(57.7% .245 27.325);
    --color-red-700: oklch(50.5% .213 27.518);
    --color-red-800: oklch(44.4% .177 26.899);
    --color-black: #000;
    --spacing: .25rem;
    --container-md: 28rem;
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

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

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

  .top-full {
    top: 100%;
  }

  .right-0 {
    right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

  .list-item {
    display: list-item;
  }

  .table {
    display: table;
  }

  .table-cell {
    display: table-cell;
  }

  .table-row {
    display: table-row;
  }

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

  .size-full {
    width: 100%;
    height: 100%;
  }

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

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

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

  .origin-center {
    transform-origin: center;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .list-inside {
    list-style-position: inside;
  }

  .list-decimal {
    list-style-type: decimal;
  }

  .list-disc {
    list-style-type: disc;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

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

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

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

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

  :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 > :not(:last-child)) {
    border-color: var(--hairline);
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

  .border-border {
    border-color: var(--hairline);
  }

  .border-current {
    border-color: currentColor;
  }

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

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

  .border-sidebar {
    border-color: var(--surface-bg);
  }

  .bg-\[var\(--sdm-tbg\)\] {
    background-color: var(--sdm-tbg);
  }

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

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

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

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

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

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

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

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

  .bg-black\/10 {
    background-color: #0000001a;
  }

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

  .bg-muted {
    background-color: #eeeeef;
  }

  .bg-muted\/80 {
    background-color: oklab(94.9402% .000375628 -.00127804 / .8);
  }

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

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

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

  .bg-sidebar, .bg-sidebar\/80 {
    background-color: var(--surface-bg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-0 {
    padding-top: 0;
  }

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

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

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

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

  .wrap-anywhere {
    overflow-wrap: anywhere;
  }

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

  .whitespace-normal {
    white-space: normal;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[var\(--sdm-c\,inherit\)\] {
    color: var(--sdm-c, inherit);
  }

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

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

  .text-primary-foreground {
    color: #fff;
  }

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

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

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

  .lowercase {
    text-transform: lowercase;
  }

  .italic {
    font-style: italic;
  }

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

  .opacity-0 {
    opacity: 0;
  }

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

  .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-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-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-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .\[counter-increment\:line_0\] {
    counter-increment: line 0;
  }

  .\[counter-reset\:line\] {
    counter-reset: line;
  }

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

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

  .before\:mr-4:before {
    content: var(--tw-content);
    margin-right: calc(var(--spacing) * 4);
  }

  .before\:inline-block:before {
    content: var(--tw-content);
    display: inline-block;
  }

  .before\:w-6:before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 6);
  }

  .before\:text-right:before {
    content: var(--tw-content);
    text-align: right;
  }

  .before\:font-mono:before {
    content: var(--tw-content);
    font-family: var(--font-mono);
  }

  .before\:text-\[13px\]:before {
    content: var(--tw-content);
    font-size: 13px;
  }

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

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

  .before\:content-\[counter\(line\)\]:before {
    --tw-content: counter(line);
    content: var(--tw-content);
  }

  .before\:select-none:before {
    content: var(--tw-content);
    -webkit-user-select: none;
    user-select: none;
  }

  .before\:\[counter-increment\:line\]:before {
    content: var(--tw-content);
    counter-increment: line;
  }

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

    .hover\:bg-muted:hover {
      background-color: #eeeeef;
    }

    .hover\:bg-muted\/40:hover {
      background-color: oklab(94.9402% .000375628 -.00127804 / .4);
    }

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

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

    .hover\:text-foreground:hover {
      color: #1d1d1f;
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

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

  @supports ((-webkit-backdrop-filter: var(--tw)) or (backdrop-filter: var(--tw))) {
    .supports-\[backdrop-filter\]\:bg-background\/70 {
      background-color: var(--surface-bg);
    }

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

    .supports-\[backdrop-filter\]\:bg-sidebar\/70 {
      background-color: var(--surface-bg);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .supports-\[backdrop-filter\]\:bg-sidebar\/70 {
        background-color: color-mix(in oklab, var(--surface-bg) 70%, transparent);
      }
    }

    .supports-\[backdrop-filter\]\: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, );
    }

    .supports-\[backdrop-filter\]\: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, );
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:bg-\[var\(--shiki-dark-bg\,var\(--sdm-tbg\)\)\] {
      background-color: var(--shiki-dark-bg, var(--sdm-tbg));
    }

    .dark\:text-\[var\(--shiki-dark\,var\(--sdm-c\,inherit\)\)\] {
      color: var(--shiki-dark, var(--sdm-c, inherit));
    }
  }

  .\[\&_svg\]\:h-auto svg {
    height: auto;
  }

  .\[\&_svg\]\:w-auto svg {
    width: auto;
  }

  .\[\&_thead\]\:sticky thead {
    position: sticky;
  }

  .\[\&_thead\]\:top-0 thead {
    top: 0;
  }

  .\[\&_thead\]\:z-10 thead {
    z-index: 10;
  }

  .\[\&\>\*\:first-child\]\:mt-0 > :first-child {
    margin-top: 0;
  }

  .\[\&\>\*\:last-child\]\:mb-0 > :last-child {
    margin-bottom: 0;
  }

  .\[\&\>\*\:last-child\]\:after\:inline > :last-child:after {
    content: var(--tw-content);
    display: inline;
  }

  .\[\&\>\*\:last-child\]\:after\:align-baseline > :last-child:after {
    content: var(--tw-content);
    vertical-align: baseline;
  }

  .\[\&\>\*\:last-child\]\:after\:content-\[var\(--streamdown-caret\)\] > :last-child:after {
    --tw-content: var(--streamdown-caret);
    content: var(--tw-content);
  }

  .\[\&\>p\]\:inline > p {
    display: inline;
  }

  li .\[li_\&\]\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}

:root {
  --safe-area-top: env(safe-area-inset-top, 0px);
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --visual-viewport-height: 100dvh;
  --visual-viewport-top: 0px;
  --app-bg: #f7f7f7;
  --page-bg: var(--app-bg);
  --panel-bg: var(--app-bg);
  --surface-bg: #fff;
  --hairline: #11111114;
  --muted: #747474;
  --accent: #ff8a00;
  --accent-strong: #ff6b00;
  color: #111;
  background: var(--page-bg);
  font-synthesis: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
}

html {
  background: var(--page-bg);
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--page-bg);
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

button, input, textarea {
  font: inherit;
}

button, [role="button"], input {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

textarea {
  touch-action: pan-y;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  background: var(--app-bg);
  justify-content: center;
  height: 100%;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.mobile-app {
  background: var(--app-bg);
  border: 1px solid #ffffffe0;
  border-radius: 34px;
  width: min(100%, 860px);
  height: calc(100dvh - 40px);
  min-height: 620px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 36px 90px #0000001a, inset 0 0 0 1px #ffffffc7;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.auth-mobile-app {
  background: var(--app-bg);
}

.dog-preview-app {
  background: radial-gradient(circle at 50% 12%, #ffb6bd42, #0000 34%), #fff8ef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dog-preview-content {
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  width: min(100%, 680px);
  height: 100%;
  min-height: 0;
  padding: 28px;
  display: flex;
}

.dog-preview-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  display: flex;
}

.dog-preview-header p {
  color: #8e636a;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.dog-preview-header h1 {
  color: #272a30;
  margin: 0;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 750;
  line-height: 1.1;
}

.dog-preview-frame {
  aspect-ratio: 1;
  background: #fffdf8;
  border: 1px solid #2d2f351a;
  border-radius: 28px;
  align-self: center;
  width: min(100%, 560px);
  overflow: hidden;
  box-shadow: 0 22px 70px #2d2f351f;
}

.dog-preview-frame img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.auth-view {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 28px;
  display: flex;
  overflow: hidden;
}

.auth-content {
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: min(100%, 360px);
  display: flex;
}

.auth-orb {
  width: 82px;
  height: 82px;
  box-shadow: 0 18px 34px #ff6b002e, inset 0 0 0 1px #ffffff6b;
}

.auth-content h1 {
  color: #111;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.auth-form {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  display: flex;
}

.auth-token-field {
  border: 1px solid var(--hairline);
  color: #8e8e93;
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  box-shadow: 0 8px 22px #00000009;
}

.auth-token-field:focus-within {
  border-color: #ff8a0085;
  box-shadow: 0 0 0 3px #ff8a001a, 0 8px 22px #00000009;
}

.auth-token-field input {
  color: #111;
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 450;
}

.auth-token-field input::placeholder {
  color: #8e8e93;
}

.auth-submit-button {
  color: #fff;
  background: var(--accent);
  cursor: pointer;
  border: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 550;
  display: flex;
}

.auth-submit-button:active {
  transform: scale(.985);
}

.auth-submit-button:disabled {
  cursor: default;
  opacity: .45;
}

.auth-button-spinner {
  border-color: #fff #fff6 #fff6;
  width: 15px;
  height: 15px;
}

.auth-error {
  color: #b42318;
  text-align: center;
  min-height: 20px;
  margin: 0;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.4;
}

.auth-loading-state {
  color: var(--muted);
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  display: flex;
}

.auth-loading-state p {
  margin: 0;
}

.app-conversation-shell, .conversation-placeholder {
  background: var(--app-bg);
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.app-conversation-shell {
  position: relative;
}

.conversation-panel {
  z-index: 20;
  background: var(--app-bg);
  opacity: 1;
  min-height: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.conversation-panel[data-active="false"] {
  pointer-events: none;
  visibility: hidden;
}

.conversation-opening {
  width: 100%;
  height: 100%;
  color: var(--muted);
  background: var(--app-bg);
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.opening-spinner {
  border: 2px solid #1111111f;
  border-top-color: #111;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: .8s linear infinite opening-spin;
}

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

.view-stack {
  flex-direction: column;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.mobile-topbar {
  min-height: calc(48px + var(--safe-area-top));
  padding: var(--safe-area-top) 12px 0;
  background: var(--app-bg);
  border-bottom: 0;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 6px;
  display: grid;
}

.topbar-side {
  align-items: center;
  min-width: 0;
  display: flex;
}

.topbar-side-right {
  justify-content: flex-end;
}

.topbar-title {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.topbar-title h1 {
  color: #111;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
}

.nav-button {
  color: #111;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.nav-button:disabled {
  cursor: default;
  opacity: .45;
}

.nav-button:active, .thread-row:active, .primary-button:active, .secondary-button:active, .composer-action:active, .secondary-button:active {
  transform: scale(.98);
}

.text-button {
  padding: 0;
}

.thread-list-view, .conversation-view {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  padding: 14px 18px 18px;
  overflow: hidden;
}

.home-view-stack {
  z-index: 1;
  background: var(--app-bg);
  opacity: 1;
  will-change: opacity;
  grid-template-rows: minmax(0, 1fr) auto;
  transition: opacity .24s, transform .36s cubic-bezier(.32, .72, 0, 1);
  display: grid;
  position: absolute;
  inset: 0;
  transform: scale(1);
}

.home-view-stack[data-visible="false"] {
  pointer-events: none;
  opacity: .92;
  transform: scale(.985);
}

@media (prefers-reduced-motion: reduce) {
  .conversation-panel, .home-view-stack {
    transition: none;
  }
}

.home-thread-list-view {
  flex-direction: column;
  padding: 18px 18px 0;
  display: flex;
  position: relative;
}

.home-logout-button {
  z-index: 4;
  color: var(--muted);
  position: absolute;
  top: 10px;
  right: 12px;
}

.home-hero {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 360px;
  padding: 30px 0 12px;
  display: flex;
}

.codex-orb {
  background: radial-gradient(circle at 32% 25%, #ffffffeb, transparent 18%), radial-gradient(circle at 34% 78%, #ffe63ab8, transparent 23%), radial-gradient(circle at 68% 62%, #ff50007a, transparent 38%), linear-gradient(145deg, #ffbd45 0%, var(--accent) 52%, var(--accent-strong) 100%);
  border-radius: 50%;
  width: 116px;
  height: 116px;
  box-shadow: 0 24px 44px #ff6b0038, inset 0 0 0 1px #ffffff6b;
}

.home-hero h1 {
  color: #111;
  text-align: center;
  max-width: 320px;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.prompt-chips {
  justify-content: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  margin-top: 8px;
  display: flex;
}

.prompt-chip {
  color: #111;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 17px;
  width: auto;
  max-width: 142px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: 0 5px 12px #00000006;
}

.settings-entry-chip {
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.prompt-chip:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.settings-stack {
  z-index: 2;
  background: var(--app-bg);
  position: absolute;
  inset: 0;
}

.settings-stack[data-visible="false"] {
  pointer-events: none;
  opacity: 0;
}

.settings-page-body {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  flex: 1;
  gap: 14px;
  min-height: 0;
  padding: 12px 16px 20px;
  display: flex;
  overflow: auto;
}

.settings-section {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  display: flex;
}

.settings-subsection {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.settings-section-heading {
  padding: 2px 2px 0;
}

.settings-section-heading h2 {
  color: #111;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.settings-row, .settings-input-row {
  border: 1px solid var(--hairline);
  background: #fff;
  border-radius: 16px;
  min-height: 56px;
  padding: 12px 14px;
  box-shadow: 0 6px 18px #00000008;
}

.settings-row {
  align-items: center;
  display: flex;
}

.settings-row-main, .settings-input-row {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.settings-row-main {
  flex: 1;
  min-width: 0;
}

.settings-row-main span, .settings-input-row span {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.2;
}

.settings-row-main strong {
  color: #111;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.35;
}

.settings-path-value {
  overflow-wrap: anywhere;
}

.settings-action-row {
  justify-content: space-between;
  gap: 12px;
}

.settings-action-button {
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
  display: inline-flex;
}

.settings-workspace-toolbar, .settings-workspace-editor {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.settings-workspace-tabs-row {
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
  display: grid;
}

.settings-workspace-tabs {
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  gap: 8px;
  min-width: 0;
  display: flex;
  overflow-x: auto;
}

.settings-workspace-tabs::-webkit-scrollbar {
  display: none;
}

.settings-workspace-tab {
  border: 1px solid var(--hairline);
  color: #111;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: auto;
  min-width: 0;
  max-width: 148px;
  height: 36px;
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0 6px 18px #00000008;
}

.settings-workspace-tab span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  max-width: 124px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  overflow: hidden;
}

.settings-workspace-tab[data-active="true"] {
  border-color: #ff6b008c;
  box-shadow: 0 0 0 3px #ff6b001a, 0 8px 22px #0000000d;
}

.settings-workspace-add-tab {
  border: 1px solid var(--hairline);
  color: #111;
  background: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-height: 34px;
  display: inline-flex;
  box-shadow: 0 6px 18px #00000008;
}

.settings-sandbox-switcher {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.settings-sandbox-button {
  min-height: 64px;
  padding: 10px;
}

.settings-sandbox-button span {
  font-size: 13px;
}

.settings-workspace-remove {
  border: 1px solid var(--hairline);
  color: #6e6e73;
  background: #fff;
  border-radius: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.settings-workspace-remove:disabled {
  opacity: .45;
}

.settings-choice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.settings-choice-button {
  border: 1px solid var(--hairline);
  color: #111;
  min-height: 74px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  padding: 12px;
  display: flex;
  box-shadow: 0 6px 18px #00000008;
}

.settings-choice-button span {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
  display: flex;
}

.settings-choice-button em {
  color: #fff;
  background: #111;
  border-radius: 999px;
  flex: none;
  padding: 3px 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.settings-choice-button[data-active="true"] em {
  background: var(--accent-strong);
}

.settings-choice-button strong {
  color: #6e6e73;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.settings-choice-button[data-active="true"] {
  background: #fffffffa;
  border-color: #ff6b008c;
  box-shadow: 0 0 0 3px #ff6b001a, 0 8px 22px #0000000d;
}

.settings-text-input, .asr-token-input {
  color: #111;
  width: 100%;
  min-height: 30px;
  font: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.35;
}

.settings-text-input:focus, .asr-token-input:focus {
  box-shadow: none;
}

.settings-secret-input:not(:placeholder-shown) {
  -webkit-text-security: disc;
}

.settings-bottom-bar {
  min-height: calc(70px + var(--safe-area-bottom));
  padding: 10px 16px var(--safe-area-bottom);
  background: var(--app-bg);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  flex: none;
  align-items: center;
  gap: 12px;
  display: flex;
}

.settings-bottom-bar span {
  min-width: 112px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}

.settings-save-button {
  border-radius: 16px;
  flex: 1;
  min-height: 50px;
  font-size: 16px;
}

.project-history {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  flex: auto;
  gap: 4px;
  min-height: 0;
  padding: 0 4px;
  display: flex;
  overflow: hidden;
}

.history-skeleton {
  flex-direction: column;
  gap: 12px;
  padding: 4px 4px 18px;
  display: flex;
}

.history-skeleton-row {
  background: linear-gradient(90deg, #eeeeef 0%, #fafafa 50%, #eeeeef 100%) 0 0 / 220% 100%;
  border-radius: 10px;
  width: 100%;
  height: 28px;
  animation: 1.15s ease-in-out infinite history-skeleton-pulse;
}

.history-skeleton-row:nth-child(2n) {
  width: 82%;
}

.history-skeleton-row:nth-child(3n) {
  width: 64%;
}

@keyframes history-skeleton-pulse {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.project-tabs-row {
  flex: none;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 0 0 10px;
  display: flex;
  overflow: hidden;
}

.project-tabs {
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  flex: auto;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 0 8px;
  display: flex;
  overflow: auto hidden;
}

.project-tabs::-webkit-scrollbar {
  display: none;
}

.project-refresh-button {
  color: #7a7a7a;
  width: 32px;
  height: 32px;
  box-shadow: none;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 16px;
  flex: 0 0 32px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.project-refresh-button:disabled {
  cursor: default;
  opacity: .55;
}

.thread-records-scroll {
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  flex: auto;
  min-height: 0;
  padding-bottom: 12px;
  scroll-padding-bottom: 12px;
  overflow: hidden auto;
}

.project-tab {
  color: #6f6f6f;
  cursor: pointer;
  touch-action: pan-x;
  background: none;
  border: 0;
  border-radius: 16px;
  flex: none;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 164px;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
}

.project-tab[aria-selected="true"] {
  color: #111;
  background: #fff;
  box-shadow: 0 5px 12px #0000000d;
}

.project-tab span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
}

.project-tab small {
  color: #a7a7a7;
  flex: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.thread-list {
  background: none;
  border-radius: 0;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0 0 4px;
  list-style: none;
  display: flex;
  overflow: visible;
}

.thread-list li + li {
  border-top: 0;
}

.thread-row {
  width: 100%;
  min-height: 38px;
  color: inherit;
  text-align: left;
  box-shadow: none;
  touch-action: pan-y;
  background: none;
  border: 0;
  border-radius: 10px;
  align-items: center;
  gap: 4px;
  padding: 0;
  display: flex;
}

.thread-open-button {
  min-width: 0;
  min-height: 38px;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 10px;
  flex: 1;
  align-items: center;
  padding: 5px 4px;
  display: flex;
}

.thread-pin-button, .thread-delete-button {
  color: #a0a0a0;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  flex: 0 0 32px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: inline-flex;
}

.thread-delete-button {
  color: #a33a3a;
}

.thread-pin-button[aria-pressed="true"] {
  color: #111;
  background: #1111110f;
}

.thread-pin-button:disabled, .thread-delete-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.thread-main {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.thread-title-line {
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.thread-title-line strong {
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
}

.thread-title-line time {
  color: #b8b8b8;
  flex: none;
  font-size: 12px;
  font-weight: 400;
}

.thread-preview {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.45;
  overflow: hidden;
}

.empty-history-panel {
  min-height: 120px;
  padding-top: 0;
}

.state-panel {
  min-height: 220px;
  color: var(--muted);
  text-align: center;
  background: none;
  border-radius: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 24px;
  display: flex;
}

.state-panel.compact {
  min-height: 138px;
}

.state-panel strong {
  color: #111;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.state-panel p {
  max-width: 300px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.welcome-panel {
  justify-content: center;
  min-height: 100%;
  padding: 56px 18px 28px;
}

.primary-button, .secondary-button {
  cursor: pointer;
  border: 0;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
}

.primary-button {
  color: #fff;
  background: #111;
}

.secondary-button {
  color: #111;
  background: #f4f4f4;
}

.ai-start-button {
  margin-top: 6px;
  padding: 0 18px;
}

.conversation-view {
  background: var(--app-bg);
  flex-direction: column;
  display: flex;
}

.conversation-stack {
  grid-template-rows: auto minmax(0, 1fr);
  display: grid;
}

.conversation-stack .conversation-view {
  padding: 8px 0 0;
}

.conversation-runtime {
  flex-direction: column;
  flex: auto;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.assistant-thread-shell {
  background: var(--app-bg);
  flex: auto;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.conversation-runtime > * {
  flex: auto;
  min-height: 0;
}

.conversation-view > .state-panel {
  flex: auto;
}

.message-list {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin-top: 0;
  padding: 0 12px 20px;
  scroll-padding-bottom: 20px;
  display: flex;
  overflow: hidden auto;
}

.progress-disclosure {
  color: var(--muted);
  margin: 0 0 2px;
  font-size: 13px;
}

.progress-disclosure summary {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #f3f3f3;
  border-radius: 17px;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  display: inline-flex;
}

.progress-disclosure summary::-webkit-details-marker {
  display: none;
}

.progress-disclosure small {
  color: #9a9a9a;
  font-size: 12px;
}

.progress-disclosure pre {
  color: #555;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f6f6f6;
  border-radius: 14px;
  max-height: 220px;
  margin: 10px 0 0;
  padding: 12px;
  font-size: 12px;
  line-height: 1.5;
  overflow: auto;
}

.empty-message-list {
  min-height: 0;
}

.thread-recovery-state {
  color: #3a3a3c;
  background: #ffffffd1;
  border: 1px solid #0000000f;
  border-radius: 18px;
  align-self: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin: auto 0;
  padding: 14px;
  display: flex;
  box-shadow: 0 8px 24px #0000000d;
}

.thread-recovery-state .opening-spinner {
  flex: none;
}

.thread-recovery-state div {
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  display: flex;
}

.thread-recovery-state strong {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.thread-recovery-state p {
  color: #6e6e73;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.message-block {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.message-row {
  flex-direction: column;
  width: 100%;
  min-width: 0;
  display: flex;
}

.assistant-running-indicator {
  color: #9a9a9a;
  align-items: center;
  gap: 5px;
  width: 100%;
  min-height: 24px;
  padding: 0 0 2px;
  display: inline-flex;
}

.assistant-running-indicator span {
  opacity: .36;
  background: currentColor;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 1.1s ease-in-out infinite assistant-running-dot;
}

.assistant-running-indicator span:nth-child(2) {
  animation-delay: .16s;
}

.assistant-running-indicator span:nth-child(3) {
  animation-delay: .32s;
}

@keyframes assistant-running-dot {
  0%, 80%, 100% {
    opacity: .32;
    transform: translateY(0);
  }

  40% {
    opacity: .8;
    transform: translateY(-3px);
  }
}

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

.role-assistant, .role-unknown {
  align-items: flex-start;
}

.message-bubble {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-shadow: none;
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
  background: none;
  border-radius: 0;
  overflow: hidden;
}

.role-user .message-bubble {
  color: #111;
  background: #fff1df;
  border-radius: 16px;
  width: fit-content;
  max-width: min(620px, 100% - 24px);
}

.image-attachment {
  background: #ffffffc2;
  border-radius: 12px;
  flex-direction: column;
  gap: 5px;
  width: min(180px, 100%);
  margin: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-attachment img, .image-attachment-fallback {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eeeeef;
  width: 100%;
  display: block;
}

.image-attachment-fallback {
  color: #8e8e93;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-attachment span {
  color: #6e6e73;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding: 0 8px 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

.image-attachment-remove {
  color: #fff;
  background: #111111ad;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: inline-flex;
  position: absolute;
  top: 6px;
  right: 6px;
}

.message-actions {
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding-right: 6px;
  display: inline-flex;
}

.message-action-button {
  color: #8e8e93;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.message-action-button:active {
  color: #111;
  background: #1111110f;
}

.message-bubble > pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-user-select: text;
  user-select: text;
  max-width: 100%;
  margin: 0;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.68;
  overflow-x: auto;
}

.role-assistant .message-bubble > pre, .role-unknown .message-bubble > pre {
  color: #1d1d1f;
  padding-left: 0;
  padding-right: 0;
}

.assistant-message-image {
  object-fit: contain;
  background: #eeeeef;
  border-radius: 14px;
  width: min(100%, 520px);
  max-height: 70vh;
  margin: 8px 0 14px;
  display: block;
}

.aui-md {
  color: #1d1d1f;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-user-select: text;
  user-select: text;
  max-width: 100%;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.68;
}

.aui-md :where(*) {
  -webkit-user-select: text;
  user-select: text;
}

.aui-md :where(p, ul, ol, pre, blockquote, table) {
  margin-block: 0 .86em;
}

.aui-md :where(li + li) {
  margin-top: .36em;
}

.aui-md :where(strong, b) {
  font-weight: 600;
}

.process-tool {
  color: #9a9a9a;
  background: none;
  width: fit-content;
  max-width: 100%;
  margin: 3px 0 13px;
  padding: 0;
}

.message-process, .message-process-content {
  max-width: 100%;
}

.message-process {
  margin: 0 0 8px;
  overflow: visible;
}

.message-process-summary {
  cursor: pointer;
  color: #6e6e73;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: 0;
  border-radius: 50%;
  flex: 0 0 32px;
  justify-content: center;
  align-items: center;
  margin: 0 0 2px -8px;
  padding: 0;
  display: inline-flex;
}

.message-process-summary:active {
  background: #0000000d;
}

.message-process-content {
  padding-top: 2px;
}

.message-process-live .message-process-content {
  padding-top: 0;
}

.process-assistant-row {
  color: #6e6e73;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-width: 100%;
  margin: 3px 0 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.process-item-icon {
  color: #9b9b9f;
  vertical-align: -2px;
  flex: none;
  display: inline-block;
}

.process-tool-row {
  color: #9b9b9f;
  align-items: center;
  gap: 7px;
  min-width: 0;
  display: inline-flex;
}

.process-tool-name, .process-tool-row {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.process-tool-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.process-tool-chevron {
  color: currentColor;
  flex: none;
  transition: transform .16s;
}

.message-process-summary[data-open="true"] .process-tool-chevron {
  transform: rotate(90deg);
}

.process-tool[data-error="true"] .process-tool-name {
  color: #b42318;
}

.assistant-message-error {
  color: #b42318;
  overflow-wrap: anywhere;
  margin-top: 8px;
  font-size: .9375rem;
  line-height: 1.45;
  display: block;
}

.external-link-overlay {
  z-index: 10001;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #1111112e;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.external-link-dialog {
  color: #1d1d1f;
  width: min(100%, 520px);
  font: inherit;
  background: #fff;
  border: 1px solid #1111111a;
  border-radius: 20px;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.68;
  display: flex;
  box-shadow: 0 24px 70px #00000029;
}

.external-link-header {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 0;
  display: flex;
}

.external-link-title {
  color: #1d1d1f;
  align-items: center;
  gap: 9px;
  min-width: 0;
  display: inline-flex;
}

.external-link-title h2 {
  color: inherit;
  font: inherit;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.external-link-close {
  color: #6e6e73;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 17px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

.external-link-close:active {
  color: #111;
  background: #1111110f;
}

.external-link-description {
  color: #6e6e73;
  font: inherit;
  margin: -4px 0 0;
}

.external-link-url {
  color: #1d1d1f;
  max-height: 118px;
  font: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-overflow-scrolling: touch;
  background: #f1f1f2;
  border-radius: 14px;
  padding: 12px 14px;
  line-height: 1.5;
  overflow: auto;
}

.external-link-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 2px;
  display: grid;
}

.external-link-copy, .external-link-open {
  min-width: 0;
  min-height: 46px;
  font: inherit;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-flex;
}

.external-link-copy {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #11111124;
}

.external-link-open {
  border: 1px solid var(--accent);
  color: #fff;
  background: var(--accent);
}

.external-link-copy:active, .external-link-open:active {
  transform: scale(.985);
}

.conversation-empty {
  margin-top: auto;
}

.composer-zone {
  z-index: 2;
  box-sizing: border-box;
  background: var(--app-bg);
  border-top: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 12px;
  position: static;
}

.pinned-thread-row {
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-top: 8px;
  padding: 4px 3px 0;
  display: flex;
}

.pinned-thread-switcher {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  flex: auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  display: flex;
  overflow: auto visible;
}

.pinned-thread-switcher::-webkit-scrollbar {
  display: none;
}

.pinned-thread-circle {
  color: #555;
  cursor: pointer;
  background: #fffffff5;
  border: 1px solid #1111111f;
  border-radius: 50%;
  flex: 0 0 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 3px 8px #0000000a;
}

.pinned-thread-circle span {
  text-overflow: clip;
  white-space: nowrap;
  max-width: 26px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.pinned-thread-circle[data-active="true"] {
  color: #fff;
  background: #111;
  border-color: #111;
}

.pinned-thread-circle[data-running="true"] {
  color: #fff;
  box-shadow: none;
  background: linear-gradient(135deg, #ff3b30 0%, #ff9500 18%, #fc0 34%, #34c759 50%, #00c7be 66%, #007aff 82%, #af52de 100%) 0% / 220% 220%;
  border-color: #0000;
  animation: 2.8s ease-in-out infinite pinned-thread-running-breathe, 9.6s cubic-bezier(.45, 0, .25, 1) infinite pinned-thread-running-gradient;
}

.pinned-thread-circle[data-running="true"]:after {
  content: none;
}

@keyframes pinned-thread-running-breathe {
  0%, 100% {
    opacity: .9;
    transform: scale(.99);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes pinned-thread-running-gradient {
  0% {
    background-position: 0%;
  }

  18% {
    background-position: 28% 14%;
  }

  39% {
    background-position: 76% 34%;
  }

  61% {
    background-position: 94% 82%;
  }

  79% {
    background-position: 42% 100%;
  }

  100% {
    background-position: 0%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pinned-thread-circle[data-running="true"] {
    animation: none;
  }
}

.composer-bar {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 58px;
  color: inherit;
  background: #fffffff5;
  border: 1px solid #1111110f;
  border-radius: 20px;
  align-items: flex-end;
  gap: 8px;
  padding: 6px 7px 6px 13px;
  display: flex;
  box-shadow: 0 8px 18px #0000000b;
}

.composer-main {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
  display: flex;
}

.composer-attachments {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  gap: 7px;
  min-width: 0;
  margin: 0 0 8px;
  display: flex;
  overflow-x: auto;
}

.composer-attachments::-webkit-scrollbar {
  display: none;
}

.composer-attachments .image-attachment {
  background: #f5f5f5;
  flex: 0 0 112px;
  width: 112px;
  margin: 0;
}

.composer-input {
  overscroll-behavior: contain;
  touch-action: auto;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
  -webkit-overflow-scrolling: touch;
  resize: none;
  color: #111;
  background: none;
  border: 0;
  outline: none;
  flex: none;
  width: 100%;
  min-width: 0;
  padding: 9px 2px 7px;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.45;
  display: block;
  overflow: hidden auto;
}

.composer-input::placeholder {
  color: #8e8e93;
}

.composer-action {
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.voice-action, .attachment-action {
  color: #111;
  background: #eeeeef;
}

.voice-action[data-recording="true"] {
  color: #fff;
  background: #ff3b30;
}

.voice-action-spinner {
  animation: .9s linear infinite voice-action-spin;
}

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

.stop-action {
  background: #ff3b30;
}

.composer-voice-status, .composer-voice-error {
  padding: 0 2px 5px;
  font-size: 12px;
  line-height: 1.2;
}

.composer-voice-status {
  color: #6e6e73;
}

.composer-voice-error {
  color: #b42318;
}

.composer-action:disabled {
  cursor: not-allowed;
  opacity: .35;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .voice-action-spinner {
    animation: none;
  }
}

.home-composer-entry {
  text-align: left;
  cursor: pointer;
}

.home-composer-entry:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.home-composer-placeholder {
  color: #8e8e93;
  flex: 1;
  min-width: 0;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.45;
}

.home-bottom-panel {
  z-index: 3;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  padding-bottom: 8px;
  position: static;
}

.architecture-entry-pill {
  color: #111;
  cursor: pointer;
  min-width: 72px;
  height: 34px;
  font: inherit;
  background: #ffffffdb;
  border: 1px solid #11111114;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  box-shadow: 0 4px 12px #0000000a;
}

.architecture-entry-pill:active {
  background: #0000000d;
}

.architecture-map-view {
  z-index: 10000;
  background: var(--app-bg);
  flex-direction: column;
  width: 100vw;
  min-width: 0;
  height: 100dvh;
  min-height: 0;
  max-height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.architecture-map-header {
  min-height: calc(50px + var(--safe-area-top));
  padding: var(--safe-area-top) 12px 0;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  display: grid;
}

.architecture-map-header strong {
  color: #111;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.2;
  overflow: hidden;
}

.architecture-back-button {
  color: #111;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
}

.architecture-back-button:active {
  background: #0000000d;
}

.architecture-static-shell {
  min-width: 0;
  min-height: 0;
  margin: 0 14px calc(14px + var(--safe-area-bottom));
  touch-action: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #0000000f;
  border-radius: 24px;
  flex-direction: column;
  flex: auto;
  gap: 14px;
  padding: 16px;
  display: flex;
  overflow: hidden auto;
}

.architecture-static-shell-template {
  overflow: hidden;
}

.architecture-breadcrumb {
  color: #8e8e93;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.architecture-breadcrumb span:last-child {
  color: #111;
}

.architecture-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

.architecture-template-view {
  flex-direction: column;
  flex: auto;
  gap: 12px;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.architecture-template-intro {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.architecture-template-intro span {
  color: #111;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.2;
}

.architecture-template-intro p {
  color: #6e6e73;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.architecture-action-tabs {
  z-index: 2;
  scrollbar-width: none;
  white-space: nowrap;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  flex-wrap: nowrap;
  flex: none;
  align-items: center;
  gap: 8px;
  margin: 0 -16px;
  padding: 4px 16px 8px;
  display: flex;
  overflow: auto hidden;
}

.architecture-action-tabs::-webkit-scrollbar {
  display: none;
}

.architecture-action-tab {
  white-space: nowrap;
  color: #3a3a3c;
  font: inherit;
  cursor: pointer;
  touch-action: pan-x;
  background: #fff;
  border: 1px solid #00000012;
  border-radius: 999px;
  flex: none;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

.architecture-action-tab[data-active="true"] {
  color: #111;
  background: #fff0d6;
  border-color: #ff950085;
  box-shadow: inset 0 0 0 1px #ff950024;
}

.architecture-template-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  display: grid;
}

.architecture-template-scroll {
  min-height: 0;
  max-height: 100%;
  padding-bottom: calc(48px + var(--safe-area-bottom));
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  flex: auto;
  overflow: hidden auto;
}

.architecture-template-layer {
  background: #fbfbfd;
  border: 1px solid #0000000f;
  border-radius: 18px;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.architecture-template-layer header {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.architecture-template-layer header strong {
  color: #111;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.architecture-template-layer header span {
  color: #8e8e93;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.architecture-template-nodes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.architecture-template-node {
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #0000000f;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-height: 44px;
  padding: 9px 10px;
  transition: background .16s, border-color .16s, box-shadow .16s, transform .16s;
  display: flex;
}

.architecture-template-node[data-active="true"] {
  background: #fff3df;
  border-color: #ff95006b;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px #ff95001a;
}

.architecture-template-node[data-scope="shared"][data-active="true"] {
  background: #f2fbf5;
  border-color: #34c75952;
  box-shadow: 0 8px 18px #34c75917;
}

.architecture-template-node-title {
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  display: flex;
}

.architecture-template-node-title span {
  color: #1d1d1f;
  min-width: 0;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.22;
}

.architecture-template-node-title small {
  color: #6e6e73;
  background: #f4f4f5;
  border-radius: 999px;
  flex: none;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 720;
  line-height: 1;
}

.architecture-template-node[data-scope="exclusive"][data-active="true"] .architecture-template-node-title small {
  color: #8a4a00;
  background: #fff0d6;
}

.architecture-template-node[data-scope="shared"][data-active="true"] .architecture-template-node-title small {
  color: #0f5f2f;
  background: #dff5e7;
}

.architecture-template-node small {
  color: #8e8e93;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.architecture-template-node[data-variant="logic"] {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 74px;
}

.architecture-template-node-details {
  flex-wrap: wrap;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.architecture-template-node-details li {
  color: #5f6368;
  background: #f5f5f7;
  border-radius: 999px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 620;
  line-height: 1;
}

.architecture-template-node[data-active="true"] .architecture-template-node-details li {
  background: #ffffffb8;
}

.architecture-logic-map {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.architecture-logic-step {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.architecture-logic-row-label {
  border-left: 3px solid #00000017;
  flex-direction: column;
  gap: 2px;
  padding-left: 8px;
  display: flex;
}

.architecture-logic-row-label strong {
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.architecture-logic-row-label span {
  color: #8e8e93;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.architecture-logic-row {
  grid-template-columns: 1fr;
  gap: 8px;
  display: grid;
}

.architecture-logic-row[data-columns="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.architecture-logic-row[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.architecture-logic-connector {
  height: 22px;
  position: relative;
}

.architecture-logic-connector:before {
  content: "";
  background: #00000024;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 50%;
}

.architecture-logic-connector span {
  border-bottom: 1px solid #0000002e;
  border-right: 1px solid #0000002e;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 4px);
  transform: rotate(45deg);
}

.architecture-flow-canvas {
  background: #fff;
  border: 1px solid #0000000f;
  border-radius: 18px;
  width: 100%;
  height: min(66dvh, 620px);
  min-height: 460px;
  overflow: hidden;
}

.architecture-flow-canvas .react-flow {
  background: #fbfbfd;
}

.architecture-flow-canvas .react-flow__pane {
  cursor: grab;
}

.architecture-flow-canvas .react-flow__pane:active {
  cursor: grabbing;
}

.architecture-flow-canvas .react-flow__controls {
  border: 1px solid #00000014;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px #00000014;
}

.architecture-flow-canvas .react-flow__controls-button {
  color: #1d1d1f;
  background: #ffffffeb;
  border-bottom-color: #0000000f;
  width: 32px;
  height: 32px;
}

.architecture-flow-node {
  border: 1px solid var(--node-border);
  color: #1d1d1f;
  background: var(--node-bg);
  text-align: left;
  white-space: pre-line;
  border-radius: 14px;
  width: 176px;
  min-height: 54px;
  padding: 10px 11px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.28;
  transition: opacity .16s, border-color .16s, box-shadow .16s, transform .16s;
  box-shadow: 0 8px 18px #0000000f;
}

.architecture-flow-node-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 122px;
  min-height: 42px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
}

.architecture-flow-node-action {
  --node-bg: #fff9f1;
  --node-border: #ff95003d;
}

.architecture-flow-node-active {
  opacity: 1;
  border-color: #ff950075;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px #ff95001f, 0 0 0 2px #ff95001f;
}

.architecture-flow-node-muted {
  opacity: .36;
  box-shadow: none;
}

.architecture-flow-node-heading, .architecture-flow-node-clickable {
  opacity: 1;
}

.architecture-flow-node-clickable {
  cursor: pointer;
}

.architecture-flow-node-frontend {
  --node-bg: #fff4e7;
  --node-border: #ff8a0038;
}

.architecture-flow-node-service {
  --node-bg: #f6f1ff;
  --node-border: #af52de2e;
}

.architecture-flow-node-connection {
  --node-bg: #f3f8ff;
  --node-border: #007aff24;
}

.architecture-flow-stack {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.architecture-action-flow {
  background: #fff;
  border: 1px solid #0000000f;
  border-radius: 18px;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.architecture-action-heading {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.architecture-action-heading span {
  color: #111;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.architecture-action-heading small {
  color: #6e6e73;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.architecture-flow-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.architecture-flow-arrow {
  color: #8e8e93;
  align-self: center;
  padding: 2px 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.architecture-overview {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.architecture-node-button {
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0;
  display: grid;
}

.architecture-node-button:disabled {
  cursor: default;
}

.architecture-node-button:active:not(:disabled) {
  transform: scale(.99);
}

.architecture-node {
  border: 1px solid var(--node-border);
  color: #1d1d1f;
  background: var(--node-bg);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 100%;
  min-height: 68px;
  padding: 13px 14px;
  display: flex;
  box-shadow: 0 8px 20px #0000000d;
}

.architecture-node[data-compact="true"] {
  min-height: 58px;
  box-shadow: none;
}

.architecture-node span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.18;
}

.architecture-node small {
  color: #6e6e73;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.architecture-node[data-tone="frontend"] {
  --node-bg: #fff4e7;
  --node-border: #ff8a0038;
}

.architecture-node[data-tone="backend"] {
  --node-bg: #eefaf3;
  --node-border: #34c75933;
}

.architecture-node[data-tone="service"] {
  --node-bg: #f6f1ff;
  --node-border: #af52de2e;
}

.architecture-node[data-tone="storage"] {
  --node-bg: #f4f4f5;
  --node-border: #3c3c431a;
}

.architecture-node[data-tone="connection"] {
  --node-bg: #f3f8ff;
  --node-border: #007aff24;
}

.architecture-connector {
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 6px 0;
  display: grid;
}

.architecture-line {
  background: #d1d1d6;
  border-radius: 999px;
  justify-self: center;
  width: 2px;
  height: 100%;
}

.architecture-connector-label {
  color: #6e6e73;
  min-width: 0;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}

.architecture-protocol-button {
  min-width: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px 8px;
  padding: 0;
  display: grid;
}

.architecture-protocol-button span {
  color: #1d4f91;
  background: #f3f8ff;
  border: 1px solid #007aff1f;
  border-radius: 12px;
  min-width: 0;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
  display: block;
}

.architecture-protocol-button svg {
  grid-area: 1 / 2 / span 2;
}

.architecture-service-layer {
  flex-direction: column;
  display: flex;
}

.architecture-service-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

@media (max-width: 430px) {
  .architecture-static-shell {
    border-radius: 20px;
    margin-inline: 8px;
    padding: 12px;
  }

  .architecture-action-tabs {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .architecture-node {
    border-radius: 16px;
    width: 100%;
    min-height: 66px;
    padding: 11px 12px;
  }

  .architecture-node span {
    font-size: 14px;
  }

  .architecture-node small {
    font-size: 11px;
  }
}

.inline-error {
  color: #b42318;
  margin: 0 8px 8px;
  font-size: 13px;
  line-height: 1.35;
}

.inline-success {
  color: #137333;
  margin: 0 8px 8px;
  font-size: 13px;
  line-height: 1.35;
}

@media (min-width: 641px) {
  html, body, #root {
    background: #fff;
  }

  .app-shell {
    --app-bg: #fff;
    --page-bg: #fff;
    --panel-bg: #fff;
    background: #fff;
  }

  .mobile-app, .app-conversation-shell, .conversation-placeholder, .conversation-panel, .conversation-opening, .thread-list-view, .conversation-view, .assistant-thread-shell, .composer-zone {
    background: #fff;
  }

  .app-shell[data-conversation-active="true"] {
    --app-bg: #fff;
    --page-bg: #fff;
    --panel-bg: #fff;
    background: #fff;
    padding: 0;
  }

  .mobile-app[data-conversation-active="true"] {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    box-shadow: none;
    background: #fff;
    border: 0;
    border-radius: 0;
  }

  .mobile-app[data-conversation-active="true"] .app-conversation-shell, .mobile-app[data-conversation-active="true"] .conversation-panel, .mobile-app[data-conversation-active="true"] .conversation-view {
    background: #fff;
  }

  .mobile-app[data-conversation-active="true"] .assistant-thread-shell {
    background: #fff;
    grid-template-columns: minmax(24px, 1fr) minmax(0, 920px) minmax(24px, 1fr);
  }

  .mobile-app[data-conversation-active="true"] .conversation-stack .conversation-view {
    padding: 0;
  }

  .mobile-app[data-conversation-active="true"] .mobile-topbar {
    z-index: 6;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #ffffffeb;
    border-bottom: 1px solid #1111110f;
    grid-template-columns: minmax(64px, 1fr) minmax(0, 920px) minmax(64px, 1fr);
    min-height: 60px;
    padding: 0 28px;
    position: relative;
  }

  .mobile-app[data-conversation-active="true"] .topbar-side {
    justify-content: flex-end;
  }

  .mobile-app[data-conversation-active="true"] .topbar-side-right {
    justify-content: flex-start;
  }

  .mobile-app[data-conversation-active="true"] .nav-button {
    color: #343437;
  }

  .mobile-app[data-conversation-active="true"] .topbar-title h1 {
    color: #4f4f52;
    font-size: 14px;
    font-weight: 500;
  }

  .mobile-app[data-conversation-active="true"] .message-list {
    grid-column: 2;
    align-self: stretch;
    gap: 28px;
    width: 100%;
    max-width: none;
    padding: 30px 28px 28px;
    scroll-padding-bottom: 28px;
  }

  .mobile-app[data-conversation-active="true"] .composer-zone {
    background: linear-gradient(0deg, #fff 82%, #fff0);
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    padding: 12px 28px 24px;
  }

  .mobile-app[data-conversation-active="true"] .composer-bar {
    background: #fff;
    border-color: #1111111c;
    border-radius: 23px;
    min-height: 62px;
    padding: 7px 8px 7px 15px;
    box-shadow: 0 16px 38px #00000014, inset 0 1px #ffffffe6;
  }

  .mobile-app[data-conversation-active="true"] .role-user .message-bubble {
    background: #fff;
    border: 1px solid #11111114;
    border-radius: 18px;
    max-width: min(680px, 74%);
  }

  .mobile-app[data-conversation-active="true"] .role-assistant .message-bubble {
    max-width: min(760px, 100%);
  }

  .mobile-app[data-conversation-active="true"] .aui-md :where(h1, h2, h3) {
    color: #111;
    margin-block: .2em .65em;
    font-weight: 700;
    line-height: 1.28;
  }

  .mobile-app[data-conversation-active="true"] .aui-md :where(ul, ol) {
    padding-left: 1.25em;
  }

  .mobile-app[data-conversation-active="true"] .aui-md :where(code):not(pre code) {
    color: #333336;
    background: #0000000f;
    border-radius: 6px;
    padding: .1em .36em;
    font-size: .92em;
  }

  .mobile-app[data-conversation-active="true"] .aui-md :where(pre) {
    background: #fff;
    border: 1px solid #11111112;
    border-radius: 14px;
  }

  .mobile-app[data-conversation-active="true"] .pinned-thread-row {
    padding-top: 6px;
  }

  .mobile-app[data-conversation-active="true"] .message-actions {
    padding-right: 2px;
  }
}

@media (max-width: 640px) {
  .app-shell {
    background: var(--app-bg);
    width: 100%;
    height: auto;
    padding: 0;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .mobile-app {
    background: var(--app-bg);
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }

  .mobile-topbar {
    background: var(--app-bg);
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }

  .thread-list-view, .conversation-view {
    padding: 12px 16px calc(16px + var(--safe-area-bottom));
  }

  .conversation-stack .conversation-view {
    padding: 8px 0 0;
  }

  .message-bubble {
    max-width: 100%;
  }

  .role-user .message-bubble {
    max-width: min(88%, 100% - 24px);
  }

  .external-link-overlay {
    padding: 14px 14px calc(14px + var(--safe-area-bottom));
    align-items: flex-end;
  }

  .external-link-dialog {
    border-radius: 20px;
    width: 100%;
    padding: 18px;
  }

  .external-link-actions {
    grid-template-columns: 1fr;
  }
}

@media (display-mode: standalone) {
  body {
    background: var(--app-bg);
  }

  .app-shell {
    background: var(--app-bg);
    width: 100%;
    height: auto;
    padding: 0;
    position: fixed;
    inset: 0;
    overflow: hidden;
  }

  .mobile-app {
    background: var(--app-bg);
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 640px), (display-mode: standalone) {
  .app-shell {
    top: var(--visual-viewport-top);
    height: var(--visual-viewport-height);
    bottom: auto;
    left: 0;
    right: 0;
  }
}

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

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

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

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

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

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

@property --tw-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-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-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

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